Mathlib Map

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
Assumes
CommRingDecidableEqFintypeDecidableEqLinearOrder

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.

Cited by3

Results whose statement or proof uses this declaration.