Theorems · Theorem
Matrix.dotProduct_cons
∀ {α : Type u} {n : ℕ} [inst : AddCommMonoid α] [inst_1 : Mul α] (v : Fin n.succ → α) (x : α) (w : Fin n → α),
v ⬝ᵥ Matrix.vecCons x w = Matrix.vecHead v * x + Matrix.vecTail v ⬝ᵥ w- Defined in
- Mathlib.LinearAlgebra.Matrix.Notation
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 80 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.
Cites10
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
- Finset.sumproof · cited by 5,195
- Finset.univproof · cited by 3,473
- Finset.sum_congrproof · cited by 2,323
- Matrix.vecConsstatement and proof · cited by 852
- dotProductstatement · cited by 194
- Matrix.cons_val_succproof · cited by 47
- Matrix.vecTailstatement · cited by 39
- Fin.sum_univ_succproof · cited by 36
- Matrix.vecHeadstatement · cited by 34
Cited by5
Results whose statement or proof uses this declaration.
- Matrix.vecMul_consproof · cited by 3
- Matrix.vec2_dotProduct'proof · cited by 1
- Matrix.mulVec_consproof · cited by 1
- Matrix.vec3_dotProduct'proof · cited by 1
- Matrix.cons_dotProduct_consproof · cited by 0