$z>1\Rightarrow z>3$
this is a really simple example to help me understand.
So, if $z\in \mathbb{R}$, then when LHS is false, the statement is true.
But if LHS is true AND RHS is true $\Leftrightarrow$ the statement is false.
Is this right?
$z>1\Rightarrow z>3$
this is a really simple example to help me understand.
So, if $z\in \mathbb{R}$, then when LHS is false, the statement is true.
But if LHS is true AND RHS is true $\Leftrightarrow$ the statement is false.
Is this right?
No, that's not right: the only way a sentence "$A\implies B$" is false is if $A$ is true and $B$ is false. E.g. the sentence $$1+1=2\implies 3=87$$ is false, but $$3=87\implies 1+1=2$$ is true.
Consider a real life example. Mr. X says," If my brother wears a white shirt then so do I".
Take $p$: Brother of Mr. X wears a white shirt.
$q$: Mr. X wears a white shirt.
Symbolically, it is the conditional $p\implies q$.
On some day, Mr. X must feel guilty of lying about his past statement(i.e. conditional $p\implies q$ is $F$) if he will not be able to wear a white shirt ($q$ is $F$) whenever his brother will be wearing a white shirt ($p$ is $T$).