Nets and Convergence: Why directed indices?

Nets emerges from the work of Moore and Smith to understand integrals, i.e., integrals are the great example of nets. For localizing it, imagine you want to calculate

$$\int_a^bf(x)\,dx$$

for a sufficient good function $f$. Now, we consider all pairs of $(\{X_i\}_{i<n},\{\xi_i\}_{i<n})$, where $\{X_i\}_{i<n}$ is a partition in measurable set of $[a,b]$, i.e., a family of sets such that $$\bigcup_{i<n}X_i=[a,b]$$ and such that for each $i$, we can calc the length of $X_i$, $l(X_i)$ and where $\{\xi_i\}_{i<n}$ a family of points such that for all $i$, $\xi_i\in X_i$; and for each of these pairs $\mathcal{X}=(\{X_i\}_{i<n},\{\xi_i\}_{i<n})$ we consider the sum $$I(f,\mathcal{X})=\sum_{i<n} f(\xi_i)l(X_i)$$ which is an approximation of our desired integral. The problem is that we need now a way to understand how these sums converge to the desire integral and this can only be done via directed sets and nets. In this way directed sets arise in a natural manner as the only possible way to order these partitions.

In this particular case, the usual order is that $$\mathcal{X}=(\{X_i\}_{i<n},\{\xi_i\}_{i<n})\geq \mathcal{X'}=(\{X_i'\}_{i<n'},\{\xi_i'\}_{i<n'})$$ whenever for all $i<n$ there is some $j_i<n'$ such that $X_i\subseteq X_{j_i}'$, i.e., the first partition is a refinement of the second one. And here the usual axioms of directed sets are translated in the following way:

  1. Every partition is a refinement of itself.
  2. If $\mathcal{X}$ is a refinement of $\mathcal{X}'$ and $\mathcal{X}'$ a refinement of $\mathcal{X}''$, then $\mathcal{X}$ is a refinement of $\mathcal{X}''$.
  3. Given any two partitions $\mathcal{X}$ and $\mathcal{Y}$, there is always a partition $\mathcal{Z}_{\mathcal{X},\mathcal{Y}}$ which refines both $\mathcal{X}$ and $\mathcal{Y}$.´

If you haven't, take the dfinition of net and check that $\{I(f,\mathcal{X})\}_\mathcal{X}$ converges effectively to the integral of $f$.

In this sense we can speak that the previous partial sums converge to the integral we want to calculate because there is a sense about what means all partitions that refines the one you take. Furthermore, if we take any partition we can refine it to be a refinement of the given one, which means that we know what means we don't miss any

So, why we need directed sets? Because we need to have a sense of direction to advance so as in the case of the partitions, we have to have a clear notions of what means advancing and this is not only possible with the third axioms. If you omit it, then it is not clear that convergence has the meaning of the net approaching to the point as it would happen if it were not possible for each pair of partitions to build a partition that refines both of them. This is the essence of the direction, giving the sense that the net advance towards to its limit points.

For your example, even though $$\lim_{n\to\infty} x_{(1,n)}=\infty\text{,}$$ it has sense to say that the net converges because when you are advancing whit one fixed, even if you "arrived" to $(1,\infty)$, you have not advance enough because there are points far beyond to advance. This means that by fixing one, you are not advancing all you can to the given direction because there are pints that you will never pass beyond in this way.

Note: If any inquiry, please tell me.


To define a notion of converge of a net $Φ$ you need some sort of order on the indexing set, and it should at least be reflexive and transitive. You can think of a net as many "lines" $ α ≤ α_1 ≤α_2\le...$ and $β ≤ β_1 ≤ β_2 ≤ ... $. The third condition ensures that every two lines eventually meet. If a net were defined merely as a function from an arbitrary set $S$, then this $S$ would become irrelevant due to having no structure at all and we could just look at its image $Φ(S)$. A limit of $Φ$ could then at best be defined as a point $x$ where infinitely many points of $Φ(S)$ are gathering. This, however, would not be any different from $x$ being a limit point of the set $Φ(S)$ in the space $X$. In other words, there would be no difference between a net in $X$ and just an ordinary subset of $X$.

Another reason for directed sets is that we get a sort of equivalence between nets and filters. Suppose $\Phi$ is a net over the directed set $I$. You can get a filter "Filter$(Φ)$" by taking the tails $T_j=\{Φ_i\mid i\ge j\}$ as a filter base. The condition that the intersection of $T_j$ and $T_k$ contains another $T_l$ comes just from the property that for any $j,k$ there is another $l\ge k,j$.
On the other hand, if you have a filter $\cal F$, then define the directed set $$I_\cal F=(\{(x,F)\mid x\in F\in\mathcal F\},\ (x,F)\le (y,G)\iff G\subseteq F)$$ and let Net$(\cal F)_{(x,F)}=x$. Note that the tails of Net$(\cal F)$ are precisely the $F\in\cal F$. This implies that $\text{Filter(Net($\cal F$))}=\cal F$. With a reasonable notion of "subnet" we can show that $\text{Net(Filter($Φ$))}$ and $Φ$ are subnets of each other. This means that going from a net to a filter and back (or from a filter to net and back) yields the original object.


1) For convergence you obviously need some sense of direction. Sequences give a simple of direction (towards $\infty$) but it turns out this is not good enough for dealing with arbitrary topological spaces. So people generalized sequences to nets by using arbitrary directed sets. There was no a priori reason this would work for arbitrary spaces either but it turned out it does work. Filters are equally good and are equivalent to nets.

2) The subnet $y$, given by restricting to the top row, is cofinal in $x$ and it obviously converges to $0$, so $x \to 0$ as well. Informally, the net eventually goes up. More formally, for every $(a,n) \in x$, there is $(b, m) \in y$ such that $(b, m) \geq (a,n)$. Just take $(b, m) := (2, n)$. If you reverted the vertical arrows, the resulting net would go bottom and wouldn't converge.