Suppose $\alpha,\beta,\gamma,\delta\in\mathbb{R}$ such that $~\alpha+\beta+\gamma+\delta=0~$ and $~\alpha^n+\beta^n+\gamma^n+\delta^n=0~$ (where $n\in\mathbb{N}$ and $n\ne1$),
then prove that $~~\alpha(\alpha+\beta)(\alpha+\gamma)(\alpha+\delta)=0$
The proof is trivial if $n$ is even because we get $\alpha=\beta=\gamma=\delta=0$.
So we consider the case where $n$ is odd.
If $\alpha=0$ then proof is direct so I considered the case where $\alpha\ne0$. Now it is only required to prove that sum of any two of $\alpha,\beta,\gamma,\delta$ should be $0$. The given condition can be simplified as
$$\beta^n+\gamma^n+\delta^n=(\beta+\gamma+\delta)^n$$
If $\beta,\gamma,\delta$ is non negative then we can use power-mean inequality to get,
$${\beta^n+\gamma^n+\delta^n\over3^n}=\left({\beta+\gamma+\delta\over 3}\right)^n\le{\beta^n+\gamma^n+\delta^n\over 3}$$
$$\implies\alpha^n=\beta^n+\gamma^n+\delta^n=0$$
This contradicts $\alpha\ne0$
But I am not able to prove for the case where at least one of $\beta,\gamma,\delta$ is negative. For example if take $\beta,\delta$ to be positive and $\gamma$ to be negative and then apply power-mean inequality we get $$\left({\beta+\delta\over 2}\right)^n\le{\left(\beta+\gamma+\delta \right)^n+(-\gamma)^n\over2}={\beta^n+\delta^n\over2}$$ What we get is basically the power-mean inequality applied to $\beta$ and $\delta$ and nothing new.
Can someone help me complete the proof or provide an alternative solution. Also could we prove a tighter equality $~(\alpha+\beta)(\alpha+\gamma)(\alpha+\delta)=0~$ to be true (I couldn't find a counter example for it)?
Thanks in advance.