Topology/Lesson 1: Difference between revisions

From testwiki
Jump to navigation Jump to search
Fixed typo, strucure to structure
 
(No difference)

Latest revision as of 23:36, 4 March 2025

What is a Topology?

The word "topology" has two meanings: it is both the name of a mathematical subject and the name of a mathematical structure. A topology on a set X (as a mathematical structure) is a collection of what are called "open subsets" of X satisfying certain relations about their intersections, unions and complements. In the basic sense, Topology (the subject) is the study of structures arising from or related to topologies.

Reading Assignment

The following reading is suggested to help supplement this lesson.

Definition (topology)

Let X be a set. Then a topology on X is a set 𝒯 such that the following conditions hold.

  1. {,X}𝒯2X (where 2X denotes the power set of X)
  2. For 𝒮𝒯 we have (U𝒮U)𝒯.
  3. For finite sets 𝒮𝒯 we have (U𝒮U)𝒯.

The set X together with the topology 𝒯 is called a topological space (or simply a space) and is commonly written as the pair (X,𝒯). Or, when 𝒯 is understood it may be omitted and we will simply say that X is a topological space.

Examples

Here are some very simple examples of topological spaces. For these examples, X can be any set.

Discrete topology
The collection 𝒯d=2X is called the discrete topology on X.
Indiscrete topology
The collection 𝒯i={,X} is called the indiscrete topology or trivial topology on X.
Particular point topology
Given a point x0X, the collection 𝒯x0={UXx0U}{} is called the particular-point topology on X.

It is left as an exercise to verify that each of these three collections does indeed satisfy the axioms of a topology (conditions 1,2,3 in the definition above).

Reading supplement

See also Wikipedia articles:

Definition (open set, closed set,neighborhood)

Suppose that (X,𝒯) is a topological space.

Open set
A set UX is open if U𝒯.
Closed set
A set AX is closed if Ac=(XA)𝒯.
Neighborhood
For a point x0X a set NX is a neighborhood of x0 if there is an open set U𝒯 such that x0UN.

Definition (closed topology)

Alternate definition of a topology

Suppose that {,X}𝒮2X. Then 𝒮 is a closed topology if

  1. for any 𝒮 we have (RR)𝒮 and
  2. for any finite collection 𝒮 we have (RR)𝒮.

Show that for any set X, the collection 𝒯 is a topology on X if and only if the collection 𝒮={TcT𝒯} is a closed topology on X.

Definition (interior, closure)

Let (X,𝒯) be a space and let AX.

Interior
The interior of A (denoted int(A)) is defined to be the union of all open sets contained in A. In other words, int(A)=UAU𝒯U.
Closure
The closure of A (denoted A¯) is defined to be the intersection of all closed sets containing A. That is, A¯=BABc𝒯B.

Definition (basis)

Let (X,𝒯) be a space. Then a collection 𝒯 is a basis if for any point x0X and any neighborhood N of x0 there is a basis element B such that x0BN.

The benefit of talking about a basis is that sometimes describing every open set is unwieldy. For example, describing an open set in the Euclidean plane 2 would be difficult, but describing a basis is very easy. A basis of open sets in the plane is given by "open rectangles". That is ={(a,b)×(c,d)a<b,c<d} forms a basis.

Once a basis is determined, a set UX is open if it is the union of basis elements. That is, if is a basis, then the topology is given by 𝒯={B𝒜B𝒜}.

Definition (compact)

Let (X,𝒯) be a topological space. Then a set KX is compact if and only if every open cover of K has a finite subcover.

Reading supplement

See also Wikipedia articles:

Lesson Exercises

  1. Let X be a three-point set. Then there are 223=256 different subsets of 2X. How many of these are topologies on X? In other words, how many different 3-point topologies are there?
  2. Can you find a formula for the number of topologies on an n-point set?
  3. Suppose that 2X is such that for any xX there is a set B containing x and that for any two sets B1,B2 such that B1B2 there is a set B3 such that B3B1B2. Show that the collection 𝒯={A𝒜A𝒜}{} is a topology on X and that is a basis for 𝒯.
  4. Let 𝒮2X be such that for all xX there is a set S𝒮 which contains x. Then show that the collection ={RR𝒮 is finite} is a basis for a topology 𝒯 on X (using the criterion given in exercise 3). In this case, we call 𝒮 a subbasis for 𝒯.
  5. A basis for a topology 𝒯 is said to be minimal if any proper collection 𝒜 is not a basis for 𝒯. Given a set X, find a minimal basis for the discrete topology 𝒯d=2X.
  6. It is clear from the definition that int(A)AA¯. Show that if AB then int(A)int(B) and A¯B¯.
  7. Show that int(int(A))=int(A) and that A¯=A¯. Use these facts to show that AX is open if and only if A=int(A) and is closed if and only if A=A¯.
  8. Is it true that for any set AX that Ac=(int(A))c? Give a proof or a counterexample.
  9. Show that the collection ={(a,b)a<b}[1] of open intervals is a basis for a topology on . This is called the standard topology on .

[[../Lesson 2|Next Lesson]]

Notes

  1. where (a,b):={x:a<x<b}