Some introductory Topology questions

  • #61
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.



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?
 
Physics news on Phys.org
  • #62
1MileCrash said:
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.

Right, any set is open here. So you could do the same with any set. Like already has been said, all finite metric spaces have the property that all sets are open. So if you want nontrivial examples, you need to look at infinite spaces.

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.

Usually, you don't find the explicit topology at all, it's just too complicated. For example, you have no idea even what a generic open set in ##\mathbb{R}^2## looks like! However, you do know what the open balls look like. And the open balls generate the topology (in the sense that any open set is a union of open balls). So we say that the open balls form a basis. A lot of topological concept (actually, almost all) can be stated for bases instead of topologies. So the important concept in topology is actually a basis. A topology is usually too big.

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?

The set is arbitrary. So take an arbitrary set ##X## with the discrete metric. Now prove that any set is open.

Again, if you want more nontrivial examples, then look at open sets in ##\mathbb{R}^2##.
 
  • #63
Thanks for your patience mm, so you mean that any subset of any finite set is always open regarding any metric on that set?

And, does this mean I am guaranteed to have a topology on a finite set if and only if I:

1.) Put the empty set and the entire finite set itself in the collection
2.) Take however many of whatever subsets I want, and put those in (the "basis?")
3.) Put the union/intersection of any number of any of the subsets I put in during (2), and put those in as well

But that's not true of infinite metric spaces because I couldn't just take whichever subset I wanted during (2), I'd have to verify it was open first, and then I could proceed in the same way?The next section is about topological basis. Do you think reading on would help me, or should I cover this better first?

micromass said:
The set is arbitrary. So take an arbitrary set ##X## with the discrete metric. Now prove that any set is open.
So it would be like,

Let (X,d) be the discrete metric space.

Let G be a subset of X, and g be an element of G.

G is open if there exists an r such that

B(g,r) = {y : d(g,y) < r } is a subset of GSo, I've tried proceeding here and I don't know what to do. Normally when I'm showing that something is a subset of something else, I pick an arbitrary element of the set and show it's in the other one.

Here I have to both show that any element of {y : d(g,y) < r } is a subset of G and show that there is an r that can make that happen. It's like I need one to prove the other, I don't see how to do these two things at once.

Is it the case that since d(g,y) is always 0 or 1, that I just need to show that any ball of radius > 1 is a subset of G? But wouldn't that mean that G would have to contain more than one element, thus not making G arbitrary?

Ugh, I'm so confused.
 
Last edited:
  • #64
1MileCrash said:
Thanks for your patience mm, so you mean that any subset of any finite set is always open regarding any metric on that set?

Yes.

And, does this mean I am guaranteed to have a topology on a finite set if and only if I:

1.) Put the empty set and the entire finite set itself in the collection
2.) Take however many of whatever subsets I want, and put those in (the "basis?")
3.) Put the union/intersection of any number of any of the subsets I put in during (2), and put those in as well

For metric spaces, you know that every set is open. So you need to end up with a topology that is every set. I don't see how your process guarantees that everything is open.

The next section is about topological basis. Do you think reading on would help me, or should I cover this better first?

I think you should verify some easy examples of topologies. Are there any exercises after this section? If not, I can provide you with some good exercises.

So it would be like,

Let (X,d) be the discrete metric space.

Let G be a subset of X, and g be an element of G.

G is open if there exists an r such that

B(g,r) = {y : d(g,y) < r } is a subset of G


So, I've tried proceeding here and I don't know what to do. Normally when I'm showing that something is a subset of something else, I pick an arbitrary element of the set and show it's in the other one.

Here I have to both show that any element of {y : d(g,y) < r } is a subset of G and show that there is an r that can make that happen. It's like I need one to prove the other, I don't see how to do these two things at once.

Is it the case that since d(g,y) is always 0 or 1, that I just need to show that any ball of radius > 1 is a subset of G? But wouldn't that mean that G would have to contain more than one element, thus not making G arbitrary?

So, you take ##G## arbitrary. You take ##g\in G## arbitrary. You need to find an ##r## such that ##\{y~\vert~d(g,y)<r\}\subseteq G##. Focus on finding the right ##r## first.

