Theorems · Definition · linear algebra
Matrix.toSquareBlockProp
{m : Type u_2} → {α : Type u_12} → Matrix m m α → (p : m → Prop) → Matrix { a // p a } { a // p a } αLet p pick out certain rows and columns of a square matrix M. Then
toSquareBlockProp M p is the corresponding block matrix.
- Defined in
- Mathlib.Data.Matrix.Block
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
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.toBlockproof · cited by 13
Cited by6
Results whose statement or proof uses this declaration.
- Matrix.toSquareBlockproof · cited by 15
- Matrix.BlockTriangular.detproof · cited by 3
- Matrix.twoBlockTriangular_detstatement and proof · cited by 1
- Matrix.twoBlockTriangular_det'statement and proof · cited by 1
- Matrix.equiv_block_detstatement and proof · cited by 1
- Matrix.toSquareBlockProp_defstatement · cited by 0