feat: Some properties of normal order

This commit is contained in:
jstoobysmith 2025-01-30 06:21:11 +00:00
parent c53299d40a
commit d25eab1754
3 changed files with 86 additions and 3 deletions

View file

@ -114,8 +114,8 @@ noncomputable def superCommute : FieldOpAlgebra 𝓕 →ₗ[]
@[inherit_doc superCommute]
scoped[FieldSpecification.FieldOpAlgebra] notation "[" a "," b "]ₛ" => superCommute a b
lemma ι_superCommuteF_eq_superCommute (a b : 𝓕.CrAnAlgebra) :
ι [a, b]ₛca = [ι a, ι b]ₛ := rfl
lemma superCommute_eq_ι_superCommuteF (a b : 𝓕.CrAnAlgebra) :
[ι a, ι b]ₛ = ι [a, b]ₛca := rfl
end FieldOpAlgebra
end FieldSpecification