Topology/Topological Spaces

From testwiki
Jump to navigation Jump to search

Template:Navigation


In this section, we will define what a topology is and give some examples and basic constructions. Template:TOC right

Motivation

In Abstract Algebra, a field generalizes the concept of operations on the real number line. This general definition allows concepts about quite different mathematical objects to be grasped intuitively by comparison with the real numbers. Likewise, the concept of a topological space is concerned with generalizing the structure of sets in Euclidean spaces. Of course, for many topological spaces the similarities are remote, but aid in judgment and guide proofs. Interesting differences in the structure of sets in Euclidean space, which have analogies in topological spaces, are connectedness, compactness, dimensionality, and the presence of "holes".

If we begin with an arbitrary set, it may not be immediately obvious what is needed to imbue it with an interesting structure. One possibility might be to define a metric on the set, but as it turns out, requiring a metric is overly restrictive. In fact, there are many equivalent ways to define what we will call a topological space just by defining families of subsets of a given set. The properties of the topological space depend on the number of subsets and the ways in which these sets overlap. Topological spaces can be fine or coarse, connected or disconnected, have few or many dimensions.

The most popular way to define a topological space is in terms of open sets, analogous to those of Euclidean Space. (In Euclidean space, an open set is intuitively seen as a set that does not contain its "boundary").

Definition of a topological space

Suppose we are given two sets, X and 𝒯, where 𝒯 is a collection of subsets of X.

If 𝒯 has the following properties:

  • the empty set and X are both in 𝒯,
  • any (finite or infinite) union of sets in 𝒯 is itself in 𝒯, and
  • any finite intersection of sets in 𝒯 is itself in 𝒯,

then 𝒯 is called a topology on X. The ordered pair (X,𝒯) is called a topological space.

This definition of a topological space allows us to redefine open sets as well. Previously, we defined a set to be open if it contained all of its interior points, and the interior of a set was defined by open balls, which required a metric. That is, we needed some notion of distance in order to define open sets. Topological spaces have no such requirement. In fact, the three properties given aboveβ€” and them alone β€” are enough to define an open set. Our new definition is this:

  • the elements of 𝒯 are called open sets.

Or, in other words, an open set is an element of a topology. So a topology is really a collection of open sets. The rules above are descriptions of how open sets behave: a collection of sets can be called open if the union of an arbitrary number of open sets is open, the intersection of a finite number of open sets is open, and the space itself is open. (The empty set is considered open by default). We also say that a set is closed if its complement is open. As mentioned before, a set can be both open and closed at the same time: the space itself is open, but since its complement (the empty set) is open, it is also closed.

As it happens, the properties we associate with open sets, which allow us to study many topological ideas (like continuity and convergence, which were defined earlier using open sets), are encoded entirely by the three properties described above, without any need for a distance metric at all. This is in fact a very abstract definition, using only the most basic ideas of set theory (subsets, unions and intersections), and it allows enormous flexibility in what can be studied as a topological space (as well as how something can be seen as a topological space; there are many different ways a topology can be chosen on a given set). This definition is so general, in fact, that topological spaces appear naturally in virtually every branch of mathematics, and topology is considered one of the great unifying topics of mathematics.

So, to recap: a topology on a set is a collection of subsets which contains the empty set and the set itself, and is closed under unions and finite intersections. The sets that are in the topology are open and their complements are closed. A topological space is a set together with a topology on it.

Some things to note:

  • A set is only open under a particular topology. It does not strictly make sense to merely say that a set is open. In practice, however, the topology under consideration is usually clear from context. For instance, suppose we have the set X={1,2,3}, and the set 𝒯={,{1},{1,2,3}}. 𝒯 is a topology on X, and one would say that the set {1} is open. This is inferred to mean that {1} is open under 𝒯. If we were given another topology 𝒯2={,{1,2,3}}, then the set {1} would be open under 𝒯 but not open under 𝒯2. In this case it would be ambiguous to merely say that {1} is open. (Incidentally, it is not closed under 𝒯2 either, because its complement {2,3} is not open)
  • While the term topological space strictly refers to the ordered pair S=(X,𝒯) (where X is a set and 𝒯 is a topology on X), often the topological space S is used interchangeably with the underlying set X, or the topology 𝒯. Which one is meant is usually clear from context. For instance, one might say "suppose Sℝ is a topological space and the interval I is a subset of S. Now, suppose I is open..." and so on. In this case (assuming the author has not made a mistake), it is meant that the topological space S is the pair (X,𝒯), where X is a subset of ℝ, and I is a subset of X. In the case of the real numbers, usually the topology 𝒯 is the usual topology on ℝ, where the open sets are either open intervals, or the union of open intervals.
  • Infinite intersections of open sets do not need to be open. For example, consider open intervals of the form (1n,1n). The intersection of these intervals for all positive integer values of n is the set {0}, which is not open in the real numbers.

