My logic textbook defines the notion of logic equivalence as:
A proposition $P$ is logically equivalent to a proposition $Q$ (written $P\Leftrightarrow Q$) when the biconditional $P\leftrightarrow Q$ is a tautology.
Using this definition one can easily show that given two propositions $P$ and $Q$ the conditional $P\rightarrow Q$ is equivalent to $\sim P\vee Q$, that is:
$$P\rightarrow Q\Leftrightarrow \sim P\vee Q.$$ But when I try to interpret this with words it seems not to correspond to what my intuition says an equivalence between proposition should mean.
For instance, consider the propositions
$P:\textrm{There is smoke}$
$Q:\textrm{There is fire}$
Then, according to the previous equivalence, the proposition:
$$P\rightarrow Q: \textrm{If there is smoke then there is fire}$$
is equivalent to:
$$\sim P\vee Q: \textrm{There is no smoke or there is fire}.$$
Why does this make sense?
Thanks.
Part of the problem is that $\rightarrow$ doesn't exactly mean what people think it should mean. For instance $$2 + 2 = 5 \rightarrow 2 + 2 = 4$$ is a true implication, because the consequent $2 + 2 = 4$ is true.
I like to think of $A\rightarrow B$ as if we know $A$ is true, then we may conclude $B$. With this interpretation, there are two options for $A$, either true or false. If $A$ is false, then we don't learn anything about $B$. If $A$ is true, then we also know $B$ because $A\rightarrow B$. Therefore $$ A\rightarrow B \Rightarrow \sim A \lor B$$
On the other hand if $\sim A \lor B$ then we cvan show that $A\rightarrow B$, because if we suppose $A$ is true, then because $\sim A \lor B$, then $B$ is true too. Hence $A$ being true allows us to show $B$ is true. Therefore $$ \sim A \lor B \Rightarrow A\rightarrow B$$