fix(CS-2233): resolve minor tpo
This commit is contained in:
parent
89e8b634e8
commit
0dbe2bcec9
@ -247,9 +247,9 @@ Section 001
|
|||||||
// | F | F | T | T | T | F | F |
|
// | F | F | T | T | T | F | F |
|
||||||
// | F | F | F | T | T | F | F |
|
// | F | F | F | T | T | F | F |
|
||||||
#solve[
|
#solve[
|
||||||
Notice that the furthest right column only has true values, thus the above
|
Notice that both truth tables have equivalent values in their furthest right
|
||||||
statement is a
|
columns. As a result of this, the proposition $¬q → (p ∧ r) ≡ (¬q → r) ∧ (q ∨ p)$ must
|
||||||
_tautology_ and is always _True_
|
be _True_.
|
||||||
][
|
][
|
||||||
#table(columns: 2, stroke: none, [Truth table for *$¬q → (p ∧ r)$*
|
#table(columns: 2, stroke: none, [Truth table for *$¬q → (p ∧ r)$*
|
||||||
#table(
|
#table(
|
||||||
|
Loading…
Reference in New Issue
Block a user