Suppose I have $N$ numbers $x_i \geq 1$, $i = 1, ... ,N$, and want to solve the following: \begin{align} {\text{maximize}} &\hspace{3mm}& \prod_{i=1}^N x_{i} \\ \text{subject to} &\hspace{3mm}& \sum_{i=1}^N x_{i} = A \end{align} where $A$ is any constant
Is it true that the solution will be when all $x_i$ are equal? If so, what is the proof?