Proving analyticity of gamma function

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 5K views
nonequilibrium
Messages
1,412
Reaction score
2
Hello,

In our course of complex analysis we proved that the gamma function,
[tex]\Gamma(z) = \int_0^\infty t^{z-1} e^{-t} \mathrm d t[/tex]
for 0 < Re(z), is analytical.

We did this by defining
[tex]f_{\epsilon,R}(z) = \int_\epsilon^R t^{z-1} e^{-t} \mathrm d t[/tex]
about which we can prove that it is analytical by rewriting t^(z-1) as a power series (by using the definition of the complex power in function of the exponential and ln) and then bringing the sum outside of the integral by using the uniform convergence of the power series (on compact subsets).

Then we proved that [tex]f_{\epsilon,R} \to \Gamma[/tex] uniformly on compact subsets (of the right half-plane).

And apparently analyticity of the gamma function follows, but I don't see why. Surely not because gamma is the uniform limit of analytical functions, because a uniform limit doesn't preserve analicity. So I'm guessing there is an implicit last step I'm overlooking.

Can anybody help?
Thank you.

EDIT: personally, I think I could prove it the following way: first take the derivative of [tex]f_{\epsilon,R}[/tex], what I got is the same function but with an extra ln(t) in the integrand. However, I think one can still prove that (also) converges uniformly, but now to [tex]\int_0^\infty t^{z-1} e^{-t} \ln t \mathrm d t[/tex], and then, by the uniform limit of derivatives, the limit of the original function is differentiable and this also gives an explicit form of the derivative of the gamma function. However, this doesn't seem like the thought process that the above proof was using, and I'm interested in understanding the above proof.
 
Last edited:
Physics news on Phys.org
Interesting!

Why is this so? Do you know where I can find a proof?
 
The analycity is a consequence of Morera's theorem. Recall that Morera's theorem says that if a continuous function has the property that

[tex]\int_\gamma f(z)dz=0[/tex]

for every closed C1-curve gamma, then f is analytic.


The clue is that uniform convergence allows you to exchange limit and integral, thus

[tex]\int_\gamma \lim_{n\rightarrow +\infty}{f_n(z)}dz=\lim_{n\rightarrow +\infty}{\int_\gamma f_n(z)}=0[/tex]

thus the limit is analytic. The statement about the derivatives follows from the Cauchy integral formula.

As a reference, I can recommend the third chapter of Freitag and Busam's "Complex analysis"...
 
Brilliant :)

<3 Complex Analysis

thank you