Foundations of Computer Science Lecture 4 Proofs Proving If . . . - - PowerPoint PPT Presentation

foundations of computer science lecture 4 proofs
SMART_READER_LITE
LIVE PREVIEW

Foundations of Computer Science Lecture 4 Proofs Proving If . . . - - PowerPoint PPT Presentation

Foundations of Computer Science Lecture 4 Proofs Proving If . . . then . . . (Implication): Direct proof; Contraposition Contradiction Proofs About Sets Last Time 1 How to make precise statements. 2 Quantifiers which allow us to make


slide-1
SLIDE 1

Foundations of Computer Science Lecture 4 Proofs

Proving “If . . . then . . . ” (Implication): Direct proof; Contraposition Contradiction Proofs About Sets

slide-2
SLIDE 2

Last Time

1 How to make precise statements. 2 Quantifiers which allow us to make statements about many things. Creator: Malik Magdon-Ismail Proofs: 2 / 8 Today →

slide-3
SLIDE 3

Today: Proofs

1

Proving “if . . . , then . . . ”.

2

Proof Patterns

Direct Proof

Creator: Malik Magdon-Ismail Proofs: 3 / 8 Reasoning Without Facts →

slide-4
SLIDE 4

Implications: Reasoning in the Absence of Facts

Reasoning: It rained last night (fact); the grass is wet (“deduced”).

Creator: Malik Magdon-Ismail Proofs: 4 / 8 Proving an Implication →

slide-5
SLIDE 5

Implications: Reasoning in the Absence of Facts

Reasoning: It rained last night (fact); the grass is wet (“deduced”). Reasoning in the absense of facts: if it rained last night, then the grass is wet.

Creator: Malik Magdon-Ismail Proofs: 4 / 8 Proving an Implication →

slide-6
SLIDE 6

Implications: Reasoning in the Absence of Facts

Reasoning: It rained last night (fact); the grass is wet (“deduced”). Reasoning in the absense of facts: if it rained last night, then the grass is wet. We like to prove such statements even though, at this moment, it is not much use. Later, you may learn that it rained last night and infer the grass is wet

Creator: Malik Magdon-Ismail Proofs: 4 / 8 Proving an Implication →

slide-7
SLIDE 7

Implications: Reasoning in the Absence of Facts

Reasoning: It rained last night (fact); the grass is wet (“deduced”). Reasoning in the absense of facts: if it rained last night, then the grass is wet. We like to prove such statements even though, at this moment, it is not much use. Later, you may learn that it rained last night and infer the grass is wet

More Relevant Example: Friendship cliques and radio frequencies.

if we can quickly find the largest friend-clique in a friendship network, then we can quickly determine how to assign non-conflicting frequencies to radio stations using a minimum number of frequencies.

Creator: Malik Magdon-Ismail Proofs: 4 / 8 Proving an Implication →

slide-8
SLIDE 8

Implications: Reasoning in the Absence of Facts

Reasoning: It rained last night (fact); the grass is wet (“deduced”). Reasoning in the absense of facts: if it rained last night, then the grass is wet. We like to prove such statements even though, at this moment, it is not much use. Later, you may learn that it rained last night and infer the grass is wet

More Relevant Example: Friendship cliques and radio frequencies.

if we can quickly find the largest friend-clique in a friendship network, then we can quickly determine how to assign non-conflicting frequencies to radio stations using a minimum number of frequencies.

More Mathematical Example: Quadratic formula.

if ax2 + bx + c = 0 and a = 0, then x = −b +

√ b2 − 4ac 2a

  • r x = −b −

√ b2 − 4ac 2a

.

Creator: Malik Magdon-Ismail Proofs: 4 / 8 Proving an Implication →

slide-9
SLIDE 9

Proving an Implication

if x and y are rational

  • p

, then x + y is rational

  • q

. ∀(x, y) ∈ Q2 : x + y is rational

  • P(x,y)

.

Creator: Malik Magdon-Ismail Proofs: 5 / 8 Direct proof →

slide-10
SLIDE 10

Proving an Implication

if x and y are rational

  • p

, then x + y is rational

  • q

. ∀(x, y) ∈ Q2 : x + y is rational

  • P(x,y)

.

Proof. We must show that the row p = t, q = f can’t happen.

p q p → q

f f t f t t t f f t t t

Creator: Malik Magdon-Ismail Proofs: 5 / 8 Direct proof →

slide-11
SLIDE 11

Proving an Implication

if x and y are rational

  • p

, then x + y is rational

  • q

. ∀(x, y) ∈ Q2 : x + y is rational

  • P(x,y)

.

Proof. We must show that the row p = t, q = f can’t happen. Let us see what happens if p = t: x, y ∈ Q.

p q p → q

f f t f t t t f f t t t

Creator: Malik Magdon-Ismail Proofs: 5 / 8 Direct proof →

slide-12
SLIDE 12

Proving an Implication

if x and y are rational

  • p

, then x + y is rational

  • q

. ∀(x, y) ∈ Q2 : x + y is rational

  • P(x,y)

.

Proof. We must show that the row p = t, q = f can’t happen. Let us see what happens if p = t: x, y ∈ Q.

x = a

b and y = c d, where a, c ∈ Z and b, d ∈ N.

p q p → q

f f t f t t t f f t t t

Creator: Malik Magdon-Ismail Proofs: 5 / 8 Direct proof →

slide-13
SLIDE 13

Proving an Implication

if x and y are rational

  • p

, then x + y is rational

  • q

. ∀(x, y) ∈ Q2 : x + y is rational

  • P(x,y)

.

Proof. We must show that the row p = t, q = f can’t happen. Let us see what happens if p = t: x, y ∈ Q.

x = a

b and y = c d, where a, c ∈ Z and b, d ∈ N.

x + y = a b + c d = ad + bc bd ∈ Q.

p q p → q

f f t f t t t f f t t t

Creator: Malik Magdon-Ismail Proofs: 5 / 8 Direct proof →

slide-14
SLIDE 14

Proving an Implication

if x and y are rational

  • p

