Documentation

FormalConjecturesForMathlib.NumberTheory.Lacunary

def IsLacunary (n : ) :

Say a sequence is lacunary if there exists some $\lambda > 1$ such that $a_{n+1}/a_n > \lambda$ for all sufficiently large $n$.

Equations
Instances For
    theorem IsLacunary.eventually_lt {n : } (hn : IsLacunary n) :
    ∀ᶠ (k : ) in Filter.atTop, n k < n (k + 1)

    Every lacunary sequence is eventually strictly increasing.