Metric Space Topology (Spring 2016) Selected Homework Solutions. HW1 Q1.2. Suppose that d is a metric on a set X. Prove that the inequality d(x, y)

Size: px
Start display at page:

Download "Metric Space Topology (Spring 2016) Selected Homework Solutions. HW1 Q1.2. Suppose that d is a metric on a set X. Prove that the inequality d(x, y)"

Transcription

1 Metric Space Topology (Spring 2016) Selected Homework Solutions HW1 Q1.2. Suppose that d is a metric on a set X. Prove that the inequality d(x, y) d(z, w) d(x, z) + d(y, w) holds for all w, x, y, z X. Proof. Let w, x, y, z X be arbitrary. By the triangle inequality applied twice in succession, d(x, y) d(x, z) + d(z, y) d(x, z) + d(z, w) + d(w, y). Subtracting d(z, w) from both sides yields d(x, y) d(z, w) d(x, z) + d(y, w). Now, the equality above holds for all points w, x, y, z. So swapping x with z, and y with w, and using the symmetry of the metric d, we obtain d(z, w) d(x, y) d(x, z) + d(y, w). Flipping signs on this inequality yields d(x, z) d(y, w) d(x, y) d(z, w). So we have shown d(x, z) d(y, w) d(x, y) d(z, w) d(x, z) + d(y, w), which is equivalent to the inequality we hoped to show. HW1 Q1.8. Let F(S) be the set of all finite subsets of a set S. Define a function d on F(S) F(S) by the rule d(a, B) = #( (A, B)) for all A, B F(S), where denotes symmetric difference and # denotes cardinality. Is d a metric? We claim d is a metric, and prove our assertion below. Proof. Clearly d(a, B) 0 for all A, B F(S), with d(a, A) = #( ) = 0. If d(a, B) = #( (A, B)) = 0, then (A, B) =, from which we conclude A = B. Since (A, B) = (B, A), we have d(a, B) = d(b, A). So to finish the proof, we need only check the triangle inequality for d. So let A, B, C F(S) be arbitrary. We know (A, B) = (A\B) (B\A); let us first consider A\B. We note that A\B = [(A\B) C] [(A\B)\C] (C\B) (A\C). Similarly, B\A (C\A) (B\C). So we have 1

2 2 (A, B) = (A\B) (B\A) (C\B) (A\C) (C\A) (B\C) = (A\C) (C\A) (C\B) (B\C) = (A, C) (C, B). It follows that d(a, B) = #( (A, B)) #( (A, C) (C, B)) #( (A, C)) + #( (C, B)) = d(a, C) + d(c, B). HW2 #1. Suppose (X, d) is a metric space and e(x, y) = Prove that e is a metric on X. d(x, y) 1 + d(x, y) for every x, y x. Proof. Since d is a metric to begin with, the positivity and symmetry conditions for e obviously hold. So we need to check the triangle inequality for e. To that end, suppose x, y, z 0 are three nonnegative real numbers, and further suppose that x y + z. Since adding nonnegative terms can only make the right side bigger, it follows that x y + z + 2yz + xyz. Now, adding (xy + xz + xyz) to both sides yields the inequality x + xy + xz + xyz y + xy + yz + xyz + z + xz + yz + xyz, in other words, x(1 + y)(1 + z) y(1 + x)(1 + z) + z(1 + x)(1 + y). Dividing through above by the positive number (1 + x)(1 + y)(1 + z), we obtain x 1 + x y 1 + y + z 1 + z. To finish the proof, we simply observe that if a, b, c are any three points in X, then we can set x = d(a, b), y = d(a, c), z = d(c, b). Since d is a metric, x y + z, and now the above line implies that the triangle inequality holds for e. HW2 #2. For (X, e) in the previous problem, prove that X has finite diameter.

3 d(x, y) Proof. Let x, y X be arbitrary. Then d(x, y) < 1+d(x, y), and hence e(x, y) = 1 + d(x, y) < 1. So 1 is a lower bound for the set {d(x, y) : x, y x}. Therefore diam(x) = inf{d(x, y) : x, y x} 1. HW2 #3. For the metric space (Ñ, d) in Example , show that Ñ has exactly one accumulation point. Proof. We will show is the sole accumulation point. To see this, compute the distance from to Ñ\{ } = N: 3 dist(, N) = inf {d(, n) : n N} { } 1 = inf n : n N. Now the infimum in the last line above is at least 0, since 0 < 1 for every n N. On n the other hand, notice that for every ɛ > 0, ɛ fails to be a lower bound: because there are always integers n N for which n > 1, whence 1 < ɛ. So the infimum above is exactly 0. ɛ n This shows is an accumulation point. On the other hand, if n N, we claim n is an isolated point of Ñ (and hence is the only accumulation point). To see this, we must show dist(n, Ñ\{n}) > 0. So, for our fixed n, let us consider the following quantity: B = 1 n 1 n+1 = 1 n(n+1). Now consider an arbitrary m Ñ\{ }. Either m =, or m N and m < n, or m N and m > n. If m =, then d(n, m) = d(n, ) = 1 > 1 1 = B. n n n+1 If m N and m < n, then m n 1. Therefore 1 1, whence d(n, m) = 1 1 m n 1 m n 1 1 = 1 > 1 = B. n 1 n (n 1)n n(n+1) 1 If m N and m > n, then n + 1 m. Therefore 1, whence d(n, m) = 1 1 n+1 m n m 1 1 = B. n n+1 By checking all cases, we have shown that B is a lower bound for the set {d(n, m) : m Ñ\{n}}. It follows that dist(n, Ñ\{n}) B > 0, and n is an isolated point as claimed. This completes the proof. HW2 #4. For the metric space (R 2, d) in Example , show that there exists exactly one isolated point of R 2. Proof. First, we claim (0, 0) is an isolated point. To see this, note that by definition of the metric, d((0, 0), x) 1 for every x R 2, x (0, 0). It follows that dist((0, 0), R 2 \{(0, 0)}) 1 > 0, i.e. (0, 0) is isolated. On the other hand, we claim every other point x R 2, x (0, 0) is an accumulation point. To see this, let e denote the usual metric on R 2, and observe that by the definition of d, we have (R 2 \{(0, 0)}, d) = (R 2 \{(0, 0)}, e). That is to say, d and e agree everywhere

