Thursday, September 14, 2017

real analysis - countable dense subset of R^k


This is a question from Rudin's Principles. Chapter 2, question 22.


The question reads: "A metric space is called separable if it contains a countable dense subset. Show that Rk is separable. Hint: Consider the set of points which have only rational coordinates."



The answer starts with: "We need to show that every non-empty open subset E of Rk contains a point with all coordinates rational." and then does just that, but I'm not sure how that addresses what the question is asking.


I know the definition of a dense subset. For a metric space X and EX, E is dense in X if every point of X is a point of E or a limit point of E (or both).


And I know that saying a set is countable means that the set has the same cardinality as the natural numbers or in other words could be put into one-to-one correspondence with the naturals.


Combining the two definitions to get definition of a countable dense subset is pretty straightforward.


And I understand that the rationals are countable. I also understand that the rationals are dense in R which implies that Qk is dense in Rk.


But I don't know how showing that "every non-empty open subset E of Rk contains a point with all coordinates rational" proves that Rk has a countable dense subset.


What am I missing here?


Is there another way to prove this?


Answer



It is a general result in topology that given a collection of topological spaces {Ai}ni=1, then if A=ni=1Ai



¯A=ni=1¯Ai


We already know that ¯Q=R, so ¯Qk=Rk. Hence Rk is separable.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...