While looking through a table of integral transforms ($178$,$(30)$) I have come across the Laplace Transform of the Incomplete Gamma Function which is given by
$$\mathcal{L}\{\Gamma(\nu,at\}(p)~=~\Gamma(\nu)p^{-1}\left(1-\left(1+\frac{p}{a}\right)^{-\nu}\right)~~~~~~\text{Re}~\nu>-1,\,\text{Re}~p>-\text{Re}~a$$
I was a little bit confused that it seems like there is no transform at all for the Gamma Function itself. This was the original reason why I have looked through this table. I am not that familiar with checking the convergence of an integral I do not understand why such an transform does not exist.
Therefore, my first question is how one could show that the Gamma Function does not posses a Laplace Transform - and to go further whether it is true or not that there is no integral kernel at all which provides a transform for the Gamma Function.
I guess this has something to do with the fact that the Gamma Function is not bounded, as far as I know, but I would leave it to someone else to form a proof.
Back to equation from above. I tried to derive this formula by myself and failed. First, I decided to set $a=1$ to understand the process at all and do not make it even more complicated by having an extra factor in there. To be precise this was my attempt so far
$$\begin{align} \mathcal{L}\{\Gamma(\nu,t\}(p)~&=~\int_0^{\infty}~\Gamma(\nu,t)~e^{-st}~\mathrm{d}t\\ &=~\int_0^{\infty}~\left[\int_{\nu}^{\infty}x^{t-1}~e^{-x}~\mathrm{d}x\right]~e^{-st}~\mathrm{d}t\\ &=~\int_{\nu}^{\infty}\int_0^{\infty}~x^{t-1}~e^{-st}~\mathrm{d}t~e^{-x}~\mathrm{d}x\\ &=~\int_{\nu}^{\infty}\left[\frac{e^{t(\log(x)-z)}}{x(\log(x)-z)}\right]_0^{\infty}~e^{-x}~\mathrm{d}x \end{align}$$
I am not not even sure if I am allowed to use Fubini's-Tonelli's-Theorem here nor how to calculate the definite integral. Since $\frac1{x(\log(x)-z)}$ can be considered as constant in this context I am left with the limit
$$\lim_{t\to\infty}\frac{x^t}{e^{zt}}$$
And I have no clue how to approach to this. Both functions are exponetials and so l'Hospital does not help at all. I do not know how to evaluate a limit like this. Therefore this is my second question. Even by assuming that the limit is $0$ I am left with the definite integral
$$\int_{\nu}^{\infty}\frac1{x(z-\log(x))}~e^{-x}~\mathrm{d}x$$
which I cannot evaluate either. Therefore I guess I made a crucial mistake somewhere or this is the wrong attempt to this problem.
Finally I would like to ask for both, a derivation and a proof, for the Laplace Transform of the Incomplete Gamma Function given by the first formula. Furthermore I would be pleased if someone could point out where I did made a mistake so that my approach did not worked out.
Thanks in advance!