A map $F: X \to Y$ is said to be closed if $x_n \to x$ in $X$ and $F(x_n) \to y $ in $Y$ implies $y = F(x)$.
As confusing as the definition is, I cannot seem to understand how a closed map is not necessarily continuous. There is also an attached example:
Let $F: \mathbb{R} \to \mathbb{R}$ be given as $F(t) = 1/t$ if $t \ne 0$, and $F(0) =0$. Then $F$ is a closed map but not continuous. How?
I tried taking the sequence $t_n = 1/n$ which converges to $0$, but $F(x_n) = n$ which doesn't converge so the definition doesn't hold. I understand that I need a sequence $x_n$ such that $x_n \to 0$ but $F(x_n) \to y \ne 0 = F(0)$, but I cannot think of such a sequence.