Let $X,Y,Z$ be topological spaces, and $f: X \times Y \to Z$ is continuous. Fix $x \in X$ and define $f_x: Y \to Z$ as $f_x(y) = f(x,y)$. Prove that $f_x$ is continuous.
Fix an $y \in Y$ and consider and open set $O \subset Z$ with $f_x(y) = f(x,y) \in O$. We want to show that there is some open set $P \in Y$ with $y \in P$ and $f_x(P) \subset O$. By the continuity of $f$, we know that $P' = f^{-1}(O)$ is open in $X \times Y$, and contains the point $(x,y)$. But I am not sure if this is useful.