Theorems · Theorem · linear algebra
Matrix.BlockTriangular.det_fintype
∀ {α : 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 : Fintype α] [inst_5 : LinearOrder α],
M.BlockTriangular b → M.det = ∏ k, (M.toSquareBlock b k).det- Defined in
- Mathlib.LinearAlgebra.Matrix.Block
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- Finset.univstatement and proof · cited by 3,473
- Finset.prodstatement · cited by 2,356
- Finset.imageproof · cited by 910
- IsEmptyproof · cited by 759
- Matrix.detstatement · cited by 665
- Finset.mem_univproof · cited by 361
- Finset.mem_imageproof · cited by 105
- Finset.subset_univproof · cited by 60
Cited by2
Results whose statement or proof uses this declaration.
- Algebra.Norm.Transitivity.comp_det_mul_powproof · cited by 1
- Algebra.Norm.Transitivity.det_mul_corner_powproof · cited by 1