An implication is the compound statement of the form “if p , then q .” It is denoted $p \rightarrow q$.
If $p$ is false, the implication $p \rightarrow q$ is always true.
So the implication $0 =1 \rightarrow 3=6$ is true. Indeed, by assuming $0 =1$, one can SHOW $3=6$ as follows:
$0=1 \Rightarrow 0+1=1+1 \Rightarrow 1=2 \Rightarrow 3 \times 1= 3 \times 2 \Rightarrow 3=6$.
Here is my question: by assuming $0=1$, can one ACTUALLY PROVE any given mathematical statement?
For example, by assuming $0=1$, can one SHOW that Fermat's last theorem is false?