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.

Actions

Submit a Proof

Have a proof attempt? Submit it for zero-trust verification.

Submit Proof
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)
ID: ErdosProblems__12__erdos_12.variants.example
Browse 300 unsolved math conjectures formalized in Lean 4
Browse

All Problems

Explore all 300 unsolved conjectures.

View problems →
ASI Prize documentation for formal verification pipeline
Docs

Verification Pipeline

How zero-trust verification works.

Read docs →
Evaluation Results

Recent Submissions

No submissions yet. Be the first to attempt this problem.