Show that if $x$ is real and positive ($x \in \mathbb{R}^{> 0}$) then: $$Γ(x)= ∫_0^1(- \ln t )^{x-1} dt $$
Solution :
First recall the gamma function:
$$Γ(x)= ∫_0^∞ e^{-t} t^{x-1} dt \; \; \;\;\;\;\;\;\;\; \;\;\;\;\;\;\;\; (1) $$
Let $u = e^{-t}$
$$\ln u = -t \rightarrow t = - \ln u \;\;\; $$and$$ \;\;\; dt = - \frac{1}{u} du$$
then we can rewrite equation $(1)$ in the new form of below:
$$Γ(x)= ∫_0^1(-\ln u )^{x-1} du $$
and the solution is completed.
I can justify why $x$ must be positive but I don't know where realness of $x$ is needed?
Any Ideas?