Back to Problems

green_61

Specification

Suppose that $A + A$ contains the first $n$ squares. Is $|A| \geq n^{1 - o(1)}$? It is known that necessarily $|A| \geq n^{2/3 - o(1)}$, whilst in the other direction there do exist such $A$ with $|A| \ll_C n / \log^C n$ for any $C$.

Actions

Submit a Proof

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

Submit Proof
Lean 4 Statement
theorem green_61 :
    answer(sorry) ↔
      ∃ f : ℕ → ℝ, Tendsto f atTop (𝓝 0) ∧
        ∀ n : ℕ, n ≥ 1 → ∀ (A : Finset ℕ),
          (Finset.Icc 1 n).image (· ^ 2) ⊆ A + A →
            (n : ℝ) ^ (1 - f n) ≤ A.card
ID: GreensOpenProblems__61__green_61
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.