Mathlib Map

Theorems · Theorem · linear algebra

LinearEquiv.mem_dilatransvections_iff_rank

∀ {V : Type u_2} [inst : AddCommGroup V] {K : Type u_3} [inst_1 : DivisionRing K] [inst_2 : Module K V] {e : V ≃ₗ[K] V},
  e ∈ LinearEquiv.dilatransvections K V ↔ Module.rank K ↥(↑e - LinearMap.id).range ≤ 1

Over a division ring, dilatransvections correspond to linear equivalences e such that the linear map e - id has rank at most 1. See also LinearEquiv.mem_dilatransvections_iff_finrank.

Defined in
Mathlib.LinearAlgebra.Transvection.Basic
Cited by
2 results in Mathlib
Foundations
Depth 118 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommGroupDivisionRingModule

Around this declaration

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

Cites50

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

Cited by2

Results whose statement or proof uses this declaration.