Erdős problem 697
For each and , the density of the set of integers which are divisible by some with exists.
Sources
FormalConjectures/ErdosProblems/
697.lean
Retained formal statement
For each and , the density of the set of integers which are divisible by some with exists.
∀ (m : ℕ) (α : ℝ), ∃ δ, {n | ∃ d, d ≡ 1 [MOD m] ∧ ↑d ∈ Set.Ioo 1 (Real.exp (↑m ^ α)) ∧ d ∣ n}.HasDensity δSolvedStatement only, no proof