26
Direct Proof – Universal Statements Lecture 13 Section 4.1 Robb T. Koether Hampden-Sydney College Wed, Feb 5, 2014 Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 1 / 20

Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

  • Upload
    others

  • View
    2

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

Direct Proof – Universal StatementsLecture 13Section 4.1

Robb T. Koether

Hampden-Sydney College

Wed, Feb 5, 2014

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 1 / 20

Page 2: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

1 Proving Universal StatementsThe Generic Particular

2 Proving Existential Statements

3 Proving Statements with Mixed Quantifiers

4 More Universal Quantfiers

5 A Puzzle

6 Assignment

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 2 / 20

Page 3: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

Proving Universal Statements

A universal statement is of the form

∀x ∈ D, P(x).

Use the method of generalizing from the generic particular.Select an arbitrary x ∈ D (generic particular).Assume nothing about x that is not inherent to all elements of theset D.Show that P(x) is true.

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 3 / 20

Page 4: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

The Generic Particular

TheoremThe sum of two odd integers is an even integer.

Let n and m be odd integers.Then n = 2s + 1 and m = 2t + 1 for some integers s and t .Then

n + m = (2s + 1) + (2t + 1)

= 2s + 2t + 2= 2(s + t + 1).

We know that s + t + 1 is an integer, so n + m is an even integer.

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 4 / 20

Page 5: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

Proving Existential Statements

A existential statement is of the form

∃x ∈ D, P(x).

We must eitherChoose a specific x ∈ D and show that P(x) is true, orArgue indirectly that such an x must exist.

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 5 / 20

Page 6: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

Proving Existential Statements

TheoremThere exist integers a and b such that

a2 + b2 = 1000.

Let a = 18 and b = 26.Then

a2 + b2 = 182 + 262

= 324 + 676= 1000.

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 6 / 20

Page 7: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

Proving Statements with Mixed Quantifiers

Many theorems are of the form

∀x ∈ D1, ∃y ∈ D2, P(x , y).

Many other theorems are of the form

∃x ∈ D1, ∀y ∈ D2, P(x , y).

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 7 / 20

Page 8: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

Proving Statements with Mixed Quantifiers

For the form∀x ∈ D1, ∃y ∈ D2, P(x , y),

Choose a generic particular x ∈ D1.Then choose a specific y ∈ D2 in terms of x and show that P(x , y)is true.

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 8 / 20

Page 9: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

Proving Statements with Mixed Quantifiers

For the form∃x ∈ D1, ∀y ∈ D2, P(x , y),

Choose a specific x ∈ D1.Then choose a generic particular y ∈ D2 and show that P(x , y) istrue.

If you must argue indirectly that such an x exists, then choose thegeneric particular y in terms of x .

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 9 / 20

Page 10: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

Proving Statements with Mixed Quantifiers

TheoremFor every real number a and for every real number b > a, there existsa real number c such that

a < c < b.

We could restate the theorem as

∀a ∈ R, ∀b ∈ R with b > a,∃c ∈ R, a < c < b.

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 10 / 20

Page 11: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

Proving Statements with Mixed Quantifiers

Let a and b be real numbers, with b > a.

Let c =a + b

2.

Then

a < ba + b < 2ba + b

2< b

c < b.

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 11 / 20

Page 12: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

Proving Statements with Mixed Quantifiers

Similarly,

a < b2a < a + b

a <a + b

2a < c.

Therefore, a < c < b.

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 12 / 20

Page 13: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

Proving Statements with Mixed Quantifiers

TheoremThere exists a real number c such that for every real number x > c,

x2 > 100x + 1000.

We could restate the theorem as

∃c ∈ R,∀x ∈ R with x > c, x2 > 100x + 1000,

or∃c ∈ R,∀x ∈ R, x > c → x2 > 100x + 1000.

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 13 / 20

Page 14: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

Proving Statements with Mixed Quantifiers

Let c = 110.Let x be any real number greater than 110.Then

x > 110x − 50 > 60

(x − 50)2 > 602

x2 − 100x + 2500 > 3600

x2 > 100x + 1100

x2 > 100x + 1000.

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 14 / 20

Page 15: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

Proving Statements with Mixed Quantifiers

TheoremFor every real number m and for every real number b, there exists areal number c such that for every real number x > c,

x2 > mx + b.

We could restate the theorem as

∀m ∈ R,∀b ∈ R,∃c ∈ R,∀x ∈ R, x > c → x2 > mx + b.

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 15 / 20

Page 16: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

More Universal Quantfiers

TheoremLet x be a real number. If for all real numbers y, we have xy = 0, thenx = 0.

The form of this statement is

∀x ∈ R, ((∀y ∈ R, xy = 0)→ x = 0) .

How do we prove this?What is its negation?

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 16 / 20

Page 17: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

Proving an Existential Statement

A checkerboard

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 17 / 20

Page 18: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

Proving an Existential Statement

Remove two squares and cover board with 1× 2 blocks

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 17 / 20

Page 19: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

Proving an Existential Statement

It can be done

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 17 / 20

Page 20: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

Disproving an Existential Statement

A checkerboard

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 18 / 20

Page 21: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

Disproving an Existential Statement

Remove two squares and cover board with 1× 2 blocks

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 18 / 20

Page 22: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

Disproving an Existential Statement

It cannot be done

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 18 / 20

Page 23: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

A Universal and Existential Statement

Remove any two squares of opposite color

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 19 / 20

Page 24: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

A Universal and Existential Statement

Can the board necessarily be covered?

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 19 / 20

Page 25: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

A Universal and Existential Statement

Is that true for any 2n × 2n board?

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 19 / 20

Page 26: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving Existential Statements Theorem There exist integers a and b such that a2 +b2 = 1000:

Assignment

AssignmentRead Section 4.1, pages 145 - 160.Exercises 20, 21, 25, 28, 30, 37, 52, 53, 55, 58, page 161.

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 5, 2014 20 / 20