$$e^x>1+x$$
is what I want to show.
So let's define a function:
$$h\left(x\right)=e^x-x-1$$
and investigate its derivative:
$$h'\left(x\right)=e^x-1$$.
Easy to see that at $x=0$ it has a critical point and it is a minimum, and therefore for any other value that isn't $0$ we'll get a value that is bigger then the minimum $f(0)=0$, in other words, for each $x\ne 0$, $h\left(x\right)>0$, meaning $e^x-x-1>0$ meaning that:
$$e^x>x+1$$
I think our OP's proof has the right idea, especially when taken in light of the comments. Here's a way to work it which avoids explicit use of minima/maxima, and hence avoids any pitfalls inherent in such methods:
One can also look at the function
$\alpha(x) = e^{-x}(1 + x); \tag{1}$
we have
$\alpha(0) = 1 \tag{2}$
and
$\alpha'(x) = -e^{-x}(1 + x) + e^{-x} = -xe^{-x}; \tag{3}$
we see that
$x > 0 \Rightarrow \alpha'(x) < 0 \tag{4}$
and
$x < 0 \Rightarrow \alpha'(x) > 0; \tag{5}$
thus when $x > 0$,
$\alpha(x) - 1 = \alpha(x) - \alpha(0)$ $= \int_0^x \alpha'(s) ds < 0, \tag{6}$
so
$\alpha(x) < 1, \tag{7}$
whence
$1 + x < e^x; \tag{7}$
also, for $x < 0$,
$1 - \alpha(x) = \alpha(0) - \alpha(x)$ $= \int_x^0 \alpha'(s) ds > 0, \tag{8}$
thus again
$\alpha(x) < 1, \tag{9}$
showing that
$1 + x < e^x \tag{10}$
in this case as well.