Beurling primes #
References:
A sequence of real numbers 1 < a 0 < a 1 < ... is called a set of Beurling prime numbers if
it tends to infinity.
Equations
- IsBeurlingPrimes a = (1 < a 0 ∧ StrictMono a ∧ Filter.Tendsto a Filter.atTop Filter.atTop)
Instances For
The set of Beurling integers are numbers of the form ∏ i, (a i) ^ (k i), where k has
finite support.
Equations
Instances For
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.
The set of Beurling integers is closed under taking powers.