[Math] Limit for gamma function

analysisgamma functionspecial functions

How can I prove that

$$\displaystyle \Gamma(z)=\lim_{n \to \infty} \displaystyle \int_0^n \left( 1-\frac{t}{n}\right)^n t^{z-1}\ \text{d} t\;=\displaystyle \int_0^{\infty} e^{-t} t^{z-1}\ \text{d} t\;$$

Issue is how can I prove that the order of the limit and the integral can be changed.

I know about the dominated convergence theorem and the monotone convergence theorem, but the additional problem here is that the integration limit itself depends on n.

Best Answer

Put $t = n u$ so $dt = n du $

You get

$${n^z}\int\limits_0^1 {{{\left( {1 - u} \right)}^n}{u^{z - 1}}du} $$

$$\int\limits_0^1 {{{\left( {1 - u} \right)}^n}{u^{z - 1}}du} = B\left( {z,n + 1} \right) = \frac{{\Gamma \left( {n + 1} \right)\Gamma \left( z \right)}}{{\Gamma \left( {z + n + 1} \right)}}$$

But then you have

$$\eqalign{ & \Gamma \left( {z + n + 1} \right) = \left( {z + n} \right)\Gamma \left( {z + n} \right) \cr & \Gamma \left( {z + n + 1} \right) = \left( {z + n} \right)\left( {z + n - 1} \right) \cdots \left( {z + 1} \right)z\Gamma \left( z \right) \cr} $$

$$\mathop {\lim }\limits_{n \to \infty } \int\limits_0^n {{{\left( {1 - \frac{t}{n}} \right)}^n}{t^z}\frac{{dt}}{t}} = \mathop {\lim }\limits_{n \to \infty } \frac{{n!{n^z}}}{{\left( {z + n} \right)\left( {z + n - 1} \right) \cdots \left( {z + 1} \right)z}}$$

Which is by (Gauss') definition the Gamma function.