Theorems · Definition · linear algebra
Matrix.submatrix
{l : Type u_1} →
{m : Type u_2} → {n : Type u_3} → {o : Type u_4} → {α : Type v} → Matrix m n α → (l → m) → (o → n) → Matrix l o αGiven maps (r : l → m) and (c : o → n) reindexing the rows and columns of
a matrix M : Matrix m n α, the matrix M.submatrix r c : Matrix l o α is defined
by (M.submatrix r c) i j = M (r i) (c j) for (i,j) : l × o.
Note that the total number of row and columns does not have to be preserved.
- Defined in
- Mathlib.LinearAlgebra.Matrix.Defs
- Cited by
- 183 results in Mathlib
- Foundations
- Depth 14 from the axioms, rests on 61 definitions · uses Quot.sound
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.
- DFunLike.coeproof · cited by 62,936
- Matrixstatement and proof · cited by 4,303
- Matrix.ofproof · cited by 336
Cited by200
Results whose statement or proof uses this declaration.
- Matrix.reindexproof · cited by 102
- Matrix.det_fin_twoproof · cited by 33
- Matrix.submatrix_submatrixstatement · cited by 24
- Matrix.IsTotallyUnimodularproof · cited by 22
- Matrix.submatrix_id_idstatement · cited by 22
- Matrix.toBlockproof · cited by 13
- Matrix.transpose_submatrixstatement · cited by 12
- Matrix.submatrix_mul_equivstatement · cited by 11
- Matrix.submatrix_applystatement · cited by 10
- LinearMap.charpoly_toMatrixproof · cited by 9
- Matrix.det_submatrix_equiv_selfstatement and proof · cited by 9
- Matrix.reindex_applystatement · cited by 8