HW Question, either professor is wrong or I am.

  • Thread starter Thread starter Poopsilon
  • Start date Start date
  • Tags Tags
    Professor
Poopsilon
Messages
288
Reaction score
1
So I've got this homework problem that I think I've found a counter-example to, so either my counter-example is wrong or the professor is, here is the problem:

Let (X,d) be a metric space and let E be a nonempty subset of X. For each x ∈ X, let d(x,E) = inf{d(x,y) : y ∈ E, with y≠x}.

Show that {x ∈ X : d(x,E)<r} is open for each r ∈ ℝ.


So now for my counter-example:

Let (X,d) = {1,2,4} with the usual metric and ordering and define our topology τ on (X,d) to be τ = {∅, {1}, {4}, {1,2,4}, {1,4}}. Now simply take E = X and notice that d(1,E)=1, d(2,E)=1, and d(4,E)=2. Thus take r=1.5 and note that this means that {x ∈ X : d(x,E)<1.5} = {1,2}, which is closed according to our topology τ.

Help would be much appreciated, thanks =].
 
Physics news on Phys.org
Seems to me the disagreement between you and your professor is that you have declared what you would like your topology \mathcal{T} to be instead of taking the topology that your metric d actually induces on \{1,2,4 \} ?
 
Yes that would make sense, and inducing said metric would I believe allow me to solve it, but is that what people usually assume when discussing an arbitrary metric space? That you can basically find open neighborhoods of any radius you want?
 
I'm not even halfway through my first Topology course so I wouldn't like to say what people usually assume! But I'm given to understand that when we talk about a Topology induced by a matric on X then the open sets U are those that if a \in U there is an r > 0 s.t. B \left( a,r \right) \subseteq U. A ball of radius r.

So in your example you see that for \{ 1,4 \} to be open you would need an r > 3? But a ball of radius greater than 3 centred on 4 would end up including \{1,2,4 \}.

But not every Topology is metrisable. So again take {1,2,4} and put the trivial topology on it and see if you can induce this topology with some metric.
 
I'm skeptical that I could, in fact I don't see how a metric could ever induce only a finite number of open sets. But there is nothing wrong with putting a metric on a topology even if that topology can't be induced by that metric, or any metric for that matter, correct? Such as in my example above.
 
Whenever we talk about a topology on a metric space, we are always talking about the topology induced by the metric. The same space with some other topology is not a metric space.
 
So what you're saying is that a topology can only be turned into a metric space if there is some metric that induces this topology from the underlying set?
 
i believe that any finite metric space induces the discrete topology as the metric topology (all points are "isolated"), so that would specifically exclude your example topology, no matter HOW you defined the metric.

to see this, suppose we have a generic 3-point set {a,b,c} (which may, or may not, be real numbers).

we are going to have to assign a positive real number for d(a,b), it really doesn't matter "which" one we pick, but let's call it x.

similarly , we have to pick a positive real number for d(a,c), call it y.

well, for any ε-ball of radius min{x,y} or less, we have Bε(a) = {a}.

the same logic applies to b and c, so all singletons are open. this means the topology is the entire power set 2{a,b,c}, that is: the discrete topology.
 
Last edited:
Poopsilon said:
So what you're saying is that a topology can only be turned into a metric space if there is some metric that induces this topology from the underlying set?

Yes.
 
  • #10
You can also check the fact that d(x,E) is a continuous function into ℝ+, and your sets would then be the inverse images of (0,r) in ℝ
 
  • #11
Poopsilon said:
So now for my counter-example:

Let (X,d) = {1,2,4} with the usual metric and ordering and define our topology τ on (X,d) to be τ = {∅, {1}, {4}, {1,2,4}, {1,4}}. Now simply take E = X and notice that d(1,E)=1, d(2,E)=1, and d(4,E)=2. Thus take r=1.5 and note that this means that {x ∈ X : d(x,E)<1.5} = {1,2}, which is closed according to our topology τ.

The topology determined by your metric is the discrete topology so every subset is open.
 
  • #12
As Deveno and Uzuki posted, your proposed topology does not work, since it is not Hausdorff--which every metric topology must be (given d(x,y)=a. the two open balls
B(x,a/4) and B(y,a/4) are disjoint from each other): the points 1,2 and 2,4, cannot be separated in your scheme for a topology, since there are no open sets containing 2 but
not 1 nor containing 2 but not 4. You will then have to throw {2} into your proposed
topology, which will then, by closure under unions, be the discrete topology.
 
  • #13
Thanks for the info everyone, I keep coming upon these topological considerations while studying analysis, would the first couple chapters of Munkres' Topology take care of that?
 
  • #14
Of coure you need the induced metric, you can't just invent a new one, otherwise the question is meaningless. You could just take the trivial indiscrete topology, for example.
 
Back
Top