Mathlib Map

Theorems · Theorem · linear algebra

Matrix.det_eq_sign_charpoly_coeff

∀ {R : Type u} [inst : CommRing R] {n : Type v} [inst_1 : DecidableEq n] [inst_2 : Fintype n] (M : Matrix n n R),
  M.det = (-1) ^ Fintype.card n * M.charpoly.coeff 0
Defined in
Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff
Cited by
5 results in Mathlib
Foundations
Depth 126 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingDecidableEqFintype

Around this declaration

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

Cites28

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

Cited by5

Results whose statement or proof uses this declaration.