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 $n\geq 1$.

Equations
Instances For
    theorem IsLacunary.strictMono {n : } (hn : IsLacunary n) :

    Every lacunary sequence is strictly increasing.