Theorems · Theorem · linear algebra
Matrix.mulVec_vecMul
∀ {m : Type u_2} {n : Type u_3} {o : Type u_4} {α : Type v} [inst : NonUnitalCommSemiring α] [inst_1 : Fintype n]
[inst_2 : Fintype o] (A : Matrix m n α) (B : Matrix o n α) (x : o → α),
A.mulVec (Matrix.vecMul x B) = (A * B.transpose).mulVec x- 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.mulVec_mulVecproof · cited by 15
- Matrix.mulVec_transposeproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.