Show that $e^x>1+x$ for $x>0$
Proof: Set $f(x)=e^x-(1+x)$. Show that $f(x)$ is always positive. We know that $f(0)=e^0-(1+0)=0$ and $f'(x)=e^x-1$. When $x$ is positive, $f'(x)$ is positive because $e^x>1$
We know that if $f'(x)>0$ on an interval, then $f(x)$ is increasing on that interval, so we can conclude that $f(x)>f(0)$ for $x>0$ and thus: $$e^x-(1+x)>0 \iff e^x>1+x$$
Question: How do we know that $f(x)$ is positive just by $e^x>1$?
Additional question, how do we prove $f'(x)$ is positive/negative over an interval $[a,b]$?
We know that $e^x$ is strictly increasing in $x$. Then, for $x>0$, the infimum value of $e^x$ is attained at $x \to 0$, which is equal to $1$. Clearly, it follows that $e^x >1$ for $x>0$.
The simple answer would be: If the derivative of $f(x)$ is positive/negative in a given interval, the function is increasing/decreasing in that interval. In your case, $f'(x) = e^x-1,$ which is positive for $x \in (0,1)$.
Note: for all this argument, I assume that I already know function $e^x$.