universal introduction and quantifier exchange rules

15
Universal Introduction and Quantifier Exchange Rules

Upload: cordelia-jones

Post on 31-Dec-2015

230 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Universal Introduction and Quantifier Exchange Rules

Universal Introduction and Quantifier Exchange Rules

Page 2: Universal Introduction and Quantifier Exchange Rules

Overview

Universal IntroductionEnglish ExampleThe Logical Mechanics

Quantifier Exchange Rules Examples

Page 3: Universal Introduction and Quantifier Exchange Rules

An example Take any triangle ABC. Draw line a through points A and B. Draw line b through point

C and parallel to line a.

Since lines a and b are parallel, <BAC = < B'CA and <ABC = <BCA'.

It is obvious that <B'CA + <ACB + <BCA' = 180 degrees. Thus <ABC + <BCA + <CAB = 180 degrees.

Page 4: Universal Introduction and Quantifier Exchange Rules

Another example

Take your typical journalist. He clearly has an incentive to report

newsworthy events. Reporting on these events inevitably

involves emphasizing previously unknown risks.

Thus, journalists emphasize previously unknown risks.

Page 5: Universal Introduction and Quantifier Exchange Rules

What exactly have we done here?

We’ve taken a representative instance, and because it is representative, we draw a universal conclusion from it.Representative instances: Triangle ABC, “Your

typical journalist”Universal Conclusions: All triangles’ vertices

sum to 180 degrees, All journalists emphasize risks.

This is the core of Universal Introduction (I).

Page 6: Universal Introduction and Quantifier Exchange Rules

A closer look at the logic…

1. x(Jx Ix) A2. x(Ix Ex) A3. x(Jx Ex)4. Ja Ia 1E

5. Ia Ea 2E6. Ja Ea 3,4HS7. x(Jx Ex)

5I

1. Journalists have an incentive to report on newsworthy events.

2. Reporting on newsworthy events emphasizing risk.

So journalists emphasize risk.3. Your typical journalist has an

incentive to report newsworthy events.

4. If he has this incentive, then he emphasizes risks.

5. So your typical journalist emphasizes risk.

6. So all journalists emphasize risk.

Page 7: Universal Introduction and Quantifier Exchange Rules

The rule: I

Let Ф be a formula containing a name , and let Ф/ be the result of replacing all occurrences of in Ф by some variable not already in Ф.

Then from Ф infer Ф/, provided that does not occur in any hypothesis whose hypothetical derivation has not yet ended or in any assumption.

xFx├ x(Fx v Gx) xFx A Fa 1E Fa v Ga 2vI x(Fx v Gx) 3I

Page 8: Universal Introduction and Quantifier Exchange Rules

What you can’t do with I

You cannot infer a universally quantified statement from a statement involving a name that occurs in any hypothesis whose hypothetical derivation has not yet ended or a name that occurs in any assumption.

English Example: Khalifa is right handed. So everyone is right handed.

Page 9: Universal Introduction and Quantifier Exchange Rules

The English Example made Formal Let k= Khalifa and Rx = x is right

handed So the prohibition states that the

following is INCORRECT:

1. Rk A

2. xRx 1 I That would be a hasty generalization,

as should be obvious from the English.

Page 10: Universal Introduction and Quantifier Exchange Rules

Proof strategies

If the main operator is →, ↔, v, &, or ~, don’t forget what you’ve already learned—they still hold good.

If the main operator is , then first see if you can use I. If there are existentially quantified premises, you may have to first hypothesize for E before applying I.

If the main operator is , first try to get the conclusion by I. If there are universal premises, you may have to first apply E before applying I.

~I remains a nuclear option.

Page 11: Universal Introduction and Quantifier Exchange Rules

Quantifier exchange rules: Examples

All students are nice Not a single student is not nice. Φ ~~Φ

Some students are not nice Not all students are nice.~Φ ~Φ

All students are non-nice Not a single student is nice.~Φ ~Φ

Some students are nice Not all students are non-nice.Φ ~~Φ

Page 12: Universal Introduction and Quantifier Exchange Rules

Quantifier exchange rules (QE, see Nolt, p.238)

Think of these as the functional equivalent of DeMorgan’s Laws (DM) applied to quantifiers

You take a ~ and “distribute” it through a quantified statement, switching to (or vice versa), and placing the ~ on the other side of the quantifier.

These are derived rules for predicate logic.

Page 13: Universal Introduction and Quantifier Exchange Rules

Sample: Nolt 8.4.2.2

x(Fx→Gx) ├ xFx → xGx

1. x(Fx → Gx) A

2. |xFx H for →I

3. |Fa 2 E

4. |Fa→Ga 1 E

5. |Ga 3,4 →E

6. |xGx 5 I

7. xFx → xGx 2-6 →I

Page 14: Universal Introduction and Quantifier Exchange Rules

8.4.2.7

x(Fx→Gx), ~xGx ├ x~Fx

1. x(Fx→Gx) A

2. ~xGx A

3. x~Gx 2 QE

4. Fa → Ga 1 E

5. ~Ga 3 E

6. ~Fa 4,5 MT

7. x~Fx 6 I

Page 15: Universal Introduction and Quantifier Exchange Rules

8.4.2.10

xyRxy ├ yxRxy

1. xyRxy A

2. | yRay H for E

3. | Rab 2 E

4. | xRxb 3 I

5. | yxRxy 4 E

6. yxRxy 1, 2-5 E