Definición y Convergencia de Límites
Definición y Convergencia de Límites
Chapter 1
{ }
• Let a n be a sequence of real or complex numbers. A necessary and sufficient
condition for the sequence to converge is that for any > 0 there exists an
integer N > 0 such that
| a p − aq | <
holds for all integers p and q greater than N. This is called the Cauchy criterion.
• Any monotone bounded sequence is convergent.
{ }
• For any sequence a n the inferior limit and the superior limit are defined by
the limits of monotone sequences
{ }
lim inf a n = lim inf a n , a n+1 , ...
n→∞ n→∞
and
{ }
lim sup a n = lim sup a n , a n+1 , ...
n→∞ n→∞
respectively. Note that the inferior and superior limits always exist if we adopt
±∞ as limits.
{ }
• A bounded sequence a n converges if and only if the inferior limit coincides
with the superior limit.
1
July 31, 2007 13:35 WSPC/Book Trim Size for 9in x 6in real-analysis
Problem 1. 1
Prove that n sin (2n!eπ) converges to 2π as n → ∞.
Problem 1. 2
Prove that the sequence
( )n ( )n ( )n
1 2 n
+ + ··· +
n n n
converges to e/(e − 1) as n → ∞.
Problem 1. 3
Prove that the sequence
( )
e n/4 n −(n+1)/2 11 · 2 2 · · · n n 1/n
converges to 1 as n → ∞.
Problem 1. 4
Suppose that a n and bn converge to α and β as n → ∞ respectively. Show
that the sequence
a 0 bn + a1 bn−1 + · · · + a n b 0
n
converges to αβ as n → ∞.
Problem 1. 5
{ }
Suppose that a n n≥0 is a non-negative sequence satisfying
a m+n ≤ a m + a n + C
for all positive integers m, n and some non-negative constant C. Show that
a n /n converges as n → ∞.
Problem 1. 6
{ }
For any positive sequence a n n≥1 show that
( )n
a1 + a n+1
>e
an
for infinitely many n’s, where e is base of the natural logarithm. Prove more-
over that the constant e on the right-hand side cannot in general be replaced
by any larger number.
Problem 1. 7
For any 0 < θ < π and any positive integer n show the inequality
sin 2θ sin nθ
sin θ + + ··· + > 0.
2 n
This was conjectured by Fejér and proved by Jackson (1911) and by Gron-
wall (1912) independently. Landau (1934) gave a shorter (maybe the shortest)
elegant proof. See also Problem 5. 9. Note that
∞
sin nθ π − θ
∑ n
=
2
n=1
Problem 1. 8
For any real number θ and any positive integer n show the inequality
cos θ cos 2θ cos nθ 1
+ + ··· + ≥− .
2 3 n+1 2
This was shown by Rogosinski and Szegö (1928). Verblunsky (1945) gave
another proof. Koumandos (2001) obtained the lower bound −41/96 for n ≥ 2.
Note that ( )
∞
cos nθ π − θ θ
∑ n + 1 = 2 sin θ − cos θ log 2 sin 2
n=0
for any θ and positive integer m ≥ 2. Brown and Koumandos (1997) improved
this by replacing −1 by −5/6.
Problem 1. 9
{ } √ √
Given a positive sequence a n n≥0 satisfying a 1 ≥ a 0 + 1 and
a n2
a n+1 − ≤1
a n−1
for any positive integer n, show that
a n+1
an
converges as n → ∞. Show moreover that a n θ −n converges as n → ∞, where
θ is the limit of the sequence a n+1 /a n .
Problem 1. 10
Let E be any bounded closed set in the complex plane containing an infinite
number of points, and let Mn be the maximum of | V(x1 , ..., x n ) | as the points
x1 , ..., x n run through the set E, where
∏
V(x1 , ..., x n ) = (x i − x j )
1≤i< j≤n
¤ ¡
£Solution 1. 1 ¢
Let rn and n be the integral and fractional parts of the number n!e respectively.
Using the expansion
1 1 1
e=1+ + + ··· + + ··· ,
1! 2! n!
we have
( )
1 1 1
r = n! 1 + + + · · · +
n
1! 2! n!
1 1
n = + + ··· ,
n + 1 (n + 1)(n + 2)
since
1 1 1 1
< n < + + ··· = .
n+1 n + 1 (n + 1) 2 n
Thus sin (2n!eπ) = sin (2π n ). Note that this implies the irrationality of e.
Since n n converges to 1 as n → ∞, we have
sin (2π n )
lim n sin (2π n ) = lim = 2π.
n→∞ n→∞ n
Hence n sin (2n!eπ) converges to 2π as n → ∞. ¤
¤ ¡
£Solution 1. 2 ¢
{ }
Let d n be any monotone increasing sequence of positive integers diverging
to ∞ and satisfying d n < n for n > 1. We divide the sum into two parts as follows.
( )n ( )n ( )n
1 2 n − 1 − dn
an = + + ··· + ,
n n n
( )n ( )n
n − dn n
bn = + ··· + .
n n
Now using the inequality log(1 − x) + x < 0 valid for 0 < x < 1 we obtain
which converges to 0 as n → ∞.
Next by using Taylor’s formula for log(1 − x) we can take a positive constant
c1 such that the inequality
| log(1 − x) + x | ≤ c1 x 2
holds for any | x | ≤ 1/2. Thus for any integer n satisfying d n /n ≤ 1/2 we get
( )
k c1 k 2 c1 d n2
n log 1 − +k ≤ ≤
n n n
| e x − 1 | ≤ c2 | x |
Hence
dn
ec1 c2 d n2
bn − ∑ e −k <
(e − 1)n
,
k=0
which implies
( )
e e c1 c2 d n2
bn − ≤ + e −dn .
e−1 e−1 n
Therefore a n + bn converges to e/(e − 1) as n → ∞. ¤
¤ ¡
£Solution 1. 3 ¢
One can easily verify that the function f (x) = x log x satisfies all the con-
ditions stated in Problem 5.7. Therefore the logarithm of the given sequence
converges to
f (1) − f (0+)
= 0,
2
hence the limit is 1. ¤
¤ ¡
£Solution 1. 4 ¢
Let M be an upper bound of the two convergent sequences | a n | and | bn |. For
any > 0 we can take a positive integer N satisfying | a n − α | < and | bn − β | <
for all integers n greater than N. If n is greater than N 2 , then
We can take n so large that the last expression is less than (M + | α | + 1). ¤
¤ ¡
£Solution 1. 5 ¢
For an arbitrary fixed positive integer k we put n = qk + r with 0 ≤ r < k.
Since a n = a qk+r ≤ q(a k + C) + a r , we have
an ak + C ar
≤ + .
n k n
Taking the limit as n → ∞, we get
an ak + C
lim sup ≤ .
n→∞ n k
The sequence a n /n is therefore bounded. Since k is arbitrary, we may conclude
that
an ak
lim sup ≤ lim inf ,
n→∞ n k→∞ k
Remark. Landau (1934) gave the following elegant shorter proof using mathe-
matical induction on n. Suppose that s n−1 (θ) > 0 on (0, π). If s n attains the
non-positive minimum at some point, say θ ∗ , then sn0 (θ ∗ ) = 0 implies
( )
1 ∗ θ∗
sin n + θ = sin
2 2
and hence
( )
1 ∗ θ∗
cos n + θ = ± cos .
2 2
Since
( ) ( )
∗ 1 ∗ θ∗ 1 ∗ θ∗
sin nθ = sin n + θ cos − cos n + θ sin
2 2 2 2
∗ ∗ ∗ ∗
θ θ θ θ
= sin cos ± cos sin ,
2 2 2 2
being equal either to 0 or sin θ ∗ ≥ 0 according to the sign. We are led to a contra-
diction.
¤ ¡
£Solution 1. 8 ¢
The proof is substantially based on Verblunsky (1945). Write θ for 2ϑ for
brevity. Let cn (ϑ) be the left-hand side of the inequality to be shown. It suffices to
confine ourselves to the interval [0, π/2]. Clearly c1 (ϑ) = cos ϑ/2 ≥ −1/2 and
2 1 1 41
c 2 (ϑ) = cos2 ϑ + cos ϑ − ≥ − ,
3 2 3 96
July 31, 2007 13:35 WSPC/Book Trim Size for 9in x 6in real-analysis
1 n
sin2 (k + 1)ϑ − 2 sin2 kϑ + sin2 (k − 1)ϑ
cn (ϑ) = ∑
2 sin2 ϑ k=1 k+1
,
1 sin2 ϑ c
cn (ϑ) ≥ − − − .
6 6 2(n + 1) sin ϑ
July 31, 2007 13:35 WSPC/Book Trim Size for 9in x 6in real-analysis
Now the right-hand side can be written as −1/6−ϕ(sin ϑ), where ϕ(x) is a concave
function; hence, the maximum of ϕ is attained at an end point of that interval. By
using
απ
απ sin ϑ ≥ 7ϑ sin ,
7
we get
( απ ) 1 απ c
ϕ sin = sin2 +
2n + 1 6 2n + 1 2(n + 1) sin (απ/(2n + 1))
(απ) 2 c 2n + 1
≤ + · .
6(2n + 1) 2 2(n + 1) 7 sin (απ/7)
Since n ≥ 3, the last expression is less than
(απ) 2 c
+ .
294 7 sin (απ/7)
Similarly we get an estimate for another end point.
√
For α = 1 and β = 4/3 we can take c = 3/2 so that the value of ϕ at the
corresponding end point is less than 0.319 and 0.28 respectively. Similarly for α =
4/3 and β = 2 we can take c = 1 so that the value of ϕ is less than 0.314 and 0.318
respectively. Therefore the maximum of ϕ on the interval [π/(2n+1), 2π/(2n+1)]
is less than 1/3, which implies that cn (ϑ) > −1/2. ¤
¤ ¡
£Solution 1. 9 ¢
We first show that
a n+1 1
>1+ √ (1. 1)
an a0
√
by induction on n. When n = 0 this holds by the assumption. Put α = 1 + 1/ a 0
for brevity. Suppose that (1. 1) holds for n ≤ m. We then have a k > α k a 0 for
1 ≤ k ≤ m + 1. Thus
m+1 m+1
a m+2 a 1 a k+1 ak 1
− ≤ ∑ − ≤ ∑ ,
a m+1 a 0 k=1
a k a k−1 k=1
a k
Therefore
a m+2 a 1 1 1
> −√ >1+ √ ;
a m+1 a 0 a0 a0
thus (1. 1) holds also for n = m + 1.
Let p > q be any positive integers. In the same way,
p p
a p+1 a q+1 a k+1 ak 1
− ≤ ∑ − ≤ ∑ ,
ap aq k=q+1
a k a k−1 a
k=q+1 k
{ }
This means that the sequence a n+1 /a n satisfies the Cauchy criterion since a q
diverges to ∞ as q → ∞. Letting p → ∞ in the above inequalities, we get
√
a q+1 a0
−θ ≤ .
aq aq