Theorems · Theorem · linear algebra
Matrix.nondegenerate_def
∀ {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 = 0) ∧
∀ (w : n → R), (∀ (v : m → R), v ⬝ᵥ M.mulVec w = 0) → w = 0- Cited by
- 3 results in Mathlib
- Foundations
- Depth 66 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.
Cites10
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 · cited by 49
- Matrix.SeparatingRightproof · cited by 35
- Matrix.separatingLeft_defproof · cited by 3
- Matrix.separatingRight_defproof · cited by 3
- Matrix.nondegenerate_iffproof · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- Matrix.Nondegenerate.eq_zero_of_orthoproof · cited by 2
- Matrix.Nondegenerate.eq_zero_of_ortho'proof · cited by 1
- Matrix.Nondegenerate.smul_iffproof · cited by 1