I don't understand how to show that the following is true:
$$ (1+\frac{\epsilon}{5})^t \leq e^{\frac{t\epsilon}{5}}$$
I know that the exponential function can be defined as:
$$\lim_{n\to \infty} (1+\frac{1}{n})^n = e$$ and then by substitution $n \to nx$ we can obtain that $$\lim_{n\to \infty} (1+\frac{x}{n})^n = \lim_{n\to \infty} (1+\frac{1}{n})^{nx} = e^x$$
Moreover, we also know that the first limit is non-decreasing, thus approaching the value of $e$ from below (thus it should be simple to show the upper bound). My problem is that $\frac{\epsilon}{5}$ does not depend on $t$, so I am not really sure what to do.
Of course, we can do a substitution with $x$ and say $\frac{t\epsilon}{5} = x$ and obtain:
$$(1 + \frac{t\epsilon}{5} \frac{1}{t})^t = e^{\frac{t\epsilon}{5}}$$
but it seems a little bit strange, as we don't change the exponent, nor we have another $x$ on the left hand side of the substitution (i.e. before we had $x \rightarrow nx$, here the $x$ is not appearing on one side).
Is this correct? How can I know that my substitusions are correct? Is there a list of rule / tutorial / book to study? Thanks.