Mathlib Map

Theorems · Theorem · linear algebra

LinearMap.bot_lt_ker_of_det_eq_zero

∀ {R : Type u_1} [inst : CommRing R] {M : Type u_2} [inst_1 : AddCommGroup M] [inst_2 : Module R M] [IsDomain R]
  [Module.Free R M] {f : M →ₗ[R] M}, LinearMap.det f = 0 → ⊥ < f.ker

If the determinant of a map vanishes, then the map is not injective.

Defined in
Mathlib.LinearAlgebra.Determinant
Cited by
3 results in Mathlib
Foundations
Depth 130 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingAddCommGroupModuleIsDomainModule.Free

Around this declaration

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

Cites36

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.