Erdős problem 692
Let be the density of the set of integers with exactly one divisor in . Is unimodular for (i.e. increases until some then decreases thereafter)?
Sources
FormalConjectures/ErdosProblems/
692.lean
Retained formal statement
Cambie [Ca25] has shown that, for fixed , the sequence has superpolynomially many local maxima .
∀ (k : ℕ) (δ : ℕ → ℕ → ℝ), (∀ (a b : ℕ), Erdos692.IsDelta₁ a b (δ a b)) → ∀ᶠ (n : ℕ) in Filter.atTop, ↑n ^ k ≤ ↑{m | n + 1 < m ∧ δ n (m - 1) ≤ δ n m ∧ δ n (m + 1) ≤ δ n m}.ncardSolvedStatement only, no proof