lecture4 notes
lecture4 notes
Exercise 1.
What are the boundary points of the following sets? Justify your answer with a drawing
(and formally if possible):
• [a, b).
• Rn \ {0},
• {(x, y) ∈ R2 , x > y > 0}
• {(x, y) ∈ R2 , x ⩾ y > 0}
• {(x, y) ∈ R2 , x2 + y2 = 1}
Exercise 2.
Let || · ||1 and || · ||2 be two arbitrary norms on a vector space V, assume that there are
constants c > 0, C > 0 such that for any x ∈ V:
c||x||1 ⩽ ||x||2 ⩽ C||x||1 .
(1) Using the definition of the limit, show that if
lim f(x) = l
x→x0
is true using || · ||1 then it is also true using || · ||2 and vice versa.
(2) Let V = W and || · ||V = || · ||1 but || · ||W = || · ||2 (so we consider the same vector
space but with two different norms satisfying the above), show that the identity
map:
x 7→ x
is continuous.
Exercise 3.
Let V be a finite dimensional vector space, dim V = n and consider a basis (e1 , . . . , en ).
We define a norm on V by:
X
n X
n
vi ei = |vi |
i=1 V i=1
and let (W, || · ||W ) be an arbitrary normed vector space.
Consider a linear map, f : V → W.
P
(1) Using the triangle inequality that if v = n i=1 vi ei , explain why:
||f(v)||W ⩽ max ||f(ei )||W ||v||V .
i∈{1,...,n}
(2) Using this, and the definition of continuity, show that f is continuous.
(3) Using this above, justify that the trace A 7→ tr(A) is continuous.
Exercise 4.
Recall that one of the hypotheses of the norm || · || on a normed vector space V was:
||x|| = 0 ⇒ x = 0.
Using the definition of the limit explain why this guarantees that the limit is unique.
1
Winter 2025 - Advanced Calculus MATH 314