Now, as a hint, for a given ##r##, what are all the possibilities for ##\{y~\vert~d(g,y)<r\}##. You will need to look at the cases ##r\leq 1## and ##r>1##.
 
  • #65
micromass said:
Yes.



For metric spaces, you know that every set is open. So you need to end up with a topology that is every set. I don't see how your process guarantees that everything is open.

Sorry, I was a bit confused. I thought we had said that any subset of a finite metric space was automatically open, I need to reread.


I think you should verify some easy examples of topologies. Are there any exercises after this section? If not, I can provide you with some good exercises.

There are, I just don't think I'm in the position to attempt them. The last section, they started off really simple and got difficult, but I could do them all with time. The first one here, is a brick wall.



So, you take ##G## arbitrary. You take ##g\in G## arbitrary. You need to find an ##r## such that ##\{y~\vert~d(g,y)<r\}\subseteq G##. Focus on finding the right ##r## first.

Now, as a hint, for a given ##r##, what are all the possibilities for ##\{y~\vert~d(g,y)<r\}##. You will need to look at the cases ##r\leq 1## and ##r>1##.

Let r <= 1, then
d(g,y) < 1.

Since d is the discrete metric, that means that g = y and thus B(g,r) = {g}, which we know to be a subset of G since g is an element of G.

The other case is a bit confusing, I don't think what I say really makes sense.

--Ignore--

Let r > 1, then we have that

B(g,r) = {y : d(g,y) < r}

But if r is larger than 1, then the entire set of X is a subset of it, because the maximum distance allowed by the discrete metric is 1. Since X is a subset of B(g,r) if r > 1, then so is G.

WAIT, I need to show that B(g,r) is a subset of G, not the other way around. >< Ignore for now!

___

Can I say that the ball with r > 1 is "bigger" than X itself?
 
Last edited:
  • #66
1MileCrash said:
Sorry, I was a bit confused. I thought we had said that any subset of a finite metric space was automatically open, I need to reread.

Yes, any subspace of a finite metric space is open. So if ##(X,d)## is a finite metric space, then ##\mathcal{T}= \mathcal{P}(X)##.

Let r <= 1, then
d(g,y) < 1.

Since d is the discrete metric, that means that g = y and thus B(g,r) = {g}, which we know to be a subset of G since g is an element of G.

Good. Doesn't this solve the exercise already?

The other case is a bit confusing, I don't think what I say really makes sense. If the radius of the ball is bigger than any d, can I say that the "boundary" of the ball lies outside of the set that the ball is in, so the set doesn't contain its boundary, so it is open?

Sorry, I have no idea what you're trying to say here.

Let r > 1, then we have that

B(g,r) = {y : d(g,y) < r}

But if r is larger than 1, then the entire set of X is a subset of it, because the maximum distance allowed by the discrete metric is 1. Since X is a subset of B(g,r) if r > 1, then so is G.

OK, so ##X=B(g,r)## in this case.
 
  • #67
micromass said:
Good. Doesn't this solve the exercise already?

Yeah, it does, because d is always <= 1.

So any ball for this metric is a singleton set for the center of the ball?

Sorry, I have no idea what you're trying to say here.

You can ignore it, I'm still forming thoughts and thinking out loud, it's a mess up there right now. :smile:

OK, so ##X=B(g,r)## in this case.

So clearly, we can't say that B(g,r) is a subset of G. But, then again, there is no such g,y such that d(g,y) > 1, so does it matter?
 
  • #68
1MileCrash said:
Yeah, it does, because d is always <= 1.

What do you mean? ##d## is a function, how can it be smaller than 1?

So any ball for this metric is a singleton set for the center of the ball?

Any ball with radius smaller or equal than ##1## is. If the radius is strictly larger than ##1##, than the ball is the entire space.

So clearly, we can't say that B(g,r) is a subset of G. But, then again, there is no such g,r such that d(g,r) > 1, so does it matter?

What do you mean with ##d(g,r)##?? I thought ##r## was a number. In that case ##d(g,r)## makes no sense.
 
  • #69
micromass said:
What do you mean? ##d## is a function, how can it be smaller than 1?

I mean that d(x,y) is less than or equal to 1 for any x,y. So why do we need to consider balls with a radius larger than the distance between any two points?
What do you mean with ##d(g,r)##?? I thought ##r## was a number. In that case ##d(g,r)## makes no sense.

