Theorems · Theorem · linear algebra
Matrix.vecMulVec_add
∀ {m : Type u_2} {n : Type u_3} {α : Type v} [inst : Mul α] [inst_1 : Add α] [LeftDistribClass α] (w : m → α)
(v₁ v₂ : n → α), Matrix.vecMulVec w (v₁ + v₂) = Matrix.vecMulVec w v₁ + Matrix.vecMulVec w v₂- Defined in
- Mathlib.Data.Matrix.Mul
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Quot.sound
- Assumes
- MulAddLeftDistribClass
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Matrixstatement · cited by 4,303
- Matrix.extproof · cited by 540
- mul_addproof · cited by 413
- Matrix.vecMulVecstatement · cited by 52
- LeftDistribClassstatement and proof · cited by 12
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.