Documentation

FormalConjectures.ForMathlib.NumberTheory.Lacunary

def IsLacunary (A : ) :

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

Equations
Instances For
    theorem IsLacunary.pos {A : } (hA : IsLacunary A) (n : ) :
    0 < A n

    Every term of a lacunary sequence is positive.

    Every lacunary sequence is strictly increasing.