I have already looked at this proof here
Proving that $n \choose k$ is an integer
However I don't understand how I can use the Pascal identity for binommial coefficients if $n$ is a negative number.
I have had the idea to prove a Connection between the negative and the positive Counterpart.
I.e.
Maybe $\binom{n}{k}=-x\binom{-n}{k}$, where $x\in\mathbb{Z}$
I wrote down
$\frac{1}{k!}n(n-1)…(n-k+1)=x\cdot\frac{1}{k!}-n(-n-1)….(-n-k+1)$
What could be the $x$ ?
Thanks for reading.