Topological space: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Hendra I. Nurdin
mNo edit summary
imported>Jitse Niesen
(merge text from Topological Space, add how a metric defines a topology, add alternative definition through neighbourhoods)
Line 3: Line 3:


==Formal definition==  
==Formal definition==  
A topological space is an ordered pair <math>(X,O)</math> where <math>X</math> is a set and <math>O</math> is a collection of subsets of <math>X</math> (i.e. <math> A \in O \Rightarrow A \subset X</math>) with the following three properties:
A topological space is an ordered pair <math>(X,O)</math> where <math>X</math> is a set and <math>O</math> is a collection of subsets of <math>X</math> (i.e., any element <math> A \in O </math> is a subset of ''X'') with the following three properties:


1. <math>X</math> and <math>\emptyset</math> (the empty set) are in <math>O</math>
# <math>X</math> and <math>\emptyset</math> (the empty set) are in <math>O</math>
 
# The union of any number (countable or uncountable) of elements of <math>O</math> is again in <math>O</math>     
2. The union of any number (countable or uncountable) of elements of <math>O</math> is again in <math>O</math>     
# The intersection of any ''finite'' number of elements of <math>O</math> is again in <math>O</math>   
 
3. The intersection of any <i>finite</i> number of elements of <math>O</math> is again in <math>O</math>   


Elements of the set <math>O</math> are called open sets (of <math>X</math>).  
Elements of the set <math>O</math> are called open sets (of <math>X</math>).  
   
   
Note that as shorthand a topological space <math>(X,O)</math> is often simply written as <math>X</math> once the particular topology on <math>X</math> is understood.
A topological space <math>(X,O)</math> is often simply written as <math>X</math> once the particular topology on <math>X</math> is understood.


