Mathlib Map

Theorems · Theorem · linear algebra

Matrix.det_of_isUpperTriangular

∀ {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
Defined in
Mathlib.LinearAlgebra.Matrix.Block
Cited by
8 results in Mathlib
Foundations
Depth 95 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.

Cites14

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

Cited by8

Results whose statement or proof uses this declaration.