Sorry, that should be d(g,y).EDIT:

Darn, I just realized what you're saying. I need to affirm that an r EXISTS, and by showing that any r < 1 works for any arbitrary x in G, I've done just that. That's why the exercise is done.
 
  • #70
1MileCrash said:
I mean that d(x,y) is less than or equal to 1 for any x,y. So why do we need to consider balls with a radius larger than the distance between any two points?

We don't need to consider them for this problem. But it's still interesting to know what the balls are. So something like ##B(g,2)## exists here (and this set is equal to ##X##). But it's not interesting. As you will soon find out, in topoogy we only care about balls with "small" ##r##.
 
  • #71
1MileCrash said:
Darn, I just realized what you're saying. I need to affirm that an r EXISTS, and by showing that any r < 1 works for any arbitrary x in G, I've done just that. That's why the exercise is done.

OK, you got it, I think.
 
  • #72
micromass said:
We don't need to consider them for this problem. But it's still interesting to know what the balls are. So something like ##B(g,2)## exists here (and this set is equal to ##X##). But it's not interesting. As you will soon find out, in topoogy we only care about balls with "small" ##r##.

That's clear, thanks.
 
  • #73
I'm wondering if my book's definition for "subbasis" makes sense to any of you? It doesn't seem to tell me anything about a subbasis besides it being a subcollection of a topology with the mentioned property (about the topology, not the subcollection). Is it a typo maybe?
 

Attachments

  • subbasis.jpg
    subbasis.jpg
    35.6 KB · Views: 401
Last edited:
  • #74
Yes it seems to be a typo. Here's the definition from Lee: http://postimg.org/image/91fd5oc8t/
 
Last edited by a moderator:
  • #75
Wow, this book is plagued with errors. So, is the typo that the second to last T should actually be an l (the sub collection)?

And another question about the incorrect definition. Can a topology whose finite intersections form a basis for itself exist? It seems like finite intersections of members of a topology would always end up excluding elements that exist in members of the topology, and thus reforming the topology with unions (as in a basis) couldn't happen. If there's at least one member of the topology with an element that no other member has, this isn't possible. Right?

Just something out of curiosity.
 
Last edited:
  • #76
1MileCrash said:
So, is the typo that the second to last T should actually be an l (the sub collection)?

Yes.

Can a topology whose finite intersections form a basis for itself exist?

Yes. This is true for every topology.
 
  • #77
jgens said:
Yes.



Yes. This is true for every topology.

Ohhh, that's even worse then, hah!

Thanks, I think I see why what you say is true now.
 
  • #78
1MileCrash said:
Wow, this book is plagued with errors.
jgens answered your questions so that takes care of that. I'm just curious as to what book this is?
 
  • #79
WannabeNewton said:
jgens answered your main question so that takes care of that. I'm just curious as to what book this is?

"Foundations of Topology" C. Wayne Patty, 2nd Edition

But so I understand why what jgens said is true, we know that any intersection of members of T is also in T. And any topology is a basis for itself. So, the collection of all intersections of members of T is T, and thus is a basis on T.

Is that right?
 
  • #80
Essentially yes.

If the book is marred with errors, you might want to use a more standard text.
 
  • #81
WannabeNewton said:
Essentially yes.

If the book is marred with errors, you might want to use a more standard text.

I see what you mean. This is just the textbook that the class uses. Do you have any recommendations?

Thanks again.
 
  • #82
A good book "Introduction to Topological Manifolds" by Lee. Don't let the title mislead you, it's more about topology than about the manifolds.

Then there is also Munkres, which is widely used.

But both books have their flaws. For example, infinite products and the Tychonoff theorem aren't treated well in either book. And nets and filters aren't treated in the books either, or at least not very well.

A better book is Willard, but it is also quite advanced (and has some very difficult exercises).
 
  • #83
I'm having trouble grasping the following theorem:

Let S1 and S2 be collections of subsets of a set X such that X = (the union of all members of S1) = (the union of all members of S2). Moreover, suppose that:

1.) for each s1 in S1 and each x in s1, there exists an s2 in S2 such that x is in s2 and s2 is a subset of s1

2.) for each s2 in S2 and each x in s2, there exists an s1 in S1 such that x is in s1 and s1 is a subset of s2

