Skip to content

Erdős problem 1210

Let A[1,n)A\subseteq [1,n) be a set of integers such that (a,b)=1(a,b)=1 for all distinct a,bAa,b\in A. Is it true that aA1nap<n1p+O(1)\sum_{a\in A}\frac{1}{n-a}\leq \sum_{p < n}\frac{1}{p}+O(1)?

Sources

Browse retained paths and inspect the exact material available for this Problem.

2 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

1210.lean

Retained formal statement2 of 2

In [Er80] he claims he "did not state this quite correctly" in [Er77c]. The problem in [Er77c] which Erdős is presumably referring to states that if n<q1<<qkmn < q_1 < \cdots < q_k\leq m is the set of primes in (n,m](n,m] then 1qin<p<mn1p+O(1)\sum \frac{1}{q_i-n} < \sum_{p < m-n}\frac{1}{p}+O(1).

FormalConjectures/ErdosProblems/1210.leanErdos1210.erdos_1210.variants.er80_correction4 linesExact file
TrueC,    ∀ (n m : ℕ),      n < m → ∑ qFinset.Ioc n m with Prime q, 1 / (↑q - ↑n) < ∑ pFinset.range (m - n) with Prime p, 1 / ↑p + C
OpenStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page