What is an effective approach to proving that interior points are open?

  • Thread starter Thread starter pokemonsters
  • Start date Start date
  • Tags Tags
    Interior Points
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 2K views
pokemonsters
Messages
2
Reaction score
0

Homework Statement


For S [itex]\subset[/itex] Rn, prove that S° is open.

Homework Equations


S° are all interior points of S.

The Attempt at a Solution


My class has only learned how to use balls to solve these types of problems (no metric spaces). So I need to choose an ε > 0 so that Bε(x) [itex]\subset[/itex] S°, where x is any arbitrary point in S°. To show this is true, let y [itex]\subset[/itex] Bε(x) be arbitrary. (then I don't know how to progress further...how do I show that the neighbourhood contains only points in S°?)
 
Physics news on Phys.org
pokemonsters said:

Homework Statement


For S [itex]\subset[/itex] Rn, prove that S° is open.

Homework Equations


S° are all interior points of S.

The Attempt at a Solution


My class has only learned how to use balls to solve these types of problems (no metric spaces). So I need to choose an ε > 0 so that Bε(x) [itex]\subset[/itex] S°, where x is any arbitrary point in S°. To show this is true, let y [itex]\subset[/itex] Bε(x) be arbitrary. (then I don't know how to progress further...how do I show that the neighbourhood contains only points in S°?)
Start by choosing an arbitrary [itex]x \in S^o[/itex]. By definition this is an interior point of [itex]S[/itex], so there exists [itex]\epsilon > 0[/itex] such that [itex]B_\epsilon(x) \subset S[/itex]. Now, if you can show that every point [itex]y \in B_\epsilon(x)[/itex] is an interior point of [itex]S[/itex] then you're done. To do this, it certainly suffices to show that you can fit a smaller ball [itex]B_\delta(y)[/itex] around [itex]y[/itex] which is entirely contained within [itex]B_\epsilon(x)[/itex], because then you will have [itex]y \in B_\delta(y) \subset B_\epsilon(x) \subset S[/itex]. Try drawing a picture to see how to define [itex]\delta[/itex], the radius of the smaller ball.
 
jbunniii said:
Start by choosing an arbitrary [itex]x \in S^o[/itex]. By definition this is an interior point of [itex]S[/itex], so there exists [itex]\epsilon > 0[/itex] such that [itex]B_\epsilon(x) \subset S[/itex]. Now, if you can show that every point [itex]y \in B_\epsilon(x)[/itex] is an interior point of [itex]S[/itex] then you're done. To do this, it certainly suffices to show that you can fit a smaller ball [itex]B_\delta(y)[/itex] around [itex]y[/itex] which is entirely contained within [itex]B_\epsilon(x)[/itex], because then you will have [itex]y \in B_\delta(y) \subset B_\epsilon(x) \subset S[/itex]. Try drawing a picture to see how to define [itex]\delta[/itex], the radius of the smaller ball.

Thank you, I did not notice that you can put another ball inside the ball to make the proof work.

Using this, I was able to make a series of inequalities using the triangle inequality, and managed to prove that [itex]y \in B_\delta(y) \subset B_\epsilon(x) \subset S[/itex].