For $x>0$ we have defined $$\Gamma(x):= \int_0^\infty t^{x-1}e^{-t}dt$$ Im trying to use Lebesgue's Dominated Convergence theorem to show $$\Gamma'(x):=lim_{h\rightarrow 0}\frac{\Gamma(x+h)-\Gamma(x)}{h}$$ exists and equals $$\int_0^\infty(\frac{\partial}{\partial x}t^{x-1}e^{-t})dt$$ This is my first time dealing with L.D.C.T and I'm super lost. Ive been sifting through books and notes but I'm not the best at dealing with very theoretical stuff so I came across this example to help me maybe understand it more. Can any explain this?
edit: I've also been going through the different feeds on here!
here you won't need the dominated convergence theorem, since everything is absolutely convergent :
$$\frac{t^{x+h-1} e^{-t} -t^{x-1} e^{-t}}{h} = t^x e^{-t} \ln(t) + h \ r(t,h)$$ with $|r(t,h)| < C |t^x e^{-t} \ln(t)^2|$ for every $t > 0$ and $|h| < \delta$
hence $$\frac{\int_0^\infty t^{x+h} e^{-t} dt -\int_0^\infty t^{x} e^{-t} dt}{h} = \int_0^\infty\frac{ t^{x+h}-t^x}{h} e^{-t} dt = \int_0^\infty t^x e^{-t} \ln( t) dt + h \int_0^\infty r(t,h) dt$$
and since $|\int_0^\infty r(t,h) dt| < C \int_0^\infty |t^x e^{-t} \ln(t)^2| dt < A$ : $$\frac{\partial}{\partial x} \int_0^\infty t^{x-1} e^{-t} dt = \lim_{t \to 0} \int_0^\infty \frac{\int_0^\infty t^{x+h} e^{-t} dt -\int_0^\infty t^{x} e^{-t} dt}{h} = \int_0^\infty t^x e^{-t} \ln(t) dt$$