Mathlib Map

Theorems · Theorem · linear algebra

Matrix.det_of_upperTriangular

Deprecated since 2026-07-30Use Matrix.det_of_isUpperTriangular instead.

∀ {m : Type u_3} {R : Type v} {M : Matrix m m R} [inst : CommRing R] [inst_1 : DecidableEq m] [inst_2 : Fintype m]
  [inst_3 : LinearOrder m], M.IsUpperTriangular → M.det = ∏ i, M i i

Alias of Matrix.det_of_isUpperTriangular.

Defined in
Mathlib.LinearAlgebra.Matrix.Block
Cited by
0 results in Mathlib
Foundations
Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingDecidableEqFintypeLinearOrder

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites9

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.