Understanding Analysis Abbott Solutions Manual
Understanding Analysis Abbott Solutions Manual
Manual
1 Solutions 2
2 Solutions 3
1
Chapter 1
Solutions
2
Chapter 2
Solutions
2.2 Solutions
2.2.1
Definition: A sequence (xn ) verconges to x if there exists an > 0 such that for
all N ∈ N it is true that n ≥ N implies |xn −x| < . An example of a vercongent
sequence is the sequence an = 1/2n which verconges to 0. To prove this, pick
= 1. Then for every N ∈ N, |xn − 0| < 1, since the sequence is bounded above
by 1 and below by 0.
An example of a vercongent sequence that diverges is the harmonic sequence.
Let an = 1/(n + 1). We claim an verconges to 0. Let = 1. Then
for all n ∈ N.
A sequence can verconge to two different values. Consider the above sequence.
It verconges to 1 and 0 since
for all n ∈ N.
What is really being described here is a bounded sequence. These sequences are
bounded, so you can declare the sequence to be vercongent to any x, so long as
|xn − x| is less than the bound.
3−20
Let N > 25 . Then
3 − 20
n>
25
3
CHAPTER 2. SOLUTIONS 4
2n+1 2 −3
Now, notice that 5n+4 − 5 = 25n+20 , so
2n + 1 2
−
5n + 4 5 <
.
Thus, by the definition of convergence of a sequence, the sequence converges
to 52 .
2
2
b) Let N > . We wish to show that for n ≥ N that n2n
3 +3 < . Now
notice that
2n2 2n2 2
3
< 3
=
n +3 n n
Thus we have that
2n2 2
2
n3 + 3 < n = n
1
c) Let be an arbitrary positive number. Choose N such that N > 3 . Let
n ≥ N . Then
1 1
n > 3 =⇒ √ <
3
n
Note that
sin(n2 ) 1
√ ≤ √ <
3
n 3
n
2
So it follows that |an − 0| < and thus lim sin(n
√3 n
)
=0
2.2.3 a) Show there exists a college where every student is shorter than seven
feet tall.
b) Show that there exists a college where every professor gives at least one
student a grade lower than a B.
CHAPTER 2. SOLUTIONS 5
c) Show that at every college, there exists a student shorter than six feet tall.
2.2.4 a) Consider the divergent sequence (1, −1, 1, −1, 1, −1, ...). It cannot
converge because the limit definition is not satisfied for < 2.
b) This is impossible. Assume that there does exist such a sequence an with
an infinite number of ones and that it converges to a limit, L 6= 1. Then ∀ > 0
there exists N such that ∀n ≥ N , |an − L| < .
Let = |1−L|
2 . Now since there are an infinite number of ones in the sequence,
there exists a term an where n ≥ N such that an = 1. Since the sequence
converges, this means that |1 − L| < |1−L|
2 . However, this is clearly false and
we arrive at a contradiction.
(Remark: Note that a) and b) imply that if a sequence has an infinite number
of ones, it either converges to 1 or diverges).
2.2.5 a) an = [[5/n]] where [[x]] denotes the greatest integer less than or equal
to x. We claim that lim an = 0. Let > 0 be arbitrary. Let N = 5. Let n ≥ N .
Then, n > 5 implies [[5/n]] = 0, and hence
|an − 0| = |0 − 0| <
Since an only takes integer values, for n > 24, an = 1, and thus
|an − 1| = 0 <
and so lim an = 1.
2.2.6
Theorem 2.2.7 (Uniqueness of Limits): The limit of a sequence, when it exists,
must be unique.
Proof: Let > 0. Assume that a 6= b then there exists N1 such that ∀n ≥ N1 ,
|an − a| < . Also since an converges to b, there exists N2 such that ∀n ≥ N2 ,
|an − b| < .
CHAPTER 2. SOLUTIONS 6
|a−b|
Let N = max(N1 , N2 ), n ≥ N , and = 2 . Then |a − b| = |a − an + an − b|.
By the Triangle Inequality,
|a − an + an − b| ≤ |a − an | + |an + b| < 2 = |a − b|
However, |a − b| < |a − b| is a contradiction and thus a = b, showing that
limits of sequences are unique.
2.3 Solutions
2.3.1 a) We are given (xn ) → 0, so we can make |xn − 0| as small (or large) as
√
we want. In particular, we choose N such that |xn | < | xn |, whenever n ≥ N .
To see that this N indeed works, observe that for all n ≥ N ,
√ |xn | √
| xn | = √ < √ | xn | =
| xn | | xn |
√
so ( xn ) → 0.
√ √ |xn − x| √ √
| xn − x| = √ √ < √ √ | xn + x| =
| xn + x| | xn + x|
CHAPTER 2. SOLUTIONS 7
√ √
Therefore, ( xn ) → x.
2xn − 1 2xn − 4 2
− 1= = |xn − 2| < 2 · 3 =
3 3 3 3 2
Thus we have proven the limit.
2.3.2 b) Once again, we use the fact that xn converges. We know there exists
N1 such that ∀n ≥ N1 , |xn − 2| < 2.
1 1 |2 − xn |
xn − 2 = |2xn |
Since xn is convergent, we know there exists N2 such that |xn − 2| < 1. Notice
that
|2 − xn | 1 1
< |2 − xn | < · 2 =
|2xn | 2 2
CHAPTER 2. SOLUTIONS 8
2.3.4 a) To use the Algebraic Limit Theorem we must first ensure that the
limit of the denominator is nonzero.
b) Notice that
lim an + 4 = 4
c) Notice that
2 2+3an
an +3 an 2 + 3an
1 = 1+5an =
an +5 an
1 + 5an
So now our limit is equivalent to evaluating
2 + 3an
lim
1 + 5an
We can use the Algebraic Limit Theorem since lim 1+5an = 1+5(0) = 1 6= 0
and so
2 + 3an 2 + 3(0) 2
lim = = =2
1 + 5an 1 + 5(0) 1
2.3.6 We shall first write the expression in a more convenient form by mul-
tiplying by the conjugate.
√ √
p (n − n2 + 2n)(n + n2 + 2n) −2n −2n
n− n2 + 2n = √ = √ = √
2
n + n + 2n 2
n + n + 2n 2
n 1 + n n+2n
CHAPTER 2. SOLUTIONS 9
−2
= √
n2 +2n
1+ n
Now, we can invoke the Algebraic Limit Theorem, as long as the denominator
is non-zero. We shall calculate that limit.
√ r r
n2 + 2n n2 + 2n 2
lim 1 + = lim 1 + lim = 1 + lim 1 +
n n2 n
Now using exercise 2.3.1 and that n1 → 0, we have that
s
√
r
2 2
lim 1 + = lim 1 + = 1=1
n n
√
n2 +2n
and so lim 1 + n = 2. Therefore,
p −2 −2
lim(n − n2 + 2n) = lim √ = = −1
n2 +2n 2
1+ n
.
From here on, we will be invoking the Algebraic Limit Theorem without
explicitly mentioning it
l
X l
X l
X l
X
lim ak xkn = lim ak xkn = ak lim xkn = ak xk = p(x)
k=0 k=0 k=0 k=0
|bn − a| = |bn − an + an − a| ≤ |bn − an | + |an − a| < + =
2 2
Thus, we have proven the limit.
d) Let > 0. Since an → 0, there exists N such that ∀n ≥ N , we have that
|an | < . Let n ≥ N , then
2.4 Solutions
2.4.2 a) The problem is, we have yet to establish that the sequence even con-
verges. Using y1 to then recursively find further values in the sequence, we see
that y1 = 1, y2 = 2, y3 = 1. Notice that y3 = y1 . Thus, the sequence will
simply alternate between the values of 1 and 2.
Remark: For further information on when a recursive system such as the one
above has cyclic behavior and so on, look into discrete dynamical systems.
2.4.2 b) To see if the strategy will even work, we must first establish that
the sequence converges. Only then will the assumption that lim yn = lim yn+1
actually hold. To do this, we shall invoke the Monotone Convergence Theorem
by first showing that the sequence is monotone increasing and bounded above.
First, we shall show that {yn } is monotone increasing by induction. Note that
y1 = 1 and y2 = 3 − 11 = 2. It is obvious that y1 ≤ y2 . This is our base case.
For the induction step, we wish to show that yn+1 ≤ yn+2 . We shall start from
the induction hypothesis, yn ≤ yn+1 .
yn ≤ yn+1
−yn ≥ −yn+1
1 1
− ≤−
yn yn+1
1 1
3− ≤3− → yn+1 ≤ yn+2
yn yn+1
Thus by induction, we see that the sequence is monotone increasing.
Now, we will show that yn ≥ 1 which will later be used to show that yn ≤ 3.
Again, we shall use induction. First, we see that y1 = 1 ≥ 1. Next, notice that
yn ≥1
1
≤1
yn
1
− ≥ −1
yn
1
3− ≥ 2 ≥ 1 → yn+1 ≥ 1
yn
CHAPTER 2. SOLUTIONS 12
yn ≥ 1
−yn ≥ −1
1
− ≤ −1
yn
1
3− ≤ 2 ≤ 3 → yn+1 ≤ 3
yn
By induction, we have that yn ≤ 3. Thus by the Monotone Convergence
Theorem, we have that yn converges. Since we have shown that the sequence
converges to some limit, y, we can apply the strategy and we get the equation
√
y = 3 − y1 , which when solved using the quadratic formula gives us y = 3±2 5 .
Since all √
the terms are between 1 and 3, we see that the only reasonable value
is y = 3+2 5 .
Assume the Archimedean Property does not hold. Let x ∈ R and x > 0. Con-
sider the sequence an = nx. By our assumption that the Archimadean Property
does not hold, we have that for n ∈ B, n ≤ x. This implies that nx ≤ x2 and
therefore our sequence is bounded. Furthermore, an+1 − an = (n + 1)x − nx =
x > 0 and so the sequence is monotone increasing. Therefore by the Monotone
Convergence Theorem, we have that the sequence converges to some limit, L.
Therefore, there exists N such that ∀n ≥ N , we have that |nx − L| < x. Now
since the sequence is monotone increasing, we must have that L ≥ nx ∀n ∈ N.
Therefore, |nx − L| = L − nx < x → L < (n + 1)x. However, this contradicts
the previous statement that L ≥ nx ∀n ∈ N. Therefore, our assumption that
the Archimadean Property does not hold is false.
√ xn + yn
lim xn+1 = lim xn yn lim yn+1 = lim
2
√ x+y
x= xy y=
2
x2 = xy 2y = x + y
x=y x=y
2.4.8 a) Remark: sk will denote the partial sum of the first k terms in this
question
First let’s find the explicit formula for the partial sums.
k
X 1 1 1 1
sk = n
= + + ... + k
n=1
2 2 4 2
1 1 1 1 1
= + + + ... + k−1
2 2 2 4 2
1 1 1
= + sk + k
2 2 2
sk = 1 + 21k . Now notice that lim sk = 1, and thus the series converges.
CHAPTER 2. SOLUTIONS 14
(Proof of the limit has been omitted but it boils down to showing that for every
> 0, there exists N such that ∀k, 21k < . This is easily shown to be true.)
b) Once again, we shall find an explicit formula for sk . This time, notice that
1 1 1
n(n+1) = n − n+1 . (This can be derived through partial fraction decomposition).
Thus,
k k
X 1 X 1 1
= −
n=1
n(n + 1) n=1 n n + 1
1 1 1 1 1 1
= − + − + ... + −
1 2 2 3 k k+1
1 1 1 1 1 1 1 1
= + − + + − + + ... + − + −
1 2 2 3 3 k k k+1
1
=1−
k+1
We see that lim sk = 1 and thus the series converges to 1.
(Proof of the limit has once again been omitted, but it comes down to showing
1
that for every > 0, there exists N such that ∀k ≥ N , k+1 < . This is easily
shown to be true.)
c) To find an explicit formula for sk , we will use the property of logarithms that
log ab = log a − log b.
k k
X n+1 X
sk = log = (log n + 1 − log n)
n=1
n n=1
= (log 2 − log 1) + (log 3 − log 2) + ... + (log(k + 1) − log k)
= − log 1 + (log 2 − log 2) + (log 3 − log 3) + ... + (log k − log k) + log(k + 1)
= log(k + 1) − log 1 = log(k + 1)
So we have that sk = log(k + 1). However, this limit does not exist since
log(k + 1) is unbounded.
k Y k
Y 1 n+1
pk = 1+ =
n=1
n n=1
n
2 3 4 k+1
= · · · ... ·
1 2 3 k
=k+1
Clearly, the partial products of these infinite product do not converge to any
finite limit.
Now, let’s discuss the an = n12 case.
CHAPTER 2. SOLUTIONS 15
k k
n2 + 1
Y 1 Y
pk = 1+ 2 =
n=1
n n=1
n2
Now let’s look at specific partial products,
p1 = 2
5
p2 = = 2.5
2
25
p3 = ≈ 2.777...
9
p4 ≈ 2.9513
.
.
.
p100 ≈ 3.6396
.
.
.
p900 ≈ 3.6719979143704307
p901 ≈ 3.6720024376438865
p902 ≈ 3.67200695089903
p903 ≈ 3.6720114541691076
pk = (1 + a1 )(1 + a2 )...(1 + ak ) ≤ 3a1 · 3a2 · ... · 3ak = 3a1 +a2 +...+ak = 3sk
Now since the partial sums converge, we have that the sequence of pk must
CHAPTER 2. SOLUTIONS 16
Section 2.5
2.5.2 a) Consider the subsequence (x2 , x3 , x4 , ...). Since this converges, we can
see that by simply adding on the first term x1 to this subsequence will not affect
the limit. Thus, the full sequence also converges to this same limit.
b) Assume the contrary: that (xn ) contains a divergent subsequence but xn
converges. This is contradiction because every subsequence must converge to
the limit of xn . Thus if there is a divergent subsequence, then xn diverges.
c) Since the sequence is bounded, there exists a convergent subsequence that
converges to some limit c. Now if any other subsequence also converged to c,
this would imply that xn would converge. However, this cannot be so there
must be another subsequence that converges to a different limit.
d) Assume that the sequence is strictly monotone increasing. Let (xnk ) be a
convergent subsequence that converges to L. We will show that xn also con-
verges to L. To do this, we must show that for every > 0 there exists N such
that ∀n ≥ N , we have that |xn − L| < .
Now since the subsequence converges to L, there exists N such that ∀nk ≥ N ,
we have that |xnk − L| < . Now since the sequence is monotone increasing,
there exists some n ≥ N such that
xnk ≤ xn ≤ xnk+1
subtracting L and using that |xnk − L| < → − < xnk − L < 0, we find
that
xnk ≥ xn ≥ xnk+1
which in turn gives us
2.5.4
2.5.6 We shall prove that the sequence converges to 1. We will split this into
two cases: b ≥ 1 and b ≤ 1.
1
Case 1: If b ≥ 1, then we see that b n ≥ 1. As a proof of this, assume that this
1
were not so, then b n ≤ 1. Raising this to the nth power, we see that b ≤ 1.
However this is a contradiction.
Next, we shall show that the sequence is monotone decreasing by induction.
First notice that b ≤ b2 and after taking the square root of both sides, we see
1 1 1
that b 2 ≤ b. This is our base case. Now, we wish to show that b n+1 ≤ b n . By
1 1
our induction hypothesis, we have that b n ≤ b n−1 . From this, we see that
1 1 1
b · b n−1 ≥ b · b n = b1+ n ≥ b
1 n+1
Thus we see that b ≤ b · b n = b n . Taking the n + 1 root of both sides, we
1 1
have that b n+1 ≤ b n . Thus by the Monotone Convergence Theorem, we have
that the sequence converges for b ≥ 1.
1
Case 2: If 0 ≤ b ≤ 1, then by a similar argument for b ≥ 1, we see that b n ≤ 1.
1 1
Furthermore, we also see by induction that b n+1 ≥ b n and so the sequence is
increasing. Therefore the sequence also converges for b ≤ 1 by the Monotone
Convergence Theorem.
So we see that the sequence converges to some limit, l. And so we can see 1ev-
ery subsequence must also converge to l. In particular, the subsequence b 2n
1 1 √
converges to l. So we have that lim b n = lim b 2n which implies that l = l (we
have used exercise 2.3.1 in doing this) and thus we see that l = 1.
2.5.8 a)
(1, 2, 3, 4, 5, 6, ...) has 0 peaks.
(1, − 12 , − 13 , − 14 , ...) has 1 peak.
(2, 1, − 12 , − 13 , ...) has 2 peaks.
(1, −1, 1, −1, ...) has infinitely many peaks.
b) A sequence has either finitely many peaks or infinitely many peaks.
Case 1: Assume a sequence xn has infinitely many peaks. Then there exists
n0 < n1 < ... such that an0 ≥ an1 ≥ an2 ≥ .... This implies that the sequence
of ank is monotone decreasing.
Case 2: Assume the sequence has finitely many peaks. Let aN be the last peak.
Let n0 = N + 1. Since n0 is not a peak (since an was the last peak), there exists
n1 > n0 such that an1 ≥ an0 Similarly, there exists n2 > n1 such that an2 ≥ an1 .
Continuing this process, there exists nk+1 > nk such that ank+1 ≥ ank . There-
fore, we see that we have n0 < n1 < n2 < ... and an0 ≤ an1 ≤ an2 ≤ ... which is
a monotone increasing sequence.
Thus we have shown that every sequence has a monotone subsequence.
2.6
n
2.6.2 a) The sequence { (−1) n is convergent and therefore Cauchy and is clearly
not monotone.
b) This cannot happen. Since Cauchy sequences converge, every subsequence
must also converge and therefore every subsequence is bounded.
c) This cannot happen. Assume that this were possible. Let {xn } be a mono-
tone increasing sequence and assume there exists a convergent (and therefore
Cauchy) subsequence, {xnk } that converges to a limit L. Since {xn } is mono-
tone increasing and is divergent, there exists x` > L. This means that all the
nk < `. However, this would imply that there are only a finite number of terms
in the subsequence. This is contradiction.
A similar argument applies to monotone decreasing sequences by negating each
term, resulting in a montone increasing sequence.
d) Consider the sequence (0, 1, 0, 2, 0, 3, 0, 4, ...) then we can see that the se-
quence is clearly unbounded, however every odd term creates the subsequence
(0, 0, 0, ...) which is clearly Cauchy.
2.6.4 a) Let > 0. Since an and bn are Cauchy, there exists N1 such that
for n, m ≥ N1 , we have that |an − am | < 2 and similarly there exists N2 such
that for n, m ≥ N2 , we have that |bn − bm | < 2 . Now, let N = max(N1 , N2 ),
then we see that
(−1)n 2
2.6.6 a) Let an = n . Let > 0 and N > then
1 1
|an − am | ≤ |an | + |am | = + < + =
n m 2 2
And so we see that − < an − am < which gives us am > an − . So this
sequence is quasi-increasing.
b)
c)
2.7