Math 360, Fall 2021, Assignment 1
By one of those caprices of the mind, which we are perhaps most subject to in early youth, I at once gave up my former occupations; set down natural history and all its progeny as a deformed and abortive creation; and entertained the greatest disdain for a would-be science, which could never even step within the threshold of real knowledge. In this mood of mind I betook myself to the mathematics, and the branches of study appertaining to that science, as being built upon secure foundations, and so, worthy of my consideration.
- - Mary Shelley, Frankenstein
Read:
- Section 0.
Carefully define the following terms, then give one example and one non-example of each:
- Containment (of sets).
- Equality (of sets).
- Property.
- Ordered pair.
- Cartesian product (of two sets).
Carefully state the following theorems (you do not need to prove them):
- Russell's paradox (this is not really a theorem, but it is an important fact).
- Basic counting principle (relating the size of A×B to the sizes of A and B).
Solve the following problems:
- Section 0, problems 1, 2, 3, 4, 5, 6, 7, 8, and 11.
- Prove that for any set S, it must be the case that ∅⊆S. (Hint: begin with "Suppose not. Then by the definition of set containment, there must be some member of ∅ which is not a member of S. But...".)
- Now suppose S is any set with S⊆∅. Prove that S=∅. (Hint: use the previous result together with the definition of set equality.)
- The previous two exercises show that ∅ is the "smallest of all sets." Is there a "largest of all sets?" (For more information on this question as well as on Russell's Paradox and its resolutions, see Wikipedia: Universal Set.)
Questions:
Solutions:
- Containment: Set A is contained in set B if each element in A is also an element in B. This is also the definition of a subset. For example: {1,2}⊆{1,2,5}, {1,2,3}⊈{1,2,5}.
- Equality: two sets are equal if they are mutually subsets of each other. If there are two sets A and B. A⊆B∧B⊆A⇔A=B
- Property: a statement that must be able to be evaluated as true or false about an object. For example {x|x is even ∧x⩽8}. However, "x is almost an integer" is not a property, as it is not well-defined.
- Ordered Pair: two associated objects, the order of which is significant. In an ordered pair (a,b),a is the first element and b is the second.(a,b)≠(b,a) if a≠b. For example, (1,2)=(1,2) because 1=1,2=2 and (1,2)≠(2,1) because 1≠2,2≠1.
- Cartesian Product of Two Sets: if A,B are two sets: A×B={(a,b)|a∈A∧b∈B}. For example, {1,2}×{3,4}={(1,3),(1,4),(2,3),(2,4)}. As a non-example, {1,2}×{3,4}≠{(1,2),(3,4)}
- Russell's paradox: if R is a set and R={x|x≠x}, can one say R∈R or not? Assume that R∈R, then R∉R according to set R's property. However, if R∉R, according to R's property, R∈R which creates paradox.
- Basic Counting Principle: if there are a elements in set A and b elements in set B, there should be a×b pairs (or elements) in the set which represents Cartesian Product of set A and B. |A×B|=|A|×|B|, (|A| is the cardinality of set A).
Section 0
- {x∈R|x2=3} x∈R→x are elements contained in the real number set, x2=3→ elements in the real number set which have their square =3. x2=3, x=±√3, therefore, this set is {√3,−√3}
- ∅
- {1,2,3,4,5,6,10,12,15,20,30,60}
- {m∈Z|m2−m<115}, m are all integers. m2−m<115→m2−m−115<0, m=−10.24 and m=11.24 when m2−m−115<0, (m2−m−115)′=2m−1=0,m=12,m2−m−115<0 when m=12. Therefore, −10.24<m<11.24, the set is {−10,−9,−8,−7,−6,−5,−4,−3,−2,−1,0,1,2,3,4,5,6,7,8,9,10,11}
- Not well-defined, because "large number" is not unique value.
- ∅
- ∅
- Not well-defined, because "almost an integer" is not unique value.
Solve Problems
- Suppose that ∅⊈S, ∃a∈∅∧a∉S. However, ∀a,a∉∅. Therefore, ∀a∉S,a∉∅. Proved by contradiction that ∀S,∅⊆S
- Suppose that S⊆∅∧S≠∅, which means that ∅⊈S. From the previous proof, we know that ∀S,∅⊆S. ∅⊆S∧S⊆∅ Proved by contradiction that ∀S⊆∅,S=∅.
- Suppose S is the largest set in the whole mathematical world. S should have a power set, the power set P(S)ofS. Power sets P(S) always have higher cardinality than the set S,∀S. P(S)>S, proved by contradiction that S is not the largest set. There is no largest set.
Section 0
1, {-√3,√3}
2, ∅
3, {-60,-30,-20,-15,-12,-10,-6,-5,-4,-3,-2,-1,1,2,3,4,5,6,10,12,15,20,30,60}
4, {m ϵ Z | -10.2 < m < 11.2}
5, Not well defined
6, ∅
7, ∅
8, Not well defined
11, {(a,1),(a,2),(a,c),(b,1),(b,2),(b,c),(c,1),(c,2),(c,c)}
Problem 2:
Containment def: We say A ⊆ B (read A is contained in B) whenever each element of A is also an element of B.
Solution 1: So it's also true that not single element of A is not an element of B. ∅ don't have any elements, so it's true that ∅ is contained in S.
Solution 2: Suppose that ∅ ⊈ S, then there is an element of ∅ that is also an element of S. But the ∅ don't have any elements, so it's false that there is an element of ∅ that is also an element of S. Thus, it's true that ∅ ⊆ S.
Problem 3:
Containment def: We say A ⊆ B (read A is contained in B) whenever each element of A is also an element of B.
Solution 1: So it's also true that not single element of A is not an element of B. ∅ don't have any elements, so if S ⊆ ∅ then not single element of S is not an element of ∅, which means S don't have any elements. Thus, S = ∅.
Solution 2: Suppose that S ≠ ∅, then there is at least one element in S. But then S ⊈ ∅, so it’s false that there is at least one element in S. Thus, S = ∅.
Problems 4:
Set A is "the largest set of all sets". Set S is any set of all sets. Then A ⊈ S. Suppose not A ⊈ S, then A ⊆ S. If A ⊆ S, then |S| ≥ |A|, which means A is not "the largest set of all sets". Thus, there is not set A that is "the largest set of all sets".