Two statements p and q are given below.
p: 7 is not greater than 4
q: Paris is in France
Then the statement ∼(p ∨ q) is
7 is greater than 4 and Paris is not in France
p: 7 is not greater than 4
q: Paris is in France
~p: 7 is greater than 4
~q: Paris is not in France
Now, ∼(p ∨ q)=∼p ∧∼q
This is the statement '7 is greater than 4 and Paris is not in France'.