Let $F: X \times Y \to Z$ be a map where $X,Y,Z$ are topological spaces and the domain has the product topology.
Prove that the following statements are equivalent:
(1) $F$ is continuous
(2) For every couple of nets $(x_\alpha)_{\alpha \in I}$ in $X$ and $(y_\beta)_{\beta \in J}$ in $Y$ with $x_\alpha \to x$ and $y_\beta \to y$, we have $F(x_\alpha, y_\beta) \to F(x,y).$
Here $((x_\alpha, y_\beta))_{(\alpha, \beta) \in I \times J}$ is the net with partial order on $I \times J$ defined by
$$(\alpha, \beta) \leq (\gamma, \delta) \iff \alpha \leq \gamma, \beta \leq \delta$$
I managed to show that $(1) \implies (2)$.
I'm currently trying to prove that $(2) \implies (1)$. I know that a function is continuous iff all nets converging in the domain have image nets converging in the codomain with limit the image of the limit in the domain, so I guess I must use this fact.
So, let $((x_\alpha, y_\alpha))_{\alpha \in K}$ be a net in $X \times Y$ converging to $(x,y)$. By product topology, we then know that the nets $(x_\alpha)_{\alpha \in K} \to x$ and $(y_\alpha)_{\alpha \in K} \to y$ and then it follows that
$$(F(x_\alpha, y_\beta))_{\alpha, \beta \in K} \to F(x,y)$$
Am I even on the right track? How can I finish this proof?
If you already know the characterisation of the product topology using nets (net convergence in the product is equivalent to the projection nets converging to the projected limit) and the general continuity criterion by nets, then (2) implies (1) is quite straightforward, and you were almost there. I'll just write nets as functions (what they are by definition) and in "sequence-like" index-notation (as you did) to hopefully make my point clearer:
Let $n: I \to X \times Y$ be a net converging to $(x,y) \in X \times Y$. (This can be denoted by $(x_i, y_i)_{i \in I} \to (x,y)$.)
Then $\pi_X \circ n: I \to X$ converges to $x$ (or $(x_i)_{i \in I} \to x$) and $\pi_Y \circ n: I \to Y$ converges to $y$ (or $(y_i)_{i \in I} \to y$.)
Now we apply (2): for the product directed set $I \times I$ (in the product order, as defined), the net $f \circ ((\pi_X \circ n) \times (\pi_Y \circ n)):I \times I \to Z$ converges to $f(x,y)$ (also written as $(f(x_i, y_j))_{(i,j) \in I \times J} \to f(x,y)$.
We can define $\Delta: I \to I \times I$ by $\Delta(i)=(i,i)$ and it's easy to see that $\Delta$ is monotonous and has a cofinal image in $I \times I$ (because for $(i,j) \in I \times I$ we can find $k \in I$ such that $k \ge i, k \ge j$ and then $\Delta(k) = (k,k) \ge (i,j)$, so this follows simply by directedness of $I$) and so $$(f \circ ((\pi_X \circ n) \times (\pi_Y \circ n))) \circ \Delta = f \circ n$$ from $I$ to $Z$ is a subnet of the previous net and so also converges to $f(x,y)$, or in index-terms $(f(x_i, y_i))_i \to f(x,y)$, which is as required to show net-continuity and (hence!) continuity.
Of course the real work of this fact is in the proposition that continuity of a function is equivalent to net-continuity. The rest is just "index juggling", in essence.