Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions FormalConjectures/ErdosProblems/434.lean
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ maximises the number of integers not representable as the sum of finitely
many elements from $A$ (with repetitions allowed)?
Is it $\{n, n - 1, \dots, n - k + 1\}$?
-/
@[category research open, AMS 11]
@[category research formally solved, AMS 11]
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)
Expand All @@ -60,7 +60,7 @@ Let $k \le n$. Out of all $A\subseteq\{1, \dots, n\}$ (with $\text{gcd}(A) = 1$)
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)?
-/
@[category research open, AMS 11]
@[category research formally solved, AMS 11]
theorem erdos_434.parts.ii : answer(sorry) ↔ ∀ᵉ (n ≥ 1) (k ≥ 1), k ≤ n →
IsGreatest
{ Nat.NcardUnrepresentable S | (S : Finset ℕ) (_ : S ⊆ Finset.Icc 1 n)
Expand Down
Loading