exercise

3.1 Expressing Relationship of Humans in Predicate Logic

3.2 From Natural Language to a Formula

3.3 Winning Strategy

The statement is false

The statement is true Alice chooses and

3.4 Indirect Proof of an Implication

Claim: is odd is odd Proof: Assume is even, then for some . Hence

so is even. Thus the contrapositive ” is even ” is even holds, so the original statement holds.

Claim: is a prime is odd Proof: Assume is even, then for some . Hence so can be divided by and showing that it is not a prime. Thus the contrapositive ” is even is not a prime” holds, so the original statement holds.

3.5 Case Distinction

Claim: is divisible by for all Proof: case 1: for some

case 2: for some

case 3: for some

All cases are proved. Thus the statement holds

Claim: and are primes is prime Proof: case 1: for some Since is a prime, must be 1, so 11 and 29 are primes, the statement holds.

case 2: for some has the factor 3 and therefore not a prime.

case 3: for some has the factor 3 and therefore not a prime.

The hypothesis forces , and then is a prime. Thus, the statement holds.

3.6 Proof by Contradiction

Claim: the sum of a rational number and an irrational number is irrational Proof: Assume the sum of a rational number and an irrational number is rational. where are rational, and is irrational This contradicts the fact that the difference of two rational numbers is rational, so the original statement holds.

Claim: is irrational for Proof: Assume is rational, then for some This contradicts the Fermat’s Last Theorem, so the original statement holds.

3.7 New Proof Patterns

The pattern claims Assume , ,

If is false, then the statement fails, and therefore does does not prove for Thus, the proof pattern is not sound.

The pattern claims

Since we showed that is false, then is true. Therefore and Thus, the proof pattern is sound.