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 statement1 of 2

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)?

FormalConjectures/ErdosProblems/1210.leanErdos1210.erdos_12105 linesExact file
TrueC,    ∀ (n : ℕ) (A : Finset ℕ),      (∀ aA, 1 ≤ aa < n) →        (∀ aA, ∀ bA, aba.Coprime b) → ∑ aA, 1 / (↑n - ↑a) ≤ ∑ pFinset.range n with Prime p, 1 / ↑p + C
OpenStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page