Theorems · Theorem · linear algebra
Matrix.mulVec_transpose
∀ {m : Type u_2} {n : Type u_3} {α : Type v} [inst : NonUnitalCommSemiring α] [inst_1 : Fintype m] (A : Matrix m n α)
(x : m → α), A.transpose.mulVec x = Matrix.vecMul x A- Defined in
- Mathlib.Data.Matrix.Mul
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 57 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NonUnitalCommSemiringFintype
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
- Matrixstatement and proof · cited by 4,303
- Matrix.transposestatement and proof · cited by 389
- Matrix.mulVecstatement · cited by 267
- Matrix.vecMulstatement · cited by 148
- NonUnitalCommSemiringstatement and proof · cited by 29
- dotProduct_commproof · cited by 13
Cited by3
Results whose statement or proof uses this declaration.
- Matrix.mulVecLin_transposeproof · cited by 2
- LDL.diag_eq_lowerInv_conjproof · cited by 1
- Matrix.mulVec_vecMulproof · cited by 0