Then S1 and S2 are subbases for the same topology on X.


My issue is that, this definition seems to imply that S1 and S2 are the exact same collection, I can't come up with two subcollections of X that satisfy this theorem and aren't the same.

For example, take X = {1,2,3,4,5} and

S1 = {{1},{1,2,3},{2,3,4},{3,5}}

I'm trying to construct an S2 that would generate the same topology on X, but I can't figure out how to come up with one that isn't exactly the same as S1.

If I consider {1}, then by the theorem I know that there must be a set in S2 that contains 1 and is a subset of {1}, which has to be {1}. So:

S2 = {{1}...

Next, I consider {1,2,3}. I know there must be a set in S2 that contains 1 and is a subset of {1,2,3}. There already is, so I consider 2. There must be a set in S2 that contains 2 and is a subset of {1,2,3}. But I also know that this member of S2 must also be a subset of a set that contains 1, 2, and 3 in S1, but then they have to be the same set.

S2 = {{1},{1,2,3}... etc.
 
  • #84
In ##\mathbb{R}^2##, take ##S_1## the set of open balls, that is:

\{(x,y)\in \mathbb{R}^2~\vert~\sqrt{ (x-a)^2 + (y-b)^2 }&lt; r\}

Take ##S_2## the set of all open cubes, that is:

(a,b)\times (c,d)

These collections are not equal, but they induce the same topology.
 
  • #85
I still don't see how the theorem allows them to differ, if they are subbases that generate the same topology.
 
  • #86
There is nothing that says two subbases that generate the same topology must necessarily be equal; two bases that generate the same topology don't even have to be equal. Micromass gave the classic example of the ##\infty##-norm induced basis and the ##2##-norm induced basis; they both generate the usual Euclidean topology but they are not equal as sets. In fact all norms on a finite dimensional real/complex vector space, along with the associated bases of open balls, generate the same topology on that vector space.
 
  • #87
I understand that they don't have to be equal (indeed that's why I know I don't' understand the theorem correctly in the first place), it's just that I can't interpret the theorem I posted having any other meaning. It essentially says that if I pick some element in subbasis A, then there is an element in B such that they are subsets of each other. So they are equal. What about the theorem am I not understanding?

Or in my example, how could I manufacture a subbasis that generates the same topology as the one I already have without making it the same?
 
  • #88
1MileCrash said:
I understand that they don't have to be equal (indeed that's why I know I don't' understand the theorem correctly in the first place), it's just that I can't interpret the theorem I posted having any other meaning. It essentially says that if I pick some element in subbasis A, then there is an element in B such that they are subsets of each other. So they are equal. What about the theorem am I not understanding?

No, not subsets of each other.

You know that for any ##A\in \mathcal{A}##, there is a ##B\in \mathcal{B}## such that ##B\subseteq A##.
And for any ##B\in \mathcal{A}##, there is an ##A^\prime\in \mathcal{A}## such that ##A^\prime\subseteq B##.

But nobody says that ##A = A^\prime##!
 
  • #89
I don't really have a problem with that, I think the part that is mucking it up for me is the "for each x in A."

So if I have ##A##={1,2,3} then not only is there a ##B## such that ##B## is a subset of ##A##, but there are ##B## that is a subset of ##A## that also contain "each x in A."

If I say "ok, these ##B## are {1}, {2}, {3}", then fine, the first part of the theorem holds because for every x in ##A##, there is a ##B## that is a subset of ##A## that contains x, but it doesn't work the other way around.

For it to work the other way around, it would have to be true that for the ##B## {1}, there is an ##A## that contains 1 that is a subset of {1}, which is {1}. So ##\mathcal{A}## must have to contain {1}. Since this same reasoning holds for {2} and {3}, ##\mathcal{A}## has to contain {1}, {2}, and {3}. So, that doesn't make ##\mathcal{A}## and ##\mathcal{B}## necessarily equal, but it does necessarily make ##\mathcal{B}## a subset of ##\mathcal{A}##.
 
  • #90
The problem is that you're working with finite topological spaces. Things are going to make more sense if you consider infinite topological spaces such as ##\mathbb{R}^2##. Try to work with my suggestion in post 84. This is going to make more sense to you than finite topological spaces.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
849
  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 43 ·
2
Replies
43
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
6
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K