Theorems · Theorem · linear algebra
Matrix.twoBlockTriangular_det
∀ {m : Type u_3} {R : Type v} [inst : CommRing R] [inst_1 : DecidableEq m] [inst_2 : Fintype m] (M : Matrix m m R)
(p : m → Prop) [inst_3 : DecidablePred p],
(∀ (i : m), ¬p i → ∀ (j : m), p j → M i j = 0) →
M.det = (M.toSquareBlockProp p).det * (M.toSquareBlockProp fun i => ¬p i).det- Defined in
- Mathlib.LinearAlgebra.Matrix.Block
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- CommRingstatement and proof · cited by 17,173
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Matrix.detstatement and proof · cited by 665
- Matrix.extproof · cited by 540
- Matrix.fromBlocksproof · cited by 108
- Matrix.toBlockproof · cited by 13
- Matrix.det_fromBlocks_zero₂₁proof · cited by 10
- Matrix.toSquareBlockPropstatement and proof · cited by 5
- Matrix.det_toBlockproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.twoBlockTriangular_det'proof · cited by 1