Examples of topological spaces

For any set X, there are two topologies we can always define on X:

  • The Discrete topology - the topology consisting of all subsets of a set X.
  • The Indiscrete topology (also known as the trivial topology) - the topology consisting of just X and the empty set, .

Metric Topology

Given a metric space  (X,d) , its metric topology is the topology induced by using the set of all open balls as the base. One can also define the topology induced by the metric, as the set of all open subsets defined by the metric. We denote the topology 𝒯 induced from the metric d with 𝒯=top(d)

This forms a topological space from a metric space.

If for a topological space (X,𝒯), we can find a metric d, such that 𝒯=top(d), then the topological space is called metrizable.

The usual topology on the real numbers

We can define a topology 𝒰 on ℝ by defining Uℝ to be in 𝒰 if for every point xU, there is an ε>0 such that (xε,x+ε)U. We call this topology the standard topology, or usual topology on ℝ.

The cofinite topology on any set

Let X be a non-empty set. Define 𝒯 to be the collection of all subsets G of X satisfying the following:

  1. Either G=
  2. Or XG is finite.

(In other words, the open sets are formed by removing a finite number of elements from X)

Then 𝒯 is a topology on X called the cofinite topology (or "finite complement topology") on X. Further, this topology turns out to be discrete if and only if X is finite.

The cocountable topology on any set

Let X be a non-empty set. Define 𝒯 to be the collection of all subsets G of X satisfying the following:

  1. Either G=
  2. Or XG is countable.

(In other words, the open sets are formed by removing a countably infinite number of elements from X)

Then 𝒯 is a topology on X called the cocountable topology (or "countable complement topology") on X. Further, this topology turns out to be discrete if and only if X is countable.

Sets in topological spaces

Let X be a topological space. There are many types of sets we can define on X.

  • The complement of a set A in X, denoted by AC, is AC=XA (that is, the entire space except for A).
  • A subset C is called closed if the set CC is open. Notice that the intersection of any non-zero number of closed sets is closed and the union of finitely many closed sets is closed.
  • Note also that a set can be both closed and open. The trivial examples are the empty set and the entire set X, each of which is both closed and open. By definition, is open, so its complement, X, is closed. But X, by definition, is an open set, so X is both open and closed.
  • A set N is called a neighborhood of a point xX if it includes an open set containing x. In other words, N is a neighborhood of x if there is an open set U such that xUN.


We now investigate some commonly occurring sets in the study of Topology.

Definition

In a topological space, a Gδ set is a countable intersection of open sets. A Fσ set is a countable union of closed sets.

Theorem

The complement of a Fσ set is Gδ, and vice versa.

Proof:
Let A be a Fσ set and let nβ„•. Then A is a countable union of closed sets, nAn such that An is closed for all n. Then Ac=n(An)c. Since An is closed, (An)c is open, so we have a countable intersection of open sets. Hence Ac is Gδ.

The entirely similar proof of the other implication is left to the reader.

Theorem

In any metric space, a closed set is a Gδ set.
Proof:

Let X be a metric space and let A(X,d).
Define On=n{β1/n(x)|xA}. Observe that On is open for any n, and hence the union is open. Now our goal is to show that AΒ―=nOn to show that a closed set is the intersection of countably many open sets.

:
Let xAΒ―. Then β1/n(x) intersects A at some x0 which implies xβ1/n(x0)On.. This is true for any n so xnOn.

:
Let xnOn and ε>0. Then nβ„• such that 1/n<ε. So xOnx0 in A such that xβ1/n(x0), which implies xβε(x0). Thus xAΒ―.

Therefore AΒ―=nOn and is a Gδ set.

Theorem

In usual ℝ, β„š is a Fσ set.

Proof:
Since β„š with the usual topology is a metric space, every singleton such that xβ„š is closed. Thus, we have a countable union of closed sets, and hence β„š is a Fσ set.

Exercises

  1. Prove the following are topologies:
    • The discrete topology on any set.
    • The indiscrete topology on any set.
    • The cofinite topology on any set.
    • The cocountable topology on any set.
  2. Show that the cofinite (respectively, cocountable) topology on a set X equals the discrete topology if and only if X is finite (respectively, countable).
  3. Prove that a set is open if and only if for every element within the set, there is a neighborhood contained within the set.
  4. Show that the discrete topology is the topology induced by the discrete metric. (This is also a splendid way of remembering the discrete and the indiscrete topology)

fr:Espace topologique ja:位相空間論


Template:Navigation

Template:BookCat

Template:Stage