Lecture 2
Lecture 2
2019
Real and Complex Analysis
MTL122/ MTL503/ MTL506
Lecturer: A. Dasgupta [email protected]
1. Real Numbers
1.1. Field. These following first six axioms are called the field axioms because any
object satifying them is called a field.
A field is a nonempty set F along with two binary operations, multiplication ⇥ :
F ⇥ F ! F and addition + : F ⇥ F ! F satisfying the following axioms.
AXIOM 1(Associative Laws). If a, b, c 2 F, then (a + b) + c = a + (b + c) and
(a ⇥ b) ⇥ c = a ⇥ (b ⇥ c).
1
2
ii) d(x, y) 0,
Example 2.4. If A = (0, 1), then every M 1 is an upper bound of A. The lub is
M = 1, so
sup(0, 1) = 1.
Similarly, every m 0 is a lower bound of A, so
inf(0, 1) = 0.
In this case neither sup A nor inf A belong to A.
Example 2.5. Let
1
A={ : n 2 N}
n
be the set of reciprocals of the natural numbers. Then sup A = 1, which belongs to A
and inf A = 0, which does not belong to A.
If a set A ⇢ R is not bounded from above then sup A = 1, and if A ⇢ R is not
bounded from below then inf A = 1.
3. Completeness
The following axiomatic property of the real numbers is called Dedekind com-
pleteness. Dedekind (1872) showed that the real numbers are characterized by the
condition that they are a complete ordered field.
Axiom . Every nonempty set of real numbers that is bounded from above has a
supremum.
As a first application of this axiom, we prove that R has the Archimedean property,
meaning that no real number is greater than every natural number.
Theorem 3.1. If x 2 R, then there exists n 2 N such that x < n.
Proof Suppose, for contradiction, there exists a x 2 R such that x > n for every
n 2 N. Then x is an upper bound of N, so N has a supremum M = sup N 2 R.
Since n M for every n 2 N, we have n 1 M 1 for every n 2 N. This implies
n M 1 for every n 2 N. But then M 1 is an upperbound of N. A contradiction.
⇤
Assume now that i), ii) hold. Since S is bounded above then by S has a least
upper bound, say A. Since M is an upper bound for S so A M. If A < M , then
with ✏ = M A, there is an element s 2 S such that
M (M A) < s A, i.e., A < A,
4
4. Sequences
Definition 4.1. A sequence (xn ) of real numbers is a function f : N ! R, where
xn = f (n).
We write the sequence as (xn )1
n=1 .
The Nested Intervals Theorem may fail for a decreasing sequence of open or half-
1
open intervals. For example, if In = (0, n+1 ] or In = [n, 1) for each n 2 N, then
T
1
In = .
n=1
Theorem 4.13. Every bounded sequence of real numbers has a convergent subse-
quence.
Proof. Suppose that (xn ) is a bounded infinite sequence of real numbers. Let
M = sup xn , m = inf xn ,
n2N n2N
At least one of the interval L0 , R0 contains infinitely many terms of the sequence,
meaning that xn 2 L0 or xn 2 R0 for infinitely many n 2 N. Choose I1 to be one
of the intervals L0 , R0 that contains infinitely many terms and choose n1 2 N such
that xn1 2 I1 . Divide I1 = L1 [ R1 in half into two closed intervals. One or both
of the intervals L1 , R1 contains infinitely many terms of the sequence. Choose I2
to be one of these intervals and choose n2 > n1 such that xn2 2 I2 . This is always
possible because I2 contains infinitely many terms of the sequence. Divide I2 in half,
pick a closed half-interval I3 that contains infinitely many terms, and choose n3 > n2
such that xn3 2 I3 . Continuing in this way, we get a nested sequence of intervals
I1 I2 I3 .... of length |Ik | = 2 k (M m), together with the subsequence (xnk )
such that xnk 2 Ik .
T
1
So |Ik | ! 0 as k ! 1. So by Nested Interval Theorem we have In consists of
n=1
exactly one point, say l. Then,
|xnk l| < 2 k (M m) ! 0
as k ! 1. That is, lim xnk = l.
k!1
⇤
Theorem 4.14. A sequence of real numbers converges if and only if it is a Cauchy
sequence.
Proof. Let {an } is a convergent sequence. Since {an } converges to L, for every ✏ > 0,
there is an N > 0 so that when j > N, we have
✏
|aj L| .
2
Now the for j, k > N we have
|aj ak | = |aj L+L ak | |aj L| + |ak L| < ✏,
so that the sequence {aj } is a Cauchy sequence as desired.