Theorems · Theorem · linear algebra
Matrix.vecMul_sum
∀ {m : Type u_2} {n : Type u_3} {α : Type u_11} {ι : Type u_14} [inst : NonUnitalNonAssocSemiring α]
[inst_1 : Fintype n] (x : n → α) (s : Finset ι) (y : ι → Matrix n m α),
Matrix.vecMul x (∑ i ∈ s, y i) = ∑ i ∈ s, Matrix.vecMul x (y i)- Defined in
- Mathlib.Data.Matrix.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- Fintypestatement and proof · cited by 7,736
- Finset.sumstatement and proof · cited by 5,195
- Matrixstatement and proof · cited by 4,303
- Finset.univproof · cited by 3,473
- Finset.sum_congrproof · cited by 2,323
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- Finset.sum_applyproof · cited by 234
- Finset.mul_sumproof · cited by 196
- Matrix.vecMulstatement and proof · cited by 148
- Finset.sum_commproof · cited by 66
- Matrix.sum_applyproof · cited by 9
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.