4 4 except at the origin. Now let ɛ > 0 be arbitrary. The set of points y for which e(x, y) < ɛ is clearly infinite; so find such a y satisfying y (0, 0). Then d(x, y) = e(x, y) < ɛ. It follows that dist(x, R 2 \{x}) = inf{d(x, y) : y R 2, y (0, 0)} cannot be equal to any positive ɛ (since no such ɛ is a lower bound for {d(x, y) : y R 2, y (0, 0)}). So dist(x, R 2 \{x}) = 0, i.e. x is an accumulation point. HW3 #1. Let (X, d) be a metric space. Let x X and let r be a positive real number. Define the set Show that B is open and diam(b) 2r. B = {y X : d(y, x) < r}. Proof. Let b B; we will show b / B. Since b B, d(b, x) < r. Set R = d(b, x), and set t = r R, so t > 0. We claim that for every z B c, d(b, z) t. Indeed, if this were not the case, we would have d(b, z) < t, and therefore by the triangle inequality we would have d(x, z) d(x, b)+d(b, z) < R + t = r, contradicting the fact that z B c. So d(b, z) t for all z B c. It follows that dist(b, B c ) = inf{d(b, z) : z B c } t > 0, and hence b / B. Since B was arbitrary, we have shown B B = and hence B is open. HW3 #2. Let (X, d) be a metric space. For any x X, show that x iso(x) if and only if {x} is open. Proof. For any x X, x iso(x) dist(x, X\{x}) > 0 dist(x, {x} c ) > 0 x / {x} {x} {x} = {x} is open. HW3 #3. Let X be any set and let d be the discrete metric on X (see Example 1.1.7). Show that every subset of X is open. Conclude that every subset of X is closed. Proof. First note that for each x X, x iso(x) since dist(x, X\{x}) = inf{d(x, y) : y X, y x} inf{1} = 1. Therefore {x} is open by the result in Problem 2 above. Now let S X be an arbitrary subset. Then S = {{x} : x S} is the union of its collection of singleton subsets. Hence, S is a union of open sets and therefore open. Since S was arbitrary, every subset of X is open.

5 Likewise, if S X is an arbitrary subset, then the argument above shows that S c is open. Therefore S is closed. Therefore every subset of X is closed. HW3 #4. Consider the metric space (Ñ, d) as defined in Example Let A N (so / A). Show that A if and only if A is an infinite set. Proof. First suppose A is an infinite subset of N. It means that A is not bounded above. So if ɛ > 0 is arbitrary, we may find n A for which n > 1 and hence 1 < ɛ. Therefore ɛ n dist(, A) = inf{d(, n) : n A} = inf{ 1 : n A} = 0. So A A. n Conversely, suppose A is a finite subset of N. In this case, dist(, A) = inf{d(, n) : n A} = min{d(, n) : n A} > 0, since the infimum of a finite set is just the minimum, and all distances d(, n) for n A are strictly positive. So / A. Since / A by hypothesis, we conclude / A. HW3 #5. Again consider (Ñ, d) as in Example Let A Ñ and suppose A. Show that A is open if and only if A is cofinite (that is, Ñ\A is a finite set). Proof. First suppose A is cofinite. Then A c is finite, and therefore closed. So A is open. Conversely, suppose A is not cofinite. Then A c is an infinite set, and / A c by hypothesis. Then by the result of Problem 4 above, A c. So A c A c. It follows that A c is not closed, and therefore A is not open. HW3 #6. Consider Q as a metric space with the usual metric. Let a and b be irrational numbers such that a < b. Define the set Is E open? Is E closed? Prove your answers. E = {q Q : a < q < b} We claim E is both open and closed, and prove it below. Proof. To show E is clopen, it suffices to prove that E = (whence E = E o = E). So let x Q; we will show x / E. There are three cases: either x < a, or x > b, or a < x < b. First suppose x < a. If q E is arbitrary, then a < q, and hence d(x, q) = q x > a x. It follows that So x / E. dist(x, E) = inf{d(x, q) : q E} a x > 0. Next suppose x > b. For every q E, we have q < b and therefore d(x, q) = x q > x b. So So again x / E. dist(x, E) = inf{d(x, q) : q E} x b > 0. Lastly, suppose a < x < b. Set R = min{x a, b x}. For every p E c, we have either p < a or p > b. If p < a, then d(x, p) = x p > x a R. If p > b, then d(x, p) = p x > b x R. So we have shown that 5

6 6 dist(x, E c ) = inf{d(x, p) : p E c } R > 0. So x / E. Since we checked all cases, E is empty and E is clopen. HW4 #1. Show that every subset of Ñ is open or closed, but not every subset is clopen. Proof. Let A Ñ. Note that for each n N, n is an isolated point of Ñ by HW2 #3. So each singleton {n} is open by HW3 #2, for n N. Thus, if A N, then A = n A{n} is a union of open singletons and is therefore an open set. On the other hand, if A N, then A. It then follows that A c N, whence A c is open by our previous remarks. So A is closed. Since A was arbitrary, we have shown every subset of Ñ is either open or closed. On the other hand, Ñ has non-clopen subsets. One example is the subset N. N is open in Ñ, but the closure of N contains by HW3 #4. So N = Ñ N, whence N is not closed. It follows from these arguments that the complementary set { } is a closed set which is not open. HW4 #2. Show that the open subsets of the subspace R {0} of R 2 with the usual metric are precisely those subsets of the form U {0} where U is open in R. Show also that none of those sets, except the empty set, is open in R 2. Let us start by proving the following lemma. Lemma. Suppose (X, d) and (Y, e) are metric spaces and f : X Y is an isometry of X onto Y. Then U X is open in X if and only if f(u) Y is open in Y. Proof. Let U X be an arbitrary subset. Since f is a bijection, for any point x U there corresponds some point y f(u), such that y = f(x). Now since f is an isometry, i.e. a distance-preserving bijection, we compute the following equality for all x U and y = f(x) f(u): dist(y, Y \f(u)) = inf{e(y, w) : w Y \f(u)} = inf{e(f(x), f(z)) : f(z) Y \f(u)} = inf{e(f(x), f(z)) : z X\U} = inf{d(x, z) : z X\U} = dist(x, X\U). Given the equality above, it is easy to finish proving the lemma: U is open in X x U dist(x, X\U) > 0 y f(u) dist(y, Y \f(u)) > 0 f(u) is open in Y.

7 Proof of HW4 #2. Note that R is isometric to R {0} via the isometry f defined by f(x) = (x, 0), for all x R. (The fact that f is an isometry is extremely easy to check.) So by the lemma we just proved, a subset W of R {0} is open if and only if U = f 1 (W ) is open in R, if and only if W = U {0} for some open U R. On the other hand, no such set is open in R 2, unless U =. If U is nonempty, then there exists (x, 0) U {0}. Every open ball about (x, 0) will intersect the complement of R {0}, so (x, 0) (U {0}). This shows U {0} is not open. HW4 #3. Suppose X is a metric space and S X. Show that S is dense in X if and only if S has nonempty intersection with every open ball of X. Proof. First suppose S is dense and let [x; r) be some open ball in X (for some x X, r R + ). Since S is dense, x S. It follows then that S [x; r). Conversely, suppose S has nonempty intersection with every open ball of X. Let x X be arbitrary. Then for every r R +, S [x; r) by hypothesis. Therefore x S. Since x was arbitrary, we have shown X S, which implies S is dense. HW4 #4. Find all dense subsets of Ñ. Prove you have found them all. We claim N and Ñ are the only two dense subsets of Ñ. Proof. It is obvious that Ñ is dense in Ñ. To see that N is dense, simply note that N is an infinite set and hence N by HW3 #4; so Ñ N. Now if A is any other subset of Ñ other than N or Ñ, then A must be missing some integer, i.e. there exists n N with n / A. But we have shown in previous problems that {n} is open; hence {n} is an open ball in Ñ that has empty intersection with A. By the previous problem, A is not dense. HW5 #1. Prove the Bounded Monotone Convergence Theorem: If (x n ) is a bounded monotone sequence in R (with the usual metric), then (x n ) converges to some point in R. Proof. Either (x n ) is nondecreasing or nonincreasing; first suppose nondecreasing. Set z = sup{x n : n N}. Note that since (x n ) is bounded above by some number M by hypothesis, we have z M < and hence z R. We claim that x n z. To see this, let r R + be arbitrary. By our definition of z, and our bonus homework characterizing supremums, we know that there exists m N for which x m > z r. But then since (x n ) is a nondecreasing sequence, we have z r < x m x n z for all n m. In other words, we see that tail m (x n ) (z r, z] [z; r). Since r was arbitrary, we have shown x n z. The nonincreasing case is very similar and we leave it to the reader. HW5 #2. Prove the Squeeze Theorem: Suppose (a n ), (b n ), and (c n ) are sequences in R (with the usual metric), and suppose there exists an M N such that for all n M, a n b n c n. If a n L and c n L for some L R, then b n L. 7

