Real Analysis Lecture Notes 1
Real Analysis Lecture Notes 1
NOTATION
We shall use the following standard notation
N is the set of positive integer numbers, N = {1, 2, . . .}.
Z is the set of integer numbers, Z = {. . . , 2, 1, 0, 1, 2, . . .}.
Q is the set of rational numbers, Q = {
m
n
: m, n Z}.
R is the set of real numbers.
is a shorthand for innity. It is not a proper number.
means for all or for every,
means there exists or there is,
The colon : in a mathematical formula means such that.
REAL NUMBERS: AXIOMS (not examinable)
Real numbers obeys the following axioms.
(A1) a + (b + c) = (a + b) + c for all a, b, c R;
(A2) a + b = b + a for all a, b R;
(A3) there is a unique element in R, denoted 0, such that a + 0 = a for all a R;
(A4) for every a R, there is a unique element in R, denoted a, such that
a + (a) = 0;
(A5) (a b) c = a (b c) for all a, b, c R;
(A6) a b = b a for all a, b R;
(A7) there is a unique element in R, denoted 1, such that a 1 = a for all a R;
(A8) for every nonzero a R, there is a unique element in R, denoted a
1
or
1
a
,
such that a a
1
= 1;
(A9) a (b + c) = a b + a c for all a, b, c R.
Denition. Subtraction is dened by a b = a + (b).
Denition. Division is dened by
a
b
= a (b
1
).
Remark. 0
1
does not exist. The expression
a
0
has no meaning.
One orders two numbers by thinking of the larger as being the higher in or-
der. Formally speaking, there is a relation < between elements of R obeying the
following axioms.
1
(A10) for any x, y R, exactly one of the following is true: either x = y, or x < y,
or y < x;
(A11) if x < y and y < c then x < c;
(A12) if x < y then x + c < y + c for all c R;
(A13) if x < y and c > 0 then x c < y c.
Denition. We write
x > y if y < x,
x y if either x < y or x = y (or, in other words, if it is false that x > y) and
x y if y x .
Remark. (A1)(A13) are axioms and cannot be proved. All other known
equalities and inequalities involving the addition and composition can be deduced
from the above axioms.
MODULUS
For any x R, the modulus (or absolute value) of x is dened by
|x| =
x , if x 0,
x , if x < 0.
We have |a| = | a| end |ab| = |a| |b|. If r > 0 then the inequality |x| < r is
equivalent to the pair of inequalities r < x and x < r. The estimate |a b|
|a| + |b| is usually called the triangle inequality. The triangle inequality implies
that
|a
1
+ a
2
+ + a
n
| |a
1
| +|a
2
| + +|a
n
|
for any collection of real numbers a
1
, a
2
, . . . , a
n
.
All the above results are proved by considering all possible cases of positive and
negative a, b and ab and applying the axioms (A1)(A13) (see the online lecture
notes for details).
INTERVALS
It is convenient to identify real numbers with points on a straight line (which is
usually called the real line). We x an arbitrary point on the line, called the origin,
and assume that this point represents the number 0. Negative numbers lie to the
left of the origin and positive numbers lie to the right. The absolute value of a
number coincides with the distance from the corresponding point on the line to the
origin. The inequality a < b means that b lies to the right of a, and the inequality
|a| < r is equivalent to saying that a is closer to the origin than r and r.
2
Denition. Let a, b R. Then
(1) the open interval (a, b) is the set of real numbers x such that a < x and b > x
(the corresponding points on the line lie strictly between a and b);
(2) the closed interval [a, b] is the set of real numbers x such that a x and b x
(the corresponding points lie between a and b with the endpoints included);
(3) the half-open intervals (a, b] and [a, b) are dened in a similar manner, the
square bracket indicates that the point is included in the set.
We shall also consider the following innite intervals.
(4) The open intervals (a, ) and (, b) are the sets of numbers x such that
x > a and, respectively, x < b.
(5) The closed intervals [a, ) and (, b] are the sets of numbers x such that
x a and, respectively, x b.
The open intervals (0, ) and (, 0) are traditionally denoted by R
+
and R
2 is
bounded from above, but its l.u.b.
Q
2
),
and so on.
Remark. A sequence cannot contain all real numbers; in other words, the set
of real numbers is uncountable. Moreover, every non-degenerate interval is an
uncountable set. For the interval (0, 1) this can be proved as follows. Consider
an arbitrary sequence of numbers a
n
lying in (0, 1). Each of this numbers can be
written as a decimal fraction, so that a
1
= 0.a
11
a
12
a
13
. . . , a
2
= 0.a
21
a
22
a
23
. . . and
so on. Choose a decimal faction 0.b
1
b
2
b
3
. . . in such a way that b
k
= a
kk
for all
k = 1, 2, . . . Then b
k
(0, 1) but b = a
n
for any n = 1, 2, . . .
Denition. We shall say that the sequence {a
n
} is
nondecreasing (or increasing) if a
n+1
a
n
(or a
n+1
> a
n
) for all n;
nonincreasing (or decreasing) if a
n+1
a
n
(or a
n+1
< a
n
) for all n.
5
PRINCIPLE OF INDUCTION
Let {a
n
} be a sequence. Suppose that, for each n N, we have a statement P(a
n
)
about the number a
n
such that
(1) P(a
1
) is true;
(2) for every k N, the truth of P(a
k
) implies the truth of P(a
k+1
).
Then P(a
n
) is true for all a
n
.
Example. 1
2
+ 2
2
+ 3
2
+ + n
2
=
n(n+1)(2n+1)
6
for all n N.
Proof. Consider the above identity as a statement P(n). Clearly, P(1) is true.
Assume that P(k) is true. Then
1
2
+ 2
2
+ 3
2
+ + k
2
+ (k + 1)
2
=
k(k + 1)(2k + 1)
6
+ (k + 1)
2
.
A simple calculation shows that the right hand side coincides with
(k + 1)((k + 1) + 1)(2(k + 1) + 1)
6
.
Thus we have P(k + 1). Now, using the induction principle, we see that P(n) is
true for all n N.
6