Theorems · Theorem · linear algebra
Matrix.mul_left_injective_iff_vecMul_injective
∀ {l : Type u_1} {m : Type u_2} {n : Type u_3} {α : Type v} [inst : NonUnitalSemiring α] [Nonempty l]
[inst_2 : Fintype m] {A : Matrix m n α},
(Function.Injective fun B => B * A) ↔ Function.Injective fun v => Matrix.vecMul v A- Defined in
- Mathlib.Data.Matrix.Mul
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Matrix.extproof · cited by 540
- NonUnitalSemiringstatement and proof · cited by 339
- Matrix.ofproof · cited by 336
- Matrix.vecMulstatement and proof · cited by 148
- Matrix.rowproof · cited by 40
- Matrix.ext_rowproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.isRightRegular_iff_vecMul_injectiveproof · cited by 3