Back to Problems
erdos_434.parts.ii
Specification
Let $k \le n$. Out of all $A\subseteq\{1, \dots, n\}$ of size $|A| = k$, does $A = \{n, n - 1, \dots, n - k + 1\}$ maximise the number of integers not representable as the sum of finitely many elements from $A$ (with repetitions allowed)?
Lean 4 Statement
theorem erdos_434.parts.ii : answer(sorry) ↔ ∀ᵉ (n ≥ 1) (k ≥ 1), k ≤ n →
IsGreatest
{ Nat.NcardUnrepresentable S | (S : Set ℕ) (_ : S ⊆ Set.Icc 1 n) (_ : S.ncard = k) }
(Nat.NcardUnrepresentable <| Set.Icc (n - k + 1 : ℕ) 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.