Topological space: Difference between revisions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
== Definition == | == Definition == | ||
An [[ordered pair]] <math>(X, \tau)</math> is a topological space on set <math>X</math>, if <math>\tau\subseteq \mathcal{P}(X)</math> | An [[ordered pair]] <math>(X, \tau)</math> is a topological space on set <math>X</math>, if <math>\tau\subseteq \mathcal{P}(X)</math> is a '''topology''', satisfying the following properties: | ||
* <math>X, \varnothing \in \tau</math>, | * <math>X, \varnothing \in \tau</math>, | ||
| Line 11: | Line 11: | ||
== Examples == | == Examples == | ||
The real line <math>\mathbb{R}</math> equipped with the standard topology <math>\tau_{\mathbb{R}}</math> is a topological space. | |||
=== Standard topology === | |||
The real line <math>\mathbb{R}</math> equipped with the '''standard topology''' <math>\tau_{\mathbb{R}}</math> is a topological space. | |||
The standard topology on <math>\mathbb{R}</math> is defined by taking all open intervals as a [[basis]]. A set <math>U\subseteq \mathbb{R}</math> is open, if for all point <math>x\in U</math>, there exists an open interval <math>(a,b)</math> such that <math>x\in (a,b)\subseteq U</math>. | The standard topology on <math>\mathbb{R}</math> is defined by taking all open intervals as a [[basis]]. A set <math>U\subseteq \mathbb{R}</math> is open, if for all point <math>x\in U</math>, there exists an open interval <math>(a,b)</math> such that <math>x\in (a,b)\subseteq U</math>. | ||
| Line 17: | Line 19: | ||
* <math>\varnothing\in\tau_{\mathbb{R}}</math> vacuously; every point <math>x\in\mathbb{R}</math> belongs to some open interval, like <math>(x-1,x+1)</math>, which is open in <math>\mathbb{R}</math>. Therefore by the definition, <math>\mathbb{R}\in\tau_{\mathbb{R}}</math>. | * <math>\varnothing\in\tau_{\mathbb{R}}</math> vacuously; every point <math>x\in\mathbb{R}</math> belongs to some open interval, like <math>(x-1,x+1)</math>, which is open in <math>\mathbb{R}</math>. Therefore by the definition, <math>\mathbb{R}\in\tau_{\mathbb{R}}</math>. | ||
* Let <math>\{U_i\}_{i\in I}</math> be open sets and <math>U=\bigcup_{i\in I}U_i</math>. Take <math>x\in U</math>, then <math>x\in U_i</math> for some <math>i\in I</math>. Because <math>U_i</math> is open, there exists <math>(a,b)</math> such that <math>x\in (a,b)\subset U_i\subset U</math>. Therefore <math>U</math> is open. | * Let <math>\{U_i\}_{i\in I}</math> be open sets and <math>U=\bigcup_{i\in I}U_i</math>. Take <math>x\in U</math>, then <math>x\in U_i</math> for some <math>i\in I</math>. Because <math>U_i</math> is open, there exists <math>(a,b)</math> such that <math>x\in (a,b)\subset U_i\subset U</math>. Therefore <math>U</math> is open. | ||
* | * Let <math>U, V</math> be open and <math>x\in U\cap V</math>. By definition of openness, there exists <math>(a_1,b_1)\subset U</math> and <math>(a_2,b_2)\subset V</math> such that <math>(a_1,b_1)\ni x \in (a_2,b_2)</math>. Set <math>a=\max\{a_1,a_2\}</math> and <math>b=\min\{b_1,b_2\}</math>. Then <math>x\in(a,b)\subset (a_1,b_1)\cap(a_2,b_2)\subset U\cap V</math>. Thus <math>U\cap V</math> is open. By induction, the finite intersection property holds. | ||
Therefore, <math>\tau_\mathbb{R}</math> is indeed a topology on <math>\mathbb{R}</math>. | |||
}} | }} | ||
=== Discrete topology === | |||
Let <math>X</math> be an arbitary set and define the '''discrete topology''' of <math>X</math> by <math>\tau=\mathcal{P}(X)</math>. Every subset of <math>X</math> is open in <math>\tau</math>. | |||
{{Proof|proof=* <math>\emptyset, X\subseteq X</math>, thus <math>\emptyset, X\in \tau</math>. | |||
* Let <math>X\supseteq A,B\in \tau</math>, since <math>A</math> and <math>B</math> are subsets of <math>X</math>, their union <math>A\cup B</math> and intersection <math>A\cap B</math> are also a subsets of <math>X</math>, which are in the topology <math>\tau</math>. | |||
Therefore the discrete topology of <math>X</math> is a topology.}} | |||
=== Indiscrete topology === | |||
Let <math>X</math> be an arbitary set, the '''indiscrete topology''' of <math>X</math> is defined by <math>\tau=\{\emptyset, X\}</math>. | |||
{{Proof|proof=* By definition, <math>\emptyset, X\in \tau</math>. | |||
* <math>\emptyset \cup X=X\in\tau</math>. | |||
* <math>\emptyset \cap X=\emptyset\in\tau</math>. | |||
Therefore the indiscrete topology of <math>X</math> is a topology.}} | |||
==Basis== | ==Basis== | ||
Revision as of 14:26, 12 April 2026
A topological space is a fundamental mathematical structure that generalizes the concept of geometrical spaces and continuity. A topological space is equipped with a collection of open sets, capturing the intuitive idea of "nearness" without necessarily defining a metric. Topological spaces are the objects of study in general topology.
Definition
An ordered pair is a topological space on set
, if
is a topology, satisfying the following properties:
,
- if
, then
,
- if
, then
.
Elements of are called open sets.
Examples
Standard topology
The real line equipped with the standard topology
is a topological space.
The standard topology on is defined by taking all open intervals as a basis. A set
is open, if for all point
, there exists an open interval
such that
.
vacuously; every point
belongs to some open interval, like
, which is open in
. Therefore by the definition,
.
- Let
be open sets and
. Take
, then
for some
. Because
is open, there exists
such that
. Therefore
is open.
- Let
be open and
. By definition of openness, there exists
and
such that
. Set
and
. Then
. Thus
is open. By induction, the finite intersection property holds.
Therefore, is indeed a topology on
.
Discrete topology
Let be an arbitary set and define the discrete topology of
by
. Every subset of
is open in
.
, thus
.
- Let
, since
and
are subsets of
, their union
and intersection
are also a subsets of
, which are in the topology
.
Therefore the discrete topology of is a topology.
Indiscrete topology
Let be an arbitary set, the indiscrete topology of
is defined by
.
- By definition,
.
.
.
Therefore the indiscrete topology of is a topology.
Basis
- for every
, there exists
with
,
- if
with
, then there exists
such that
.
The topology generated by consists of all unions of elements of
.
Topological properties
Some key properties of topological spaces include: