An invariant interval for a quartic rational recurrence
ProvedWorkbookCorrected.plus_16969corrected-formalizationlean-workbooksource-checked
Define a sequence by
Prove that for all
Formalization Note: The recurrence is restricted to n≥1, matching the source initial index. The full interval bound is proved for every n≥2.
Source: InternLM Lean-Workbook, record lean_workbook_plus_16969 (Apache-2.0).
Preamble
import Mathlib
Formal statement
theorem WorkbookCorrected.plus_16969 (x : ℕ → ℝ) (hx : x 1=2)
(h : ∀ n : ℕ, 1≤n → x (n+1)=(x n^4+9)/(10*x n)) :
∀ n : ℕ, 2≤n → 4/5<x n ∧ x n≤5/4 := by sorrySource