ssamsymn
- 18
- 0
Can you help me to construct a 1-1 mapping from real numbers onto non-integers? thanks
The discussion revolves around the construction of a one-to-one mapping from the set of real numbers to the set of non-integers. Participants explore various approaches, including theoretical considerations and specific examples, while addressing the challenges of defining such a mapping.
There is no consensus on a single valid mapping, as participants propose different methods and express varying levels of understanding regarding the construction of such a function. Multiple competing views and approaches remain in the discussion.
Participants highlight the complexity of defining a valid function and the challenges associated with the notation used in the proposed mappings. The discussion reflects a mix of theoretical exploration and practical examples, with no resolution on the best approach.
jbunniii said:Let ##(z_n)## be an enumeration of the integers, and let ##(r_n)## be any sequence of distinct non-integers (##n = 0, 1, 2, \ldots##). Define the map ##f : \mathbb{R} \rightarrow \mathbb{R}\setminus \mathbb{Z}## by
$$f(r_n) = r_{2n}$$
$$f(z_n) = r_{2n+1}$$
$$f(x) = x \textrm{ for all other }x$$
It's easy to see that this is a bijection.
micromass said:You want a bijection f:\mathbb{R}\rightarrow \mathbb{R}\setminus \mathbb{Z}??
Now, it is not so hard to see that such a bijection has to exist. So if you're only interested in bijection and not existence, then you basically only have to apply the wonderful Cantor-Bernstein-Shroder theorem.
If you want an actual map, then this requires a bit more work. It might be easier to first find a bijection f:\mathbb{R}\rightarrow \mathbb{R}\setminus \{0\} and then apply the same trick on your problem. For the easier problem, the trick is to select a sequence in \mathbb{R} such as x_n=n for n\geq 0. Then we can define
f(x)=x~\text{if}~x\neq x_n~ \text{and}~f(x_n) = x_{n+1}
Do you see that that works?? Can you apply this same idea on your problem?
If you want something specific, just take something like ##r_n = (2n+1)/2##, i.e., the sequence ##1/2, 3/2, 5/2, \ldots##. Any sequence of real numbers will work as long as they are all distinct and none of them are integers. Drawing a picture might help if it's not clear what the map is doing.ssamsymn said:thank you very much.
I don't fully understant how I can pick real numbers with n indices.
I am not familiar with the notation, I need a valid function to show this map is one to one and onto.
jbunniii said:If you want something specific, just take something like ##r_n = (2n+1)/2##, i.e., the sequence ##1/2, 3/2, 5/2, \ldots##. Any sequence of real numbers will work as long as they are all distinct and none of them are integers. Drawing a picture might help if it's not clear what the map is doing.