Mathlib Map

Theorems · Definition · linear algebra

Matrix.SeparatingRight

{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 right-separating if for all w ≠ 0, there is a v with v * M * w ≠ 0.

Defined in
Mathlib.LinearAlgebra.Matrix.Nondegenerate
Cited by
35 results in Mathlib
Foundations
Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NonUnitalNonAssocSemiringFiniteFinite

Around this declaration

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

Cites5

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

Cited by37

Results whose statement or proof uses this declaration.