Positive prime-relative density implies infinitude
ProvedHorizontalPadicL.positiveDensityPrimeSet_infinitenumber-theoryprime-densityset-theory
Let be a set of natural numbers. Suppose that the proportion of rational primes below which belong to has a limit as . Then is infinite.
Equivalently, if
then contains infinitely many natural numbers. This elementary consequence of positive density is useful whenever a density-defined prime set must be enumerated as an infinite sequence.
Preamble
import Definitions.Def_KN_HorizontalPadicLDensityExtension set_option autoImplicit false
Formal statement
namespace HorizontalPadicL
/-- A set of natural numbers having positive natural density relative to the
rational primes is infinite. -/
theorem positiveDensityPrimeSet_infinite
(A : Set ℕ) (δ : ℝ) (hδ : 0 < δ)
(hdensity : HasPrimeNaturalDensity A δ) : A.Infinite := by sorry
end HorizontalPadicLSource
Elementary consequence of prime-relative natural density; for the density convention used in the horizontal argument, see Kriz–Nordentoft, https://arxiv.org/pdf/2310.20678, Definition 4.1.