All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Static Wick Term insert zero some

WickContraction.staticWickTerm_insert_zero_some

Plain-language statement

For a list φs = φ₀…φₙ of 𝓕.FieldOp, a Wick contraction φsΛ of φs, an element φ of 𝓕.FieldOp, and a k in φsΛ.uncontracted, (φsΛ ↩Λ φ 0 (some k)).wickTerm is equal to the product of - the sign 𝓢(φ, φ₀…φᵢ₋₁) - the sign φsΛ.sign - φsΛ.staticContract - s • [anPart φ, ofFieldOp φs[k]]ₛ where s is the sign associated with moving `...

Exact Lean statement

lemma staticWickTerm_insert_zero_some (φ : 𝓕.FieldOp) (φs : List 𝓕.FieldOp)
    (φsΛ : WickContraction φs.length) (k : { x // x ∈ φsΛ.uncontracted }) :
    (φsΛ ↩Λ φ 0 k).staticWickTerm =
    sign φs φsΛ • (↑φsΛ.staticContract *
    (contractStateAtIndex φ [φsΛ]ᵘᶜ ((uncontractedFieldOpEquiv φs φsΛ) (some k)) *
    𝓝(ofFieldOpList (optionEraseZ [φsΛ]ᵘᶜ φ (uncontractedFieldOpEquiv φs φsΛ k)))))

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma staticWickTerm_insert_zero_some (φ : 𝓕.FieldOp) (φs : List 𝓕.FieldOp)    (φsΛ : WickContraction φs.length) (k : { x // x  φsΛ.uncontracted }) :    (φsΛ ↩Λ φ 0 k).staticWickTerm =    sign φs φsΛ • (↑φsΛ.staticContract *    (contractStateAtIndex φ [φsΛ]ᵘᶜ ((uncontractedFieldOpEquiv φs φsΛ) (some k)) *    𝓝(ofFieldOpList (optionEraseZ [φsΛ]ᵘᶜ φ (uncontractedFieldOpEquiv φs φsΛ k))))) := by  symm  rw [staticWickTerm, normalOrder_uncontracted_some]  simp only [ mul_assoc]  rw [ smul_mul_assoc]  congr 1  rw [staticContract_insert_some_of_lt (hik := by simp), smul_smul]  by_cases hn : GradingCompliant φs φsΛ  (𝓕|>ₛφ) = (𝓕|>ₛ φs[k.1])  · congr 1    · rw [sign_insert_some_zero _ _ _ _ hn, mul_comm,  mul_assoc]      simp    · rw [Subalgebra.mem_center_iff.mp φsΛ.staticContract.2]  · simp only [Fin.getElem_fin, not_and] at hn    by_cases h0 : ¬ GradingCompliant φs φsΛ    · rw [staticContract_of_not_gradingCompliant _ _ h0]      simp only [ZeroMemClass.coe_zero, zero_mul, smul_zero, mul_zero]    · simp_all only [not_not, forall_const]      have h1 : contractStateAtIndex φ [φsΛ]ᵘᶜ (uncontractedFieldOpEquiv φs φsΛ k) = 0 := by        simp only [contractStateAtIndex, uncontractedFieldOpEquiv, Equiv.optionCongr_apply,          Equiv.coe_trans, Option.map_some, Function.comp_apply, finCongr_apply,          Fin.val_cast, Fin.getElem_fin, smul_eq_zero]        right        simp only [uncontractedListGet, List.getElem_map,          uncontractedList_getElem_uncontractedIndexEquiv_symm, List.get_eq_getElem]        rw [superCommute_anPart_ofFieldOpF_diff_grade_zero (h := hn)]      simp [h1]
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/QFT/PerturbationTheory/WickAlgebra/StaticWickTerm.lean:79-109

Reuse this declaration

Bring the exact result into your workflow

The import identifies the source module. Your project still needs the pinned package dependency shown on this page.

What this badge means

This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.

Continue in this project

Related declarations

Project-declaredLean 4.32.0

Adiabatic relation log

adiabatic_relation_log

Plain-language statement

Adiabatic relation in logarithmic form: If S(Ua,Va,N) = S(Ub,Vb,N) with N fixed, then c * log (Ua/Ub) + log (Va/Vb) = 0.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Adiabatic relation Ua Ub Va Vb

adiabatic_relation_UaUbVaVb

Plain-language statement

Adiabatic relation in product form: If S(Ua,Va,N) = S(Ub,Vb,N) with N fixed, then (Ua/Ub)^c * (Va/Vb) = 1.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record