Theorems · Definition · linear algebra
Matrix.BlockTriangular.invertibleToBlock
{α : Type u_1} →
{m : Type u_3} →
{R : Type v} →
{M : Matrix m m R} →
{b : m → α} →
[inst : CommRing R] →
[inst_1 : DecidableEq m] →
[inst_2 : Fintype m] →
[inst_3 : LinearOrder α] →
[Invertible M] →
M.BlockTriangular b → (k : α) → Invertible (M.toBlock (fun i => b i < k) fun i => b i < k)An upper-left subblock of an invertible block-triangular matrix is invertible.
- Defined in
- Mathlib.LinearAlgebra.Matrix.Block
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 108 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- LinearOrderstatement and proof · cited by 8,572
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Invertiblestatement and proof · cited by 549
- Invertible.invOfproof · cited by 268
- Matrix.BlockTriangularstatement and proof · cited by 45
- Matrix.toBlockstatement and proof · cited by 13
- invertibleOfLeftInverseproof · cited by 0
Cited by2
Results whose statement or proof uses this declaration.
- Matrix.toBlock_inverse_eq_zeroproof · cited by 1
- Matrix.blockTriangular_inv_of_blockTriangularproof · cited by 0