Documentation

Marginis.NeriPowell2023

A computational study of a class of recursive inequalities #

MORENIKEJI NERI THOMAS POWELL

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: