fix: Typo

This commit is contained in:
jstoobysmith 2024-12-02 16:26:19 +00:00
parent 777a878d85
commit 35bab3197a
12 changed files with 21 additions and 21 deletions

View file

@ -1,27 +0,0 @@
/-
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
-/
import HepLean.PertubationTheory.Wick.Species
/-!
# Wick's theorem
Wick's theorem is related to a result in probability theory called Isserlis' theorem.
-/
namespace Wick
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