Autosave: 2022-12-27 16:30:06

This commit is contained in:
thomasabishop 2022-12-27 16:30:06 +00:00
parent e4f0ef18dc
commit 3f1a747f2f

View file

@ -15,7 +15,7 @@ $$
Here is a work through where $f(1, 0, 1)$:
- The first disjunction : $ \lnot(x) \land z $ is false because $x$ is 1 and $z$ is 0
- The first disjunction : $\lnot(x) \land z$ is false because $x$ is 1 and $z$ is 0
- The second disjunction: $x \land y$ is false because $x$ is 1 and $y$ is 1
- The overall function returns false because the main connective is disjunction and both of its disjuncts are false