Mathlib Map

Theorems · Theorem · number theory

LinearRecurrence.eq_iff_eqOn_range_order

∀ {R : Type u_1} [inst : CommSemiring R] (E : LinearRecurrence R) (u v : ℕ → R),
  E.IsSolution u → E.IsSolution v → (u = v ↔ Set.EqOn u v ↑(Finset.range E.order))

Two solutions are equal iff their initial conditions are equal.

Defined in
Mathlib.Algebra.LinearRecurrence
Cited by
2 results in Mathlib
Foundations
Depth 77 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.

Cites18

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.