Theorems · Theorem · group theory
SymplecticGroup.det_eq_one
∀ {l : Type u_1} {R : Type u_2} [inst : DecidableEq l] [inst_1 : Fintype l] [inst_2 : CommRing R]
{M : Matrix (l ⊕ l) (l ⊕ l) R}, M ∈ Matrix.symplecticGroup l R → M.det = 1Symplectic matrices have determinant 1.
The proof strategy comes in two steps:
1. Consider a symplectic matrix M over a local ring, we can construct a matrix of the
form fromBlocks 1 X 0 1 s.t. the upper-left block of (fromBlocks 1 X 0 1) * M is invertible.
From this we can calculate the determinant.
2. For a symplectic matrix M over general commutative ring R, we note that by step 1,
M.det - 1 = 0 in any localization at a maximal ideal in R. Therefore M.det = 1 in R.
- Defined in
- Mathlib.LinearAlgebra.SymplecticGroup
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 126 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEqFintypeCommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- RingHomproof · cited by 10,189
- Fintypestatement and proof · cited by 7,736
- Idealproof · cited by 4,748
- Algebra.algebraMapproof · cited by 4,706
- Matrixstatement and proof · cited by 4,303
- Submonoidstatement · cited by 3,086
- FunLikeproof · cited by 2,560
- sub_selfproof · cited by 996
- map_oneproof · cited by 861
- Matrix.detstatement and proof · cited by 665
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.