== Examples ==
== Examples ==
Line 19: Line 17:
1. Let <math>X=\mathbb{R}</math> where <math>\mathbb{R}</math> denotes the set of real numbers. The open interval ]''a'', ''b''[ (where ''a'' < ''b'') is the set of all numbers between ''a'' and ''b'':
1. Let <math>X=\mathbb{R}</math> where <math>\mathbb{R}</math> denotes the set of real numbers. The open interval ]''a'', ''b''[ (where ''a'' < ''b'') is the set of all numbers between ''a'' and ''b'':


<center><math> \mathopen{]} a,b \mathclose{[} = \{ y \in \mathbb{R} \mid a < y < b \}.</math></center>  
:<math> \mathopen{]} a,b \mathclose{[} = \{ y \in \mathbb{R} \mid a < y < b \}.</math>


Then a topology <math>O</math> can be defined on <math>X=\mathbb{R}</math> to consist of <math>\emptyset</math> and all sets of the form:  
Then a topology <math>O</math> can be defined on <math>X=\mathbb{R}</math> to consist of <math>\emptyset</math> and all sets of the form:  


<center><math>\bigcup_{\gamma \in \Gamma} \mathopen{]} a_\gamma, b_\gamma \mathclose{[} ,</math></center>  
:<math>\bigcup_{\gamma \in \Gamma} \mathopen{]} a_\gamma, b_\gamma \mathclose{[} ,</math>
 
where <math>\Gamma</math> is any arbitrary index set, and <math>a_{\gamma}</math> and <math>b_{\gamma}</math> are real numbers satisfying <math>a_\gamma < b_\gamma</math> for all <math>\gamma \in \Gamma </math>. This is the familiar topology on <math>\mathbb{R}</math> and probably the most widely used in the applied sciences. However, in general one may define different inequivalent topologies on a particular set <math>X</math> and in the next example another topology on <math>\mathbb{R}</math>, albeit a relatively obscure one,  will be constructed.
 
2. Let <math>X=\mathbb{R}</math> as before. Let <math>O</math> be a collection of subsets of <math>\mathbb{R}</math> defined by the requirement that <math>A \in O </math> if and only if <math>A=\emptyset</math> or <math>A</math> contains all except at most a finite number of real numbers. Then it is straightforward to verify that <math>O</math> defined in this way has the three properties required to be a topology on <math>\mathbb{R}</math>. This topology is known as the ''cofinite topology'' or ''Zariski topology''.
 
3. Every [[metric space|metric]] <math>d</math> on <math>X</math> gives rise to a topology on <math>X</math>. The open ball with centre <math>x \in X</math> and radius <math>r > 0</math> is defined to be the set
:<math> B_r(x) = \{ y \in X \mid d(x,y) < r \}. </math>
A set <math>A \subset X</math> is open if and only if for every <math>x \in A</math>, there is an open ball with centre <math>x</math> contained in <math>A</math>. The resulting topology is called the topology induced by the metric <math>d</math>. The standard topology on <math>\mathbb{R}</math>, discussed in Example 1, is induced by the metric <math>d(x,y) = |x-y|</math>.
 
== Neighbourhoods ==
Given a topological space <math>(X,O)</math>, we say that a subset ''N'' of ''X'' is a neighbourhood of a point <math>x \in X</math> if ''N'' contains an open set <math>U \in O</math> containing the point ''x''.<ref>Some authors use a different definition, in which a neighbourhood ''N'' of ''x'' is an open set containing ''x''.</ref>


where <math>\Gamma</math> is any arbitrary index set, and <math>a_{\gamma}</math> and <math>b_{\gamma}</math> are real numbers satisfying <math>a_\gamma < b_\gamma</math> for all <math>\gamma \in \Gamma </math>. This topology is precisely the familiar topology induced on <math>\mathbb{R}</math> by the Euclidean distance <math>d(x,y)=|x-y|</math> and probably the most widely used in the applied sciences. However, in general one may define different inequivalent topologies on a particular set <math>X</math> and in the next example another topology on <math>\mathbb{R}</math>, albeit a relatively obscure one,  will be constructed.  
In this article, we defined topological spaces in terms of their open sets. It is also possible to define topological spaces in terms of neighbourhoods. In this alternative approach, a topological space is defined by the set <math>X</math> and for each <math>x \in X</math>, a collection <math>N_x</math> of subsets of <math>X</math> (the neighbourhoods of <math>x</math>), such that:
# <math>N_x</math> is not empty for any <math>x \in X</math>
# If <math>U</math> is in <math>N_x</math> then <math>x \in U</math>
# The intersection of two elements of <math>N_x</math> is again in <math>N_x</math>
# If <math>U</math> is in <math>N_x</math> and <math>V \subset X</math> contains <math>U</math>, then <math>V</math> is again in <math>N_x</math>
# If <math>U</math> is in <math>N_x</math> then there exists a <math>V \in N_x</math> such that <math>V</math> is a subset of <math>U</math> and <math>V \in N_y</math> for all <math>y \in V</math>
The open sets in this topology are precisely those sets <math>A</math> that are in <math>N_x</math> for all <math>x \in A</math>.


2. Let <math>X=\mathbb{R}</math> as before. Let <math>O</math> be a collection of subsets of <math>\mathbb{R}</math> defined by the requirement that <math>A \in O </math> if and only if <math>A=\emptyset</math> or <math>A</math> contains all except at most a finite number of real numbers. Then it is straightforward to verify that <math>O</math> defined in this way has the three properties required to be a topology on <math>\mathbb{R}</math>. This topology is known as the <i>Zariski topology</i>.
This alternative approach is particularly useful when one considers topologies on topological abelian groups and topological rings by subgroups or ideals, respectively, because knowing the neighbourhoods of any point is equivalent to knowing the neighbourhoods of 0.


== Some topological notions==
== Some topological notions==
Line 33: Line 48:


; Partial list of topological notions  
; Partial list of topological notions  
; Neighbourhood : A subset ''N'' of ''X'' is a neighbourhood of a point <math>x \in X</math> if ''N'' contains an open set <math>U \in O</math> containing the point ''x'' 
; Limit point : A point <math>x \in X</math> is a limit point of a subset ''A'' of ''X'' if any open set in ''O'' containing ''x'' also contains a point <math>y \in A</math> with <math>y \ne x</math>. An equivalent definition is that <math>x \in X</math> is a limit point of ''A'' if every neighbourhood of ''x'' contains a point <math>y \in A</math> different from ''x''.
; Limit point : A point <math>x \in X</math> is a limit point of a subset ''A'' of ''X'' if any open set in ''O'' containing ''x'' also contains a point <math>y \in A</math> with <math>y \ne x</math>. An equivalent definition is that <math>x \in X</math> is a limit point of ''A'' if every neighbourhood of ''x'' contains a point <math>y \in A</math> different from ''x''.
; Open cover : A collection <math>\mathcal{U}</math> of open sets of ''X'' is said to be an open cover for ''X'' if each point <math>x \in X</math> belongs to at least one of the open sets in <math>\mathcal{U}</math>  
; Open cover : A collection <math>\mathcal{U}</math> of open sets of ''X'' is said to be an open cover for ''X'' if each point <math>x \in X</math> belongs to at least one of the open sets in <math>\mathcal{U}</math>  
Line 53: Line 67:
== See also ==
== See also ==


[[Topology]]
* [[Topology]]
 
* [[Analysis]]
[[Analysis]]
* [[Metric space]]


[[Metric space]]
== Notes ==
<references/>


== References ==
== References ==


1. K. Yosida, <i>Functional Analysis</i> (6 ed.), ser. Classics in Mathematics, Berlin, Heidelberg, New York: Springer-Verlag, 1980
# K. Yosida, ''Functional Analysis'' (6 ed.), ser. Classics in Mathematics, Berlin, Heidelberg, New York: Springer-Verlag, 1980
 
# D. Wilkins, Lecture notes for Course 212 - Topology, Trinity College Dublin, URL: [http://www.maths.tcd.ie/~dwilkins/Courses/212/]   
2. D. Wilkins, Lecture notes for Course 212 - Topology, Trinity College Dublin, URL: [http://www.maths.tcd.ie/~dwilkins/Courses/212/]   


[[Category:Mathematics Workgroup]]
[[Category:Mathematics Workgroup]]
[[Category:CZ Live]]
[[Category:CZ Live]]

Revision as of 09:44, 5 December 2007

This article is developing and not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

In mathematics, a topological space is an ordered pair where is a set and is a certain collection of subsets of called the open sets or the topology of . The topology of introduces a structure on the set which is useful for defining some important abstract notions such as the "closeness" of two elements of and convergence of sequences of elements of .

Formal definition

A topological space is an ordered pair where is a set and is a collection of subsets of (i.e., any element is a subset of X) with the following three properties:

  1. and (the empty set) are in
  2. The union of any number (countable or uncountable) of elements of is again in
  3. The intersection of any finite number of elements of is again in

Elements of the set are called open sets (of ).

A topological space is often simply written as once the particular topology on is understood.

Examples

1. Let where denotes the set of real numbers. The open interval ]a, b[ (where a < b) is the set of all numbers between a and b:

Then a topology can be defined on to consist of and all sets of the form:

where is any arbitrary index set, and and are real numbers satisfying for all . This is the familiar topology on and probably the most widely used in the applied sciences. However, in general one may define different inequivalent topologies on a particular set and in the next example another topology on , albeit a relatively obscure one, will be constructed.

2. Let as before. Let be a collection of subsets of defined by the requirement that if and only if or contains all except at most a finite number of real numbers. Then it is straightforward to verify that defined in this way has the three properties required to be a topology on . This topology is known as the cofinite topology or Zariski topology.

3. Every metric on gives rise to a topology on . The open ball with centre and radius is defined to be the set

A set is open if and only if for every , there is an open ball with centre contained in . The resulting topology is called the topology induced by the metric . The standard topology on , discussed in Example 1, is induced by the metric .

Neighbourhoods

Given a topological space , we say that a subset N of X is a neighbourhood of a point if N contains an open set containing the point x.[1]

In this article, we defined topological spaces in terms of their open sets. It is also possible to define topological spaces in terms of neighbourhoods. In this alternative approach, a topological space is defined by the set and for each , a collection of subsets of (the neighbourhoods of ), such that:

  1. is not empty for any
  2. If is in then
  3. The intersection of two elements of is again in
  4. If is in and contains , then is again in
  5. If is in then there exists a such that is a subset of and for all

The open sets in this topology are precisely those sets that are in for all .

This alternative approach is particularly useful when one considers topologies on topological abelian groups and topological rings by subgroups or ideals, respectively, because knowing the neighbourhoods of any point is equivalent to knowing the neighbourhoods of 0.

Some topological notions

This section introduces some important topological notions. Throughout, X will denote a topological space with the topology O.

Partial list of topological notions
Limit point
A point is a limit point of a subset A of X if any open set in O containing x also contains a point with . An equivalent definition is that is a limit point of A if every neighbourhood of x contains a point different from x.
Open cover
A collection of open sets of X is said to be an open cover for X if each point belongs to at least one of the open sets in
Path
A path is a continuous function . The point is said to be the starting point of and is said to be the end point. A path joins its starting point to its end point
Hausdorff/separability property
X has the Hausdorff (or separability) property if for any pair there exist disjoint sets U and V with and
Connectedness
X is connected if given any two disjoint open sets U and V such that , then either X=U or X=V
Path-connectedness
X is path-connected if for any pair there exists a path joining x to y
Compactness
X is said to be compact if any open cover of X has a finite sub-cover. That is, any open cover has a finite number of elements which again constitute an open cover for X

A topological space with the Hausdorff, connectedness, path-connectedness property is called, respectively, a Hausdorff (or separable), connected, path-connected topological space. A path connected topological space is also connected, but the converse need not be true.

Induced topologies

A topological space can be used to define a topology on any particular subset or on another set. These "derived" topologies are referred to as induced topologies. Descriptions of some induced topologies are given below. Throughout, will denote a topological space.

Some induced topologies
Relative topology
If A is a subset of X then open sets may be defined on A as sets of the form where O is any open set in . The collection of all such open sets defines a topology on A called the relative topology of A as a subset of X
Quotient topology
If Y is another set and q is a surjective function from X to Y then open sets may be defined on Y as subsets U of Y such that . The collection of all such open sets defines a topology on Y called the quotient topology induced by q

See also

Notes

  1. Some authors use a different definition, in which a neighbourhood N of x is an open set containing x.

References

  1. K. Yosida, Functional Analysis (6 ed.), ser. Classics in Mathematics, Berlin, Heidelberg, New York: Springer-Verlag, 1980
  2. D. Wilkins, Lecture notes for Course 212 - Topology, Trinity College Dublin, URL: [1]