-
Notifications
You must be signed in to change notification settings - Fork 1
/
set_theory_introduction.tex
245 lines (191 loc) · 10.3 KB
/
set_theory_introduction.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
\yourname
\activitytitle{Introduction to set theory}{This activity introduces sets, ways to write them, and the relations between them.}
\overview{Many important ideas in mathematics are expressed using sets, and many proofs come down to dealing with sets in the right way.
This activity was co-authored by Johanson Berlie.}
\definition{Set}{A set is a well-defined collection of distinct objects. These objects are called \textbf{elements} or \textbf{members} of the set.
}
\example{
Consider all students registered for at least one credit hour at this university this semester.
The objects are students, and there is a clear criterion for deciding which students we have in mind, so the collection is well defined.
It's OK that we don't have a list of the students, we can still talk about the set.
}{0.0in}
\example{
Consider all the days last spring when it was somewhat gloomy. Here, the objects are days that were somewhat gloomy.
Since `somewhat gloomy' does not have a precise meaning, this collection is not a set.
}{0in}
\exercise{Which of the following are sets?
Consider whether the set is well defined and explain your thinking in each case.
If the set is small enough, list out its elements.
\balist{0.2in}
\item Your Facebook friends right now
\item Your high school friends on high school graduation day
\item All the stars in the Milky Way galaxy right now
\item All the small stars in the Milky Way galaxy right now
\noindent
Remember to explain your thinking.
\item The ten most important characters in the Harry Potter books
\item The days in a year with exactly 20mm of rainfall
\item The days in 2020 in Bowling Green, Ohio with less than 20mm of rainfall
\item English letters that are vowels
\item Planets in our solar system
\noindent
Remember to explain your thinking and list the elements of small sets.
\item Construct your own example or non-example of a set and explain why it is or is not a set.
\elist
}{0.1in}
\definition{Elements of a set}{
If $A$ is a set and an object $x$ is an element of $A$, we write $x \in A$.
The symbol $\in$ looks a bit like a letter E and stands for ``is an element of.''
Thus $x \in A$ should be read as ``$x$ is an element of $A$.''
If $x$ is not an element of $A$, we write $x \notin A$ and say that $x$ is not an element of $A$.
Sets are usually denoted by capital letters and their elements by lower case letters.
}
\definition{Tabular form}{
We represent a set in \textbf{tabular form} by listing out its elements, separated by commas and enclosed in curly braces \{ \}.
The order in which we list the elements does not matter, only which objects are elements of the set.
If the set has too many elements to list, establish a pattern and use $\ldots$.
}
\example{
If the set $C$ consists of the primary colors, we could write $C$ = \{red, blue, yellow\} or $C$ = \{yellow, red, blue\}, because the order in which we list the elements doesn't matter.
}{0in}
\remark{
For convenience or from lack of attention, sometimes an element is repeated when listing in tabular form; this does not change the actual elements of a set.
Thus, the tabular forms $\{a,b\}$ and $\{a,b,b,a\}$ both refer to the same set.
}
\example{
The set of Fibonacci numbers can be written $F = \{1, 1, 2, 3, 5, 8, 13, \ldots\}$ or as $F = \{1, 2, 3, 5, 8, 13, \ldots\}$ .
The first way is how people usually write the Fibonacci numbers, the second way recognizes that since a set is a collection of distinct elements, listing 1 twice doesn't change the set.
Be careful with the idea of establishing a pattern: If someone doesn't know what the Fibonacci numbers are, they might not be able to tell you the next element of the set.
}{0.0in}
\exercise{List out the next five elements of the set of Fibonacci numbers.}{0.1in}
\definition{Set-builder form}{
We represent a set in \textbf{set-builder form} by stating the properties which its elements must satisfy.
}
\example{
If the set $C$ consists of the primary colors, then we can write $C = \{ x : x$ is a primary color$\}.$
In this notation we wrote $x$ as a temporary name for an element of the set, and wrote the condition that $x$ needs to satisfy after the colon character :.
Sometimes people use a vertical line $|$ instead of a colon.
}{0in}
\exercise{~
\balist{0.14in}
\item Express the set $A=\{x : x$ is a ``home row'' character on a keyboard$\}$ in tabular form.
\item Express the set $B =\{A, L, G, E, B, R\}$ in set-builder form.
\item Express the set $P = \{2, 3, 5, 7, 11, \ldots, 97\}$ in set-builder form.
\item Express the set $T = \{ x : x$ is a power of 2$\}$ in tabular form.
\item Suppose that $R = \{ x | x$ is a zero of $f(x) = 5x^3 - 2x^2 + 7x - 1 \}$.
Suppose that $u \in R$.
Write the equation that we know that $u$ satisfies.
\item Suppose that $M = \{ m : m $ is a multiple of 7 $\}$.
Let $k \in M$.
Without using the words ``multiple'' or ``divides'' or ``divisible,'' what do we know about $k$?
\elist
}{0.0in}
% ======================================================================
\pagebreak
\definition{Empty set}{
A set which contains no elements is called the \textbf{null set} or \textbf{empty set}.
We denote it by the symbol $\varnothing$.
}
\example{
The set of real-valued solutions of the equation $x^2 + 1 = 0$ is empty, since there is no real number that solves the equation.
}{0in}
\definition{Singleton set}{
A set which contains only a single element is called a \textbf{singleton set}.
}
\example{
The set of mountains on earth with height over 29,000 feet is a singleton set, since Mt. Everest is the only element of the set.
}{0in}
\exercise{
For the following questions, identify the set and describe it using the definitions above. That's two things to do.
\balist{0.2in}
\item The set of all mountains in the state of Ohio above 2000 feet in height. This might require an internet search.
\item If Jill has classes on Mondays, Wednesdays and Fridays and has work on Wednesdays and Saturdays.
Consider the set of days on which Jill has both work and classes.
\item Suppose we draw two straight lines in the plane and consider the intersection of the two lines, that is, the set of all points that are on both lines.
Can this set be empty? If so, draw a picture.
Can this set be a singleton? If so, draw a picture.
Can this set be anything else? If so, draw a picture and describe it.
\elist
}{0.6in}
% ======================================================================
\definition{Subset of a set}{
Let $A$ and $B$ be sets.
If every element of $A$ is also an element of $B,$ then $A$ is said to be a \textbf{subset} of $B$ and we write $A \subseteq B$.
}
\remark{
If $A$ is a set, then $A \subseteq A$, because every element of $A$ is also a member of $A$.
}
\remark{
The notation $\subseteq$ is much like the inequality symbol $\leq$ for real numbers.
We know that $3 \leq 5$ and writing $x \leq 5$ means that $x$ could be any number up to and including 5.
It is always true that $x \leq x$ when $x$ is a real number.
When you see the statement $A\subseteq B$, think that $A$ is a subset of $B$, and possibly equal to $B$.
}
\remark{
The null set is a subset of every set:
Suppose $A$ is a set.
Then it is true that every element of $\varnothing$ is a member of $A$.
People sometimes say this is ``vacuously true,'' because $\varnothing$ doesn't have any elements to bother with.
We write $\varnothing \subseteq A$.
}
\definition{Not a subset}{When $A$ is not a subset of $B$, we write $A \not\subseteq B$.
This happens when there is an element of $A$ that is not an element of $B$.}
\example{
If $A$ = \{green, yellow, red, black, dog, cat, mouse\} and $B$ = \{dog, cat\} then $B \subseteq A$.
However, $A \not\subseteq B$ because, for example, mouse $\in A$ but mouse $\notin B$.
}{0in}
\exercise{
\balist{0.2in}
\item If $A$ is the set of all cars manufactured by a Japanese car company and $B$ is the set of all Toyota sedans, then what is the relationship between $A$ and $B$?
\item Let $M$ be the set of people you have communicated with on social media in the last week, and let $C$ be the set of people you are taking a class with now.
Is $M \subseteq C$? If not, give the first name of one person in $M$ but not in $C$.
Is $C \subseteq M$? If not, name one person in $C$ but not in $M$.
\vspace*{0.2in}
\item Let $V$ be the set of people who voted in the last US presidential election, and let $C$ be the set of US citizens at the time.
Is $V \subseteq C$?
Under what condition would we have $V \not\subseteq C$?
\elist
}{0.3in}
\definition{Proper subset}{
If every element in a set $A$ is also a member of a set $B,$ and yet $B$ contains at least one element that is not in $A$, then $A$ is called a \textbf{proper subset} of B and we write $A \subset B$. Sometimes people write $A \subsetneq B$.
When you want to show that $A \subset B$, you need to check that $A \subseteq B$ and that $A$ and $B$ are not equal.
}
\remark{
The notation $\subset$ is much like the strict inequality symbol $<$ for real numbers.
We know that $3 < 5$ is true and writing $x < 5$ means that $x$ could be any number up to but not including 5.
It is never true that $x < x$ when $x$ is a real number.
When you see the statement $A\subset B$, think that $A$ is a subset of $B$ but not equal to $B$.
That means that $B$ has an element that $A$ does not have.
}
\exercise{
If A = \{ green, yellow, red, black, dog, cat, mouse\} and B = \{dog, cat\} then $B \subset A$.
Put your finger on the two reasons why this is true.
Be specific.
}{0.1in}
\exercise{
If $A$ is a set, explain why $A \subset A$ is not true, by talking about elements of $A$.
We could write $A \not\subset A$.
}{0.1in}
\exercise{
\balist{0.2in}
\item Suppose that $L$ is the set of US citizens who voted legally in the last presidential election and $C$ is the set of US citizens at that time.\\
\noindent
Explain in the context of voting why $L \subseteq C$ is true.\\
\noindent
Explain in the context of voting why $L \subset C$ is true.
\item Consider a class at the University.
Let $R$ be the set of students who are registered for the class at the time of the final exam, and let $F$ be the set of people who take the final exam.
\noindent
What needs to happen at the final exam to make $R = F$?
Talk about students, not sets.
\vspace*{0.2in}
\noindent
What two things need to happen to make $F \subset R$?
\noindent
What two things need to happen to make $R \subset F$?
\noindent
Which of the three possibilities do you think is most likely to happen?
\noindent
Least likely? Why?
\elist
}{0.0in}