Logic and Proof Exercises

Example 1

What's the base case when we prove inductively that 3n + 1 is divisible by 2 for all positive integers?

Example 2

What's the base case when we prove inductively that 10n – 5 is divisible by 5 for all positive integers?

Example 3

What's the base case when we prove inductively that n – 2 is positive when n > 2?

Example 4

Brandon is trying to prove that 3n + 1 is an even number whenever n is a positive integer. You want to mess up his proof, because you think he's wrong. Name one counterexample that shows he can't prove his general statement.

Example 5

Are there any counterexamples that disprove the statement, "6n + 2 is always divisible by 4 when n is a positive integer"?