Iconate
- 20
- 0
Homework Statement
Define the notion of an open set in Rn.
Prove that the set {(x4)(y4)(z) | x > 0; y > 0; z < 0 } is open in R3.
Homework Equations
Definition of an open set
Br(p) = { x is an element in Rn |x - p| < r} c U
The Attempt at a Solution
Well we first pick a point p in U, and we want to find and r > 0 s.t. Br(p) is in U.
Choose r = min(|x4||y4||z|)
Then q= (x`, y`, z`) element of Br(p)
(x` - x4)2 + (y` - y4)2 + (z` - z)2 < r2
And from here I have to show x` > 0, y` > 0, z` < 0
x and y will follow the same way procedurally; from the inequality above, we know
(x` - x4)2 < r2
|x` - x4| < r
Here is where I get stuck; with exponents I am finding this more difficult to rearrange, am I supposed to use this inequality;?
x2 + y2 >= 2xy, by comparing both x and y to r?
Any help or insight would be great thanks, proving open sets have been giving me a lot of difficulty.