Theorems · Theorem · linear algebra
Matrix.mul_updateCol
∀ {l : Type u_1} {m : Type u_2} {n : Type u_3} {α : Type v} [inst : DecidableEq n] [inst_1 : Fintype m]
[inst_2 : NonUnitalNonAssocSemiring α] (A : Matrix l m α) (B : Matrix m n α) (j : n) (c : m → α),
A * B.updateCol j c = (A * B).updateCol j (A.mulVec c)- Defined in
- Mathlib.LinearAlgebra.Matrix.RowCol
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 56 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Fintypestatement and proof · cited by 7,736
- Finset.sumproof · cited by 5,195
- Matrixstatement and proof · cited by 4,303
- Finset.univproof · cited by 3,473
- Finset.sum_congrproof · cited by 2,323
- eq_or_neproof · cited by 1,117
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- Matrix.extproof · cited by 540
- Matrix.mulVecstatement · cited by 267
- Matrix.updateColstatement · cited by 45
- Matrix.updateCol_neproof · cited by 11
- Matrix.updateCol_selfproof · cited by 11
Cited by2
Results whose statement or proof uses this declaration.
- Matrix.mul_single_eq_updateCol_zeroproof · cited by 0
- Matrix.updateRow_zero_mul_updateCol_zeroproof · cited by 0