Back to Problems
erdos_346.gt_goldenRatio_not_IsAddComplete
Specification
Erdős and Graham [ErGr80] remark that it is easy to see that if `A (n + 1) / A n > (1 + √5) / 2` then the second property is automatically satisfied.
Lean 4 Statement
theorem erdos_346.gt_goldenRatio_not_IsAddComplete {A : ℕ → ℕ}
(hA : ∀ n, (1 + √5) / 2 * A n < A (n + 1)) {B : Set ℕ} (h : B ⊆ range A) (hB : B.Infinite) :
¬ IsAddComplete (range A \ B)
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.