I need to show that the set $S = \{(x,y) \in \mathbb{C} : x>0\; \text{and}\; y> \frac{1}{x^2} \} $ is open.
So I've figured out that if I let $z_0 = (a,b) \in S$ and let $\epsilon =min\{ a, \frac{2}{a^2}\}$, then $(x,y) \in D_{\epsilon}(a,b)$ which means S is open.
I think can prove the x component by showing that $|x-a|<\epsilon$ where $\epsilon = a$ leads to $ \frac{x}{2} < \epsilon$ so $ x=\frac{a}{2} \in d_{\epsilon}(a,b)$.
Is this even a valid method? If so how would I show the y-component?