Memorize for Midterm Flashcards
How do you construct a truth table?
- List component in increasing complexity
- Determine the amount of rows by 2 ^ # of atomic sentences
- Alternate truth table values, by 4, then 2, then within the rows
The Law of Double Negation (example and abbreviation)
DN. ~~x = x
De Morgan’s Law (ex. and ab.)
DM. 1. ~(X&Y) = ~Xv~Y
2. ~(XvY) = ~X&~Y
NOTICE THE SWITCH FROM CONJUNCTION TO DISJUNCTION, and vice versa
The Distributive Law (ex. and ab.)
D. For any 3 sentences, X,Y, and Z, X&(YvZ) = (X&Y)v(X&Z)
Pay attention to the connectives!!
The Law of Transitivity (ex. and ab.)
TLE. If X=Y and Y=Z, then X=Z.
Communicative Law (ex. and ab.)
CM. X&Y=Y&X
Disjuncts and conjuncts.
Associative Law (ex. and ab.)
A. X&(Y&Z)=(X&Y)&Z
Law of Redundancy (ex. and ab.)
RD. X&X=X
Logical Truth Example
Mv~M
Contradiction Example
M&~M
Law of Logically True Conjunct (ex. and ab.)
LTC. X is any sentence and Y is a LT, then X&Y = X
Law of Contradictory Disjunct (ex. and ab.)
LCD. X is any sentence and Y is ant C, then XvY = X
A conjunction is always a contradiction when…
one of its conjuncts is a contradiction.
A disjunction is always a logical truth when…
one of its disjuncts in a logical truth.
How to determine Disjunctive Normal Form
- Draw the truth table
- In every case (row), put conjunction between every true column.
- Put disjuncts between the newly created compounds with conjuncts.