Prove that if $S_n$ is monotone increasing and unbounded, then $\exp(-S_n)$ converges as $n \to +\infty$
I'm guessing it converges to $0$ but I can't prove it. Since $S_n$ monotonically increasing can we say something like $-S_n \le -S_1$, i.e. $e^{-S_n} \le e^{S_1}$? I'm supposed to argue from definitions. The problem is I usually work backwards for the $\epsilon$ to find a suitable $N$, but for this problem that doesn't seem viable.
$S_n$ must be tending to $+\infty$, since it is unbounded and increasing monotonically.
This means we can pick any $M>0$ and eventually, there will be an $N\in \mathbb{N}$ with $S_n>M$ for any $n>N$.
Then, for any $\epsilon>0$, we can take $N$ big enough such that $$ S_n>\log\frac{1}{\epsilon}\implies-S_n<\log\epsilon\implies e^{-S_n}<\epsilon $$