erdős #697
Let denote the density of the set of integers which are divisible by some with . Does there exist some such thatis if and if ?
Worked, still open.
number theory · solved · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsformal
AMS 11 · solved (literature)
theorem density_exists (m : ℕ) (α : ℝ) : ∃ δ, HasDensity
{n : ℕ | ∃ d, d ≡ 1 [MOD m] ∧ (d : ℝ) ∈ Set.Ioo 1 (exp (m ^ α)) ∧ d ∣ n} δformal-conjectures/697.lean ↗status
solved