2 Metric Spaces Definitions Exotic Examples... 3

Size: px
Start display at page:

Download "2 Metric Spaces Definitions Exotic Examples... 3"

Transcription

1 Contents 1 Vector Spaces and Norms 1 2 Metric Spaces Definitions Exotic Examples Topologies Open Sets Examples Bases Metric Space Topology Continuity 6 5 Additional Topological Notions 8 1 Vector Spaces and Norms Recall that a real vector space is a set V equipped with with two operations, vector addition and scalar multiplication. Formally, these are maps from V V V and from R V V, respectively. The two operations must satisfy the following properties (for all x, y V and for all r, s R): (i) (V, +) is an abelian group (ii) r(x + y) = rx + ry (iii) (r + s)x = rx + sx (iv) r(sx) = (rs)x (v) 1x = x In the above definition we can replace R with any other field such as the complex numbers C or even the binary numbers Z 2 to obtain a complex vector space, a Z 2 vector space, and so on. We won t consider any of these, so from here on vector space will mean a real vector space. Examples. The following are all vector spaces. 1. R n with the familiar addition and scalar multiplication of n-tuples (x 1, x 2,..., x n ). 2. Mat n m (R), the set of n m matrices with real coefficients. 3. C([0, 1]), the set of continuous, real valued functions on the interval [0, 1]. 4. R[x], polynomials in one real variable x with coefficients in R. If V is a vector space, then a norm on V is a function : V R such that (i) x 0 (ii) x = 0 if and only if x = 0 1

2 (iii) rx = r x (iv) x + y x + y (the Triangle Inequality) A vector space equipped with a norm is called a normed space. Euclidean space R n is a familiar normed space with norm x = (x 1, x 2,..., x n ) = ( x x 2 ) 1/2 n which is the length of x in R n. Not every vector space is necessarily a normed space, and it s possible that different normed spaces can have the same underlying vector space. 2 Metric Spaces 2.1 Definitions A metric space is a set X together with a metric or distance function d: X X R such that, for all x, y, z X: (i) d(x, y) = d(y, x) (ii) d(x, y) 0 (iii) d(x, y) = 0 if and only if x = y (iv) d(x, y) d(x, z) + d(z, y) (the Triangle Inequality) Metric spaces and distance functions are related to normed spaces. If V is a normed space, we can turn V into a metric space by defining d(x, y) = y x In R n, if x = (x 1, x 2,..., x n ) and y = (y 1, y 2,..., y n ), then ( n ) 1/2 d(x, y) = (y i x i ) 2 i=1 When n = 1 this reduces to the ordinary absolute value d(x, y) = y x and when n = 2 to the familiar distance function in the plane (really just the Pythagorean Theorem): d(x, y) = (y 1 x 1 ) 2 + (y 2 x 2 ) 2 2

