Top Banner
Chapter 5: Preparing for Proofs 5.1 Introduction to Reasoning Objectives: Apply tables, diagrams, and educated guesses as tools in reasoning through logic problems
11

Weebly · Web viewTheorem 5.1: The conditional p q is equivalent to the disjunction ~ p q. To prove this, we will make a truth table for the situation: Converse Inverse Contrapositive

Sep 24, 2020

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Weebly · Web viewTheorem 5.1: The conditional p q is equivalent to the disjunction ~ p q. To prove this, we will make a truth table for the situation: Converse Inverse Contrapositive

Chapter 5: Preparing for Proofs5.1 Introduction to Reasoning

Objectives: Apply tables, diagrams, and educated guesses as tools in reasoning through logic

problems

Page 2: Weebly · Web viewTheorem 5.1: The conditional p q is equivalent to the disjunction ~ p q. To prove this, we will make a truth table for the situation: Converse Inverse Contrapositive

Chapter 5: Preparing for Proofs

5.2 Statements and Quantifiers

Objectives: Define statements used in logic Apply quantifiers to statements Form negations of statements and symbolize them

Statement: Examples:

Negation of a statement:

*** negate the sentence and switch to the opposite quantifier

There exists A None A existNone A exist there exists AAll A some don’t A

Page 3: Weebly · Web viewTheorem 5.1: The conditional p q is equivalent to the disjunction ~ p q. To prove this, we will make a truth table for the situation: Converse Inverse Contrapositive

Chapter 5: Preparing for ProofsSome A all don’t A

Statement symbols:

Quantifiers:∃∀

Write the following symbolizations in words if:T: Mrs. Hawkins loves strawberries.R: Women paint their nails.G: Children should eat their vegetables

T ∀ R ∃G ∃R

Write the following words as symbols:Women don’t paint their nails. There don’t exist any children

who should eat their vegetables.

All the Mrs. Hawkinses love strawberries.

5.3 Truth Values and ConnectivesVocabulary:

Truth table:

Conjunction:

Negation of a conjunction:

Objectives: Define and apply the logic connectives to

disjunction and conjunction. Use truth tables to establish the truth

value of compound statements.

Disjunction:

Negation of a disjunction:

Write the following symbolizations in words if:T: Mrs. Hawkins loves strawberries.R: Women paint their nails.G: Children should eat their vegetablesT R G∀ R

T ∃G G∀G

Page 4: Weebly · Web viewTheorem 5.1: The conditional p q is equivalent to the disjunction ~ p q. To prove this, we will make a truth table for the situation: Converse Inverse Contrapositive

Chapter 5: Preparing for ProofsWrite the following words as symbols:Women don’t paint their nails or Mrs. Hawkins loves strawberries.

There don’t exist any children who should eat their vegetables and women paint their nails.

All children should eat their vegetables or all the Mrs. Hawkinses love strawberries.

Truth Tables:

P versus its negation: P or Q: P and Q:

Make a truth table for P P

Make a truth table for (ab) a

Make a truth table for p(q r)

5.4 Conditional StatementsObjectives:Define and write conditional statements.Define biconditional statements

Page 5: Weebly · Web viewTheorem 5.1: The conditional p q is equivalent to the disjunction ~ p q. To prove this, we will make a truth table for the situation: Converse Inverse Contrapositive

Chapter 5: Preparing for ProofsDefine and symbolize the inverse, converse, and contrapositive of a conditional

Conditional Statement:

Examples:

Write the following statements in if-then form. There are no clouds in the sky, so it is not raining. School will be canceled if a blizzard hits.

Which are true? If horses had wings, then horses could fly. If ocean water is grade-A milk, then ocean water is a nourishing beverage. If whales walk, then 4+1=5.

Truth table for a conditional statement:

Biconditional Statement:

Examples:

Truth table for a biconditional statement:

Page 6: Weebly · Web viewTheorem 5.1: The conditional p q is equivalent to the disjunction ~ p q. To prove this, we will make a truth table for the situation: Converse Inverse Contrapositive

Chapter 5: Preparing for Proofs

