Lecturenotes Real Analysis 0908 PDF
Lecturenotes Real Analysis 0908 PDF
These notes are primarily based on those written by Andrei Bremzen for
14.102 in 2002/3, and by Marek Pycia for the MIT Math Camp in 2003/4. I
have made only minor changes to the order of presentation, and added a few
short examples, mostly from Rudin. The usual disclaimer applies; questions
and comments are welcome.
Nathan Barczi
[email protected]
We begin from the fundamental notion of a set, which is simply a collection of...
well, anything (but for us it’s usually numbers, functions, spaces, metrics, etc.).
We use standard notation A ∩ B for the intersection of two (or more) sets,
A ∪ B for union, Ac for complement (i.e., for the set of all elements not in A).
More precisely, if A and B are subsets of a set X (denoted A ⊂ X and B ⊂ X)
with typical element x:
A∩B = {x : x ∈ A and x ∈ B}
A∪B = {x : x ∈ A or x ∈ B}
Ac = {x : x ∈ X, x ∈
/ A}
Example 2 xRy if x1 = y2
1
Definition 4 A relation is called equivalence (usually denoted by ∼) if it sat-
isfies the following three properties:
• x ∼ x (reflexive)
• x ∼ y =⇒ y ∼ x (symmetric)
• x ∼ y & y ∼ z =⇒ x ∼ z (transitive)
Exercise 5 For each of the three examples of relations above, find out whether
it is reflexive, symmetric and transitive.
Note that the relation < is transitive, but neither reflexive nor symmetric
(indeed, it is antisymmetric: x < y =⇒ y ≮ x).
It is often convenient to write x > y in place of y < x.
The notation x ≤ y indicates that x < y or x = y, without specifying which
of the two holds. In other words, x ≤ y is the negation of x > y.
2
1. α is an upper bound of E.
2. If γ < α then γ is not an upper bound of E.
3
Note that by convention, countable implies infinite (so, strictly speaking, we
do not say ’countably infinite’, although you will hear this phrase from time to
time).
For two finite sets, we have A ∼ B iff A and B ’have the same number of
elements’. But for infinite sets this notion becomes vague, while the idea of 1-1
correspondence (under which, given a mapping from A to B, the image in B of
x1 ∈ A is distinct from the image in B of x2 ∈ A whenever x1 is distinct from
x2 ) retains its clarity.
Example 15 Let A be the set of all integers. Then A is countable. For
consider the following arrangement of the sets A and J:
A : 0, 1, −1, 2, −2, 3, −3, ...
J : 1, 2, 3, 4, 5, 6, 7, ...
We can, in this example, even give an explicit formula for a function f from
J to A which sets up a 1-1 correspondence:
½ n
2 (n even)
f (n) =
− n−1
2 (n odd)
Theorem 16 Every infinite subset of a countable set A is countable.
Proof. Suppose E ⊂ A, and E is infinite. Arrange the elements x of A in a
sequence {xn } of distinct elements. Construct a sequence {nk } as follows:
Let n1 be the smallest postive integer such that xnk ∈ E. Having chosen
n1 , ..., nk−1 (k = 2, 3, 4, ...), let nk be the smallest integer greater than nk−1 such
that xnk ∈ E.
Then, letting f (k) = xnk (k = 1, 2, 3, ...), we obtain a 1-1 correspondence
between E and J.
One interpretation of the theorem is that countability represents the ’small-
est’ kind of infinity, in that no uncountable set can be a subset of a countable
set.
Theorem 17 Let {En } be a sequence of countable sets, and put
∞
[
S= En
n=1
Then S is countable.
Proof. Let every set En be arranged in a sequence {xnk }, k = 1, 2, 3, ... and
consider the infinite array
x11 x12 x13 ...
x21 x22 x23 ...
x31 x32 x33 ...
... ... ... ...
in which the elements of En form the nth row. The array contains all
elements of S. We can arrange these elements in a sequence as follows:
x11 ; x21 , x12 ; x31 , x22 , x13 ; x41 , x32 , x23 , x14 , ...
4
If any of the sets En have elements in common, these will appear more than
once in the above sequence. Hence there is a subset T of the set of all positive
integers such that S ∼ T , which shows that S is at most countable. Since
E1 ⊂ S, and E1 is infinite, S is also infinite, and thus countable.
Theorem 18 Let A be a countable set, and let Bn be the set of all n-tuples
(a1 , ..., an ) where ak ∈ A(k = 1, 2, ..., n) and the elements a1 , ..., an need not be
distinct. Then Bn is countable.
Proof. That B1 is countable is evident, since B1 = A. Suppose Bn−1 is
countable (n = 2, 3, 4, ...). The elements of Bn are of the form
(b, a) (b ∈ Bn−1 , a ∈ A)
For ever fixed b, the set of pairs (b, a) is equivalent to A, and thus countable.
Thus Bn is the union of a countable set of countable sets; thus, Bn is countable,
and the proof follows by induction on n.
5
Definition 21 A metric space is a set X, whose elements are called points,
such that with every two points x and y belonging to X, there is a real number
d(x, y) associated with these two points, and called the distance from x to y,
which satisfies:
• d(x, y) ≥ 0 (we do not want negative distance),
• d(x, y) = 0 ⇐⇒ x = y (moreover, we want strictly positive distance be-
tween distinct points),
• d(x, y) = d(y, x) (symmetry),
• d(x, y) + d(y, z) ≥ d(x, z) (triangle inequality).
Example 22 d1 (x, y) = |x1 − y1 | + ... + |xn − yn |
p
Example 23 d2 (x, y) = (x1 − y1 )2 + ... + (xn − yn )2 (this is called Euclid-
ean distance - and that is the default in Rn )
Another related concept is that of a norm. Norm is only defined for a linear
space; note that we never employed linear structure in defining a metric.
Here we provide a few necessary definitions:
Definition 24 A triple (V, +, ·) consisting of a set V , addition +:
V ×V → V
(x, y) → x + y
and multiplication ·:
R×V → V
(λ, x) → λ · x
is called a real vector space if the following 8 conditions hold:
1. (x + y) + z = x + (y + z) for all x, y, z in V.
2. x + y = y + x for all x, y in V.
3. There is an element 0 ∈ V (called the zero vector) such that x + 0 = x
for any x.
4. For each element x ∈ V , there is an element −x ∈ V such that x+(−x) =
0.
5. λ · (µx) = (λµ) · x for all λ, µ ∈ R, x ∈ V.
6. 1 · x = x for all x ∈ V.
7. λ · (x + y) = λ · x + λ · y for all λ ∈ R, x, y ∈ V.
8. (λ + µ) · x = λ · x + µ · x for all λ, µ ∈ R, x ∈ V.
Definition 25 A mapping A of a vector space X into a vector space Y is called
a linear transformation if
A(x1 + x2 ) = Ax1 + Ax2 and A(cx) = cAx
for all x, x1 , x2 ∈ X and all scalars c.
6
Definition 26 A linear space L(X, Y ) is the set of all linear transformations
from a vector space X into a vector space Y .
Our definition of the norm will be given for the linear space L(Rn , R).
1. kxk ≥ 0,
2. kxk = 0 iff x = 0,
3. kλxk = |λ| kxk,
4. kx + yk ≤ kxk + kyk.
√
Example 28 kxk = x · x, where x · x is an inner product, is a normP (why?)
Note that the inner product of an n-dimensional vector x is simply ni=1 x2i .