Metric and Topological Spaces. Ivan Smith

Size: px
Start display at page:

Download "Metric and Topological Spaces. Ivan Smith"

Transcription

1 Metric and Topological Spaces Ivan Smith Summer 2006

2 L1: Topological spaces The central idea of topology is that it makes sense to talk about continuity without talking about distance. We do this by formalising a notion of proximity or nearness. Specifically, we take a set X and distinguish a certain collection of subsets of X which we call the open subsets which satisfy certain axioms. The idea is that two points are close if open sets which contain one also contain the other unless the open sets are small enough. As often happens, the formal definition has so little structure, it both captures our original idea, but also lots of much more general things (which makes it even more useful, even if less intuitive).

3 Definition: A topological space (X, T X ) is a set X together with a collection T X of subsets of X which satisfy: (i) both and X belong to T X ; (ii) T X is closed under taking arbitrary unions; (iii) T X is closed under taking finite intersections. So for an arbitrary indexing set I and n N {U i } i I T X i U i T X {V j } 1 j n T X j V j T X Terminology: we say that the elements of T X are the open subsets of X. The indexing set I need not be countable. In practise one can check (iii) by checking intersections of two open sets and using induction, but there s no analogous inductive way of checking (ii). The second fundamental definition that goes handin-hand with this is the one which allows us to compare topologies on two spaces.

4 Definition: if (X, T X ) and (Y, T Y ) are topological spaces, a function (of sets) f : X Y is continuous if f 1 (T Y ) T X, in other words V T Y f 1 (V ) T X So f is cts preimages of open sets are open. Warning: f 1 (V ) is the set-theoretic preimage of points {x X f(x) V }. We are not assuming f has an inverse function. Here s a first indication of the power of the formalism: Lemma: the composition of continuous functions is again continuous. Proof: Take topological spaces (X, T X ), (Y, T Y ) and (Z, T Z ) and functions f : X Y and g : Y Z which are assumed continuous. If W Z belongs to T Z, then V = g 1 (W ) T Y (since g cts) and f 1 (V ) T X (since f cts). Thus (g f) 1 (W ) = f 1 (g 1 (W )) = f 1 (V ) T X. Since W was arbitrary, preimages of open sets are open, and g f is indeed continuous.

5 This is cleaner than the ε, δ proof using the usual idea of continuity in metric spaces... of course, it also recovers (and generalises) that argument, as we ll see next time. Example: (Indiscrete spaces) For any X, let T X = {, X}. This is the indiscrete topology on X. Example: (Discrete spaces) For any X, let T X = P(X) be the power set of X, so every subset of X is open. This is the discrete topology on X. Warning: if you talk about the trivial topology on a set, people won t know which of the two examples above you mean. Example: (Metric spaces) If (X, d X ) is a metric space, then let T X be those sets U X which are metric-open; i.e. U T X if for each x U there is some δ x > 0 s.t. the open d X -ball B x (δ x ) U. [Check this works!] We ll discuss this at length next time.

6 Example: consider the set F of real or complex numbers and declare U T F F \U is finite or U = Then certainly T F by definition, and since F \F is finite [by convention], F T F as well. Suppose {U i } i I T F. Then for each i I, we know F \U i = V i is finite. Now F \ i U i = i (F \U i ) = i V i is certainly finite, so the second axiom holds. Moreover, if U j for 1 j n, then F \ n j=1 U j = n j=1 (F \U j ) = n V j j=1 is also finite, so the third axiom holds (note: this axiom is trivial if one of the U j above is empty). Hence we satisfy all the axioms. Note: in T F, every two non-empty open sets have non-empty intersection. This is a far cry from the usual Euclidean metric topology. If F = C this is called the Zariski topology.

7 The above example shows it s important to have de Morgan s laws at your fingertips: X\ i A i = i (X\A i ) X\ i A i = i (X\A i ) The following are also very useful in working out whether a function is continuous or not: note the first is not in general an identity. f ( i A i ) i f(a i ) f ( i A i ) = i f(a i ) f 1 ( i B i ) = i f 1 (B i ) f 1 ( i B i ) = i f 1 (B i ) f 1 (Y \B) = X\f 1 (B) if f : X Y. These are all set-theoretic relations, which you can apply to any sets; in topology, they obviously give information when applied to open sets. In all the relations, the indexing set i I can be arbitrary, it doesn t have to be finite or countable or...

8 Definition: suppose (X, T X ) and (Y, T Y ) are topological spaces and f : X Y is a bijective function. If both f and the (well-defined) inverse function f 1 are continuous, then f is a homeomorphism and the spaces are homeomorphic. Homeomorphic spaces are topologically indistinguishable. One justification for abstract topology is that there are many interesting pairs of homeomorphic spaces which are not obviously isometric for any natural metrics. Unfortunately, the neat examples only appear later in the Tripos... Example: the matrix group SL(2, R ) is homeomorphic to a solid torus (inside of a bagel). Example: The space of cosets of SL(2, Z) inside SL(2, R ) is naturally a topological space, homeomorphic to the complement of a trefoil knot in R 3 (this is the knot most commonly found in garden hoses and shoelaces).

9 L2: Metric spaces Recall that a topological space is a set X with a collection of open subsets T X s.t. T X, X T X and T X is closed under the operations of taking arbitrary unions and finite intersections. A map f : X Y is continuous (with respect to topologies T X and T Y which we will sometimes suppress from the notation) if f 1 (V ) is open whenever V is open. Definition: a metric space (X, d X ) is a set X with a distance function d X : X X R 0 satisfying the axioms (for any x, y, z X): (i) d(x, y) 0; d(x, y) = 0 x = y (ii) d(x, y) = d(y, x) (iii) d(x, z) d(x, y) + d(y, z). Example: (R n, d eucl ) with d(x, y) = (xi y i ) 2 Example: the discrete metric on a set X, with d(x, y) = 1 if x y and d(x, x) = 0 for all x, y.

10 Example: B[a, b] = {f : [a, b] R f bounded}, with the metric d(f, g) = sup x [a,b] f(x) g(x). Note: (i) the RHS is well-defined, since if f K f and g K g on [a, b] then f(x) g(x) f(x) + g(x) K f + K g ; so we are taking the supremum of a bounded set. Note: (ii) this really is a metric. For instance, for f, g, h B and c [a, b]: f(c) h(c) f(c) g(c) + g(c) h(c) The RHS is bounded above by d(f, g) + d(g, h), so we have for each c [a, b] f(c) h(c) d(f, g) + d(g, h) and now take the sup on the LHS to obtain the triangle inequality. This is called the sup or uniform metric. Definition: if (x n ) X satisfy d(x n, a) 0 as n we say the sequence x n converges to a, and write x n a. Example: Convergence of a sequence of functions in (B[a, b], d sup ) is called uniform convergence.

11 It is good to be familiar with many examples of metric spaces: (i) R n has d 1 (x, y) = i x i y i [l 1 -metric] (ii) R n has d (x, y) = max i { x i y i } [l -metric] Lemma: if (X, d) is a metric space and A X is a subspace, then (A, d A A ) defines a metric space structure on A. Proof: set d A (x, y) = d X (x, y) for x, y A and check the axioms! Note: this means e.g. surfaces (shapes) in R 3 are metric spaces; but here we re measuring distance inside the bigger space, so e.g. on the sphere distances between points would not be being measured along great circles. Definition: in a metric space (X, d) the open ball B δ (x) = {a X d(x, a) < δ}. Example: x n x iff for each δ > 0, there is N δ s.t. x n B δ (x) for n > N δ ; convergence can be described using open balls.