***We can change a conditional statement to a disjunction. This theorem is a gateway between the two notations. We will prove it:Theorem 5.1: The conditional p q is equivalent to the disjunction pq.

To prove this, we will make a truth table for the situation:

Converse Inverse Contrapositive

Write the converse, inverse, and contrapositive of the statements below: If we have a blizzard, then school will be canceled.

If Mrs. Hawkins feels like it, then we will go play basketball.

If Adam had a million dollars, he’d buy a unicorn.

5.5 ProofsVocabulary:Proof:

Objectives:Classify arguments as deductive or inductiveIdentify types of inductive arguments.Evaluate the validity and/or soundness of deductive arguments.

Page 7: Weebly · Web viewTheorem 5.1: The conditional p q is equivalent to the disjunction ~ p q. To prove this, we will make a truth table for the situation: Converse Inverse Contrapositive

Chapter 5: Preparing for Proofs

Inductive ReasoningDefinition:

Visual:

Types:Appeal to tendency

Lack of counterexample

Appeals to authority

Appeal to experience

Analogy

Appeal to utility

Deductive ReasoningDefinition:

Visual:

Parts:Premise

Conclusion

Classification:Valid/Invalid (non sequitur)

Sound/Unsound

**Truth deals with statements, while validity deals with reasoning. Soundness requires both.

Fallacies:Hasty generalization

Circular argument

Analyze these deductive proofs:All dogs are mammals.Fido is a dog.Therefore, Fido is a mammal.

All dogs are horses.Fido is a dog.Therefore, Fido is a horse.

All dogs are mammals. Fido is a mammal.Therefore, Fido is a dog.

If a man is saved, then he is a Christian.If a man is a Christian, then he should display the fruit of the Spirit.Therefore, if a man is saved, then he should display the fruit of the Spirit.

All of the animals are the San Diego Zoo are zebras.All zebras eat marshmallows.Therefore, all of the animals at the San Diego Zoo eat marshmallows.

Pigs are dirty animals.Cows provide milk.Therefore, rural areas have a low population density.

Page 8: Weebly · Web viewTheorem 5.1: The conditional p q is equivalent to the disjunction ~ p q. To prove this, we will make a truth table for the situation: Converse Inverse Contrapositive

Chapter 5: Preparing for Proofs

**counterexample

Identify the argument as deductive or inductive:All poms are grogs and all grogs are flutes, so obviously all poms are flutes.

The car did not run and I just connected these wires. Now the car runs. Therefore, the problem must have been in the wiring.

If you mix copper and salt, the mixture explodes. This mixture did not explode. Therefore, it was not copper and salt.

I never met anyone who got an A in Mrs. Hawkins’s class. It must be a hard class.

Automobiles have either manual or automatic transmissions. This car is not automatic. Therefore, it is manual.

Mrs. Hawkins said the basketball team was going to win next week. Therefore, they will win next week.

5.6 Deductive ProofObjectives:Define and apply four methods of deductive proof.Recognize converse and inverse fallacies.

4 Types of Direct Proof:

1) Law of DeductionDefinition:

Page 9: Weebly · Web viewTheorem 5.1: The conditional p q is equivalent to the disjunction ~ p q. To prove this, we will make a truth table for the situation: Converse Inverse Contrapositive

Chapter 5: Preparing for Proofs

2) Modus PonensDefinition:

3) Modus TollensDefinition:

Justification:

Example 3:If Mrs. Hawkins wants to watch “Pretty Little Liars,” then she’s in the mood for some major drama.Mrs. Hawkins isn’t in the mood for some major drama.Therefore, Mrs. Hawkins doesn’t want to watch that show.

4) TransitivityDefinition:

If you have a driver’s license, then you can drive.If you can drive, then you can go to IHop.If you can go to IHop, then you can get pancakes.If you can get pancakes, then you’ll be the happiest person on earth.Therefore, if you have a driver’s license, then you’ll be the happiest person on earth.

***FALLACIES:

Page 10: Weebly · Web viewTheorem 5.1: The conditional p q is equivalent to the disjunction ~ p q. To prove this, we will make a truth table for the situation: Converse Inverse Contrapositive

Chapter 5: Preparing for ProofsAssuming the converse Assuming the inverse