Theorems · Theorem · linear algebra
Matrix.dotProduct_transpose_mulVec
∀ {m : Type u_2} {n : Type u_3} {α : Type v} [inst : NonUnitalCommSemiring α] [inst_1 : Fintype m] [inst_2 : Fintype n]
(A : Matrix m n α) (x : n → α) (y : m → α), x ⬝ᵥ A.transpose.mulVec y = y ⬝ᵥ A.mulVec xBilinear form identity: x ⬝ᵥ Aᵀ *ᵥ y = y ⬝ᵥ A *ᵥ x for commutative semirings.
- Defined in
- Mathlib.Data.Matrix.Mul
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- dotProductstatement and proof · cited by 194
- Matrix.vecMulproof · cited by 148
- NonUnitalCommSemiringstatement and proof · cited by 29
- Matrix.dotProduct_mulVecproof · cited by 19
- dotProduct_commproof · cited by 13
- Matrix.vecMul_transposeproof · cited by 8
Cited by3
Results whose statement or proof uses this declaration.
- Matrix.separatingLeft_transpose_iffproof · cited by 2
- Matrix.separatingRight_transpose_iffproof · cited by 1
- Matrix.dotProduct_vecMul_transposeproof · cited by 0