This is another problem I have been working from Velleman's How to prove book.
Let P stand for the statement “I will buy the pants” and S for the statement “I will buy the shirt.” What English sentences are represented by the following expressions?
(a) ¬(P ∧ ¬S).
I worked out on this like this:
P ∧ ¬S = I will buy the pant and I will not buy the shirt.
¬(P ∧ ¬S) = ???
Now how to apply inverse to that statement. This confuses me. How do logicians think over this ? One way of figuring this out is by appling De-morgan's theorem. But it hasn't yet been taught in that book so far, so I don't want to think in that term. But even if I apply De morgan's theorem, I haven't been able to reach the correct solution:
On applying De-morgan's theorem, my final solution would look like this:
¬P ∨ S = I will not buy the pant or I will buy the shirt.
But the solution given in the book is this:
I won’t buy the pants without the shirt.
We know that $\,\lnot P \lor S\,$ essentially defines the implication $P\rightarrow S$:
$$\lnot P \lor S \equiv P\rightarrow S$$ This translates to the statement "If I buy the pants, then I'll by the shirt."
But we also know that that an implication is equivalent to its contrapositive: $$P\rightarrow S \equiv \lnot S \rightarrow \lnot P$$
This translates to the statement:
$\quad$ "If I don't buy the shirt, then I won't buy the pants.
$\equiv$ "I won't buy the pants if I don't buy the shirt.
$\equiv$ "I won't buy the pants without the shirt."
This just illustrates that natural language has lots of "different" words to say essentially the same basic logical statements.