Documentation

FormalConjectures.ErdosProblems.«519»

Erdős Problem 519 #

References:

noncomputable def Erdos519.powerSum {n : } (z : Fin n) (k : ) :

The $k$th power sum of a finite sequence of complex numbers.

Equations
Instances For
    theorem Erdos519.erdos_519 :
    True ∃ (c : ), 0 < c ∀ (n : ) (hn : 0 < n) (z : Fin n), z 0, hn = 1∃ (k : Fin n), c < powerSum z (k + 1)

    Let $z_1,\ldots,z_n\in \mathbb{C}$ with $z_1=1$. Must there exist an absolute constant $c>0$ such that [ \max_{1\leq k\leq n}\left\lvert \sum_{i}z_i^k\right\rvert>c? ]

    Atkinson proved that $c=1/6$ suffices.