Erdős problem 973
Does there exist a constant such that, for every , there exists a sequence with and for all with ?
Sources
FormalConjectures/ErdosProblems/
973.lean
Retained formal statement
Tang notes in the comments that Theorem 6.1 of [Tu84b] implies that, if for all , then .
∃ f, (f =o[Filter.atTop] fun x => 1) ∧ ∀ᶠ (n : ℕ) in Filter.atTop, ∀ (z : ℕ → ℂ), (∀ i ∈ Finset.Icc 1 n, 1 ≤ ‖z i‖) → ∃ k ∈ Finset.Icc 2 (n + 1), ‖∑ i ∈ Finset.Icc 1 n, z i ^ k‖ ≥ (2 * Real.exp 1) ^ (-(1 + f n) * ↑n)SolvedStatement only, no proof