Theorems · Theorem · linear algebra
Matrix.updateCol_eq_self
∀ {m : Type u_2} {n : Type u_3} {α : Type v} [inst : DecidableEq n] (A : Matrix m n α) (i : n),
(A.updateCol i fun j => A j i) = A- Defined in
- Mathlib.LinearAlgebra.Matrix.RowCol
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Matrixstatement and proof · cited by 4,303
- Matrix.updateColstatement · cited by 45
- Function.update_eq_selfproof · cited by 41
Cited by2
Results whose statement or proof uses this declaration.
- Polynomial.resultant_C_mul_rightproof · cited by 5
- Matrix.updateCol_zero_zeroproof · cited by 1