Skip to content

Commit

Permalink
feat(LinearAlgebra/CliffordAlgebra): port SpinGroup (#9111)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
eric-wieser and utensil committed Aug 19, 2024
1 parent 56b132b commit a6840fc
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 0 deletions.
1 change: 1 addition & 0 deletions Mathlib.lean
Original file line number Diff line number Diff line change
Expand Up @@ -2885,6 +2885,7 @@ import Mathlib.LinearAlgebra.CliffordAlgebra.Fold
import Mathlib.LinearAlgebra.CliffordAlgebra.Grading
import Mathlib.LinearAlgebra.CliffordAlgebra.Inversion
import Mathlib.LinearAlgebra.CliffordAlgebra.Prod
import Mathlib.LinearAlgebra.CliffordAlgebra.SpinGroup
import Mathlib.LinearAlgebra.CliffordAlgebra.Star
import Mathlib.LinearAlgebra.Coevaluation
import Mathlib.LinearAlgebra.Contraction
Expand Down
Loading

0 comments on commit a6840fc

Please sign in to comment.