All proofs
Project-declaredLean 4.32.0 ยท mathlib@81a5d257c8e4

Coe Add Monoid Hom apply eq bosonic plus fermionic

FieldSpecification.WickAlgebra.coeAddMonoidHom_apply_eq_bosonic_plus_fermionic

Project documentation

The projection of ๐“•.WickAlgebra to statSubmodule (๐“• := ๐“•) fermionic. -/ def fermionicProj : ๐“•.WickAlgebra โ†’โ‚—[โ„‚] statSubmodule (๐“• := ๐“•) fermionic where toFun := Quotient.lift fermionicProjFree fermionicProjFree_eq_of_equiv map_add' x y := by obtain โŸจx, hxโŸฉ := ฮน_surjective x obtain โŸจy, hyโŸฉ := ฮน_surjective y subst hx hy rw [โ† map_add, ฮน_apply, ฮน_ap...

Exact Lean statement

lemma coeAddMonoidHom_apply_eq_bosonic_plus_fermionic
    (a : DirectSum FieldStatistic (fun i => (statSubmodule (๐“• := ๐“•) i))) :
    DirectSum.coeAddMonoidHom statSubmodule a = a.1 bosonic + a.1 fermionic

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma coeAddMonoidHom_apply_eq_bosonic_plus_fermionic    (a : DirectSum FieldStatistic (fun i => (statSubmodule (๐“• := ๐“•) i))) :    DirectSum.coeAddMonoidHom statSubmodule a = a.1 bosonic + a.1 fermionic := by  let C : DirectSum FieldStatistic (fun i => (statSubmodule (๐“• := ๐“•) i)) โ†’ Prop :=    fun a => DirectSum.coeAddMonoidHom statSubmodule a = a.1 bosonic + a.1 fermionic  change C a  apply DirectSum.induction_on  ยท simp [C]  ยท intro i x    simp only [DFinsupp.toFun_eq_coe, DirectSum.coeAddMonoidHom_of, C]    rw [DirectSum.of_apply, DirectSum.of_apply]    match i with    | bosonic => simp    | fermionic => simp  ยท intro x y hx hy    simp_all only [C, DFinsupp.toFun_eq_coe, map_add, DirectSum.add_apply, Submodule.coe_add]    abel
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/QFT/PerturbationTheory/WickAlgebra/Grading.lean:346-362

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