0% found this document useful (0 votes)
2K views3 pages

Real Analysis Solutions PDF

This document contains solutions to practice problems about sequences and limits from a real analysis math camp. It defines sets as open, closed, or both and proves properties of open and closed sets including that open balls are open sets, unions of open sets are open, and finite intersections of open sets are open. It also proves properties of limits including that a sequence can only have one limit and limits are preserved under addition. Finally, it proves the convergence of specific sequences in Rn using results about component sequences converging.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views3 pages

Real Analysis Solutions PDF

This document contains solutions to practice problems about sequences and limits from a real analysis math camp. It defines sets as open, closed, or both and proves properties of open and closed sets including that open balls are open sets, unions of open sets are open, and finite intersections of open sets are open. It also proves properties of limits including that a sequence can only have one limit and limits are preserved under addition. Finally, it proves the convergence of specific sequences in Rn using results about component sequences converging.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Math Camp 1

Real Analysis Solutions1


Math Camp 2012
State whether the following sets are open, closed, neither, or both:

1. {(x, y) : −1 < x < 1, y = 0} Neither

2. {(x, y) : x, y are integers} Closed

3. {(x, y) : x + y = 1} closed

4. {(x, y) : x + y < 1} open

5. {(x, y) : x = 0 or y = 0} closed

Prove the following:

1. Open balls are open sets


r−d(y,x)
Take any y ∈ B(x, r). Define r2 = 2 . Let z be any point in B(y, r2 ). Then
 
r 1 r 1 1 1
d(z, x) ≤ d(z, y)+d(y, x) ≤ r2 +d(y, x) = − d(y, x) + d(y, x) = + d(y, x) ≤ r+ r = r
2 2 2 2 2 2

therefore z ∈ B(x, r), then B(y, r2 ) ⊂ B(x, r). QED

2. Any union of open sets is open

Let U = U1 ∪ U2 ∪ .... (the union of sets Ui where there can be infinitely many), where Ui
is open for all i. Take any x ∈ U , then x ∈ Ui for some set Ui . Since Ui is open then ∃r s.t.
B(x, r) ⊂ Ui , but since by definition Ui ⊂ U , then we have that B(x, r) ⊂ U , and therefore U is
open.

3. The finite intersection of open sets is open

Let U = U1 ∩ U2 ∩ U3 ∩ .... ∩ Uk where U1 , U2 , ..., Uk are open sets. Take any x ∈ U , then
x ∈ Ui for all i ∈ {1, 2, ..., k}. Since Ui is open, there exists ri such that B(x, ri ) ⊂ Ui . Let
r ≡ min{r1 , ..., rk }, then B(x, r) ⊂ B(x, ri ) ⊂ Ui for all i ∈ {1, 2..., k}, therefore B(x, r) ⊂ U ,
therefore U is open. QED.

4. Any intersection of closed sets is closed

5. The finite union of closed sets is closed

For 4 and 5 use the fact that U = U1 ∩ U2 ∩ .... ⇔ U c = U1c ∪ U2c ∪ ..... and that U =
U1 ∪ U2 ∪ .... ∪ Uk ⇔ U c = U1c ∩ U2c ∩ .... ∩ Ukc and then use the proofs for part 2 and 3.

6. Let f and g be functions from Rk to Rm which are continuous at x. Then h = f −g is continuous


at x.

1 If you find any typo please email me: Maria_Jose_Boccardi@Brown.edu


2 Real Analysis

Use the alternative definition for continuity for sequences. Then we have that: take any se-
quence {xi }i∈N ⊂ Rk such that {xi }∞ i=1 → x. Then we need to show that h(xi ) → h(x) as
i → ∞. By the definition of h we have that h(xi ) = f (xi ) − g(xi ), therefore

lim h(xi ) = lim f (xi ) − g(xi ) = lim f (xi ) − lim g(xi ) = f (x) − g(x)
i→∞ i→∞ i→∞ i→∞

when in the second to last step we use the property of limits and in the last step the fact that
f and g are continuous.
7. Let f and g be functions from Rk to Rm which are continuous at x. Then h = f g is continuous
at x.

Analogous to previous case using the property that if zn = xn yn then limn→∞ zn = [limn→∞ xn ][limn→∞ yn ]

Find the greatest lower bound and the least upper bound of the following sequences.
Also, prove whether they are convergent or divergent:

1. {xn }i=1 = 21 , 23 , 34 , 45 , . . .


1
Greatest lower bound is 2 and the least upper bound is 1

