Documentation

Marginis.NeriPowell2023

def recursiveSeq (f : ) (c : ) :
Equations
Instances For
    theorem cToZero (c : ) :
    0 c c < 1ε > 0, ∃ (N : ), kN, c ^ k < ε

    A computational study of a class of recursive inequalities #

    MORENIKEJI NERI and THOMAS POWELL

    Kjos-Hanssen's part. We formalize the first example from the paper.

    theorem firstExampleNeri (μ : NNReal) (c : (Set.Ico 0 1)) (h : ∀ (n : ), (μ (n + 1)) c * (μ n)) (n : ) :
    (μ n) c ^ n * (μ 0)
    theorem firstExampleNeri_general (μ : ) (c : NNReal) (h : ∀ (n : ), μ (n + 1) c * μ n) (n : ) :
    μ n c ^ n * μ 0

    For the inequality to hold we do not need to use the type NNReal but can also use Real; and we can generalize c as well: