Theorems · Theorem · linear algebra
Matrix.updateCol_submatrix_equiv
∀ {l : Type u_1} {m : Type u_2} {n : Type u_3} {o : Type u_4} {α : Type v} [inst : DecidableEq o]
[inst_1 : DecidableEq n] (A : Matrix m n α) (j : o) (c : l → α) (e : l ≃ m) (f : o ≃ n),
(A.submatrix ⇑e ⇑f).updateCol j c = (A.updateCol (f j) fun i => c (e.symm i)).submatrix ⇑e ⇑f- Defined in
- Mathlib.LinearAlgebra.Matrix.RowCol
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Quot.sound
- Assumes
- DecidableEqDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Equivstatement and proof · cited by 8,337
- Matrixstatement and proof · cited by 4,303
- Equiv.symmstatement and proof · cited by 3,681
- Matrix.transposeproof · cited by 389
- Matrix.submatrixstatement and proof · cited by 183
- Matrix.updateRowproof · cited by 63
- Matrix.updateColstatement and proof · cited by 45
- Matrix.updateRow_transposeproof · cited by 12
- Matrix.updateRow_submatrix_equivproof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- Matrix.cramer_submatrix_equivproof · cited by 1
- Matrix.submatrix_updateCol_equivproof · cited by 1
- Matrix.updateCol_reindexproof · cited by 0