Theorems · Theorem · linear algebra
Matrix.vecMul_mulVec
∀ {m : Type u_2} {n : Type u_3} {o : Type u_4} {α : Type v} [inst : NonUnitalCommSemiring α] [inst_1 : Fintype m]
[inst_2 : Fintype n] (A : Matrix m n α) (B : Matrix m o α) (x : n → α),
Matrix.vecMul (A.mulVec x) B = Matrix.vecMul x (A.transpose * B)- Defined in
- Mathlib.Data.Matrix.Mul
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- Matrixstatement and proof · cited by 4,303
- Matrix.transposestatement and proof · cited by 389
- Matrix.mulVecstatement and proof · cited by 267
- Matrix.vecMulstatement and proof · cited by 148
- NonUnitalCommSemiringstatement and proof · cited by 29
- Matrix.vecMul_vecMulproof · cited by 12
- Matrix.vecMul_transposeproof · cited by 8
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.