3 2.2 Exotic Examples You might think that introducing a new definition and notation d is unnecessary, seeing that we have the norm available. Why not just keep writing y x when we want to calculate a distance? If we were only working in Euclidean space R n you d be right. But not every metric space is a vector space. Vector spaces have algebraic structure i.e. addition and scalar multiplication that tell us how to combine vectors algebraically in V to get new vectors. A metric space is just a set, whose elements we call points, equipped with a distance function. It doesn t make sense to add points together. Even when V is a vector space the situation is not simple. We have seen that a norm on V gives rise to a metric d by setting d(x, y) = y x. Is the converse true? Given a metric d on a vector space V, is it possible to define a norm by defining the length of a vector to be the distance to 0, i.e. x = d(x, 0)? For some metrics this works, but for others it does not. Consider the following examples: Example If p is an integer, p 1, define a distance function on R 2 by The distance from x to 0 defines the p-norm: d(x, y) = ( x 2 x 1 p + y 2 y 1 p ) 1/p x p = ( x 1 p + x 2 p ) 1/p Example When p = 2 the p-norm is the same as the Euclidean norm. Example When p = 1 the distance and norm are given by d(x, y) = x 2 x 1 + y 2 y 1 and x 1 = x 1 + x 2 The 1-norm is also called the taxicab norm, and the associated metric the taxicab distance. Example Define a distance function on R 2 by d(x, y) = max( x 2 x 1, y 2 y 1 ) This metric gives rise to a norm called the infinity norm, x = max( x 1, x 2 ). Example Define a distance function on R 2 by { 1 if x y d(x, y) = 0 if x = y This distance function does not define a norm on R 2. Each of these three examples can be extended in an obvious way to n dimensional space R n. Problems 1. Verify that the 1-norm and the associated distance function satisfy the definitions. 2. Verify that the -norm and the associated distance function satisfy the definitions. 3

4 3. If V is a normed vector space, define the unit circle of V to be the set of vectors of norm one: unit circle = {x V x = 1} Describe the unit circles on the normed spaces (R 2, 1 ), (R 2, ), (R 3, 1 ) and (R 3, ) 4. Verify that the metric of Example satisfies the definition. Why can t we use this metric to define a norm on R 2? Which property of the definition goes wrong? 3 Topologies Our goal is to give the proper definition of continuous function, which you will see is extraordinarily simple once we ve developed some technical baggage, mainly in the form of definitions. 3.1 Open Sets Given a set X, a topology T on X is a collection of subsets of X such that: (i) X T (ii) T (iii) If {U α α I} is a family of sets in T, then the union U = α I U α is also in T. (iv) Finite intersections of sets in T are in T The elements of the set X are called points and the sets in T are called the open sets for the topology. You should not make any advance assumptions about the exact nature of the open sets. The only requirement is that the family of sets satisfies the axioms above. There are many strange and arbitrary constructions some quite useful where the open sets are completely anti-intuitive. The phrase arbitrary union in (iii) above deserves some clarification: By an arbitrary collection of open sets, we mean that it is possible that the collection may uncountably infinite. In this case it would be inapprpriate to use the notation i U i for the infinite union, because this implies that the sets are countable, i.e. that they can be denumerated U 1, U 2, U 3 etc. Instead we use an index set I which may be uncountable, and for each α I there corresponds exactly one U α. 3.2 Examples Before moving on to metric spaces, and R n in particular, here are several examples of strange and unusual topologies. The Discrete Topology. Let X be a set and let P(X) be the power set of X, the set of all subsets of X. The discrete topology is obtained by setting T = P(X), i.e. by declaring every subset to be an open set. The name discrete refers to the fact that every point of X is itself an open set. 4

5 The Indiscrete Topology. If X is a set, then the indiscrete topology consists of the subsets T = {, X}. So the discrete topology on X has as many open sets as possible, and the indiscrete topology has only two (which is a few as possible). Sierpinski Space. Let X be a set with two elements, X = {a, b}. Then the set of subsets T = {, {a}, X} defines a topology on X. Zariski Topology. Let X be the real numbers R. If A is a finite set of points in R, then we declare the complement R \ A to be a open set. The collection of all such sets, together with the empty set and R, define a topology on R which is called the Zariski topology. 3.3 Bases A subset B T is called a basis for the topology if every set in T can be written as a union of sets in B. Theorem Let B T. Then the following are equivalent: (i) B is a basis for T. (ii) For every open set U, and every x U, there exists a B B such that x B U. Proof. (i) (ii) Assume B is a basis, and let U T, x U. Since U = B α for some collection of basic open sets, x B α for at least one these. (ii) (i) Let U T. By assumption there exists a B x B with x B x U for every x U. I claim U = x U B x. Note that U x U B x, since every x U is contained in one of the B x s. Conversely, U x U B x, since each B x U. Theorem Suppose B is a basis for T, and A is any subset of X. Then A is open if and only if for every x A, there exists a B B such that x B A. Proof. ( ) Theorem 3.3.1(ii) ( ) Suppose for every x A, there exists a B x B such that x B x A. Then A = x A B x, by the same reasoning as in the previous theorem. Since basic sets are open by definition, A is a union of open sets; therefore A is open. Suppose you are handed a collection of sets B, and you would like to know if there exists a topology T on X such that B is a basis for T. This is not possible for every collection B, but there is a technical condition which I won t go into here that will insure such a topology exists. When it does, we say that B generates T. 3.4 Metric Space Topology Let (X, d) be a metric space. If x X, we define the open ball of radius r, centered at x to be the set B r (x) = {y X d(x, y) < r} The phrase open ball is justified, because the collection of all open balls B = {B r (x) x X, r R, r > 0} generates a topology on X, called the metric space topology. The open balls in a metric space give an easy test to see whether a given set is open: 5

6 Theorem In a metric space X, a set U is open if and only if for every x U, there exists an r > 0 such that B r (x) U. We will mainly be interested in the special case where X is Euclidean space R n (i.e. the set R n topologized by the Euclidean metric): Theorem In R n a set U is open if and only if for every x U, there exists an r > 0 such that B r (x) U. These two results are essentially a restatement of Theorem 3.3.2, but with a subtle difference: In Theorem 3.3.2, we are given a point x in U, and need to find a basic open set such that x B U. In Theorem we re not looking for just any open ball; the ball has to be centered at x. In any case the proofs are identical. Note that the textbook uses Theorem as the definition of an open set. Problems 1. Prove that Zariski topology on R satisfies the definition of a topology. 2. Assume, as in the textbook, that an open set in R n is defined by the property in Theorem Prove that the collection of all such open sets satisfies the formal definition of a topology. 4 Continuity Definition Let X and Y be topological spaces. A function f : X Y is continuous if f 1 (W ) is open in X for every open set W in Y. Definition Suppose f : X Y is a function with f(x 0 ) = y 0. We say f is continuous at x 0 if for every open neighborhood W (y 0 ), there exists a neighborhood U(x 0 ) such that f(u) W. If the topologies of X and Y are generated by bases B X and B Y, then we can replace U and W in both definitions above by basic open sets. In particular, when X and Y are metric spaces, the definition for continuity at a point reduces to a more familiar ɛ-δ form. Here s how the definition would look for maps from R n to R m : Definition Suppose f : R n R m is a function with f(x 0 ) = y 0. We say f is continuous at x 0 if for every ɛ > 0, there exists a δ > 0 such that f(b δ (x 0 )) B ɛ (y 0 ). Recall that the way continuity was presented in calculus: we first defined continuity at a point, and then declared f to be continuous on an open interval I if f was continuous at each point in I. This calculus definition is compatible with Definition and Definition because of the following. Theorem Let X and Y be topological spaces, f : X Y a function. Then the following are equivalent: (i) f is continuous. 6

7 (ii) f is continuous at x for every x X. One of the problems with the way continuity is defined in calculus is that the definitions don t work for arbitrary domain sets D. You may recall that we went to a lot of trouble to define continuity from the left and from the right when D was a closed interval. But what if D = Q? Or what if D is a single point? The situation is even more complicated for maps f : D R n R m. In order to talk about the continuity of such a map, we need to declare what an open set is in D. That is, we need to topologize D. Definition Suppose X is a topological space, and D is a subset of X. The we can give D a topology called the subspace topology by defining the open sets of D to be the sets of the form D U, for U an open set in X. Such a set is called relatively open. This definition is really a theorem as well, because we need to prove that the open sets in D are in fact a topology on D. Theorem If D X and B X is a basis for X, then B D = {B D B B X } is a basis for the subspace topology of D. As an example, consider the case where D = [0, 1], the closed unit interval in R. In the subspace topology, half open intervals of the form (a, 1] are open in D. Furthermore, if we are given a function f : D R, then f is continuous at the closed endpoint x = 1 so long as the inverse image of an open neighborhood of f(1) is an open neighborhood of 1, in the subspace topology on D. We can use basic open sets and rephrase this in terms of ɛ s and δ s: f is continuous at 1 if for every ɛ > 0, there exists a δ > 0, such that f((1 δ, 1 ]) (f(x) ɛ, f(x) + ɛ). This is the same as the definition you used to call continuity from the left. Problems 1. Let f : R R be the piecewise defined function { x + 1 if x 1 f(x) = 0 if x < 1 We know from calculus that this function is not continuous, but lets experimant with the definitions to see exactly what goes wrong. a. Let W be the open interval ( 1, 1) in the codomain of f. What is f 1 (W )? Is this set open or closed? b. What if W = ( 3, 2)? c. What if W = ( 1, 3)? d. What if W = (1, 3)? 2. Let f : R R be given by Is f continuous at x = 0? Explain. f(x) = { x if x Q 0 if x / Q 7

8 3. Let g : [0, ) R be given by g(x) = { x if x > 0 2 if x = 0 Explain why g is not continuous at x = D = {x 1,..., x n } be a finite collection of points in R n. What are the open sets of D in the subspace topology? Explain why a map from D to R is always continuous. 5. If f : X Y is a map of topological spaces, and the topology on X is the discrete topology, is f necessarily continuous? 5 Additional Topological Notions Let X be a topological space. The complements of the open sets in X are called the closed sets of X. In general a set may be neither open nor closed. Note that X itself and the empty set are both open and closed at the same time. These may not be the only subsets with this property. In the discrete topology, for example, every set is both open and closed. In some books a set which is both open and closed is called clopen. Theorem Let X be a topological space. Then: (i) Arbitrary intersections of closed sets are closed. (ii) Finite unions of closed sets are closed. Proof. Apply De Morgan s Laws to the corresponding statements for infinite unions and finite intersections of open sets. Let A be a subset of X. The interior of A, denoted int A, is the union of all open sets contained in A. Clearly A is open if and only if A = int A. The closure of A, denoted cl A, is the intersection of all closed sets which contain A. A is closed if and only if A = cl A. Example In any space the closure of the empty set is the empty set. Example In Euclidean space R n, the closure of an open ball B r (x) is the closed ball B r (x) = {y d(x, y) r} In other metric spaces this may be false. In general all you can say is cl B r (x) B r (x). It s possible for the interior of A to be the empty set, and for the closure to be all of X. A set with this second property, i.e. a set such that cl A = X, is called dense. Example The rational numbers Q are dense in R. Example In the Zariski topology on R, every non-empty open set is dense. 8

9 Let A be a subset of a topological space X. A point x X is a limit point (aka cluster point or accumulation point) of A if every open neighborhood of x contains at least one point of A besides possibly x itself. The derived set of A, denoted A, is the set of all limit points of A in X. Note that a limit point of A may or may not be an element of A (i.e. A A in general). If X is a metric space then you can substitute open ball of radius r in place of open neighborhood in the above definition. A point x is an isolated point of X if the set {x} is open. If x A X, then x is an isolated point of A if x is isolated in the subspace topology. For example, if A is a subset of R n, then x A is isolated if there is an open ball B r (x) such that B r (x) A = {x}. Theorem A set A is closed if and only if A contains all of its limit points. The boundary of a set A, denoted A, is the set of points in the closure of A which are not in the interior, i.e. A = cl A \ int A. Theorem Let X be a topological space, A a subset of X. Then the following are equivalent: (i) x A (ii) x cl(a) cl(x \ A) Problems 1. If A B and x is a limit point of A, must x also be a limit point of B? 2. True or False: cl(a B) = cl A cl B. 3. True or False: A A. 4. Prove that if X is a topological space with the discrete topology, then X has no limit points. 5. Prove Theorem

Some Background Material

Some Background Material Chapter 1 Some Background Material In the first chapter, we present a quick review of elementary - but important - material as a way of dipping our toes in the water. This chapter also introduces important

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

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

Chapter II. Metric Spaces and the Topology of C

Chapter II. Metric Spaces and the Topology of C II.1. Definitions and Examples of Metric Spaces 1 Chapter II. Metric Spaces and the Topology of C Note. In this chapter we study, in a general setting, a space (really, just a set) in which we can measure

More information

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

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

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

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

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

Metric spaces and metrizability

Metric spaces and metrizability 1 Motivation Metric spaces and metrizability By this point in the course, this section should not need much in the way of motivation. From the very beginning, we have talked about R n usual and how relatively

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 6120 Fall 2012 Assignment #1

Math 6120 Fall 2012 Assignment #1 Math 6120 Fall 2012 Assignment #1 Choose 10 of the problems below to submit by Weds., Sep. 5. Exercise 1. [Mun, 21, #10]. Show that the following are closed subsets of R 2 : (a) A = { (x, y) xy = 1 },

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

After taking the square and expanding, we get x + y 2 = (x + y) (x + y) = x 2 + 2x y + y 2, inequality in analysis, we obtain.

After taking the square and expanding, we get x + y 2 = (x + y) (x + y) = x 2 + 2x y + y 2, inequality in analysis, we obtain. Lecture 1: August 25 Introduction. Topology grew out of certain questions in geometry and analysis about 100 years ago. As Wikipedia puts it, the motivating insight behind topology is that some geometric

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

Solve EACH of the exercises 1-3

Solve EACH of the exercises 1-3 Topology Ph.D. Entrance Exam, August 2011 Write a solution of each exercise on a separate page. Solve EACH of the exercises 1-3 Ex. 1. Let X and Y be Hausdorff topological spaces and let f: X Y be continuous.

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

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

2.23 Theorem. Let A and B be sets in a metric space. If A B, then L(A) L(B).

2.23 Theorem. Let A and B be sets in a metric space. If A B, then L(A) L(B). 2.23 Theorem. Let A and B be sets in a metric space. If A B, then L(A) L(B). 2.24 Theorem. Let A and B be sets in a metric space. Then L(A B) = L(A) L(B). It is worth noting that you can t replace union

More information

NOTES FOR MAT 570, REAL ANALYSIS I, FALL Contents

NOTES FOR MAT 570, REAL ANALYSIS I, FALL Contents NOTES FOR MAT 570, REAL ANALYSIS I, FALL 2016 JACK SPIELBERG Contents Part 1. Metric spaces and continuity 1 1. Metric spaces 1 2. The topology of metric spaces 3 3. The Cantor set 6 4. Sequences 7 5.

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

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

Ordinary differential equations. Recall that we can solve a first-order linear inhomogeneous ordinary differential equation (ODE) dy dt

Ordinary differential equations. Recall that we can solve a first-order linear inhomogeneous ordinary differential equation (ODE) dy dt MATHEMATICS 3103 (Functional Analysis) YEAR 2012 2013, TERM 2 HANDOUT #1: WHAT IS FUNCTIONAL ANALYSIS? Elementary analysis mostly studies real-valued (or complex-valued) functions on the real line R or

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

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

Math 117: Topology of the Real Numbers

Math 117: Topology of the Real Numbers Math 117: Topology of the Real Numbers John Douglas Moore November 10, 2008 The goal of these notes is to highlight the most important topics presented in Chapter 3 of the text [1] and to provide a few

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

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

Mathematics for Economists

Mathematics for Economists Mathematics for Economists Victor Filipe Sao Paulo School of Economics FGV Metric Spaces: Basic Definitions Victor Filipe (EESP/FGV) Mathematics for Economists Jan.-Feb. 2017 1 / 34 Definitions and Examples

More information

*Room 3.13 in Herschel Building

*Room 3.13 in Herschel Building MAS3706: Topology Dr. Zinaida Lykova School of Mathematics, Statistics and Physics Newcastle University *Room 3.13 in Herschel Building These lectures concern metric and topological spaces and continuous

More information

We are going to discuss what it means for a sequence to converge in three stages: First, we define what it means for a sequence to converge to zero

We are going to discuss what it means for a sequence to converge in three stages: First, we define what it means for a sequence to converge to zero Chapter Limits of Sequences Calculus Student: lim s n = 0 means the s n are getting closer and closer to zero but never gets there. Instructor: ARGHHHHH! Exercise. Think of a better response for the instructor.

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

CLASS NOTES FOR APRIL 14, 2000

CLASS NOTES FOR APRIL 14, 2000 CLASS NOTES FOR APRIL 14, 2000 Announcement: Section 1.2, Questions 3,5 have been deferred from Assignment 1 to Assignment 2. Section 1.4, Question 5 has been dropped entirely. 1. Review of Wednesday class

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

STRONGLY CONNECTED SPACES

STRONGLY CONNECTED SPACES Undergraduate Research Opportunity Programme in Science STRONGLY CONNECTED SPACES Submitted by Dai Bo Supervised by Dr. Wong Yan-loi Department of Mathematics National University of Singapore Academic

More information

B 1 = {B(x, r) x = (x 1, x 2 ) H, 0 < r < x 2 }. (a) Show that B = B 1 B 2 is a basis for a topology on X.

B 1 = {B(x, r) x = (x 1, x 2 ) H, 0 < r < x 2 }. (a) Show that B = B 1 B 2 is a basis for a topology on X. Math 6342/7350: Topology and Geometry Sample Preliminary Exam Questions 1. For each of the following topological spaces X i, determine whether X i and X i X i are homeomorphic. (a) X 1 = [0, 1] (b) X 2

More information

Some Function Problems SOLUTIONS Isabel Vogt Last Edited: May 24, 2013

Some Function Problems SOLUTIONS Isabel Vogt Last Edited: May 24, 2013 Some Function Problems SOLUTIONS Isabel Vogt Last Edited: May 24, 23 Most of these problems were written for my students in Math 23a/b at Harvard in 2/22 and 22/23. They cover basic function theory, countability,

More information

Sequence convergence, the weak T-axioms, and first countability

Sequence convergence, the weak T-axioms, and first countability Sequence convergence, the weak T-axioms, and first countability 1 Motivation Up to now we have been mentioning the notion of sequence convergence without actually defining it. So in this section we will

More information

Functional Analysis Exercise Class

Functional Analysis Exercise Class Functional Analysis Exercise Class Week 2 November 6 November Deadline to hand in the homeworks: your exercise class on week 9 November 13 November Exercises (1) Let X be the following space of piecewise

More information

Solutions to Tutorial 7 (Week 8)

Solutions to Tutorial 7 (Week 8) The University of Sydney School of Mathematics and Statistics Solutions to Tutorial 7 (Week 8) MATH2962: Real and Complex Analysis (Advanced) Semester 1, 2017 Web Page: http://www.maths.usyd.edu.au/u/ug/im/math2962/

More information

B553 Lecture 3: Multivariate Calculus and Linear Algebra Review

B553 Lecture 3: Multivariate Calculus and Linear Algebra Review B553 Lecture 3: Multivariate Calculus and Linear Algebra Review Kris Hauser December 30, 2011 We now move from the univariate setting to the multivariate setting, where we will spend the rest of the class.

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

Introduction to Proofs in Analysis. updated December 5, By Edoh Y. Amiran Following the outline of notes by Donald Chalice INTRODUCTION

Introduction to Proofs in Analysis. updated December 5, By Edoh Y. Amiran Following the outline of notes by Donald Chalice INTRODUCTION Introduction to Proofs in Analysis updated December 5, 2016 By Edoh Y. Amiran Following the outline of notes by Donald Chalice INTRODUCTION Purpose. These notes intend to introduce four main notions from

More information

Lecture Notes DRE 7007 Mathematics, PhD

Lecture Notes DRE 7007 Mathematics, PhD Eivind Eriksen Lecture Notes DRE 7007 Mathematics, PhD August 21, 2012 BI Norwegian Business School Contents 1 Basic Notions.................................................. 1 1.1 Sets......................................................

More information

POL502: Foundations. Kosuke Imai Department of Politics, Princeton University. October 10, 2005

POL502: Foundations. Kosuke Imai Department of Politics, Princeton University. October 10, 2005 POL502: Foundations Kosuke Imai Department of Politics, Princeton University October 10, 2005 Our first task is to develop the foundations that are necessary for the materials covered in this course. 1

More information

Math 3T03 - Topology

Math 3T03 - Topology Math 3T03 - Topology Sang Woo Park April 5, 2018 Contents 1 Introduction to topology 2 1.1 What is topology?.......................... 2 1.2 Set theory............................... 3 2 Functions 4 3

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

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

A LITTLE REAL ANALYSIS AND TOPOLOGY

A LITTLE REAL ANALYSIS AND TOPOLOGY A LITTLE REAL ANALYSIS AND TOPOLOGY 1. NOTATION Before we begin some notational definitions are useful. (1) Z = {, 3, 2, 1, 0, 1, 2, 3, }is the set of integers. (2) Q = { a b : aεz, bεz {0}} is the set

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

FUNCTIONAL ANALYSIS CHRISTIAN REMLING

FUNCTIONAL ANALYSIS CHRISTIAN REMLING FUNCTIONAL ANALYSIS CHRISTIAN REMLING Contents 1. Metric and topological spaces 2 2. Banach spaces 12 3. Consequences of Baire s Theorem 30 4. Dual spaces and weak topologies 34 5. Hilbert spaces 50 6.

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

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

Part V. 17 Introduction: What are measures and why measurable sets. Lebesgue Integration Theory

Part V. 17 Introduction: What are measures and why measurable sets. Lebesgue Integration Theory Part V 7 Introduction: What are measures and why measurable sets Lebesgue Integration Theory Definition 7. (Preliminary). A measure on a set is a function :2 [ ] such that. () = 2. If { } = is a finite

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

University of Sheffield. School of Mathematics and Statistics. Metric Spaces MAS331/6352

University of Sheffield. School of Mathematics and Statistics. Metric Spaces MAS331/6352 University of Sheffield School of Mathematics and Statistics Metric Spaces MAS331/635 017 18 1 Metric spaces This course is entitled Metric spaces. You may be wondering what such a thing should be. We

More information

1 Basics of vector space

1 Basics of vector space Linear Algebra- Review And Beyond Lecture 1 In this lecture, we will talk about the most basic and important concept of linear algebra vector space. After the basics of vector space, I will introduce dual

More information

POINT SET TOPOLOGY. Definition 2 A set with a topological structure is a topological space (X, O)

POINT SET TOPOLOGY. Definition 2 A set with a topological structure is a topological space (X, O) POINT SET TOPOLOGY Definition 1 A topological structure on a set X is a family O P(X) called open sets and satisfying (O 1 ) O is closed for arbitrary unions (O 2 ) O is closed for finite intersections.

More information

MAS331: Metric Spaces Problems on Chapter 1

MAS331: Metric Spaces Problems on Chapter 1 MAS331: Metric Spaces Problems on Chapter 1 1. In R 3, find d 1 ((3, 1, 4), (2, 7, 1)), d 2 ((3, 1, 4), (2, 7, 1)) and d ((3, 1, 4), (2, 7, 1)). 2. In R 4, show that d 1 ((4, 4, 4, 6), (0, 0, 0, 0)) =

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

Part III. 10 Topological Space Basics. Topological Spaces

Part III. 10 Topological Space Basics. Topological Spaces Part III 10 Topological Space Basics Topological Spaces Using the metric space results above as motivation we will axiomatize the notion of being an open set to more general settings. Definition 10.1.

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

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

1 Sets of real numbers

1 Sets of real numbers 1 Sets of real numbers Outline Sets of numbers, operations, functions Sets of natural, integer, rational and real numbers Operations with real numbers and their properties Representations of real numbers

More information

U e = E (U\E) e E e + U\E e. (1.6)

U e = E (U\E) e E e + U\E e. (1.6) 12 1 Lebesgue Measure 1.2 Lebesgue Measure In Section 1.1 we defined the exterior Lebesgue measure of every subset of R d. Unfortunately, a major disadvantage of exterior measure is that it does not satisfy

More information

1 The topology of metric spaces

1 The topology of metric spaces Introductory Analysis I Fall 2014 Notes on Metric Spaces These notes are an alternative to the textbook, from and including Closed Sets and Open Sets (page 58) to and excluding Cantor Sets (page 95) 1

More information

Section 3.1: Definition and Examples (Vector Spaces), Completed

Section 3.1: Definition and Examples (Vector Spaces), Completed Section 3.1: Definition and Examples (Vector Spaces), Completed 1. Examples Euclidean Vector Spaces: The set of n-length vectors that we denoted by R n is a vector space. For simplicity, let s consider

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

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

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

Chapter 1: Banach Spaces

Chapter 1: Banach Spaces 321 2008 09 Chapter 1: Banach Spaces The main motivation for functional analysis was probably the desire to understand solutions of differential equations. As with other contexts (such as linear algebra

More information

Introduction to Proofs

Introduction to Proofs Real Analysis Preview May 2014 Properties of R n Recall Oftentimes in multivariable calculus, we looked at properties of vectors in R n. If we were given vectors x =< x 1, x 2,, x n > and y =< y1, y 2,,

More information

Notions such as convergent sequence and Cauchy sequence make sense for any metric space. Convergent Sequences are Cauchy

Notions such as convergent sequence and Cauchy sequence make sense for any metric space. Convergent Sequences are Cauchy Banach Spaces These notes provide an introduction to Banach spaces, which are complete normed vector spaces. For the purposes of these notes, all vector spaces are assumed to be over the real numbers.

More information

Math 5210, Definitions and Theorems on Metric Spaces

Math 5210, Definitions and Theorems on Metric Spaces Math 5210, Definitions and Theorems on Metric Spaces Let (X, d) be a metric space. We will use the following definitions (see Rudin, chap 2, particularly 2.18) 1. Let p X and r R, r > 0, The ball of radius

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

Introductory Analysis I Fall 2014 Homework #5 Solutions

Introductory Analysis I Fall 2014 Homework #5 Solutions Introductory Analysis I Fall 2014 Homework #5 Solutions 6. Let M be a metric space, let C D M. Now we can think of C as a subset of the metric space M or as a subspace of the metric space D (D being a

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

Def. A topological space X is disconnected if it admits a non-trivial splitting: (We ll abbreviate disjoint union of two subsets A and B meaning A B =

Def. A topological space X is disconnected if it admits a non-trivial splitting: (We ll abbreviate disjoint union of two subsets A and B meaning A B = CONNECTEDNESS-Notes Def. A topological space X is disconnected if it admits a non-trivial splitting: X = A B, A B =, A, B open in X, and non-empty. (We ll abbreviate disjoint union of two subsets A and

More information

INTRODUCTION TO TOPOLOGY, MATH 141, PRACTICE PROBLEMS

INTRODUCTION TO TOPOLOGY, MATH 141, PRACTICE PROBLEMS INTRODUCTION TO TOPOLOGY, MATH 141, PRACTICE PROBLEMS Problem 1. Give an example of a non-metrizable topological space. Explain. Problem 2. Introduce a topology on N by declaring that open sets are, N,

More information

Existence and Uniqueness

Existence and Uniqueness Chapter 3 Existence and Uniqueness An intellect which at a certain moment would know all forces that set nature in motion, and all positions of all items of which nature is composed, if this intellect

More information

1. Continuous Functions between Euclidean spaces

1. Continuous Functions between Euclidean spaces Math 441 Topology Fall 2012 Metric Spaces by John M. Lee This handout should be read between Chapters 1 and 2 of the text. It incorporates material from notes originally prepared by Steve Mitchell and

More information

Fourth Week: Lectures 10-12

Fourth Week: Lectures 10-12 Fourth Week: Lectures 10-12 Lecture 10 The fact that a power series p of positive radius of convergence defines a function inside its disc of convergence via substitution is something that we cannot ignore

More information

Math 190: Fall 2014 Homework 4 Solutions Due 5:00pm on Friday 11/7/2014

Math 190: Fall 2014 Homework 4 Solutions Due 5:00pm on Friday 11/7/2014 Math 90: Fall 04 Homework 4 Solutions Due 5:00pm on Friday /7/04 Problem : Recall that S n denotes the n-dimensional unit sphere: S n = {(x 0, x,..., x n ) R n+ : x 0 + x + + x n = }. Let N S n denote

More information

Math 341: Convex Geometry. Xi Chen

Math 341: Convex Geometry. Xi Chen Math 341: Convex Geometry Xi Chen 479 Central Academic Building, University of Alberta, Edmonton, Alberta T6G 2G1, CANADA E-mail address: xichen@math.ualberta.ca CHAPTER 1 Basics 1. Euclidean Geometry

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

Consequences of Continuity

Consequences of Continuity Consequences of Continuity James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 4, 2017 Outline 1 Domains of Continuous Functions 2 The

More information

Mid Term-1 : Practice problems

Mid Term-1 : Practice problems Mid Term-1 : Practice problems These problems are meant only to provide practice; they do not necessarily reflect the difficulty level of the problems in the exam. The actual exam problems are likely to

More information

Analysis-3 lecture schemes

Analysis-3 lecture schemes Analysis-3 lecture schemes (with Homeworks) 1 Csörgő István November, 2015 1 A jegyzet az ELTE Informatikai Kar 2015. évi Jegyzetpályázatának támogatásával készült Contents 1. Lesson 1 4 1.1. The Space

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

Introduction to Real Analysis Alternative Chapter 1

Introduction to Real Analysis Alternative Chapter 1 Christopher Heil Introduction to Real Analysis Alternative Chapter 1 A Primer on Norms and Banach Spaces Last Updated: March 10, 2018 c 2018 by Christopher Heil Chapter 1 A Primer on Norms and Banach Spaces

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

Product metrics and boundedness

Product metrics and boundedness @ Applied General Topology c Universidad Politécnica de Valencia Volume 9, No. 1, 2008 pp. 133-142 Product metrics and boundedness Gerald Beer Abstract. This paper looks at some possible ways of equipping

More information

Discrete Mathematics. W. Ethan Duckworth. Fall 2017, Loyola University Maryland

Discrete Mathematics. W. Ethan Duckworth. Fall 2017, Loyola University Maryland Discrete Mathematics W. Ethan Duckworth Fall 2017, Loyola University Maryland Contents 1 Introduction 4 1.1 Statements......................................... 4 1.2 Constructing Direct Proofs................................

More information

Introduction to Dynamical Systems

Introduction to Dynamical Systems Introduction to Dynamical Systems France-Kosovo Undergraduate Research School of Mathematics March 2017 This introduction to dynamical systems was a course given at the march 2017 edition of the France

More information

Metric Spaces Math 413 Honors Project

Metric Spaces Math 413 Honors Project Metric Spaces Math 413 Honors Project 1 Metric Spaces Definition 1.1 Let X be a set. A metric on X is a function d : X X R such that for all x, y, z X: i) d(x, y) = d(y, x); ii) d(x, y) = 0 if and only

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

Real Analysis. July 10, These notes are intended for use in the warm-up camp for incoming Berkeley Statistics

Real Analysis. July 10, These notes are intended for use in the warm-up camp for incoming Berkeley Statistics Real Analysis July 10, 2006 1 Introduction These notes are intended for use in the warm-up camp for incoming Berkeley Statistics graduate students. Welcome to Cal! The real analysis review presented here

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

1. Introduction to commutative rings and fields

1. Introduction to commutative rings and fields 1. Introduction to commutative rings and fields Very informally speaking, a commutative ring is a set in which we can add, subtract and multiply elements so that the usual laws hold. A field is a commutative

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