For $n\in\mathbb{N}$ and $x\gt-1$, we have
$$(1+x)^n\ge1+nx$$
which is easily proved by induction on $n$:
$$\begin{align}
(1+x)^n\ge1+nx\implies(1+x)^{n+1}&=(1+x)(1+x)^n\\
&\ge(1+x)(1+nx)\\
&=1+(n+1)x+nx^2\\
&\ge1+(n+1)x
\end{align}$$
It follows that, if $A\gt0$, then
$$\left(1+{A\over n}\right)^n\ge1+n\left(A\over n\right)=1+A$$
and thus
$$e^A=\lim_{n\to\infty}\left(1+{A\over n}\right)^n\ge\lim_{n\to\infty}(1+A)=1+A$$
Remark: The inequality actually holds for all $A$, not just $A\gt0$, by the same proof, with the only extra wrinkle being that one needs to note that $A/n\gt-1$ for all $n\gt|A|$.