Theorems · Theorem
Matrix.cons_dotProduct_cons
∀ {α : Type u} {n : ℕ} [inst : AddCommMonoid α] [inst_1 : Mul α] (x : α) (v : Fin n → α) (y : α) (w : Fin n → α),
Matrix.vecCons x v ⬝ᵥ Matrix.vecCons y w = x * y + v ⬝ᵥ w- Defined in
- Mathlib.LinearAlgebra.Matrix.Notation
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoidMul
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddCommMonoidstatement and proof · cited by 12,281
- Matrix.vecConsstatement and proof · cited by 852
- dotProductstatement and proof · cited by 194
- Matrix.tail_consproof · cited by 16
- Matrix.dotProduct_consproof · cited by 5
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.