Autosave: 2022-12-27 16:30:06
This commit is contained in:
parent
e4f0ef18dc
commit
3f1a747f2f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue