Mathlib Map

Theorems · Inductive type · linear algebra

Matrix.Nondegenerate

{m : Type u_1} →
  {n : Type u_2} → {R : Type u_3} → [NonUnitalNonAssocSemiring R] → [Finite m] → [Finite n] → Matrix m n R → Prop

A matrix M is nondegenerate if it is both left-separating and right-separating. See also Matrix.Nonsingular.

Defined in
Mathlib.LinearAlgebra.Matrix.Nondegenerate
Cited by
49 results in Mathlib
Foundations
Depth 1 from the axioms · uses no axioms
Assumes
NonUnitalNonAssocSemiringFiniteFinite

Around this declaration

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

Cites3

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

Cited by56

Results whose statement or proof uses this declaration.