From e3e8354be5a347d4c75b3dd9206a539a790dc5db Mon Sep 17 00:00:00 2001 From: jstoobysmith <72603918+jstoobysmith@users.noreply.github.com> Date: Thu, 13 Feb 2025 11:07:26 +0000 Subject: [PATCH] docs: Update documentation --- HepLean/PerturbationTheory/FieldOpAlgebra/StaticWickTerm.lean | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HepLean/PerturbationTheory/FieldOpAlgebra/StaticWickTerm.lean b/HepLean/PerturbationTheory/FieldOpAlgebra/StaticWickTerm.lean index 746baa4..f418ae9 100644 --- a/HepLean/PerturbationTheory/FieldOpAlgebra/StaticWickTerm.lean +++ b/HepLean/PerturbationTheory/FieldOpAlgebra/StaticWickTerm.lean @@ -66,7 +66,7 @@ lemma staticWickTerm_insert_zero_none (φ : š“•.FieldOp) (φs : List š“•.Field - `φsĪ›.staticContract` - `s • [anPart φ, ofFieldOp φs[k]]ā‚›` where `s` is the sign associated with moving `φ` through uncontracted fields in `φ₀…φₖ₋₁` -- the normal ordering `š“([φsĪ›]ᵘᶜ.erase (uncontractedFieldOpEquiv φs φsĪ› k))`. +- the normal ordering of `[φsĪ›]ᵘᶜ` with the field operator `φs[k]` removed. The proof of this result ultimately relies on - `staticContract_insert_some` to rewrite static contractions.