Theorems · Theorem · linear algebra
Matrix.dotProduct_vecMul_transpose
∀ {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 → α), Matrix.vecMul x A.transpose ⬝ᵥ y = Matrix.vecMul y A ⬝ᵥ xBilinear form identity: (x ᵥ* Aᵀ) ⬝ᵥ y = (y ᵥ* A) ⬝ᵥ x for commutative semirings.
- 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
- dotProductstatement · cited by 194
- Matrix.vecMulstatement · cited by 148
- NonUnitalCommSemiringstatement and proof · cited by 29
- Matrix.dotProduct_mulVecproof · cited by 19
- Matrix.dotProduct_transpose_mulVecproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.