Erdős problem 951
If 1 < a 0 < ... has property Erdos951Prop, is it true that #{a i ≤ x} ≤ π x?
Sources
FormalConjectures/ErdosProblems/
951.lean
Retained formal statement
Beurling conjectured that if the number of Beurling integer in [1, x] is x + o(log x), then a must be the sequence of primes.
∀ (a : ℕ → ℝ), IsBeurlingPrimes a → (fun x => ↑(BeurlingIntegers a ∩ Set.Iic x).ncard - x) =o[Filter.atTop] Real.log → a = Nat.cast ∘ Nat.nth Nat.PrimeSolvedStatement only, no proof