Theorems · Theorem · linear algebra
Matrix.BlockTriangular.toBlock_inverse_mul_toBlock_eq_one
∀ {α : 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 : α), ((M⁻¹.toBlock (fun i => b i < k) fun i => b i < k) * M.toBlock (fun i => b i < k) fun i => b i < k) = 1- Defined in
- Mathlib.LinearAlgebra.Matrix.Block
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 106 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- add_zeroproof · cited by 2,707
- Invertiblestatement and proof · cited by 549
- Matrix.extproof · cited by 540
- lt_of_lt_of_leproof · cited by 438
- le_of_not_gtproof · cited by 430
- Matrix.BlockTriangularstatement and proof · cited by 45
- Matrix.mul_zeroproof · cited by 14
- Matrix.toBlockstatement and proof · cited by 13
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.BlockTriangular.inv_toBlockproof · cited by 1