A linear form in $k$ variables is an expression of the form $P(x_1,...,x_k)=a_1x_1+...+a_kx_k$ with real constants $a_1,...,a_k$. Prove that there exist a positive integer $n$ and linear forms $P_1,...,P_n$ in $2017$ variables such that the equation $$x_1\cdot x_2\cdot ... \cdot x_{2017}=P_1(x_1,...,x_{2017})^{2017}+...+P_n(x_1,...,x_{2017})^{2017}$$holds for all real numbers $x_1,...,x_{2017}$.
Problem
Source: Baltic Way 2017 Problem 4
Tags: algebra, equation, polynomial
14.11.2017 21:00
Choose $n=2^{2017}$ and $$\{ P_1,P_2,\dotsc ,P_n\} =\left\{ \sum_{i =1}^{2017}{\frac{\prod_{j =1}^{2017}{\epsilon_j}}{\epsilon_i}x_i} \mid \epsilon_1,\epsilon_2,\dotsc ,\epsilon_{2017}\in \{ -1,1\} \right\}.$$
14.11.2017 21:54
This problem was proposed by me. I know of three essentially different solutions, two of them using a modest amount of linear algebra and the third one being the one in #2 (the existence of that latter one really was the reason to propose this for such a competition).
Note that this solution uses essentially $n!$ summands for diagonalising $X_1X_2\dots X_n$ which seems to be way too much. If we think about it for some time, why would be even expect the claimed result to be true? Well, essentially by some "degrees of freedom" heuristic. If we expand everything, we get for each monomial a equation on the coefficients. We would expect that by increasing the number of variables/summands (whereas the number of equations remains constant) we would eventually find a solution. How far do we have to go? The expected size is roughly the number of monomials in the expansion which is well-known to be $\binom{2n-1}{n}$.
More precisely, from this solution we can extract the fact that a construction works with at most $\binom{2n-1}{n-1}$ numbers which is known to be roughly of size $4^n$. Now, can we do better? Well, we can, as the solution in #2 really shows that we can get off with $2^n$ summands. Now, is that optimal? Not quite but, as I believe, essentially: There is one easy thing to do, namely to take the two linear forms with opposite sign choices and merge them together, leaving us with $2^{n-1}$ summands. For $n=2$, this is essentially the well-known identity $xy=\frac{(x+y)^2-(x-y)^2}{4}$. And this I finally believe to be optimal, but I can only prove it for $n=2$ (where it's trivial) and for $n=3$ (where it is a bit of work). I would be grateful to anyone pointing out a proof (or a counterexample) of this claim.
14.11.2017 21:55
Nice problem, congratulations
19.01.2018 09:54
I just found out that there actually is some literature on this subject: For any homogeneous polynomial $P$ of degree $d$, one can define the Waring rank $W(P)$ as the minimal number of linear forms whose $d$-th powers sum up to $P$. So the proofs above show that $P(X_1\dotsc X_n) \le 2^{n-1}$ and my conjecture was that this is sharp. And in fact is as this paper shows (unfortunately, not in a very elementary way). In fact, this subsequent paper determines the Waring rank for any monomial, namely $P(X_1^{e_1}\dotsc X_n^{e_n})=(e_2+1)(e_3+1)\dotsc (e_n+1)$ where $e_1 \le e_2 \le \dotsc \le e_n$.
20.09.2019 14:34
I just found that this problem essentially already appeared as A4 in the Putnam Competition 2004. See here.
20.09.2019 14:44
In particular one can find there a very interesting new solution which appears to be due to harazi: Consider the function \[f(t)=(e^{tx_1}-1)(e^{tx_2}-1)(e^{tx_3}-1)\dots (e^{tx_n}-1).\]Using the power series expansion $e^x=\sum_{n=0}^{\infty} \frac{x^n}{n!}$ one finds that this equals \[f(t)=x_1x_2\dots x_nt^n+\mathcal{O}(t^{n+1})\]considered as a power series in $t$. On the other hand we can first expand the product in $2^n$ summands, each of them of the form $(-1)^{n-\vert I\vert} e^{t (\sum_{i \in I} x_i)}$ for a subset $I \subset \{1,2,3,\dots,n\}$. Now expanding this as a power series in $t$, one finds that the coefficient of $t^n$ equals $\frac{1}{n!} \left(\sum_{i \in I} x_i\right)^n$ so that we have shown the identity \[x_1\dots x_n=\frac{1}{n!} \sum_{I \subset \{1,2,\dots,n\}} (-1)^{n-\vert I\vert} \left(\sum_{i \in I} x_i\right)^n.\]