Theorems · Theorem · linear algebra
Matrix.dotProduct_vecMul_hadamard
∀ {α : Type u_1} {m : Type u_2} {n : Type u_3} (A B : Matrix m n α) [inst : Fintype m] [inst_1 : Fintype n]
[inst_2 : NonUnitalSemiring α] [inst_3 : DecidableEq m] [inst_4 : DecidableEq n] (v : m → α) (w : n → α),
Matrix.vecMul v (A.hadamard B) ⬝ᵥ w = (Matrix.diagonal v * A * (B * Matrix.diagonal w).transpose).trace- Defined in
- Mathlib.LinearAlgebra.Matrix.Hadamard
- 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.
Cites18
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
- Matrix.transposestatement · cited by 389
- NonUnitalSemiringstatement and proof · cited by 339
- Matrix.diagonalstatement and proof · cited by 314
- dotProductstatement and proof · cited by 194
- Matrix.vecMulstatement and proof · cited by 148
- Matrix.tracestatement · cited by 114
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.