Here are three statements about the closure S of a set S inside a metric space X .
I. Let
S
,
T
be subsets of
X
.
Then
S
∩
T
=
S
∩
T
.
II. Let
S
,
T
be subsets of
X
.
Then
S
∪
T
=
S
∪
T
.
III. If
S
=
X
,
then
S
=
X
.
Which of these statements is/are true?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
1 . − Let X = R with the usual distance and S = { rational numbers } and T = { irrational numbers } then ∅ = S ∩ T = S ∩ T = S ∩ T = R ∩ R = R ⇒ I is false.
2 . − { S ⊆ S ∪ T ⇒ S ⊆ S ∪ T T ⊆ S ∪ T ⇒ T ⊆ S ∪ T ⇒ S ∪ T ⊆ S ∪ T . If x ∈ S ∪ T then ∀ ϵ > 0 and for all ball B ( x , ϵ ) is satisfied B ( x , ϵ ) ∩ ( S ∪ T ) = ∅ ⇒ B ( x , ϵ ) ∩ S = ∅ or B ( x , ϵ ) ∩ T = ∅ and this implies that x ∈ S or x ∈ T , ( S ∪ T ⊆ S ∪ T ) (use reductio ad absurdum) and hence II is true.
3 . − S = { rational numbers } ⇒ S = R and S = R and therefore III is false.
Problem Loading...
Note Loading...
Set Loading...
I is false: for instance, consider S = [ 0 , 1 ) and T = ( 1 , 2 ] inside X = R . The intersection of the closures is [ 0 , 1 ] ∩ [ 1 , 2 ] = { 1 } , but the closure of the intersection is the closure of the empty set, which is the empty set.
III is false: for instance, the closure of R ∖ { 0 } is R . (There are even more dramatic examples; for instance, the closure of Q is R as well.)
II is true. There are several ways to prove it; one way is to look at complements. This statement is equivalent to the statement that the interior of U ∩ V equals the intersection of the interior of U and the interior of V . Here is a brief proof of this equivalent statement:
If x is in the interior of U ∩ V , there is an open ball around it that is contained entirely in U ∩ V , so it is contained in U and in V , so x is in the interior of U and the interior of V . On the other hand, if x is in the interior of U and the interior of V , there are two open balls around x , one of which is contained in U and the other in V . The intersection of these two open balls is contained in U ∩ V , so x is in the interior of U ∩ V . (Note that this argument only works with finitely many sets; II becomes false if we replace the union of two sets with the union of infinitely many.)
I'm sure there are more elegant ways to prove II directly, since there are lots of different equivalent definitions of closure.