I have the following sentences:
I won't go the library unless I need a book
p: I will go the library
q: I need a book
I replaced unless with if not as follows:
I won't go the library if I don't need a book
Then: $\lnot q \rightarrow p$ is my translation correct here?
And what if I paraphrased the sentence to the following:
If I won't go the library then I (don't) need a book.
$\lnot p \rightarrow \lnot q $
Would it still be correct?
"$A$ unless $B$" is usually read in English as
Thus, for I won't go the library unless I need a book, will be:
With:
will be:
that is the same as:
is not equivalent to:
and this is consistent with the fact that:
is not the same as the previous:
Trough the truth-functional equivalence between "if $B$, then $A$" and "not $B$ or $A$", we have that :