Logical Reasoning: Deduction. Logic A domain-general system of reasoning Deductive reasoning System...

15
Logical Reasoning: Deduction

Transcript of Logical Reasoning: Deduction. Logic A domain-general system of reasoning Deductive reasoning System...

Page 1: Logical Reasoning: Deduction. Logic A domain-general system of reasoning Deductive reasoning System for constructing proofs –What must be true given certain.

Logical Reasoning: Deduction

Page 2: Logical Reasoning: Deduction. Logic A domain-general system of reasoning Deductive reasoning System for constructing proofs –What must be true given certain.

Logic

• A domain-general system of reasoning

• Deductive reasoning

• System for constructing proofs – What must be true given certain conditions– Well-formed formula– Proof procedures

• Steps to prove something is true

Page 3: Logical Reasoning: Deduction. Logic A domain-general system of reasoning Deductive reasoning System for constructing proofs –What must be true given certain.

Deduction: An example• You have tickets to a game

• You agree to meet Bill and Mary at the corner of 21st and Speedway or at the seats.– If you see Mary on the corner of 21st and

Speedway, you expect to see Bill as well.– If you do not see either of them at the corner,

you expect to see them at the seats when you get to the stadium.

• This seems simple. – How do you generate this expectation?

Page 4: Logical Reasoning: Deduction. Logic A domain-general system of reasoning Deductive reasoning System for constructing proofs –What must be true given certain.

The logic of the situation

• The agreement has a logical form

(Bill AND Mary) will be located at corner OR(Bill AND Mary) will be located at seats

(Bill AND Mary) will be located at corner OR(Bill AND Mary) will be located at seats

• AND and OR are logical operators– They have truth tables.

AND(A,B)A is FALSE A is TRUE

B is FALSE FALSE FALSEB is TRUE FALSE TRUE

AND(A,B)A is FALSE A is TRUE

B is FALSE FALSE FALSEB is TRUE FALSE TRUE

OR(A,B)A is FALSE A is TRUE

B is FALSE FALSE TRUEB is TRUE TRUE TRUE

OR(A,B)A is FALSE A is TRUE

B is FALSE FALSE TRUEB is TRUE TRUE TRUE

Page 5: Logical Reasoning: Deduction. Logic A domain-general system of reasoning Deductive reasoning System for constructing proofs –What must be true given certain.

Simple logical arguments

• If you see Mary

Bill AND Mary

Mary

Bill

Premises

Conclusion

• You expect to see BillAND(A,B)

A is FALSE A is TRUEB is FALSE FALSE FALSEB is TRUE FALSE TRUE

AND(A,B)A is FALSE A is TRUE

B is FALSE FALSE FALSEB is TRUE FALSE TRUE

Page 6: Logical Reasoning: Deduction. Logic A domain-general system of reasoning Deductive reasoning System for constructing proofs –What must be true given certain.

Another logical argument

• If Mary and Bill are not on the corner

(Bill AND Mary) will be located at corner OR(Bill AND Mary) will be located at seats

NOT (Bill AND Mary) located at corner

(Bill AND Mary) located at seats

(Bill AND Mary) will be located at corner OR(Bill AND Mary) will be located at seats

NOT (Bill AND Mary) located at corner

(Bill AND Mary) located at seats

• You expect to see them at the seats

OR(A,B)A is FALSE A is TRUE

B is FALSE FALSE TRUEB is TRUE TRUE TRUE

OR(A,B)A is FALSE A is TRUE

B is FALSE FALSE TRUEB is TRUE TRUE TRUE

Page 7: Logical Reasoning: Deduction. Logic A domain-general system of reasoning Deductive reasoning System for constructing proofs –What must be true given certain.

Limits of logical reasoning

• We are good at this kind of reasoning– We do it all the time.– We can do it in novel situations

• Are we good at all kinds of logical reasoning?

• What are our limitations.

Page 8: Logical Reasoning: Deduction. Logic A domain-general system of reasoning Deductive reasoning System for constructing proofs –What must be true given certain.

An exampleEach card has a letter on one side, and a number on the other.

Which Cards must you turn over to test the rule:

If there is a vowel on one side of the card,

then there is an odd number on the other side

A B C D

Page 9: Logical Reasoning: Deduction. Logic A domain-general system of reasoning Deductive reasoning System for constructing proofs –What must be true given certain.

What about this case?Who do you have to check?

If you have a beer, then you must be 21 or older?

19A B C D

23

Page 10: Logical Reasoning: Deduction. Logic A domain-general system of reasoning Deductive reasoning System for constructing proofs –What must be true given certain.

These cases are logically the sameValid Arguments: If premises are true, conclusion must be true

Denying the Consequent

P->Q

NOT Q

NOT P (Modus Tollens)

Affirming the Antecedent

P->Q

P

Q (Modus Ponens)

Invalid Arguments: Conclusion need not be true, even if premises are true.

Affirming the Consequent

P->Q

Q

P

Denying the Antecedent

P->Q

NOT P

NOT Q

Page 11: Logical Reasoning: Deduction. Logic A domain-general system of reasoning Deductive reasoning System for constructing proofs –What must be true given certain.

Logic and content• Pure logic says that we should be able to reason

about any content.– The Ps and Qs in the argument could be anything

• Earlier we saw content effects– Wason selection task

• With neutral content it is hard

• With familiar content it is easy

• Social schemas are easy to reason about– Cheng & Holyoak; Tooby & Cosmides– Permission: Some precondition must be filled in

order to carry out some action.

Page 12: Logical Reasoning: Deduction. Logic A domain-general system of reasoning Deductive reasoning System for constructing proofs –What must be true given certain.

A primitive tribe in the Kalama Islands believes that vicious spirits roam the night, but that they do not enter people's houses. These people also believe that buying a small piece of volcanic rock which the village priest blessed that day and fastening it around one's ankle will protect one from the spirits. The priest is able to charge a large sum of money for the blessed rocks, because they priest's blessing is believed to have power over the spirits. Tribespeople therefore have the following rule:

If one is going out at night, then one must tie a 'blessed' piece of volcanic rock around one's ankle.

Subjects given Wason selection task•86% given this story get task right•Only 28% in control condition get it right

Page 13: Logical Reasoning: Deduction. Logic A domain-general system of reasoning Deductive reasoning System for constructing proofs –What must be true given certain.

Other content effects• We are more likely to accept an argument when

the conclusion is true (in the real world)

All professors are educators

Some educators are smart

Some professors are smart

All professors are educators

Some educators are smart

Some professors are smart

• This conclusion may be true– The argument is not valid– It is possible that the smart educators are not

professors

Page 14: Logical Reasoning: Deduction. Logic A domain-general system of reasoning Deductive reasoning System for constructing proofs –What must be true given certain.

So where does this leave us?• We are good with simple logical operators

– AND, OR, NOT

• More complex argument forms can be difficult in unfamiliar contexts.

• Why do we see these content effects?– Valid deductive arguments ensure that a conclusion is

true if the premises are true– Truth cannot be determined with certainty– Thus, we must generally reason about content.

• We will look at how people reason about content.

Page 15: Logical Reasoning: Deduction. Logic A domain-general system of reasoning Deductive reasoning System for constructing proofs –What must be true given certain.