In the book Proofs from The Book by Aigner and Ziegler there is a proof of 'Chebyshev's Theorem' which states that if $p(x)$ is a real polynomial of degree n with leading coefficient $1$ then
$$ \max_{-1 \leq x \leq 1} |p(x)| \geq \frac{1}{2^{n-1}}$$
In the proof $g( \theta ) = p( \cos \theta )$ is written as a cosine polynomial $ \sum_{k=0}^n \lambda_k \cos(k \theta)$ and it is then proved that this can't be less than $|\lambda_n|$ (which happens to be $\frac{1}{2^{n-1}}$) everywhere.
Afterwards it is claimed that 'The reader can easily complete the analysis' to show that the Chebyshev polynomials are the only ones for which equality occurs in the above inequality. I haven't been able to figure this out. Can someone explain why this is true? (preferably building on the proof as it was done in the book or by some other simple argument.)
edit: here by Chebyshev polynomial I actually mean the monic polynomial that you get after dividing the $n$-th Chebyshev polynomial by $2^{n-1}$.