Understanding Topology Proof
Studying on my own currently and having trouble understanding a topology proof.
Theorem: Compact subsets of metric spaces are closed
Proof
Let
be a compact subset of a metric space
. We shall prove that the complement of
is an open subset of 
Suppose
,
. If
, let
and
be neighbourhoods of
and
respectively, of radius less than )
Since
is compact, there are finitely many points
in
such that

If
, then
is a neighbourhood of
which does not intersect
. Hence
, so that
is an interior point of
. The theorem follows.
Question
I am confused as to how
and
are defined
Is it that
![W_{q_i}:[\forall{p}: d(p,q_i)<\frac{d(p,q)}{2}]](http://latex.codecogs.com/png.latex?W_{q_i}:[\forall{p}: d(p,q_i)<\frac{d(p,q)}{2}])
![V_{q_i}:[\forall{q}: d(p,q_i)<\frac{d(p,q)}{2}]](http://latex.codecogs.com/png.latex?V_{q_i}:[\forall{q}: d(p,q_i)<\frac{d(p,q)}{2}])
Also, how does the chosen radius play a role in the proof?
Re: Understanding Topology Proof
The idea is that for each point
, there are disjoint (i.e. non-overlapping) neighborhoods
and
of
and
, respectively. (Notice that
is fixed but
can be any point in
.) In order to ensure they are disjoint, we need to make sure they have a small enough radius. How small? Well if they are no more than half the distance between
and
, that will be small enough. So it doesn't really matter exactly how
are defined as long as they are disjoint neighborhoods. If you like we can define them as you have done. But that's just one possible choice. All we need them to be are disjoint neighborhoods.
And then of course we have
an open cover of
. By compactness there is a finite subcover
which is a finite set of the form
for some
. Remember that each
is disjoint from each
. So
is disjoint from
(verify this through the algebra of sets), and since
we have
a neighborhood of
. So
is an interior point, and since
is arbitrary, all points in
are interior---which is equivalent to saying that
is open.
EDIT: You have several typos in your OP. For example the theorem should read "compact subsets of metric spaces are closed." And your LaTeX code is off sometimes. Please note that not everyone can see through to what you mean.
Re: Understanding Topology Proof
Quote:
Originally Posted by
I-Think
Studying on my own currently and having trouble understanding a topology proof.
Theorem: Compact subsets of metric spaces are compact
There is nothing there to prove. Compact subsets of any space are compact.
There is a theorem that says: Closed subsets of a compact space are compact.
Re: Understanding Topology Proof
There are also "compact subsets of a metric space are bounded" and "compact subsets of a metric space (actually any topological space) are closed." Please go back and reread the problem.
Re: Understanding Topology Proof
The proof obviously shows that compact subsets of metric spaces are closed. So presumably that is what the theorem should be stating.
Re: Understanding Topology Proof
I apologize for typos present. I hope it's more readable now
Re: Understanding Topology Proof
Quote:
Originally Posted by
HallsofIvy
"compact subsets of a metric space (actually any topological space) are closed."
Well...(Thinking)(Thinking).....(Itwasntme)
Re: Understanding Topology Proof
I'd approach this one by contraposition: prove that if a subset S of a metric space is not closed, then S is not compact, by exhibiting a cover with no finite subcover.
Since S isn't closed, there is a point x which is a limit point of S, but not contained in S. So let your open cover be complements of closed 1/n balls around x.