Mathlib Map

Theorems · Theorem · linear algebra

Matrix.separatingRight_iff_det_ne_zero

∀ {n : Type u_1} [inst : Fintype n] {A : Type u_4} [inst_1 : CommRing A] [IsDomain A] {M : Matrix n n A}
  [inst_3 : DecidableEq n], M.SeparatingRight ↔ M.det ≠ 0
Defined in
Mathlib.LinearAlgebra.Matrix.ToLinearEquiv
Cited by
3 results in Mathlib
Foundations
Depth 126 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeCommRingIsDomainDecidableEq

Around this declaration

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

Cites6

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

Cited by3

Results whose statement or proof uses this declaration.