[example: Sequential Closure Failure in an Uncountable Product]
Consider the product space $X = \{0, 1\}^{\mathbb{R}}$, the set of all functions $f: \mathbb{R} \to \{0, 1\}$ equipped with the [product topology](/page/Product%20Topology). Each factor $\{0, 1\}$ carries the discrete topology. Define the subset
\begin{align*}
A := \{f \in X : f(t) = 0 \text{ for all but finitely many } t \in \mathbb{R}\},
\end{align*}
consisting of functions with finite support. We claim that the constant function $g \equiv 1$ belongs to the [closure](/page/Closure) $\overline{A}$ but is not the limit of any sequence in $A$.
**Closure membership.** A basic open set in the product topology has the form
\begin{align*}
U = \prod_{t \in \mathbb{R}} U_t, \quad \text{where } U_t = \{0, 1\} \text{ for all but finitely many } t.
\end{align*}
Suppose $g \in U$. Then $U_t = \{1\}$ for only finitely many values of $t$, say $t_1, \ldots, t_k$. The function $f$ defined by $f(t_i) = 1$ for $i = 1, \ldots, k$ and $f(t) = 0$ for all other $t$ belongs to both $A$ and $U$. Hence every basic open neighbourhood of $g$ meets $A$, so $g \in \overline{A}$.
**No sequence in $A$ converges to $g$.** Suppose for contradiction that $(f_n)_{n \in \mathbb{N}}$ is a sequence in $A$ with $f_n \to g$ in the product topology. Each $f_n$ has finite support, so the set $S := \bigcup_{n=1}^\infty \operatorname{supp}(f_n)$ is a countable union of finite sets, hence countable. Since $\mathbb{R}$ is uncountable, there exists $t_0 \in \mathbb{R} \setminus S$. For this $t_0$, we have $f_n(t_0) = 0$ for every $n$, so $\pi_{t_0}(f_n) = 0$ for all $n$. But $\pi_{t_0}(g) = 1$, and since the projection $\pi_{t_0}: X \to \{0,1\}$ is continuous, convergence $f_n \to g$ would require $\pi_{t_0}(f_n) \to \pi_{t_0}(g) = 1$, a contradiction.
[/example]