I got stuck working on the following identity. Although I know that both sides of the equation deliver the same result, I'm cannot find the correct steps to convert the right side to look as the left one (or the other way round). Although I know that both sides of the equation give the same result, I can't find the right steps and to convert the right side to look like the left side (or vice versa). What kind of solid mathematical arguments can I use to proof the identity? Could someone give me some advice, please? Many thanks in advance, Phil
Edit:
Maybe I should have provide the origin of these equation. At the beginning I had this assignment: $$\begin{align*} &\forall x \in \mathbb{R}; k \in \mathbb{N}; k \neq 0:&&\\\\ &\begin{pmatrix} x \\ k \end{pmatrix}= \begin{pmatrix} x-1 \\ k-1 \end{pmatrix}+ \begin{pmatrix} x-1 \\ k \end{pmatrix}&& \end{align*}$$ having $$\begin{align*} \begin{pmatrix} x \\ k \end{pmatrix}=\frac{x-j-1}{j}.&& \end{align*}$$
To check the consistence of the last identity I took values for $x=10$, $k=4$ and I could verified that everything is correct. My point is the I would like to bring the $\frac{x}{k}$ into the $\prod$ and this would inplicate a"re-arrangement" of the indices. But as I already mentioned I cannot figure out how.
Of course I could prove it numerically with the example above but, from a purely mathematical point of view, would this method stand as a demonstration? I hope I could provide some additional feedbak.
$$\begin{align*} \prod_{j=1}^{k}\frac{x-j+1}{j}&=\prod_{j=1}^{k-1}\frac{x-j}{j}+\prod_{j=1}^{k}\frac{x-j}{j}\\ \prod_{j=1}^{k}\frac{x-j+1}{j}&=\prod_{j=1}^{k-1}\frac{x-j}{j}+\Big(\frac{x-k}{k}\Big)\cdot\prod_{j=1}^{k-1}\frac{x-j}{j}\\ \prod_{j=1}^{k}\frac{x-j+1}{j}&=\Big(\frac{x-k}{k}+1\Big)\cdot\prod_{j=1}^{k-1}\frac{x-j}{j}\\ \prod_{j=1}^{k}\frac{x-j+1}{j}&=\Big(\frac{x}{k}\Big)\cdot\prod_{j=1}^{k-1}\frac{x-j}{j} \end{align*}$$
We show the following identity is valid \begin{align*} \color{blue}{\prod_{j=1}^k\frac{x-j+1}{j}=\frac{x}{k}\prod_{j=1}^{k-1}\frac{x-j}{j}}\tag{1} \end{align*}
Comment:
In (2) we use the identity $\prod_{j=1}^{k}j=k!$.
In (3) we shift the index and start with $j=0$.
In (4) we factor out $x$ and compensate this by starting with $j=1$.
In (5) we use $k!=k(k-1)!=k\prod_{j=1}^{k-1}j$ .