Theorems · Theorem · linear algebra
Matrix.isRightRegular_iff_vecMul_injective
∀ {m : Type u_2} {α : Type v} [inst : NonUnitalSemiring α] [inst_1 : Fintype m] {A : Matrix m m α},
IsRightRegular A ↔ Function.Injective fun v => Matrix.vecMul v A- Defined in
- Mathlib.Data.Matrix.Mul
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NonUnitalSemiringFintype
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- IsEmptyproof · cited by 759
- NonUnitalSemiringstatement and proof · cited by 339
- isEmpty_or_nonemptyproof · cited by 269
- Matrix.vecMulstatement and proof · cited by 148
- IsRightRegularstatement · cited by 93
- Matrix.mul_left_injective_iff_vecMul_injectiveproof · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- Matrix.isRightRegular_iff_nonsingularproof · cited by 2
- Matrix.vecMul_injective_of_isUnitproof · cited by 2
- Matrix.Nonsingular.of_rightRegularproof · cited by 0