I have an answer to this question which does not use the Hausdorff property, but I suspect there is an issue with my solution opposed to the question. I am aware that there are already solutions to this question (e.g. here ) but I am not quite able to understand the posted solution in full. I also understand that the result can be shown by utilising the the fact that the diagonal is closed and that projections onto components are continous
The question stated formally is:
Let $X, Y$ be topological spaces and have $f: X \mapsto Y$ a set map. Let us define $G(f) = \{(x,f(x)) \in X \times Y | x \in X\} $ as the graph of $X$. Then show that if f is continuous and Y hausdorff then $G(f)$ is closed.
Definition of closure I use is the following:
Closure point of a subset $A$ is any point $x$ with the property that any nbhd $V$ of $x$ has $V \cap A \neq \emptyset$.
My solution:
Let $x^* = (x,f(x))$ be an arbitrary point in $G(f)$. If we consider $V$ in the nbhd of $f(x)$, then continuity gives us that $f(U) \subset V$ where $U$ is in the nbhd of $x$.
Then denoting $U^* = U \times V$, we have $U^* \cap G(f) = (U \times V) \cap G(f) \subset (U \times f(U)) \cap G(f) \neq \emptyset $
Since $U^*$ is a nbhd of $x^*$ and the choice of $x^*$ was arbitrary, we can conclude that $G(f)$ is closed.
Thanks for the point on continuity. I have rephrased the question.
– JamesLevine May 30 '24 at 08:09