If $a_1,\ldots,a_n$ are numbers such that $a_1^k+\cdots + a_n^k = x$ for $1\leq k\leq n$, determine the product $a_1\cdots a_n$ in terms of $x$.
$\textbf{My work:}$
Note that $e_n(a_1, \cdots, a_n) = a_1\cdots a_n$, and $p_k(a_1, \cdots, a_n) = \sum^n_{i=1}a^k_i = x$ for $1\leq k \leq n$, where $e_n$ is the $n-$th elementary symmetric polynomial and $p_k$ is the $k-$th power sum symmetric polynomial.
Using Newton's identity I get:
$p_1 + (-1)e_1 = 0 \implies e_1 = p_1 = x$
$p_2 - p_1e_1 + 2e_2 = 0 \implies e_2 = \frac{1}{2}p^2_1 - \frac{1}{2}p_2 = \frac{1}{2}x^2 - \frac{1}{2}x$
$p_3 - p_2e_1 + p_1e_2 - 3e_3 = 0 \implies e_3 = \frac{1}{6}(x^3 - 3x^2 + 2x)$
$ \vdots $
Somewhere I found that the answer should be $$a_1\cdots a_n = \frac{x(x-1) \cdots (x - (n-1))}{n!} = \binom{x}{n}$$
Unfortunately, I'm not getting something similar to $$\binom{x}{n}$$
Any hints on how to arrive at this answer?
Thanks!
$\DeclareMathOperator{\Tr}{Tr}$ Work over the rationals or a field extension thereof. Let $A$ be a dimension-$n$ matrix with the $a_{(-)}$ as the diagonal elements and zero off the diagonal. Work with formal power series with variable $t$. Then the hypothesis is $$\Tr \frac{At}{1-At} = \frac{tx}{1-t}+O(t^{n+1})\text{.}$$ Sending $t$ to its negative and dividing by $t$ gives $$\Tr \frac{A}{1+At} = \frac{x}{1+t}+O(t^{n})\text{.}$$ Formally integrating gives $$\Tr \ln(1+At) = x \ln (1+t)+O(t^{n+1})\text{.}$$ Composing with the exponential and using Newton's identities on the left gives $$\det(1+At)=(1+t)^x + O(t^{n+1})\text{.}$$
comparing coefficients of $t^n$ gives the result.
Note that $x\in\{0,1,\ldots,n\}$ if and only if $a_{k}\in \{0,1\}$ for all $1\leq k \leq n$. However, we cannot draw this conclusion from the given hypotheses:
However, if we knew additionally that $\Tr A^{n+1} = x$ then we could conclude that $\binom{x}{n+1}=0$.