Theorems · Theorem · linear algebra
Matrix.BlockTriangular.det
∀ {α : 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 : DecidableEq α] [inst_4 : LinearOrder α],
M.BlockTriangular b → M.det = ∏ a ∈ Finset.image b Finset.univ, (M.toSquareBlock b a).det- Defined in
- Mathlib.LinearAlgebra.Matrix.Block
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 94 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites43
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Finsetproof · cited by 13,712
- LinearOrderstatement and proof · cited by 8,572
- Equivproof · cited by 8,337
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Equiv.symmproof · cited by 3,681
- Finset.univstatement and proof · cited by 3,473
- Finset.prodstatement and proof · cited by 2,356
- Finset.imagestatement and proof · cited by 910
- IsEmptyproof · cited by 759
Cited by3
Results whose statement or proof uses this declaration.
- Matrix.det_of_isUpperTriangularproof · cited by 8
- Matrix.BlockTriangular.det_fintypeproof · cited by 2
- Matrix.BlockTriangular.charpolyproof · cited by 0