8 8 Proof. Let r R + be arbitrary. Since a n L, it means there exists m 1 N such that tail m1 (x n ) [L; r) = (L r, L + r). Likewise since c n L, there exists m 2 N for which tail m2 (x n ) [L; r) = (L r, L + r). Now set N = max(m, m 1, m 2 ). Then for every n N, the term b n satisfies a n b n c n by hypothesis, and also b n lies in both tails mentioned above. So we have L r < a n b n c n < L + r, so b n (L r, L + r). Therefore tail N (x n ) [z; r). Since r was arbitrary, b n L and the theorem is proved. HW6 #1. Let X and Y be sets, let A X and B Y, and let f : X Y be a function. Prove that f 1 (f(a)) A and f(f 1 (B)) B, but it is not necessarily the case that f 1 (f(a)) = A, nor that f(f 1 (B)) = B. Proof. Let a A. Then f(a) f(a), and therefore a f 1 (f(a)). Since a A was taken arbitrarily, we have shown A f 1 (f(a)). However, it is not necessarily the case that f 1 (f(a)) = A: for instance one could take the function f : R R defined by f(x) = x 2 for all x R, and observe that f 1 (f([0, 2])) = f 1 ([0, 4]) = [ 2, 2] [0, 2]. Next let y f(f 1 (B)). It means there exists an x f 1 (B) so that f(x) = y. Since x f 1 (B), f(x) B. Therefore y B. So we have shown f(f 1 (B)) B. But equality need not hold: for instance take f as in the previous paragraph, and observe that f(f 1 ([ 1, 0])) = f({0}) = {0} [ 1, 0]. HW6 #2. Let X, Y, and f be as in the previous problem. Prove that f 1 (f(a)) = A for all A X if and only if f is an injection. Proof. ( ) First assume f 1 (f(a)) = A for all A X. Let x, y X be arbitrary and assume f(x) = f(y). Then f({x}) = {f(x)} = {f(y)} = f({y}), and therefore by hypothesis {x} = f 1 (f({x})) = f 1 (f({y})) = {y}. So x = y. This shows f is injective. ( ) On the other hand assume f is injective, and let A X be arbitrary. By the previous problem, f 1 (f(a)) A, so we need only show that f 1 (f(a)) A. So let x f 1 (f(a)) be arbitrary. It means f(x) f(a). I.e. there exists an a A so that f(a) = f(x). But since f is injective, this implies a = x. Therefore x A in the first place. So f 1 (f(a)) A as claimed. HW6 #4. Prove that every affine map f is a continuous bijection. Deduce as an immediate corollary that the inverse mapping f 1 is also continuous. Proof. Let f : R R be an affine map, so f(x) = mx + b for all x R, for some m, b R with m 0. (f is injective.) Let x, y R be arbitrary and assume f(x) = f(y). Clearly mx+b = my+b implies x = y.

9 (f is surjective.) Let z R be arbitrary. Setting x = z b m m 0), we see that f(x) = z. 9 (which makes sense because (f is continuous.) Fix any x R and any ɛ R +. Set δ = ɛ. Assume z R satisfies m x z < δ. Then f(x) f(z) = mx + b mz b = m x z < m δ = ɛ. So f is continuous at x, for each x R. (f 1 is continuous.) The inverse mapping is given by f 1 (y) = 1 y b, which is also an m m affine map, hence continuous by our earlier remarks. HW6 #6. Prove that the map f : R R defined by f(x) = x 3 for all x R is continuous. { } Proof. Fix any x R and any ɛ R + ɛ. Let δ = min 1,, and let z R be 3x x + 1 such that x z < δ. Then we have f(x) f(z) = x 3 z 3 = x z x 2 + xz + z 2. Since x z 1, we have z x + 1 by the triangle inequality, and hence the above implies: f(x) f(z) x z [x 2 + x z + z 2 ] x z [x 2 + x ( x + 1) + ( x + 1) 2 ] = x z [3x x + 1] < δ[3x x + 1] ɛ. Thus f is continuous at x, for every x R. HW6 #7. Prove that the function f : R R defined by f(x) = 0 iff x Q, and f(x) = 1 iff x R\Q, is not continuous at any point in R. Proof. Let x R; we will show f is not continuous at x. Set ɛ = 1, and let δ R + be arbitrary. Now either x Q or x R\Q. Both Q and R\Q are dense in the real line. Hence, we can find z (x δ, x + δ) so that x and z are not both rational. Then by the definition of the map f, we get f(x) f(z) = 1 ɛ. So f fails continuity at x as claimed. HW6 #8. Prove that the function f : R R defined by f(x) = 0 iff x Q, and f(x) = x iff x R\Q, is continuous at 0. Proof. Let ɛ R +. Set δ = ɛ. Let z R be such that z = z 0 < δ = ɛ. Either z Q or z / Q. If z Q, then f(0) f(z) = 0 0 = 0 < ɛ. If z / Q, then f(0) f(z) = 0 z = z < ɛ. So f is continuous at 0.

Topology. Xiaolong Han. Department of Mathematics, California State University, Northridge, CA 91330, USA address:

Topology. Xiaolong Han. Department of Mathematics, California State University, Northridge, CA 91330, USA  address: Topology Xiaolong Han Department of Mathematics, California State University, Northridge, CA 91330, USA E-mail address: Xiaolong.Han@csun.edu Remark. You are entitled to a reward of 1 point toward a homework

More information

MAT 570 REAL ANALYSIS LECTURE NOTES. Contents. 1. Sets Functions Countability Axiom of choice Equivalence relations 9

MAT 570 REAL ANALYSIS LECTURE NOTES. Contents. 1. Sets Functions Countability Axiom of choice Equivalence relations 9 MAT 570 REAL ANALYSIS LECTURE NOTES PROFESSOR: JOHN QUIGG SEMESTER: FALL 204 Contents. Sets 2 2. Functions 5 3. Countability 7 4. Axiom of choice 8 5. Equivalence relations 9 6. Real numbers 9 7. Extended

More information

Thus, X is connected by Problem 4. Case 3: X = (a, b]. This case is analogous to Case 2. Case 4: X = (a, b). Choose ε < b a

Thus, X is connected by Problem 4. Case 3: X = (a, b]. This case is analogous to Case 2. Case 4: X = (a, b). Choose ε < b a Solutions to Homework #6 1. Complete the proof of the backwards direction of Theorem 12.2 from class (which asserts the any interval in R is connected). Solution: Let X R be a closed interval. Case 1:

More information

Maths 212: Homework Solutions

Maths 212: Homework Solutions Maths 212: Homework Solutions 1. The definition of A ensures that x π for all x A, so π is an upper bound of A. To show it is the least upper bound, suppose x < π and consider two cases. If x < 1, then

More information

MATH 51H Section 4. October 16, Recall what it means for a function between metric spaces to be continuous:

MATH 51H Section 4. October 16, Recall what it means for a function between metric spaces to be continuous: MATH 51H Section 4 October 16, 2015 1 Continuity Recall what it means for a function between metric spaces to be continuous: Definition. Let (X, d X ), (Y, d Y ) be metric spaces. A function f : X Y is

More information

Problem Set 2: Solutions Math 201A: Fall 2016

Problem Set 2: Solutions Math 201A: Fall 2016 Problem Set 2: s Math 201A: Fall 2016 Problem 1. (a) Prove that a closed subset of a complete metric space is complete. (b) Prove that a closed subset of a compact metric space is compact. (c) Prove that

More information

Set, functions and Euclidean space. Seungjin Han

Set, functions and Euclidean space. Seungjin Han Set, functions and Euclidean space Seungjin Han September, 2018 1 Some Basics LOGIC A is necessary for B : If B holds, then A holds. B A A B is the contraposition of B A. A is sufficient for B: If A holds,

More information

Math 426 Homework 4 Due 3 November 2017

Math 426 Homework 4 Due 3 November 2017 Math 46 Homework 4 Due 3 November 017 1. Given a metric space X,d) and two subsets A,B, we define the distance between them, dista,b), as the infimum inf a A, b B da,b). a) Prove that if A is compact and

