Theorems · Theorem · group theory
Matrix.of_mem_specialOrthogonalGroup_fin_two_iff
∀ {R : Type v} [inst : CommRing R] {a b c d : R},
!![a, b; c, d] ∈ Matrix.specialOrthogonalGroup (Fin 2) R ↔ a = d ∧ b = -c ∧ a ^ 2 + b ^ 2 = 1- Defined in
- Mathlib.LinearAlgebra.UnitaryGroup
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
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
- Equivstatement · cited by 8,337
- Matrixstatement · cited by 4,303
- Equiv.symmproof · cited by 3,681
- Submonoidstatement · cited by 3,086
- add_zeroproof · cited by 2,707
- Matrix.vecConsstatement and proof · cited by 852
- Matrix.vecEmptystatement and proof · cited by 832
- Matrix.transposeproof · cited by 389
- Matrix.ofstatement and proof · cited by 336
- Equiv.symm_apply_applyproof · cited by 320
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.mem_specialOrthogonalGroup_fin_two_iffproof · cited by 0