Determine whether the following set is compact: $\{(x,y) \in \mathbb{R^2} : 2x^2 - y^2 \leq 1\}$
The question is asking to just determine, but I would like to know how would you SHOW that this set is compact?
Defn: A set $A$ is compact $\Leftrightarrow$ the set is closed and bounded.
Defn: A set is closed if it contains all of its limit points
Defn: A set is bounded if $\exists$ R such that the set $A$ is contained in the $B_{R}(0)$
So I am able to reason out that this set is compact. The set is bounded because there does exist an $R$ in this case $R = 1$ where this set is contained within $B_{1}(0) \in \mathbb{R^2}$.
As for closed I would have to somehow show that my set contains all of its limit points. To do that I would have to know what all of the limit points are, but that is impossible. Perhaps I could use contradiction and say something along the lines that if a limit point was not in the set it would violate the conditions of the given set. Specifically $$2x^2 - y^2 \leq 1$$
This is how I would think out the problem, but I know this is not formal, so how would I formalize this into a proper proof? What am I missing in my though pattern?
This set is unbounded: for each $x>1$, take $y=\sqrt{2x^2-1}$. Then $(x,y)\in A$, but since $x$ can be arbitrarily large… So, $A$ is not compact.