1MileCrash
- 1,338
- 41
I'm having trouble googling this one..
What is |R^(omega)?
What is |R^(omega)?
1MileCrash said:I'm having trouble googling this one..
What is |R^(omega)?
1MileCrash said:No, it's my textbook for the class. "Foundations of Topology" C. Wayne Patty
1MileCrash said:My book gives a definition in an appendix that seems to match what you're saying.
Unfortunately, I'm having a hard time grasping the idea (the set you've wrote, I can read, but I can't "see it."). It is the set of all possible sequences of any length in R? Is that like a power set of R, but where order matters for the elements? Or am I way off?
1MileCrash said:OK, I've been thinking about it for a while.
From what I gather from that function notation you've used, it is essentially a declaration that these elements are also of countably infinite length, since by noting N as the domain, it must also have a one-to-one correspondence with the natural numbers. Right?
micromass said:Not necessarily a one-to-one correspondence. For example
f:\mathbb{N}\rightarrow \mathbb{R}: n\rightarrow 1
is perfectly valid. This corresponds to a sequence ##(x_n)_n## with ##x_n = 1## for all ##n##.
micromass said:OK, I agree with you then.
1MileCrash said:Alright. So is looking at R^omega as just being exactly like any other dimensional space R^n except that now, n is no natural number but is countable infinity, an OK way to view it? Or is it more complicated than that?
Thanks again for your help and patience.
micromass said:That's one way to think of it, yes. As you know, ##\mathbb{R}^n## is a vector space with finite dimensions. The space ##\mathbb{R}^\omega## is a vector space too, so it acts in the same way of ##\mathbb{R}^n##. The only difference is that ##\mathbb{R}^\omega## is an infinite dimensional vector space, so that might cause some differences.
You got to be aware that ##\mathbb{R}^n## and ##\mathbb{R}^\omega## often behave very differently, especially in topology. So it's not because it holds for ##\mathbb{R}^n##, that it holds for ##\mathbb{R}^\omega##. But I do think your intuition about ##\mathbb{R}^\omega## is correct.
1MileCrash said:OK, I do think I can see why some things will be different. I can't imagine a vector of infinite length in any other space, but a vector in R^omega can be of infinite length easily. Then maybe that makes certain things undefined, like a difference between two distance functions on R^omega, and maybe that effects certain theorems. Just thinking out loud!
1MileCrash said:I infer that a topology is a collection of sets such that if you take any two elements from a member of the topology, and run them through the metric, you get some value?
we can make a collection of subsets of X such that the distinction between members of this collection is the distance value returned by the metric for its members.
That is the indiscrete topology (also known as the trivial topology), not the discrete topology. The discrete topology is the power set of X, i.e. the collection of all subsets of X.1MileCrash said:The simplest example they gave is that the discrete metric (which is the metric d(x,y) such that d = 1 if x=/=y and d = 0 if x = y) generates a topology called the discrete topology on X which is the collection of the following subsets of X: { ∅, X }.
micromass said:Pretty weird that they don't explain what it means for a topology to be generated by a metic.
Anyway, given a metric space ##(X,d)##, we can define the open ball centered in ##x\in X## with radius ##r>0## as
B(x,r) := \{y\in X~\vert~d(x,y) < r\}
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.
1MileCrash said:Yes, I looked back and had the discrete and indiscreet topologies mixed up.
Yes, my book has defined open balls. From what I can tell, it is just a set of y such that the "distance" between x and y is less than r.
The definition of open sets you gave was also given, but it's clear now that I should have spent more time on them, I'm having trouble getting a grasp over it.
It says that G is open if for any x in G, there is an r > 0 such that B(x,r) is a subset of G. So if for any x, there is an r such that the set of y such that the "distance" between x and y is less than r is a subset of G.
That is really confusing to me, I can't really make sense of it. I already understand open sets as a layman, in that it just "doesn't contain its boundary points" but I can't comprehend it in terms of open balls very well.
So, I can pick any element x of G,
and can find an r such that a set of y such that d(x,y) < r
is a subset of G.
Never before have I been able to type something and not "see it" or understand really what it implies at such a high degree. I really have no idea what this says about G.
How would one do this?
Consider all subsets of X and then see it were true that "I can pick any element x of G, and can find an r such that a set of y such that d(x,y) < r is a subset of G." for each one?
Like, for the set X={1,2,3}
{{1}, {2}, {1,2},{2,3},∅, X}}
is a topology. So each element is an "open set."
Can you show me what it means to say that:
"I can pick any element x of G, and can find an r such that a set of y such that d(x,y) < r is a subset of G."
for, say, {1}?
I just don't get it.
Strictly speaking, that statement isn't true. But given a metric space (X,d), you can always define a topology on X by saying that a subset of X is open if and only if it's a it's union of open balls in X, with respect to d. If we define ##\tau## as the set of all subsets of X that are "open" in this sense, then ##(X,\tau)## is a topological space.1MileCrash said:My book says that "every metric space is a topological space" but how does that make sense?
As Fredrik said, the open balls of the metric form a topology generating basis i.e. the topology is that which is generated by the basis of open balls of the metric.1MileCrash said:If a metric space is also a topological space, then that would mean that this function d is a collection of subsets. How can you call a function with a numerical output a collection of subsets? How are these things equivalent?