Mathlib Map

Theorems · Definition · number theory

LinearRecurrence.IsSolution

{R : Type u_1} → [inst : CommSemiring R] → LinearRecurrence R → (ℕ → R) → Prop

We say that a sequence u is solution of LinearRecurrence order coeffs when we have u (n + order) = ∑ i : Fin order, coeffs i * u (n + i) for any n.

Defined in
Mathlib.Algebra.LinearRecurrence
Cited by
11 results in Mathlib
Foundations
Depth 56 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiring

Around this declaration

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

Cites6

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

Cited by12

Results whose statement or proof uses this declaration.