Let T be a gamma random variable with parameters $s>0$ and $\lambda>0$. The PDF of T is $f(t) = \frac{\lambda^st^{s-1}}{e^{\lambda t}\Gamma(s)}$. I need to show that the failure rate of T, $\lambda(t)=\frac{f(t)}{1-F(t)}$ is increasing when $s\geq1$, and decreasing when $s\leq1$.
Since $1-F(t)$ decreases as $t$ increase for any $s>0$, therefore if $f(t)$ is increasing/decreasing then $\lambda(t)$ is increasing/decreasing.
We have $f(t) = \frac{\lambda^st^{s-1}}{e^{\lambda t}\Gamma(s)} = \frac{\lambda^s}{\Gamma(s)} \frac{t^{s-1}}{e^{\lambda t}}$, with $\frac{\lambda^s}{\Gamma(s)}$ constant and positive.
No matter what $s$ is, $\frac{t^{s-1}}{e^{\lambda t}}$ will eventually be decreasing and tend towards $0$. What am I doing wrong?