We know that
$$e = \lim\limits_{n \to \infty} \Bigl( 1 + \frac{1}{n}\Bigr)^n \tag{1}$$
I don't know how to evaluate that limit to get that result, but assuming that I know the above result, can I conclude the following?
$$x = \lim\limits_{n \to \infty} \Bigl( 1 + \frac{1}{an}\Bigr)^n = \lim\limits_{n \to \infty} \Bigl( 1 + \frac{1}{n}\Bigr)^\frac{n}{a} = e^\frac{1}{a}\ where\ a \ne 0$$
EDIT: Mees has pointed out in the comments that this result is correct. But can someone provide a proof / justification? Using $(1)$, how could I arrive at these equalities without having to solve the limit itself?
Note that
\begin{eqnarray} e^x &=& \left[\lim_{n\to\infty} \left(1 + \frac{1}{n} \right)^n \right]^x &=& \lim_{n\to\infty} \left(1 + \frac{1}{n} \right)^{nx} \\ &\stackrel{y = nx}{=}& \lim_{y\to\infty} \left(1 + \frac{x}{y} \right)^y \\ \end{eqnarray}