Erdős problem 974
Let be a sequence such that . Suppose that the sequence of contains infinitely many -tuples of consecutive values of which are all . Then (essentially) where .
Sources
FormalConjectures/ErdosProblems/
974.lean
Erdős speculates that this may be true if there are two distinct -tuples of consecutive values of which are . He does not elaborate on what the 'essentially' may mean precisely.
This is true (in the stronger form with only two such tuples) - in fact if is odd then the must be exactly the th roots of unity, and if is even they must be the vertices of two regular -gons with the same circumscribed circle centred at the origin. This was first proved by Tijdeman [Ti66]. An independent proof of this was given in the comments section by Hu, Tang, and Zhang.
∀ {n : ℕ} [inst : NeZero n] (z : Fin n → ℂ), z 0 = 1 → ∀ {a b : ℕ}, a ≠ b → (∀ j < n - 1, ∑ i, z i ^ (a + j) = 0) → (∀ j < n - 1, ∑ i, z i ^ (b + j) = 0) → Erdos974.IsTuranConfiguration z