Theorems · Theorem · group theory
Matrix.SpecialLinearGroup.mem_center_iff
∀ {n : Type u} [inst : DecidableEq n] [inst_1 : Fintype n] {R : Type v} [inst_2 : CommRing R]
{A : Matrix.SpecialLinearGroup n R},
A ∈ Subgroup.center (Matrix.SpecialLinearGroup n R) ↔ ∃ r, r ^ Fintype.card n = 1 ∧ (Matrix.scalar n) r = ↑AThe center of a special linear group of degree n is the subgroup of scalar matrices, for which
the scalars are the n-th roots of unity.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 105 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.coestatement and proof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- RingHomstatement · cited by 10,189
- Fintypestatement and proof · cited by 7,736
- Bot.botproof · cited by 4,720
- Matrixstatement · cited by 4,303
- Subgroupstatement · cited by 3,593
- Fintype.cardstatement and proof · cited by 1,386
- pow_zeroproof · cited by 1,094
- IsEmptyproof · cited by 759
- Matrix.detstatement and proof · cited by 665
- Matrix.SpecialLinearGroupstatement and proof · cited by 348
Cited by2
Results whose statement or proof uses this declaration.
- SpecialLinearGroup.mem_center_iffproof · cited by 2
- Matrix.SpecialLinearGroup.transvection_mem_center_iffproof · cited by 0