Skip to content

Erdős problem 434

Let knk \le n. What choice of A{1,,n}A\subseteq\{1, \dots, n\} (with gcd(A)=1\text{gcd}(A) = 1) of size A=k|A| = k maximises the number of integers not representable as the sum of finitely many elements from AA (with repetitions allowed)? Is it {n,n1,,nk+1}\{n, n - 1, \dots, n - k + 1\}?

Sources

Browse retained paths and inspect the exact material available for this Problem.

2 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

434.lean

Retained formal statement2 of 2

For 2kn2 \le k \le n, the interval A={n,n1,,nk+1}A = \{n, n - 1, \dots, n - k + 1\} maximises the number of integers not representable as the sum of finitely many elements from AA (with repetitions allowed), as proved by Kiss [Ki02].

FormalConjectures/ErdosProblems/434.leanErdos434.erdos_434.parts.ii9 linesExact file
Truen ≥ 1,k ≥ 2,      kn        IsGreatest          {x |S,              ∃ (_ : SFinset.Icc 1 n) (_ : S.card = k) (_ : S.gcd id = 1), Erdos434.Nat.NcardUnrepresentableS = x}          (Erdos434.Nat.NcardUnrepresentable (Set.Icc (n - k + 1) n))
SolvedProof has a holelean4external proof

The proof uses `sorry`: part of the argument is written but not proved. Lean accepts the file; it does not accept the theorem.

Search problems.science

Find a Problem, Result, source, or page