Skip to content

Commit 92fa788

Browse files
eric-wieserutensil
andcommitted
feat(LinearAlgebra/CliffordAlgebra): port SpinGroup (#9111)
In this PR, we define `lipschitzGroup`, `pinGroup` and `spinGroup`, and prove some basic lemmas. Ported from leanprover-community/mathlib3/pull/16040. Co-authored-by: Jiale Miao <[email protected]> Co-authored-by: Eric Wieser <[email protected]> Co-authored-by: utensil <[email protected]> Co-authored-by: Utensil <[email protected]>
1 parent b281bae commit 92fa788

File tree

3 files changed

+419
-0
lines changed

3 files changed

+419
-0
lines changed

Mathlib.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2886,6 +2886,7 @@ import Mathlib.LinearAlgebra.CliffordAlgebra.Fold
28862886
import Mathlib.LinearAlgebra.CliffordAlgebra.Grading
28872887
import Mathlib.LinearAlgebra.CliffordAlgebra.Inversion
28882888
import Mathlib.LinearAlgebra.CliffordAlgebra.Prod
2889+
import Mathlib.LinearAlgebra.CliffordAlgebra.SpinGroup
28892890
import Mathlib.LinearAlgebra.CliffordAlgebra.Star
28902891
import Mathlib.LinearAlgebra.Coevaluation
28912892
import Mathlib.LinearAlgebra.Contraction

0 commit comments

Comments
 (0)