Mathlib Map

Theorems · Theorem · linear algebra

Matrix.charpoly_of_upperTriangular

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

∀ {R : Type u_1} [inst : CommRing R] {n : Type u_4} [inst_1 : DecidableEq n] [inst_2 : Fintype n]
  [inst_3 : LinearOrder n] (M : Matrix n n R),
  M.IsUpperTriangular → M.charpoly = ∏ i, (Polynomial.X - Polynomial.C (M i i))

Alias of Matrix.charpoly_of_isUpperTriangular.

Defined in
Mathlib.LinearAlgebra.Matrix.Charpoly.Basic
Cited by
0 results in Mathlib
Foundations
Depth 107 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 by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.