De Morgan_s Laws
De Morgan's Laws tell us how to negate Conjunctions and Disjunctions
For example, 'Miguel has a mobile phone and he has a laptop'
\begin{align}
S &= p \land q \
\therefore \neg{S} &= \neg{(p \land q)} \
&\equiv \neg{p} \lor \neg{q}
\end