Full Chapter Mathematical Analysis Volume I Teo Lee Peng PDF
Full Chapter Mathematical Analysis Volume I Teo Lee Peng PDF
Lee Peng
Visit to download the full and correct content document:
https://textbookfull.com/product/mathematical-analysis-volume-i-teo-lee-peng/
More products digital (pdf, epub, mobi) instant
download maybe you interests ...
https://textbookfull.com/product/mathematical-analysis-volume-ii-
teo-lee-peng/
https://textbookfull.com/product/coulson-and-richardsons-
chemical-engineering-fourth-edition-volume-3a-chemical-and-
biochemical-reactors-and-reaction-engineering-r-ravi/
https://textbookfull.com/product/quantitative-data-analysis-for-
language-assessment-volume-i-fundamental-techniques-vahid-
aryadoust-editor/
https://textbookfull.com/product/bioinformatics-volume-i-data-
sequence-analysis-and-evolution-2nd-edition-jonathan-m-keith-eds/
A Course in Analysis Volume I Introductory Calculus
Analysis of Functions of One Real Variable 1st Edition
Niels Jacob
https://textbookfull.com/product/a-course-in-analysis-volume-i-
introductory-calculus-analysis-of-functions-of-one-real-
variable-1st-edition-niels-jacob/
https://textbookfull.com/product/a-course-in-analysis-volume-i-
introductory-calculus-analysis-of-functions-of-one-real-
variable-1st-edition-niels-jacob-2/
https://textbookfull.com/product/real-mathematical-analysis-
charles-chapman-pugh/
https://textbookfull.com/product/inequality-and-growth-patterns-
and-policy-volume-i-concepts-and-analysis-1st-edition-kaushik-
basu/
January 1, 2024
Contents i
Contents
Contents i
Preface iv
References 566
Preface iv
Preface
Chapter 1
In this section, we give a brief review of propositional logic, sets and functions.
It is assumed that students have taken an introductory course which covers these
topics, such as a course in discrete mathematics [Ros18].
From two propositions p and q, we can apply logical operators and obtain a
compound proposition.
1. p → q ≡ ¬p ∨ q
2. De Morgan’s Law
(i) ¬(p ∨ q) ≡ ¬p ∧ ¬q
(ii) ¬(p ∧ q) ≡ ¬p ∨ ¬q
∀x ∃y x + y = 0
∃y ∀x x + y = 0.
When the domains for x and y are both the set of real numbers, the first statement
is true, while the second statement is false.
For a set A, we use the notation x ∈ A to denote x is an element of the set A;
and the notation x ∈ / A to denote x is not an element of A.
x ∈ A ⇐⇒ x ∈ B.
x ∈ A ∪ B ⇐⇒ (x ∈ A) ∨ (x ∈ B).
x ∈ A ∩ B ⇐⇒ (x ∈ A) ∧ (x ∈ B).
x ∈ A \ B ⇐⇒ (x ∈ A) ∧ (x ∈
/ B).
x ∈ AC ⇐⇒ (x ∈ U ) ∧ (x ∈
/ A).
Chapter 1. The Real Numbers 5
Since a universal set can vary from context to context, we will usually avoid
using the notation AC and use U \ A instead for the complement of A in U . The
advantage of using the notation AC is that De Morgan’s law takes a more succint
form.
1. (A ∪ B)C = AC ∩ B C
2. (A ∩ B)C = AC ∪ B C
Notice that f −1 (D) is a notation, it does not mean that the function f has an
inverse.
Next, we turn to discuss injectivity and surjectivity of functions.
Chapter 1. The Real Numbers 6
a1 ̸= a2 =⇒ f (a1 ) ̸= f (a2 ).
f (a1 ) = f (a2 ) =⇒ a1 = a2 .
∀b ∈ B, ∃a ∈ A, f (a) = b.
In this section, we introduce the set of real numbers using an intuitive approach.
We will also use the notation Z+ to denote the set of positive integers.
The set of real numbers contains the set of rational numbers Q as a subset. If
a real number is not a rational number, we call it an irrational number. The set
of irrational numbers is R \ Q.
It has been long known that there are real numbers that are not rational numbers.
√
The best example is the number 2, which appears as the length of the diagonal
of a unit square (see Figure 1.1).
√
Figure 1.1: The number 2.
The addition and multiplication operations defined on the set of natural numbers
can be extended to the set of real numbers consistently.
If a and b are real numbers, a + b is the addition of a and b, and ab is the
multiplication of a and b.
If a and b are positive real numbers, a+b and ab are also positive real numbers.
The set of real numbers with the addition and multuplication operations is
a field, which you will learn in abstract algebra. These operations satisfy the
following properties.
Chapter 1. The Real Numbers 9
1. Commutativity of Addition
a+b=b+a
2. Associativity of Addition
(a + b) + c = a + (b + c)
3. Additive Identity
a+0=0+a=a
0 is called the additive identity.
4. Additive Inverse
For every real number a, the negative of a, denoted by −a, satisfies
a + (−a) = (−a) + a = 0
5. Commutativity of Multiplication
ab = ba
6. Associativity of Multiplication
(ab)c = a(bc)
7. Multiplicative Identity
a·1=1·a=a
8. Multiplicative Inverse
For every nonzero real number a, the reciprocal of a, denoted by 1/a,
satisfies
1 1
a· = ·a=1
a a
9. Distributivity
a(b + c) = ab + ac
Chapter 1. The Real Numbers 10
The set of complex numbers C is the set that contains all numbers of the
form a + ib, where a and b are real numbers, and i is the purely imaginary
number such that i2 = −1. It contains the set of real numbers R as a subset.
Addition and multiplication can be extended to the set of complex numbers. These
two operations on complex numbers also satisfy all the properties listed above.
Nevertheless, we shall focus on the set of real numbers in this course.
There are special subsets of real numbers which are called intervals. There
are nine types of intervals, four types are finite, five types are semi-infinite or
infinite. Their definitions are as follows.
Finite Intervals
1. (a, b) = {x ∈ R | a < x < b}
2. [a, b) = {x ∈ R | a ≤ x < b}
3. (a, b] = {x ∈ R | a < x ≤ b}
4. [a, b] = {x ∈ R | a ≤ x ≤ b}
For the intervals (a, b), [a, b), (a, b], [a, b], the points a and b are the end points
of the interval, while any point x with a < x < b is an interior point.
6. [a, ∞) = {x ∈ R | x ≥ a}
7. (−∞, a) = {x ∈ R | x < a}
8. (−∞, a] = {x ∈ R | x ≤ a}
9. (−∞, ∞) = R.
For the intervals (a, ∞), [a, ∞), (−∞, a) and (−∞, a], a is the end point of
the interval, while any other points in the interval besides a is an interior point.
The set of natural numbers is a well-ordered set. Every nonempty subset
of positive integers has a smallest element. This statement is equivalent to the
Chapter 1. The Real Numbers 11
Let P (n) be a sequence of statements that are indexed by the set of positive
integers Z+ . Assume that the following two assertions are true.
2. For every positive integer n, if the statement P (n) is true, the statement
P (n + 1) is also true.
Then we can conclude that for all positive integers n, the statement P (n) is
true.
Before ending this section, let us discuss the absolute value and some useful
inequalities.
In particular, | − x| = |x|.
1. If r is a positive number,
2. If r is a nonnegative number,
|x − a| ≤ r ⇐⇒ −r ≤ x − a ≤ r ⇐⇒ x ∈ [a − r, a + r].
Proposition 1.6
Given real numbers x and y,
|xy| = |x||y|.
|x + y| ≤ |x| + |y|.
Proposition 1.8
Given real numbers x and y,
|x − y| ≥ ||x| − |y|| .
Proof
Since |x − y| ≥ 0, the statement is equivalent to
By triangle inequality,
|x − y| + |y| ≥ |x − y + y| = |x|.
Hence,
|x| − |y| ≤ |x − y|.
By triangle inequality again,
Hence,
−|x − y| ≤ |x| − |y|.
This completes the proof.
Example 1.1
If |x − 5| ≤ 2, show that
9 ≤ x2 ≤ 49.
Solution
|x − 5| ≤ 2 implies 3 ≤ x ≤ 7. This means that x is positive. The
inequality x ≥ 3 then implies that x2 ≥ 9, and the inequality x ≤ 7 implies
that x2 ≤ 49. Therefore,
9 ≤ x2 ≤ 49.
a2 + b 2
ab ≤ .
2
Proof
This is just a consequence of (a − b)2 ≥ 0.
Exercises 1.2
Question 1
Use induction to show that for any positive integer n,
n! ≥ 2n−1 .
(1 + a)n ≥ 1 + na
Question 3
Let n be a positive integer. If c1 , c2 , . . . , cn are numbers that lie in the
interval (0, 1), show that
(1 − c1 )(1 − c2 ) . . . (1 − cn ) ≥ 1 − c1 − c2 − · · · − cn .
Chapter 1. The Real Numbers 16
x ≤ c for all x ∈ S.
x ≥ b for all x ∈ S.
Example 1.2
Determine whether each of the following sets of real numbers is bounded
above, whether it is bounded below, and whether it is bounded.
(a) A = {x | x < 2}
Solution
(a) The set A is bounded above since every element of A is less than or
equal to 2. It is not bounded below, and so it is not bounded.
(b) The set B is bounded below since every element of B is larger than or
equal to −2. It is not bounded above, and so it is not bounded.
(c) The set C is equal to A∩B. So it is bounded above and bounded below.
Therefore, it is bounded.
−S = {−x | x ∈ S} .
For example, the set B = {x | x > −2} is the negative of the set A = {x | x < 2},
the set C = {x | − 2 < x < 2} is the negative of itself (see Figure 1.2). It is
obvious that S is bounded above if and only if −S is bounded below.
Next, we recall the definition of maximum and minimum of a set.
Chapter 1. The Real Numbers 18
Example 1.3
For the set S1 = [−2, 2], −2 is the minimum, and 2 is the maximum.
For the set S2 = [−2, 2), −2 is the minimum, and there is no maximum.
This example shows that a bounded set does not necessarily have maximum
or minimum. However, a finite set always have a maximum and a minimum.
Proposition 1.11
If S is a finite set, then S has a maximum and a minimum.
u = sup S.
Example 1.4
sup S1 = sup S2 = 2.
One natural question to ask is, if S is a nonempty subset of real numbers that
is bounded above, does S necessarily have a least upper bound. The completeness
axiom asserts that this is true.
Completeness Axiom
If S is a nonempty subset of real numbers that is bounded above, then S
has a least upper bound.
The reason this is formulated as an axiom is we cannot prove this from our
intuitive definition of real numbers. Therefore, we will assume this as a fact for
the set of real numbers. A lots of theorems that we are going to derive later is a
consequence of this axiom.
Actually, the set of real numbers can be constructed axiomatically, taken it
Chapter 1. The Real Numbers 20
to be a set that contains the set of rational numbers, satisfying all properties
of addition and multiplication operations, as well as the completeness axiom.
However, this is a tedious construction and will drift us too far.
To show that the completeness axiom is not completely trivial, we show in
Example 1.6 that if we only consider the set of rational numbers, we can find a
subset of rational numbers A that is bounded above but does not have a least upper
bound in the set of rational numbers. We look at the following example first.
Example 1.5
Define the set of real numbers S by
S = x ∈ R | x2 < 2 .
Show that S is nonempty and is bounded above. Conclude that the set
A = x ∈ Q | x2 < 2
Solution
The number 1 is in S, and so S is nonempty. For any x ∈ S, x2 < 2 < 4,
and hence x < 2. This shows that S is bounded above by 2. Since 1 and 2
are rational numbers, the same reasoning shows that the set A is nonempty
and is bounded above by a rational number.
Example 1.6
Consider the set
A = x ∈ Q | x2 < 2 .
UA = {c ∈ Q | x ≤ c for all x ∈ A} .
Solution
We use proof by contradiction. Assume that UA has a smallest element c1 ,
which is an upper bound of A that is smaller than or equal to any upper
bound of A. Then for any x ∈ A,
x 2 ≤ c1 .
p2 − 2q 2
c21 − 2 = ,
q2
and
4p2 + 8pq + 4q 2 − 2(p2 + 4pq + 4q 2 ) 2(p2 − 2q 2 )
c22 − 2 = = .
(p + 2q)2 (p + 2q)2
In the solution above, the construction of the positive rational number c2 seems
a bit adhoc. In fact, we can define c2 by
mp + 2nq
c2 =
np + mq
for any positive integers m and n with m2 > 2n2 . Then the proof still works.
Now let us see how completeness axiom is used to guarantee that there is a
real number whose square is 2.
Example 1.7
Use completeness axiom to show that there is a positive real number c such
that
c2 = 2.
Solution
Define the set of real numbers S by
S = x ∈ R | x2 < 2 .
d d2 d d
c21 = c2 + + 2
≤ c2 + + < c2 + d = 2.
2 16c 2 16
This implies that c1 is an element of S that is larger than c, which contradicts
to c is an upper bound of S.
Case 2: c2 > 2.
Let d = c2 − 2. Then d > 0. Define the number c1 by
d
c1 = c − .
2c
Then c1 < c, and
d2
c21 = c2 − d + 2
> c2 − d = 2.
4c
This implies that c1 is an upper bound of S that is smaller than c, which
contradicts to c is the least upper bound of S.
Since we obtain a contradiction if c2 ̸= 2, we must have c2 = 2.
In fact, the completeness axiom can be used to show that for any positive real
number a, there is a positive real number c such that
c2 = a.
√
We denote this number c as a, called the positive square root of a. The number
√
b = − a is another real number such that b2 = a.
More generally, if n is a positive integer, a is a positive real number, then there
is a positive real number c such that cn = a. We denote this number c by
√
n
c= a,
Another random document with
no related content on Scribd:
retractor muscles; s, stomach; t, tentacles of new polypide; t.s,
tentacle-sheath: 3, the same zooecium, 191 hours later; letters as
in 2. 1 and 2 are seen from the front, 3 from the back.[506]
These results did not hold good for all the zooecia in a single colony.
In some, the "brown body" was not completely got rid of at the end of
sixty-eight days, the conclusion of the experiment.
So striking are the facts relating to the "brown bodies" that it has
been believed[510] that what we have above described as the
individual really consists of two kinds of individuals: firstly, the
"polypide" or complex of tentacles and digestive organs; and
secondly, the "zooecium," or house of the zooid or polypide,
corresponding with what has been described above as the body-
wall. The one individual, the zooecium, is on this view provided with
successive generations of the second kind of individual, the
polypide; and these latter function as the digestive organs of the two-
fold organism. This view, though fascinating at first sight, is not borne
out by an examination of all the facts of the case, especially when
the Entoprocta are taken into account.
The base from which the whole set of tentacles springs is known as
the "lophophore."[520] In the Entoprocta (Fig. 236, 1) the lophophore
is circular; the mouth is situated near the margin of the area
surrounded by the tentacles; and the anus is found within the circlet,
near the end opposite to the mouth.
In (2) and (3), representing the Ectoprocta, the anus is outside the
series of tentacles. In the majority of cases, including all the marine
Ectoprocta and one or two of the fresh-water forms, the lophophore
is circular (2), the mouth occurring at the centre of the circle, and not
being provided with a lip. These forms of Ectoprocta constitute the
Order Gymnolaemata,[521] the dominant group of the Polyzoa in
respect of number of genera and species. The remaining Ectoprocta
belong to the exclusively fresh-water Order Phylactolaemata,[522]
in which the mouth is protected by an overhanging lip or "epistome";
the ground-plan of the tentacles is, except in Fredericella, horse-
shoe shaped (Fig. 236, 3), and the tentacles themselves are usually
much more numerous than in the other cases.
Having arrived at this point, the avicularia seem to lose all sense of
the propriety of remaining in the positions once occupied by zooecia.
They have become degraded to the rank of appendages of the
zooecia, and as such they may occur in an astonishing variety of
positions. Sometimes one occurs on each zooecium in the middle
line, or asymmetrically, or even on the top of the ovicell; in other
cases the orifice is flanked by an avicularium on each side (Fig. 239,
B). Sometimes (Cellepora) the avicularia are of more than one kind,
some being large and some small, some having a pointed mandible
and others a mandible with a rounded spoon-like end.
Within the jaws, in the region which we may term the palate, is a
rounded knob, which bears a tuft of delicate sensory hairs, which
doubtless enable the avicularium to recognise the presence of any
foreign body. The closure of the mouth may, indeed, be
instantaneously induced by touching it with the point of a needle. It
has been suggested that a small mass of cells which bears these
hairs may represent the rudiment of the polypide.
It is not, indeed, certain what are the enemies against which the
Polyzoa have specially to guard. Sea-urchins and certain Molluscs
are known to browse on Polyzoa. Fresh-water Polyzoa, in which
avicularia and vibracula are absent, are attacked by the larvae of
Insects, and by Triclad Planarians. I have found the latter with their
long pharynx everted and completely buried in a Cristatella colony. It
is possible that some marine Cheilostomes may be saved from
attacks of this kind owing to the existence of their armoury of
avicularia and vibracula. It is also possible that these structures are
of service by removing foreign particles which might otherwise settle
on the colony, and tend to block up its orifices. It has further been
suggested that animals seized by the avicularia may be held until
they die, and that their disintegrating particles may then be carried to
the mouths of the polypides by the ciliary currents of the tentacles;
but proofs of this suggestion are wanting, and it must be admitted
that the subject needs further elucidation.
The vibracula ordinarily remain stationary for some little time, every
now and then giving a sweep through the water. In the majority of
cases these structures, like the avicularia, act perfectly
independently of one another, so far as can be made out; but in
Caberea (Fig. 242) the vibracula move in unison, the simultaneous
action of the whole series, after a period of quiet, being described as
"positively startling."[536]