Theorems · Theorem · linear algebra
Matrix.vecMul_diagonal
∀ {m : Type u_2} {α : Type v} [inst : NonUnitalNonAssocSemiring α] [inst_1 : Fintype m] [inst_2 : DecidableEq m]
(v w : m → α) (x : m), Matrix.vecMul v (Matrix.diagonal w) x = v x * w x- Defined in
- Mathlib.Data.Matrix.Mul
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Fintypestatement and proof · cited by 7,736
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- Matrix.diagonalstatement · cited by 314
- Matrix.vecMulstatement · cited by 148
- dotProduct_diagonal'proof · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- Matrix.vecMul_oneproof · cited by 5
- Matrix.vecMul_diagonal_constproof · cited by 2
- Matrix.single_vecMul_diagonalproof · cited by 0