erdős #973
Does there exist a constant such that, for every , there exists a sequence with and for all with
Worked, still open.
analysis · open · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsevidence
unverified AI candidates (2)
gpt-erdos · GPT-5.2 Pro + Deep Research · unverified
I don’t know of a definitive yes/no answer to **this exact formulation** [[nomath]](with the **shifted window** $k=2,\dots,n+1$, the **fixed term** $z_1=1$, and the **outside-the-unit-disk** constraint $|z_i|\ge 1$)[[/nomath]]. It sits right in the family of classical “pure power sum” problems of Turán/Chowla/Erdős–Atk…
candidate solution ↗llm-hunter · gpt pro 5.2 · unverified
1 LLM attack(s) recorded (gpt pro 5.2); unverified.
candidate solution ↗formal
AMS 11 · open (literature)
theorem erdos_973 :
answer(sorry) ↔
∃ C : ℝ, C > 1 ∧
∀ n : ℕ, n ≥ 2 → ∃ z : ℕ → ℂ,
z 1 = 1 ∧
(∀ i ∈ Icc 1 n, 1 ≤ ‖z i‖) ∧
(∀ k ∈ Icc 2 (n + 1), ‖∑ i ∈ Icc 1 n, z i ^ k‖ < C ^ (-(n : ℝ)))formal-conjectures/973.lean ↗status
open