Understanding Closed and Open Sets in R^d

  • Thread starter Thread starter x_saved_kt
  • Start date Start date
  • Tags Tags
    Closed Sets
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
x_saved_kt
Messages
2
Reaction score
0
This is the question:
Let A be an open set and B a closed set. If B ⊂ A, prove that A \ B is
open. If A ⊂ B, prove that B \ A is closed.


Right before this we have a theorem stated as below:
In R^d,
(a) the union of an arbitrary collection of open sets is open;
(b) the intersection of any finite collection of open sets is open;
(c) the intersection of an arbitrary collection of closed sets is closed;
(d) the union of any finite collection of closed sets is closed.

So in each case, I think we can just say A\B=A∩B^c (B^c means B complement), and since both A and B^c are open (by assumption and then by definition of a closed set where if B is closed, B-complement is open) we use part (b) of the previous theorem, A\B is open. But in this proof, I didn't use the assumption that B⊂A, so I know it isn't right. Same goes for the second part of the question. PLEASE HELP!
 
Physics news on Phys.org
x_saved_kt said:
This is the question:
Let A be an open set and B a closed set. If B ⊂ A, prove that A \ B is
open. If A ⊂ B, prove that B \ A is closed.


Right before this we have a theorem stated as below:
In R^d,
(a) the union of an arbitrary collection of open sets is open;
(b) the intersection of any finite collection of open sets is open;
(c) the intersection of an arbitrary collection of closed sets is closed;
(d) the union of any finite collection of closed sets is closed.

So in each case, I think we can just say A\B=A∩B^c (B^c means B complement), and since both A and B^c are open (by assumption and then by definition of a closed set where if B is closed, B-complement is open) we use part (b) of the previous theorem, A\B is open. But in this proof, I didn't use the assumption that B⊂A, so I know it isn't right.
By what logic do you "know it isn't right"? Pehaps this particular part does NOT depend on B being a subset of A. For example, if A and B were disjoint, A\B= A which is, just as your proof would assert, open. The fact is that, if A is open and B is closed, the A\B is open and B\A is closed, whether A is a subset of B or B is a subset of A or not.

Same goes for the second part of the question. PLEASE HELP!
 
HallsofIvy said:
By what logic do you "know it isn't right"? Pehaps this particular part does NOT depend on B being a subset of A. For example, if A and B were disjoint, A\B= A which is, just as your proof would assert, open. The fact is that, if A is open and B is closed, the A\B is open and B\A is closed, whether A is a subset of B or B is a subset of A or not.
Ah, I see. Thanks, this makes a lot of sense now! I guess all I was thinking is that if in the question they indicated the "if"s I've got to be doing something wrong! hah! Thanks a lot for your help!