Thursday, January 4, 2018

real analysis - Bijection between [a,b) and (a,b)?

I know this question has been asked and answered before, but I am working on my own through an analysis textbook and just wanted to check if the following construction would be appropriate:



Define a|b=(a+b)/2 to be the midpoint of interval (a,b) and a|bn=(...(a|b)|b)...|b)n times (note that a|b0=a). Then define the bijection f:[a,b)(a,b) as follows:f(x)={a|bi+1,if x=a|bi, for i=0,1,...x,otherwise



So a gets sent to the midpoint of (a,b), which in turn gets sent to the midpoint of itself and b, and so on ad infinitum, while the rest of the elements stay fixed. I know this doesn't seem like something worthy of posting a question for, but I am working on my own and struggling with a lot of the exercises, so I am anxious for at least some of my solutions to be correct.

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...