todayÕs lecture 1/28/10jdblair/documents/symbolizations.pdf · the most important step in knowing...

50
Today’s Lecture 1/28/10 Chapter 7.1 ! Symbolizing English Arguments ! 5 Important Logical Operators !The Main Logical Operator

Upload: others

Post on 27-Jul-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Today’s Lecture1/28/10

Chapter 7.1

! Symbolizing English Arguments

! 5 Important Logical Operators

!The Main Logical Operator

Page 2: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Quiz

State from memory (closed book and notes) thefive ‘famous’ valid forms and their names.

--be sure your name is on your paper

Page 3: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Announcements

Homework

-- Ex 7.1 pgs. 298-299 Part A and B (All)

Quiz on Tuesday (Feb 2nd)

--state from memory each logical operator, its translation,and its corresponding type of compound statement. Seethe table on p. 279. (Example: ~ ‘not’ negation)

Book Issues

Adding the Course

Page 4: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Validity v. Invalidity Again

An argument is valid if and only if it’s impossiblefor all of the premises to be true while theconclusion is false.

An argument is invalid if and only if it is possiblefor all of the premises to be true while theconclusion is false.

Page 5: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Validity v. Invalidity Again

--Our task shortly is to study a particularmechanical method for determining whether anargument is either valid or invalid.

--It will be the method of Truth Tables.

Page 6: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

--But before we can employ this mechanicalmethod, it's essential that we be able to representEnglish arguments using a symbolic notation.

--To do this we need to learn all that is involvedwith translating English statements into symbols.

Page 7: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Atomic v. Compound Statements

An atomic statement is one that does not have anyother statement as a component.

Examples

!Grass is green.

!The library is adjacent to Sierra Tower.

!Tennis is challenging.

Page 8: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Atomic v. Compound Statements

A compound statement is one that has at least oneatomic statement as a component.

Examples

! It is false that grass is red.

!The library is adjacent to Sierra Tower and Iam hungry.

! If tennis is challenging, then tennis playershave a reason to practice.

Page 9: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Atomic Statements:

Symbolize AtomicStatements with a singleupper case letter.

B: Brass is a mixed metal.

C: Cathy called in sick.

N: Nadal wins trophies

T: Thought is mysterious.

Page 10: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Compound Statements

Symbolize Compound Statements by first symbolizingtheir Atomic Constituents, and then their logical words.

(logical words: “it’s not the case that”, “and”, “or”, “if,then”, “if and only if”, and their stylistic variants)

(We will just symbolize the Atomic Constituents for now)

Example:

It is false that grass is red.

It is false that G.

Page 11: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Compound Statements

More examples of partially translatedcompound Statements:

The library is adjacent to Sierra Tower andI am hungry -- L and I

If tennis is challenging, then tennis playershave a reason to practice -- If T, then P

Page 12: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Symbolizing the Logical Words

biconditionalIf and only ifdouble-arrow!

conditionalif, thenarrow"

disjunctionorveev

conjunctionanddot•

negationnottilde~

CompoundType

TranslatesNameOperator

Page 13: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

~

NEGATIONS

Page 14: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Symbolizing Negations

Grass is not red (R: Grass is red)

is symbolized as this is our scheme of

~ R abbreviation

It is not the case that grass is red

~ R

It is false that grass is red

~ R

Page 15: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Negations of Compound Statements

It is false that Dallas wins and Phoenix wins (D: Dallas wins

is symbolized as P: Phoenix wins)

~ (D · P)

It’s not true that if Dallas wins, then Phoenix wins

