docs: Add docs for sections to be done.

This commit is contained in:
jstoobysmith 2024-06-19 13:17:23 -04:00
parent 0228cd4cf1
commit 2fb2c6db81

View file

@ -191,5 +191,29 @@ allowed space of half-edge momenta.
of the space of allowed Half-loop momenta. -/
noncomputable def numberOfLoops : := FiniteDimensional.finrank F.allowedHalfEdgeMomenta
/-!
## Lemmas regarding `numberOfLoops`
We now give a series of lemmas which be used to help calculate the number of loops
for specific Feynman diagrams.
### TODO
- Complete this section.
-/
/-!
## Category theory
### TODO
- Complete this section.
-/
end FeynmanDiagram