Theorems · Theorem · number theory
LinearRecurrence.eq_mk_of_is_sol_of_eq_init
∀ {R : Type u_1} [inst : CommSemiring R] (E : LinearRecurrence R) {u : ℕ → R} {init : Fin E.order → R},
E.IsSolution u → (∀ (n : Fin E.order), u ↑n = init n) → ∀ (n : ℕ), u n = E.mkSol init nIf u is a solution to E and init designates its first E.order values,
then ∀ n, u n = E.mkSol init n.
- Defined in
- Mathlib.Algebra.LinearRecurrence
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 59 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.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetproof · cited by 13,712
- AddCommMonoidproof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- Finset.sumproof · cited by 5,195
- Finset.univproof · cited by 3,473
- le_of_not_gtproof · cited by 430
- add_tsub_cancel_rightproof · cited by 172
- tsub_add_cancel_of_leproof · cited by 112
- LinearRecurrencestatement and proof · cited by 21
- LinearRecurrence.orderstatement and proof · cited by 17
- LinearRecurrence.IsSolutionstatement and proof · cited by 11
- LinearRecurrence.coeffsproof · cited by 7
Cited by1
Results whose statement or proof uses this declaration.
- LinearRecurrence.eq_mk_of_is_sol_of_eq_init'proof · cited by 0