Back to Problems
erdos_12.variants.example
Specification
An example of an $A$ with the property that there are no distinct $a,b,c \in A$ such that $a \mid (b+c)$ and $b,c > a$ and such that \[\liminf \frac{\lvert A\cap\{1,\ldots,N\}\rvert}{N^{1/2}}\log N > 0\] is given by the set of $p^2$, where $p\equiv 3\pmod{4}$ is prime.
Lean 4 Statement
theorem erdos_12.variants.example (A : Set ℕ)
(hA : A = {p ^ 2 | (p : ℕ) (_ : p.Prime) (_ : p ≡ 3 [MOD 4])}) :
IsGood A ∧ 0 < atTop.liminf (fun (N : ℕ) ↦ (A.interIcc 1 N).ncard * (N : ℝ).log / √N)
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.