Determine if the set $\{\textbf{x} \in \mathbb{R^2} : 2\leq \|\textbf{x}\| \leq 4 \}$ is compact
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)$
Attempt:
I say this set is compact. But I don't know how to show it is closed.
Proof for bounded: $$\forall \textbf{x} \in \mathbb{R^n} \exists M$$ s.t $$\|\textbf{x}\| \leq M$$ If I am going strictly by the definition of bounded in $\mathbb{R^n}$ then I could let $M = 4$ and I should be fine.
Proof for Closed Set:
This is where I am stuck.
Note: I am aware of being able to use continuous functions as a way to show a set is closed, but I am working through my textbook and up to this point we have not covered continuous functions. So I was looking for a method that did not perhaps include that notion.