Theorems · Theorem · linear algebra
Matrix.updateCol_apply
∀ {m : Type u_2} {n : Type u_3} {α : Type v} {M : Matrix m n α} {i : m} {j : n} {c : m → α} [inst : DecidableEq n]
{j' : n}, M.updateCol j c i j' = if j' = j then c i else M i j'- Defined in
- Mathlib.LinearAlgebra.Matrix.RowCol
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses Quot.sound
- Assumes
- DecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
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 and proof · cited by 45
- Matrix.updateCol_neproof · cited by 11
- Matrix.updateCol_selfproof · cited by 11
Cited by8
Results whose statement or proof uses this declaration.
- Matrix.updateRow_transposeproof · cited by 12
- Matrix.updateCol_transposeproof · cited by 5
- Polynomial.resultant_C_mul_rightproof · cited by 5
- Matrix.adjugate_transposeproof · cited by 5
- Algebra.discr_mul_isIntegral_mem_adjoinproof · cited by 1
- Matrix.map_updateColproof · cited by 1
- isIntegral_discr_mul_of_mem_traceDualproof · cited by 0
- Module.Basis.toMatrix_updateproof · cited by 0