Update CreateAnnihilateSection.lean
This commit is contained in:
parent
8bcc691bdf
commit
fa425ef606
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ open FieldStatistic
|
|||
|
||||
/-- The sections of `Σ i, f i` over a list `φs : List 𝓕`.
|
||||
In terms of physics, given some fields `φ₁...φₙ`, the different ways one can associate
|
||||
each field as a `creation` or an `annilation` operator. E.g. the number of terms
|
||||
each field as a `creation` or an `annihilation` operator. E.g. the number of terms
|
||||
`φ₁⁰φ₂¹...φₙ⁰` `φ₁¹φ₂¹...φₙ⁰` etc. If some fields are exclusively creation or annihilation
|
||||
operators at this point (e.g. asymptotic states) this is accounted for. -/
|
||||
def CreateAnnihilateSect {𝓕 : Type} (f : 𝓕 → Type) (φs : List 𝓕) : Type :=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue