Questions tagged [nets]

A net is a generalization of a sequence where a directed set is used as the index set instead of positive integers. Convergence of nets can be defined in a similar way as convergence of sequences. Convergent nets in a topological space uniquely determine its topology.

A net is a generalization of a sequence where a directed set is used as the index set instead of positive integers. Convergence of nets can be defined in a similar way as convergence of sequences.

In metric spaces convergence of sequences unique determines which subsets are closed/open. (A subset $C$ of a metric space is closed if and only if every convergent sequence with all terms in $C$ has limit also in $C$. A subset $O$ of a metric space is open if and only if every convergent sequence which has limit in $O$ is eventually in $O$.) This is no longer true if we work with arbitrary topological spaces, but if we replace sequences by nets, the above characterizations of closed and open sets are valid. This means that convergent nets uniquely determine topology of the space.

Also many important topological properties can be characterized using nets (for example Hausdorffness, compactness).

387 questions
1
vote
1 answer

Finding a subnet of a sequence

Consider the sequence $f: \mathbb{N} \rightarrow \mathbb{N}$ defined by $n \mapsto n$. Then this sequence should have a universal subnet. I’ve seen an exercise that says that a sequence is a universal net if and only it is eventually constant. So,…
user328442
  • 2,705
1
vote
2 answers

eventually and frequently for nets

I'm studying nets and there is something in the definition of eventually and frequently that is confusing me. These are the definitions I have. Eventually: a net $(x_\lambda)_{\lambda \in \Lambda}$ in a set $X$ is eventually in $Y \subset X$ if…
0
votes
1 answer

When a net of positive real numbers converges?

Let $\{a_i\mid i\in I\}$ and $\{b_i\mid i\in I\}$ be a two sets of non-negative real numbers. If $a_i\leq b_i$ for every $i$, and $\sum_{i\in I}b_i=1$, then when $\sum_{i\in I}a_i$ converges? If $I$ is countable, then it converges. But I want to…
khers
  • 379