Theorems · Theorem · linear algebra
Matrix.sum_mulVec
∀ {m : Type u_2} {n : Type u_3} {α : Type u_11} {ι : Type u_14} [inst : NonUnitalNonAssocSemiring α]
[inst_1 : Fintype n] (s : Finset ι) (x : ι → Matrix m n α) (y : n → α),
(∑ i ∈ s, x i).mulVec y = ∑ i ∈ s, (x i).mulVec y- 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
- Matrix.mulVecstatement and proof · cited by 267
- Finset.sum_applyproof · cited by 234
- Finset.sum_mulproof · cited by 112
- 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.