Autosave: 2022-12-23 14:30:05

This commit is contained in:
thomasabishop 2022-12-23 14:30:05 +00:00
parent dad4dbd366
commit 333e176886

View file

@ -33,4 +33,9 @@ $$
\lnot (P \lor Q) \leftrightarrow \lnot P \land \lnot Q
$$
![demorgan-2.png](/img/demorgan-2.png)
| $P$ | $Q$ | $ \lnot (P \lor Q)$ | $ \lnot P \land \lnot Q$ |
| --- | --- | ------------------- | ------------------------ |
| T | T | F | F |
| T | F | F | F |
| F | T | F | F |
| F | F | T | T |