erdős #434
Let . What choice of (with ) of size maximises the number of integers not representable as the sum of finitely many elements from (with repetitions allowed)? Is it ?
Worked, still open.
number theory · solved · possible · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsformal
AMS 11 · solved (literature)
theorem erdos_434.parts.i (n k : ℕ) (hn : 1 ≤ n) (hk : 1 ≤ k) (h : k ≤ n) :
IsGreatest
{ Nat.NcardUnrepresentable S | (S : Finset ℕ) (_ : S ⊆ Finset.Icc 1 n)
(_ : #S = k) (_ : S.gcd id = 1) }
(Nat.NcardUnrepresentable <| answer(sorry))formal-conjectures/434.lean ↗status
solved