Theorems · Theorem
Matrix.mulVec_cons
∀ {n : ℕ} {m' : Type uₘ} {α : Type u_1} [inst : NonUnitalCommSemiring α] (A : m' → Fin n.succ → α) (x : α)
(v : Fin n → α),
(Matrix.of A).mulVec (Matrix.vecCons x v) = x • Matrix.vecHead ∘ A + (Matrix.of (Matrix.vecTail ∘ A)).mulVec v- Defined in
- Mathlib.LinearAlgebra.Matrix.Notation
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NonUnitalCommSemiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Equivstatement · cited by 8,337
- Matrixstatement · cited by 4,303
- mul_commproof · cited by 2,262
- Matrix.vecConsstatement · cited by 852
- Matrix.ofstatement · cited by 336
- Matrix.mulVecstatement · cited by 267
- dotProductproof · cited by 194
- Matrix.vecTailstatement and proof · cited by 39
- Matrix.vecHeadstatement and proof · cited by 34
- NonUnitalCommSemiringstatement and proof · cited by 29
- Matrix.dotProduct_consproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- QuadraticAlgebra.det_toLinearMap_eq_normproof · cited by 0