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)?

Actions

Submit a Proof

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

Submit Proof
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)
ID: ErdosProblems__434__erdos_434.parts.ii
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.