Documentation

FormalConjecturesForMathlib.NumberTheory.BeurlingPrimes

Beurling primes #

References:

noncomputable def IsBeurlingPrimes (a : ) :

A sequence of real numbers 1 < a 0 < a 1 < ... is called a set of Beurling prime numbers if it tends to infinity.

Equations
Instances For
    def BeurlingInteger (a : ) :

    The set of Beurling integers are numbers of the form ∏ i, (a i) ^ (k i), where k has finite support.

    Equations
    Instances For
      theorem generator_mem_beurling (a : ) (i : ) :

      Every element of the sequence a is a Beurling integer.

      theorem mul_mem_beurling {a : } {x y : } (hx : x BeurlingInteger a) (hy : y BeurlingInteger a) :

      The set of Beurling integers is closed under multiplication.

      theorem pow_mem_beurling {a : } {x : } (k : ) (hx : x BeurlingInteger a) :

      The set of Beurling integers is closed under taking powers.