n
Claim 0.1 limn→∞ xn = limn→∞ n+1 =1

1
Proof. Fix ε > 0. Let K > ε take any n ≥ K then

1 − n = 1 < 1 < 1 < ε

n + 1 n + 1 n K


2. {xn }i=1 = {−1, 1, −1, 1, . . . }

Greatest lower bound is −1 and the least upper bound is 1

Claim 0.2 limn→∞ xn = limn→∞ (−1)n @. That is {xn } diverges.

Proof. Suppose, by contradiction, that {xn } has a limit point L. Take ε = 41 then there exists K
such that d(xn , L) < 14 for all n > K. Therefore d(xn , xn+1 ) ≤ d(xn , L)+d(xn+1 , L) ≤ 41 + 14 = 21
for all n > K. But d(xn , xn+1 ) = |1 − (−1)| = 2 for all n ∈ N, therefore we have a contradiction,
then {xn } does not have a limit point.

3. {xn }i=1 = − 21 , 23 , − 34 , 45 , − 56 , . . .


Greatest lower bound is −1 and the least upper bound is 1

n
Claim 0.3 limn→∞ xn = limn→∞ (−1)n n+1 @, that is {xn } diverges

Proof. Analogous to previous one.


Math Camp 3

Prove the following:

1. A sequence can only have at most one limit.

Suppose, by contradiction, that {xn } has two limits L1 6= L2 . Choose ε = d(L14,L2 ) . Then
there exist K1 , K2 ∈ N such that d(xn , L1 ) < ε for all n ≥ K1 and d(xn , L2 ) < ε for all n ≥ K2 .
Define K ≡ max{K1 , K2 }. Then

d(L1 , L2 ) ≤ d(L1 , xn ) + d(xn , L2 ) ≤ ε + ε = 2ε

but given the way that ε was defined we have that d(L1 , L2 ) = 4ε > 2ε, therefore we have a
contradiction and it must be the case that L1 = L2
∞ ∞ ∞
2. If {xn }n=1 → x and {yn }n=1 → y, then {xn + yn }n=1 = x + y.

Fix ε > 0, then ∃K1 , K2 ∈ N st |xn − x| < 3ε for all n ≥ K1 and |yn − y| < ε
3 for all n ≥ K2 .
Define K ≡ max{K1 , K2 } then we have that
ε ε 2ε
|(xn + yn ) − (x + y)| = |(xn − x) + (yn − y)| ≤ |xn − x| + |yn − y| ≤ + = <ε
3 3 3
for all n ≥ K therefore we have that {xn + yn } → x + y
3. A sequence of vectors in RN converges iff all the component sequences converge in R.
qP
N 2
We are going to show this only for the Euclidean distance, that is d(x, y) = i=1 (xi − yi ) .
We need to prove both statments "if" and ""only if".
Proof. [⇒] Suppose that {xn } → x ∈ RN , then we need to show that {(xi )n } → xi ∈ R for all
i ∈ {1, 2, .., N }
qP
N 2
Fix ε > 0 then ∃K s.t d(xn , x) < ε for all n ≥ K, where d(xn , x) = i=1 ((xi )n − xi ) ,
therefore it has to be the case that ((xi )n − xi )2 < ε2 for all i ∈ {1, .., N } for all n ≥ K, which
in turn implies that |(xi )n − xi | < ε for all i ∈ {1, .., N } for all n ≥ K that is {(xi )n } → xi for
all i ∈ {1, .., N }.
Proof. [⇐] Suppose that {(xi )n } → xi ∈ R for all i ∈ {1, 2, .., N }, We want to show that
{xn } → x ∈ RN .

Fix ε > 0 for all i ∈ {1, ..., N } there exists Ki such that |(xi )n − xi | < √ε for all n ≥ Ki .
N
Define K ≡ max{K1 , ..., KN }, then
v
uN r
uX
2
ε2
d(xn , x) = t ((xi )n − xi ) ≤ N =ε
i=1
N

for all n ≥ K, and therefore {xn } → x. QED


4. The sequence {xn }∞
 1 1 1

n=1 = (1, 2 ), (1, 3 ), (1, 4 ), . . . converges to (1, 0).

It is straightforward using the result from 3 and the fact that {xn } = { n1 } → 0.
5. The sequence {xn }∞
 1 1 2 1 3 1
n=1 = ( 2 , 2 ), ( 3 , 3 ), ( 4 , 4 ), . . . converges to (1, 0).

Idem previous exercises using also the result from part 1 of the previous exercise.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy