direct proof – universal statementspeople.hsc.edu/faculty-staff/robbk/math262/lectures...proving...

36
Direct Proof – Universal Statements Lecture 13 Section 4.1 Robb T. Koether Hampden-Sydney College Wed, Feb 6, 2013 Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 1 / 30

Upload: others

Post on 05-Aug-2020

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Direct Proof – Universal StatementsLecture 13Section 4.1

Robb T. Koether

Hampden-Sydney College

Wed, Feb 6, 2013

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 1 / 30

Page 2: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

1 Proving Universal Statements

2 Examples

3 Example of Flawed Logic

4 Searching for a Pattern

5 Proof by Cases

6 A Puzzle

7 Assignment

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 2 / 30

Page 3: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Outline

1 Proving Universal Statements

2 Examples

3 Example of Flawed Logic

4 Searching for a Pattern

5 Proof by Cases

6 A Puzzle

7 Assignment

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 3 / 30

Page 4: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Proving Universal Statements

A universal statement is generally of the form

∀x ∈ D, P(x)→ Q(x).

Use the method of generalizing from the generic particular.Select an arbitrary x ∈ D (generic particular).Suppose that P(x) is true (hypothesis).Argue that Q(x) is true (conclusion).

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 4 / 30

Page 5: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Outline

1 Proving Universal Statements

2 Examples

3 Example of Flawed Logic

4 Searching for a Pattern

5 Proof by Cases

6 A Puzzle

7 Assignment

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

Page 6: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Example

TheoremIf n is an odd integer, then n3 − n is a multiple of 12.

Proof.Let n be an odd integer.Then n = 2k + 1 for some integer k .Then

n3 − n = (2k + 1)3 − (2k + 1)

= (2k + 1)[(2k + 1)2 − 1

]= (2k + 1)(4k2 + 4k)

= 4k(2k + 1)(k + 1).

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

Page 7: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Example

Proof.Consider cases. k is either (1) a multiple of 3, or (2) 1 greater thana multiple of 3, or (3) 1 less than a multiple of 3.That is, k = 3m, k = 3m + 1, or k = 3m − 1 for some integer m.

Case 1: Suppose k = 3m. Then

n3 − n = 4(3m)(6m + 1)(3m + 1)

= 12m(6m + 1)(3m + 1).

Case 2: Suppose k = 3m + 1. Then

n3 − n = 4(3m + 1)(6m + 3)(3m + 2)

= 12(3m + 1)(2m + 1)(3m + 2).

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 7 / 30

Page 8: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Example

Proof.Case 3: Suppose k = 3m − 1. Then

n3 − n = 4(3m − 1)(6m − 1)(3m)

= 12(3m − 1)(6m − 1)(m).

Thus, n3 − n is a multiple of 12.Is the same true if n is even?Is the same always false when n is even?

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 8 / 30

Page 9: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Example

Alternate Proof.Note that

n3 − n = (n − 1)(n)(n + 1),

the product of three consecutive integers.Therefore, one of them must be a multiple of 3.Since n is odd, then n − 1 and n + 1 are even.Therefore, n3 − n is a multiple of 12.

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 9 / 30

Page 10: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Outline

1 Proving Universal Statements

2 Examples

3 Example of Flawed Logic

4 Searching for a Pattern

5 Proof by Cases

6 A Puzzle

7 Assignment

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 10 / 30

Page 11: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Example

TheoremFor all x , y ∈ R,

x2 + y2 ≥ 2xy .

Proof.Let x , y ∈ R. Then

x2 + y2 ≥ 2xy

x2 − 2xy + y2 ≥ 0

(x − y)2 ≥ 0.

We know that (x − y)2 must be ≥ 0, therefore, the theorem is true.

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 11 / 30

Page 12: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Example

What is the flaw in the logic of that “proof?”How do we correct it?

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 12 / 30

Page 13: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Example

Proof.Let x , y ∈ R.We know that (x − y)2 ≥ 0.Therefore,

x2 − 2xy + y2 ≥ 0

x2 + y2 ≥ 2xy .

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 13 / 30

Page 14: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Outline

1 Proving Universal Statements

2 Examples

3 Example of Flawed Logic

