Show that a subset in E^2 is open.

  • Thread starter Thread starter jlemus85
  • Start date Start date
jlemus85
Messages
6
Reaction score
0

Homework Statement



Show that the subset of E^2 given by { (x1,x2) belonging to E^2 : x1>x2} is open.

Homework Equations



d(x,y)= sqrt[ (x1-y1)^2 +(x2-y2)^2 ]

The Attempt at a Solution




Ok so I would like someone to tell me if I'm on the right track or if I'm way off.

So to show that a subset is open I need to show that if I choose an arbritrary point in my subset S, that I can form a ball around this point p and all the points near p will be within S.

So what I want to do is first draw a ball with center x and radius r. Then I want to draw another ball that is within the first ball with center y and radius r-d(x,y). If this set is open then y and the radius r-d(x,y) will belong to S.

SO far this is about as far as I can get without confusing myself and probably making you guys cringe me plugging in the distance formula and all that.

Any help would be very appreciated.
 
Physics news on Phys.org
jlemus85 said:

Homework Statement



Show that the subset of E^2 given by { (x1,x2) belonging to E^2 : x1>x2} is open.

Homework Equations



d(x,y)= sqrt[ (x1-y1)^2 +(x2-y2)^2 ]

The Attempt at a Solution




Ok so I would like someone to tell me if I'm on the right track or if I'm way off.

So to show that a subset is open I need to show that if I choose an arbritrary point in my subset S, that I can form a ball around this point p and all the points near p will be within S.
jlemus85 said:
So what I want to do is first draw a ball with center x and radius r. Then I want to draw another ball that is within the first ball with center y and radius r-d(x,y). If this set is open then y and the radius r-d(x,y) will belong to S.
The radius is not a point, so it isn't a point in the set.

How does the set itself enter this problem? You are given that S = {(x, y) | x > y}. Seems to me you need to use this information.
jlemus85 said:
SO far this is about as far as I can get without confusing myself and probably making you guys cringe me plugging in the distance formula and all that.

Any help would be very appreciated.
 
Thanks for your reply.

I know what you're saying about using the given set, I just didn't want to put it in yet so as not to confuse people lol. But here goes.

I know that d(p,q)= sqrt[ (x1-y1)^2 + (x2-y2)^2], given that p= (x1, y1) and q=(x2,y2).

So if I draw a ball around Po (the center) this ball will have radius r.

If I draw another point in S, called q, then it will have radius r-d(Po, q). So now I have to prove that every point that is part of this ball with center q and radius r-d(Po,q) is inside of S. I know I will have to pick an arbritrary point in the q-ball set and then apply the traingle inequality, but I am having trouble figuring out how to calculate the radius? Correct me if I'm wrong, but since I am given a set and a distance equation, I should/need to be able to calculate the radius correct? I'm thinking maybe it's x1-x2>0 = r?
 
Did you try and draw a sketch of the set in the plane? Your set has a boundary described by the equation x1=x2. That's a straight line, can you use that to make your sketch? If you pick r=x1-x2 that's going to be too big. Just for practice pick x1=1, x2=0. How large can r be?
 
Dick,

Thanks for your reply.

I didn't realize I could be thinking about this on the x,y plane, duh. So the boundary line in other words is the line that goes through the origin aka the line y=x. So if I use x=1 and y=0 I get my r to be sqrt(2)? So then is it that r= sqrt(x1+x2)?
 
jlemus85 said:
Dick,

Thanks for your reply.

I didn't realize I could be thinking about this on the x,y plane, duh. So the boundary line in other words is the line that goes through the origin aka the line y=x. So if I use x=1 and y=0 I get my r to be sqrt(2)? So then is it that r= sqrt(x1+x2)?

No, I don't think r=sqrt(2). r is the distance from (1,0) to the line x=y. Just draw some triangles and use the pythagorean theorem to find the distance.
 
Hmmm... so I got sqrt(2) by applying pythagorean th. If my point is 1,0 and I drop the perpendicular from the line x equals y, then the sides of my triangle will be of length 1 and 1. Putting this into pyth eqn I get 1 plus 1 equals c squared. Solving I get c is equal to sqrt2. (sorry for the format, I am replying from my phone.

But what if I use the distance formula for n-tuples in 2 space? Then I get that the distance is 1
 
jlemus85 said:
Hmmm... so I got sqrt(2) by applying pythagorean th. If my point is 1,0 and I drop the perpendicular from the line x equals y, then the sides of my triangle will be of length 1 and 1. Putting this into pyth eqn I get 1 plus 1 equals c squared. Solving I get c is equal to sqrt2. (sorry for the format, I am replying from my phone.

But what if I use the distance formula for n-tuples in 2 space? Then I get that the distance is 1
2 space is just the plane, and n-tuples are just ordered pairs.
 
jlemus85 said:
Hmmm... so I got sqrt(2) by applying pythagorean th. If my point is 1,0 and I drop the perpendicular from the line x equals y, then the sides of my triangle will be of length 1 and 1. Putting this into pyth eqn I get 1 plus 1 equals c squared. Solving I get c is equal to sqrt2. (sorry for the format, I am replying from my phone.

But what if I use the distance formula for n-tuples in 2 space? Then I get that the distance is 1

Your point is (1,0). It is the corner of a right triangle with the other two points (0,0) and (1,1) which are on the boundary x=y. The length of the hypotenuse is sqrt(2). The distance of (1,0) from the boundary is not sqrt(2). It's the distance to the hypotenuse, not the length of the hypotenuse. It's shorter. How much shorter?
 
Back
Top