Theorems · Theorem · linear algebra
Matrix.Nondegenerate.eq_zero_of_ortho
∀ {m : Type u_1} {n : Type u_2} {R : Type u_3} [inst : CommSemiring R] {M : Matrix m n R} [inst_1 : Fintype m]
[inst_2 : Fintype n], M.Nondegenerate → ∀ {v : m → R}, (∀ (w : n → R), v ⬝ᵥ M.mulVec w = 0) → v = 0If M is nondegenerate and w * M * v = 0 for all w, then v = 0.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiringFintypeFintype
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommSemiringstatement and proof · cited by 10,911
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Matrix.mulVecstatement and proof · cited by 267
- dotProductstatement and proof · cited by 194
- Matrix.Nondegeneratestatement and proof · cited by 49
- Matrix.nondegenerate_defproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- LinearIndependent.sum_smul_of_nondegenerateproof · cited by 1
- Matrix.Nondegenerate.exists_not_ortho_of_ne_zeroproof · cited by 0