Mathlib Map

Theorems · Theorem · linear algebra

Matrix.trace_eq_sum_roots_charpoly_of_splits

∀ {n : Type u_1} [inst : Fintype n] [inst_1 : DecidableEq n] {R : Type u_2} [inst_2 : CommRing R] {B : Matrix n n R}
  [inst_3 : IsDomain R], B.charpoly.Splits → B.trace = B.charpoly.roots.sum
Defined in
Mathlib.LinearAlgebra.Matrix.Charpoly.Eigs
Cited by
3 results in Mathlib
Foundations
Depth 140 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeDecidableEqCommRingIsDomain

Around this declaration

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

Cites20

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.