I am doing a programming exercise (quite an interesting one, actually) on the sequence $\{I_k\}_{k\in\Bbb{N}}$
$$I_k = \int_0^1 x^ke^{x-1} dx$$
and I am also given a - already proven by me - recurrence formula,
$$I_k = 1 - kI_{k-1}$$
and at some point I must show that the $I_k$ go to $0$. I was trying to do it just with the recurrence formula and the fact that $I_1 = \frac1e$, with induction. I tried proving $I_k < \frac{1}{k+1}$ but in proving it I ended up needing to assume that $\frac{1}{k+1} < I_{k-1}$. So basically I wanted to prove
$$\frac{1}{k+2} < I_k < \frac{1}{k+1} \tag{1}$$
I verified it for $k$ up to $10$ so it does feel like it should be true. With induction, proving $I_k < \frac{1}{k+1}$ assuming (1), is trivial. However, when I try to prove $\frac{1}{k+2} < I_k$ I end up with
$$I_{k-1} < \frac{1}{k}\frac{k+1}{k+2}$$
which made me write
$$I_{k-1} < \frac{1}{k}\frac{k+1}{k+2} < \frac{1}{k}, \text{true, by the induction hypothesis}$$
However, I can't do this. I know $I_{k-1}< \frac{1}{k}$ but that does not let me write what I wrote nor prove what I want to prove. Is there anyone out there able to lend me a hand?
The ideal would be to use induction to prove (1).
If I fail to do that, the second ideal thing would be to use induction to prove that the $I_k$, starting at some $k_0$, are bounded by something that does not increase. It can even be a constant. For example, showing $I_k < 1\ \forall k$ would be good enough for my purposes.
Also, if anyone knows if this sequence (or these integrals) has any name, I would be able to better search for things that could help.
(Expanding on my previously posted comments.)
Once the recurrence relation is determined, the bounds follow directly from just the positivity of the integrand $\,x^k e^{x-1} \gt 0\,$ for $\,x \gt 0\,$, which immediately implies $\,I_k \gt 0\,$ for all $\forall k \in \mathbb{N}\,$. Therefore:
$1 - kI_{k-1}=I_k \gt 0 \implies k I_{k-1} \lt 1 \implies I_{k-1} \lt \cfrac{1}{k} \quad\quad$
then, $1 - kI_{k-1}=I_k \lt \cfrac{1}{k+1} \implies k I_{k-1} \gt 1 - \cfrac{1}{k+1}=\cfrac{k}{k+1}\implies I_{k-1} \gt \cfrac{1}{k+1}$