Theorems · Theorem · linear algebra
Matrix.mul_single_eq_updateCol_zero
∀ {l : Type u_1} {m : Type u_2} {n : Type u_3} {α : Type v} [inst : DecidableEq m] [inst_1 : DecidableEq n]
[inst_2 : Fintype m] [inst_3 : NonUnitalNonAssocSemiring α] (A : Matrix l m α) (i : m) (j : n) (r : α),
A * Matrix.single i j r = Matrix.updateCol 0 j (MulOpposite.op r • A.col i)- Defined in
- Mathlib.LinearAlgebra.Matrix.RowCol
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- Matrixstatement and proof · cited by 4,303
- MulOppositestatement · cited by 1,135
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- MulOpposite.opstatement and proof · cited by 520
- Pi.singleproof · cited by 518
- Matrix.mulVecproof · cited by 267
- Matrix.singlestatement · cited by 129
- Matrix.colstatement and proof · cited by 56
- Matrix.updateColstatement and proof · cited by 45
- Matrix.mulVec_singleproof · cited by 23
- Matrix.mul_zeroproof · cited by 14
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.