truth-functional/propositional logic part ii: deduction

21
Truth-Functional/ Propositional Logic Part II: Deduction

Upload: gurit

Post on 23-Feb-2016

31 views

Category:

Documents


0 download

DESCRIPTION

Truth-Functional/Propositional Logic Part II: Deduction. Use a truth table to determine the validity or invalidity of this argument. “Martin is not buying a new car, since he said he would buy a new car or take a Hawaiian vacation and I just heard him talking about his trip to Maui.”. C or H - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Truth-Functional/Propositional Logic Part II: Deduction

Truth-Functional/Propositional Logic Part II: Deduction

Page 2: Truth-Functional/Propositional Logic Part II: Deduction

Use a truth table to determine the validity or invalidity of this argument.

First, translate into standard form

“Martin is not buying a new car, since he said he would buy a new car or take a Hawaiian vacation and I just heard him talking about his trip to Maui.”

C or HH _Not C

Now , translate into symbolsC v HH _~ C

2

Page 3: Truth-Functional/Propositional Logic Part II: Deduction

C v HH _~ C

Now, build a truth table.

“C” and “H” each need a column and will serve as references.

Next, we need a column for each premise and the conclusion.

C HT TT FF TF F

C v H

~C

3

Page 4: Truth-Functional/Propositional Logic Part II: Deduction

C v HH _~ C

Fill in the truth values for the first premise based on the rule of disjunction:

A disjunction is false if and only if both disjuncts are false.

C HT TT FF TF F

Our truth table now tells us whether or not the argument is valid.

What do you think?

4

C v HTTTF

~C

F F T T

Page 5: Truth-Functional/Propositional Logic Part II: Deduction

C HT TT FF TF F

C v H T T T F

~C F F T T

HTFTF

C v HH _~ C

Is it possible for the premises to be true and the conclusion false?

5

“Martin is not buying a new car, since he said he would buy a new car or take a Hawaiian vacation and I just heard him talking about his trip to Maui.”

Page 6: Truth-Functional/Propositional Logic Part II: Deduction

O → (H & S)~H v ~S _~ O

There are no cases where the premises are true and the conclusion false; this is a valid argument. Can you provide an interpretation?

O H ST T TT T FT F TT F FF T TF T FF F TF F F

~H ~S F F F T T F T T F F F T T F T T

H & S T F F F T F F F

O → (H&S)TFFFTTTT

~H v ~SFTTTFTTT

~ O F F F F T T T T

6

Page 7: Truth-Functional/Propositional Logic Part II: Deduction

Use the Truth-Table Method to Determine Validity

Argument A: If side A has an even number, then side B has an odd number, but side A does not have an even number. Therefore, side B does not have an odd number.

Argument B: If side A has an even number, then side B has an odd number, but side A does not have an even number. Therefore, side A has an even number.

Page 8: Truth-Functional/Propositional Logic Part II: Deduction

Use the Truth-Table Method to Determine Validity

Argument A: If the theory is correct, then we will have observed squigglyitis in the speciment. However, we know the theory is incorrect. Therefore, we could not have observed squigglyitis in the specimen.

Argument B: If the theory is correct, then we will have observed dilation in the specimen. Therefore, since we did not observe dilation in the specimen, we know the theory is not correct.

Argument C: If we observe dilation in the specimen, then we know the theory is correct. We observed dilation, so the theory is correct.

Page 9: Truth-Functional/Propositional Logic Part II: Deduction

Deduction: A Method for Proving/Demonstrating Validity

What conclusion does the following demonstrate to be true and how do you know it is true?

P R.R S.P./

Modus Ponens (MP): If the antecedent of a conditional appears on another line of the argument, the consequent of the conditional may be added as a line.

Page 10: Truth-Functional/Propositional Logic Part II: Deduction

How do you know the following are true:

P & QP

P & QQ

Simplification (SIM): A conjunction is true if and only if both conjuncts are true; therefore, if a conjunction is true, either and both conjuncts are also true.

Page 11: Truth-Functional/Propositional Logic Part II: Deduction

Exercise 10-9

3.

R & S.S P.

If the above is true, what else is true?

S.P.

SIM and MP.

Page 12: Truth-Functional/Propositional Logic Part II: Deduction

What should the next line of the argument line be and how do you know?

(P & Q) R.S.S ~R.~R.~(P & Q)Now what should the next line be?

MP.

Modus Tollens (MT): If a consequent of a conditional that appears as one premise appears appears as the negation of that consequent in another premise, then the negation of the antecedent should appear as the next line in the argument.

Page 13: Truth-Functional/Propositional Logic Part II: Deduction

Exercise 10-9

4.

P → Q~P → S~Q/ S∴

How do you know S is true if the premises are true?

~P 1, 3, MTS 2, 4, MP

Page 14: Truth-Functional/Propositional Logic Part II: Deduction

Exercise 10-97.

~S(P & Q) → RR → S/ ~(P & Q)∴

How do you know ~(P & Q)is true if the premises are true?

~R 1, 3, MT~(P & Q) 4, 2, MT

Page 15: Truth-Functional/Propositional Logic Part II: Deduction

Exercise 10-9

8.

P → ~(Q & T)

S → (Q & T)P/ ~S ∴

~(Q & T) 1, 3, MP ~S 2, 4, MT

Page 16: Truth-Functional/Propositional Logic Part II: Deduction

P → QR → SP v R/ Q v S∴

How do you know Q v S is true?

Constructive Dilemma (CD): The disjunction of the antecedents of any two conditionals allows the derivation of the disjunction of their consequents.

Page 17: Truth-Functional/Propositional Logic Part II: Deduction

Exercise 10-9

2.

P → SP v QQ → R/ S v R∴

How do you know S v R is true?

1, 2, 3, Constructive Dilemma: Disjunct of 2 antecedents implies disjunct of conquents.

Page 18: Truth-Functional/Propositional Logic Part II: Deduction

Exercise 10-9

5.

(P v Q) → RQ/ R∴

How do you get to R?

Addition (ADD): The truth of one disjuct makes the entire disjunction true.

MP

Page 19: Truth-Functional/Propositional Logic Part II: Deduction

Exercise 10-9

1.

R → PQ → R/ Q → P∴

How we get to Q → P?

Chain Argument (CA): You can create a new conditional from two other conditionals, provided that the antecedent of one existing conditional appears as the consequent of the other existing conditional.

Page 20: Truth-Functional/Propositional Logic Part II: Deduction

Exercise 10-9

9.

(P v T) → SR → PR v QQ → T/ S ∴ Talk us to S.

2, 3, 4, CD1, 5, MP

Page 21: Truth-Functional/Propositional Logic Part II: Deduction

Exercise 10-9

6.

~P~(R & S) v Q~P → ~Q/ ~(R & S)∴

1, 3, MP

~(R & S) 2, 4, Disjunctive Argument (DA): The negative of one disjunct in a disjunction implies the truth of the other disjunct.