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.