More information

AN EXPLORATION OF THE METRIZABILITY OF TOPOLOGICAL SPACES

AN EXPLORATION OF THE METRIZABILITY OF TOPOLOGICAL SPACES AN EXPLORATION OF THE METRIZABILITY OF TOPOLOGICAL SPACES DUSTIN HEDMARK Abstract. A study of the conditions under which a topological space is metrizable, concluding with a proof of the Nagata Smirnov

More information

Solutions to Tutorial 8 (Week 9)

Solutions to Tutorial 8 (Week 9) The University of Sydney School of Mathematics and Statistics Solutions to Tutorial 8 (Week 9) MATH3961: Metric Spaces (Advanced) Semester 1, 2018 Web Page: http://www.maths.usyd.edu.au/u/ug/sm/math3961/

More information

Chapter 2 Metric Spaces

Chapter 2 Metric Spaces Chapter 2 Metric Spaces The purpose of this chapter is to present a summary of some basic properties of metric and topological spaces that play an important role in the main body of the book. 2.1 Metrics

More information

Math 535: Topology Homework 1. Mueen Nawaz

Math 535: Topology Homework 1. Mueen Nawaz Math 535: Topology Homework 1 Mueen Nawaz Mueen Nawaz Math 535 Topology Homework 1 Problem 1 Problem 1 Find all topologies on the set X = {0, 1, 2}. In the list below, a, b, c X and it is assumed that

More information

1 Topology Definition of a topology Basis (Base) of a topology The subspace topology & the product topology on X Y 3

1 Topology Definition of a topology Basis (Base) of a topology The subspace topology & the product topology on X Y 3 Index Page 1 Topology 2 1.1 Definition of a topology 2 1.2 Basis (Base) of a topology 2 1.3 The subspace topology & the product topology on X Y 3 1.4 Basic topology concepts: limit points, closed sets,

More information

Real Analysis. Joe Patten August 12, 2018

Real Analysis. Joe Patten August 12, 2018 Real Analysis Joe Patten August 12, 2018 1 Relations and Functions 1.1 Relations A (binary) relation, R, from set A to set B is a subset of A B. Since R is a subset of A B, it is a set of ordered pairs.

More information

Metric Spaces and Topology

Metric Spaces and Topology Chapter 2 Metric Spaces and Topology From an engineering perspective, the most important way to construct a topology on a set is to define the topology in terms of a metric on the set. This approach underlies

More information

Economics 204 Fall 2011 Problem Set 2 Suggested Solutions

