PhysLean/HepLean/PerturbationTheory/Wick/Theorem.lean

32 lines
1,020 B
Text
Raw Normal View History

2024-12-02 08:03:18 +00:00
/-
Copyright (c) 2024 Joseph Tooby-Smith. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Joseph Tooby-Smith
-/
2024-12-02 16:26:19 +00:00
import HepLean.PerturbationTheory.Wick.Species
2024-12-02 08:03:18 +00:00
/-!
# Wick's theorem
2024-12-02 09:12:36 +00:00
Wick's theorem is related to a result in probability theory called Isserlis' theorem.
2024-12-02 08:03:18 +00:00
-/
namespace Wick
2024-12-02 09:12:36 +00:00
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"
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."
2024-12-02 08:03:18 +00:00
end Wick