I would like to know how to show that : $$\lim_{X \to -k}\:\prod_{j\neq k}\left(X+j \right)=(-1)^{k}k!\left(n-k \right).$$
This is came from solution of exercise that he said :
- what is Partial fraction decomposition of :
$$F(X)=\dfrac{n!}{\prod_{k=0}^{n}\left(X+k \right)}$$
indeed,
PFD of F:
$$F(X)=\sum_{k=0}^{n}\dfrac{a_k}{X+k} $$
$$\left(X+k\right)F(X)=\dfrac{n!}{\prod_{j\neq k}\left(X+j \right)}$$ and $$\prod_{j\neq k}\left(X+j \right)=(-1)^{k}k!\left(n-k \right)$$ then :
$$a_k=(-1)^{k}{n \choose k} $$
Finaly:
$$F(X)=\sum_{k=0}^{n}(-1)^{k}{n \choose k}\dfrac{1}{X+k} $$
I guess you would rather like to prove
If this is the case, one may observe that $$ \begin{align} \lim_{X \to -k}\:\prod_{j\neq k}\left(X+j \right)&=\left.\prod_{j\neq k}\left(X+j \right)\right|_{X=-k} \\\\&=\prod_{j\neq k}\left(-k+j \right) \\\\&=\prod_{0\le j \le k,\,j\neq k}\left(-k+j \right)\prod_{k\le j \le n,\,j\neq k}\left(-k+j \right) \\\\&=(-1)^{k}\prod_{0\le j \le k-1}\left(k-j \right)\prod_{k+1\le j \le n}\left(j-k \right) \\\\&=(-1)^kk!(n-k)! \end{align} $$ as announced.