Theorems · Theorem · linear algebra
dotProduct_assoc
∀ {m : Type u_2} {n : Type u_3} {α : Type v} [inst : Fintype m] [inst_1 : Fintype n] [inst_2 : NonUnitalSemiring α]
(u : m → α) (w : n → α) (v : Matrix m n α), (fun j => u ⬝ᵥ fun i => v i j) ⬝ᵥ w = u ⬝ᵥ fun i => v i ⬝ᵥ w- Defined in
- Mathlib.Data.Matrix.Mul
- Cited by
- 3 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.
Cites11
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
- Finset.sumproof · cited by 5,195
- Matrixstatement and proof · cited by 4,303
- Finset.univproof · cited by 3,473
- Finset.sum_congrproof · cited by 2,323
- mul_assocproof · cited by 1,667
- NonUnitalSemiringstatement and proof · cited by 339
- Finset.mul_sumproof · cited by 196
- dotProductstatement · cited by 194
- Finset.sum_mulproof · cited by 112
- Finset.sum_commproof · cited by 66
Cited by3
Results whose statement or proof uses this declaration.
- Matrix.mul_assocproof · cited by 56
- Matrix.mulVec_mulVecproof · cited by 15
- Matrix.vecMul_vecMulproof · cited by 12