A key concept is ``if-then'' reasoning. For example,
For any real number
, if
then
.
This is true. For short, we usually just say ``if
then
''. Another way to write it is
, which in words is ``
implies
''.
Is this statement true the other way around? In other words, is it true that
For any number
,
??
NO, since
is a counterexample:
is true but
is false.