Prove that $$\Gamma(s)= \lim_{n \to \infty} \frac{n^s n!}{s(s+1)...(s+n)}$$ Whenever $s \neq 0,-1,-2,...$
My attempt :
By applying product formula for $\frac{1}{\Gamma}$ ,
$$\Gamma(s)=\lim_{n\to \infty} \frac{n!}{s(s+1)...(s+n)}e^{s(1+\frac12+...+\frac1n-\gamma)}$$
Notice that $1+\frac12+...+\frac1n-\gamma\to \log n$ , so it seems that we then get the desired conclusion . But whenever $Re(s)\gt0$ , $n^s \to \infty$ , we can not have
$$\Gamma(s)=\lim_{n\to \infty} \frac{n!}{s(s+1)...(s+n)}\lim_{n\to \infty} e^{s(1+\frac12+...+\frac1n-\gamma)}$$
Let $A(s)=\lim_{n\to \infty} \frac{n!}{s(s+1)...(s+n)}n^s$ , I want to prove this exercise by showing the following statement.
1) $A(s)$ defines a meromorphic function with simple poles at $0,-1,-2,...$ and nowhere else.
2)$A(s)=\Gamma (s)$ whenever $s \in (\frac14,\frac13)$ .
To show 2) , we need some estimate of $\gamma$ ,
$$\sum_{n=1}^N \frac1n-\log N =\sum_{n=1}^{N-1}\int_n^{n+1} \frac1n-\frac1x \,dx +\frac1N$$ Then we may write $a_n=\int_n^{n+1} \frac1n-\frac1x \,dx $ and $\gamma=\sum_1^{\infty}a_n$ . Moreover , $a_n \le \frac{1}{n(n+1)}$
Notice that whenever $s\in (\frac14,\frac13)$ , $\frac{n!}{s(s+1)...(s+n)}$ is bounded by some fixed $M$ .
$$\Gamma(s)-A(s)\le M\lim_{n\to \infty} |e^{s(1+\frac12+...+\frac1n-\gamma)}-e^{s \log n}|$$
apple mean-value theorem we have $$|e^{s(1+\frac12+...+\frac1n-\gamma)}-e^{s \log n}|\le s|1+\frac12+...+\frac1n-\gamma-\log n||e^{s*2 \log n}|$$
$$\le sn^{\frac23} |\sum_{k=n}^{\infty} a_k+\frac1n|\le sn^{\frac23} |\sum_{k=n}^{\infty} \frac{1}{k(k+1)}+\frac1n|\le \frac{2sn^{\frac23}}{n} \to 0$$
And we complete the proof of 2) . To prove 1) , we need to prove that for every compact subset $\Omega$ of $C-\{0,-1,-2,...\}$ , $f_n=\frac{n!}{s(s+1)...(s+n)}n^s$ converges uniformly . I have no idea how to deal with this .
A much more straightforward proof from the given definition for $\Re(s)>0$:
$$f_n(t):=\begin{cases}0,&t>n\\\left(1-\frac tn\right)^n,&0\le t\le n\end{cases}$$
\begin{align}\Gamma(s):\!&=\int_0^\infty t^{s-1}e^{-t}~\mathrm dt\\&=\lim_{n\to\infty}\int_0^\infty t^{s-1}f_n(t)~\mathrm dt\tag{DCT}\\&=\lim_{n\to\infty}\int_0^nt^{s-1}f_n(t)~\mathrm dt\\&=\lim_{n\to\infty}\int_0^nt^{s-1}\left(1-\frac tn\right)^n~\mathrm dt\\&=\lim_{n\to\infty}n^s\int_0^1u^{s-1}\left(1-u\right)^n~\mathrm du\tag{$t=nu$}\\&=\lim_{n\to\infty}n^s\prod_{k=1}^n\frac k{k+s-1}\tag{Induction over $n$}\end{align}
The last expression being your limit in product form. One can then verify the last form to satisfy the recursive equation $\Gamma(s+1)=s\Gamma(s)$ and hence extends to $\Re(s)\le0$ as the Gamma function.