Theorems · Theorem · linear algebra
Matrix.smul_mulVec
∀ {m : Type u_2} {n : Type u_3} {R : Type u_7} {α : Type v} [inst : NonUnitalNonAssocSemiring α] [inst_1 : Fintype n]
[inst_2 : DistribSMul R α] [IsScalarTower R α α] (b : R) (M : Matrix m n α) (v : n → α),
(b • M).mulVec v = b • M.mulVec v- Defined in
- Mathlib.Data.Matrix.Mul
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 57 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- IsScalarTowerstatement and proof · cited by 3,896
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- Matrix.mulVecstatement · cited by 267
- DistribSMulstatement and proof · cited by 117
- smul_dotProductproof · cited by 5
Cited by5
Results whose statement or proof uses this declaration.
- Matrix.mulVec_cramerproof · cited by 2
- Matrix.Nonsingular.linearIndependent_colproof · cited by 2
- Matrix.Nondegenerate.smul_iffproof · cited by 1
- Matrix.det_smul_inv_mulVec_eq_cramerproof · cited by 1
- Matrix.det_eq_zero_of_mulVec_eq_zero_of_mem_nonZeroDivisorsproof · cited by 0