Economics 204 Fall 2011 Problem Set 2 Suggested Solutions Economics 24 Fall 211 Problem Set 2 Suggested Solutions 1. Determine whether the following sets are open, closed, both or neither under the topology induced by the usual metric. (Hint: think about limit

More information

COMPLETION OF A METRIC SPACE

COMPLETION OF A METRIC SPACE COMPLETION OF A METRIC SPACE HOW ANY INCOMPLETE METRIC SPACE CAN BE COMPLETED REBECCA AND TRACE Given any incomplete metric space (X,d), ( X, d X) a completion, with (X,d) ( X, d X) where X complete, and

More information

MATH 31BH Homework 1 Solutions

MATH 31BH Homework 1 Solutions MATH 3BH Homework Solutions January 0, 04 Problem.5. (a) (x, y)-plane in R 3 is closed and not open. To see that this plane is not open, notice that any ball around the origin (0, 0, 0) will contain points

More information

Real Analysis Math 131AH Rudin, Chapter #1. Dominique Abdi

Real Analysis Math 131AH Rudin, Chapter #1. Dominique Abdi Real Analysis Math 3AH Rudin, Chapter # Dominique Abdi.. If r is rational (r 0) and x is irrational, prove that r + x and rx are irrational. Solution. Assume the contrary, that r+x and rx are rational.

More information

Math 320-2: Midterm 2 Practice Solutions Northwestern University, Winter 2015

Math 320-2: Midterm 2 Practice Solutions Northwestern University, Winter 2015 Math 30-: Midterm Practice Solutions Northwestern University, Winter 015 1. Give an example of each of the following. No justification is needed. (a) A metric on R with respect to which R is bounded. (b)

More information

Immerse Metric Space Homework

Immerse Metric Space Homework Immerse Metric Space Homework (Exercises -2). In R n, define d(x, y) = x y +... + x n y n. Show that d is a metric that induces the usual topology. Sketch the basis elements when n = 2. Solution: Steps

More information

Math 118B Solutions. Charles Martin. March 6, d i (x i, y i ) + d i (y i, z i ) = d(x, y) + d(y, z). i=1

Math 118B Solutions. Charles Martin. March 6, d i (x i, y i ) + d i (y i, z i ) = d(x, y) + d(y, z). i=1 Math 8B Solutions Charles Martin March 6, Homework Problems. Let (X i, d i ), i n, be finitely many metric spaces. Construct a metric on the product space X = X X n. Proof. Denote points in X as x = (x,

More information

M17 MAT25-21 HOMEWORK 6

M17 MAT25-21 HOMEWORK 6 M17 MAT25-21 HOMEWORK 6 DUE 10:00AM WEDNESDAY SEPTEMBER 13TH 1. To Hand In Double Series. The exercises in this section will guide you to complete the proof of the following theorem: Theorem 1: Absolute

More information

0 Sets and Induction. Sets

0 Sets and Induction. Sets 0 Sets and Induction Sets A set is an unordered collection of objects, called elements or members of the set. A set is said to contain its elements. We write a A to denote that a is an element of the set

More information

A Glimpse into Topology

A Glimpse into Topology A Glimpse into Topology by Vishal Malik A project submitted to the Department of Mathematical Sciences in conformity with the requirements for Math 430 (203-4) Lakehead University Thunder Bay, Ontario,

More information

Topological properties

Topological properties CHAPTER 4 Topological properties 1. Connectedness Definitions and examples Basic properties Connected components Connected versus path connected, again 2. Compactness Definition and first examples Topological

More information

Analysis III. Exam 1

Analysis III. Exam 1 Analysis III Math 414 Spring 27 Professor Ben Richert Exam 1 Solutions Problem 1 Let X be the set of all continuous real valued functions on [, 1], and let ρ : X X R be the function ρ(f, g) = sup f g (1)

More information

MATH 54 - TOPOLOGY SUMMER 2015 FINAL EXAMINATION. Problem 1

MATH 54 - TOPOLOGY SUMMER 2015 FINAL EXAMINATION. Problem 1 MATH 54 - TOPOLOGY SUMMER 2015 FINAL EXAMINATION ELEMENTS OF SOLUTION Problem 1 1. Let X be a Hausdorff space and K 1, K 2 disjoint compact subsets of X. Prove that there exist disjoint open sets U 1 and

More information

In N we can do addition, but in order to do subtraction we need to extend N to the integers

In N we can do addition, but in order to do subtraction we need to extend N to the integers Chapter The Real Numbers.. Some Preliminaries Discussion: The Irrationality of 2. We begin with the natural numbers N = {, 2, 3, }. In N we can do addition, but in order to do subtraction we need to extend

More information

Lecture Notes in Advanced Calculus 1 (80315) Raz Kupferman Institute of Mathematics The Hebrew University

Lecture Notes in Advanced Calculus 1 (80315) Raz Kupferman Institute of Mathematics The Hebrew University Lecture Notes in Advanced Calculus 1 (80315) Raz Kupferman Institute of Mathematics The Hebrew University February 7, 2007 2 Contents 1 Metric Spaces 1 1.1 Basic definitions...........................

More information

Real Analysis Notes. Thomas Goller

Real Analysis Notes. Thomas Goller Real Analysis Notes Thomas Goller September 4, 2011 Contents 1 Abstract Measure Spaces 2 1.1 Basic Definitions........................... 2 1.2 Measurable Functions........................ 2 1.3 Integration..............................

More information

In N we can do addition, but in order to do subtraction we need to extend N to the integers

In N we can do addition, but in order to do subtraction we need to extend N to the integers Chapter 1 The Real Numbers 1.1. Some Preliminaries Discussion: The Irrationality of 2. We begin with the natural numbers N = {1, 2, 3, }. In N we can do addition, but in order to do subtraction we need

More information

Contents Ordered Fields... 2 Ordered sets and fields... 2 Construction of the Reals 1: Dedekind Cuts... 2 Metric Spaces... 3

Contents Ordered Fields... 2 Ordered sets and fields... 2 Construction of the Reals 1: Dedekind Cuts... 2 Metric Spaces... 3 Analysis Math Notes Study Guide Real Analysis Contents Ordered Fields 2 Ordered sets and fields 2 Construction of the Reals 1: Dedekind Cuts 2 Metric Spaces 3 Metric Spaces 3 Definitions 4 Separability

More information

Austin Mohr Math 730 Homework. f(x) = y for some x λ Λ

Austin Mohr Math 730 Homework. f(x) = y for some x λ Λ Austin Mohr Math 730 Homework In the following problems, let Λ be an indexing set and let A and B λ for λ Λ be arbitrary sets. Problem 1B1 ( ) Show A B λ = (A B λ ). λ Λ λ Λ Proof. ( ) x A B λ λ Λ x A

More information

REVIEW OF ESSENTIAL MATH 346 TOPICS

REVIEW OF ESSENTIAL MATH 346 TOPICS REVIEW OF ESSENTIAL MATH 346 TOPICS 1. AXIOMATIC STRUCTURE OF R Doğan Çömez The real number system is a complete ordered field, i.e., it is a set R which is endowed with addition and multiplication operations

More information

By (a), B ε (x) is a closed subset (which

By (a), B ε (x) is a closed subset (which Solutions to Homework #3. 1. Given a metric space (X, d), a point x X and ε > 0, define B ε (x) = {y X : d(y, x) ε}, called the closed ball of radius ε centered at x. (a) Prove that B ε (x) is always a

More information

Logical Connectives and Quantifiers

Logical Connectives and Quantifiers Chapter 1 Logical Connectives and Quantifiers 1.1 Logical Connectives 1.2 Quantifiers 1.3 Techniques of Proof: I 1.4 Techniques of Proof: II Theorem 1. Let f be a continuous function. If 1 f(x)dx 0, then

More information

MH 7500 THEOREMS. (iii) A = A; (iv) A B = A B. Theorem 5. If {A α : α Λ} is any collection of subsets of a space X, then

MH 7500 THEOREMS. (iii) A = A; (iv) A B = A B. Theorem 5. If {A α : α Λ} is any collection of subsets of a space X, then MH 7500 THEOREMS Definition. A topological space is an ordered pair (X, T ), where X is a set and T is a collection of subsets of X such that (i) T and X T ; (ii) U V T whenever U, V T ; (iii) U T whenever

More information

Chapter 1. Sets and Numbers

Chapter 1. Sets and Numbers Chapter 1. Sets and Numbers 1. Sets A set is considered to be a collection of objects (elements). If A is a set and x is an element of the set A, we say x is a member of A or x belongs to A, and we write

More information

CHAPTER 7. Connectedness

CHAPTER 7. Connectedness CHAPTER 7 Connectedness 7.1. Connected topological spaces Definition 7.1. A topological space (X, T X ) is said to be connected if there is no continuous surjection f : X {0, 1} where the two point set

More information

P-adic Functions - Part 1

P-adic Functions - Part 1 P-adic Functions - Part 1 Nicolae Ciocan 22.11.2011 1 Locally constant functions Motivation: Another big difference between p-adic analysis and real analysis is the existence of nontrivial locally constant

More information

2.2 Some Consequences of the Completeness Axiom

2.2 Some Consequences of the Completeness Axiom 60 CHAPTER 2. IMPORTANT PROPERTIES OF R 2.2 Some Consequences of the Completeness Axiom In this section, we use the fact that R is complete to establish some important results. First, we will prove that

More information

CHAPTER 8: EXPLORING R

CHAPTER 8: EXPLORING R CHAPTER 8: EXPLORING R LECTURE NOTES FOR MATH 378 (CSUSM, SPRING 2009). WAYNE AITKEN In the previous chapter we discussed the need for a complete ordered field. The field Q is not complete, so we constructed

More information

Introduction to Topology

Introduction to Topology Introduction to Topology Randall R. Holmes Auburn University Typeset by AMS-TEX Chapter 1. Metric Spaces 1. Definition and Examples. As the course progresses we will need to review some basic notions about

More information

Theorems. Theorem 1.11: Greatest-Lower-Bound Property. Theorem 1.20: The Archimedean property of. Theorem 1.21: -th Root of Real Numbers

Theorems. Theorem 1.11: Greatest-Lower-Bound Property. Theorem 1.20: The Archimedean property of. Theorem 1.21: -th Root of Real Numbers Page 1 Theorems Wednesday, May 9, 2018 12:53 AM Theorem 1.11: Greatest-Lower-Bound Property Suppose is an ordered set with the least-upper-bound property Suppose, and is bounded below be the set of lower

More information

Postulate 2 [Order Axioms] in WRW the usual rules for inequalities

Postulate 2 [Order Axioms] in WRW the usual rules for inequalities Number Systems N 1,2,3,... the positive integers Z 3, 2, 1,0,1,2,3,... the integers Q p q : p,q Z with q 0 the rational numbers R {numbers expressible by finite or unending decimal expansions} makes sense

More information

Lecture 5 - Hausdorff and Gromov-Hausdorff Distance

Lecture 5 - Hausdorff and Gromov-Hausdorff Distance Lecture 5 - Hausdorff and Gromov-Hausdorff Distance August 1, 2011 1 Definition and Basic Properties Given a metric space X, the set of closed sets of X supports a metric, the Hausdorff metric. If A is

More information

Math 201 Topology I. Lecture notes of Prof. Hicham Gebran

Math 201 Topology I. Lecture notes of Prof. Hicham Gebran Math 201 Topology I Lecture notes of Prof. Hicham Gebran hicham.gebran@yahoo.com Lebanese University, Fanar, Fall 2015-2016 http://fs2.ul.edu.lb/math http://hichamgebran.wordpress.com 2 Introduction and

More information

Definition 2.1. A metric (or distance function) defined on a non-empty set X is a function d: X X R that satisfies: For all x, y, and z in X :

Definition 2.1. A metric (or distance function) defined on a non-empty set X is a function d: X X R that satisfies: For all x, y, and z in X : MATH 337 Metric Spaces Dr. Neal, WKU Let X be a non-empty set. The elements of X shall be called points. We shall define the general means of determining the distance between two points. Throughout we

More information

Topology, Math 581, Fall 2017 last updated: November 24, Topology 1, Math 581, Fall 2017: Notes and homework Krzysztof Chris Ciesielski

Topology, Math 581, Fall 2017 last updated: November 24, Topology 1, Math 581, Fall 2017: Notes and homework Krzysztof Chris Ciesielski Topology, Math 581, Fall 2017 last updated: November 24, 2017 1 Topology 1, Math 581, Fall 2017: Notes and homework Krzysztof Chris Ciesielski Class of August 17: Course and syllabus overview. Topology

More information

2.1 Sets. Definition 1 A set is an unordered collection of objects. Important sets: N, Z, Z +, Q, R.

2.1 Sets. Definition 1 A set is an unordered collection of objects. Important sets: N, Z, Z +, Q, R. 2. Basic Structures 2.1 Sets Definition 1 A set is an unordered collection of objects. Important sets: N, Z, Z +, Q, R. Definition 2 Objects in a set are called elements or members of the set. A set is

More information

3 COUNTABILITY AND CONNECTEDNESS AXIOMS

3 COUNTABILITY AND CONNECTEDNESS AXIOMS 3 COUNTABILITY AND CONNECTEDNESS AXIOMS Definition 3.1 Let X be a topological space. A subset D of X is dense in X iff D = X. X is separable iff it contains a countable dense subset. X satisfies the first

More information

Analysis Finite and Infinite Sets The Real Numbers The Cantor Set

Analysis Finite and Infinite Sets The Real Numbers The Cantor Set Analysis Finite and Infinite Sets Definition. An initial segment is {n N n n 0 }. Definition. A finite set can be put into one-to-one correspondence with an initial segment. The empty set is also considered

More information

NAME: Mathematics 205A, Fall 2008, Final Examination. Answer Key

NAME: Mathematics 205A, Fall 2008, Final Examination. Answer Key NAME: Mathematics 205A, Fall 2008, Final Examination Answer Key 1 1. [25 points] Let X be a set with 2 or more elements. Show that there are topologies U and V on X such that the identity map J : (X, U)

More information

Economics 204 Fall 2011 Problem Set 1 Suggested Solutions

Economics 204 Fall 2011 Problem Set 1 Suggested Solutions Economics 204 Fall 2011 Problem Set 1 Suggested Solutions 1. Suppose k is a positive integer. Use induction to prove the following two statements. (a) For all n N 0, the inequality (k 2 + n)! k 2n holds.

More information

4 Countability axioms

4 Countability axioms 4 COUNTABILITY AXIOMS 4 Countability axioms Definition 4.1. Let X be a topological space X is said to be first countable if for any x X, there is a countable basis for the neighborhoods of x. X is said

More information

2. Metric Spaces. 2.1 Definitions etc.

2. Metric Spaces. 2.1 Definitions etc. 2. Metric Spaces 2.1 Definitions etc. The procedure in Section for regarding R as a topological space may be generalized to many other sets in which there is some kind of distance (formally, sets with

More information

MATH 117 LECTURE NOTES

MATH 117 LECTURE NOTES MATH 117 LECTURE NOTES XIN ZHOU Abstract. This is the set of lecture notes for Math 117 during Fall quarter of 2017 at UC Santa Barbara. The lectures follow closely the textbook [1]. Contents 1. The set

More information

Continuity. Matt Rosenzweig

Continuity. Matt Rosenzweig Continuity Matt Rosenzweig Contents 1 Continuity 1 1.1 Rudin Chapter 4 Exercises........................................ 1 1.1.1 Exercise 1............................................. 1 1.1.2 Exercise

More information

ANALYSIS WORKSHEET II: METRIC SPACES

ANALYSIS WORKSHEET II: METRIC SPACES ANALYSIS WORKSHEET II: METRIC SPACES Definition 1. A metric space (X, d) is a space X of objects (called points), together with a distance function or metric d : X X [0, ), which associates to each pair

More information

2 Topology of a Metric Space

2 Topology of a Metric Space 2 Topology of a Metric Space The real number system has two types of properties. The first type are algebraic properties, dealing with addition, multiplication and so on. The other type, called topological

More information

Tools from Lebesgue integration

Tools from Lebesgue integration Tools from Lebesgue integration E.P. van den Ban Fall 2005 Introduction In these notes we describe some of the basic tools from the theory of Lebesgue integration. Definitions and results will be given

More information

Math General Topology Fall 2012 Homework 1 Solutions

Math General Topology Fall 2012 Homework 1 Solutions Math 535 - General Topology Fall 2012 Homework 1 Solutions Definition. Let V be a (real or complex) vector space. A norm on V is a function : V R satisfying: 1. Positivity: x 0 for all x V and moreover

More information

Week 5 Lectures 13-15

Week 5 Lectures 13-15 Week 5 Lectures 13-15 Lecture 13 Definition 29 Let Y be a subset X. A subset A Y is open in Y if there exists an open set U in X such that A = U Y. It is not difficult to show that the collection of all

More information

Topology Exercise Sheet 2 Prof. Dr. Alessandro Sisto Due to March 7

Topology Exercise Sheet 2 Prof. Dr. Alessandro Sisto Due to March 7 Topology Exercise Sheet 2 Prof. Dr. Alessandro Sisto Due to March 7 Question 1: The goal of this exercise is to give some equivalent characterizations for the interior of a set. Let X be a topological

More information

Axioms of separation

Axioms of separation Axioms of separation These notes discuss the same topic as Sections 31, 32, 33, 34, 35, and also 7, 10 of Munkres book. Some notions (hereditarily normal, perfectly normal, collectionwise normal, monotonically

More information

Dynamical Systems 2, MA 761

Dynamical Systems 2, MA 761 Dynamical Systems 2, MA 761 Topological Dynamics This material is based upon work supported by the National Science Foundation under Grant No. 9970363 1 Periodic Points 1 The main objects studied in the

More information

Class Notes for MATH 255.

Class Notes for MATH 255. Class Notes for MATH 255. by S. W. Drury Copyright c 2006, by S. W. Drury. Contents 0 LimSup and LimInf Metric Spaces and Analysis in Several Variables 6. Metric Spaces........................... 6.2 Normed

More information

Structure of R. Chapter Algebraic and Order Properties of R

Structure of R. Chapter Algebraic and Order Properties of R Chapter Structure of R We will re-assemble calculus by first making assumptions about the real numbers. All subsequent results will be rigorously derived from these assumptions. Most of the assumptions

More information

Math General Topology Fall 2012 Homework 6 Solutions

Math General Topology Fall 2012 Homework 6 Solutions Math 535 - General Topology Fall 202 Homework 6 Solutions Problem. Let F be the field R or C of real or complex numbers. Let n and denote by F[x, x 2,..., x n ] the set of all polynomials in n variables

More information

Review Problems for Midterm Exam II MTH 299 Spring n(n + 1) 2. = 1. So assume there is some k 1 for which

Review Problems for Midterm Exam II MTH 299 Spring n(n + 1) 2. = 1. So assume there is some k 1 for which Review Problems for Midterm Exam II MTH 99 Spring 014 1. Use induction to prove that for all n N. 1 + 3 + + + n(n + 1) = n(n + 1)(n + ) Solution: This statement is obviously true for n = 1 since 1()(3)

More information

Chapter 3: Baire category and open mapping theorems

Chapter 3: Baire category and open mapping theorems MA3421 2016 17 Chapter 3: Baire category and open mapping theorems A number of the major results rely on completeness via the Baire category theorem. 3.1 The Baire category theorem 3.1.1 Definition. A

More information

1/12/05: sec 3.1 and my article: How good is the Lebesgue measure?, Math. Intelligencer 11(2) (1989),

1/12/05: sec 3.1 and my article: How good is the Lebesgue measure?, Math. Intelligencer 11(2) (1989), Real Analysis 2, Math 651, Spring 2005 April 26, 2005 1 Real Analysis 2, Math 651, Spring 2005 Krzysztof Chris Ciesielski 1/12/05: sec 3.1 and my article: How good is the Lebesgue measure?, Math. Intelligencer

More information

REAL ANALYSIS I HOMEWORK 4

REAL ANALYSIS I HOMEWORK 4 REAL ANALYSIS I HOMEWORK 4 CİHAN BAHRAN The questions are from Stein and Shakarchi s text, Chapter 2.. Given a collection of sets E, E 2,..., E n, construct another collection E, E 2,..., E N, with N =

More information

5 Set Operations, Functions, and Counting

5 Set Operations, Functions, and Counting 5 Set Operations, Functions, and Counting Let N denote the positive integers, N 0 := N {0} be the non-negative integers and Z = N 0 ( N) the positive and negative integers including 0, Q the rational numbers,

More information

Math LM (24543) Lectures 01

Math LM (24543) Lectures 01 Math 32300 LM (24543) Lectures 01 Ethan Akin Office: NAC 6/287 Phone: 650-5136 Email: ethanakin@earthlink.net Spring, 2018 Contents Introduction, Ross Chapter 1 and Appendix The Natural Numbers N and The

More information

MTG 6316 HOMEWORK Spring 2017

MTG 6316 HOMEWORK Spring 2017 MTG 636 HOMEWORK Spring 207 0. (Section 26, #2) Let p : X! Y be a closed continuous surjective map such that p (y) is compact, for each y 2 Y. (Such a map is called a perfect map.) Show that if Y is compact,

More information

Connectedness. Proposition 2.2. The following are equivalent for a topological space (X, T ).

Connectedness. Proposition 2.2. The following are equivalent for a topological space (X, T ). Connectedness 1 Motivation Connectedness is the sort of topological property that students love. Its definition is intuitive and easy to understand, and it is a powerful tool in proofs of well-known results.

More information

Math 220A Complex Analysis Solutions to Homework #2 Prof: Lei Ni TA: Kevin McGown

Math 220A Complex Analysis Solutions to Homework #2 Prof: Lei Ni TA: Kevin McGown Math 220A Complex Analysis Solutions to Homework #2 Prof: Lei Ni TA: Kevin McGown Conway, Page 14, Problem 11. Parts of what follows are adapted from the text Modular Functions and Dirichlet Series in

More information

Sequences. Chapter 3. n + 1 3n + 2 sin n n. 3. lim (ln(n + 1) ln n) 1. lim. 2. lim. 4. lim (1 + n)1/n. Answers: 1. 1/3; 2. 0; 3. 0; 4. 1.

Sequences. Chapter 3. n + 1 3n + 2 sin n n. 3. lim (ln(n + 1) ln n) 1. lim. 2. lim. 4. lim (1 + n)1/n. Answers: 1. 1/3; 2. 0; 3. 0; 4. 1. Chapter 3 Sequences Both the main elements of calculus (differentiation and integration) require the notion of a limit. Sequences will play a central role when we work with limits. Definition 3.. A Sequence

More information

MA651 Topology. Lecture 9. Compactness 2.

MA651 Topology. Lecture 9. Compactness 2. MA651 Topology. Lecture 9. Compactness 2. This text is based on the following books: Topology by James Dugundgji Fundamental concepts of topology by Peter O Neil Elements of Mathematics: General Topology

More information

Course 212: Academic Year Section 1: Metric Spaces

Course 212: Academic Year Section 1: Metric Spaces Course 212: Academic Year 1991-2 Section 1: Metric Spaces D. R. Wilkins Contents 1 Metric Spaces 3 1.1 Distance Functions and Metric Spaces............. 3 1.2 Convergence and Continuity in Metric Spaces.........

More information

TOPOLOGY HW 2. x x ± y

TOPOLOGY HW 2. x x ± y TOPOLOGY HW 2 CLAY SHONKWILER 20.9 Show that the euclidean metric d on R n is a metric, as follows: If x, y R n and c R, define x + y = (x 1 + y 1,..., x n + y n ), cx = (cx 1,..., cx n ), x y = x 1 y

More information

Based on the Appendix to B. Hasselblatt and A. Katok, A First Course in Dynamics, Cambridge University press,

Based on the Appendix to B. Hasselblatt and A. Katok, A First Course in Dynamics, Cambridge University press, NOTE ON ABSTRACT RIEMANN INTEGRAL Based on the Appendix to B. Hasselblatt and A. Katok, A First Course in Dynamics, Cambridge University press, 2003. a. Definitions. 1. Metric spaces DEFINITION 1.1. If

More information

EC 521 MATHEMATICAL METHODS FOR ECONOMICS. Lecture 1: Preliminaries

EC 521 MATHEMATICAL METHODS FOR ECONOMICS. Lecture 1: Preliminaries EC 521 MATHEMATICAL METHODS FOR ECONOMICS Lecture 1: Preliminaries Murat YILMAZ Boğaziçi University In this lecture we provide some basic facts from both Linear Algebra and Real Analysis, which are going

More information

MATH 202B - Problem Set 5

MATH 202B - Problem Set 5 MATH 202B - Problem Set 5 Walid Krichene (23265217) March 6, 2013 (5.1) Show that there exists a continuous function F : [0, 1] R which is monotonic on no interval of positive length. proof We know there

More information

Real Analysis Chapter 4 Solutions Jonathan Conder

Real Analysis Chapter 4 Solutions Jonathan Conder 2. Let x, y X and suppose that x y. Then {x} c is open in the cofinite topology and contains y but not x. The cofinite topology on X is therefore T 1. Since X is infinite it contains two distinct points

More information

Homework 5. Solutions

Homework 5. Solutions Homework 5. Solutions 1. Let (X,T) be a topological space and let A,B be subsets of X. Show that the closure of their union is given by A B = A B. Since A B is a closed set that contains A B and A B is

More information

4th Preparation Sheet - Solutions

4th Preparation Sheet - Solutions Prof. Dr. Rainer Dahlhaus Probability Theory Summer term 017 4th Preparation Sheet - Solutions Remark: Throughout the exercise sheet we use the two equivalent definitions of separability of a metric space

More information

HW 4 SOLUTIONS. , x + x x 1 ) 2

HW 4 SOLUTIONS. , x + x x 1 ) 2 HW 4 SOLUTIONS The Way of Analysis p. 98: 1.) Suppose that A is open. Show that A minus a finite set is still open. This follows by induction as long as A minus one point x is still open. To see that A

More information

Topology Part of the Qualify Exams of Department of Mathematics, Texas A&M University Prepared by Zhang, Zecheng

Topology Part of the Qualify Exams of Department of Mathematics, Texas A&M University Prepared by Zhang, Zecheng Topology Part of the Qualify Exams of Department of Mathematics, Texas A&M University Prepared by Zhang, Zecheng Remark 0.1. This is a solution Manuel to the topology questions of the Topology Geometry

More information

Problems - Section 17-2, 4, 6c, 9, 10, 13, 14; Section 18-1, 3, 4, 6, 8, 10; Section 19-1, 3, 5, 7, 8, 9;

Problems - Section 17-2, 4, 6c, 9, 10, 13, 14; Section 18-1, 3, 4, 6, 8, 10; Section 19-1, 3, 5, 7, 8, 9; Math 553 - Topology Todd Riggs Assignment 2 Sept 17, 2014 Problems - Section 17-2, 4, 6c, 9, 10, 13, 14; Section 18-1, 3, 4, 6, 8, 10; Section 19-1, 3, 5, 7, 8, 9; 17.2) Show that if A is closed in Y and

More information

Real Analysis, 2nd Edition, G.B.Folland Elements of Functional Analysis

Real Analysis, 2nd Edition, G.B.Folland Elements of Functional Analysis Real Analysis, 2nd Edition, G.B.Folland Chapter 5 Elements of Functional Analysis Yung-Hsiang Huang 5.1 Normed Vector Spaces 1. Note for any x, y X and a, b K, x+y x + y and by ax b y x + b a x. 2. It

More information

Continuity. Chapter 4

Continuity. Chapter 4 Chapter 4 Continuity Throughout this chapter D is a nonempty subset of the real numbers. We recall the definition of a function. Definition 4.1. A function from D into R, denoted f : D R, is a subset of

More information

g 2 (x) (1/3)M 1 = (1/3)(2/3)M.

g 2 (x) (1/3)M 1 = (1/3)(2/3)M. COMPACTNESS If C R n is closed and bounded, then by B-W it is sequentially compact: any sequence of points in C has a subsequence converging to a point in C Conversely, any sequentially compact C R n is

More information

MAT 544 Problem Set 2 Solutions

MAT 544 Problem Set 2 Solutions MAT 544 Problem Set 2 Solutions Problems. Problem 1 A metric space is separable if it contains a dense subset which is finite or countably infinite. Prove that every totally bounded metric space X is separable.

More information

01. Review of metric spaces and point-set topology. 1. Euclidean spaces

01. Review of metric spaces and point-set topology. 1. Euclidean spaces (October 3, 017) 01. Review of metric spaces and point-set topology Paul Garrett garrett@math.umn.edu http://www.math.umn.edu/ garrett/ [This document is http://www.math.umn.edu/ garrett/m/real/notes 017-18/01

More information

METRIC SPACES. Contents

METRIC SPACES. Contents METRIC SPACES PETE L. CLARK Contents 1. Metric Geometry A metric on a set X is a function d : X X [0, ) satisfying: (M1) d(x, y) = 0 x = y. (M2) For all x, y X, d(x, y) = d(y, x). (M3) (Triangle Inequality)

More information

08a. Operators on Hilbert spaces. 1. Boundedness, continuity, operator norms

08a. Operators on Hilbert spaces. 1. Boundedness, continuity, operator norms (February 24, 2017) 08a. Operators on Hilbert spaces Paul Garrett garrett@math.umn.edu http://www.math.umn.edu/ garrett/ [This document is http://www.math.umn.edu/ garrett/m/real/notes 2016-17/08a-ops

More information

Math 4317 : Real Analysis I Mid-Term Exam 1 25 September 2012

Math 4317 : Real Analysis I Mid-Term Exam 1 25 September 2012 Instructions: Answer all of the problems. Math 4317 : Real Analysis I Mid-Term Exam 1 25 September 2012 Definitions (2 points each) 1. State the definition of a metric space. A metric space (X, d) is set

More information