~ (D " P)

The following is false: either Dallas wins or Phoenix wins.

~ (D # P)

Page 16: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Parentheses are Important

It is false that Dallas wins and Phoenix wins

~ (D · P) -- this a negation

(this says that it’s not the case that both of them win; it leaves usagnostic as to who actually wins; maybe both of them don’t win)

If we didn’t use parentheses we would get

~ D · P -- this is a conjunction, not a negation

(this says that Dallas does not win and Phoenix wins)

Page 17: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Parentheses are Important

It’s not the case that if Dallas wins then Phoenix wins.

~(D " P) -- this is a negation

(this says that Dallas winning does not entail Phoenix winning)

If we didn’t use parentheses we would get:

~D " P -- this is a conditional, not a negation

(this says if Dallas doesn’t win, then Phoenix wins)

Page 18: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Main Logical Operator

The most important step in knowing where toplace parentheses is finding the main logicaloperator (i.e. main connective) in the Englishstatement. This lets you know what kind ofcompound statement it is, be it a negation orconditional, or disjunction, etc.

Page 19: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Main Logical Operator

The main logical operator is, roughly, the operatorthat governs (or connects) the entire statement.

Finding the main operator depends upon yourability to see “what the statement is saying”. Thisjust takes practice.

More will be said concerning main operators andparentheses later.

Page 20: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Back to Negations

Again, all of these are examples of negations:

~ (D · P)

~(D "P)

~(D # P)

The ~ is the main logical operator

Page 21: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

CONJUNCTIONS

Page 22: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Symbolizing Conjunctions

Grass is purple and life is good.

(G: grass is purple; L: life is good)

G • L

Page 23: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Stylistic Variants of ‘and’

! Grass is purple but life is good.

! Grass is purple; however life is good.

! Grass is purple yet life is good.

! Although grass is purple, life is good.

! While grass is purple, life is good.

! Grass is purple; nevertheless life is good.

Still,

G • L

Page 24: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Not all uses of 'and' are conjunctions

Not all uses of the English term 'and’ convey aconjunction. If they did, then we would be able totranslate the statements in question intoconjunctions and capture the essential meaning ofthe English statement. But we are unable to dothis in all cases.

For example…

Page 25: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Not all uses of 'and' are conjunctions

! Sometimes ‘and’indicates temporalorder

-Sarah cracked the safeand took the money.

-You made a joke and Ilaughed.

! Sometimes ‘and’indicates a relationship

-Dave and Val aremarried.

- Dave and Val movedthe couch.

Page 26: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

These are all Conjunctions

P • Q

P • ~(Q # R)

(P " Q) • (Q " P)

The • is the mainoperator

~P •[Q # (R " S) ]

[Q " (P # R)] • S

(P # Q) •(R " S)

The • is the mainoperator

Page 27: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

#

DISJUNCTIONS

Page 28: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Symbolizing Disjunctions

1. Grass is green or pizza is edible.

(G: Grass is green; P: pizza is edible)

G # P

2. Alfred will not pass tomorrow or Alfred will studytonight

(P: Alfred will pass tomorrow; S: Alfred will study tonight)

~P # S

Page 29: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Stylistic Variants of ‘or’

Alfred will not pass tomorrow and/or Alfred willstudy tonight.

Alfred will not pass tomorrow or Alfred will studytonight (or both).

Alfred will not pass tomorrow unless Alfred willstudy tonight.

Still ~P # S

Page 30: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Inclusive OR Exclusive OReither P or Q (or both) either P or Q (but not both)

Sometimes when peoplemake a disjunctive claim,they intend the ‘or’ to beread inclusively.

e.g.

If you want to live under myroof, either you get a jobor you go to college.

**The parent will not bebothered if you do both.

Sometimes when peoplemake a disjunctive claim,they intend the ‘or’ to beread exclusively.

e.g.

You may have the soup oryou may have the salad.

**The waitress will bebothered if you say ‘both’.

Page 31: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Logicians Treat ‘or’ as Inclusive

We will treat ‘or’ as inclusive in the absence of a contextthat suggests an exclusive reading.

There is, however, a way of translating an exclusive ‘or’which is, again, P or Q (but not both)

Consider:

You may have the soup or you may have the salad, but notboth.

Q: How would you translate this?

Page 32: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Exclusive OR

You may have soup or you may have salad, butnot both.

(S: you may have soup; L: you may have salad)

(S # L) • ~(S • L)

Page 33: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

'Neither-Nor' is Not a Disjunction!

Neither Simon nor Garfunkel issad.

S: Simon is sad.

G: Garfunkel is sad.

Two Equivalent Readings

1. ~ (S # G)

2. ~S • ~G

Page 34: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

These are all Disjunctions

P # Q

P # ~(Q • R)

(P " Q) # (Q • P)

The # is the mainoperator

~P #[Q • (R " S) ]

[Q " (P # R)] # S

(P # Q) #(R " S)

The # is the mainoperator

Page 35: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

"

CONDITIONALS

Page 36: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Symbolizing Conditionals

If Lisa is identical to an immaterial soul, then Lisa is essentiallyinvisible.

L: Lisa is identical to an immaterial soul

I: Lisa is essentially invisible

L " I

If Lisa is identical to a material body, then Lisa is not essentiallyinvisible.

M: Lisa is identical to a material body

I: Lisa is essentially invisible

M " ~I

Page 37: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Some Stylistic variants of 'if-then'

If Gizmo is a cat, then Gizmo is a mammal

! Gizmo is a cat only if Gizmo is a mammal.

! Assuming that Gizmo is a cat, Gizmo is a mammal.

! Gizmo is a mammal if Gizmo is a cat

G: Gizmo is a cat; M: Gizmo is a mammal

G " M

(Note: there are other stylistic variants. See p. 286)

Page 38: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

A note on ‘only if’

The term “Only if” (unlike “ if ”) introduces a consequent;the antecedent precedes the “only if”

Remember…

ANTECEDENT only if CONSEQUENT

The term “only if” intuitively (naturally) introduces anecessary condition (or a requirement). Since theconsequent of a conditional is a necessary condition for theantecedent, it’s a bit easier to see how “only if” introducesa consequent.

Page 39: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Sufficient and Necessary Conditions

Sufficient Conditions

" ‘P " Q’ is claiming thatthe occurrence of P issufficient condition for Q.

" A sufficient condition is acondition that guaranteesthat a statement is true (orthat a phenomenon willoccur).

Necessary Conditions

" ‘P " Q’ is also claimingthat the occurrence of Q isa necessary condition forP.

" A necessary condition is acondition that, if lacking,guarantees that astatement is false (or thata phenomenon will notoccur).

Page 40: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Some Examples

--If Alex knows he has hands,then Alex believes he hashands.

Knowing something issufficient for believing it.

--Alex knows he has hands onlyif Alex has good reason tobelieve he has hands.

Having good reason tobelieve something is anecessary condition onhaving knowledge of it.

--Given that one has aconscious pain, one is aware ofthe pain.

Being conscious of pain issufficient for being aware ofpain.

--You can legally drink only ifyou are at least 21.

Being at least 21 is anecessary condition onbeing able to legally drink.

Page 41: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

These are all Conditionals

P " Q

P " ~(Q # R)

(P " Q) " (Q " P)

The " is the mainoperator

~P "[Q # (R " S) ]

[Q • (P # R)] " S

(P • Q) " (R " S)

The " is the mainoperator

Page 42: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

“Unless” can be translated by the " aswell as the #

Depending on the intent of the speaker,

'Alfred will not pass tomorrow unless Alfred will studytonight' could read:

‘If Alfred will study tonight, then it’s false that he won’tpass tomorrow (i.e. he will pass)’ S" ~~P (or S " P).

This corresponds to the exclusive reading of 'or' in that theintent is not to say that Alfred could very well study andnot pass. For if he studies tonight, he will pass tomorrow.

Page 43: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

“Unless” can be translated by the " aswell as the #

'Alfred will not pass tomorrow unless Alfred will studytonight' could read:

‘If Alfred will not study tonight, then Alfred will not passtomorrow’ ~S " ~P

This corresponds to the inclusive reading of 'or' in that itleaves open the possibility that he could study and notpass. The conditional just says that if he doesn't studytonight, he won't pass. It doesn't automatically followfrom this that if he does study, he will pass.

Page 44: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

“Unless” can be translated by the " aswell as the #

Since we are sticking with an inclusive reading of ‘or’(and‘unless)’,

p unless q (where p and q stand for any statement,compound or atomic) should be symbolized as:

~q " p

Page 45: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

!

Biconditionals

Page 46: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Symbolizing Biconditionals

Leslie is in her 30’s if and only if Leslie isbetween the ages of 30-39.

L: Leslie is in her 30’s

A: Leslie is between the ages of 30-39

L! A

Page 47: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Symbolizing Biconditionals

Jon is a bachelor if and only if Jon is not marriedand Jon is a male.

B: Jon is a bachelor

M: Jon is a male

R: Jon is married

Q: How would you symbolize this?

Page 48: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Symbolizing Biconditionals

Jon is a bachelor if and only if Jon is not marriedand Jon is a male.

B: Jon is a bachelor

M: Jon is a male

R: Jon is married

B ! (~R • M)

Page 49: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

Stylistic variant of “if and only if”

Leslie is in her 30’s just in case Leslie is between theages of 30-39.

L: Leslie is in her 30’s

A: Leslie is between the ages of 30-39

M ! A

Page 50: TodayÕs Lecture 1/28/10jdblair/documents/symbolizations.pdf · The most important step in knowing where to place parentheses is finding the main logical operator (i.e. main connective)

These are all Biconditionals

P ! Q

P ! ~(Q • R)

(P " Q) ! (Q • P)

~P ! [Q • (R " S) ]

[Q " (P # R)] ! S

(P # Q) ! (R " S)