Mathlib Map

Theorems · Theorem · number theory

LinearRecurrence.geom_sol_iff_root_charPoly

∀ {R : Type u_1} [inst : CommRing R] (E : LinearRecurrence R) (q : R),
  (E.IsSolution fun n => q ^ n) ↔ E.charPoly.IsRoot q

The geometric sequence q^n is a solution of E iff q is a root of E's characteristic polynomial.

Defined in
Mathlib.Algebra.LinearRecurrence
Cited by
2 results in Mathlib
Foundations
Depth 99 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRing

Around this declaration

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

Cites23

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

Cited by2

Results whose statement or proof uses this declaration.