Building off a previous question, I'm trying to prove some properties about a certain function, but I may be flubbing the whole thing.
Suppose I have a well-ordered set $(B,\leq)$ where there is a unique $b\in B$ such that $\{a\in B\mid a\lt b\}$ is uncountable, but $\{a\in B\mid a\lt c\}$ is countable for all $c\neq b$.
With this set $(B,\leq)$ in mind, I can set up a base with the intervals of form $\{a\in B\mid a\lt x\}$, $\{a\in B\mid a\gt y\}$, and $\{a\in B\mid x\lt a\lt y\}$ for various $x,y\in B$. This covers $B$ and the intersection of two intervals is another interval (when the intersection is nonempty) so this family is indeed a base. I'll call it $\mathcal{B}$, and take the associated topology on $B$.
Now let $\phi\colon B\to \{0,1\}$ be defined as $\phi(b)=1$ and $\phi(a)=0$ for any $a\neq b$. Let $\{0,1\}$ have the discrete topology. So I believe $\phi$ is not continuous since $\phi^{-1}(\{1\})=\{b\}$ is not open in $B$ as $\{b\}$, as a singleton, cannot possibly have one of the three forms of intervals in $\mathcal{B}$. Am I correct in thinking this?
I want to finally show that for any convergent sequence $\{a_i\}$ in $B$, then $\lim_{i\to\infty}\phi(a_i)=\phi(\lim_{i\to\infty}a_i)$. How can one do this?
Let $a_i\to a$. My thinking is I just need to show any nbhd of $\phi(a)$ contains all but finitely many $\phi(a_i)$. So the only nbhds of $\phi(a)$ are $\{\phi(a)\}$ and $\{0,1\}$. Clearly $\{0,1\}$ contains all $\phi(a_i)$. If $\phi(a)=0$, then all but finitely many $a_i$ map to $\phi(a)$, since only $\phi(b)=1$. I think there might be more that needs to be said about this, my worry is that maybe $b$ shows up in the sequence infinitely many times?. And if $\phi(a)=1$, I'm not sure what to do. I'd appreciate an explanation on how this property holds. Many thanks.