Mathlib Map

Theorems · Theorem · group theory

Matrix.isParabolic_iff_exists

∀ {K : Type u_1} [inst : Field K] {m : Matrix (Fin 2) (Fin 2) K} [NeZero 2],
  m.IsParabolic ↔ ∃ a n, m = (Matrix.scalar (Fin 2)) a + n ∧ n ≠ 0 ∧ n ^ 2 = 0

Characterization of parabolic elements: they have the form a + m where a is scalar and m is nonzero and nilpotent.

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

Around this declaration

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

Cites32

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.