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 fermionicFormal artifact
Lean source
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
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.
Source project: Physlib
Person-level attribution pending.
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.
Source project: Physlib
Person-level attribution pending.
Deriv Within mean Energy Beta eq neg variance
CanonicalEnsemble.derivWithin_meanEnergy_Beta_eq_neg_variance
Plain-language statement
(โU/โฮฒ) = -Var(E) for finite systems.
Source project: Physlib
Person-level attribution pending.