Theorems · Theorem
Matrix.cons_vecMul_cons
∀ {α : Type u} {n : ℕ} {o' : Type uₒ} [inst : NonUnitalNonAssocSemiring α] (x : α) (v : Fin n → α) (w : o' → α)
(B : Fin n → o' → α),
Matrix.vecMul (Matrix.vecCons x v) (Matrix.of (Matrix.vecCons w B)) = x • w + Matrix.vecMul v (Matrix.of B)- Defined in
- Mathlib.LinearAlgebra.Matrix.Notation
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NonUnitalNonAssocSemiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Equivstatement · cited by 8,337
- Matrixstatement · cited by 4,303
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- Matrix.vecConsstatement and proof · cited by 852
- Matrix.ofstatement and proof · cited by 336
- Matrix.vecMulstatement and proof · cited by 148
- Matrix.tail_consproof · cited by 16
- Matrix.vecMul_consproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.