Theorems · Theorem · linear algebra
Matrix.det_eq_zero_of_mulVec_eq_zero_of_mem_nonZeroDivisors
∀ {n : Type v} {α : Type w} [inst : DecidableEq n] [inst_1 : Fintype n] [inst_2 : CommRing α] {M : Matrix n n α}
{v : n → α}, M.mulVec v = 0 → ∀ {i : n}, v i ∈ nonZeroDivisors α → M.det = 0- Defined in
- Mathlib.LinearAlgebra.Matrix.Adjugate
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 99 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEqFintypeCommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Submonoidstatement · cited by 3,086
- nonZeroDivisorsstatement and proof · cited by 895
- Matrix.detstatement and proof · cited by 665
- Matrix.mulVecstatement and proof · cited by 267
- Matrix.adjugateproof · cited by 64
- Matrix.mulVec_mulVecproof · cited by 15
- Matrix.one_mulVecproof · cited by 12
- Matrix.adjugate_mulproof · cited by 6
- mul_right_mem_nonZeroDivisors_eq_zero_iffproof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.