Suppose I have a topological space $(X, \tau^X)$. Based on the Wikipedia definition of an isolated point, $p \in X$ is an isolated point if and only if $\{p\} \in \tau^X$.
In one specific example I'm looking at, I have one point that seems very different from all the rest.
The first thing that I noticed about this point $p$ is that every sequence $s$ that converges to $p$ is eventually constantly $p$. I heard the phrase "isolated point" before, so I looked it up on Wikipedia, but I didn't see a theorem connecting the open-set-flavored definition to sequence/net/filter-flavored definition, which made me curious.
- I'm wondering whether the sequence characterization is equivalent in general to being an isolated point.
- Assuming the sequence characterization is inequivalent, is there a more general kind of pseudosequence like a net that can capture the notion of being an isolated point.
What follows is motivation. The question above is self-contained without the movation.
I asked this question earlier today and tried to come up with a linear order without endpoints with no fixed-point-free order-automorphisms.
My first attempt was the order $ \mathbb{R} + \{0\} + \mathbb{R} $ which was unsuccessful (since it is equivalent to $\mathbb{R}$ as Noah Schweber points out here).
My next and current attempt is the order $\mathbb{R} + \{ 0, 1, 2 \} + \mathbb{R}$, which I'll call $\alpha$. I'm pretty sure an order-automorphism of this ordering must fix $1$.
If I endow $\alpha$ with the order topology, then $1$ is an isolated point because the open interval $(0, 2)$ is $\{1\}$.
$1$ also has the property that any sequence that approaches it, intuitively, will eventually need to "hop over" the chasm between $0$ and $1$ or between $1$ and $2$.
The visual metaphor of "eventually needing to jump" is pretty natural, so it seems like it must correspond to something.
If $p$ is an isolated point in $X$, then every sequence converging to $p$ contains $p$. Stronger, every sequence converging to $p$ is eventually equal to $p$. This is immediate from the definition: Suppose $(x_n)_{n\in \mathbb{N}}$ converges to $p$. Since $\{p\}$ is an open neighborhood of $p$, there exists $N\in \mathbb{N}$ such that $x_n\in \{p\}$ for all $n\geq N$, so $x_n = p$ for all $n\geq N$.
The converse is false. For a counterexample, take the ordinal $\omega_1+1$ ($\omega_1$ is the least uncountable ordinal) with the order topology. The point $p = \omega_1$ is not isolated, since it does not an immediate predecessor. But for any sequence $(\alpha_n)_{n\in \mathbb{N}}$, which does not contain $\omega_1$, $\sup\{\alpha_n\mid n\in \mathbb{N}\}$ is an ordinal $\beta<\omega_1$ (since $\omega_1$ is regular), so the sequence does not meet the interval $(\beta,\infty)$, and hence it does not converge to $\omega_1$. Taking the contrapositive, any sequence converging to $\omega_1$ contains $\omega_1$.
Replacing sequences with nets, the analogue of your statement is true, with a straightforward proof. The following are equivalent:
$1\implies 2$: Just as for sequences, suppose $(x_d)_{d\in D}$ is a net converging to $p$. Since $\{p\}$ is an open neighborhood of $p$, there exists $a\in D$ such that $x_b\in \{p\}$ for all $b\geq a$, so $x_b = p$ for all $b\geq a$.
$2\implies 3$: Trivial.
$3\implies 1$: Suppose $p$ is not an isolated point. We construct a net converging to $p$ which does not contain $p$. Let $D$ be the set of all open neighborhoods of $p$, ordered by reverse inclusion, so $U\leq V$ if and only if $V\subseteq U$. This is a directed set, since for any $U,V\in D$, $U\cap V$ is an open neighborhood of $p$, and we have $U\leq (U\cap V)$ and $V\leq (U\cap V)$. Now for any $U\in D$, since $p$ is not isolated, $U\neq \{p\}$, so we can pick some $x_U\in U$ with $x_U\neq p$. The net $(x_U)_{U\in D}$ does not contain $p$, but it converges to $p$. Indeed, for an open neighborhood $U$ of $p$, if $U\leq V\in D$, then $x_v\in V\subseteq U$, so $x_V\in U$ for all $V\geq U$.