PlanetMath (more info)
 Math for the people, by the people. Sponsor PlanetMath
Encyclopedia | Requests | Forums | Docs | Wiki | Random | RSS  
Login
create new user
name:
pass:
forget your password?
Main Menu
Viewing Version 4 of 'net'
[ view 'net' | back to history ]

Title of object: net
Canonical Name: Net
Type: Definition

Created on: 2002-08-01 11:58:03
Modified on: 2005-07-15 14:19:13

Creator: mathcam
Modifier: mathcam
Author: mathcam
Author: Evandar

Classification: msc:54A20
Defines: subnet

Revision comment (for changes between this and next version):

Changes for correction #8173 ('missing $$').

Preamble:

% this is the default PlanetMath preamble. as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here
Content:

Let $X$ be a set. A \emph{net} is a map from a directed set to X. In other words, it is a pair $(A,\gamma)$ where $A$ is a directed set and $\gamma$ is a map from $A$ to $X$. If $a\in A$ then $\gamma(a)$ is normally written $x_a$, and then the net is written $(x_a)_{a\in A}$.

Now suppose $X$ is a topological space, $A$ is a directed set, and $(x_a)_{a\in A}$ is a net. Let $x\in X$. $(x_a)$ is said to \emph{converge} to $x$ iff whenever ever $U$ is an open neighbourhood of $x$, there is some $b \in A$ such that $x_a \in U$ whenever $a \geq b$..

Similarly, $x$ is said to be an \emph{accumulation point} of $(x_a)$ iff whenever $U$ is an open neighbourhood of $x$ and $b \in A$ there is $a \in A$ such that $a \geq b$ and $x_a \in U$.

Now let $B$ be another directed set, and let $\delta :B\rightarrow A$ be an increasing map such that $\delta(B)$ is cofinal in $A$. Then the pair $(B, \gamma\circ\delta)$ is said to be a \emph{subnet} of $(A,\gamma)$.

Under these definitions, nets become a generalisation of sequences to arbitrary topological spaces. For example:

\begin{itemize}
\item
if $X$ is Hausdorff then any net in $X$ converges to at most one point
\item
if $Y$ is a subspace of $X$ then $x\in\overline{Y}$ iff there is a net in $Y$ converging to $x$
\item
if $X'$ is another topological space and $f:X\rightarrow X'$ is a map then $f$ is continuous at $x$ iff whenever $(x_a)$ is a net converging to $x$, $(f(x_a))$ is a net converging to $f(x)$
\item
$X$ is compact iff every net has a convergent subnet
\end{itemize}