, then x + y is rational

  • q

. ∀(x, y) ∈ Q2 : x + y is rational

  • P(x,y)

.

Proof. We must show that the row p = t, q = f can’t happen. Let us see what happens if p = t: x, y ∈ Q.

x = a

b and y = c d, where a, c ∈ Z and b, d ∈ N.

x + y = a b + c d = ad + bc bd ∈ Q.

p q p → q

f f t f t t t f f t t t

That means q is t.

Creator: Malik Magdon-Ismail Proofs: 5 / 8 Direct proof →

slide-15
SLIDE 15

Proving an Implication

if x and y are rational

  • p

, then x + y is rational

  • q

. ∀(x, y) ∈ Q2 : x + y is rational

  • P(x,y)

.

Proof. We must show that the row p = t, q = f can’t happen. Let us see what happens if p = t: x, y ∈ Q.

x = a

b and y = c d, where a, c ∈ Z and b, d ∈ N.

x + y = a b + c d = ad + bc bd ∈ Q.

p q p → q

f f t f t t t f f t t t

That means q is t. The row p = t, q = f cannot occur and the implication is proved.

Creator: Malik Magdon-Ismail Proofs: 5 / 8 Direct proof →

slide-16
SLIDE 16

Template for Direct Proof of an Implication p → q

Proof. We prove the implication using a direct proof.

Creator: Malik Magdon-Ismail Proofs: 6 / 8 Writing Readable Proofs →

slide-17
SLIDE 17

Template for Direct Proof of an Implication p → q

Proof. We prove the implication using a direct proof.

1: Start by assuming that the statement claimed in p is t.

Creator: Malik Magdon-Ismail Proofs: 6 / 8 Writing Readable Proofs →

slide-18
SLIDE 18

Template for Direct Proof of an Implication p → q

Proof. We prove the implication using a direct proof.

1: Start by assuming that the statement claimed in p is t. 2: Restate your assumption in mathematical terms.

Creator: Malik Magdon-Ismail Proofs: 6 / 8 Writing Readable Proofs →

slide-19
SLIDE 19

Template for Direct Proof of an Implication p → q

Proof. We prove the implication using a direct proof.

1: Start by assuming that the statement claimed in p is t. 2: Restate your assumption in mathematical terms. 3: Use mathematical and logical derivations to relate your assumption to q.

Creator: Malik Magdon-Ismail Proofs: 6 / 8 Writing Readable Proofs →

slide-20
SLIDE 20

Template for Direct Proof of an Implication p → q

Proof. We prove the implication using a direct proof.

1: Start by assuming that the statement claimed in p is t. 2: Restate your assumption in mathematical terms. 3: Use mathematical and logical derivations to relate your assumption to q. 4: Argue that you have shown that q must be t.

Creator: Malik Magdon-Ismail Proofs: 6 / 8 Writing Readable Proofs →

slide-21
SLIDE 21

Template for Direct Proof of an Implication p → q

Proof. We prove the implication using a direct proof.

1: Start by assuming that the statement claimed in p is t. 2: Restate your assumption in mathematical terms. 3: Use mathematical and logical derivations to relate your assumption to q. 4: Argue that you have shown that q must be t. 5: End by concluding that q is t.

Creator: Malik Magdon-Ismail Proofs: 6 / 8 Writing Readable Proofs →

slide-22
SLIDE 22

Template for Direct Proof of an Implication p → q

Proof. We prove the implication using a direct proof.

1: Start by assuming that the statement claimed in p is t. 2: Restate your assumption in mathematical terms. 3: Use mathematical and logical derivations to relate your assumption to q. 4: Argue that you have shown that q must be t. 5: End by concluding that q is t.

Creator: Malik Magdon-Ismail Proofs: 6 / 8 Writing Readable Proofs →

slide-23
SLIDE 23

Template for Direct Proof of an Implication p → q

Proof. We prove the implication using a direct proof.

1: Start by assuming that the statement claimed in p is t. 2: Restate your assumption in mathematical terms. 3: Use mathematical and logical derivations to relate your assumption to q. 4: Argue that you have shown that q must be t. 5: End by concluding that q is t.

  • Theorem. If x, y ∈ Q, then x + y ∈ Q.

Proof. We prove the theorem using a direct proof.

1: Assume that x, y ∈ Q, that is x and y are rational. 2: Then there are integers a, c and natural numbers b, d such that x = a/b and

y = c/d (because this is what it means for x and y to be rational).

3: Then x + y = (ad + bc)/bd (high-school algebra). 4: Since ad + bc ∈ Z and bd ∈ N, (ad + bc)/bd is rational. 5: Thus, we conclude (from steps 3 and 4) that x + y ∈ Q.

Creator: Malik Magdon-Ismail Proofs: 6 / 8 Writing Readable Proofs →

slide-24
SLIDE 24

A Proof is a Mathematical Essay

A proof must be well written. The goal of a proof is to convince a reader of a theorem. A badly written proof that leaves a reader with some doubts has failed.

Creator: Malik Magdon-Ismail Proofs: 7 / 8 Picking a Proof Template →

slide-25
SLIDE 25

A Proof is a Mathematical Essay

A proof must be well written. The goal of a proof is to convince a reader of a theorem. A badly written proof that leaves a reader with some doubts has failed.

Steps for Writing Readable Proofs

(I)

State your strategy. Start with the proof type. Structure long proofs into parts and tie up the parts at the end. The reader must have no doubts.

slide-26
SLIDE 26

A Proof is a Mathematical Essay

A proof must be well written. The goal of a proof is to convince a reader of a theorem. A badly written proof that leaves a reader with some doubts has failed.

Steps for Writing Readable Proofs

(I)

State your strategy. Start with the proof type. Structure long proofs into parts and tie up the parts at the end. The reader must have no doubts.

(II)

The proof should have a logical flow. It is difficult to follow movies that jump between story lines or back and forth in time. A reader follows a proof linearly, from beginning to end.

slide-27
SLIDE 27

A Proof is a Mathematical Essay

A proof must be well written. The goal of a proof is to convince a reader of a theorem. A badly written proof that leaves a reader with some doubts has failed.

Steps for Writing Readable Proofs

(I)

State your strategy. Start with the proof type. Structure long proofs into parts and tie up the parts at the end. The reader must have no doubts.

(II)

The proof should have a logical flow. It is difficult to follow movies that jump between story lines or back and forth in time. A reader follows a proof linearly, from beginning to end.

(III) Keep it simple. Make the idea at the heart of your proof clear. Avoid

excessive symbols and unnecessary notation.

slide-28
SLIDE 28

A Proof is a Mathematical Essay

A proof must be well written. The goal of a proof is to convince a reader of a theorem. A badly written proof that leaves a reader with some doubts has failed.

Steps for Writing Readable Proofs

(I)

State your strategy. Start with the proof type. Structure long proofs into parts and tie up the parts at the end. The reader must have no doubts.

(II)

The proof should have a logical flow. It is difficult to follow movies that jump between story lines or back and forth in time. A reader follows a proof linearly, from beginning to end.

(III) Keep it simple. Make the idea at the heart of your proof clear. Avoid

excessive symbols and unnecessary notation.

(IV) Justify your steps. The reader must have no doubts. Avoid phrases like “It’s

  • bvious that . . . ” If it is so obvious, explain.
slide-29
SLIDE 29

A Proof is a Mathematical Essay

A proof must be well written. The goal of a proof is to convince a reader of a theorem. A badly written proof that leaves a reader with some doubts has failed.

Steps for Writing Readable Proofs

(I)

State your strategy. Start with the proof type. Structure long proofs into parts and tie up the parts at the end. The reader must have no doubts.

(II)

The proof should have a logical flow. It is difficult to follow movies that jump between story lines or back and forth in time. A reader follows a proof linearly, from beginning to end.

(III) Keep it simple. Make the idea at the heart of your proof clear. Avoid

excessive symbols and unnecessary notation.

(IV) Justify your steps. The reader must have no doubts. Avoid phrases like “It’s

  • bvious that . . . ” If it is so obvious, explain.

(V)

End your proof. Explain why what you set out to show is true.

slide-30
SLIDE 30

A Proof is a Mathematical Essay

A proof must be well written. The goal of a proof is to convince a reader of a theorem. A badly written proof that leaves a reader with some doubts has failed.

Steps for Writing Readable Proofs

(I)

State your strategy. Start with the proof type. Structure long proofs into parts and tie up the parts at the end. The reader must have no doubts.

(II)

The proof should have a logical flow. It is difficult to follow movies that jump between story lines or back and forth in time. A reader follows a proof linearly, from beginning to end.

(III) Keep it simple. Make the idea at the heart of your proof clear. Avoid

excessive symbols and unnecessary notation.

(IV) Justify your steps. The reader must have no doubts. Avoid phrases like “It’s

  • bvious that . . . ” If it is so obvious, explain.

(V)

End your proof. Explain why what you set out to show is true.

(VI) Read your proof. Finally, check correctness; edit; simplify. Creator: Malik Magdon-Ismail Proofs: 7 / 8 Picking a Proof Template →

slide-31
SLIDE 31

Example: Direct Proof

Let x be any real number, i.e. x ∈ R. if 4x − 1 is divisible by 3

  • p

, then 4x+1 − 1 is divisible by 3

  • q

.

Creator: Malik Magdon-Ismail Proofs: 8 / 8 →

slide-32
SLIDE 32

Example: Direct Proof

Let x be any real number, i.e. x ∈ R. if 4x − 1 is divisible by 3

  • p

, then 4x+1 − 1 is divisible by 3

  • q

.

Proof. We prove the claim using a direct proof.

1: Assume that p is t, that is 4x − 1 is divisible by 3.

Creator: Malik Magdon-Ismail Proofs: 8 / 8 →

slide-33
SLIDE 33

Example: Direct Proof

Let x be any real number, i.e. x ∈ R. if 4x − 1 is divisible by 3

  • p

, then 4x+1 − 1 is divisible by 3

  • q

.

Proof. We prove the claim using a direct proof.

1: Assume that p is t, that is 4x − 1 is divisible by 3. 2: This means that 4x − 1 = 3k for an integer k, or that 4x = 3k + 1.

Creator: Malik Magdon-Ismail Proofs: 8 / 8 →

slide-34
SLIDE 34

Example: Direct Proof

Let x be any real number, i.e. x ∈ R. if 4x − 1 is divisible by 3

  • p

, then 4x+1 − 1 is divisible by 3

  • q

.

Proof. We prove the claim using a direct proof.

1: Assume that p is t, that is 4x − 1 is divisible by 3. 2: This means that 4x − 1 = 3k for an integer k, or that 4x = 3k + 1. 3: Observe that 4x+1 = 4 · 4x.

Creator: Malik Magdon-Ismail Proofs: 8 / 8 →

slide-35
SLIDE 35

Example: Direct Proof

Let x be any real number, i.e. x ∈ R. if 4x − 1 is divisible by 3

  • p

, then 4x+1 − 1 is divisible by 3

  • q

.

Proof. We prove the claim using a direct proof.

1: Assume that p is t, that is 4x − 1 is divisible by 3. 2: This means that 4x − 1 = 3k for an integer k, or that 4x = 3k + 1. 3: Observe that 4x+1 = 4 · 4x. Using 4x = 3k + 1,

4x+1 = 4 · (3k + 1) = 12k + 4.

Creator: Malik Magdon-Ismail Proofs: 8 / 8 →

slide-36
SLIDE 36

Example: Direct Proof

Let x be any real number, i.e. x ∈ R. if 4x − 1 is divisible by 3

  • p

, then 4x+1 − 1 is divisible by 3

  • q

.

Proof. We prove the claim using a direct proof.

1: Assume that p is t, that is 4x − 1 is divisible by 3. 2: This means that 4x − 1 = 3k for an integer k, or that 4x = 3k + 1. 3: Observe that 4x+1 = 4 · 4x. Using 4x = 3k + 1,

4x+1 = 4 · (3k + 1) = 12k + 4.

Therefore 4x+1 − 1 = 12k + 3 = 3(4k + 1) is a multiple of 3 (4k + 1 is an integer).

Creator: Malik Magdon-Ismail Proofs: 8 / 8 →

slide-37
SLIDE 37

Example: Direct Proof

Let x be any real number, i.e. x ∈ R. if 4x − 1 is divisible by 3

  • p

, then 4x+1 − 1 is divisible by 3

  • q

.

Proof. We prove the claim using a direct proof.

1: Assume that p is t, that is 4x − 1 is divisible by 3. 2: This means that 4x − 1 = 3k for an integer k, or that 4x = 3k + 1. 3: Observe that 4x+1 = 4 · 4x. Using 4x = 3k + 1,

4x+1 = 4 · (3k + 1) = 12k + 4.

Therefore 4x+1 − 1 = 12k + 3 = 3(4k + 1) is a multiple of 3 (4k + 1 is an integer).

4: Since 4x+1 − 1 is a multiple of 3, we have shown that 4x+1 − 1 is divisible by 3.

Creator: Malik Magdon-Ismail Proofs: 8 / 8 →

slide-38
SLIDE 38

Example: Direct Proof

Let x be any real number, i.e. x ∈ R. if 4x − 1 is divisible by 3

  • p

, then 4x+1 − 1 is divisible by 3

  • q

.

Proof. We prove the claim using a direct proof.

1: Assume that p is t, that is 4x − 1 is divisible by 3. 2: This means that 4x − 1 = 3k for an integer k, or that 4x = 3k + 1. 3: Observe that 4x+1 = 4 · 4x. Using 4x = 3k + 1,

4x+1 = 4 · (3k + 1) = 12k + 4.

Therefore 4x+1 − 1 = 12k + 3 = 3(4k + 1) is a multiple of 3 (4k + 1 is an integer).

4: Since 4x+1 − 1 is a multiple of 3, we have shown that 4x+1 − 1 is divisible by 3. 5: Therefore, the statement claimed in q is t.

Creator: Malik Magdon-Ismail Proofs: 8 / 8 →

slide-39
SLIDE 39

Example: Direct Proof

Let x be any real number, i.e. x ∈ R. if 4x − 1 is divisible by 3

  • p

, then 4x+1 − 1 is divisible by 3

  • q

.

Proof. We prove the claim using a direct proof.

1: Assume that p is t, that is 4x − 1 is divisible by 3. 2: This means that 4x − 1 = 3k for an integer k, or that 4x = 3k + 1. 3: Observe that 4x+1 = 4 · 4x. Using 4x = 3k + 1,

4x+1 = 4 · (3k + 1) = 12k + 4.

Therefore 4x+1 − 1 = 12k + 3 = 3(4k + 1) is a multiple of 3 (4k + 1 is an integer).

4: Since 4x+1 − 1 is a multiple of 3, we have shown that 4x+1 − 1 is divisible by 3. 5: Therefore, the statement claimed in q is t.

  • Question. Is 4x − 1 divisible by 3?

Creator: Malik Magdon-Ismail Proofs: 8 / 8 →

slide-40
SLIDE 40

We Made No Assumptions About x

P(x) : “if 4x − 1 is divisible by 3, then 4x+1 − 1 is divisible by 3”

Since we made no assumptions about x, we proved:

∀x ∈ R : P(x)

  • Exercise. Prove: For all pairs of odd integers m, n, the sum m + n is an even integer.
  • Practice. Exercise 4.2.

Creator: Malik Magdon-Ismail Proofs: 9 / 8 →

slide-41
SLIDE 41

Disproving an Implication

if x2 > y2

  • p

, then x > y

  • q

.

FALSE!

Creator: Malik Magdon-Ismail Proofs: 10 / 8 →

slide-42
SLIDE 42

Disproving an Implication

if x2 > y2

  • p

, then x > y

  • q

.

FALSE! Counter-example: x = −8, y = −4.

x2 > y2

so, p = t

x < y

so, q = f

p q p → q

f f t f t t t f f t t t

Creator: Malik Magdon-Ismail Proofs: 10 / 8 →

slide-43
SLIDE 43

Disproving an Implication

if x2 > y2

  • p

, then x > y

  • q

.

FALSE! Counter-example: x = −8, y = −4.

x2 > y2

so, p = t

x < y

so, q = f

p q p → q

f f t f t t t f f t t t

The row p = t, q = f has occurred!

Creator: Malik Magdon-Ismail Proofs: 10 / 8 →

slide-44
SLIDE 44

Disproving an Implication

if x2 > y2

  • p

, then x > y

  • q

.

FALSE! Counter-example: x = −8, y = −4.

x2 > y2

so, p = t

x < y

so, q = f

p q p → q

f f t f t t t f f t t t

The row p = t, q = f has occurred! A single counter-example suffices to disprove an implication.

Creator: Malik Magdon-Ismail Proofs: 10 / 8 →

slide-45
SLIDE 45

Contraposition

if x2 is even

  • p

, then x is even

  • q

.

Creator: Malik Magdon-Ismail Proofs: 11 / 8 →

slide-46
SLIDE 46

Contraposition

if x2 is even

  • p

, then x is even

  • q

.

Proof. We must show that the row p = t, q = f can’t happen.

p q p → q

f f t f t t t f f t t t

Creator: Malik Magdon-Ismail Proofs: 11 / 8 →

slide-47
SLIDE 47

Contraposition

if x2 is even

  • p

, then x is even

  • q

.

Proof. We must show that the row p = t, q = f can’t happen. Let us see what happens if q = f.

x is odd, x = 2k + 1.

p q p → q

f f t f t t t f f t t t

Creator: Malik Magdon-Ismail Proofs: 11 / 8 →

slide-48
SLIDE 48

Contraposition

if x2 is even

  • p

, then x is even

  • q

.

Proof. We must show that the row p = t, q = f can’t happen. Let us see what happens if q = f.

x is odd, x = 2k + 1. x2 = (2k + 1)2 = 4k2 + 4k + 1 = 2(2k2 + 2k) + 1 ← odd

p q p → q

f f t f t t t f f t t t

Creator: Malik Magdon-Ismail Proofs: 11 / 8 →

slide-49
SLIDE 49

Contraposition

if x2 is even

  • p

, then x is even

  • q

.

Proof. We must show that the row p = t, q = f can’t happen. Let us see what happens if q = f.

x is odd, x = 2k + 1. x2 = (2k + 1)2 = 4k2 + 4k + 1 = 2(2k2 + 2k) + 1 ← odd

p q p → q

f f t f t t t f f t t t

That means p is f. The row p = t, q = f cannot occur! The implication is proved.

Creator: Malik Magdon-Ismail Proofs: 11 / 8 →

slide-50
SLIDE 50

Template: Contraposition Proof of an Implication p → q

Proof. We prove the theorem using contraposition.

1: Start by assuming that the statement claimed in q is f. 2: Restate your assumption in mathematical terms. 3: Use mathematical and logical derivations to relate your assumption to p. 4: Argue that you have shown that p must be f. 5: End by concluding that p is f.

Creator: Malik Magdon-Ismail Proofs: 12 / 8 →

slide-51
SLIDE 51

Template: Contraposition Proof of an Implication p → q

Proof. We prove the theorem using contraposition.

1: Start by assuming that the statement claimed in q is f. 2: Restate your assumption in mathematical terms. 3: Use mathematical and logical derivations to relate your assumption to p. 4: Argue that you have shown that p must be f. 5: End by concluding that p is f.

  • Theorem. If x2 is even, then x is even.

Proof. We prove the theorem by contraposition.

1: Assume that x is odd. 2: Then x = 2k + 1 for some k ∈ Z (that’s what it means for x to be odd) 3: Then x2 = 2(2k2 + 2k) + 1 (high-school algebra). 4: Which means x2 is 1 plus a multiple of 2, and hence is odd. 5: We have shown that x2 is odd, concluding the proof.

Creator: Malik Magdon-Ismail Proofs: 12 / 8 →

slide-52
SLIDE 52

Template: Contraposition Proof of an Implication p → q

Proof. We prove the theorem using contraposition.

1: Start by assuming that the statement claimed in q is f. 2: Restate your assumption in mathematical terms. 3: Use mathematical and logical derivations to relate your assumption to p. 4: Argue that you have shown that p must be f. 5: End by concluding that p is f.

  • Theorem. If x2 is even, then x is even.

Proof. We prove the theorem by contraposition.

1: Assume that x is odd. 2: Then x = 2k + 1 for some k ∈ Z (that’s what it means for x to be odd) 3: Then x2 = 2(2k2 + 2k) + 1 (high-school algebra). 4: Which means x2 is 1 plus a multiple of 2, and hence is odd. 5: We have shown that x2 is odd, concluding the proof.

  • Exercise. Prove: if r is irrational, then √r is irrational.

Creator: Malik Magdon-Ismail Proofs: 12 / 8 →

slide-53
SLIDE 53

Equivalence: . . . if and only if. . .

p and q are equivalent means they are either both t or both f. p if and only if q

  • r

p ↔ q p q p ↔ q

f f t f t f t f f t t t

Creator: Malik Magdon-Ismail Proofs: 13 / 8 →

slide-54
SLIDE 54

Equivalence: . . . if and only if. . .

p and q are equivalent means they are either both t or both f. p if and only if q

  • r

p ↔ q

You are a US citizen if and only if you were born on US soil.

p q p ↔ q

f f t f t f t f f t t t

Creator: Malik Magdon-Ismail Proofs: 13 / 8 →

slide-55
SLIDE 55

Equivalence: . . . if and only if. . .

p and q are equivalent means they are either both t or both f. p if and only if q

  • r

p ↔ q

You are a US citizen if and only if you were born on US soil. Sets A and B are equal if and only if A ⊆ B and B ⊆ A.

p q p ↔ q

f f t f t f t f f t t t

Creator: Malik Magdon-Ismail Proofs: 13 / 8 →

slide-56
SLIDE 56

Equivalence: . . . if and only if. . .

p and q are equivalent means they are either both t or both f. p if and only if q

  • r

p ↔ q

You are a US citizen if and only if you were born on US soil. Sets A and B are equal if and only if A ⊆ B and B ⊆ A. Integer x is divisible by 3 if and only if x2 is divisible by 3.

p q p ↔ q

f f t f t f t f f t t t

Creator: Malik Magdon-Ismail Proofs: 13 / 8 →

slide-57
SLIDE 57

Equivalence: . . . if and only if. . .

p and q are equivalent means they are either both t or both f. p if and only if q

  • r

p ↔ q

You are a US citizen if and only if you were born on US soil. Sets A and B are equal if and only if A ⊆ B and B ⊆ A. Integer x is divisible by 3 if and only if x2 is divisible by 3.

p q p ↔ q

f f t f t f t f f t t t To prove p ↔ q is t, you must prove:

1 Row p = T, q = F cannot occur: that is p → q. 2 Row p = F, q = T cannot occur: that is q → p. Creator: Malik Magdon-Ismail Proofs: 13 / 8 →

slide-58
SLIDE 58

Integer x is divisible by 3 if and only if x2 is divisible by 3.

x is divisible by 3

  • p

if and only if x2 is divisible by 3

  • q

.

Proof. The proof has two main steps (one for each implication):

Creator: Malik Magdon-Ismail Proofs: 14 / 8 →

slide-59
SLIDE 59

Integer x is divisible by 3 if and only if x2 is divisible by 3.

x is divisible by 3

  • p

if and only if x2 is divisible by 3

  • q

.

Proof. The proof has two main steps (one for each implication):

(i)

Prove p → q: if x is divisible by 3, then x2 is divisible by 3.

(ii)

Prove q → p: if x2 is divisible by 3, then x is divisible by 3.

Creator: Malik Magdon-Ismail Proofs: 14 / 8 →

slide-60
SLIDE 60

Integer x is divisible by 3 if and only if x2 is divisible by 3.

x is divisible by 3

  • p

if and only if x2 is divisible by 3

  • q

.

Proof. The proof has two main steps (one for each implication):

(i)

Prove p → q: if x is divisible by 3, then x2 is divisible by 3.

We use a direct proof. Assume x is divisible by 3, so x = 3k for some k ∈ Z. Then, x2 = 9k2 = 3 · (3k2) is a multiple of 3, and so x2 is divisible by 3.

(ii)

Prove q → p: if x2 is divisible by 3, then x is divisible by 3.

Creator: Malik Magdon-Ismail Proofs: 14 / 8 →

slide-61
SLIDE 61

Integer x is divisible by 3 if and only if x2 is divisible by 3.

x is divisible by 3

  • p

if and only if x2 is divisible by 3

  • q

.

Proof. The proof has two main steps (one for each implication):

(i)

Prove p → q: if x is divisible by 3, then x2 is divisible by 3.

We use a direct proof. Assume x is divisible by 3, so x = 3k for some k ∈ Z. Then, x2 = 9k2 = 3 · (3k2) is a multiple of 3, and so x2 is divisible by 3.

(ii)

Prove q → p: if x2 is divisible by 3, then x is divisible by 3.

We use contraposition. Assume x is not divisible by 3. There are two cases for x, Case 1: x = 3k + 1 → x2 = 3k(3k + 2) + 1 (1 more than a multiple of 3). Case 2: x = 3k + 2 → x2 = 3(3k2 + 4k + 1) + 1 (1 more than a multiple of 3). In all cases, x2 is not divisible by 3, as was to be shown.

Creator: Malik Magdon-Ismail Proofs: 14 / 8 →

slide-62
SLIDE 62

Integer x is divisible by 3 if and only if x2 is divisible by 3.

x is divisible by 3

  • p

if and only if x2 is divisible by 3

  • q

.

Proof. The proof has two main steps (one for each implication):

(i)

Prove p → q: if x is divisible by 3, then x2 is divisible by 3.

We use a direct proof. Assume x is divisible by 3, so x = 3k for some k ∈ Z. Then, x2 = 9k2 = 3 · (3k2) is a multiple of 3, and so x2 is divisible by 3.

(ii)

Prove q → p: if x2 is divisible by 3, then x is divisible by 3.

We use contraposition. Assume x is not divisible by 3. There are two cases for x, Case 1: x = 3k + 1 → x2 = 3k(3k + 2) + 1 (1 more than a multiple of 3). Case 2: x = 3k + 2 → x2 = 3(3k2 + 4k + 1) + 1 (1 more than a multiple of 3). In all cases, x2 is not divisible by 3, as was to be shown.

if and only if proof contains the proofs of two implications. Each implication may be proved differently.

Creator: Malik Magdon-Ismail Proofs: 14 / 8 →

slide-63
SLIDE 63

Contradictions

1 = 2; n2 < n (for integer n); |x| < x; p ∧ ¬p.

Contradictions are FISHY. In mathematics you cannot derive contradictions.

Creator: Malik Magdon-Ismail Proofs: 15 / 8 →

slide-64
SLIDE 64

Contradictions

1 = 2; n2 < n (for integer n); |x| < x; p ∧ ¬p.

Contradictions are FISHY. In mathematics you cannot derive contradictions. Principle of Contradiction. If you derive something FISHY, something’s wrong with your derivation.

Creator: Malik Magdon-Ismail Proofs: 15 / 8 →

slide-65
SLIDE 65

Contradictions

1 = 2; n2 < n (for integer n); |x| < x; p ∧ ¬p.

Contradictions are FISHY. In mathematics you cannot derive contradictions. Principle of Contradiction. If you derive something FISHY, something’s wrong with your derivation.

1: Assume

√ 2 is rational.

2: This means

√ 2 = a∗/b∗; b∗ is the smallest denominator (well-ordering).

3: That is, a∗ and b∗ cannot have 2 as a common factor. 4: We have: 2 = a2

∗/b2 ∗ → a2 ∗ = 2b2 ∗, or a2 ∗ is even. Hence, a∗ is even, a∗ = 2k.

[we proved this]

5: Therefore, 4k2 = 2b2

∗ and so b2 ∗ = 2k2, or b2 ∗ is even. Hence, b∗ is even, b∗ = 2ℓ.

6: Hence, a∗ and b∗ are both divisible by 2. (FISHY)

Creator: Malik Magdon-Ismail Proofs: 15 / 8 →

slide-66
SLIDE 66

Contradictions

1 = 2; n2 < n (for integer n); |x| < x; p ∧ ¬p.

Contradictions are FISHY. In mathematics you cannot derive contradictions. Principle of Contradiction. If you derive something FISHY, something’s wrong with your derivation.

1: Assume

√ 2 is rational.

2: This means

√ 2 = a∗/b∗; b∗ is the smallest denominator (well-ordering).

3: That is, a∗ and b∗ cannot have 2 as a common factor. 4: We have: 2 = a2

∗/b2 ∗ → a2 ∗ = 2b2 ∗, or a2 ∗ is even. Hence, a∗ is even, a∗ = 2k.

[we proved this]

5: Therefore, 4k2 = 2b2

∗ and so b2 ∗ = 2k2, or b2 ∗ is even. Hence, b∗ is even, b∗ = 2ℓ.

6: Hence, a∗ and b∗ are both divisible by 2. (FISHY)

What could possibly be wrong with this derivation? It must be step 1.

Creator: Malik Magdon-Ismail Proofs: 15 / 8 →

slide-67
SLIDE 67

Template: Proof by Contradiction that p is t

You can use contradiction to prove anything. Start by assuming it’s false.

Creator: Malik Magdon-Ismail Proofs: 16 / 8 →

slide-68
SLIDE 68

Template: Proof by Contradiction that p is t

You can use contradiction to prove anything. Start by assuming it’s false. Powerful because the starting assumption gives you something to work with.

Creator: Malik Magdon-Ismail Proofs: 16 / 8 →

slide-69
SLIDE 69

Template: Proof by Contradiction that p is t

You can use contradiction to prove anything. Start by assuming it’s false. Powerful because the starting assumption gives you something to work with. Proof.

1: To derive a contradiction, assume that p is f. 2: Restate your assumption in mathematical terms. 3: Derive a FISHY statement – a contradiction that must be false. 4: Therefore, the assumption in step 1 is false, and p is t.

Creator: Malik Magdon-Ismail Proofs: 16 / 8 →

slide-70
SLIDE 70

Template: Proof by Contradiction that p is t

You can use contradiction to prove anything. Start by assuming it’s false. Powerful because the starting assumption gives you something to work with. Proof.

1: To derive a contradiction, assume that p is f. 2: Restate your assumption in mathematical terms. 3: Derive a FISHY statement – a contradiction that must be false. 4: Therefore, the assumption in step 1 is false, and p is t.

DANGER! Be especially careful in contradiction proofs. Any small mistake can easily lead to a contradiction and a false sense that you proved your claim.

Creator: Malik Magdon-Ismail Proofs: 16 / 8 →

slide-71
SLIDE 71

Template: Proof by Contradiction that p is t

You can use contradiction to prove anything. Start by assuming it’s false. Powerful because the starting assumption gives you something to work with. Proof.

1: To derive a contradiction, assume that p is f. 2: Restate your assumption in mathematical terms. 3: Derive a FISHY statement – a contradiction that must be false. 4: Therefore, the assumption in step 1 is false, and p is t.

DANGER! Be especially careful in contradiction proofs. Any small mistake can easily lead to a contradiction and a false sense that you proved your claim.

  • Exercise. Let a, b be integers. Prove that a2 − 4b = 2.

Creator: Malik Magdon-Ismail Proofs: 16 / 8 →

slide-72
SLIDE 72

Proofs about Sets

Venn diagram proofs: A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C).

A C B

slide-73
SLIDE 73

Proofs about Sets

Venn diagram proofs: A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C).

A C B A C B

A B ∩ C

slide-74
SLIDE 74

Proofs about Sets

Venn diagram proofs: A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C).

A C B A C B

A B ∩ C

union

slide-75
SLIDE 75

Proofs about Sets

Venn diagram proofs: A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C).

A C B A C B

A B ∩ C

union

A C B

A ∪ (B ∩ C)

slide-76
SLIDE 76

Proofs about Sets

Venn diagram proofs: A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C).

A C B A C B

A B ∩ C

union

A C B

A ∪ (B ∩ C) (A ∪ B) ∩ (A ∪ C)

intersect

A C B A C B

A ∪ B A ∪ C

Creator: Malik Magdon-Ismail Proofs: 17 / 8 →

slide-77
SLIDE 77

Proofs about Sets

Venn diagram proofs: A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C).

A C B A C B

A B ∩ C

union

A C B

A ∪ (B ∩ C) (A ∪ B) ∩ (A ∪ C)

intersect

A C B A C B

A ∪ B A ∪ C

Formal proofs: One set is a subset of another, A ⊆ B:

Creator: Malik Magdon-Ismail Proofs: 17 / 8 →

slide-78
SLIDE 78

Proofs about Sets

Venn diagram proofs: A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C).

A C B A C B

A B ∩ C

union

A C B

A ∪ (B ∩ C) (A ∪ B) ∩ (A ∪ C)

intersect

A C B A C B

A ∪ B A ∪ C

Formal proofs: One set is a subset of another, A ⊆ B:

x ∈ A → x ∈ B

Creator: Malik Magdon-Ismail Proofs: 17 / 8 →

slide-79
SLIDE 79

Proofs about Sets

Venn diagram proofs: A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C).

A C B A C B

A B ∩ C

union

A C B

A ∪ (B ∩ C) (A ∪ B) ∩ (A ∪ C)

intersect

A C B A C B

A ∪ B A ∪ C

Formal proofs: One set is a subset of another, A ⊆ B:

x ∈ A → x ∈ B

One set is a not a subset of another, A ⊆ B:

Creator: Malik Magdon-Ismail Proofs: 17 / 8 →

slide-80
SLIDE 80

Proofs about Sets

Venn diagram proofs: A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C).

A C B A C B

A B ∩ C

union

A C B

A ∪ (B ∩ C) (A ∪ B) ∩ (A ∪ C)

intersect

A C B A C B

A ∪ B A ∪ C

Formal proofs: One set is a subset of another, A ⊆ B:

x ∈ A → x ∈ B

One set is a not a subset of another, A ⊆ B:

∃x ∈ A : x ∈ B

Creator: Malik Magdon-Ismail Proofs: 17 / 8 →

slide-81
SLIDE 81

Proofs about Sets

Venn diagram proofs: A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C).

A C B A C B

A B ∩ C

union

A C B

A ∪ (B ∩ C) (A ∪ B) ∩ (A ∪ C)

intersect

A C B A C B

A ∪ B A ∪ C

Formal proofs: One set is a subset of another, A ⊆ B:

x ∈ A → x ∈ B

One set is a not a subset of another, A ⊆ B:

∃x ∈ A : x ∈ B

Two sets are equal, A = B:

Creator: Malik Magdon-Ismail Proofs: 17 / 8 →

slide-82
SLIDE 82

Proofs about Sets

Venn diagram proofs: A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C).

A C B A C B

A B ∩ C

union

A C B

A ∪ (B ∩ C) (A ∪ B) ∩ (A ∪ C)

intersect

A C B A C B

A ∪ B A ∪ C

Formal proofs: One set is a subset of another, A ⊆ B:

x ∈ A → x ∈ B

One set is a not a subset of another, A ⊆ B:

∃x ∈ A : x ∈ B

Two sets are equal, A = B:

x ∈ A ↔ x ∈ B

Creator: Malik Magdon-Ismail Proofs: 17 / 8 →

slide-83
SLIDE 83

Proofs about Sets

Venn diagram proofs: A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C).

A C B A C B

A B ∩ C

union

A C B

A ∪ (B ∩ C) (A ∪ B) ∩ (A ∪ C)

