Lecture 2: A Crash Course in Real Analysis
Lecture 2: A Crash Course in Real Analysis
Lecture 2: A Crash Course in Real Analysis
This lecture is an introduction to Real Analysis. Here we introduce the important concepts and theorems
from Real Analysis that will be useful in the rest of the course. Interested readers may refer the book listed
in the References section to learn the proofs of the theorems.
2.1 Notations
- belongs to.
- there exists.
- for all.
= - implies.
R - set of real numbers.
Q- set of rational numbers.
- and.
N - set of natural numbers.
- converges to.
iff- if and only if.
- is a subset of.
-null set.
- intersection.
i.e. - that is.
2.2 Field
A set X is a field if it satisfies the six properties listed below under the two abstract operations + and ..
Closure: If a and b X, then a+b X and a.b X. Hence X is closed under addition and multiplication.
Commutativity: If a and b X, then a+b = b+a and a.b = b.a. Hence X is commutative under addition
and multiplication.
Associativity: If a, b and c X, then (a+b)+c = a+(b+c) and (a.b).c = a.(b.c). Hence X is associative
under addition and multiplication.
Identity: If a X, then elements 0 and 1 in X such that a+0=a and a.1=a.
Inverse: If a X, then elements -a and a1 in X such that a+(-a)=0 and a.a1 =1. Multiplicative
inverse does not exist if a=0.
Distributivity: If a, b and c X, then multiplication is distributive with respect to addition. a.(b +
c)=a.b+a.c.
Note that, the elements 0 and 1 are unique. If X real numbers R, then the elements in the field can also
be compared. A field whose elements can be compared is called an ordered field. Another example for an
2-1
2-2 Lecture 2: A crash course in Real Analysis
ordered field is a set of rational numbers Q. Henceforth we will concentrate only on the real field R.
2.3 Boundedness
Similarly one can define the infimum, as the greatest lower bound of a set. It is important to note that
supremum and infimum need not be elements of the set. For instance, 1 is the supremum of the set (0,1),
but is not an element of the set. Also, if the supremum is an element of the set itself, then it is the maximum
of that set.
The completeness axiom or the least upper bound property is one of the fundamental properties of the real
field R.
Completeness Axiom: Any non empty subset A of R which is bounded above has a supremum in R.
In other words, the Completeness Axiom guarantees that, for any nonempty set of R that is bounded above,
a supremum exists. Although R and Q are ordered fields, we will see in the exercise below that the latter
does not satisfy the completeness property. Indeed, completeness along with the ordered field property
characterizes R. Thus, R is also referred to as a complete ordered field.
We now list a few important theorems (without proofs), which are consequences of the completeness property.
Theorem 2.1 If x and y are any two positive real numbers, then there exists a positive integer m such that
mx > y. This is called as the Archimedean property of real numbers.
Lecture 2: A crash course in Real Analysis 2-3
2.5 Sequences
A (real) sequence is a function from N to R. A sequence {xn } of real numbers is said to converge to x R
if for every > 0, a natural number n0 such that |xn x| < n n0 .
Theorem 2.4 Let {xn } be a monotonically increasing sequence such that xn for some R, and all
n 1. Then {xn } converges to a real number.
In other words, the above theorem can be stated as: a monotonically non-decreasing sequence which is
bounded above converges. The proof again uses the completeness property. The student is encouraged to
attempt a proof of this theorem, before referring to a text.
Of course, a bounded sequence need not converge: consider for example, the sequence xn = {(1)n }. The
sequence is bounded, but does not converge. Next, we list some elementary properties of limits. Let {xn }
and {yn } be two sequences that converge to x and y, respectively.
xn + yn x + y.
xn x, R.
xn yn xy.
xn 0 n = x 0.
xn yn n = x y.
xn x
If y 6= 0, yn y.
Theorem 2.8 Bolzano-Weistrass Theorem: Every bounded sequence has a convergent subsequence.
Theorem 2.9 A sequence {xn } is convergent iff {xn } is bounded and every convergent subsequence of {xn }
converges to the same limit.
A set X is a metric space if we can associate a real number d(a, b) with any two elements a and b of the set
X such that
Let (X,d) be a metric space. The open ball B(x, r) centred at x of radius r is defined as B(x, r) = {y X :
d(x, y) < r}. A set A X is said to be open in X if for every x A, r > 0 such that B(x, r) A.
Definition 2.12 Interior point: Let (X,d) be a metric space and A X. A point x X is called an
interior point of A if there exists r > 0, such that B(x, r) A.
A0 is open in X.
A0 is the largest open set contained in A.
A0 =A iff A is open.
Lecture 2: A crash course in Real Analysis 2-5
Definition 2.15 Limit point: Let (X,d) be a metric space and A X. A point x X is called a limit
point of A, if for every r > 0, B(x, r) contains at least one point of A.
The closure of A, denoted A, is defined as the set of all limit points of A. Clearly, A A.
A is closed in X.
A is the smallest closed set containing A.
A=A iff A is closed.
2.7 Functions
A function f maps every element in set A to a unique element in set B. Let (X, dX ) and (Y , dY ) be two
metric spaces. Let A be a subset of X and a A, and let f be a function from A to Y . The function f is
said to be continuous at a if for every > 0 there exists a > 0 such that dY (f (x), f (a)) < for all points
x A for which dX (x, a) < . If f is continuous at every point on X, then f is continuous on X.
Theorem 2.18 f is continuous iff f (xn ) converges to f (x) in Y whenever the sequence xn converges to x
in X.
Theorem 2.19 A function f that maps a metric space X into a metric space Y is continuous on X iff
f 1 (B) is open in X for every open set B in Y . (f 1 (B) is the inverse image of set B. f 1 does not mean
inverse function here.)
2-6 Lecture 2: A crash course in Real Analysis
Theorem 2.20 A function f that maps a metric space X into a metric space Y is continuous on X iff
f 1 (B) is closed in X for every closed set B in Y .
Theorem 2.21 If function f is a continuous mapping of a compact metric space X into a metric space Y ,
then f (X) is compact.
2.8 Exercises
3. Let f and g be continuous functions on metric space X, then f + g and f g are continuous on X.
References
[WR] Walter Rudin, Principles of Mathematical Analysis, McGraw Hill International Series,
Third Edition.