we want to show that :
$ f(x) = e^{-x} -x -1 $ is strictly decreasing.
For all $x\in \mathbb{R}$ with :
$ \left.\begin{matrix} x<y \Leftrightarrow e^{-x}> e^{-y} \\ x<y \Leftrightarrow -x-1>-y-1 \\ \end{matrix}\right\} \Leftrightarrow f(x)>f(y) $ therefore, f is strictly decreasing.
I know that the definition only requires $\Rightarrow$ and its not necessary for the proof, but my question is : can we use $\Leftrightarrow$ too?
Is there any point in the proof above that makes the use of this symbol $\Leftrightarrow$ incorrect? (For example when i sum the 2 expressions).
Thanks in advance.