feat: Informal superCommuator

This commit is contained in:
jstoobysmith 2024-12-03 15:26:06 +00:00
parent b57e042f1a
commit fbc3abd83e
2 changed files with 10 additions and 1 deletions

View file

@ -21,3 +21,11 @@ informal_definition SuperAlgebra where
physics :≈ "A super algebra is used to model the commutator of fermionic operators among
themselves, aswell as among bosonic operators."
ref :≈ "https://en.wikipedia.org/wiki/Superalgebra"
namespace SuperAlgebra
informal_definition superCommuator where
math :≈ "The commutator which for `a ∈ Aᵢ` and `b ∈ Aⱼ` is defined as `ab - (-1)^(i * j) ba`."
deps :≈ [``SuperAlgebra]
end SuperAlgebra