4 Searching for a Pattern

5 Proof by Cases

6 A Puzzle

7 Assignment

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 14 / 30

Page 15: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Example

TheoremThere is no solution in integers to the equation

2n = n.

This is the same as saying that

∀n ∈ N, 2n 6= n.

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 15 / 30

Page 16: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Example

Certainly, if n < 0, then 2n 6= n.Try a few nonnegative values of n:

20 = 1 6= 0.

21 = 2 6= 1.

22 = 4 6= 2.

23 = 8 6= 3.

Do we get any insight to a general proof?

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 16 / 30

Page 17: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Example

Clearly, the statement is true for n = 0, 1, 2, 3.Suppose that n > 3.Then

2n = 2 · 2n−1

= 2n−1 + 2n−1

> (n − 1) + 1= n.

Thus, 2n 6= n.

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 17 / 30

Page 18: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Example

TheoremThere is no solution in real numbers to the equation

2x = x .

We can prove this using calculus.Let f (x) = 2x − x .Use calculus to find the minimum value of f .The minimum value turns out to be a positive number.Thus, f (x) 6= 0 for all x ∈ R.(This proof covers the case for integers as well.)

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 18 / 30

Page 19: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Outline

1 Proving Universal Statements

2 Examples

3 Example of Flawed Logic

4 Searching for a Pattern

5 Proof by Cases

6 A Puzzle

7 Assignment

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 19 / 30

Page 20: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Example: Proof by Cases

TheoremThere is no solution in integers to the equation

x2 − y2 = 101010+ 2.

However, there is a solution to the equation

x2 − y2 = 101010+ 1.

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

Page 21: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Example: Proof by Cases

Proof.There are four possibilities:(1) x and y are both even.(2) x is even and y is odd.(3) x is odd and y is even.(4) x and y are both odd.

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 21 / 30

Page 22: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Example: Proof by Cases

Proof.Case (1): Suppose that x and y are both even.

Then x = 2m and y = 2n for some integers m and n.Then

x2 − y2 = 4m2 − 4n2

= 4(m2 − n2),

which must be a multiple of 4.However, 101010

+ 2 is not a multiple of 4.Therefore, x2 − y2 6= 101010

+ 2.The other cases are similar.

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 22 / 30

Page 23: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Using Patterns

Proof.

Let a = 101010.

Let x = a2 + 1 and y = a

2 .Then

x2 − y2 =

(a2

4+ a + 1

)− a2

4= a + 1

= 101010+ 1.

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 23 / 30

Page 24: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Outline

1 Proving Universal Statements

2 Examples

3 Example of Flawed Logic

4 Searching for a Pattern

5 Proof by Cases

6 A Puzzle

7 Assignment

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 24 / 30

Page 25: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Proving an Existential Statement

A checkerboard

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 25 / 30

Page 26: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

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 6, 2013 25 / 30

Page 27: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Proving an Existential Statement

It can be done

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 25 / 30

Page 28: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Disproving an Existential Statement

A checkerboard

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 26 / 30

Page 29: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

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 6, 2013 26 / 30

Page 30: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Disproving an Existential Statement

It cannot be done

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 26 / 30

Page 31: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

A Universal and Existential Statement

Remove any two squares of opposite color

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 27 / 30

Page 32: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

A Universal and Existential Statement

Can the board necessarily be covered?

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 27 / 30

Page 33: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

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 6, 2013 27 / 30

Page 34: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Outline

1 Proving Universal Statements

2 Examples

3 Example of Flawed Logic

4 Searching for a Pattern

5 Proof by Cases

6 A Puzzle

7 Assignment

Robb T. Koether (Hampden-Sydney College) Direct Proof – Universal Statements Wed, Feb 6, 2013 28 / 30

Page 35: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

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 6, 2013 29 / 30

Page 36: Direct Proof – Universal Statementspeople.hsc.edu/faculty-staff/robbk/Math262/Lectures...Proving an Existential Statement Remove two squares and cover board with 1 2 blocks Robb

Collected Homework 3

Collected Homework 3Exercises 18, 29, page 106.Exercises 17, 25, page 115.Exercises 19, 56, page 129.Exercises 10, 18, page 161.

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