I am asked to show $$\int_{x}^{\infty}\dfrac{1}{\Gamma(\alpha)}z^{\alpha - 1}e^{-z}\text{ d}z = \sum_{y=0}^{\alpha - 1}\dfrac{x^y e^{-x}}{y!}$$ for $x > 0$, $\alpha = 1, 2, \dots$.
Naturally, I thought to use induction for this. The $\alpha = 1$ case is trivial. Now suppose the above equality holds for $\alpha = k \geq 1$. After some work, I showed that $$\begin{align} \int_{x}^{\infty}\dfrac{1}{\Gamma(k+1)}z^{(k+1) - 1}e^{-z}\text{ d}z &= \dfrac{1}{k}\int_{x}^{\infty}\dfrac{1}{\Gamma(k)}z^{(k+1) - 1}e^{-z}\text{ d}z \tag{1}\\ &= \dfrac{x^ke^{-x}}{k\Gamma(k)}+\dfrac{1}{k}\int_{x}^{\infty}\dfrac{1}{\Gamma(k)}z^{k - 1}e^{-z}\text{ d}z \tag{2}\\ &= \dfrac{x^ke^{-x}}{\Gamma(k+1)}+\dfrac{1}{k}\int_{x}^{\infty}\dfrac{1}{\Gamma(k)}z^{k - 1}e^{-z}\text{ d}z \tag{3}\\ &= \dfrac{x^ke^{-x}}{k!} + \dfrac{1}{k}\sum_{y=0}^{k - 1}\dfrac{x^y e^{-x}}{y!} \tag{4} \end{align}$$ by the induction hypothesis. Particularly, the $\dfrac{1}{k}$ is annoying - if that weren't there, this would be proven.
Did I do something wrong? My integration by parts $(2)$ work is:
$$\int_{x}^{\infty}z^{(k+1)-1}e^{-z}\text{ d}z = -\left.[z^{(k+1)-1}e^{-z}]\right|^{\infty}_{x}+\int_{x}^{\infty}z^{k-1}e^{-z}\text{ d}z = x^{k}e^{-x}+\int_{x}^{\infty}z^{k-1}e^{-z}\text{ d}z\text{.}$$
$(1)$ uses $\Gamma(k+1) = k\Gamma(k)$.
Compute the recursion directly: Define $$\Gamma(\alpha;x) = \int_{z = x}^\infty \frac{z^{\alpha-1} e^{-z}}{\Gamma(\alpha)} \, dz$$ (which is the regularized upper incomplete gamma function). For integer $\alpha > 1$, integration by parts with the choice $$u = \frac{z^{\alpha-1}}{\Gamma(\alpha)}, \quad du = \frac{z^{\alpha-2}}{\Gamma(\alpha-1)} \, dz, \\ dv = e^{-z} \, dz, \quad v = -e^{-z},$$ yields $$\begin{align*} \Gamma(\alpha;x) &= \left[-\frac{z^{\alpha-1}e^{-z}}{\Gamma(\alpha)} \right]_{z=x}^\infty + \Gamma(\alpha-1;x) \\ &= \frac{x^{\alpha-1} e^{-x}}{\Gamma(\alpha)} + \Gamma(\alpha-1; x) \\ &= \frac{x^{\alpha-1} e^{-x}}{(\alpha-1)!} + \Gamma(\alpha-1;x). \end{align*}$$ Then unfolding the recursion and observing $\Gamma(1;x) = e^{-x}$, we get $$\Gamma(\alpha;x) = \sum_{k=0}^{\alpha-1} e^{-x} \frac{x^k}{k!},$$ as claimed.