Mathlib Map

Theorems · Theorem · linear algebra

Matrix.charpoly_inv

∀ {R : Type u} [inst : CommRing R] {n : Type v} [inst_1 : DecidableEq n] [inst_2 : Fintype n] (A : Matrix n n R),
  IsUnit A → A⁻¹.charpoly = (-1) ^ Fintype.card n * Polynomial.C (Ring.inverse A.det) * A.charpolyRev
Defined in
Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff
Cited by
0 results in Mathlib
Foundations
Depth 106 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.

Cites38

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.