12 There are many things we can talk about with metric spaces. Two of the most basic are boundedness and continuity. Definition: a function f : X R is bounded if f(x) is a bounded subset of R. If the function d : X X R defining the metric is bounded, we say (X, d) is bounded or has finite diameter diam(x) = sup {x,y X} d(x, y) < This seems like a very basic property, but it isn t topological, and is just the kind of thing this course is all about ignoring. Definition: f : (X, d X ) (Y, d Y ) is continuous at x X if for each ε > 0 there is δ > 0 such that d X (x, y) < δ d Y (f(x), f(y)) < ε Say f is continuous if it is cts at every x X. Note: the defining criterion can be rewritten as: ε > 0, δ > 0 s.t. f 1 (B ε (f(x)) B δ (x).

13 Definition: we say a set U (X, d) is open if for each u U, there is some δ u > 0 such that B δu (u) U. In words, a set is open if it contains an open ball about each of its points. Lemma: this defines a topology T X,d on X. Proof: Obviously and X are open, and since the condition just requires existence of something pointwise, arbitrary unions of open sets must be open. We must check that if U 1,..., U n are open and j U j then j U j is open. Well, if u j U j then since u U i there is some δ i > 0 such that B δi (u) U i. Let δ = min{δ i : 1 i n} and note that δ > 0. Then B δ (u) j U j, so we re done. A topology on a set X which arises in this way for some distance function d is called metrisable; later we ll see non-metrisable topologies. Exercise: on any set, the topology induced by the discrete metric is the discrete topology.

14 Warning: just as which sets are open in a set depends on which topology you use, so they depend on which metric you use. E.g. {0} R is open in the discrete (metric) topology but not in the usual (Euclidean metric) topology. Lemma: f : X Y is continuous as a map of metric spaces if and only if it is continuous as a map of topological spaces, for the topologies induced by the metrics. Proof: Recall f is continuous as a map of metric spaces if for every x X and ε > 0 there is δ > 0 so that f 1 (B ε (f(x)) B δ (x). If V Y is an open set, V T Y,dY, and f(x) V, by definition of open set there is some open ball B ε (f(x)) V. By continuity of f in the metric space sense, this shows there is some δ > 0 so that B δ (x) f 1 (V ). Hence, f 1 (V ) contains an open ball around each of its points, thus is an open set. The converse is analogous. Note: unions of open balls need not be open balls, so it s more natural to use open sets.

15 Examples: any constant function on any topological space is continuous. For if f : X Y takes X y Y,then f 1 (V ) = X if y V and f 1 (V ) = if y V, so the only possible preimages of open sets are certainly open. Warning: this shows that the image of an open set need NOT be open. For instance f : R R taking the constant value 0 sends the open set ( 2, 7) to the set {0} R, which is not open. On the other hand, if we looked at the (unique) function f : R {P } from R to a one-point space, the image of ( 2, 7) would be the set {P } which IS open in {P }. So to talk about open and closed sets, you must first decide what space you re living in. The set (0, 1] R is not open with the usual metric; but with the induced Euclidean metric on A = ( 7, 1] it is. More interestingly, x tan(x) defines a continuous map (0, π 2 ) (0, ) with a continuous inverse. So boundedness is not topological...

16 L3: Equivalent metrics We saw last time that a metric on a set gives rise to a topology on that set, and that two metric spaces can be homeomorphic (so there is a continuous map between them with continuous inverse) even though one is bounded and one is not. So we want to distil topological notions from metric ones. Definition: metrics d 1 and d 2 on a set X are equivalent if they define the same topologies: that is, d 1 -open sets are exactly the same as d 2 -open sets. Recall that T (X,d) denotes the sets which contain an open ball around each of their points, so equivalently: Corollary: d 1 and d 2 are equivalent if and only if every open d 1 -ball contains some open d 2 -ball (of possibly smaller radius), and vice-versa. Example: the Euclidean and discrete metrics on R are not equivalent [why?].

17 Definition: d 1, d 2 are Lipschitz equivalent if k, κ > 0 s.t. for all x, y X: k d 1 (x, y) d 2 (x, y) κ d 1 (x, y) Note this is symmetric, i.e. does define an equivalence relation. Lemma: Lipschitz equivalent metrics are topologically equivalent. Proof: from the definition, B d 2 ε (x) B d 1 ε/k (x) Bd 1 δ (x) Bd 2 δκ (x) i.e. d 2 (x, y) < ε d 1 (x, y) < ε/k etc. Hence any set which contains open d i -balls about its points contains open d j i -balls about them. Example: the l 1 = x j y j, l 2 = xj y j 2 and l = max j x j y j metrics on R n are Lipschitz equivalent, indeed (check!): d 1 d 2 d 1 n d 2 1 n d 1

18 Example: let C[0, 1] be the set of continuous real-valued functions on [0, 1]. The metrics l 1 = t f g dt and l = max t f g are not topologically (hence not Lipschitz) equivalent. Proof: Let 0 denote the constant function with value 0; we claim B 1 (0; l ) is not an l 1 -open set. For otherwise it contains some B δ (0; l 1 ). But we can certainly find a function with l 1 - norm less than δ but with supremum 2, by taking a suitable height 2 spike function centred on a narrow interval around 2 1, of small total integral, and vanishing elsewhere. Thus there are interestingly different metric topologies on the same set without invoking pathologies like the discrete metric. Indeed, in the above example, one of the metrics is complete and the other is not. Definition: a sequence (x n ) (X, d) in a metric space is a Cauchy sequence if ε > 0 there is N ε > 0 s.t. d(x n, x m ) < ε for n, m > N ε.

19 Definition: a metric space is complete if every Cauchy sequence in X converges. Warning: this means: converges to a point of X. e.g. (0, 1) R, with the Euclidean metric, is NOT complete; since the Cauchy sequence x n = 1/n does NOT converge in (0, 1), even though it does converge in R. The completeness of R is one of the basic facts we ll assume. Remark: we ve already seen that, with the usual metric topologies (e.g. via a suitably tweaked tangent function), (0, 1) and R are topologically equivalent; so completeness is not a topological property. Example: C[0, 1] is complete with the l metric but not with the l 1 -metric. If (f n ) is Cauchy in (C[0, 1], l ) then CHECK (i) for each x [0, 1], (f n (x)) is Cauchy in R, so converges to some F (x); (ii) F is continuous as a function of x; and (iii) f n F in l. Why doesn t a similar argument apply for l 1?

20 There are some beautiful theorems that apply only to metric, and not topological spaces, and more specifically to complete metric spaces. For instance: Theorem: Suppose (X, d) is a complete metric space and f : X X is a contraction, i.e. κ < 1 s.t. for all x, y, d(f(x), f(y)) κd(x, y). Then f has a unique fixed point. We ll use an easy (but important!) Lemma: Lemma: if x n x and f : X Y is continuous then f(x n ) f(x). Proof: Since f is continuous, given ε there is δ > 0 s.t. f 1 B ε (f(x)) B δ (x). Hence given ε > 0 there is N ε s.t. x n B δ (x) for n > N ε and hence f(x n ) B ε (f(x)). But this, by definition, means f(x n ) f(x). Remark: a variation of this argument says a function of metric spaces is continuous iff it preserves all limits of sequences in this sense.

21 Proof of theorem: First note f is continuous! Choose x 0 X and set x n = f(x n 1 ). We claim (x n ) is a Cauchy sequence. Given this, x n x converges by completeness of X. Then f(x n ) = x n+1 f(x ) = x, so we have a fixed point. Moreover, if there are 2 fixed points, say x, y, then d(x, y) = d(f(x), f(y)) κ d(x, y) d(x, y) = 0 so the limit is unique. To see (x n ) is Cauchy, note that by induction d(x r, x r 1 ) κ r 1 d(x 1, x 0 ). So if m > n d(x m, x n 1 ) m n j=0 d(x m j, x m j 1 ) (κ m 1 + κ m κ n 1 ) d(x 1, x 0 ). Write this as κ n 1 (1 κ m n ) d(x 1, x 0 ), which is 1 κ bounded above by 1 κ κn d(x 1, x 0 ). Now this goes to zero as n as κ < 1, and this implies that the sequence is Cauchy, as required.

22 This contraction mapping theorem is both important and beautiful; it implies existence of solutions to ordinary differential equations, underlies the inverse function theorem in analysis and geometry... At a more mundane level it gives an obstruction to completeness and hence of Lipschitz equivalence of some given metric to one that is known to be complete. on the com- Example: the map f : x x + 1 x plete metric space [1, ) satsfies x y f(x) f(y) < x y but has no fixed point; so the existence of a contraction factor κ strictly less than 1 is critical for the theorem, as well as the proof! Remark: there is a curious converse. Given f : X X a map of a set s.t. each iterate f n = f f has a unique fixed point, and if κ (0, 1), there is some complete metric topology on X s.t. f is a contraction in that topology, of factor κ. [We won t prove this, and it doesn t have many applications.]

23 L4: Closed sets In looking at metric spaces, an important role is played by convergence of sequences; indeed, this can be used to characterise continuity of a function. There is a (weak) analogue of convergence of sequences in a general topological space, but first we need some more language. Definition: Let (X, T X ) be a topological space and V X a subset. If the complement X\V T X is open, we say V is closed. The closed sets satisfy: (i) and X are closed sets; (ii) arbitrary intersections of closed sets are closed; V j closed for j J j V j closed; (iii) finite unions of closed sets are closed; V j closed for 1 j n n j=1 V j closed. These statements are dual to the axioms for open sets under taking complements, so follow from de Morgan s laws (check!). A topology is completely determined by saying which sets are closed, since this tells you which are open.

24 Warning: in general, not every subset of a topological space is either open or closed! For instance in (R, T deucl ), the set [1, 2) is neither open nor closed. Example: in the discrete topology, every set is closed (since every set is open). Warning: just as with open sets, it matters exactly which set you re working in and in which topology to say if something is closed. So [0, 1) is closed in ( 3, 1) but not closed in R, with the usual topology; and (0, 1) is closed in R with the discrete topology but not with the usual topology. Example: j[ 1 j, 1] = (0, 1] R, so an infinite union of closed sets need not be closed, just as an infinite intersection of open sets need not be open. Exercise: f : (X, T X ) (Y, T Y ) is continuous iff the preimages of closed sets are closed.

25 Definition: if (X, T X ) is a space and A X, then x is a limit point of A if every open set U x contains some point of A other than x. [Note: x may or may not be a point of A in this definition.] Example: in a metric space, x is a limit point of A iff for all ε > 0, (B ε (x) A)\{x}. Example: in R with the usual topology, every point is a limit point of the rationals Q; so the set of limit points has larger cardinality than the original set. Example: in the discrete topology (metric), no point is a limit point of any set. For given x and δ < 1, B δ (x) = {x}. In the indiscrete topology, x is a limit point of a nonempty subset A iff A {x}. For if A X, and x X, then the only open set containing x is X, and (X A)\{x} = A\{x}. Definition: the closure Cl(A) of a set A X is the union of A and all of its limit points.

26 Note a point x Cl(A) iff every open set containing x meets A. Lemma: This operation satisfies: (i) H K Cl(H) Cl(K); (ii) Cl(ClH) = Cl(H); (iii) H is closed iff H = Cl(H); (iv) Cl(H) is closed. Proof: (i) is obvious from the definition. If x Cl((Cl(H)) and U x is open then there is some point y Cl(H) U\{x}. So U is an open set containing y Cl(H), hence U H ; so every open U containing x meets H, so x Cl(H), proving (ii). For (iii), suppose H is closed. If x X\H, then X\H is an open set containing x and not meeting H, so x Cl(H). So Cl(H) H, so they co-incide. Conversely, if Cl(H) = H and x X\H then open U x x not meeting H, so this open set lies in X\H; so X\H is a union of open sets U x, hence is open. This proves (iii); now (iv) follows from (ii)+(iii).

27 Corollary: Cl(H) is the smallest closed set containing H, i.e. the intersection of all the closed sets containing H. Proof: if V is closed and H V then Cl(H) Cl(V ) = V. Definition: if Cl(A) = X we say A is dense (or everywhere dense ) in X. Example: the rationals are dense in the reals; so are the irrationals; but the natural numbers are not dense in R. Example: [0, 1) (1, 2] is dense in [0, 2]. Similarly, we can talk about the largest open subset of A, called the interior Int(A) of A, defined as the union of all the open sets of X contained inside A. If Int(Cl(A)) = then A is said to be nowhere dense. Note: we take the closure before we take the interior; so the rationals are NOT nowhere dense, even though Int(Q) =.

28 By analogy with metric spaces, we might say: Definition: a sequence x n x if for every open U x there is N = N U s.t. x n U for n > N U. In particular, the limit x of a sequence in this sense is a limit point of the set {x n n N} (the converse is not true: not all limit points of the set need be limits of the sequence). However, this notion of convergence is rather weak: limits are far from being unique. Example: in an indiscrete space X, every sequence in X converges to every point of X. Next time we ll talk about a condition which guarantees uniqueness of limits even in this more general topological setting. Whilst we re collecting definitions, a helpful and related one to open/closed sets is: Definition: a neighbourhood (nhood) of a point x X is any set A x which contains some open set U containing x, so A U x.

29 For our examples and illustrations, we often take intervals in R. Any subset of a metric space inherits a metric, hence a topology; in fact this is true without metrics being present. Definition: if (X, T X ) is a topological space and A X is a subset, there is an induced subspace topology on A, with by definition T A = {A U U T X }. Lemma: T A satisfies the axioms to define a topology on the set A. Proof: A = A X and = X, so these are open. Now A j U j = j(a U j ), similarly for finite intersections, shows that T A inherits the necessary properties from T X. Example: [0, 1) is open in [0, ) since it equals [0, ) ( 1, 1) and this is of the form A U with U T R. The closure of (0, 1) (0, ) is (0, 1], although its closure in R is [0, 1]. Example: if A (X, d), T A = T A,d A A.

30 L5: Products and quotients We saw that if (X, T X ) is a topological space and A X is any subset, then we get an induced topology (A, T A = A T X ). There are other ways of building news spaces out of old. It s helpful to introduce the idea of a basis for a topology. Definition: if (X, T X ) is a topological space, a basis for the topology is any subset B T X s.t. every U T X is a union of elements of B. B may not itself be preserved by taking arbitrary unions, but if we close it up under this operation by force, we get all of T X (and no more than T X why?). Warning: being closed under an operation is a property of a collection of sets, and has nothing to do with closedness of a single set in the sense of having open complement... Example: if (X, d X ) is a metric space, the open balls B δ (x) (varying over x X and δ R + ) form a basis.

31 Example: a more economical basis for R 2 is B q (x) where x Q Q R 2 and q Q + ; indeed this is a countable basis. [When the topological space you re working on also happens to have the structure of a vector space, don t confuse basis for a topology and linearly independent spanning set.] Example: in the Zariski topology on C every (non-full) closed set is a finite union of points, but there is no obvious basis for open sets. Definition: if (X, T X ) and (Y, T Y ) are topological spaces, the product topology on X Y is the topology with basis the open sets of the form U X U Y with U X T X and U Y T Y. Thus: every open set in X Y is a union of sets of the form U X U Y ; an arbitrary open set will NOT have this form in general. Example: the disc {x R 2 x eucl < 1} is open, but not globally A B R R.

32 Note: since we only close a basis up under unions, it must already be closed under finite intersections. To see our definition of the product topology makes sense, check (U X U Y ) (V X V Y ) = (U X V X ) (U Y V Y ) Inductively, finite intersections of sets of the form (open in X) (open in Y ) are in the basis. To reiterate: from the definition, if w W X Y with W open, there are open U X X and U Y Y s.t. w U X U Y W. Lemma: (i) the projection maps π i : X 1 X 2 X i are continuous. (ii) f : Z X 1 X 2 is continuous iff the projections π i f are continuous. Proof: (i) if U X 1 is open, π1 1 (U) = U X 2 is a basic open set for T X1 X 2. (ii) One direction is composition of cts functions. Suppose π i f are both cts and U i T Xi, then f 1 (U 1 U 2 ) = (π 1 f) 1 (U 1 ) (π 2 f) 1 (U 2 ) is open. So inverse images of all basic open sets, and hence all open sets, are open.

33 We ve written out a minimalist proof: check that all the steps in the above, and proofs like it, really make sense to you! Exercise: check that the product topology on R n induced by the Euclidean metric on R is the Euclidean metric topology of R n. Example: f : R 2 R 2, (x, y) (xy, sin(x+y)) is continuous. Proof: it suffices to check the projections are continuous. Since composition of continuous functions is continuous, we reduce to checking sin, addition and multiplication are continuous, which is straightforward. Example: the graph of a function f : X Y is Γ f = {(x, y) X Y y = f(x)} Then Γ f = X (they are homeomorphic), via the maps X Γ f, x (x, f(x)) and the projection map (to the first factor) Γ f X. [For we now know these inverse functions are cts.]

34 As well as taking products, we can also take quotients of topological spaces; this is a bit more subtle. Definition: Let (X, T X ) be a topological space and suppose p : X Y is a surjective map of sets. The quotient topology on Y is T Y, quot(p) = T Y = {V Y p 1 (V ) T X } Lemma: this does define a topology. Proof: Since T X and X T X and since p is assumed to be onto, we see T Y and Y T Y. If V i T Y for i I, say p 1 V i = U i T X, then i U i = i p 1 (V i ) = p 1 ( i V i ) is open (using the LHS and the fact that T X is a topology); so the RHS is open, so (by definition of T Y ) i V i T Y ; hence T Y is closed under arbitrary unions. Similarly, if V i, 1 i n are in T Y, then p 1 ( j V j ) = j p 1 (V j ) and this is open in X [check!], so T Y is closed under finite intersections, as required.

35 Remarks: (i) by definition, the quotient map p : X Y is continuous. [Think of p as projection.] (ii) if f : (X, T X ) (Y, T Y ) is any continuous surjective map of topological spaces, then T Y, quot(f) T Y. To see this, note that if W T Y, then f 1 (W ) T X since f is continuous; but this means precisely that W T Y, quot(f). Thus, the quotient topology contains as many open sets as possible if we want the projection map to be continuous. The key feature of the quotient topology is: Lemma: given a triangle of commuting maps of topological spaces X f Y p f T where p induces the quotient topology on T, then f is continuous iff f is continuous.

36 Definition: if p : X Y is any map of spaces and T Y = T Y, quot(p) we call p a quotient map. Note: every map f from a quotient space induces some map f = f p from the original space, so to understand whether a map to or from a quotient space is continuous, you can always work upstairs with the original space which is usually easier to understand (e.g. its open sets are more explicit). Proof: if f is continuous, f = f p is obviously continuous (since we already know all quotient maps are continuous, and p is a quotient map). If f is continuous, and V T Y, then f 1 (V ) = (f p) 1 (V ) is open in X. But this is p 1 (f ) 1 (V ). Since by assumption T has a quotient topology from p, a set of the shape p 1 (U) is open in X if and only if U is open in T, so we deduce (f ) 1 (V ) T T, quot(p). Thus, we have shown whenever V T Y, (f ) 1 (V ) T T. Hence f is continuous.

37 L6: Hausdorff spaces We introduced the idea of quotient spaces, but didn t yet look at any examples. The most important class is where we quotient a space by an equivalence relation, gluing parts of the space together. Definition: an equivalence relation on a topological space (X, T X ) is a subset R X X satisfying (i) the diagonal R; (ii) if (x, y) R then (y, x) R and (iii) (x, y), (y, z) R (x, z) R. The data of an equivalence relation is exactly the same thing as a decomposition of X into disjoint subsets; but we can now give the set X/ of equivalence classes a natural topology. For there is a surjective map of sets X X/ and this induces the quotient topology on the image.

38 Example: the quotient of the strip {(x, y) R 2 0 x 1} by the relation (0, y) (1, y) is an infinite cylinder. Exercise: describe an orientable surface with g holes as a quotient of a 4g-gon, by gluing edges in a similar way. [Start with g = 1.] Definition: if A X is a subset, the quotient space obtained by collapsing A to a point and leaving the rest of X alone [i.e. imposing the equivalence relation x y {x, y} A] is written X/A. Warning: if X = G is a group and A = H G is a subgroup, G/H = {gh : g G} denotes the set of cosets... Example: D 2 / D 2 = S 2 ; the quotient of the closed disc by its boundary is a sphere. But what do we mean by saying one space is another? Later we ll have more technology...

39 Example: the quotient R /Z with the topology induced from (R, T eucl ) is homeomorphic to the unit circle S 1 R 2 with the subspace topology. Proof: Define a map R S 1 by taking t (cos 2πt, sin 2πt). As a map of sets, this is constant on Z, hence descends to a map on the set R /Z of equivalence classes; moreover, this latter map is clearly a bijection. The map R S 1 is continuous, since both its projections to the factors are, so by definition of the quotient topology the map R /Z S 1 is continuous. Now a set in R /Z is open iff its preimage in R is open. Such an open set is a union of open intervals; indeed the open intervals of length < δ 1 2 form a basis for the topology T eucl. The image of such a short open interval under R S 1 is obviously open in the subspace topology of S 1, so all open sets in R map to open sets in S 1. Hence, the map R /Z S 1 is continuous, bijective and takes open sets to open sets. This means it s a homeomorphism (exercise!).

40 Quotients are more subtle than products, subspaces etc. For instance, consider the quotient X of two parallel lines {x = 0} {x = 1} R 2 by the relation which identifies (0, y) (1, y) whenever y 0. The result is one line, but with a single point doubled up. Recall that a sequence (x n ) (X, T X ) converges to a X if for every open set U a, there is some N U so that x n U for all n N U. Our line with one fat point is obtained from a nice space by imposing a simple equivalence relation, yet: Example: the sequence (0, n 1 ) X has two distinct limits, namely (0, 0) and (1, 0). Proof: in the quotient topology, the open sets about (0, 0) are just sets which pull back to open sets upstairs. Any such contains (0, n 1 ) for all n 0. But (0, n 1 ) (1, n 1 ), so all these points also lie inside any open neighbourhood of (1, 0) X. Hence the sequence is also converging to this (distinct) point.

41 Often equivalence relations come from geometry (quotients by groups of symmetries), and we want to know what equivalence class a sequence converges to, so this behaviour is bad not so much that the quotient space is strange, but that this particular good property (uniqueness of limits of sequences, which holds for subsets of R 2 ) is explicitly not inherited by its Siamese sibling. Roughly, Hausdorff spaces are the ones which don t have this problem. Definition: (X, T X ) is Hausdorff if for every pair of distinct points x y X we can find disjoint open sets U x x and U y y. So the points can be housed off from one another by open sets. Example: any metric space is Hausdorff. If x y (X, d) then the open balls B r (x) and B r (y) are disjoint for any 0 < r < d(x, y)/2.

42 Example: the indiscrete topology on a set X is Hausdorff iff X has at most one point. The Zariski topology on C is not Hausdorff since every two non-empty open sets meet non-trivially. Lemma: if (X, T X ) is Hausdorff, a sequence (x n ) X has at most one limit. Proof: suppose x n a 1 and x n a 2 for distinct points a 1 a 2. The Hausdorff hypothesis says there are open sets U i a i with U 1 U 2 =. But by the definition of convergence in a general topological space, there are N 1 and N 2 s.t. x n U i for n > N i ; for n max{n 1, N 2 } this is absurd. Being Hausdorff is not inherited by all quotients, but is by some: Proposition: Let (X, T X ) be a compact Hausdorff topological space. If R X X is a closed subspace, the quotient X/ is also Hausdorff. In particular, if A X is closed then X/A is Hausdorff.

43 Let s end with an illustrative (but perhaps quite hard) example. Example: the group R acts on R 2 via λ (x, y) = (λx, λy) What does the quotient space look like? If (x, y) 0, then the orbit is a copy of R it s exactly the non-zero points of the unique line L (x,y) through the origin in R 2 which contains (x, y). The set of such lines is (visually!) parametrised by the unit circle in R 2, with antipodal points identified. Topologically the quotient space is still homeomorphic to a circle, the real projective line (R 2 \{0})/R. But the orbit of 0 R 2 is just 0; and this orbit is in the closure in R 2 of every other R -orbit. This means the quotient R 2 /R is set-theoretically the union of a circle and a disjoint point { }, and if q is a point of the circle then Cl({q}) = {q, }. In the quotient topology, not all points are closed (which means it s not Hausdorff why?).

44 L7: Compactness The most important notion in topology is probably compactness. Definition: a topological space (X, T X ) is compact if every open cover of X admits a finite subcover. i.e. if {U j j J} T X have the property that j J U j = X, then for some {j 1,..., j n } J we have n i=1 U ji = X. Example: a discrete space is compact if and only if it is finite. An indiscrete space is always compact. Example: with the Zariski topology, (C, T Zariski ) is compact. For the non-empty open sets are complements of finite sets. Hence, if {U j j J} are open, with finite complements V j, then j U j = C \ V j. Now if the intersection of the finite sets V j is empty, then for some finite subcollection V ji the intersection n i=1 V ji is already empty. This implies all open covers have finite subcovers.

45 Remark: since it is a property of the set T X of open sets, the property of being compact is obviously topological, i.e. preserved under homeomorphisms. Actually, we have the stronger: Lemma: the continuous image of a compact space is compact. Proof: Suppose (X, T X ) is compact and f : X Y is any continuous map of topological spaces. We claim f(x) Y is compact (with the subspace topology from Y ). Let {V j j J} be an open cover of f(x). By definition of the subspace topology, V j = W j f(x) for some W j T Y. Since f is continuous, f 1 (V j ) = f 1 (f(x) W j ) = f 1 W j is open for each j, and this defines an open cover of X. Hence there is a finite subcover X = n i=1 f 1 (W ji ). But then f(x) = n i=1 V ji, so our arbitrary open cover of f(x) had a finite subcover. Contrast: being Hausdorff is a topological property, but does not satisfy the analogous Lemma.

46 Warning: being compact does not say the space X has some finite open cover this is always true, taking the single open set X itself we insist that all open covers have finite subcovers. Example: a compact metric space is bounded. Proof: Fix x (X, d) (assumed non-empty). The open balls B x (n) of radius n about x form (as n varies) an open cover of X, since certainly every y X satisfies d(x, y) < n for some n(y). Compactness gives a finite subcover, so X = B x (N) for some fixed N, which says for every y, z X, we have d(y, z) 2N (using the triangle inequality at the last stage). Corollary: if (X, T X ) is any compact topological space, every continuous real-valued function f : X R is bounded. Proof: the image f(x) (R, T eucl ) is compact, hence bounded.

47 The following are often helpful. Contrast (ii) below with what happens in an indiscrete space. Lemma: (i) A closed subset of a compact space is compact. (ii) A compact subset of a Hausdorff space is closed. Exercise/Corollary: a continuous bijection from a compact space to a Hausdorff space is a homeomorphism. [This is very helpful for understanding quotient spaces, cf. last time!] Proof: (i) Let (X, T X ) be compact and Z X be closed. Let V j = Z W j be an open cover of Z, with W j T X. Then the collection of sets {X\Z, W j j J} forms an open cover of X, precisely since the W j cover Z (and noting that X\Z is open exactly since Z is closed). This open cover of X has a finite subcover, say {X\Z, W 1,..., W n }. Then {V 1,..., V n } cover Z, so Z is compact.

48 (ii) Let (X, T X ) be Hausdorff and Z X be compact. Fix some x X\Z. We want to show X\Z is open, so it suffices to show it contains an open set U x containing x; for then we ll have X\Z = x X\Z U x. For each z Z, pick disjoint open sets V zx z and W zx x, which is possible by the Hausdorff property. As we vary over z, we get an open cover Z z Z V zx, so this open cover of Z has a finite subcover by compactness of Z. Call this {V z1,..., V zn }. Then consider the neighbourhood U x = n j=1 W zj x of x. This is a finite intersection of opens so open; we claim it lies in X\Z. For if z U x Z, then z W zj x for every j, but that means z V zj x for each j (by the original disjointness), but this is a contradiction since this finite collection covers Z. Thus U x X\Z, so X\Z is indeed open. Note: these results are very important most arguments with compactness reduce to these lemmas!

49 Corollary: a compact Hausdorff space is normal; every two disjoint closed subsets can be separated by disjoint open sets. i.e. if V, V X are closed and disjoint, open U V and U V which are still disjoint. Proof: Fix v V and for each v V choose disjoint opens U vv v and U vv v (Hausdorff). V X is closed in a compact space, so compact, so the open cover {U vv v V } has a finite subcover {U v1 v,..., U v n v }; let U v = nj=1 U vj v. Set also U v = n j=1 U v j v. This gives us for each v V an open set U v V and a disjoint open set U v v. Now the U v form an open cover of the (compact) V ; take a finite subcover {U v 1,..., U v m }. Now set U = m k=1 U v (a finite intersection k of open sets which each contain V, hence an open set containing V ) and set U = m k=1 U v k (an open set containing V and disjoint from U since U v U k v k = for all k).

50 Aside: Normal spaces have the following amazing property: Theorem: Let (X, T X ) be normal and let A and B be disjoint closed sets in X. There is a continuous real-valued function f : X (R, T eucl ) s.t. f(a) = 0 and f(b) = 1. We won t prove this, but it s remarkable since it creates the real numbers where the input just concerns these very abstract topological spaces and distinguished collections of sets etc. Remark: metric spaces are normal, even if they are not compact (exercise). A nasty fact is that products of normal spaces need not be normal (don t worry about an explicit counterexample!); but a good thing to do would be to check that products of Hausdorff spaces are Hausdorff (indeed X Y is Hausdorff if and only if both X and Y are).

51 L8: Compactness continued We introduced compactness, but haven t yet seen many examples. Proposition: a closed bounded interval [a, b] in (R, T eucl ) is compact. Proof: take an open cover {U i i I} of [a, b] and consider the set A of those x [a, b] s.t. [a, x] has a finite subcover. We want to show b lies in this set. Now if a U i then [a, a + δ) U i for some δ > 0 so c = supa > a. Say c U j, and suppose for contradiction c < b. Well (c ε, c + ε) U j for some ε > 0, and by definition, [a, c ε/2] has a finite subcover by finitely many U i. Now use this finite subcover, together with U j itself, to see that c + ε/2 A; but this contradicts c = supa. Hence c = b. Now b U k say, so (b δ, b] U k, and so [a, b δ/2] has a finite subcover (definition of A and fact that b = supa); now argue as before!

52 Corollary: a continuous real-valued function on a (nonempty) compact space X is bounded and attains its bounds. Proof: if a = inf f(x) and b = sup f(x), which exist by completeness of R, then these belong to cl(f(x)) (this is very basic: why?). But f(x) is compact. To get a feel for compact sets in higher-dimensional Euclidean spaces, we need to talk about compactness of products. Theorem: The product of two compact topological spaces is compact. Corollary (Heine-Borel theorem): a subspace of R n is compact iff it is closed and bounded. Proof: if A is compact, we know from before it s closed and bounded. If it s closed and bounded, it lies inside some cube [a, b] n ; now it s a closed set in a compact space.

53 Proof of Theorem: let X and Y be compact, and take an open cover U i, i I of the product X Y. We need a finite subcover. Note the (homeomorphic to Y ) copies {x} Y X Y are compact. Fix x X. If (x, y) U i, there is some open x A y X and y B y Y s.t. (x, y) A y B y U i (definition of product topology); then {B y } form an open cover of {x} Y. Take a finite subcover, indexed by y 1,..., y n, and let A x = n j=1 A yj, an open nhood of x. The strips A x B yj cover A x Y, and all these strips belong to some U i. Thus, for each x X, there is an open nhood A x x s.t. A x Y is covered by finitely many U i. For each x X, choose an open nhood A x with this property, and then take a finite subcover A x1,..., A xm of this open cover. Then X Y is covered by finitely many strips A xi Y, each of which is covered by finitely many U j, so altogether we have a finite subcover.

54 Remark: this gives us a large collection of compact sets, but we re a long way from describing all of them indeed, there s no very nice description of the general compact subset of R, even (e.g. there are uncountably many homeomorphism types of such things). Here s a typical wacky compact subset of R. Example: take the unit interval [0, 1], remove the open middle third, remove the open middle thirds of the resulting two intervals, and iterate onwards. Explicitly, at stage n we have a set A n made up of 2 n 1 closed intervals, and we set C = n A n, the Cantor set. This is closed in a compact space, so compact. It s famously uncountable, fractal... It can be described as the real numbers in [0, 1] which have a base 3 expansion omitting the digit 1. Theorem: (hard) Every compact metric space is the continuous image of the Cantor set. In particular, a compact metric space has cardinality at most that of R.

55 Finally, before moving on, we should return to the claims at the end of Lecture 6 about compactness helping in establish the Hausdorff property for quotients. We begin with some helpful lemmas. Lemma: (i) if f : X Y is continuous and Y is Hausdorff, then A = {(x 1, x 2 ) f(x 1 ) = f(x 2 )} X X is closed. (ii) if f is open and surjective, and A is closed, then Y is Hausdorff. Proof: (i) Suppose f is continuous and Y is Hausdorff. Then if (x 1, x 2 ) A, the points f(x i ) Y are distinct, so can be separated by open sets U i ; and then f 1 (U 1 ) f 1 (U 2 ) is an open nhood of (x 1, x 2 ) not meeting A. So the complement of A is open, and A is closed. (ii) if f(x 1 ) and f(x 2 ) are distinct in Y, then (x 1, x 2 ) A; so we can find open nhoods U i of x i such that (U 1 U 2 ) A =. Since f is open, f(u i ) form disjoint open nhoods of f(x i ).

56 Now suppose we are taking the quotient of a compact Hausdorff space X by a closed equivalence relation R X X; so the quotient map f : X Y = X/ satisfies the hypothesis, R = {(x 1, x 2 ) f(x 1 ) = f(x 2 )} is indeed closed. To see the quotient is Hausdorff it is enough to see the map is an open map, or equivalently, that it is a closed map, so takes closed sets to closed sets. [Note: openness and closedness are only equivalent since we re dealing with a surjective quotient map and not just a surjective continuous map: why?] If V X is closed, we want f(v ) closed, so (we re using the quotient topology on Y ) we want f 1 (f(v )) = {x X v V s.t. (x, v) R} closed. But this is just π 1 ((X V ) R) with π 1 : X X X the projection. Now (X V ) R is closed, so compact; so its continuous image under π 1 is compact. But X is Hausdorff, so this image is closed, and we re done.

57 Corollary: the quotient of a compact Hausdorff space by a closed equivalence relation is Hausdorff. Hence, if a compact group G acts continuously on a compact Hausdorff space, the quotient (set of orbits) is Hausdorff. This enables us to take quotients by groups like S 1 = SO(2) (unit complex numbers), by SO(n), by any finite group, and is very useful in geometry. Here s a non-examinable example. Example: we can describe the space of complex lines through the origin in a complex vector space as a quotient of the unit sphere S 2n+1 C n+1 (parametrising all possible directions of real lines) by the action of scalar multiplication by S 1 [since there is an S 1 -worth of real lines in a given complex line, if we look only at numbers of unit modulus]. The quotient S 2n+1 /S 1 = C P n is Hausdorff; it s called complex projective space. Challenge: understand why C P 1 = C { } is naturally a 2-dimensional sphere.

58 L9: Sequential compactness Compact subsets of Hausdorff spaces are closed, so they contain all their limit points. This suggests a deep relationship between compactness, and convergence of sequences, which we explore now. Definition: Let (M, d) be a metric space and C M. Then C is sequentially compact if every sequence (x n ) C has a subsequence which converges to a point of C. Note: (0, 1) (R, d eucl ) is not sequentially compact, since the sequence ( n 1 ) n N converges in R but not in (0, 1). The closed interval [0, 1] R is sequentially compact, although the sequence (0, 1, 0, 1, 0,...) doesn t converge. Warning: some books distinguish C is sequentially compact in itself ( some subsequence converging to a point of C) and C is sequentially compact in M ( some subsequence converging to a point of M); we will not give any special terminology for the latter.

59 Here are some useful things to remember: (i) if a sequence converges in a metric space M then it s a Cauchy sequence; (ii) limits of sequences are unique when they exist (e.g. since metric spaces are Hausdorff); (iii) if a sequence converges in (M, d) to a point a, and if the metric d is equivalent to d, then the sequence converges in (M, d ) to a as well. Lemma: if C (M, d) then x Cl(C) iff there is a sequence in C converging to x. Proof: if x n x then for every ε > 0 there is some N > 0 s.t. x n B ε (x) for n N. This implies that B ε (x) C for all ε > 0 (since (x n ) C). But this means x lies in the closure of C, from the definition of closure. Conversely, if x Cl(C), then for each n there is some x n B 1n (x) C; then (x n ) x. Corollary: closed. if C is sequentially compact, it s

60 Lemma: Compact sequentially compact. Proof: Let C (M, d) be a compact subspace and suppose (x n ) C. If the set S of members of the sequence is finite, at least one point x S is repeated infinitely often; then there is a constant subsequence (x = x nj ) (x n ) which obviously converges to a point of C. So suppose S has infinitely many members. It is enough to show S has a limit point in C. If not, for each x C there is ε(x) > 0 s.t. B ε(x) (x) S = or B ε(x) (x) S = {x}. [Recall that x is a limit point of a set S if every open nhood of x meets S in some point other than x itself.] We have an open cover B ε(x) (x) of C which has a finite subcover {B ε(xi ) (x i) 1 i n}. But each of these open balls contains at most one point of S, hence the union of finitely many contains at most finitely many points of S. But the finite collection covers C S, which contradicts infinitude of S.

61 Note: we used above the fact that if a sequence (x n ) M in a metric space has a limit point x M (i.e. if x is a limit point of the set S of members of the sequence), then there is a subsequence converging to x. This is intuitively obvious but a tiny bit fiddly: Without loss of generality, x n x for each n [why can we assume this?]. Choose n(1) s.t. x n(1) B 1 (x), and inductively n(1) < n(2) < < n(k) s.t x n(i) B 1/i (x). Set { 1 ε = min k + 1, d(x j, x) 1 j n(k) Now x n x for each n ε > 0. There is some n(k + 1) s.t. x n(k+1) B ε (x), since x is a limit point of the sequence, and choice of ε forces n(k + 1) > n(k). Inductively, this constructs a subsequence converging to x, as required. Corollary: a bounded sequence in R n has a convergent subsequence. [For Cl({x n }) is compact, hence sequentially compact.] }

62 We have that compactness implies sequential compactness, and we would like to establish the reverse as well (characterising compactness in metric spaces entirely in terms of convergence of subsequences). For this, we need to make some connection between the metric structure and open covers; this is by way of Lebesgue numbers. Definition: Given ε > 0, an ε-net for a metric space (M, d) is some subset S M such that M = x S B ε (x). Lemma: a sequentially compact metric space has a finite ε-net for every ε > 0. Proof: if not, choose x 1, x 2,..., x r inductively s.t. d(x i, x j ) ε for each i j. Since {x 1,..., x r } is not an ε-net, we can choose x r+1 to continue the induction, and build a sequence with no convergent (no Cauchy) subsequence. This contradicts sequential compactness.

63 Remark: a metric space is precompact or totally bounded if it has a finite ε-net for every ε > 0. This is not the same as being compact. E.g. (0, 1) is precompact. Definition: if (M, d) is a metric space with open cover M = j J U j, a Lebesgue number for the cover is δ > 0 s.t. for each x M, there is some U j(x) in the cover s.t. B δ (x) U j(x). Example: the open cover {(1/n, 1) n N} of ((0, 1), d eucl ) has no Lebesgue number. For if δ > 0 and k > 1 δ, then B δ(1/k) = (0, 1 k + δ) (1/m, 1) for any m. Lemma: every open cover of a sequentially compact metric space has a Lebesgue number. Proof: Suppose (M, d) is sequentially compact and the open cover U = j J U j has no Lebesgue number. For each n there is some x n s.t. B 1/n (x n ) U j for each j. Let (x n(r) ) be a convergent subsequence.

Introduction to Topology

Introduction to Topology Introduction to Topology Tomoo Matsumura November 30, 2010 Contents 1 Topological spaces 3 1.1 Basis of a Topology......................................... 3 1.2 Comparing Topologies.......................................

More information

MA651 Topology. Lecture 6. Separation Axioms.

MA651 Topology. Lecture 6. Separation Axioms. MA651 Topology. Lecture 6. Separation Axioms. This text is based on the following books: Fundamental concepts of topology by Peter O Neil Elements of Mathematics: General Topology by Nicolas Bourbaki Counterexamples

More information

Metric Spaces Joseph Muscat 2003 (Last revised May 2009)

Metric Spaces Joseph Muscat 2003 (Last revised May 2009) 1 Distance J Muscat 1 Metric Spaces Joseph Muscat 2003 (Last revised May 2009) (A revised and expanded version of these notes are now published by Springer.) 1 Distance A metric space can be thought of

More information

Notes on metric spaces

Notes on metric spaces Notes on metric spaces 1 Introduction The purpose of these notes is to quickly review some of the basic concepts from Real Analysis, Metric Spaces and some related results that will be used in this course.

More information

Metric Spaces. Chapter 1

Metric Spaces. Chapter 1 Chapter 1 Metric Spaces Many of the arguments you have seen in several variable calculus are almost identical to the corresponding arguments in one variable calculus, especially arguments concerning convergence

More information

Metric Spaces. Chapter 7. 7.1. Metrics

Metric Spaces. Chapter 7. 7.1. Metrics Chapter 7 Metric Spaces A metric space is a set X that has a notion of the distance d(x, y) between every pair of points x, y X. The purpose of this chapter is to introduce metric spaces and give some

More information

1. Prove that the empty set is a subset of every set.

1. Prove that the empty set is a subset of every set. 1. Prove that the empty set is a subset of every set. Basic Topology Written by Men-Gen Tsai email: b89902089@ntu.edu.tw Proof: For any element x of the empty set, x is also an element of every set since

More information

Basic Concepts of Point Set Topology Notes for OU course Math 4853 Spring 2011

Basic Concepts of Point Set Topology Notes for OU course Math 4853 Spring 2011 Basic Concepts of Point Set Topology Notes for OU course Math 4853 Spring 2011 A. Miller 1. Introduction. The definitions of metric space and topological space were developed in the early 1900 s, largely

More information

CHAPTER 1 BASIC TOPOLOGY

CHAPTER 1 BASIC TOPOLOGY CHAPTER 1 BASIC TOPOLOGY Topology, sometimes referred to as the mathematics of continuity, or rubber sheet geometry, or the theory of abstract topological spaces, is all of these, but, above all, it is

More information

SOLUTIONS TO EXERCISES FOR. MATHEMATICS 205A Part 3. Spaces with special properties

SOLUTIONS TO EXERCISES FOR. MATHEMATICS 205A Part 3. Spaces with special properties SOLUTIONS TO EXERCISES FOR MATHEMATICS 205A Part 3 Fall 2008 III. Spaces with special properties III.1 : Compact spaces I Problems from Munkres, 26, pp. 170 172 3. Show that a finite union of compact subspaces

More information

1 if 1 x 0 1 if 0 x 1

1 if 1 x 0 1 if 0 x 1 Chapter 3 Continuity In this chapter we begin by defining the fundamental notion of continuity for real valued functions of a single real variable. When trying to decide whether a given function is or

More information

FUNCTIONAL ANALYSIS LECTURE NOTES: QUOTIENT SPACES

FUNCTIONAL ANALYSIS LECTURE NOTES: QUOTIENT SPACES FUNCTIONAL ANALYSIS LECTURE NOTES: QUOTIENT SPACES CHRISTOPHER HEIL 1. Cosets and the Quotient Space Any vector space is an abelian group under the operation of vector addition. So, if you are have studied

More information

Math 4310 Handout - Quotient Vector Spaces

Math 4310 Handout - Quotient Vector Spaces Math 4310 Handout - Quotient Vector Spaces Dan Collins The textbook defines a subspace of a vector space in Chapter 4, but it avoids ever discussing the notion of a quotient space. This is understandable

More information

INTRODUCTION TO TOPOLOGY

INTRODUCTION TO TOPOLOGY INTRODUCTION TO TOPOLOGY ALEX KÜRONYA In preparation January 24, 2010 Contents 1. Basic concepts 1 2. Constructing topologies 13 2.1. Subspace topology 13 2.2. Local properties 18 2.3. Product topology

More information

TOPOLOGY: THE JOURNEY INTO SEPARATION AXIOMS

TOPOLOGY: THE JOURNEY INTO SEPARATION AXIOMS TOPOLOGY: THE JOURNEY INTO SEPARATION AXIOMS VIPUL NAIK Abstract. In this journey, we are going to explore the so called separation axioms in greater detail. We shall try to understand how these axioms

More information

BANACH AND HILBERT SPACE REVIEW

BANACH AND HILBERT SPACE REVIEW BANACH AND HILBET SPACE EVIEW CHISTOPHE HEIL These notes will briefly review some basic concepts related to the theory of Banach and Hilbert spaces. We are not trying to give a complete development, but

More information

Math 104: Introduction to Analysis

Math 104: Introduction to Analysis Math 104: Introduction to Analysis Evan Chen UC Berkeley Notes for the course MATH 104, instructed by Charles Pugh. 1 1 August 29, 2013 Hard: #22 in Chapter 1. Consider a pile of sand principle. You wish

More information

SOLUTIONS TO ASSIGNMENT 1 MATH 576

SOLUTIONS TO ASSIGNMENT 1 MATH 576 SOLUTIONS TO ASSIGNMENT 1 MATH 576 SOLUTIONS BY OLIVIER MARTIN 13 #5. Let T be the topology generated by A on X. We want to show T = J B J where B is the set of all topologies J on X with A J. This amounts

More information

Mathematical Methods of Engineering Analysis

Mathematical Methods of Engineering Analysis Mathematical Methods of Engineering Analysis Erhan Çinlar Robert J. Vanderbei February 2, 2000 Contents Sets and Functions 1 1 Sets................................... 1 Subsets.............................

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 5 9/17/2008 RANDOM VARIABLES

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 5 9/17/2008 RANDOM VARIABLES MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 5 9/17/2008 RANDOM VARIABLES Contents 1. Random variables and measurable functions 2. Cumulative distribution functions 3. Discrete

More information

Finite dimensional topological vector spaces

Finite dimensional topological vector spaces Chapter 3 Finite dimensional topological vector spaces 3.1 Finite dimensional Hausdorff t.v.s. Let X be a vector space over the field K of real or complex numbers. We know from linear algebra that the

More information

THE BANACH CONTRACTION PRINCIPLE. Contents

THE BANACH CONTRACTION PRINCIPLE. Contents THE BANACH CONTRACTION PRINCIPLE ALEX PONIECKI Abstract. This paper will study contractions of metric spaces. To do this, we will mainly use tools from topology. We will give some examples of contractions,

More information

Comments on Quotient Spaces and Quotient Maps

Comments on Quotient Spaces and Quotient Maps 22M:132 Fall 07 J. Simon Comments on Quotient Spaces and Quotient Maps There are many situations in topology where we build a topological space by starting with some (often simpler) space[s] and doing

More information

INTRODUCTORY SET THEORY

INTRODUCTORY SET THEORY M.Sc. program in mathematics INTRODUCTORY SET THEORY Katalin Károlyi Department of Applied Analysis, Eötvös Loránd University H-1088 Budapest, Múzeum krt. 6-8. CONTENTS 1. SETS Set, equal sets, subset,

More information

Mathematics Course 111: Algebra I Part IV: Vector Spaces

Mathematics Course 111: Algebra I Part IV: Vector Spaces Mathematics Course 111: Algebra I Part IV: Vector Spaces D. R. Wilkins Academic Year 1996-7 9 Vector Spaces A vector space over some field K is an algebraic structure consisting of a set V on which are

More information

Point Set Topology. A. Topological Spaces and Continuous Maps

Point Set Topology. A. Topological Spaces and Continuous Maps Point Set Topology A. Topological Spaces and Continuous Maps Definition 1.1 A topology on a set X is a collection T of subsets of X satisfying the following axioms: T 1.,X T. T2. {O α α I} T = α IO α T.

More information

1 Norms and Vector Spaces

1 Norms and Vector Spaces 008.10.07.01 1 Norms and Vector Spaces Suppose we have a complex vector space V. A norm is a function f : V R which satisfies (i) f(x) 0 for all x V (ii) f(x + y) f(x) + f(y) for all x,y V (iii) f(λx)

More information

CHAPTER II THE LIMIT OF A SEQUENCE OF NUMBERS DEFINITION OF THE NUMBER e.

CHAPTER II THE LIMIT OF A SEQUENCE OF NUMBERS DEFINITION OF THE NUMBER e. CHAPTER II THE LIMIT OF A SEQUENCE OF NUMBERS DEFINITION OF THE NUMBER e. This chapter contains the beginnings of the most important, and probably the most subtle, notion in mathematical analysis, i.e.,

More information

THE FUNDAMENTAL THEOREM OF ALGEBRA VIA PROPER MAPS

THE FUNDAMENTAL THEOREM OF ALGEBRA VIA PROPER MAPS THE FUNDAMENTAL THEOREM OF ALGEBRA VIA PROPER MAPS KEITH CONRAD 1. Introduction The Fundamental Theorem of Algebra says every nonconstant polynomial with complex coefficients can be factored into linear

More information

ON FIBER DIAMETERS OF CONTINUOUS MAPS

ON FIBER DIAMETERS OF CONTINUOUS MAPS ON FIBER DIAMETERS OF CONTINUOUS MAPS PETER S. LANDWEBER, EMANUEL A. LAZAR, AND NEEL PATEL Abstract. We present a surprisingly short proof that for any continuous map f : R n R m, if n > m, then there

More information

No: 10 04. Bilkent University. Monotonic Extension. Farhad Husseinov. Discussion Papers. Department of Economics

No: 10 04. Bilkent University. Monotonic Extension. Farhad Husseinov. Discussion Papers. Department of Economics No: 10 04 Bilkent University Monotonic Extension Farhad Husseinov Discussion Papers Department of Economics The Discussion Papers of the Department of Economics are intended to make the initial results

More information

I. GROUPS: BASIC DEFINITIONS AND EXAMPLES

I. GROUPS: BASIC DEFINITIONS AND EXAMPLES I GROUPS: BASIC DEFINITIONS AND EXAMPLES Definition 1: An operation on a set G is a function : G G G Definition 2: A group is a set G which is equipped with an operation and a special element e G, called

More information

Linear Algebra I. Ronald van Luijk, 2012

Linear Algebra I. Ronald van Luijk, 2012 Linear Algebra I Ronald van Luijk, 2012 With many parts from Linear Algebra I by Michael Stoll, 2007 Contents 1. Vector spaces 3 1.1. Examples 3 1.2. Fields 4 1.3. The field of complex numbers. 6 1.4.

More information

Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics

Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics Undergraduate Notes in Mathematics Arkansas Tech University Department of Mathematics An Introductory Single Variable Real Analysis: A Learning Approach through Problem Solving Marcel B. Finan c All Rights

More information

Lecture Notes on Topology for MAT3500/4500 following J. R. Munkres textbook. John Rognes

Lecture Notes on Topology for MAT3500/4500 following J. R. Munkres textbook. John Rognes Lecture Notes on Topology for MAT3500/4500 following J. R. Munkres textbook John Rognes November 29th 2010 Contents Introduction v 1 Set Theory and Logic 1 1.1 ( 1) Fundamental Concepts..............................

More information

God created the integers and the rest is the work of man. (Leopold Kronecker, in an after-dinner speech at a conference, Berlin, 1886)

God created the integers and the rest is the work of man. (Leopold Kronecker, in an after-dinner speech at a conference, Berlin, 1886) Chapter 2 Numbers God created the integers and the rest is the work of man. (Leopold Kronecker, in an after-dinner speech at a conference, Berlin, 1886) God created the integers and the rest is the work

More information

GROUPS ACTING ON A SET

GROUPS ACTING ON A SET GROUPS ACTING ON A SET MATH 435 SPRING 2012 NOTES FROM FEBRUARY 27TH, 2012 1. Left group actions Definition 1.1. Suppose that G is a group and S is a set. A left (group) action of G on S is a rule for

More information

3. Prime and maximal ideals. 3.1. Definitions and Examples.

3. Prime and maximal ideals. 3.1. Definitions and Examples. COMMUTATIVE ALGEBRA 5 3.1. Definitions and Examples. 3. Prime and maximal ideals Definition. An ideal P in a ring A is called prime if P A and if for every pair x, y of elements in A\P we have xy P. Equivalently,

More information

Quotient Rings and Field Extensions

Quotient Rings and Field Extensions Chapter 5 Quotient Rings and Field Extensions In this chapter we describe a method for producing field extension of a given field. If F is a field, then a field extension is a field K that contains F.

More information

Continued Fractions and the Euclidean Algorithm

Continued Fractions and the Euclidean Algorithm Continued Fractions and the Euclidean Algorithm Lecture notes prepared for MATH 326, Spring 997 Department of Mathematics and Statistics University at Albany William F Hammond Table of Contents Introduction

More information

The Banach-Tarski Paradox

The Banach-Tarski Paradox University of Oslo MAT2 Project The Banach-Tarski Paradox Author: Fredrik Meyer Supervisor: Nadia S. Larsen Abstract In its weak form, the Banach-Tarski paradox states that for any ball in R, it is possible

More information

4. Expanding dynamical systems

4. Expanding dynamical systems 4.1. Metric definition. 4. Expanding dynamical systems Definition 4.1. Let X be a compact metric space. A map f : X X is said to be expanding if there exist ɛ > 0 and L > 1 such that d(f(x), f(y)) Ld(x,

More information

Mathematics for Computer Science/Software Engineering. Notes for the course MSM1F3 Dr. R. A. Wilson

Mathematics for Computer Science/Software Engineering. Notes for the course MSM1F3 Dr. R. A. Wilson Mathematics for Computer Science/Software Engineering Notes for the course MSM1F3 Dr. R. A. Wilson October 1996 Chapter 1 Logic Lecture no. 1. We introduce the concept of a proposition, which is a statement

More information

INCIDENCE-BETWEENNESS GEOMETRY

INCIDENCE-BETWEENNESS GEOMETRY INCIDENCE-BETWEENNESS GEOMETRY MATH 410, CSUSM. SPRING 2008. PROFESSOR AITKEN This document covers the geometry that can be developed with just the axioms related to incidence and betweenness. The full

More information

LEARNING OBJECTIVES FOR THIS CHAPTER

LEARNING OBJECTIVES FOR THIS CHAPTER CHAPTER 2 American mathematician Paul Halmos (1916 2006), who in 1942 published the first modern linear algebra book. The title of Halmos s book was the same as the title of this chapter. Finite-Dimensional

More information

FIRST YEAR CALCULUS. Chapter 7 CONTINUITY. It is a parabola, and we can draw this parabola without lifting our pencil from the paper.

FIRST YEAR CALCULUS. Chapter 7 CONTINUITY. It is a parabola, and we can draw this parabola without lifting our pencil from the paper. FIRST YEAR CALCULUS WWLCHENW L c WWWL W L Chen, 1982, 2008. 2006. This chapter originates from material used by the author at Imperial College, University of London, between 1981 and 1990. It It is is

More information

9 More on differentiation

9 More on differentiation Tel Aviv University, 2013 Measure and category 75 9 More on differentiation 9a Finite Taylor expansion............... 75 9b Continuous and nowhere differentiable..... 78 9c Differentiable and nowhere monotone......

More information

FOUNDATIONS OF ALGEBRAIC GEOMETRY CLASS 22

FOUNDATIONS OF ALGEBRAIC GEOMETRY CLASS 22 FOUNDATIONS OF ALGEBRAIC GEOMETRY CLASS 22 RAVI VAKIL CONTENTS 1. Discrete valuation rings: Dimension 1 Noetherian regular local rings 1 Last day, we discussed the Zariski tangent space, and saw that it

More information

Solutions to Homework 10

Solutions to Homework 10 Solutions to Homework 1 Section 7., exercise # 1 (b,d): (b) Compute the value of R f dv, where f(x, y) = y/x and R = [1, 3] [, 4]. Solution: Since f is continuous over R, f is integrable over R. Let x

More information

THE DIMENSION OF A VECTOR SPACE

THE DIMENSION OF A VECTOR SPACE THE DIMENSION OF A VECTOR SPACE KEITH CONRAD This handout is a supplementary discussion leading up to the definition of dimension and some of its basic properties. Let V be a vector space over a field

More information

1 Local Brouwer degree

1 Local Brouwer degree 1 Local Brouwer degree Let D R n be an open set and f : S R n be continuous, D S and c R n. Suppose that the set f 1 (c) D is compact. (1) Then the local Brouwer degree of f at c in the set D is defined.

More information

(Basic definitions and properties; Separation theorems; Characterizations) 1.1 Definition, examples, inner description, algebraic properties

(Basic definitions and properties; Separation theorems; Characterizations) 1.1 Definition, examples, inner description, algebraic properties Lecture 1 Convex Sets (Basic definitions and properties; Separation theorems; Characterizations) 1.1 Definition, examples, inner description, algebraic properties 1.1.1 A convex set In the school geometry

More information

INDISTINGUISHABILITY OF ABSOLUTELY CONTINUOUS AND SINGULAR DISTRIBUTIONS

INDISTINGUISHABILITY OF ABSOLUTELY CONTINUOUS AND SINGULAR DISTRIBUTIONS INDISTINGUISHABILITY OF ABSOLUTELY CONTINUOUS AND SINGULAR DISTRIBUTIONS STEVEN P. LALLEY AND ANDREW NOBEL Abstract. It is shown that there are no consistent decision rules for the hypothesis testing problem

More information

x a x 2 (1 + x 2 ) n.

x a x 2 (1 + x 2 ) n. Limits and continuity Suppose that we have a function f : R R. Let a R. We say that f(x) tends to the limit l as x tends to a; lim f(x) = l ; x a if, given any real number ɛ > 0, there exists a real number

More information

3. INNER PRODUCT SPACES

3. INNER PRODUCT SPACES . INNER PRODUCT SPACES.. Definition So far we have studied abstract vector spaces. These are a generalisation of the geometric spaces R and R. But these have more structure than just that of a vector space.

More information

Cartesian Products and Relations

Cartesian Products and Relations Cartesian Products and Relations Definition (Cartesian product) If A and B are sets, the Cartesian product of A and B is the set A B = {(a, b) :(a A) and (b B)}. The following points are worth special

More information

Geometric Transformations

Geometric Transformations Geometric Transformations Definitions Def: f is a mapping (function) of a set A into a set B if for every element a of A there exists a unique element b of B that is paired with a; this pairing is denoted

More information

MATH 304 Linear Algebra Lecture 20: Inner product spaces. Orthogonal sets.

MATH 304 Linear Algebra Lecture 20: Inner product spaces. Orthogonal sets. MATH 304 Linear Algebra Lecture 20: Inner product spaces. Orthogonal sets. Norm The notion of norm generalizes the notion of length of a vector in R n. Definition. Let V be a vector space. A function α

More information

Chapter 4, Arithmetic in F [x] Polynomial arithmetic and the division algorithm.

Chapter 4, Arithmetic in F [x] Polynomial arithmetic and the division algorithm. Chapter 4, Arithmetic in F [x] Polynomial arithmetic and the division algorithm. We begin by defining the ring of polynomials with coefficients in a ring R. After some preliminary results, we specialize

More information

Fixed Point Theorems

Fixed Point Theorems Fixed Point Theorems Definition: Let X be a set and let T : X X be a function that maps X into itself. (Such a function is often called an operator, a transformation, or a transform on X, and the notation

More information

Fixed Point Theorems in Topology and Geometry

Fixed Point Theorems in Topology and Geometry Fixed Point Theorems in Topology and Geometry A Senior Thesis Submitted to the Department of Mathematics In Partial Fulfillment of the Requirements for the Departmental Honors Baccalaureate By Morgan Schreffler

More information

MEASURE AND INTEGRATION. Dietmar A. Salamon ETH Zürich

MEASURE AND INTEGRATION. Dietmar A. Salamon ETH Zürich MEASURE AND INTEGRATION Dietmar A. Salamon ETH Zürich 12 May 2016 ii Preface This book is based on notes for the lecture course Measure and Integration held at ETH Zürich in the spring semester 2014. Prerequisites

More information

9. Quotient Groups Given a group G and a subgroup H, under what circumstances can we find a homomorphism φ: G G ', such that H is the kernel of φ?

9. Quotient Groups Given a group G and a subgroup H, under what circumstances can we find a homomorphism φ: G G ', such that H is the kernel of φ? 9. Quotient Groups Given a group G and a subgroup H, under what circumstances can we find a homomorphism φ: G G ', such that H is the kernel of φ? Clearly a necessary condition is that H is normal in G.

More information

4. CLASSES OF RINGS 4.1. Classes of Rings class operator A-closed Example 1: product Example 2:

4. CLASSES OF RINGS 4.1. Classes of Rings class operator A-closed Example 1: product Example 2: 4. CLASSES OF RINGS 4.1. Classes of Rings Normally we associate, with any property, a set of objects that satisfy that property. But problems can arise when we allow sets to be elements of larger sets

More information

A Topology Primer. Preface. Lecture Notes 2001/2002. Klaus Wirthmüller. http://www.mathematik.uni-kl.de/ wirthm/de/top.html

A Topology Primer. Preface. Lecture Notes 2001/2002. Klaus Wirthmüller. http://www.mathematik.uni-kl.de/ wirthm/de/top.html A Topology Primer Lecture Notes 2001/2002 Klaus Wirthmüller http://www.mathematik.uni-kl.de/ wirthm/de/top.html Preface These lecture notes were written to accompany my introductory courses of topology

More information

Inner Product Spaces

Inner Product Spaces Math 571 Inner Product Spaces 1. Preliminaries An inner product space is a vector space V along with a function, called an inner product which associates each pair of vectors u, v with a scalar u, v, and

More information

Duality of linear conic problems

Duality of linear conic problems Duality of linear conic problems Alexander Shapiro and Arkadi Nemirovski Abstract It is well known that the optimal values of a linear programming problem and its dual are equal to each other if at least

More information

Linear Algebra. A vector space (over R) is an ordered quadruple. such that V is a set; 0 V ; and the following eight axioms hold:

Linear Algebra. A vector space (over R) is an ordered quadruple. such that V is a set; 0 V ; and the following eight axioms hold: Linear Algebra A vector space (over R) is an ordered quadruple (V, 0, α, µ) such that V is a set; 0 V ; and the following eight axioms hold: α : V V V and µ : R V V ; (i) α(α(u, v), w) = α(u, α(v, w)),

More information

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 2

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 2 CS 70 Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 2 Proofs Intuitively, the concept of proof should already be familiar We all like to assert things, and few of us

More information

Follow links for Class Use and other Permissions. For more information send email to: permissions@pupress.princeton.edu

Follow links for Class Use and other Permissions. For more information send email to: permissions@pupress.princeton.edu COPYRIGHT NOTICE: Ariel Rubinstein: Lecture Notes in Microeconomic Theory is published by Princeton University Press and copyrighted, c 2006, by Princeton University Press. All rights reserved. No part

More information

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1.

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1. MATH10212 Linear Algebra Textbook: D. Poole, Linear Algebra: A Modern Introduction. Thompson, 2006. ISBN 0-534-40596-7. Systems of Linear Equations Definition. An n-dimensional vector is a row or a column

More information

16.3 Fredholm Operators

16.3 Fredholm Operators Lectures 16 and 17 16.3 Fredholm Operators A nice way to think about compact operators is to show that set of compact operators is the closure of the set of finite rank operator in operator norm. In this

More information

Vector and Matrix Norms

Vector and Matrix Norms Chapter 1 Vector and Matrix Norms 11 Vector Spaces Let F be a field (such as the real numbers, R, or complex numbers, C) with elements called scalars A Vector Space, V, over the field F is a non-empty

More information

Surface bundles over S 1, the Thurston norm, and the Whitehead link

Surface bundles over S 1, the Thurston norm, and the Whitehead link Surface bundles over S 1, the Thurston norm, and the Whitehead link Michael Landry August 16, 2014 The Thurston norm is a powerful tool for studying the ways a 3-manifold can fiber over the circle. In

More information

Separation Properties for Locally Convex Cones

Separation Properties for Locally Convex Cones Journal of Convex Analysis Volume 9 (2002), No. 1, 301 307 Separation Properties for Locally Convex Cones Walter Roth Department of Mathematics, Universiti Brunei Darussalam, Gadong BE1410, Brunei Darussalam

More information

Notes on Factoring. MA 206 Kurt Bryan

Notes on Factoring. MA 206 Kurt Bryan The General Approach Notes on Factoring MA 26 Kurt Bryan Suppose I hand you n, a 2 digit integer and tell you that n is composite, with smallest prime factor around 5 digits. Finding a nontrivial factor

More information

Numerical Analysis Lecture Notes

Numerical Analysis Lecture Notes Numerical Analysis Lecture Notes Peter J. Olver 5. Inner Products and Norms The norm of a vector is a measure of its size. Besides the familiar Euclidean norm based on the dot product, there are a number

More information

PSEUDOARCS, PSEUDOCIRCLES, LAKES OF WADA AND GENERIC MAPS ON S 2

PSEUDOARCS, PSEUDOCIRCLES, LAKES OF WADA AND GENERIC MAPS ON S 2 PSEUDOARCS, PSEUDOCIRCLES, LAKES OF WADA AND GENERIC MAPS ON S 2 Abstract. We prove a Bruckner-Garg type theorem for the fiber structure of a generic map from a continuum X into the unit interval I. We

More information

11 Ideals. 11.1 Revisiting Z

11 Ideals. 11.1 Revisiting Z 11 Ideals The presentation here is somewhat different than the text. In particular, the sections do not match up. We have seen issues with the failure of unique factorization already, e.g., Z[ 5] = O Q(

More information

Let H and J be as in the above lemma. The result of the lemma shows that the integral

Let H and J be as in the above lemma. The result of the lemma shows that the integral Let and be as in the above lemma. The result of the lemma shows that the integral ( f(x, y)dy) dx is well defined; we denote it by f(x, y)dydx. By symmetry, also the integral ( f(x, y)dx) dy is well defined;

More information

5. Linear algebra I: dimension

5. Linear algebra I: dimension 5. Linear algebra I: dimension 5.1 Some simple results 5.2 Bases and dimension 5.3 Homomorphisms and dimension 1. Some simple results Several observations should be made. Once stated explicitly, the proofs

More information

it is easy to see that α = a

it is easy to see that α = a 21. Polynomial rings Let us now turn out attention to determining the prime elements of a polynomial ring, where the coefficient ring is a field. We already know that such a polynomial ring is a UF. Therefore

More information

Polynomial Invariants

Polynomial Invariants Polynomial Invariants Dylan Wilson October 9, 2014 (1) Today we will be interested in the following Question 1.1. What are all the possible polynomials in two variables f(x, y) such that f(x, y) = f(y,

More information

A CONSTRUCTION OF THE UNIVERSAL COVER AS A FIBER BUNDLE

A CONSTRUCTION OF THE UNIVERSAL COVER AS A FIBER BUNDLE A CONSTRUCTION OF THE UNIVERSAL COVER AS A FIBER BUNDLE DANIEL A. RAMRAS In these notes we present a construction of the universal cover of a path connected, locally path connected, and semi-locally simply

More information

Chapter 7. Continuity

Chapter 7. Continuity Chapter 7 Continuity There are many processes and eects that depends on certain set of variables in such a way that a small change in these variables acts as small change in the process. Changes of this

More information

FIBER PRODUCTS AND ZARISKI SHEAVES

FIBER PRODUCTS AND ZARISKI SHEAVES FIBER PRODUCTS AND ZARISKI SHEAVES BRIAN OSSERMAN 1. Fiber products and Zariski sheaves We recall the definition of a fiber product: Definition 1.1. Let C be a category, and X, Y, Z objects of C. Fix also

More information

ON SEQUENTIAL CONTINUITY OF COMPOSITION MAPPING. 0. Introduction

ON SEQUENTIAL CONTINUITY OF COMPOSITION MAPPING. 0. Introduction ON SEQUENTIAL CONTINUITY OF COMPOSITION MAPPING Abstract. In [1] there was proved a theorem concerning the continuity of the composition mapping, and there was announced a theorem on sequential continuity

More information

TOPIC 4: DERIVATIVES

TOPIC 4: DERIVATIVES TOPIC 4: DERIVATIVES 1. The derivative of a function. Differentiation rules 1.1. The slope of a curve. The slope of a curve at a point P is a measure of the steepness of the curve. If Q is a point on the

More information

ZORN S LEMMA AND SOME APPLICATIONS

ZORN S LEMMA AND SOME APPLICATIONS ZORN S LEMMA AND SOME APPLICATIONS KEITH CONRAD 1. Introduction Zorn s lemma is a result in set theory that appears in proofs of some non-constructive existence theorems throughout mathematics. We will

More information

Matrix Representations of Linear Transformations and Changes of Coordinates

Matrix Representations of Linear Transformations and Changes of Coordinates Matrix Representations of Linear Transformations and Changes of Coordinates 01 Subspaces and Bases 011 Definitions A subspace V of R n is a subset of R n that contains the zero element and is closed under

More information

Mathematical Induction

Mathematical Induction Mathematical Induction (Handout March 8, 01) The Principle of Mathematical Induction provides a means to prove infinitely many statements all at once The principle is logical rather than strictly mathematical,

More information

How To Know The Limit Set Of A Fuchsian Group On A Boundary Of A Hyperbolic Plane

How To Know The Limit Set Of A Fuchsian Group On A Boundary Of A Hyperbolic Plane Reading material on the limit set of a Fuchsian group Recommended texts Many books on hyperbolic geometry and Kleinian and Fuchsian groups contain material about limit sets. The presentation given here

More information

GENERATING SETS KEITH CONRAD

GENERATING SETS KEITH CONRAD GENERATING SETS KEITH CONRAD 1 Introduction In R n, every vector can be written as a unique linear combination of the standard basis e 1,, e n A notion weaker than a basis is a spanning set: a set of vectors

More information

WHAT ARE MATHEMATICAL PROOFS AND WHY THEY ARE IMPORTANT?

WHAT ARE MATHEMATICAL PROOFS AND WHY THEY ARE IMPORTANT? WHAT ARE MATHEMATICAL PROOFS AND WHY THEY ARE IMPORTANT? introduction Many students seem to have trouble with the notion of a mathematical proof. People that come to a course like Math 216, who certainly

More information

Chapter 3. Cartesian Products and Relations. 3.1 Cartesian Products

Chapter 3. Cartesian Products and Relations. 3.1 Cartesian Products Chapter 3 Cartesian Products and Relations The material in this chapter is the first real encounter with abstraction. Relations are very general thing they are a special type of subset. After introducing

More information

How To Prove The Theory Of Topological Structure

How To Prove The Theory Of Topological Structure Part 1 General Topology The goal of this part of the book is to teach the language of mathematics. More specifically, one of its most important components: the language of set-theoretic topology, which

More information

Mathematics for Econometrics, Fourth Edition

Mathematics for Econometrics, Fourth Edition Mathematics for Econometrics, Fourth Edition Phoebus J. Dhrymes 1 July 2012 1 c Phoebus J. Dhrymes, 2012. Preliminary material; not to be cited or disseminated without the author s permission. 2 Contents

More information

0 <β 1 let u(x) u(y) kuk u := sup u(x) and [u] β := sup

0 <β 1 let u(x) u(y) kuk u := sup u(x) and [u] β := sup 456 BRUCE K. DRIVER 24. Hölder Spaces Notation 24.1. Let Ω be an open subset of R d,bc(ω) and BC( Ω) be the bounded continuous functions on Ω and Ω respectively. By identifying f BC( Ω) with f Ω BC(Ω),

More information

Dedekind s forgotten axiom and why we should teach it (and why we shouldn t teach mathematical induction in our calculus classes)

Dedekind s forgotten axiom and why we should teach it (and why we shouldn t teach mathematical induction in our calculus classes) Dedekind s forgotten axiom and why we should teach it (and why we shouldn t teach mathematical induction in our calculus classes) by Jim Propp (UMass Lowell) March 14, 2010 1 / 29 Completeness Three common

More information