In the wikipedia page of Gamma Function here, it is stated that, when $x \to \infty $,
$$\Gamma(x+\alpha) = \Gamma(x)x^\alpha$$
- Is it valid for both real $x$ and real $\alpha$ ?
- Could you please provide the proof of this approximation?
- Is there any book/ paper from here I can cite this particular result?
Thank you very much
Update: Thank you for your answers. Is it also possible to get the proof for lower and upper bound for this approximation?
This is a consequence of Stirling approximation : $$ \begin{aligned} \Gamma(x+\alpha) &\underset{x\rightarrow +\infty}{\sim}\sqrt{2\pi(x+\alpha)}\left(\frac{x+\alpha}{e}\right)^{x+\alpha} \\ &\underset{x\rightarrow +\infty}{\sim}\sqrt{2\pi x}\left(\frac{x+\alpha}{e}\right)^x x^{\alpha}e^{-\alpha} \\ \end{aligned} $$ Moreover, $$ (x+\alpha)^x e^{-\alpha}=x^x\exp\left(x\log\left(1+\frac{\alpha}{x}\right)-\alpha\right)=x^x e^{o(1)}\underset{x\rightarrow +\infty}{\sim}x^x $$ Thus $$ \Gamma(x+\alpha) \underset{x\rightarrow +\infty}{\sim} \sqrt{2\pi x}\left(\frac{x}{e}\right)^x x^{\alpha}\underset{x\rightarrow +\infty}{\sim}\Gamma(x)x^{\alpha} $$