4.2 Power Sets and Cartesian Products
Objectives:
-
•
Discover how we can build larger sets from other sets using Cartesian products and power sets
4.2.1 Cartesian Products
Example 4.2.1.
We often see the set as the set of all -coordinates, also known as the -plane. In what sense is the “square” of the real numbers? Where does the number “2” come into play when defining elements of ?
Is it possible to define ? If so, how would you define it? Draw a picture of this region.
Cartesian products are especially useful when dealing with functions where several variables are involved. Before this class is over we will see several other uses for them as well… we will define relations and even functions themselves as subsets of Cartesian products!
Definition 4.2.2.
Let and be sets. The Cartesian product (LaTeX times) of and is the set
where denotes the ordered pair containing and in that order.
Example 4.2.3.
List all elements in the set .
It’s possible to repeat this process of taking Cartesian products over and over to get larger and larger sets. For example, if we are considering a rectangular prism of length 3, width 2, and height 1, we might describe this as the following subset in : .
To be specific about this definition and extend it to work for any finite number of Cartesian products, we define:
Definition 4.2.4.
For each , we define an -tuple to be an ordered list of elements of the form . We refer to as the th component (or coordinate) of .
Given sets , we define the Cartesian product of these sets to be the set of all -tuples where the th coordinates come from the set . That is,
(The Cartesian Product is written as prod in LaTeX.) The special case of the set
is referred to as .
You will see us start to do fewer and fewer proofs using new concepts in class; indeed, you will have to do more of the proofs utilizing these concepts on your own now. This is important to strengthen your ability to verify mathematical statements yourself. It is a scary step to take… it scared me too when I was at this point in the class. Here is a quote from Leon Henkin, an American logician at UC Berkeley, that addresses why we are making this step:
One of the big misapprehensions about mathematics that we perpetrate in our classrooms is that the teacher always seems to know the answer to any problem that is discussed. This gives students the idea that there is a book somewhere with all the right answers to all of the interesting questions, and that teachers know those answers. And if one could get hold of the book, one would have everything settled. That’s so unlike the true nature of mathematics.
Example 4.2.5.
Interpret this quote in your own words.
Theorem 4.2.6.
Let and be sets. If and , then .
Example 4.2.7.
Let and be sets, each within some universe of discourse. Conjecture a way to rewrite that meaningfully involves and . For homework, prove your conjecture. (Hint: what is ? Draw a picture.)
(More space for Example 4.2.7.)
Blank space for you to write your work.4.2.2 Power Sets
Example 4.2.8.
The letters of the word “MAROON” are put into a hat, and a student chooses a letter at random. Write out the set of all letters they could choose this way.
What is the set of all vowels the student could choose?
What about the set of all letters in the second half of the alphabet that the student could choose?
This time, the student can choose any number of letters in the hat, including all of them or none of them. How many possible combinations of letters can the student have? How do you know?
What if there are distinct letters (not neceesarily "M", "A", "R", "O", "N") in the hat that the student could choose from? How many possible combinations of letters can the student have?
In the world of probability, it is necessary to calculate how many possible subsets satisfy a certain outcome. If the example from the last page was a game where choosing a vowel could win or lose you some money, you might be quite interested to know how likely the outcome would be of winning!
All of these subsets live in the power set of a set . For the definition below, think of the set as the set from the previous example; the set is the set of all subsets of this set, which we found in the second-to-last example had 32 elements.
Definition 4.2.9.
If is a set, then the power set of is the set of subsets of . The power set is denoted (LaTeX mathcalP).
Theorem 4.2.10.
Let be a set with elements. Using induction, prove that has elements.
(More space for Theorem 4.2.10.)