Determine whether the following sets are open or closed in $\mathbb{R}^2$ endowed with the eucledian metric
$1. \{ (x,y) \in \mathbb{R}^2 : xy=1 \}$
$2. \{ (x,y) \in \mathbb{R}^2 : xy\le1 \}$
$3. \{ (x,y) \in \mathbb{R}^2 : xy<1 \}$
The first two are not open because there is no ball that is contained in those sets and that doesn't contain an element from their complements. I'm having trouble expressing their complements as some type of union of open sets so I can prove that they are closed. The third one is a bit more interesting since the answer in my book says it's an open set. It's odd to visualize how there exists an open ball that is contained in $xy<1$ but doesn't contain any other points.
I would like to prove each of these a bit more rigorously and I have limited knowledge of topology/metric spaces. Hoping to prove it using only definition of open sets, (no sequences, continuity etc). Any hints or full answers are appreciated.
Consider the complement of the second set $\{(x,y) : xy > 1\}$. We will show that $\{(x,y) : xy > 1\}$ is open.
Let $(x_0,y_0) \in \{(x,y) : xy > 1\}$. Then $x_0y_0 > 1$ so we can pick $\varepsilon > 0$ such that $x_0y_0 - \varepsilon > 1$.
Now consider the open ball $B((x_0, y_0), \delta)$ of radius $\delta > 0$ and let $(x,y) \in B((x_0, y_0), \delta)$.
We have $$|x| \le \|(x,y)\| \le \|(x,y) - (x_0,y_0)\| + \|(x_0,y_0)\| < \delta + \|(x_0, y_0)\|$$ so \begin{align} |xy - x_0y_0| &= |x(y-y_0)+y_0(x - x_0)| \\ &\le |x||y-y_0|+|y_0||x - x_0| \\ &\le \sqrt{|x|^2 + |y_0|^2}\sqrt{|x-x_0|^2 + |y-y_0|^2}\\ &< \sqrt{(\delta + \|(x_0, y_0)\|)^2 + |y_0|^2} \cdot \delta \end{align}
Pick $\delta$ small enough such that the last expression is $< \varepsilon$ and we will get $$xy = (xy - x_0y_0) + x_0y_0 \ge x_0y_0 - |xy - x_0y_0| \ge x_0y_0 - \varepsilon > 1$$
We conclude that $B((x_0, y_0), \delta) \subseteq \{(x,y) : xy > 1\}$ so $\{(x,y) : xy > 1\}$ is open.
An analogous argument shows that the third set $\{(x,y) : xy < 1\}$ is also open.
Now we have $$\{(x,y) : xy = 1\}^c = \{(x,y) : xy > 1\} \cup \{(x,y) : xy < 1\}$$ so the complement of the first set is also open.