Merge pull request #256 from HEPLean/FeynmanDiagrams

feat: Informal refinements of Wick's theorem
This commit is contained in:
Joseph Tooby-Smith 2024-12-03 07:01:35 +00:00 committed by GitHub
commit 2f57ea41a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View file

@ -30,7 +30,9 @@ open PreFeynmanRule
informal_definition WickAlgebra where
math :≈ "
Modifications of this may be needed.
Modifications of this may be needed, in particular
need to add asympotic states.
A structure with the following data:
- A ℤ₂-graded algebra A.
- A map from `ψ : 𝓔 × SpaceTime → A` where 𝓔 are field colors.

View file

@ -24,4 +24,11 @@ informal_lemma wicks_theorem_normal_order where
math :≈ "Wick's theorem for which fields at the same space-time point are normally ordered."
ref :≈ "https://www.physics.purdue.edu/~clarkt/Courses/Physics662/ps/qftch32.pdf"
informal_lemma wicks_theorem_vev where
math :≈ "Wick's theorem in a vev leaving only full contractions of Wick strings left."
informal_lemma wicks_theorem_asymptotic_states where
math :≈ "Wick's theorem for a term in the Dyson series within asymptotic states
leaves only full contractions with the asymptotic states."
end Wick