Apostol Sol
Apostol Sol
James C. Hateley
Jacob J. Hateley
Janurary 2010
Solutions to Mathematical Analysis
James C. Hateley
Jacob J. Hateley
Jacob J. Hateley
E-mail: [email protected]
Permission is granted to copy, distribute and/or modify this document under the terms of
the GNU Free Documentation License, Version 1.3 or any later version published by the Free
Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts. A copy of the license is included in the section entitled ”GNU Free Documentation
License”.
To Matt for the crazy adventure to Mt. Whitney, and to Mike for COD:WAW.
Contents
5 Derivatives 37
5.1 Real-valued functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
5.2 Mean-Value Thoerem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
iii
iv CONTENTS
9 Sequences of Functions 45
9.1 Uniform convergence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
9.2 Mean convergence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
9.3 Power series . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
1.1 Integers
Exercise 1.1 Prove that there is no largest prime.
Solution 1.1 If there is a largest prime number then, there are only a finite number of
prime numbers say the set {p1 , p2 , . . . , pn }. Then every number must be divisible by at
least 1 of these primes. In particular
n
Y
pj | pi + 1
i=1
for some pj , but this implies pi divides 1. Which implies pj = 1, which is a contradiction.
Hence there cannot be a largest prime.
n−1
X
n n
a − b = (a − b) ak bn−k−1
k=0
Solution 1.2 Consider the right hand side of the above equation
n
X n
X n
X n
X n
X
k n−k−1 k+1 n−k−1 k n−k k n−k
a−b a b = a b − a b = a b − ak bn−k = an − bn
k=0 k=0 k=0 k=1 k=0
1
2 CHAPTER 1. THE REAL AND COMPLEX NUMBER SYSTEMS
Solution 1.3 Suppose that n is not a prime, then n = ab, for a > 1 and b > 1. Then
by the above exercise we have
b−1
X
ab a
2 − 1 = (2 − 1) (2a )k
k=0
Solution 1.4 Suppose that n is not a power of 2. Let n = ab, where a, b > 1 and b is
an odd integer. Then we have 2a + 1 < 2ab + 1. Now using the division algorithm we
have
2b−1
2ab + 1 X
a
= (−1)k xk
2 +1 k=0
which implies that (2a + 1)|(2ab + 1). Which implies that 2ab + 1 is not prime. Hence n
must be a power of 2.
Exercise 1.5 The Fibonacci numbers 1, 1, 2, 3, 5, 8, 13, ... are defined by the recursion
formula xn+1 = xn + xn−1 , with x1 = x2 = 1. Prove that (xn , xn+1 ) = 1 and that
xn = (an −bn )/(a−b), where a and b are the roots of the quadratic equation x2 −x−1 = 0.
Solution 1.5 Let d = (xn , xn+1 ), then since d|xn and d|xn+1 = xn + xn−1 , we have
d|xn−1 . By induction we have d|x2 and d|x1 so d = 1. For the second part consider the
sequence given by the two roots {a, b} of the quadratic equation x2 − x − 1 = 0.
an − b n
fn =
a−b
Exercise 1.6 Prove that every nonempty set of positive integers contains a smallest
member. This is called the wellordering Principle.
Solution 1.6 Let S be a non empty set of integers and let k ∈ N. Now let s ∈ S and
k = 1, if k=s then the result is trivial. So assume that as k = 1, 2, ...,n, s > k, ∀s ∈ S.
Consider k = m, for some m > n. Now if there is s ∈ S such that s < m, then by
induction as k goes from m to n, we have proved it. If for every s ∈ S, s > m, let m = n
and choose m larger, and again by induction, there is an s ∈ S such that s = k > n.
Exercise 1.8 Prove that the decimal expansion of x will end in zeros (or in nines) if,
and only if, x is a rational number whose denominator is of the form 2n 5m , where m
and n are nonnegative integers.
k
Solution 1.8 (⇐) Suppose that x = 2n 5m
, if n ≥ m we have
k5n−m k5n−m
x= n n =
2 5 10n
So the decimal expansion will end in zeros. If m ≥ n the same trick applies.
(⇒)Suppose that the decimal expansion of x ends in zeros. Then x = a1 a2 . . . an for
some ai between 0 and 9, where an 6= 0. So we have
n n
1 X n−k 1 X n−k
x= n 10 ak = n n 10 ak
10 k=0 2 5 k=0
√ √
Exercise 1.9 Prove that 2 + 3 is irrational.
√ √ √
Solution 1.9 Let x = 3 + 2. Now suppose that x is rational, then x2 = 5 + 2 6
√
is rational, which implies that 6 is rational. Now conisder the roots of the equation
√
f (x) = x2 − 6, clearly 6 is a root. By the integral root test, the only possible rational
√
roots are in the set S = {±1, ±2, ±3 ± 6}. Since 6 ∈ / S, it must be irrational, and since
√ √
the product of two rational numbers must be irrational 2 + 3 must be irrational.
ax + b
Exercise 1.10 If a, b, c, d are rational and if x is irrational, prove that is usually
cx + d
irrational. When do exceptions occur?
ax + b
Solution 1.10 Suppose that α = is rational, then α = pq for some p, q ∈ Z. If
cx + d
q = 0 then ax + b = 0, since b is rational ax is rational, so x must be rational.
If q 6= 0 then we have (pa − qc)x + (pb − qd) = 0. If pa − q 6= 0, then x must be be
rational. So, pa − qc = 0 and pb − qd = 0. It implies that qcb = qad, so ad = bc. This
suggests that α is rational if and only if ad = bc.
To consider the other direction let ad = bc and suppose a = 0, then b = 0 or c = 0. So
b
we have α = 0 if b = 0 or α = if c = 0. So in this case α is rational.
d
bc
If ad = bc and a 6= 0, then d = , hence
a
ax + b ax + b a(ax + b a
α= = bc
= =
cx + d cx + a c(ax + b) c
Exercise 1.11 Given any real x > 0, prove that there is an irrational number between
0 and x.
Solution 1.11 If x ∈ R − Q, Let y = x/a for 1 < a ∈ R, then y ∈ R − Q and 0 < y < x.
√
If x ∈ Q, choose y = x/ a for 1 < a ∈ R, where a is square free, then y ∈ R − Q, then
0 < y < x.
a c a+c
Exercise 1.12 If < with b > 0, d > 0, prove that lies bwtween the two
b d b+d
a c
fractions and .
b d
1.2. RATIONAL AND IRRATIONAL NUMBERS 5
Solution 1.12 Given the above conditions we have ad < cb, now subtracting we have
and
Also we have
√ a + 2b √ √
a a a + 2b
2− − − 2 = 2 2− +
b a+b b a+b
√
(2 2 − 2)(ab + b2 ) − a2
=
b(a + b)
√
(2 2 − 2)(a √a2 + ( √a2 )2 ) − a2
≥ =0
b(a + b)
a + 2b √ √
Hence is closer to 2. The same proof and results hold for ab > 2
a+b
√ √
Exercise 1.14 Prove that n − 1 + n + 1 is irrational for every integer n ≥ 1.
√ √
Solution 1.14 Let α = n − 1+ n + 1, and suppose that α is rational. Then αᾱ = 2,
√ √
this implies that both n − 1 and n + 1 are rational. So we have n − 1 = k 2 and
n + 1 = h2 , where k and h are positive integers. But then h = 32 , k = 12 ∈
/ N Therefore
∀n ≥ 1, α is irrational.
Exercise 1.15 Given a real x and an integer N > 1, prove that there exist integers h
and k with 0 < k ≤ N such that |kx − h| < 1/N . Hint. Consider the N + 1 numbers
tx − btxc for t = 0, 1, 2, ..., N and show that some pair differs by at most 1/N.
Solution 1.15 Following the hint, let αt = tx − btxc < 1. Then there exists two
numbers αi and αj where i 6= j such that
1 1
|αi − αj | < ⇒ |(i − j)x − bixc − bjxc | <
N N
6 CHAPTER 1. THE REAL AND COMPLEX NUMBER SYSTEMS
1 h 1
N< ≤ |x − | <
δ k kN
h
Which is a contradiction, hence there are infinitely many rational numbers k
with k > 0
such that |x − hk | < k12 .
Exercise 1.17 Let x be a positive rational number of the form
n
X ak
x=
k=1
k!
where each ak is nonnegative integer with ak ≤ k − 1 for k ≥ 2 and an > 0. Let bxc
denote the largest integer in x. Prove that a1 = bxc, that ak = bk!xc − kb(k − 1)!xc for
k = 2, . . . , n, and that n is the smallest integer such that n!x is an integer. Conversely,
show that every positive rational number x can be expressed in this form in one and
only one way.
Solution 1.17
$ n
% $ n %
X ak X ak
bxc = a1 + = ba1 c + = a1
k=2
k! k=2
k!
$ n %
X ak
Since < 1. Now for a fixed k
k=2
k!
n n k−1 n
X aj X aj X aj X aj
k!x = k! = k! = k! + k!
j=1
j! j=1
j! j=1
j! j=k
j!
So we have $ %
k−1 n k
X aj X aj X aj
bk!xc = bk!xc = k! + k! = k!
j=1
j! j=k
j! j=1
j!
Now the same applies for kb(k − 1)!xc, so with the same computation above we have
k−1
X aj
kb(k − 1)!xc = k!
j=1
j!
1.3. UPPER BOUNDS 7
Hence
ak = bk!xc − kb(k − 1)!xc, k>1
a−b a−b
= ⇒x∈S s.t. b< =a−<x<a
2 2
This implies that b < x, therefore b 6= sup{S}. Same proof goes for b > a, hence the sup
is unique. The proof for the inf follows along the same lines.
Exercise 1.19 Find the sup and inf of each of the following sets of real numbers:
(a) All numbers of the form 2−p + 3−q + 5−r , where p, q, and r take on all
positive integer values.
(b) S = {x : 3x2 − 10x + 3 < 0}
(c) S = {x : (x − a)(x − b)(x − c)(x − d) < 0} , where a < b < c < d.
Solution 1.19 (a) Let S = {2−p + 3−q + 5−r : p, q, r ∈ N }.
Then by obvservation sup(S) = 21 + 12 + 15 and inf(S) = 0.
(b) 3x2 − 10x + 3 = (x − 3)(3x − 1), we have S = ( 13 , 3). Hence inf(S) = 13 , sup(S) = 3
(c) S = (a, b) ∪ (c, d). Thus sup(S) = d and inf(S) = a
Exercise 1.20 Prove the comparison property for suprema
Solution 1.20 Suppose that s ≤ t, for every s ∈ S and t ∈ T . Now for a fixed t0 ∈ T ,
then s ≤ t0 for all s ∈ S. Now by the Completeness axiom we know that sup(S) exists.
Therefore we have sup(S) ≤ t0 ≤ sup(T ).
Exercise 1.21 Let A and B be two sets of positive numbers bounded above, and let
a = sup(A), b = sup(B). Let C be the set of all products of the form xy, where x ∈ A
and y ∈ B. Prove that ab = sup(C).
Solution 1.21 Let > 0, since a, b > 0 we can choose n large enough such that a− n > 0
and b − n > 0, and n > a + b. So let δ = n , there exists a0 ∈ A and b0 ∈ B such that
a − δ < a0 , b − δ < b0 . Now a − η > 0 and b − η > 0 so we have
ab − δ(a + b − δ) < a0 b0 ⇒ ab − (a + b) < a0 b0 ⇒ ab − < a0 b0
n
8 CHAPTER 1. THE REAL AND COMPLEX NUMBER SYSTEMS
1.4 Inequalities
Exercise 1.22 Given x > 0, and an integer k ≥ 2. Let a0 denote the largest integer ≤ x
and, assuming that a0 , a1 , . . . , an−1 have been defined, let an denote the largest integer
n
X ak
such that a0 + ≤x
k=1
k2
(a) Prove that 0 ≤ ai ≤ k − 1 for each i = 1, 2, . . .
(b) Let rn = a0 + a1 k −1 + a2k−2 + · · · + an k −n and show that x is the sup of the set of
rational numbers r1 , r2 , . . .
Solution 1.22 (a) Let a0 = bxc, and consider a1 = bkx − ka0 c. Then
a1 a1 1
0 ≤ k(x − a0 ) < k ⇒ 0 ≤ a1 ≤ k − 1 ⇒ a0 + ≤ x ≤ a0 + +
k k k
1
(b) Let n − kn
, then we have
n
X ai
a0 + − n < x ⇒ sup (rn ) = x
i=1
ki n∈N
n
!2 n
! n
!
X X X X
ak b k = a2k b2k − (ak bj − aj bk )2
k=1 k=1 k=1 1≤k≤j≤n
so ! !
n
X n
X X n
X
a2k b2k − a2k b2j = a2k b2k
k=1 k=1 k6=j k=1
Now !2
n
X n
X n
X
ak b k = a2k b2k + ak b k aj b j
k=1 k=1 k6=j
1.4. INEQUALITIES 9
Plugging in we have
n
!2 n
! n
! n
X X X X X
ak b k = ak bk − a2k b2j + ak b k aj b j
k=1 k=1 k=1 k6=j k6=j
n
! n
! n
X X X X
= a2k b2k +2 ak b k aj b j − a2k b2j + a2j b2k
k=1 k=1 k<j k<j
n
! n
!
X X X
= a2k b2k −2 (ak bj − aj bk )2
k=1 k=1 1≤k<j≤n
n
!4 n
! n
!2 n
!
X X X X
ak bk ck ≤ a4k b2k c4k
k=1 k=1 k=1 k=1
n
!4
n
!2 2
X X
ak b k c k = ak b k c k
k=1 k=1
n
!2 n
!2
X X
≤ a2k c2k b2k
k=1 k=1
n
! n
! n
!2
X X X
≤ a4k c4k b2k
k=1 k=1 k=1
n
!1/2 n
!1/2 n
!1/2
X X X
(ak + bk )2 ≤ a2k + b2k
k=1 k=1 k=1
10 CHAPTER 1. THE REAL AND COMPLEX NUMBER SYSTEMS
Solution 1.25 Starting with the square of the left hand side
n
X n
X n
X n
X
2
(ak + bk ) = a2k + b2k +2 ak b k
k=1 k=1 k=1 k=1
n n n
!1/2 n
!1/2
X X X X
≤ a2k + b2k + 2 b2k a2k
k=1 k=1 k=1 k=1
n
!1/2 n
!1/2 2
X X
= a2k + b2k
k=1 k=1
n
! n
! n
!
X X X
ak bk ≤n b k ak
k=1 k=1 k=1
Now
n
! n
! n
!
X X X X X
ak b j + aj b k ≤ ak bk + ak b k ≤ ak b k + aj b j
j≤k k=1 k=1 k=1 j≤k
and n
X X
ak bk + aj bj = (n + 1) ak b k
j≤k k=1
(c) ı5 + ı16
(d) 12 (1 + ı)(1 + i−8 )
Exercise 1.28 In each case, determine all real x and y which satisfy the given relation.
(a) x + ıy = |x − ıy|
(b) x + iy = (x − ıy)2
100
X
(c) ik = x + ıy
k=0
p
Solution 1.28 First |x − ıy| = x2 + y 2 ≥ 0, so comparing real and imaginary parts
we have
(a) x ≥ 0, y = 0
(b) Multiplying through we have (x−ıy)2 = x2 −2ıxy −y 2 . This implies that x = x2 −y 2
√
and y = −2xy. So if y = 0, then x = 0 or 1. If y 6= 0, then x = − 21 , and y = ± 23
1 − ı101 1−ı
(c) The sum is given by ds 100 k
P
k=0 i = x + ıy = = = 1, hence x = 1, y = 0.
1−ı 1−ı
Exercise 1.29 If z = x + ıy, x and y real, the complex conjugate of z is the complex
number z̄ = x − ıy. Prove that:
(a) (z1 + z2 ) = z¯1 + z¯2
(b) z1 z2 = z¯1 z¯2
(c) z z̄ = |z|2
(d) z + z̄ = 2<(z)
(e) (z − z̄)/ı = 2=(z)
Solution 1.29 Let zi = xi + ıyi , then (a) − (e) become straight forward computations.
(a) (x1 + ıy1 + x2 + ıy2 ) = x1 − ıy1 + x2 − ıy2 = z¯1 + z¯2
(b) (x1 + ıy1 )(x2 + ıy2 ) = x1 x2 + y1 y2 + ı(y1 x2 + x1 y2 ) = x1 x2 + y1 y2 − ı(y1 x2 + x1 y2 )
= (x1 − ıy1 )(x2 − ıy2 ) = (x1 + ıy1 )(x2 + ıy2 )
(c) z z̄ = (x + ıy)(x − ıy) = x2 + y 2 = |z|2
(d) z + z̄ = 2x = 2<(z)
(e) (z−z̄)
ı
= 2y = 2=(z)
Exercise 1.30 Describe geometrically the set of complex numbers z which satisfies each
of the following conditions:
12 CHAPTER 1. THE REAL AND COMPLEX NUMBER SYSTEMS
(a) |z| = 1
(b) |z| < 1
(c) |z| ≤ 1
(d) z + z̄ = 1
(e) z − z̄ = ı
(f) z + z̄ = |z|2
Exercise 1.31 Given three complex numbers z1 , z2 , z3 such that |z1 | = |z2 | = |z3 | = 1
and z1 + z2 + z3 = 0. Show that these numbers are vertices of an equilateral triangle
inscribed in the unit circle with center at the origin.
Solution 1.31 Since |z1 | = |z2 | = |z3 | = 1, all zi must lie on the unit circle. The
distance of each leg is given by |zi − zj | for i 6= j. Now zk + zi = −zj so we have
So all legs of the triangle have the same distance. Thus the points form an equilateral
triangle.
b āb |ā||b|
<(āb) = |a||b| = |ā||b| ⇒ ab = |ā||b| ⇒ = = ≥0
a āa |a|2
1.5. COMPLEX NUMBERS 13
|a − b| = |1 − āb|
if, and only if, |a| = 1 or |b| = 1. For which a and b is the inequality |a − b| < |1 − āb|
valid?
Solution 1.33
Hence |a − b| < |1 − āb| if and only if |a|, |b| > 1 or |a|, |b| < 1.
Exercise 1.34 If a and c are real constant, b complex, show that the equation
z 2 − z02 = r2 ⇒ (x − x0 )2 + (y − y0 )2 = r2
⇒ x2 − 2xx0 + x20 + y 2 − 2yy0 + y02 ⇒ z z̄ − z¯0 z − z̄z0 + z0 z¯0 = r2
1 1 1 − r2
So let a = |z|2
, b= ,c= and the result is shown.
z0 |z|2
Exercise 1.35 Recall the definition of the inverse tangent: given a real number t,
tan−1 (t) is the unique real number θ which satisfies the two conditions:
π π
− <θ< , tan(θ) = t
2 2
z1 r1
= eθ1 −θ2
z2 r2
Exercise 1.39 State and prove a theorem analogous to Theorem 1.54, expressing log( zz21 )
in terms of log(z1 ) and log(z2 ).
z1 r1
= eθ1 −θ2
z2 r2
where θi = arg zi , so
z1 z1 z1
log = log + ı arg
z2 z2 z2
= log |z1 | − log |z2 | + ı(arg(z1 ) − arg(z2 ) + 2πk)
= log(z1 ) − log(z2 ) + +ı2πk
Exercise 1.40 Prove that the nth roots of 1 (also called the nth roots of unity) are given
by α, α2 , . . . , αn , where α = e2πı/n , and show that the roots 6= 1 satisfy the equation
1 + x + x2 + ... + xn−1 = 0.
Exercise 1.41 Prove the following (a) |z ı | < eπ for all complex z 6= 0.
(b) There is no constant M > 0 such that | cos(z)| < M for all complex z.
ey
If x = 0 then ≤ cosh(y) ≤ | cos(z)|. Now ey is unbounded hence there is no constant
2
M > 0 such that | cos(z)| < M for all complex z.
w log(z) = (u + ıv)(log |z| + ı arg(z)) = (u log |z| − v arg(z)) + ı(v log |z| + u arg(z))
w)
(z w )α = eα log(z = ew log(z)+2πın = eαw log(z) e2πınα =w αe2πınα
Exercise 1.44 (i) If θ and a are real numbers, −π < θ ≤ π, prove that
(ii) Show that, in general, the restriction −π < θ ≤ π is necessary in (i) by taking
θ = −π, a = 12
1.5. COMPLEX NUMBERS 17
(iii) If a is an integer, show that the formula in (i) holds without any restriction on θ.
In this case it is known as DeMorvres theorem.
ıθ |+ı arg(eıθ )
z a = ea log(z) = ea log |e = eıaθ = cos(aθ) + ı sin(aθ)
1 1 π −π −π
(−1) 2 = e 2 log(−1) = e 2 ı = ı 6= −ı = cos( ) + ı sin( )
2 2
Exercise 1.45 Use DeMorvres theorem (Exercise 1.44) to derive the triginometric iden-
tities
cos3 (θ) − 3 cos(θ) sin2 (θ) + ı 3 cos2 (θ) sin(θ) − sin3 (θ) = cos(3θ) + ı sin(3θ)
Exercise 1.46 Define tan(z) = sin(z)/ cos(z) and show that for z = x + ıy, we have
sin(2x) + ı sinh(2y)
tan(z) =
cos(2x) + cosh(2y)
Exercise 1.47 Let w be a given complex number. If w 6= 1, show that there exists two
values of z = x + ıy satisfying the conditions cos(z) = w and −π < x ≤ π. Find these
values when w = ı and when w = 2.
Solution 1.47 Let eız = u, and writing cos(z) in exponential form we have
u − u−1 u2 − 1
cos(z) = = =w ⇒ u2 − 2wu + 1 = 0
2 2u
(u − w)2 − w2 + 1 = 0 ⇒ (u − w)2 = w2 − 1 6= 0, w 6= ±1
1 arg(w2 − 1)
u = w ± |w2 − 1| 2 eıθ , θ=
2
thus there exists two values of z, given above such that −π < z ≤ π and cos(z) = w.
for w = ı, we have by direct computation
√ √ √ √
ız = log |(1 ± 2)ı| + ı arg(1 ± 2ı) ⇒ z = arg(1 ± 2ı) − ı log |(1 ± 2)ı|
For w = 2, we have
√ √ √ √
ız = log |(2 ± 3)| + ı arg(2 ± 3ı) ⇒ z = arg(2 ± 3ı) − ı log |(2 ± 3)|
1.5. COMPLEX NUMBERS 19
n 2 n n
X X X X
2
ak b k = |ak | |bk |2 + |ak b̄j − āj bk |2
k=1 k=1 k=1 1≤k<j≤n
so ! !
n
X n
X X n
X
|ak |2 |bk |2 − |ak |2 |bj |2 = |ak |2 |bk |2
k=1 k=1 k6=j k=1
Now !2
n
X n
X n
X
2 2
|ak bk | = |ak | |bk | + |ak bk āj b̄j |
k=1 k=1 k6=j
So by plugging in we have
n
!2 n
! n
! n
X X X X X
2 2
|ak bk | = |ak | |bk | − |ak | |bj | + |ak bk āj b̄j |
k=1 k=1 k=1 k6=j k6=j
n
! n
! n
X X X X
2 2
= |ak | |bk | +2 |ak bk āj b̄j | − |ak |2 |bj |2 + |aj |2 |bk |2
k=1 k=1 k<j k<j
n
! n
!
X X X
= |ak |2 |bk |2 −2 (|ak b̄j − āj bk )2
k=1 k=1 1≤k<j≤n
This directly implies the Cauchy-Schwarz ineqality for complex numbers, that is
n
!2 n
! n
!
X X X
|ak b̄k | ≤ |ak |2 |bk |2
k=1 k=1 k=1
sin((2m + 1)θ)
m+1 !
X 2m + 1
= sin2m+1 ((2m + 1)θ) (−1)k+1 (cot2 (θ))m−k+1
k=1
2k − 1
= sin2m+1 ((2m + 1)θ)Pm (cot2 (θ))
where Pm (x) is given above. So sin((2m + 1)θ) = 0 if and only if Pm (cot2 θ) = 0. Hence
πk
Pm has zeros at the m distinct points xk = cot2 2m+1 for k = 1, . . . , m.
1.5. COMPLEX NUMBERS 21
k=1 k=1
2m + 1
m
!2 m
X X
= xk − xk xj
k=1 k<j
2 2m+1
−
m(2m − 1) 5
= −2 2m+1
3 1
m(2m − 1)(4m2 + 10m − 9)
=
45
22 CHAPTER 1. THE REAL AND COMPLEX NUMBER SYSTEMS
n
2πık
Y
n
Exercise 1.50 Prove that z − 1 = z−e n for all complex z. Use this to derive
k=1
the formula n
Y kπ n
sin =
k=1
n 2n−1
Solution 1.50 z n = 1 has exactly n distinct roots and these are the nth roots of unity,
2πık
or e n , where k = 0, . . . , n − 1. So the first equality immediately follows, this implies
that
n−1 n−1
Y
2πık
X
zk = z−e n
k=0 k=1
n−1 n−1
Y
Y 2πık
2πk 2πk
n= 1−e n = 1 − cos − ı sin
k=1 k=1
n n
n−1
Y
2 πk πk πk
= 2 sin − ı2 sin cos
k=1
n n n
n−1
n−1
Y πk πk πk
= 2 sin sin − ı cos
k=1
n n n
n−1
Y πk πık
n−1
= 2 sin en
k=1
n
n−1
X πık
n−1
Y πk k = 1n−1
= 2 sin e n
k=1
n
n−1
n−1
Y πk
= 2 sin
k=1
n
Chapter 2
Exercise 2.2 Let S be a relation and let D(S) be its domain. The relation S is said to
be
(i) reflexive if a ∈ D(S) implies (a, a) ∈ S
(ii) symmetric if (a, b) ∈ S implies (b, a) ∈ S
(iii) transitive if (a, b) ∈ S and (b, c) ∈ S implies (a, c) ∈ S
A relation which is symmetric, reflexive, and transitive is called an equivalence relation.
Determine which of these properties is possessed by S, if S is the set off all pairs of real
numbers (x, y) such that
(a) x ≤ y
(b) x < y
(c) < |y|
(d) x2 + y 2 = 1
(e) x2 + y 2 < 0
(f) x2 + x = y 2 + y
23
24 CHAPTER 2. SOME BASIC NOTIONTS OF SET THEORY
(ii) For any x, y ∈ R and (x, y) ∈ S then x < y, which implies y 6< x, so (y, x) ∈
/S
(iii) If (x, y) ∈ S and (y, z) ∈ S, then x < y < z, so x < z implies (x, z) ∈ S
(c) Let S = {(x, y) : x < |y|}, then Dom(S) = R
(i) 0 6< |0|, which implies (0, 0) ∈
/S
(ii) If b > a > 0 then (−a, b) ∈ S but (b, −a) ∈ /S
(iii) If a > 0 (0, −a) ∈ S and (−a, 0) ∈ S, but (0, 0) ∈
/S
2 2
(d) Let S = {(x, y) : x + y = 1}, then Dom(S) = [−1, 1]
(i) 1 ∈ Dom(S), but 2 = (1, 1) ∈ /S
2 2
(ii) If (x, y) ∈ S, then x + y = 1, so (y, x) ∈ S
(iii) (1, 0) ∈ S and (0, 1)2 ∈ S but (1, 1) ∈
/S
2 2
(e) Let S = {(x, y) : x + y < 1} = ∅, then S automaticly satisfies (i), (ii), (iii)
(f) Let S = {(x, y) : x2 +x = y 2 +y} = {(x, y) : (x−y)(x+y−1) = 0}, then Dom(S) = R
(i) If x ∈ R, then (x, x) ∈ S
(ii) If (x, y) ∈ S, then (y, x) ∈ S
(iii) If (x, y) ∈ S and (y, z) ∈ S, then (x, z) ∈ S
Exercise 2.3 The following functions F and G are defined for all real x by the equations
given. In each case where the composite function G ◦ F can be formed, give the domain
of G ◦ F and a formula (or formulas) for (G ◦ F )(x)
(a) F (x) = 1 − x, G(x) = x2 + 2x.
(b) F (x) =
x + 5, G(x) = |x|/x, if x 6= 0, G(0) = 1.
2x, if 0 ≤ x ≤ 1, x 2 , if 0 ≤ x ≤ 1,
(c) F (x) = G(x)
1, otherwise 1, otherwise
Find F (x) if G(x) and G[F (x)] are given as follows:
(d) G(x) = x3 , G[F (x)] = x3 − 3x2 + 3x − 1.
(e) G(x) = 3 + x + x2 , G[F (x)] = x2 − 3x + 5.
Solution 2.3 By direct computation we have (a) G ◦ F (x) = G(F (x)) = G(1 − x) =
(1 − x)2 + 2(1 − x) = x2 − 4x + 3, so Dom(G ◦ F ) = R
(b) G◦F (x) = G(F (x)) = G(x+5) = |x+5| x+5
if x 6= −5, G(−5) = 0, then Dom(G◦F ) = R
(c) G ◦ F (x) = G(F (x)) = 4x2 if x ∈ [0, 1/2], 0 if x ∈ (1/2, 1], 1 if x ∈ R − [0, 1], then
Dom(G ◦ F ) = R
(d) Since (x − 1)3 = x3 − 3x2 + 3x − 1, we have F (x) = 1 − x, G(x) = x3 .
(e) Completing the square we have G ◦ F (x) = (x + 12 )2 + 11
4
, so we have (2F (x) + 1)2 =
(2x − 3)2 , which implies F (x) = x − 2 or 1 − x, and G(x) = x2 + + 11 4
.
Exercise 2.4 Given three functions F , G, H, what restrictions must be placed on their
domains so that the following for composite functions can be defined?
G ◦ F, H ◦ G, H ◦ (G ◦ F ), (H ◦ G) ◦ F.
25
Solution 2.4 For all compositions we must have Im(F ) ⊂ Dom(G) and Im(G) ⊂
Dom(H).
Exercise 2.5 Prove the following set-theoretic identities for union and intersection:
(a) A ∪ (B ∪ C) = (A ∪ B) ∪ C, A ∩ (B ∩ C) = (A ∩ B) ∩ C.
(b) A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C).
(c) (A ∪ B) ∩ (A ∪ C) = A ∪ (B ∩ C).
(d) (A ∪ B) ∩ (B ∪ C) ∩ (C ∪ A) = (A ∩ B) ∪ (A ∩ C) ∪ (B ∩ C).
(e) A ∩ (B − C) = (A ∩ B) − (A ∩ C).
(f) (A − C) ∩ (B − C) = (A ∩ B) − C.
(g) (A − B) ∪ B = A If, and only if, B ⊆ A.
f −1 (Y ) = {x : x ∈ S, f (x) ∈ Y } .
The set f −1 (Y ) is called the inverse image of Y under f . Prove the following arbitrary
subsets of X of S and Y of T .
(a) X ⊆ f −1 [f (X)]
(b) f [f −1 (Y )] ⊆ Y
(c) f −1 [Y1 ∩ Y2 ] = f −1 (Y1 ) ∪ f −1 (Y2 )
(d) f −1 (Y1 ∩ Y2 ) = f −1 (Y1 ) ∩ f −1 (Y2 )
(e) f −1 (T − Y ) = S − f −1 (Y )
(f) Generalize (c) and (d) to arbitrary unions and intersections.
Solution 2.7 (a) Let x ∈ X, then f (x) ∈ f (X). So we have x ∈ f −1 (f (X)). Therefore
X ⊆ f −1 (f (X)).
(b) Let y ∈ f (f −1 (Y )), then there exists x ∈ f −1 (Y ) such that f (x) = y. Since
x ∈ f −1 (Y ), we have f (x) ∈ Y . Hence y ∈ Y so f (f −1 (Y )) ⊆ Y .
(c) Let x ∈ f −1 (Y1 ∩ Y 2), then f (x) ∈ Y1 ∩ Y2 . We have two cases to consider.
(i) If f (x) ∈ Y1 , then x ∈ f −1 (Y1 ). So x ∈ f −1 (Y1 ) ∪ f −1 (Y2 ).
/ Y1 , then f (x) ∈ Y2 which implies x ∈ f −1 (Y2 ) . So x ∈ f −1 (Y1 ) ∪
(ii) If f (x) ∈
f −1(Y2 ). So we have
f −1 (Y1 ∪ Y2 ) ∩ f −1 (Y 1) ∪ f −1 (Y2 )
On the other hand, we have f −1 (Y1 ) ⊆ f −1 (Y1 ∪ Y2 ) and f −1 (Y2 ) ⊆ f −1 (Y1 ∪ Y2 ). This
implies that
f −1 (Y1 ) ∪ f −1 (Y2 ) ⊆ f −1 (Y1 ∪ Y2 )
(d) Let x ∈ f −1 (Y1 )∩f −1 (Y2 ), then f (x)2 ∈ Y1 and f( x) ∈ Y2 . So we have f (x) ∈ Y1 ∩Y2 .
Hence x ∈ f −1 (Y1 ∩ Y2 ]. Which implies that
So result is shown.
f −1 (T − Y ) ⊆ S − f −1 (Y )
S − f −1 (Y ) ⊆ f −1 (T − Y )
(f) The proofs of (c) and (d) to arbitrary unions and intersections follows along the same
lines as the proof above. The statement of the generalizations are.
Exercise 2.8 Refer to Exercise 2.7. Prove that f [f −1 (Y )] = Y for every subset Y of T
if, and only if, T = f (S).
f f −1 (T ) ⊆ f (S)
⇒ T ⊆ f (S)
(⇐) For the other implication suppose that f [f −1 (Y )] is a proper subset of Y for some
Y ⊆ T . Then there is a y ∈ Y such that y ∈ / f [f −1 (Y )]. Since Y ⊆ f (S) = T , f (x) = y
for some x ∈ S. This implies that x ∈ f −1 (Y ). So we have f (x) ∈ f [f −1 (Y )] which is
a contradiction. Therefore f [f −1 (Y )] = Y for every subset Y of T .
Exercise 2.9 Let f : S → T be a function. Prove that following statements are equiv-
alent.
(a) f is one-to-one on S.
(b) f (A ∩ B) = f (A) ∩ f (B) for all subsets A, B of S.
(c) f −1 [f (A)] = A for every subset A of S.
(d) For all disjoint subsets A and B of S, the images f (A) and f (B) are disjoint.
28 CHAPTER 2. SOME BASIC NOTIONTS OF SET THEORY
f (A − B) = f (A) − f (B)
Solution 2.9 (a) ⇒ (b) Suppose that f is 1-1 on S. Then f (A ∩ B) ⊆ f (A)∩f (B) for
all A, B of S. So it suffices to show that f (A)∩f (B) ⊆ f (A ∩ B). Let y ∈ f (A)∩f (B),
then y = f (a) and y = f (b) where a ∈ A and b ∈ B. Since f is 1-1, we have a = b which
implies that y ∈ f (A ∩ B). Therefore f (A) ∩ f (B) ⊆ f (A ∩ B)
(b) ⇒ (c) Suppose that f (A ∩ B) = f (A) ∩ f (B) for all A, B ⊂ S. If A 6= f −1 [f (A)]
for some A of S, then there is an element a ∈ / A and a ∈ f −1 [f (A)]. Consider
∅ = A ∩ B = f −1 [f (A)] ∩ f −1 [f (B)]
= f −1 (f (A) ∩ f (B))
f (A) − f (B) ⊆ f (A − B)
Solution 2.10 Since A ∼ B and B ∼ C, then there exists bijection f and g such that
f : A → B, g:B→C
Solution 2.11 Since {1, 2, ..., n} ∼ {1, 2, ..., m}, there exists a bijection function
Exercise 2.12 If S is an infinite set, prove that S contains a countably infinite subset.
Solution 2.12 If S being an an infinite set, choose a1 in S, then S −{a1 } is still infinite.
From this, we have S − {a1 , .., an } is infinite. Then if follows by induction on n that
{an }∞
n=1 ⊆ S
Exercise 2.13 Prove that every ininite set S contains a proper subset similar to S.
Then f is bijective. Therefore every infinite set S contains a proper subset similar to S.
Solution 2.14 Consider the following cases. (i) B ∩ A = ∅, (ii) B ∩ A is a finite set,
(iii) B ∩ A is an infinite set.
For case (i), B − A = B so B − A is similar to B. Case (ii) follows from the previous
exercise. For case (iii) first note that B ∩ A is countable. Let C = B − A then we
haveB = C ∪ (B ∩ A). Now write C = C̃ ∪ D, where D is countably infinite and
30 CHAPTER 2. SOME BASIC NOTIONTS OF SET THEORY
C̃ ∩ D = ∅. So we have
h i
C ∼ C ∪ (B ∩ A) ⇔ C̃ ∪ D ∼ C̃ ∪ (D ∪ (B ∩ A))
0
⇔ C̃ ∪ D ∼ C̃ ∪ D
Solution 2.15 Given a positive integer N (≥ 2), there are only finitely many equations
with n
X
n+ |ak | = N, where ak ∈ Z (2.0.1)
k=1
Exercise 2.16 Let S be a finite set consisting of n elements and let T be the collection
of all subsets of S. Show that T is a finite set and find the number of elements in T .
Solution 2.16 LetS = {x1 , ..., xn }, then T =the collection of all subsets of S. Then T
is a finite set with 2n elements.
Exercise 2.17 Let R denote the set of real numbers and let S denote the set of all
real-valued functions whose domain is R. Show that S and R are not equinumerous.
Solution 2.17 Assume S ∼ R and let f be a one-to-one function such that f (R) = S.
If a ∈ R, let ga = f (a) be the real-valued function in S which correspouds to real
number a. Define h by the equation h (x) = 1 + gx (x) if x ∈ R, then h = f (b) = gb
which implies that h (b) := 1 + gb (b) = gb (b) which is a contradiction. Therefore S and
R are not equinumerous.
Exercise 2.18 Let S be the collection of all sequences whose terms are the integers 0
and 1. Show that S is uncountable.
Solution 2.18 Let E be a countable subset of S, and let E consist of the sequences si
for i ∈ N. Now conisder the following construction. If the nth digit in sn is 1, we let the
31
nth digit of s be 0, and vice versa. Then the sequence s differes from every member of
E in at least one place; therefore s ∈
/ E. But clearly s ∈ S, so that E is a proper subset
of S. So every countable subset of S is a proper subset of S, thus S is uncountable.
Solution 2.19 (a) Let S be the set of circles in the complex plane having the rational
radii and centers with rational coordinates, then S = {C (xn ; qn ) : xn ∈ Q × Q, qn ∈ Q}.
Thus S is countable.
(b) First consider the collection of intervals centered on rational numbers with rational
lenghts, then this forms a coutable set, call this set S̄. Any such set S such S is any
collection of disjoint intervals of positive length is a subset of S̄. Thus S must be
countable.
Exercise 2.20 Let f be a real-valued function defined for every x in the interval 0 ≤
x ≤ 1. Suppose there is a positive number M having the following property: for every
choice of a finite number of points x1 , x2 , · · · , xn in the interval 0 ≤ x ≤ 1, the sum
|f (x1 ) + · · · + f (xn )| ≤ M
1
Solution 2.20 Let Sn = x ∈ [0, 1] : |f (x)| ≥ n
, then Sn is a finite set by hypothesis
and S = ∪∞
n=1 Sn . Thus S is countable.
Exercise 2.21 Find the fallacy in the following ”proof” that the set of all intervals of
positive length is countable.
Let {x1 , x2 , · · · } denote the countable set of rational numbers and let I be any interval
of positive length. Then I contains infinitely many rational points xn , but among these
there will be one with smallest index n. Define a function F by means of the equation
F (I) = n, If xn is the rational number with smallest index in the interval I. This
function establishes a one-to-one correspondence between the set of all intervals and a
subset of the positive integers. Hence the set of all intervals is countable.
Solution 2.21 F is not a one-to-one correspondence between the set of all intervals
and a subset of the positive integers.
Exercise 2.22 Let S denote the collection of all subsets of a given set T . Let f : S → R
be a real-valued function defined on S. The function f is called additive if f (a ∪ B) =
32 CHAPTER 2. SOME BASIC NOTIONTS OF SET THEORY
f (A) + f (B) whenever A and B are disjoint subsets of T . If f is additive, prove that
for any two subsets A and B we have
f (A ∪ B) = f (A) + f (B − A) and f (A ∪ B) = f (A) + f (B) − f (A ∩ B).
Exercise 2.23 Refer to Exercise 2.22. Assume f is additive and assume also that the
following relations hold for two particular subsets A and B of T :
f (A ∪ B) = f (A0 ) + f (B 0 ) − f (A0 )f (B 0 )
f (A ∩ B) = f (A)f (B), f (A) + f (B) 6= f (T )
Solution 3.1 Let (a, b) be an open interval in R, and let x ∈ (a, b). Now let L =
min{x − a, b − x}. Then we have B(x, L2 ) ⊂ (a, b). So x is an interior point of (a, b).
Since x is arbitrary, we have every (a, b)◦ = (a, b). Therefore (a, b) is open in R.
For closed intervals, let [a, b] be a closed interval in R and let x be an adherent point of
[a, b]. Now suppose that x ∈ / [a, b], then either x < a or x > b. (W LOG) suppose x < a
then
a−x 3x − a x + a
B x, ∩ [a, b] = , ∩ [a, b] = ∅
2 2 2
Therefore x cannot be an adherent point, so we have a condtradiction. So [a, b] must
contain all its adherent points, therefore [a, b] is closed set in R.
33
34 CHAPTER 3. ELEMENTS OF POINT SET TOPOLOGY
Chapter 4
4.5 Connectedness
4.7 Discontinuities
35
36 CHAPTER 4. LIMITS AND CONTINUITY
Chapter 5
Derivatives
37
38 CHAPTER 5. DERIVATIVES
Chapter 6
6.2 Curves
39
40CHAPTER 6. FUNCTIONS OF BOUNDED VARIATION AND RECTIFIABLE CURVES
Chapter 7
41
42 CHAPTER 7. THE RIEMANN-STIELTJES INTEGRAL
Chapter 8
8.1 Sequences
8.2 Series
43
44 CHAPTER 8. INFINITE SERIES AND INFINITE PRODUCTS
Chapter 9
Sequences of Functions
then by the above we have |fn (x)| ≤ 1+|f (x)| ≤ M n0 +2 for all n ≥ n0 . So |fn (x)| ≤ M
for all x ∈ S and for all n, where M = max{M, . . . , M (n0 − 1) , M n0 + 2}.
45
46 CHAPTER 9. SEQUENCES OF FUNCTIONS
Chapter 10
47
48 CHAPTER 10. THE LEBESGUE INTEGRAL
Chapter 11
49
50 CHAPTER 11. FOURIER SERIES AND FOURIER INTEGRALS
Chapter 12
51
52 CHAPTER 12. MULTIVARIABLE DIFFERENTIAL CALCULUS
Chapter 13
13.1 Jacobians
53
54 CHAPTER 13. IMPLICIT FUNCTIONS AND EXTREMUM PROBLEMS
Chapter 14
55
56 CHAPTER 14. MULTIPLE RIEMANN INTEGRALS
Chapter 15
57
58 CHAPTER 15. MULTIPLE LEBESGUE INTEGRALS
Chapter 16
Solution 16.1 Let γ(t) be a parameterization for γ for t ∈ [a, b]. Since g 0 (z) = f (z) for
all z ∈ Γ we have
Z Z Z b
0
f (z)dz = g (z)dz = g 0 (γ(t))γ 0 (t)dt = g(γ(b)) − g(γ(a)) = g(B) − g(A)
γ γ a
Exercise 16.2 Let γ be a positively oriented circular path with center 0 and radius 2.
Verify each of the following by using one of Cauchy’s integral formulas.
R ez
(a) γ dz = 2πı
z
R ez
(b) γ 3 dz = πı
z
R ez π
(c) γ 4 dz =
z 3
R ez
(d) γ dz = 2πıe
z − z1
R e
(e) γ dz = 2πı(e − 1)
z(z − 1)
59
60 CHAPTER 16. CAUCHY’S THEOREM AND THE RESIDUE CALCULUS
R ez
(f) γ
dz = 2πı(e − 2)
z 2 (z − 1)
Z
n! f (z)
Solution 16.2 Using the cauchy integral formula: n+1
= f (n) (z0 ). Be-
2πı γ (z − z0 )
fore doing any of the problems note that 0, 1 ∈ D(0, 2), so all the poles are contained in
the interior of γ. Z
z f (z)
(a) Let f (z) = e , then = f (0)2πı = 2πı
Zγ z − 0
f (z) 2πı
(b) Let f (z) = ez , then 3
= f (0) = πı
Z γ (z − 0) 2!
z f (z) 2πı π
(c) Let f (z) = e , then 4
= f (0) =
Zγ (z −z
0) 3! 3
e
(d) Let f (z) = ez , then dz = f (1)2πı = 2πıe
γ z −1
(e) Let f (z) = ez , then the partial fraction decomposition of the integral is
ez ez ez
Z Z
dz = − dz
γ z(z − 1) γ z−1 z
ez ez ez ez
Z Z
dz = − − 2 dz
γ z 2 (z − 1) γ z−1 z z
Hence our integrals are equal to 2πıf (1) − 2πıf (0) − 2πıf (0)) = 2πı(e − 2)
Exercise 16.3 Let f = u + ıv be analytic on a disk B(a; R). If 0 < r < R, prove that
Z 2π
0 1
f (a) = u(a + reıθ )e−ıθ dθ
πr 0
Solution 16.3 Let γ(t) = B(a; R), a parameterization for γ(t) is given by γ(t) = a+reıθ
for θ ∈ [0, 2π] then using Cauchy’s integral formula we know that
2π
f (γ(t))γ 0 (t)
Z Z
0 1 f (z) 1
f (a) = 2
dz = dt
2πı γ (z − a) 2πı 0 (γ(t) − a)2
2π 2
f (a + reıθ )rıeıθ
Z
1
= dt
2πı 0 reıθ
Z 2π
1 f (a + reıθ )
= dt
2rπ 0 eıθ
16.1. COMPLEX INTEGRATION 61
and since γ is a circle, then we have |u| = |v|, so the above integral are equal hence
Z 2π
0 1
f (a) = u(a + reıθ )e−ıθ dθ
πr 0
Exercise 16.4 (a) Prove the following stronger version of Liouville’s theorem: If f is
an entire function such that lim |f (z)/z| = 0, then f is a constant.
z→∞
(b) What can you conclude about an entire function which satisfies an inequality of the
form |f (z)| ≤ M |z|k for every complex z, where k > 0?
Solution 16.4 If f is entire, then f is holomorphic on C. Now for every > 0, there
exists and M such that for all |z| > M , we have |f (z)| ≤ |z|. Keeping this in mind,
let’s do part (b). Suppose that f (z) ≤ z k for some k ∈ N. Let γ = ∂B(0, R) for R large
enough and let l ∈ N now we have
∂ k+l f (0)
Z Z
1 f (z) M 1
k+l
= k+l+1
dz ≤ =0
∂x 2πı γ z 2π γ |z|l+1
Therefore for any l ∈ N, the k + l derivative vanishes. Looking at the power series
representation for f (z), we have that f (z) is a polynomial of at most degree k. This
answers part (b). So in part (a) we know that f (z) = az + b for some a, b ∈ C
f (z) az + b
lim = lim =0 ⇒ a=0
z→∞ z z→∞ z
Exercise 16.5 Assume that f is analytic on B(0; R). Let γ denote the positively ori-
ented circle with center at 0 and radius r, where 0 < r < R. If a is inside γ, show
that
Z
1 1 1
f (a) = f (z) − dz
2πı γ z − a z − r2 /ā
By equating the real parts of this equation we obtain an expression known as Poisson’s
integral formula.
r r2
Solution 16.5 First notice that r < , so the pole lies outside of the region enclosed
|ā| ā
by γ. Hence by cauchy’s integral formula we have
Z Z Z
1 1 1 1 f (z) 1 f (z)
f (z) − dz = − dz = f (a)
2πı γ z − a z − r2 /ā 2πı γ z − a 2πı γ z − r2 /ā
Exercise 16.6 Assume that f is analytic on the closure of the disk B(0; 1). If |a| < 1,
show that
Z 2π
2 1 1 − zā
(1 − |a| )f (a) = f (z) dz
2π 0 z−a
where γ is the positively oriented unit circle with center at 0. Deduce the inequality
Z 2π
2 1
(1 − |a| )|f (a)| ≤ |f (eıθ )|dθ
2π 0
Solution 16.6 f (z)(1−zā) is holomorphic B(0, 1), so the first equality falls by Cauchy’s
integral formula by plugging in a into f (z)(1 − zā). For the second let γ(θ) = eıθ for
16.1. COMPLEX INTEGRATION 63
∞
X ∞
X
Exercise 16.7 Let f (z) = n n n
2 z /3 if |z| < 3/2, and let g(z) = (2z)−n if |z| > 21 .
n=0 n=0
Let γ be the positively oriented circular path of radius 1 and center 0, and define h(a)
for |a| =
6 1 as follows:
a2 g(z)
Z
1 f (z)
h(a) = + 2 dz
2πı γ z − a z − az
Prove that
3
|a| < 1
− 2a
h(a) = 3 2a 2
|a| > 1
1 − 2a
3 2z
f (z) = , g(z) =
3 − 2z 2z − 1
First write h(a) into its partial fraction decomposition with respect to the poles that lie
inside B(0, 1).
2a2
Z
1 3
h(a) = + dz
2πı γ (3 − 2z)(z − a) (2z − 1)(z − a)
2a2 4a2
Z
1 3
= + − dz
2πı γ (3 − 2z)(z − a) (2a − 1)(z − a) (2a − 1)(2z − 1)
Using Cauchy’s integral formula, if |a| > 1, then f (z) has no poles in B(0, 1) then we
have Z
1 f (z)
dz = 0
2πı γ z − a
64 CHAPTER 16. CAUCHY’S THEOREM AND THE RESIDUE CALCULUS
4a2 2a2
h(a) = − =
2(2a − 1) (1 − 2a)
Now if |a| < 1, consider the following integral, and the parameterization for γ(t) = eıt .
a2 g(z) a2 g(z)
Z Z
1 1
2
dz = 2
dz
2πı γ z − az 2πı γ z − az
∞
a2 X 1
Z
1
=
2πı γ z 2 − az n=0 2n z n
Z 2π ∞
1 a2 X 1
=
2π 0 eıt − a n=0 2n enıt
Writing the partial fraction decomposition for the partial sums we have
∞
" n
#
2π
a2
Z
1 X 1 X 1
+ − dz
2π 0 eıt − a n=1 (2a)n (eıt − a) k=1 2n an−k+1 ekıt
When integrating each power of ekıt for k > 1 vansishes so we have, by a simple compu-
tation
2π ∞
a2
Z
dz X 1 1
+ − dz
2π 0 e − a n=1 (2a) (e − a) (2a)n z
ıt n ıt
2π ∞
2
a2 2π
Z Z
a dz X 1 1
= + − dz = 0
2π 0 e − a n=1 2π 0 (2a) (e − a) (2a)n z
ıt n ıt
3
Hence h(a) = f (a) = for |a| < 1
3 − 2a
1
Solution 16.8 f (z) is a geometric series, centering f (z) at 2
we have
1 1 1 2
f (z) = = = 1 =
1−z 1 − z − 12 + 1
2
1
2
− (z − 2 ) 1 − 2(z − 12 )
16.2. TAYLOR EXPANSIONS 65
1 1 1 2
f (z) = = = 1 =
1−z 1 − z − 12 + 1
2
3
2
− (z + 2 ) 2
3(1 − 3 (z − 21 ))
p−1
1X
g(z) = f (ze2πık/p )
p k−0
Prove that the Taylor expansion of g consists of every pth term in that of f . that is, if
z ∈ B(0; R) we have
∞
X
g(z) = apn z pn
n=0
Solution 16.9 Let ζ = e2πı/p , then ζ p = 1. Now it suffices to just look at the first p + 1
terms of the taylor expansion of g. Rewriting the expansion we have
∞ p−1
X an n
X n
g(z) = z e2πık/p
n=0
p k=0
So for n = 0, we have
p−1
a0 X 0 a0
ζ = (p) = a0
p k=0 p
for n = 1, we have
p−1
a1 X k a1 ζ p − 1
ζ = =0
p k=0 p ζ −1
66 CHAPTER 16. CAUCHY’S THEOREM AND THE RESIDUE CALCULUS
p−1
am X k m a1 ζ p − 1
(ζ ) = =0
p k=0 p ζ −1
p−1 p−1
ap X k p a1 X ap
(ζ ) = 1 = (p) = ap
p k=0 p k=0 p
n+1
f (w) wn+1 − z n+1
Z Z
1 1 f (w) X n−k+1 k
dw = w z dw
2πı γ wn+1 w−z 2πı γ wn+1 k=0
Z n+1
X
= f (w) w−k z k dw
γ k=0
n k
X f (0) k
= z
k=0
k!
n
X
= ak z k = sn (z)
k=0
∞
X ∞
X
n
Exercise 16.11 Given the Taylor expansions f (z) = an z and g(z) = bn z n ,
n=0 n=0
valid for |z| ≤ R1 and |z| < R2 , respectively. Prove that if |z| < R1 R2 we have
Z ∞
1 f (w) z X
g dw = an b n z n
2πı γ w w n=0
f (n) (0)
Since = an , the result is shown.
n!
∞
X
Exercise 16.12 Assume that f has the Taylor expansion f (z) = an (z − a)n , valid
n=0
in B(a; R).
(a) If 0 ≤ r < R, deduce Parseval’s identity:
Z 2π ∞
1 ıθ 2
X
|f (a + re )| dθ = |an |2 r2n
2π 0 n=0
∞
X
(b) Use (a) to deduce the inequality |an |2 r2n ≤ M (r)2 , where M (r) is the
n=0
maximum of |f | on the circle |z − a| = r.
(c) Use (b) to give another proof of the local maximum modulus principle.
Solution 16.12 Exercise 16.13 Prove Schwarz’s lemma: Let f be analytic on the
disk B(0; 1). Suppose that f (0) = 0 and |f (z)| ≤ 1 if |z| < 1. Then
(b) Use (a) to prove that f and f + g have the same number for zeros inside Γ
(Rouché’s theorem).
Exercise 16.16 Let f be analytic on the closure of the disk B(0; 1) and suppose |f (z)| <
1 if |z| = 1. Show that there is one, and only one, point z0 in B(0; 1) such that f (z0 ) = z0 .
Exercise 16.17 Let pn (z) denote the nth partial sum of the Taylor expansion ez =
∞
X
z n /n!.Using Rouché’s theorem (or otherwise), prove that for every r > 0 there exists
n=0
an N (depending on r) such that n ≥ N implies pn (z) 6= 0 for every z in B(0; r).
Exercise 16.18 If a > e, find the number of zeros of the function f (z) = ez −az n which
lie inside the circle |z| = 1.
Exercise 16.19 Give an example of a function which has all the following properties,
or else explain why there is no such function: f is analytic everywhere in C except for
a pole of order 2 at 0 and simple poles at ı and -ı; f (z) = f (−z) for all z; f (1) = 1; the
function g(z) = f (1/z) has a zero of order 2 at z = 0; and Resz=ı f (z) = 2ı.
Exercise 16.20 Show that each of the following Laurent expansions is valid in the
region indicated:
X zn ∞ ∞
1 X 1
(a) = + if 1 < |z| < 2
(z − 1)(2 − z) n=0 2n+1 n=1 z n
X 1 − 2n−1∞
1
(b) = if |z| > 2
(z − 1)(2 − z) n=2 zn
Exercise 16.21 For each fixed t in C, define Jn (t) to be the coefficient of z n in the
Laurent expansion
∞
X
(z−1/z)t/2
e = Jn (t)z n
n=−∞
and that J−n (t) = (−1)n Jn (t). Deduce the power series expansion
1
∞ (−1)k ( t)n+2k
2
X
Jn (t) = (n ≥ 0)
k=0
k!(n + k)!
(c) Suppose f and g are both analytic at a, with f (a) 6= 0 and a a first-order zero
for g. Show that
(d) If f and g are as in (c), except that a is a second-order zero for g, then
Solution 16.13 sf
Exercise 16.36 Prove that forumula (38) holds if f is the quotient of two polynomials,
say f = P/Q, where the degree of Q exceeds that of P by 2 or more
Exercise 16.37 Prove that formula (38) holds if f (z) = eimz P (z)/Q(z), where m > 0
and P and Q are polynomials such that the degree of Q exceeds that of P by 1 or more.
this makes it possible to evaluate integrals of the form
Z ∞
P (x)
eimx dx
−∞ Q(x)
Exercise 16.38 Use the method suggested in Exercise 16.37 to evaluate the following
integrals:
Z ∞
sin(mx) π
(a) 2 + x2 )
dx = 2
(1 − e−am ) if m ≥ 0, a > 0
0
Z ∞ x(a 2a
π −ema/√2
cos(mx) ma π
(b) dx = 3 e sin √ + if m > 0, a > 0
0 x 4 + a4 2a 2 4
Exercise 16.39 Let w = e2πı/3 and let γ be a positively oriented circle whose graph
does not pass through 1, w, or w2 . (The numbers 1, w, w2 are the cube roots of 1.)
Prove that the integral
Z
(z + 1)
dz
γ z3 − 1
is equal to 2πı(m + nw)/3, where m and n are integers. Determine the possible values
of m and n and describe how they depend on γ.
Exercise 16.40 Let γ be a positively oriented circle with center 0 and radius < 2π. If
a is complex and n is an integer, let
z n−1 eaz
Z
1
I(n, a) = dz
2πı γ 1 − ez
Prove that
I(0, a) = 12 − a, I(1, a) = −1, and I(n, a) = 0 if n > 1
Calculate I(−n, a) in terms of Bernoulli polynomials when n ≥ 1 (See Exercise 9.38).
Exercise 16.41 this exercise requests some of the details of the proof of Theorem 16.38.
Let
n−1
X
g(z) = eπıa(z+r)2/n , f (z) = g(z)/(e2πız − 1)
r=0
72 CHAPTER 16. CAUCHY’S THEOREM AND THE RESIDUE CALCULUS
Exercise 16.44 If f and g are Möbius transformations, show that the composition of
f ◦ g is also a Möbius transformation.
az + b a bc − ad
= +
cz + d c c(cz + d)
Exercise 16.47 (a) Show that all Möbius transformations which map the upper half-
plane T = x + ıy : y ≥ 0 onto the closure of the disk B(0; 1) can be expressed in the
form f (z) = eıα (z − a)/(a − ā), where α is real and α ∈ T .
(b) show that a and α can always be chosen to map any three given points of the real
axis onto any three given points on the unit circle.
16.5. MISCELLANEOUS EXERCISES 73
Exercise 16.48 find all Möbius transformations which map the right half-plane
S = {x + ıy : x ≥ 0}
Exercise 16.49 Find all Möbius transformations which map the closure of B(0; 1) onto
itself.
az + b
f (z) = (ad − bc 6= 0)
cz + d
f (z) − z1 z − z1
= Reıθ , R > 0, θ∈R
f (z) − z2 z − z2
(c) If c 6= 0 and D = 0, prove that f has exactly one fixed point z1 and that it
satisfies the equation
1 1
= + C for some C 6= 0.
d(z) − z1 z = z1
(d) Given any Möbius transformation, investigate the successive images of a given point
w. That is, let
and study the behavior of the sequence {wn }. Consider the special case of a, b, c, d real,
ad − bc = 1.
∞
X
Exercise 16.52 If f (z) = an z n is an entire function such that |f (reıθ )| ≤ M erk for
n=0
all r > 0, where M > 0 and k ¿ 0, prove that
M en/k
|an | ≤ for n ≥ 1
(n/k)n/k
Exercise 16.53 Assume f is analytic on a deleted neighborhood B(0; a). Prove that
limz→0 f (z) exists (possibly infinite) if, and only if, there exists an integer n and a
function g, analytic on B(0; a), with g(0) 6= 0, such that f (z) = z n g(z) in B(0; a).
Solution 16.14 ⇐ Suppose that f (z) = z n g(z) where g(z) is analytic in B(0; a), then
Exercise 16.55 A function f , defined on a disk B(a; r), is said to have a zero of infinite
order at a if, for every integer k > 0, there is a function gk , analytic at a, such that
f (z) = (z − a)k qk (z) on B(a; r). If f has a zero of infinite order at a, prove that f = 0
everywhere in B(a; r).
Solution 16.16 Suppose that f has a zero of infinite order at a. Let k > n + 1, then
there exists gk , analytic, such that the n−derivative is given by the following
n
(n)
X n (m)
f (z) = m! (z − a)k−n+m qk (z)
m=0
m
Which implies that f (n) (a) = 0 for all n such that k > n + 1. So if {ak } is a cauchy
sequence in B(a; r) converging to a we have, for any n, f (n) (ak ) → f (n) (a) = 0. Hence
f (z) must be identically zero on B(a; r).
Exercise
Z 16.56 Prove Morera’s theorem: If f is continuous on an open region S in C
and if f = 0 for every polygonal circuit γ in S, then f is analytic on S.
γ
16.5. MISCELLANEOUS EXERCISES 75
Solution 16.17 Let S be a connected region, and γ(t) : [a, b] → S, such that γ is
continuous and γ(a) = γ(b). Let z ∈ S and let z0 ∈ D(z, ). Now consider the integral
Z z Z z
0 d
F (z) = f (ζ)dζ ⇒ F (z) = f (ζ)dζ = f (z)
z0 dz z0
<http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies of this license document,
but changing it is not allowed.
Preamble
77
78 CHAPTER 16. CAUCHY’S THEOREM AND THE RESIDUE CALCULUS
to any such manual or work. Any member of the public is a licensee, and is addressed
as “you”. You accept the license if you copy, modify or distribute the work in a way
requiring permission under copyright law.
A “Modified Version” of the Document means any work containing the Document
or a portion of it, either copied verbatim, or with modifications and/or translated into
another language.
A “Secondary Section” is a named appendix or a front-matter section of the
Document that deals exclusively with the relationship of the publishers or authors of the
Document to the Document’s overall subject (or to related matters) and contains nothing
that could fall directly within that overall subject. (Thus, if the Document is in part a
textbook of mathematics, a Secondary Section may not explain any mathematics.) The
relationship could be a matter of historical connection with the subject or with related
matters, or of legal, commercial, philosophical, ethical or political position regarding
them.
The “Invariant Sections” are certain Secondary Sections whose titles are desig-
nated, as being those of Invariant Sections, in the notice that says that the Document
is released under this License. If a section does not fit the above definition of Secondary
then it is not allowed to be designated as Invariant. The Document may contain zero
Invariant Sections. If the Document does not identify any Invariant Sections then there
are none.
The “Cover Texts” are certain short passages of text that are listed, as Front-Cover
Texts or Back-Cover Texts, in the notice that says that the Document is released under
this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may
be at most 25 words.
A “Transparent” copy of the Document means a machine-readable copy, repre-
sented in a format whose specification is available to the general public, that is suitable
for revising the document straightforwardly with generic text editors or (for images com-
posed of pixels) generic paint programs or (for drawings) some widely available drawing
editor, and that is suitable for input to text formatters or for automatic translation to
a variety of formats suitable for input to text formatters. A copy made in an otherwise
Transparent file format whose markup, or absence of markup, has been arranged to
thwart or discourage subsequent modification by readers is not Transparent. An image
format is not Transparent if used for any substantial amount of text. A copy that is not
“Transparent” is called “Opaque”.
Examples of suitable formats for Transparent copies include plain ASCII without
markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly
available DTD, and standard-conforming simple HTML, PostScript or PDF designed
for human modification. Examples of transparent image formats include PNG, XCF
16.5. MISCELLANEOUS EXERCISES 79
and JPG. Opaque formats include proprietary formats that can be read and edited only
by proprietary word processors, SGML or XML for which the DTD and/or processing
tools are not generally available, and the machine-generated HTML, PostScript or PDF
produced by some word processors for output purposes only.
The “Title Page” means, for a printed book, the title page itself, plus such following
pages as are needed to hold, legibly, the material this License requires to appear in the
title page. For works in formats which do not have any title page as such, “Title Page”
means the text near the most prominent appearance of the work’s title, preceding the
beginning of the body of the text.
The “publisher” means any person or entity that distributes copies of the Document
to the public.
A section “Entitled XYZ” means a named subunit of the Document whose title ei-
ther is precisely XYZ or contains XYZ in parentheses following text that translates XYZ
in another language. (Here XYZ stands for a specific section name mentioned below,
such as “Acknowledgements”, “Dedications”, “Endorsements”, or “History”.)
To “Preserve the Title” of such a section when you modify the Document means that
it remains a section “Entitled XYZ” according to this definition.
The Document may include Warranty Disclaimers next to the notice which states
that this License applies to the Document. These Warranty Disclaimers are considered
to be included by reference in this License, but only as regards disclaiming warranties:
any other implication that these Warranty Disclaimers may have is void and has no
effect on the meaning of this License.
2. VERBATIM COPYING
You may copy and distribute the Document in any medium, either commercially
or noncommercially, provided that this License, the copyright notices, and the license
notice saying this License applies to the Document are reproduced in all copies, and
that you add no other conditions whatsoever to those of this License. You may not use
technical measures to obstruct or control the reading or further copying of the copies
you make or distribute. However, you may accept compensation in exchange for copies.
If you distribute a large enough number of copies you must also follow the conditions in
section 3.
You may also lend copies, under the same conditions stated above, and you may
publicly display copies.
3. COPYING IN QUANTITY
If you publish printed copies (or copies in media that commonly have printed covers)
of the Document, numbering more than 100, and the Document’s license notice requires
80 CHAPTER 16. CAUCHY’S THEOREM AND THE RESIDUE CALCULUS
Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all
these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the
back cover. Both covers must also clearly and legibly identify you as the publisher of
these copies. The front cover must present the full title with all words of the title equally
prominent and visible. You may add other material on the covers in addition. Copying
with changes limited to the covers, as long as they preserve the title of the Document
and satisfy these conditions, can be treated as verbatim copying in other respects.
If the required texts for either cover are too voluminous to fit legibly, you should put
the first ones listed (as many as fit reasonably) on the actual cover, and continue the
rest onto adjacent pages.
If you publish or distribute Opaque copies of the Document numbering more than
100, you must either include a machine-readable Transparent copy along with each
Opaque copy, or state in or with each Opaque copy a computer-network location from
which the general network-using public has access to download using public-standard
network protocols a complete Transparent copy of the Document, free of added material.
If you use the latter option, you must take reasonably prudent steps, when you begin
distribution of Opaque copies in quantity, to ensure that this Transparent copy will
remain thus accessible at the stated location until at least one year after the last time
you distribute an Opaque copy (directly or through your agents or retailers) of that
edition to the public.
It is requested, but not required, that you contact the authors of the Document well
before redistributing any large number of copies, to give them a chance to provide you
with an updated version of the Document.
4. MODIFICATIONS
You may copy and distribute a Modified Version of the Document under the condi-
tions of sections 2 and 3 above, provided that you release the Modified Version under
precisely this License, with the Modified Version filling the role of the Document, thus
licensing distribution and modification of the Modified Version to whoever possesses a
copy of it. In addition, you must do these things in the Modified Version:
A. Use in the Title Page (and on the covers, if any) a title distinct from that of the
Document, and from those of previous versions (which should, if there were any,
be listed in the History section of the Document). You may use the same title as
a previous version if the original publisher of that version gives permission.
B. List on the Title Page, as authors, one or more persons or entities responsible for
authorship of the modifications in the Modified Version, together with at least five
16.5. MISCELLANEOUS EXERCISES 81
of the principal authors of the Document (all of its principal authors, if it has fewer
than five), unless they release you from this requirement.
C. State on the Title page the name of the publisher of the Modified Version, as the
publisher.
E. Add an appropriate copyright notice for your modifications adjacent to the other
copyright notices.
F. Include, immediately after the copyright notices, a license notice giving the public
permission to use the Modified Version under the terms of this License, in the form
shown in the Addendum below.
G. Preserve in that license notice the full lists of Invariant Sections and required Cover
Texts given in the Document’s license notice.
I. Preserve the section Entitled “History”, Preserve its Title, and add to it an item
stating at least the title, year, new authors, and publisher of the Modified Version
as given on the Title Page. If there is no section Entitled “History” in the Docu-
ment, create one stating the title, year, authors, and publisher of the Document
as given on its Title Page, then add an item describing the Modified Version as
stated in the previous sentence.
J. Preserve the network location, if any, given in the Document for public access to
a Transparent copy of the Document, and likewise the network locations given in
the Document for previous versions it was based on. These may be placed in the
“History” section. You may omit a network location for a work that was published
at least four years before the Document itself, or if the original publisher of the
version it refers to gives permission.
L. Preserve all the Invariant Sections of the Document, unaltered in their text and
in their titles. Section numbers or the equivalent are not considered part of the
section titles.
M. Delete any section Entitled “Endorsements”. Such a section may not be included
in the Modified Version.
82 CHAPTER 16. CAUCHY’S THEOREM AND THE RESIDUE CALCULUS
If the Modified Version includes new front-matter sections or appendices that qualify
as Secondary Sections and contain no material copied from the Document, you may at
your option designate some or all of these sections as invariant. To do this, add their
titles to the list of Invariant Sections in the Modified Version’s license notice. These
titles must be distinct from any other section titles.
You may add a section Entitled “Endorsements”, provided it contains nothing but
endorsements of your Modified Version by various parties—for example, statements of
peer review or that the text has been approved by an organization as the authoritative
definition of a standard.
You may add a passage of up to five words as a Front-Cover Text, and a passage of up
to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified
Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be
added by (or through arrangements made by) any one entity. If the Document already
includes a cover text for the same cover, previously added by you or by arrangement
made by the same entity you are acting on behalf of, you may not add another; but you
may replace the old one, on explicit permission from the previous publisher that added
the old one.
The author(s) and publisher(s) of the Document do not by this License give per-
mission to use their names for publicity for or to assert or imply endorsement of any
Modified Version.
5. COMBINING DOCUMENTS
You may combine the Document with other documents released under this License,
under the terms defined in section 4 above for modified versions, provided that you
include in the combination all of the Invariant Sections of all of the original documents,
unmodified, and list them all as Invariant Sections of your combined work in its license
notice, and that you preserve all their Warranty Disclaimers.
The combined work need only contain one copy of this License, and multiple identical
Invariant Sections may be replaced with a single copy. If there are multiple Invariant
Sections with the same name but different contents, make the title of each such section
unique by adding at the end of it, in parentheses, the name of the original author or
publisher of that section if known, or else a unique number. Make the same adjustment
to the section titles in the list of Invariant Sections in the license notice of the combined
work.
16.5. MISCELLANEOUS EXERCISES 83
In the combination, you must combine any sections Entitled “History” in the var-
ious original documents, forming one section Entitled “History”; likewise combine any
sections Entitled “Acknowledgements”, and any sections Entitled “Dedications”. You
must delete all sections Entitled “Endorsements”.
6. COLLECTIONS OF DOCUMENTS
You may make a collection consisting of the Document and other documents released
under this License, and replace the individual copies of this License in the various docu-
ments with a single copy that is included in the collection, provided that you follow the
rules of this License for verbatim copying of each of the documents in all other respects.
You may extract a single document from such a collection, and distribute it individ-
ually under this License, provided you insert a copy of this License into the extracted
document, and follow this License in all other respects regarding verbatim copying of
that document.
8. TRANSLATION
Translation is considered a kind of modification, so you may distribute translations
of the Document under the terms of section 4. Replacing Invariant Sections with trans-
lations requires special permission from their copyright holders, but you may include
translations of some or all Invariant Sections in addition to the original versions of these
Invariant Sections. You may include a translation of this License, and all the license
84 CHAPTER 16. CAUCHY’S THEOREM AND THE RESIDUE CALCULUS
notices in the Document, and any Warranty Disclaimers, provided that you also include
the original English version of this License and the original versions of those notices and
disclaimers. In case of a disagreement between the translation and the original version
of this License or a notice or disclaimer, the original version will prevail.
If a section in the Document is Entitled “Acknowledgements”, “Dedications”, or
“History”, the requirement (section 4) to Preserve its Title (section 1) will typically
require changing the actual title.
9. TERMINATION
You may not copy, modify, sublicense, or distribute the Document except as expressly
provided under this License. Any attempt otherwise to copy, modify, sublicense, or
distribute it is void, and will automatically terminate your rights under this License.
However, if you cease all violation of this License, then your license from a particular
copyright holder is reinstated (a) provisionally, unless and until the copyright holder
explicitly and finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means prior to 60 days
after the cessation.
Moreover, your license from a particular copyright holder is reinstated permanently
if the copyright holder notifies you of the violation by some reasonable means, this is
the first time you have received notice of violation of this License (for any work) from
that copyright holder, and you cure the violation prior to 30 days after your receipt of
the notice.
Termination of your rights under this section does not terminate the licenses of parties
who have received copies or rights from you under this License. If your rights have been
terminated and not permanently reinstated, receipt of a copy of some or all of the same
material does not give you any rights to use it.
License, you may choose any version ever published (not as a draft) by the Free Software
Foundation. If the Document specifies that a proxy can decide which future versions
of this License can be used, that proxy’s public statement of acceptance of a version
permanently authorizes you to choose that version for the Document.
11. RELICENSING
“Massive Multiauthor Collaboration Site” (or “MMC Site”) means any World Wide
Web server that publishes copyrightable works and also provides prominent facilities for
anybody to edit those works. A public wiki that anybody can edit is an example of
such a server. A “Massive Multiauthor Collaboration” (or “MMC”) contained in the
site means any set of copyrightable works thus published on the MMC site.
“CC-BY-SA” means the Creative Commons Attribution-Share Alike 3.0 license pub-
lished by Creative Commons Corporation, a not-for-profit corporation with a principal
place of business in San Francisco, California, as well as future copyleft versions of that
license published by that same organization.
“Incorporate” means to publish or republish a Document, in whole or in part, as
part of another Document.
An MMC is “eligible for relicensing” if it is licensed under this License, and if all
works that were first published under this License somewhere other than this MMC, and
subsequently incorporated in whole or in part into the MMC, (1) had no cover texts or
invariant sections, and (2) were thus incorporated prior to November 1, 2008.
The operator of an MMC Site may republish an MMC contained in the site under
CC-BY-SA on the same site at any time before August 1, 2009, provided the MMC is
eligible for relicensing.