Let $f\in \mathbb{R}[x]$ be a polynomial of degree $d$. Let $x_1, \dots, x_n$ be real numbers, I want to show the matrix $A$ given by $A_{ij} = f(x_i + x_j)$ has rank $\le d+1$.
My attempt: I tried writing the polynomial as $f(t)=\sum_{k=0}^d c_k t^k$, then I can write $A = \sum_{k=0}^d c_k B^{(k)},$ where $B^{(k)}$ is a matrix with entries $B^{(k)}_{ij} = (x_i+x_j)^k$. But this does not seem to be helpful.
Thank you in advance.