We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
erdos_44.empty_start
1 parent 5ed3a28 commit 9fbb9e7Copy full SHA for 9fbb9e7
FormalConjectures/ErdosProblems/44.lean
@@ -60,7 +60,7 @@ theorem erdos_44.variant : (∀ᵉ (N ≥ (1 : ℕ)) (A ⊆ Finset.Icc 1 N), IsS
60
The case where we start with an empty set (constructing large Sidon sets).
61
-/
62
@[category research open, AMS 5 11]
63
-theorem erdos_44.empty_start : (∀ᵉ (ε > (0 : ℝ)), ∃ᵉ (M : ℕ) (A ⊆ Finset.Icc 1 M),
+theorem erdos_44.empty_start : (∀ᵉ (ε > (0 : ℝ)), ∃ᵉ (M > (0 : ℕ)) (A ⊆ Finset.Icc 1 M),
64
IsSidon A ∧ (1 - ε) * Real.sqrt M ≤ A.card) ↔ answer(sorry) := by
65
sorry
66
0 commit comments