Mathlib Map

Theorems · Theorem · group theory

Matrix.GeneralLinearGroup.isParabolic_iff_of_upperTriangular_of_det

∀ {K : Type u_2} [inst : Field K] [inst_1 : LinearOrder K] [IsStrictOrderedRing K] {g : GL (Fin 2) K},
  Matrix.GeneralLinearGroup.det g = 1 ∨ Matrix.GeneralLinearGroup.det g = -1 →
    ↑g 1 0 = 0 →
      (g.IsParabolic ↔
        (∃ x, x ≠ 0 ∧ g = Matrix.GeneralLinearGroup.upperRightHom x) ∨
          ∃ x, x ≠ 0 ∧ g = -Matrix.GeneralLinearGroup.upperRightHom x)

Specialized version of isParabolic_iff_of_upperTriangular intended for use with discrete subgroups of GL(2, ℝ).

Defined in
Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup.FinTwo
Cited by
1 results in Mathlib
Foundations
Depth 133 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldLinearOrderIsStrictOrderedRing

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites36

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.