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 : ) (k : →₀ ) :

    A Beurling integer is a number of the form ∏ i, (a i) ^ (k i) for a given sequence a and a finitely-supported sequence of naturals k.

    Equations
    Instances For
      @[simp]
      theorem beurlingInteger_def (a : ) (k : →₀ ) :
      beurlingInteger a k = k.prod fun (x y : ) => a x ^ y
      def BeurlingIntegers (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 BeurlingIntegers a) (hy : y BeurlingIntegers a) :

        The set of Beurling integers is closed under multiplication.

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

        The set of Beurling integers is closed under taking powers.