Theorems · Theorem · linear algebra
Matrix.updateRow_zero_mul_updateCol_zero
∀ {l : Type u_1} {m : Type u_2} {n : Type u_3} {α : Type v} [inst : DecidableEq l] [inst_1 : DecidableEq n]
[inst_2 : Fintype m] [inst_3 : NonUnitalNonAssocSemiring α] (i : l) (r : m → α) (j : n) (c : m → α),
Matrix.updateRow 0 i r * Matrix.updateCol 0 j c = Matrix.single i j (r ⬝ᵥ c)- Defined in
- Mathlib.LinearAlgebra.Matrix.RowCol
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 59 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- Pi.singleproof · cited by 518
- Function.updateproof · cited by 502
- Matrix.ofproof · cited by 336
- Matrix.mulVecproof · cited by 267
- dotProductstatement and proof · cited by 194
- Matrix.vecMulproof · cited by 148
- Matrix.singlestatement and proof · cited by 129
- Matrix.updateRowstatement and proof · cited by 63
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.