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
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.
The set of Beurling integers is closed under taking powers.