Super Commute F of Cr An List F of Cr An List F cons
FieldSpecification.FieldOpFreeAlgebra.superCommuteF_ofCrAnListF_ofCrAnListF_cons
Plain-language statement
For a field specification ๐, the super commutator superCommuteF is defined as the linear map ๐.FieldOpFreeAlgebra โโ[โ] ๐.FieldOpFreeAlgebra โโ[โ] ๐.FieldOpFreeAlgebra which on the lists ฯs and ฯs' of ๐.CrAnFieldOp gives superCommuteF ฯs ฯs' = ฯs * ฯs' - ๐ข(ฯs, ฯs') โข ฯs' * ฯs. The notation [a, b]โF can be used for superCommuteF a b...
Exact Lean statement
lemma superCommuteF_ofCrAnListF_ofCrAnListF_cons (ฯ : ๐.CrAnFieldOp) (ฯs ฯs' : List ๐.CrAnFieldOp) :
[ofCrAnListF ฯs, ofCrAnListF (ฯ :: ฯs')]โF =
[ofCrAnListF ฯs, ofCrAnOpF ฯ]โF * ofCrAnListF ฯs' +
๐ข(๐ |>โ ฯs, ๐ |>โ ฯ)
โข ofCrAnOpF ฯ * [ofCrAnListF ฯs, ofCrAnListF ฯs']โFFormal artifact
Lean source
lemma superCommuteF_ofCrAnListF_ofCrAnListF_cons (ฯ : ๐.CrAnFieldOp) (ฯs ฯs' : List ๐.CrAnFieldOp) : [ofCrAnListF ฯs, ofCrAnListF (ฯ :: ฯs')]โF = [ofCrAnListF ฯs, ofCrAnOpF ฯ]โF * ofCrAnListF ฯs' + ๐ข(๐ |>โ ฯs, ๐ |>โ ฯ) โข ofCrAnOpF ฯ * [ofCrAnListF ฯs, ofCrAnListF ฯs']โF := by rw [superCommuteF_ofCrAnListF_ofCrAnListF] conv_rhs => lhs rw [โ ofCrAnListF_singleton, superCommuteF_ofCrAnListF_ofCrAnListF, sub_mul, โ ofCrAnListF_append] rhs rw [FieldStatistic.ofList_singleton, ofCrAnListF_append, ofCrAnListF_singleton, smul_mul_assoc, mul_assoc, โ ofCrAnListF_append] conv_rhs => rhs rw [superCommuteF_ofCrAnListF_ofCrAnListF, mul_sub, smul_mul_assoc] simp only [List.cons_append, List.append_assoc, List.nil_append, Algebra.mul_smul_comm, Algebra.smul_mul_assoc, sub_add_sub_cancel, sub_right_inj] rw [โ ofCrAnListF_cons, smul_smul, FieldStatistic.ofList_cons_eq_mul] simp only [map_mul, mul_comm]- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/QFT/PerturbationTheory/FieldOpFreeAlgebra/SuperCommute.lean:340-359
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.