intersect

A C B A C B

A ∪ B A ∪ C

Formal proofs: One set is a subset of another, A ⊆ B:

x ∈ A → x ∈ B

One set is a not a subset of another, A ⊆ B:

∃x ∈ A : x ∈ B

Two sets are equal, A = B:

x ∈ A ↔ x ∈ B

  • Exercise. A = {multiples of 2}; B = {multiples of 9}; C = {multiples of 6}. Prove A ∩ B ⊆ C.

Creator: Malik Magdon-Ismail Proofs: 17 / 8 →

slide-84
SLIDE 84

Picking a Proof Template

Situation you are faced with Suggested proof method

Creator: Malik Magdon-Ismail Proofs: 18 / 8

slide-85
SLIDE 85

Picking a Proof Template

Situation you are faced with Suggested proof method

  • 1. Clear how result follows from assumption

Creator: Malik Magdon-Ismail Proofs: 18 / 8

slide-86
SLIDE 86

Picking a Proof Template

Situation you are faced with Suggested proof method

  • 1. Clear how result follows from assumption

Direct proof

Creator: Malik Magdon-Ismail Proofs: 18 / 8

slide-87
SLIDE 87

Picking a Proof Template

Situation you are faced with Suggested proof method

  • 1. Clear how result follows from assumption

Direct proof

  • 2. Clear that if result is false, the assumption is false

Creator: Malik Magdon-Ismail Proofs: 18 / 8

slide-88
SLIDE 88

Picking a Proof Template

Situation you are faced with Suggested proof method

  • 1. Clear how result follows from assumption

Direct proof

  • 2. Clear that if result is false, the assumption is false Contraposition

Creator: Malik Magdon-Ismail Proofs: 18 / 8

slide-89
SLIDE 89

Picking a Proof Template

Situation you are faced with Suggested proof method

  • 1. Clear how result follows from assumption

Direct proof

  • 2. Clear that if result is false, the assumption is false Contraposition
  • 3. Prove something exists

Creator: Malik Magdon-Ismail Proofs: 18 / 8

slide-90
SLIDE 90

Picking a Proof Template

Situation you are faced with Suggested proof method

  • 1. Clear how result follows from assumption

Direct proof

  • 2. Clear that if result is false, the assumption is false Contraposition
  • 3. Prove something exists

Show an example

Creator: Malik Magdon-Ismail Proofs: 18 / 8

slide-91
SLIDE 91

Picking a Proof Template

Situation you are faced with Suggested proof method

  • 1. Clear how result follows from assumption

Direct proof

  • 2. Clear that if result is false, the assumption is false Contraposition
  • 3. Prove something exists

Show an example

  • 4. Prove something does not exist

Creator: Malik Magdon-Ismail Proofs: 18 / 8

slide-92
SLIDE 92

Picking a Proof Template

Situation you are faced with Suggested proof method

  • 1. Clear how result follows from assumption

Direct proof

  • 2. Clear that if result is false, the assumption is false Contraposition
  • 3. Prove something exists

Show an example

  • 4. Prove something does not exist

Contradiction

Creator: Malik Magdon-Ismail Proofs: 18 / 8

slide-93
SLIDE 93

Picking a Proof Template

Situation you are faced with Suggested proof method

  • 1. Clear how result follows from assumption

Direct proof

  • 2. Clear that if result is false, the assumption is false Contraposition
  • 3. Prove something exists

Show an example

  • 4. Prove something does not exist

Contradiction

  • 5. Prove something is unique

Creator: Malik Magdon-Ismail Proofs: 18 / 8

slide-94
SLIDE 94

Picking a Proof Template

Situation you are faced with Suggested proof method

  • 1. Clear how result follows from assumption

Direct proof

  • 2. Clear that if result is false, the assumption is false Contraposition
  • 3. Prove something exists

Show an example

  • 4. Prove something does not exist

Contradiction

  • 5. Prove something is unique

Contradiction

Creator: Malik Magdon-Ismail Proofs: 18 / 8

slide-95
SLIDE 95

Picking a Proof Template

Situation you are faced with Suggested proof method

  • 1. Clear how result follows from assumption

Direct proof

  • 2. Clear that if result is false, the assumption is false Contraposition
  • 3. Prove something exists

Show an example

  • 4. Prove something does not exist

Contradiction

  • 5. Prove something is unique

Contradiction

  • 6. Prove something is not true for all objects

Creator: Malik Magdon-Ismail Proofs: 18 / 8

slide-96
SLIDE 96

Picking a Proof Template

Situation you are faced with Suggested proof method

  • 1. Clear how result follows from assumption

Direct proof

  • 2. Clear that if result is false, the assumption is false Contraposition
  • 3. Prove something exists

Show an example

  • 4. Prove something does not exist

Contradiction

  • 5. Prove something is unique

Contradiction

  • 6. Prove something is not true for all objects

Show a counter-example

Creator: Malik Magdon-Ismail Proofs: 18 / 8

slide-97
SLIDE 97

Picking a Proof Template

Situation you are faced with Suggested proof method

  • 1. Clear how result follows from assumption

Direct proof

  • 2. Clear that if result is false, the assumption is false Contraposition
  • 3. Prove something exists

Show an example

  • 4. Prove something does not exist

Contradiction

  • 5. Prove something is unique

Contradiction

  • 6. Prove something is not true for all objects

Show a counter-example

  • 7. Show something is true for all objects

Creator: Malik Magdon-Ismail Proofs: 18 / 8

slide-98
SLIDE 98

Picking a Proof Template

Situation you are faced with Suggested proof method

  • 1. Clear how result follows from assumption

Direct proof

  • 2. Clear that if result is false, the assumption is false Contraposition
  • 3. Prove something exists

Show an example

  • 4. Prove something does not exist

Contradiction

  • 5. Prove something is unique

Contradiction

  • 6. Prove something is not true for all objects

Show a counter-example

  • 7. Show something is true for all objects

Show for general object

  • Practice. Exercise 4.8.

Creator: Malik Magdon-Ismail Proofs: 18 / 8