Memorize for Midterm Flashcards

1
Q

How do you construct a truth table?

A
  1. List component in increasing complexity
  2. Determine the amount of rows by 2 ^ # of atomic sentences
  3. Alternate truth table values, by 4, then 2, then within the rows
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The Law of Double Negation (example and abbreviation)

A

DN. ~~x = x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

De Morgan’s Law (ex. and ab.)

A

DM. 1. ~(X&Y) = ~Xv~Y
2. ~(XvY) = ~X&~Y
NOTICE THE SWITCH FROM CONJUNCTION TO DISJUNCTION, and vice versa

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The Distributive Law (ex. and ab.)

A

D. For any 3 sentences, X,Y, and Z, X&(YvZ) = (X&Y)v(X&Z)
Pay attention to the connectives!!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The Law of Transitivity (ex. and ab.)

A

TLE. If X=Y and Y=Z, then X=Z.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Communicative Law (ex. and ab.)

A

CM. X&Y=Y&X
Disjuncts and conjuncts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Associative Law (ex. and ab.)

A

A. X&(Y&Z)=(X&Y)&Z

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Law of Redundancy (ex. and ab.)

A

RD. X&X=X

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Logical Truth Example

A

Mv~M

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Contradiction Example

A

M&~M

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Law of Logically True Conjunct (ex. and ab.)

A

LTC. X is any sentence and Y is a LT, then X&Y = X

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Law of Contradictory Disjunct (ex. and ab.)

A

LCD. X is any sentence and Y is ant C, then XvY = X

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

A conjunction is always a contradiction when…

A

one of its conjuncts is a contradiction.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

A disjunction is always a logical truth when…

A

one of its disjuncts in a logical truth.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How to determine Disjunctive Normal Form

A
  1. Draw the truth table
  2. In every case (row), put conjunction between every true column.
  3. Put disjuncts between the newly created compounds with conjuncts.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Define Expressive Completeness

A

When a connective, or set of them can represent every truth function.
Disjunction, conjunction, and negation, taken together, are Expressively Complete.

17
Q

How to determine validity from a truth table

A
  1. Look when the conclusion is true
  2. In those places, if every premise is true, circle it
  3. If there are any counterexamples, or those rows where the conclusion is true but not ALL the premises are, then invalid argument
  4. If it’s made it this far, it’s valid
18
Q

Law of Contraposition (ex. and ab.)

A

CP. X->Y = ~Y->~X

19
Q

Law of the Conditional (ex. and ab.)

A

C. X->Y = ~(X&Y) and (~XvY)

20
Q

Law of the BiConditional (ex. and ab.)

A

B. A biconditional is the same as (X->Y)&(Y->X)

21
Q

Explain Modus Tollens (denying the consequent) give abbreviation

A

DC. Assume the antecedent and show the contradiction to arrive at the conclusion

22
Q

Explain Reductio Ad Adsurdum (ab.)

A

RD. From X, arriving at Y&~Y, then X is actually ~X

23
Q

Explain Argument by Cases. (ab.)

A

AC. If a disjunction, and the disjuncts both have the same consequent in a conditional, you prove the consequent as true.
Still must show the mini-proof!