SUNY Geneseo Department of Mathematics

Introduction to Induction

Friday, March 8

Math 239 01
Spring 2019
Prof. Doug Baldwin

Return to Course Outline

Previous Lecture

Misc

Colloquium

Marcus Elia, “Fast Polynomial Multiplication for Cryptography”

Wednesday, March 13, 4:00 - 5:00 PM

Newton 201

Up to 2 problem set points of extra credit for going and writing a paragraph about connections you make to the talk.

Questions?

Inductive Sets

Part of section 4.1.

Definition

Definition: for a set to be inductive, it must...

  1. Be a subset of the integers, and
  2. Have the property that if n is in the set, then n+1 is also in the set.

Are the following inductive?

Proofs

Prove that { n ∈ ℤ | n > -30 } is inductive.

To prove that a set is inductive, you have to show that it is a subset of the integers, and that whenever n is in the set so is n+1. Here is the proof for this set (Theorem 1 in the document), and the LaTeX source the proof came from.

Prove that if the universal set is the natural numbers, then the truth set of the predicate P(n) = “4 divides (5n - 1)” is inductive.

This proof is similar to the first example. The proof is here (Theorem 2), and its LaTeX source is here.

Does this prove that 4 in fact divides 5n - 1 for any (or all) n? No, because it doesn’t prove that there actually is an n in the set at all.

Next

Proof by induction (i.e., adding on the “is there such an n at all” part of our proof that a truth set is inductive).

Read the rest of section 4.1.

Next Lecture