feat: Informal wicks_theorem
This commit is contained in:
parent
1e53c15999
commit
c92979d6cd
1 changed files with 9 additions and 0 deletions
|
@ -8,6 +8,8 @@ import HepLean.FeynmanDiagrams.Wick.Species
|
|||
|
||||
# Wick's theorem
|
||||
|
||||
Wick's theorem is related to a result in probability theory called Isserlis' theorem.
|
||||
|
||||
-/
|
||||
|
||||
namespace Wick
|
||||
|
@ -15,4 +17,11 @@ open CategoryTheory
|
|||
open FeynmanDiagram
|
||||
open PreFeynmanRule
|
||||
|
||||
informal_lemma wicks_theorem where
|
||||
math :≈ "Wick's theorem for fields which are not normally ordered."
|
||||
|
||||
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"
|
||||
|
||||
end Wick
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue