How do I calculate the limit of products such as: $$\lim_{n \to \infty} \frac{\prod_{x=k+1}^{n}x}{(n+1)\prod_{x=k+1}^{n}(x-k)}$$
First of all, I am assuming this is independent of k, since k is a constant. The ratio $\frac{n}{n-k}$ will go to $1$, and all the terms are finite but positive, so it seems that the limit should go to zero because $$\lim_{n \to \infty} \frac{\prod_{x=k+1}^{n}x}{\prod_{x=k+1}^{n}(x-k)}$$ will go to $\infty$ but it will grow less than $n$.
How do I make this more formal?
I believe you're asked to calculate $$\lim_{n\to\infty} \frac{n!/k!}{n(n-k)!} = \frac{1}{k!}\lim_{n\to\infty} \frac{(n-1)!}{(n-k)!}.$$ If $k=1$ the limit equals $1$. If $k=0$, it becomes $$ \lim_{n\to\infty}\frac{1}{n}=0. $$ If $k\geq 2$ then you have $$\lim_{n\to\infty}\frac{1}{k!}(n-1)(n-2)...(n-k+1)=+\infty.$$