1MileCrash
- 1,338
- 41
Ok, I came up with this example for myself to try to understand the process, and to make my questions more clear.
Let X = { 1, 2, 3, 4, 5}
Let d be the normal metric d(x,y) = |x-y|
So (X, d) is a metric space.
I want to generate the induced topology. I know that the topology will be the collection of all open subsets of X.
How do I find all open subsets of X?
I listed every subset of {1,2,3,4,5} but I don't understand how to check if any particular subset is open.
Take for example, {1,2}
I know that this set is open if
"Now, a subset ##G\subseteq X## is defined to be open in the metric space if for any pont ##x\in G##, there is an ##r>0## such that ##B(x,r)\subseteq G##."
There are two points in this subset to consider, 1 and 2.
B(1,r) has to be a subset of {1,2} for some r > 0.
B(1,r) = {y: |1-y| < r}
let r = .00000042
Then B(1,r) = {1}
and that's a subset of {1,2}
B(2,r) has to be a subset of {1,2} for some r>0
B(2,r) = {y: |2-y| < r}
let r = .000000042
Then B(1,r) = {2}
and that's a subset of {1,2}
So {1,2} is an open set.
What did I just say? It seems like I could make any set that I wanted open. Why can't I just always make r small enough so that B is always just the singleton set of x itself, which is of course a subset of the set I'm considering, because I picked it from the set? It's just not making any sense to me at all.
This helps me understand what a topology is, and what an open set is, but I still don't see how I generate a topology from a metric. My only guess is that I have to list every single subset of X, and then look and see if there is an r such that the ball of radius r is a subset of X for every single element of every single subset of X, which according to my great lack of understanding above, there will be an r no matter what that satisfies that idea. This seems completely impossible to do anyway, my first exercise is to prove that the discrete metric generates the discrete topology, but I'm not told anything about the set its on, so what I've just described can't be the process. What is the process of generation?
Let X = { 1, 2, 3, 4, 5}
Let d be the normal metric d(x,y) = |x-y|
So (X, d) is a metric space.
I want to generate the induced topology. I know that the topology will be the collection of all open subsets of X.
How do I find all open subsets of X?
I listed every subset of {1,2,3,4,5} but I don't understand how to check if any particular subset is open.
Take for example, {1,2}
I know that this set is open if
"Now, a subset ##G\subseteq X## is defined to be open in the metric space if for any pont ##x\in G##, there is an ##r>0## such that ##B(x,r)\subseteq G##."
There are two points in this subset to consider, 1 and 2.
B(1,r) has to be a subset of {1,2} for some r > 0.
B(1,r) = {y: |1-y| < r}
let r = .00000042
Then B(1,r) = {1}
and that's a subset of {1,2}
B(2,r) has to be a subset of {1,2} for some r>0
B(2,r) = {y: |2-y| < r}
let r = .000000042
Then B(1,r) = {2}
and that's a subset of {1,2}
So {1,2} is an open set.
What did I just say? It seems like I could make any set that I wanted open. Why can't I just always make r small enough so that B is always just the singleton set of x itself, which is of course a subset of the set I'm considering, because I picked it from the set? It's just not making any sense to me at all.
Now, a subset ##G\subseteq X## is defined to be open in the metric space if for any pont ##x\in G##, there is an ##r>0## such that ##B(x,r)\subseteq G##. I assume these are all concepts you've already seen??
Anyway, take your metric space ##(X,d)##. The topology generated by the metric space is simply the collection of all open sets.
This helps me understand what a topology is, and what an open set is, but I still don't see how I generate a topology from a metric. My only guess is that I have to list every single subset of X, and then look and see if there is an r such that the ball of radius r is a subset of X for every single element of every single subset of X, which according to my great lack of understanding above, there will be an r no matter what that satisfies that idea. This seems completely impossible to do anyway, my first exercise is to prove that the discrete metric generates the discrete topology, but I'm not told anything about the set its on, so what I've just described can't be the process. What is the process of generation?