Lecture 1: August 25 Introduction. Topology Grew out of Certain Questions in Geometry and Analysis About 100 Years Ago

Total Page:16

File Type:pdf, Size:1020Kb

Lecture 1: August 25 Introduction. Topology Grew out of Certain Questions in Geometry and Analysis About 100 Years Ago 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 problems depend not on the exact shape of the objects involved, but rather on the way they are put together. For example, the square and the circle have many properties in common: they are both one dimensional objects (from a topological point of view) and both separate the plane into two parts, the part inside and the part outside." In other words, topology is concerned with the qualitative rather than quantitative aspects of geometric objects. The fundamental objects in topology are \topological spaces" and \continuous functions"; both were defined in more or less their current form by Felix Hausdorff in 1914. Like the concept of a group in algebra, topological spaces are very useful for unifying different parts of mathematics: they show up naturally in analysis, geometry, algebra, etc. Most mathematicians therefore end up using both ideas and results from topology in their research. On the other hand, topologist nowadays do not study all possible topological spaces { instead, they focus on specific classes such as 3-dimensional manifolds. In the course, we will look at the most important definitions and results from basic point set topology and elementary algebraic topology. Our textbook will be the second edition of Topology by James Munkres, but I will not present things in exactly the same order. Most of the homework questions, however, will be from the textbook. Metric spaces. The goal of today's class is to define topological spaces. Since it took people some time to find a good definition, let us try to retrace at least a small portion of this process. One concern of 19th century mathematics was to create rigorous foundations for analysis. This lead to the study of continuous and differentiable functions on subsets of the real line R and of Euclidean space Rn. Here the notion of \distance" between points plays an important role: for example, a function f : R ! R is continuous if, for every x 2 R and every real number " > 0, one can find another real number δ > 0 such that jf(y) − f(x)j < " for every y 2 R with jy − xj < δ. By abstracting from the properties of distance in Euclidean space, people arrived at the idea of a \metric space". Definition 1.1. Let X be a set. A metric on X is a function d: X × X ! R with the following three properties: (a) One has d(x; y) ≥ 0 for every x; y 2 X, with equality if and only if x = y. (b) d is symmetric, meaning that d(x; y) = d(y; x). (c) The triangle inequality: d(x; z) ≤ d(x; y) + d(y; z) for every x; y; z 2 X. The pair (X; d) is then called a metric space. The name of the triangle inequality comes from the fact that, in a triangle in Euclidean space, the length of each side is smaller than the sum of the lengths of the two other sides. Drawing pictures in the plane can be useful to visualize what is going on { but keep in mind that things like \straight line" or \triangle" do not make actually make sense in a general metric space. The only notions that make sense are those that can expressed in terms of distances between points. One such 1 2 notion, which is also useful in Euclidean space, is that of an \open ball": if x0 2 X is a point, and r > 0 a positive real number, the open ball of radius r and center x0 is the set Br(x0) = x 2 X d(x0; x) < r : We can get some idea of what a given metric space looks like by visualizing open balls of different radii. Here are some examples of metric spaces: Example 1.2. Euclidean space Rn with the usual notion of distance. Denote the n points of R in coordinates by x = (x1; x2; : : : ; xn), and define the length È 2 2 kxk = x1 + ··· + xn: Then the distance between two points x; y 2 Rn is given by È 2 2 d(x; y) = kx − yk = (x1 − y1) + ··· + (xn − yn) : It may seem pretty obvious that this satisfies the axioms for a metric, but let us make sure. In the first condition, d(x; y) ≥ 0 is clear from the definition; moreover, d(x; y) = 0 if and only if xi − yi = 0 for every i = 1; : : : ; n if and only if x = y. The 2 2 second condition is also clear since (xi − yi) = (yi − xi) . Checking that the third condition holds requires a little bit more work. We first prove the following inequality for lengths: (1.3) kx + yk ≤ kxk + kyk: After taking the square and expanding, we get kx + yk2 = (x + y) · (x + y) = kxk2 + 2x · y + kyk2; where x · y = x1y1 + ··· + xnyn is the dot product. From the Cauchy-Schwarz inequality in analysis, we obtain x · y ≤ kxkkyk; and therefore 2 kx + yk2 ≤ kxk2 + 2kxkkyk + kyk2 = kxk + kyk ; which proves (1.3). Returning to the third condition, we now have d(x; z) = kx − zk = (x − y) + (y − z) ≤ kx − yk + ky − zk = d(x; y) + d(y; z); and so the triangle inequality holds and d is a metric. Example 1.4. Another metric on Rn is given by setting d(x; y) = max jxi − yij: 1≤i≤n Unlike before, it takes almost no effort to verify all three axioms. The \open balls" in this metric are now actually open cubes. 2 Example 1.5. Let X ⊆ R be the union of all the vertical lines x1 = n and all the horizontal lines x2 = n, for n 2 Z. The \taxicab metric" on X is defined by setting d(x; y) = jx1 − y1j + jx2 − y2j: Here is the proof of the triangle inequality: d(x; z) = jx1 − z1j + jx2 − z2j ≤ jx1 − y1j + jy1 − z1j + jx2 − y2j + jy2 − z2j = d(x; y) + d(y; z): 3 Example 1.6. Another interesting example is the \railroad metric" on R2. Choose a point P 2 R2 in the plane, and define ¨kx − yk if the three points x; y; P are collinear; d(x; y) = kx − P k + ky − P k otherwise: To see the analogy with railroads, think of P as being the capital city of a country, in which all railroad lines go through the capital. I will leave it as an exercise to show that this defines a metric. Example 1.7. On an arbitrary set X, one can define the trivial metric ¨0 if x = y, d(x; y) = 1 if x 6= y. In this case, open balls of radius 0 < r < 1 consist of only one point. The usual "-δ-definition of continuity carries over to the setting of metric spaces. Suppose that (X; dX ) and (Y; dY ) are two metric spaces. Definition 1.8. A function f : X ! Y is said to be continuous if, for every point x 2 X and every real number " > 0, one can find a real number δ > 0 such that 0 0 0 dY f(x); f(x ) < " for every x 2 X with dX (x; x ) < δ. More graphically, the condition says that f should map the entire open ball Bδ(x) into the open ball B" f(x) . Equivalently, we can look at the preimage −1 0 0 f B" f(x) = x 2 X f(x ) 2 B" f(x) ; and the condition is that it should contain an open ball of some radius δ > 0 around the point x. Sets that contain an open ball around any of their points are called \open"; this is the same use of the word open as in \open intervals". The precise definition is the following. Definition 1.9. Let X be a metric space. A subset U ⊆ X is called open if, for every point x 2 U, there is some r > 0 such that Br(x) ⊆ U. Note that the empty set is considered to be open: the condition in the definition is vacuous in that case. It is also obvious that X itself is always open. The following lemma shows that open balls { as defined above { are indeed open. Lemma 1.10. In a metric space X, every open ball Br(x0) is an open set. Proof. By picture. If x 2 Br(x0) is any point, then d(x; x0) < r, and so the quantity δ = r − d(x; x0) is positive. Intuitively, δ is the distance from the point x0 to the boundary of the ball. Now Bδ(x) ⊆ Br(x0); indeed, if y 2 Bδ(x), then we have d(y; x0) ≤ d(y; x) + d(x; x0) < δ + d(x; x0) = r by virtue of the triangle inequality. It is clear from the definition that if fUigi2I is any family of open subsets of X, indexed by some set I, then the union [ Ui = x 2 X x 2 Ui for some i 2 I i2I 4 is again open. Similarly, given finitely many open subsets U1;:::;Un ⊆ X, the intersection U1 \···\ Un = x 2 X x 2 Ui for every i = 1; : : : ; n is also open. In fact, if x 2 U1 \···\ Un, then x 2 Ui; but Ui is open, and so Bri (x) ⊆ Ui for some ri > 0. Now if we set r = min(r1; : : : ; rn), then Br(x) ⊆ U1 \···\ Un; proving that the intersection is again an open set.
Recommended publications
  • 1.1.3 Reminder of Some Simple Topological Concepts Definition 1.1.17
    1. Preliminaries The Hausdorffcriterion could be paraphrased by saying that smaller neigh- borhoods make larger topologies. This is a very intuitive theorem, because the smaller the neighbourhoods are the easier it is for a set to contain neigh- bourhoods of all its points and so the more open sets there will be. Proof. Suppose τ τ . Fixed any point x X,letU (x). Then, since U ⇒ ⊆ ∈ ∈B is a neighbourhood of x in (X,τ), there exists O τ s.t. x O U.But ∈ ∈ ⊆ O τ implies by our assumption that O τ ,soU is also a neighbourhood ∈ ∈ of x in (X,τ ). Hence, by Definition 1.1.10 for (x), there exists V (x) B ∈B s.t. V U. ⊆ Conversely, let W τ. Then for each x W ,since (x) is a base of ⇐ ∈ ∈ B neighbourhoods w.r.t. τ,thereexistsU (x) such that x U W . Hence, ∈B ∈ ⊆ by assumption, there exists V (x)s.t.x V U W .ThenW τ . ∈B ∈ ⊆ ⊆ ∈ 1.1.3 Reminder of some simple topological concepts Definition 1.1.17. Given a topological space (X,τ) and a subset S of X,the subset or induced topology on S is defined by τ := S U U τ . That is, S { ∩ | ∈ } a subset of S is open in the subset topology if and only if it is the intersection of S with an open set in (X,τ). Alternatively, we can define the subspace topology for a subset S of X as the coarsest topology for which the inclusion map ι : S X is continuous.
    [Show full text]
  • Topology Via Higher-Order Intuitionistic Logic
    Topology via higher-order intuitionistic logic Working version of 18th March 2004 These evolving notes will eventually be used to write a paper Mart´ınEscard´o Abstract When excluded middle fails, one can define a non-trivial topology on the one-point set, provided one doesn’t require all unions of open sets to be open. Technically, one obtains a subset of the subobject classifier, known as a dom- inance, which is to be thought of as a “Sierpinski set” that behaves as the Sierpinski space in classical topology. This induces topologies on all sets, rendering all functions continuous. Because virtually all theorems of classical topology require excluded middle (and even choice), it would be useless to reduce other topological notions to the notion of open set in the usual way. So, for example, our synthetic definition of compactness for a set X says that, for any Sierpinski-valued predicate p on X, the truth value of the statement “for all x ∈ X, p(x)” lives in the Sierpinski set. Similarly, other topological notions are defined by logical statements. We show that the proposed synthetic notions interact in the expected way. Moreover, we show that they coincide with the usual notions in cer- tain classical topological models, and we look at their interpretation in some computational models. 1 Introduction For suitable topologies, computable functions are continuous, and semidecidable properties of their inputs/outputs are open, but the converses of these two state- ments fail. Moreover, although semidecidable sets are closed under the formation of finite intersections and recursively enumerable unions, they fail to form the open sets of a topology in a literal sense.
    [Show full text]
  • Basis (Topology), Basis (Vector Space), Ck, , Change of Variables (Integration), Closed, Closed Form, Closure, Coboundary, Cobou
    Index basis (topology), Ôç injective, ç basis (vector space), ç interior, Ôò isomorphic, ¥ ∞ C , Ôý, ÔÔ isomorphism, ç Ck, Ôý, ÔÔ change of variables (integration), ÔÔ kernel, ç closed, Ôò closed form, Þ linear, ç closure, Ôò linear combination, ç coboundary, Þ linearly independent, ç coboundary map, Þ nullspace, ç cochain complex, Þ cochain homotopic, open cover, Ôò cochain homotopy, open set, Ôý cochain map, Þ cocycle, Þ partial derivative, Ôý cohomology, Þ compact, Ôò quotient space, â component function, À range, ç continuous, Ôç rank-nullity theorem, coordinate function, Ôý relative topology, Ôò dierential, Þ resolution, ¥ dimension, ç resolution of the identity, À direct sum, second-countable, Ôç directional derivative, Ôý short exact sequence, discrete topology, Ôò smooth homotopy, dual basis, À span, ç dual space, À standard topology on Rn, Ôò exact form, Þ subspace, ç exact sequence, ¥ subspace topology, Ôò support, Ô¥ Hausdor, Ôç surjective, ç homotopic, symmetry of partial derivatives, ÔÔ homotopy, topological space, Ôò image, ç topology, Ôò induced topology, Ôò total derivative, ÔÔ Ô trivial topology, Ôò vector space, ç well-dened, â ò Glossary Linear Algebra Denition. A real vector space V is a set equipped with an addition operation , and a scalar (R) multiplication operation satisfying the usual identities. + Denition. A subset W ⋅ V is a subspace if W is a vector space under the same operations as V. Denition. A linear combination⊂ of a subset S V is a sum of the form a v, where each a , and only nitely many of the a are nonzero. v v R ⊂ v v∈S v∈S ⋅ ∈ { } Denition.Qe span of a subset S V is the subspace span S of linear combinations of S.
    [Show full text]
  • Section 11.3. Countability and Separability
    11.3. Countability and Separability 1 Section 11.3. Countability and Separability Note. In this brief section, we introduce sequences and their limits. This is applied to topological spaces with certain types of bases. Definition. A sequence {xn} in a topological space X converges to a point x ∈ X provided for each neighborhood U of x, there is an index N such that n ≥ N, then xn belongs to U. The point x is a limit of the sequence. Note. We can now elaborate on some of the results you see early in a senior level real analysis class. You prove, for example, that the limit of a sequence of real numbers (under the usual topology) is unique. In a topological space, this may not be the case. For example, under the trivial topology every sequence converges to every point (at the other extreme, under the discrete topology, the only convergent sequences are those which are eventually constant). For an ad- ditional example, see Bonus 1 in my notes for Analysis 1 (MATH 4217/5217) at: http://faculty.etsu.edu/gardnerr/4217/notes/3-1.pdf. In a Hausdorff space (as in a metric space), points can be separated and limits of sequences are unique. Definition. A topological space (X, T ) is first countable provided there is a count- able base at each point. The space (X, T ) is second countable provided there is a countable base for the topology. 11.3. Countability and Separability 2 Example. Every metric space (X, ρ) is first countable since for all x ∈ X, the ∞ countable collection of open balls {B(x, 1/n)}n=1 is a base at x for the topology induced by the metric.
    [Show full text]
  • Reviewworksheetsoln.Pdf
    Math 351 - Elementary Topology Monday, October 8 Exam 1 Review Problems ⇤⇤ 1. Say U R is open if either it is finite or U = R. Why is this not a topology? ✓ 2. Let X = a, b . { } (a) If X is equipped with the trivial topology, which functions f : X R are continu- ! ous? What about functions g : R X? ! (b) If X is equipped with the topology ∆, a , X , which functions f : X R are { { } } ! continuous? What about functions g : R X? ! (c) If X is equipped with the discrete topology, which functions f : X R are contin- ! uous? What about functions g : R X? ! 3. Given an example of a topology on R (one we have discussed) that is not Hausdorff. 4. Show that if A X, then ∂A = ∆ if and only if A is both open and closed in X. ⇢ 5. Give an example of a space X and an open subset A such that Int(A) = A. 6 6. Let A X be a subspace. Show that C A is closed if and only if C = D A for some ⇢ ⇢ \ closed subset D X. ⇢ 7. Show that the addition function f : R2 R, defined by f (x, y)=x + y, is continuous. ! 8. Give an example of a function f : R R which is continuous only at 0 (in the usual ! topology). Hint: Define f piecewise, using the rationals and irrationals as the two pieces. Solutions. 1. This fails the union axiom. Any singleton set would be open. The set N is a union of single- ton sets and so should also be open, but it is not.
    [Show full text]
  • General Topology
    General Topology Andrew Kobin Fall 2013 | Spring 2014 Contents Contents Contents 0 Introduction 1 1 Topological Spaces 3 1.1 Topology . .3 1.2 Basis . .5 1.3 The Continuum Hypothesis . .8 1.4 Closed Sets . 10 1.5 The Separation Axioms . 11 1.6 Interior and Closure . 12 1.7 Limit Points . 15 1.8 Sequences . 16 1.9 Boundaries . 18 1.10 Applications to GIS . 20 2 Creating New Topological Spaces 22 2.1 The Subspace Topology . 22 2.2 The Product Topology . 25 2.3 The Quotient Topology . 27 2.4 Configuration Spaces . 31 3 Topological Equivalence 34 3.1 Continuity . 34 3.2 Homeomorphisms . 38 4 Metric Spaces 43 4.1 Metric Spaces . 43 4.2 Error-Checking Codes . 45 4.3 Properties of Metric Spaces . 47 4.4 Metrizability . 50 5 Connectedness 51 5.1 Connected Sets . 51 5.2 Applications of Connectedness . 56 5.3 Path Connectedness . 59 6 Compactness 63 6.1 Compact Sets . 63 6.2 Results in Analysis . 66 7 Manifolds 69 7.1 Topological Manifolds . 69 7.2 Classification of Surfaces . 70 7.3 Euler Characteristic and Proof of the Classification Theorem . 74 i Contents Contents 8 Homotopy Theory 80 8.1 Homotopy . 80 8.2 The Fundamental Group . 81 8.3 The Fundamental Group of the Circle . 88 8.4 The Seifert-van Kampen Theorem . 92 8.5 The Fundamental Group and Knots . 95 8.6 Covering Spaces . 97 9 Surfaces Revisited 101 9.1 Surfaces With Boundary . 101 9.2 Euler Characteristic Revisited . 104 9.3 Constructing Surfaces and Manifolds of Higher Dimension .
    [Show full text]
  • Chapter 3. Topology of the Real Numbers. 3.1
    3.1. Topology of the Real Numbers 1 Chapter 3. Topology of the Real Numbers. 3.1. Topology of the Real Numbers. Note. In this section we “topological” properties of sets of real numbers such as open, closed, and compact. In particular, we will classify open sets of real numbers in terms of open intervals. Definition. A set U of real numbers is said to be open if for all x ∈ U there exists δ(x) > 0 such that (x − δ(x), x + δ(x)) ⊂ U. Note. It is trivial that R is open. It is vacuously true that ∅ is open. Theorem 3-1. The intervals (a,b), (a, ∞), and (−∞,a) are open sets. (Notice that the choice of δ depends on the value of x in showing that these are open.) Definition. A set A is closed if Ac is open. Note. The sets R and ∅ are both closed. Some sets are neither open nor closed. Corollary 3-1. The intervals (−∞,a], [a,b], and [b, ∞) are closed sets. 3.1. Topology of the Real Numbers 2 Theorem 3-2. The open sets satisfy: n (a) If {U1,U2,...,Un} is a finite collection of open sets, then ∩k=1Uk is an open set. (b) If {Uα} is any collection (finite, infinite, countable, or uncountable) of open sets, then ∪αUα is an open set. Note. An infinite intersection of open sets can be closed. Consider, for example, ∞ ∩i=1(−1/i, 1 + 1/i) = [0, 1]. Theorem 3-3. The closed sets satisfy: (a) ∅ and R are closed. (b) If {Aα} is any collection of closed sets, then ∩αAα is closed.
    [Show full text]
  • Topological Vector Spaces
    Topological Vector Spaces Maria Infusino University of Konstanz Winter Semester 2015/2016 Contents 1 Preliminaries3 1.1 Topological spaces ......................... 3 1.1.1 The notion of topological space.............. 3 1.1.2 Comparison of topologies ................. 6 1.1.3 Reminder of some simple topological concepts...... 8 1.1.4 Mappings between topological spaces........... 11 1.1.5 Hausdorff spaces...................... 13 1.2 Linear mappings between vector spaces ............. 14 2 Topological Vector Spaces 17 2.1 Definition and main properties of a topological vector space . 17 2.2 Hausdorff topological vector spaces................ 24 2.3 Quotient topological vector spaces ................ 25 2.4 Continuous linear mappings between t.v.s............. 29 2.5 Completeness for t.v.s........................ 31 1 3 Finite dimensional topological vector spaces 43 3.1 Finite dimensional Hausdorff t.v.s................. 43 3.2 Connection between local compactness and finite dimensionality 46 4 Locally convex topological vector spaces 49 4.1 Definition by neighbourhoods................... 49 4.2 Connection to seminorms ..................... 54 4.3 Hausdorff locally convex t.v.s................... 64 4.4 The finest locally convex topology ................ 67 4.5 Direct limit topology on a countable dimensional t.v.s. 69 4.6 Continuity of linear mappings on locally convex spaces . 71 5 The Hahn-Banach Theorem and its applications 73 5.1 The Hahn-Banach Theorem.................... 73 5.2 Applications of Hahn-Banach theorem.............. 77 5.2.1 Separation of convex subsets of a real t.v.s. 78 5.2.2 Multivariate real moment problem............ 80 Chapter 1 Preliminaries 1.1 Topological spaces 1.1.1 The notion of topological space The topology on a set X is usually defined by specifying its open subsets of X.
    [Show full text]
  • Lecture 12 : Topological Spaces
    Lecture 12 : Topological Spaces 1 Topological Spaces Topology generalizes notion of distance and closeness etc. Definition 1.1. A topology on a set X is a collection T of subsets of X having the following properties. 1. and X are in T. ; 2. The union of the elements of any sub-collection of T is in T. 3. The intersection of elements of any finite sub-collection of T is in T. A set X for which a topology T has been specified is called a topological space, denoted (X; T). Definition 1.2. If X is a topological space with topology T, we say that a subset U of X is an open set of X if U belongs to the collection T. Example 1.3. Let X be any set. 1. Let X = a; b; c . Different collections of subsets of X are shown in the Fig- ure 1. Firstf nineg of these collections are topologies and last two are not. 2. Power set (X) is a topology called the discrete topology. P 3. Collection T = ;X is a topology called the indiscrete topology or the trivial topologyf;. g 4. We define finite complement topology on X as Tf = U X : X U is finite or X U = X : f ⊆ n n g We will show Tf is a topology. 1 a b c a b c a b c = φ, X = φ, a , a, b ,X T { } = φ, a, b , b , b, c ,X T { { } { } } T { { } { } { } } c a b a b c a b c = φ, b ,X T { { } } = φ, a , b, c ,X = φ, a, b , b , b, c , c ,X T { { } { } } T { { } { } { } { } } a b c a b c a b c = φ, a, b ,X T { { } } = φ, a , a, b , b ,X T { { } { } { } } = φ, a , a, b , b , b, c , c , a, c ,X T { { } { } { } { } { } { } } a b c a b c Figure 1: Different collections of subsets of X = a; b; c .
    [Show full text]
  • Chapter 11. Topological Spaces: General Properties
    11.1. Open Sets, Closed Sets, Bases, and Subbases 1 Chapter 11. Topological Spaces: General Properties Section 11.1. Open Sets, Closed Sets, Bases, and Subbases Note. In this section, we define a topological space. In this setting, since we have a collection of open sets, we can still accomplish a study of the standard topics of analysis (such as limits, continuity, convergence, and compactness). Definition. Let X be a nonempty set. A topology T on X is a collection of subsets of X, called open sets, possessing the following properties: (i) The entire set X and the empty-set ∅ are open. (ii) The intersection of any finite collection of open sets is open. (iii) The union of any collection of open sets is open. A nonempty set X, together with a topology on X, is called a topological space, denoted (X, T ). For a point x ∈ X, an open set that contains x is called a neighborhood of x. Note. Of course, with X = R and T equal to the set of all “traditionally” open sets of real numbers, we get the topological space (R, T ). T is called the usual topology on R. Another topology on R is given by taking T equal to the power set of R, T = P(R). 11.1. Open Sets, Closed Sets, Bases, and Subbases 2 Proposition 11.1. A subset E of a topological space X is open if and only if for each point x ∈ E there is a neighborhood of x that is contained in E. Example. If you are familiar with metric spaces then for (X, ρ) a metric space, define O ⊂ X to be open if for each x ∈O there is an open ball {y ∈ X | ρ(x, y) < ε} centered at x contained in O.
    [Show full text]
  • Planetmath: Topological Space
    (more info) Math for the people, by the people. Encyclopedia | Requests | Forums | Docs | Wiki | Random | RSS Advanced search topological space (Definition) "topological space" is owned by djao. [ full author list (2) ] (more info) Math for the people, by the people. Encyclopedia | Requests | Forums | Docs | Wiki | Random | RSS Advanced search compact (Definition) "compact" is owned by djao. [ full author list (2) ] Dense set 1 Dense set In topology and related areas of mathematics, a subset A of a topological space X is called dense (in X) if any point x in X belongs to A or is a limit point of A.[1] Informally, for every point in X, the point is either in A or arbitrarily "close" to a member of A - for instance, every real number is either a rational number or has one arbitrarily close to it (see Diophantine approximation). Formally, a subset A of a topological space X is dense in X if for any point x in X, any neighborhood of x contains at least one point from A. Equivalently, A is dense in X if and only if the only closed subset of X containing A is X itself. This can also be expressed by saying that the closure of A is X, or that the interior of the complement of A is empty. The density of a topological space X is the least cardinality of a dense subset of X. Density in metric spaces An alternative definition of dense set in the case of metric spaces is the following. When the topology of X is given by a metric, the closure of A in X is the union of A and the set of all limits of sequences of elements in A (its limit points), Then A is dense in X if Note that .
    [Show full text]
  • 1. Topological Spaces We Start with the Abstract Definition of Topological
    28 2. TOPOLOGICAL SPACES 1. Topological spaces We start with the abstract definition of topological spaces. Definition 2.1. A topology on a set X is a collection of subsets of X, satisfying the following axioms: T (T1) and X belong to . (T2) The∅ intersection ofT any two sets from is again in . (T3) The union of any collection of sets of T is again in T . T T A topological space is a pair (X, ) consisting of a set X and a topology on X. T T A subset U X is called open in the topological space (X, ) if it belongs to . ⊂ T T A subset A X is called closed in the topological space (X, ) if X A is open. Given two topologies⊂ and ′ on X, we say that ′ is largerT (or finer− ) than , or that is T T T T T smaller (or coarser) than ′, if ′. T T ⊂T Exercise 2.1. Show that, in a topological space (X, ), any finite intersection of open sets T is open: for each k 1 integer, U1,...,Uk , one must have U1 . Uk . Would it be reasonable to require≥ that arbitrary intersections∈ T of opens sets is∩ open?∩ What∈ T can you say about intersections or union of closed subsets of (X, )? T Terminology/Conventions 2.2. When referring to a topological space (X, ), when no confusion may arise, we will simply say that “X is a topological space”. Also,T the opens in (X, ) will simply be called “opens in X” (and similarly for “closed”). InT other words, we will not mention all the time; its presence is implicit in the statement “X is a topological space”, which allowsT us to talk about “opens in X”.
    [Show full text]