Theorems · Theorem · linear algebra
Matrix.mulVec_smul
∀ {m : Type u_2} {n : Type u_3} {R : Type u_7} {α : Type v} [inst : NonUnitalNonAssocSemiring α] [inst_1 : Fintype n]
[inst_2 : DistribSMul R α] [SMulCommClass R α α] (M : Matrix m n α) (b : R) (v : n → α),
M.mulVec (b • v) = b • M.mulVec v- Defined in
- Mathlib.Data.Matrix.Mul
- Cited by
- 3 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
- SMulCommClassstatement and proof · cited by 1,927
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- Matrix.mulVecstatement · cited by 267
- DistribSMulstatement and proof · cited by 117
- dotProduct_smulproof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- Algebra.discr_mul_isIntegral_mem_adjoinproof · cited by 1
- Matrix.IsHermitian.conjStarAlgAut_star_eigenvectorUnitaryproof · cited by 1
- isIntegral_discr_mul_of_mem_traceDualproof · cited by 0