mit18_100af20_lec32
mit18_100af20_lec32
mit18_100af20_lec32
Theorem 2 (Cantor)
If A is a set, then |A| < |P(A)|.
Remark 3. Therefore,
N < |P(N)| < |P(P(N))| < . . . .
Proof : Define the function f : A → P(A) by f (x) = {x}. Then, f is 1-1– as if {x} = {y} =⇒ x = y.
Thus, |A| ≤ |P(A)|. To finish the proof now all we need to show is that |A| = 6 |P(A)|. We will do so through
contradiction. Suppose that |A| = |P(A)|. Then, there exists a surjection g : A → P(A). Let
B := {x ∈ A | x ∈
/ g(x)} ∈ P(A).
Since g is surjective, there exists a b ∈ A such that g(b) = B. There are two cases:
1. b ∈ B. If this is the case, then b ∈
/ g(b) = B =⇒ b ∈
/ B.
2. b ∈
/ B. If this is the case, then b ∈
/ g(b) = B =⇒ b ∈ B.
In either case we obtain a contradiction. Thus, g is not surjective =⇒ |A| =
6 |P(A)|.
Remark 4. This is another proof method: casework. If the conclusion for every case is true, then the conclusion
must be true.
Corollary 5
For all n ∈ N ∪ {0}, n < 2n .
1
Real Numbers
Remark 7. In a sense, to be made precise, the set of real numbers is the unique set with all of the algebraic and
ordering properties of the rational numbers, but none of the holes.
Problem 8
Now let’s try to precisely describe R.
We will start by stating what our end result will be, and then we will derive it:
• Q × Q is an ordered set with the relation (q, r) > (s, t) ⇐⇒ q > s or q = s and r > t.
• Consider the set P(N). Let A, B ∈ P(N) and let A ≺ B if A ⊂ B. This is NOT an ordered set– it doesn’t
satisfy the first property of an ordered set.
2. If ∃c ∈ S such that x ≥ c for all x ∈ E, then E is bounded below and c is a lower bound of E.
From here, there are some very important definitions in real analysis. We say that b0 is the least upper
bound, or the supremum of E if
A) b0 is an upper bound for E and
2
Example 12
Here are a few examples of infimums and supremums:
• S = Z and E = {−2, −1, 0, 1, 2}. Then, inf E = −2 and sup E = 2.
• But, note that the supremum nor the infimum need to be in E. Consider the sets S = Q and
E = {q ∈ Q | 0 ≤ q < 1}.
Then, E ⊂ S is bounded above if and only if −E ⊂ N is bounded below. By the well-ordering principle, −E has a
least element x ∈ −E, and thus −x = sup E.
We will now show that Q does not have the least upper bound property.
Theorem 14
If x ∈ Q and
x = sup{q ∈ Q | q > 0, q 2 < 2}
Proof : Let E equal the set on the right hand side, and suppose x ∈ Q such that x = sup E. Then, since 1 ∈ E
and x is an upper bound for E, 1 ≤ x =⇒ x > 0. n o
2−x2
We now prove that x2 ≥ 2. Suppose that x2 < 2. Define h = min 21 , 2(2x+1) < 1. Then, if x2 < 2 then h > 0.
We now prove that x + h ∈ E. Indeed,
(x + h)2 = x2 + 2xh + h2
< x2 + h(2x + 1)
as h < 1. Hence
2x + 1
(x + h)2 ≤ x2 + (2 − x2 ) ·
2(2x + 1)
2 − x2
= x2 +
2
2−2
<2+
2
= 2.
Therefore, x + h ∈ E and x + h > x =⇒ x is not an upper bound for E. Therefore, x 6= sup E which is a
contradiction. Hence, x2 ≥ 2.
3
x2 −2
We now prove that x2 ≤ 2. Suppose x2 > 2. Let h = 2x . Hence, if x2 > 2 then h > 0 and x − h > 0. We will
show that x − h is an upper bound for E. We have
(x − h)2 = x2 − 2xh + h2
= x2 − (x2 − 2) + h2
= 2 + h2
> 2.
Theorem 15
The set E = {q ∈ Q | q > 0 and q 2 < 2} does not have a supremum in Q.
Proof : Suppose there exists an x ∈ Q such that x = sup E. Then, by our previous theorem, x2 = 2. In particular,
note that x > 1 as otherwise x ≤ 1 =⇒ 2 = x2 < 12 . Thus, ∃m, n ∈ N such that m > n and x = m n . Therefore,
∃n ∈ N such that nx ∈ N. Let
S = {k ∈ N | kx ∈ N}.
4
MIT OpenCourseWare
https://ocw.mit.edu
For information about citing these materials or our Terms of Use, visit: https://ocw.mit.edu/terms.