Theorems · Theorem · linear algebra
Matrix.vecMul_diagonal_const
∀ {m : Type u_2} {α : Type v} [inst : NonAssocSemiring α] [inst_1 : Fintype m] [inst_2 : DecidableEq m] (x : α)
(v : m → α), Matrix.vecMul v (Matrix.diagonal fun x_1 => x) = MulOpposite.op x • v- Defined in
- Mathlib.Data.Matrix.Mul
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- MulOppositestatement · cited by 1,135
- NonAssocSemiringstatement and proof · cited by 805
- MulOpposite.opstatement · cited by 520
- Matrix.diagonalstatement · cited by 314
- Matrix.vecMulstatement · cited by 148
- Matrix.vecMul_diagonalproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- Matrix.vecMul_natCastproof · cited by 1
- Matrix.vecMul_intCastproof · cited by 0