Theorems · Theorem · commutative algebra
Matrix.det_det
∀ {R : Type u_1} {S : Type u_2} {n : Type u_4} {m : Type u_5} [inst : CommRing R] [inst_1 : CommRing S]
(M : Matrix m m S) [inst_2 : DecidableEq m] [inst_3 : DecidableEq n] [inst_4 : Fintype m] [inst_5 : Fintype n]
(f : S →+* Matrix n n R), (f M.det).det = ((Matrix.comp m m n n R) (M.map ⇑f)).detThe main result in Silvester's paper Determinants of Block Matrices: the determinant of
a block matrix with commuting, equal-sized, square blocks can be computed by taking determinants
twice in a row: first take the determinant over the commutative ring generated by the
blocks (S here), then take the determinant over the base ring.
- Defined in
- Mathlib.RingTheory.Norm.Transitivity
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 124 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- RingHomstatement and proof · cited by 10,189
- Equivstatement · cited by 8,337
- Fintypestatement and proof · cited by 7,736
- Polynomialproof · cited by 5,681
- Matrixstatement and proof · cited by 4,303
- Fintype.cardproof · cited by 1,386
- nonZeroDivisorsproof · cited by 895
- map_oneproof · cited by 861
- Polynomial.evalproof · cited by 796
- Matrix.detstatement and proof · cited by 665
Cited by1
Results whose statement or proof uses this declaration.
- LinearMap.det_restrictScalarsproof · cited by 2