Erdős problem 786
Let . Is there some set of density such that with can only hold when ?
Sources
FormalConjectures/ErdosProblems/
786.lean
Retained formal statement
Let be given. Then, for a sufficiently large prime p, take the sequence of consecutive primes such that and let be the set of all naturals divisible by exactly one of (with multiplicity ). Then has density and has the property that with can only hold when .
∀ (ε : ℝ), 0 < ε ∧ ε < 1 / Real.exp 1 → ∀ᶠ (p : ℕ) in Filter.atTop, Nat.Prime p → ∃ k, ∑ q ∈ Erdos786.consecutivePrimesFrom p k, 1 / ↑q < 1 ∧ 1 < ∑ q ∈ Erdos786.consecutivePrimesFrom p (k + 1), 1 / ↑q ∧ {n | ∑ q ∈ Erdos786.consecutivePrimesFrom p k, n.factorization q = 1}.HasDensity (1 / Real.exp 1 - ε) ∧ Erdos786.Set.IsMulCardSet {n | ∑ q ∈ Erdos786.consecutivePrimesFrom p k, n.factorization q = 1}SolvedStatement only, no proof