SUNY Geneseo Department of Mathematics
Wednesday, March 29
Math 239 01
Spring 2017
Prof. Doug Baldwin
I will be out of town next Friday (April 7). Plans for class that day will be announced soon.
My solutions to problem set 9 are on Canvas in LaTeX and PDF form.
Recurrence relation from Problem Set 10?
The recurrence relation:
Problem: prove f(n) = 2n - 1.
Use induction.
Basis step is n = 1.
Inductive step proceeds just like in other inductions: assume P(k), show P(k+1)
The two proofs in question 3?
The two forms of proof are via logical definitions of set operations, and via set algebra
Imagine a set of subjects, S = { Math, English } and a set of numbers, N = { 101, 201, 239 }.
What is S × N?
How about N × S?
Relevant ideas or questions from the reading
So S × N = { (Math,101), (Math,201), (Math,239), (English,101), (English,201), (English,239) }
N × S = { (101,Math), (101,English), (201,Math), (201,English), (239,Math), (239,English) }
Comments
Conjecture: | A × B | = |A| |B|
Prove this by induction on the size of B.
An illustration of the pairings of elements from A and B in the inductive step:
In the course of proving this, we also realized a couple of other things about Cartesian products, namely...
Does FOIL work for Cartesian products, e.g., is (A ∪ B) × (C ∪ D) = A×C ∪ A×D ∪ B×C ∪ B×D?
Yes, as can be shown by twice using the fact that Cartesian product distributes over union.
Relevant ideas or questions from the reading
Indexed families of sets.
Read textbook section 5.5.