- it is false that ... is the same as ~( expression)
- it is not true that ... ~(expression)
- It is false that the sun is shining and the day is warm.
-
p: the sun is shining
q: the day is warm
~(p ∧ q)
- neither-nor is the same as not both simple statements and connect with an and
- John is neither handsome nor rich
p: John is handsome
q: John is rich
~p ∧ ~q
- but, however, nevertheless are equivalent to and
- The sun is shining but it is not warm
-
p: The sun is shining
q: it is warm
p ∧ ~q
- The sun is shining however it is cold
p: the sun is shining
q: it is cold
p ∧ q