Somefantastik
- 226
- 0
Homework Statement
A = \left\{(x,y): 0\leq xy \leq 1\right\}, A \in R^{2}
I'm trying to determine if this set is bounded and/or closed.
Homework Equations
if X = (x,y)
euclidean metric: ||X|| = \sqrt{x^{2}+y^{2}}
The Attempt at a Solution
I know a bounded set => ||X|| \leq k
so I need to show somehow
||X|| = \sqrt{x^{2}+y^{2}} \leq k (somehow)
and closed => every limit point belongs to the set. So take an arbitrary X'= (x',y') \in A'. Then there exists Xn = (x,y) \in A such that Xn -> X' and Xn \neq X'.
Xn \in A => 0 \leq xy \leq 1
Need to show X' is such that 0 \leq x'y' \leq 1 (somehow)