How can I construct a one-to one correspondence between the Set [0,1]⋃[2,3]⋃[4,5]... and the set [0,1] I know that they have the same cardinality
Answer
Suppose that you had a bijection f:[0,1]→(0,1]. Then you could decompose [0,1] as
[0,1]=[0,12]∪(34,1]∪(58,34]∪(916,58]∪…=[0,12]∪⋃n≥1(2n−12n+1,2n−1+12n],
map [0,1] to [0,12] in the obvious way, and for n≥1 map [2n,2n+1] to (2n−12n+1,2n−1+12n] using straightforward modifications of f for each ‘piece’. I’ll leave that part to you unless you get stuck and ask me to expand; the hard part is finding f. Here’s one way:
f:[0,1]→(0,1]:x↦{12,if x=012n+1,if x=12n for some n≥1x,otherwise.
In other words, f is the identity map except on the set {0}∪{12n:n≥1}, which it shifts one place ‘forward’ like this:
0f↦12f↦14f↦18f↦116f↦….
No comments:
Post a Comment