Theorems · Theorem · linear algebra
Matrix.det_toBlock
∀ {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],
M.det =
(Matrix.fromBlocks (M.toBlock p p) (M.toBlock p fun j => ¬p j) (M.toBlock (fun j => ¬p j) p)
(M.toBlock (fun j => ¬p j) fun j => ¬p j)).det- Defined in
- Mathlib.LinearAlgebra.Matrix.Block
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- AddCommMonoidproof · cited by 12,281
- Fintypestatement and proof · cited by 7,736
- Finset.sumproof · cited by 5,195
- Matrixstatement and proof · cited by 4,303
- Equiv.symmproof · cited by 3,681
- Finset.univproof · cited by 3,473
- Finset.prodproof · cited by 2,356
- CommMonoidproof · cited by 2,264
- Units.valproof · cited by 1,966
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.twoBlockTriangular_detproof · cited by 1