Back to Problems

erdos_361.bigO

Specification

Let $c > 0$ and $n$ be some large integer. What is the size of the largest set $A \subseteq \{1, \ldots, \lfloor c n \rfloor\}$ such that $n$ is not a sum of a subset of $A$? Does this depend on $n$ in an irregular way?

Actions

Submit a Proof

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

Submit Proof
Lean 4 Statement
theorem erdos_361.bigO
    (c : ℝ) (hc : 0 < c)
    (A : ℕ → ℕ)
    (hA : ∀ c n, A n = ((Finset.Icc 1 ⌊c * n⌋₊).powerset.filter
      (fun B ↦ n ≠ ∑ a ∈ B, a)).sup Finset.card) :
    (fun n ↦ (A n : ℝ)) =O[atTop] (answer(sorry) : ℕ → ℝ)
ID: ErdosProblems__361__erdos_361.bigO
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.