For $x\in\mathbb{R}$, $k\in\mathbb{N}$, $k\ge 1$, define $$\binom{x}{k}:=\prod_{j=1}^k\frac{x-j+1}{j}.$$
The claim is: For all $x,y\in\mathbb{R}$, $n\in\mathbb{N}$ such that $n\ge 1$, it is
$$ \binom{x+y}{n}=\sum\limits_{k=0}^n\binom{x}{n-k}\binom{y}{k}.$$
I think this requires an algebraic proof, and no proof by induction, or can I do both?
Trying it without induction I have the following problem: If I start with the right-hand site and replace the binomial coefficient by the product formula, I don't know how to proceed to go to the left-hand site, but I have found a similar formula Algebraic Proof that $\sum\limits_{k=0}^m \binom{r}{k} \binom{m+n-r}{m-k} = \binom{m+n}{m}$ Can you help me?