Mathlib Map

Theorems · Theorem · linear algebra

Matrix.mulVec_injective_of_det_mem_nonZeroDivisors

∀ {m : Type u_1} {R : Type u_2} [inst : CommRing R] [inst_1 : Fintype m] [inst_2 : DecidableEq m] {M : Matrix m m R},
  M.det ∈ nonZeroDivisors R → Function.Injective M.mulVec

See also Matrix.mulVec_injective_iff_isUnit when working over a field.

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

Around this declaration

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

Cites11

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.