- #1
favq
- 8
- 0
- Homework Statement
- Give an example of a set S such that there is no total injective relation from S to the real interval [0,1]
- Relevant Equations
- A relation R from A to B is total injective iff:
- For all a in A, there is a b in B such that a R b (total property)
- There are no [itex]a_1[/itex] in A, [itex]a_2[/itex] in A and [itex]b[/itex] in B such that [itex]a_1 \neq a_2[/itex] and [itex]a_1 R b[/itex] and [itex]a_2 R b[/itex] (injective property)
My first thought was S = {1,2,3,...}. However, if I define R = { (x,y) | y = 1/x }, I have a total injective relation, so this doesn't work.
The second thought was to try S = {...,-3,-2,-1,0,1,2,3,...}. However, a total injective relation can also be found here. For example, if I do something like below:
[tex]
f(x)=\left\{\begin{matrix}
1/2+1/(2x),\ x>0
\\
0,\ x=0
\\
-1/(2x),\ x<0
\end{matrix}\right.
[/tex]
It is a total injective relation, because it maps 0 to 0, all positive integers to distinct values in the interval (0.5,1] and all negative integers to distinct values in the interval (0,0.5].
Even if I choose [itex]S=\mathbb{R}[/itex], it's still possible to find a total injective relation to [0,1] by using a similar piecewise definition. For example, I could define something like:
[tex]
f(x)=\left\{\begin{matrix}
x/4,\ 0 \leq x \leq 1
\\
0.25 +1/(4x),\ x>1
\\
0.5-x/4,\ -1 \leq x \leq 0
\\
0.75 -1/(4x),\ x<-1
\end{matrix}\right.
[/tex]
Next, I wondered whether [itex]\mathbb{R} \times \mathbb{R}[/itex] could work.
However, I'm stuck now. Out of ideas to see why [itex]\mathbb{R} \times \mathbb{R}[/itex] has or has not a total injection to [0,1].
Any hints on how to find S?
Thank you in advance.
The second thought was to try S = {...,-3,-2,-1,0,1,2,3,...}. However, a total injective relation can also be found here. For example, if I do something like below:
[tex]
f(x)=\left\{\begin{matrix}
1/2+1/(2x),\ x>0
\\
0,\ x=0
\\
-1/(2x),\ x<0
\end{matrix}\right.
[/tex]
It is a total injective relation, because it maps 0 to 0, all positive integers to distinct values in the interval (0.5,1] and all negative integers to distinct values in the interval (0,0.5].
Even if I choose [itex]S=\mathbb{R}[/itex], it's still possible to find a total injective relation to [0,1] by using a similar piecewise definition. For example, I could define something like:
[tex]
f(x)=\left\{\begin{matrix}
x/4,\ 0 \leq x \leq 1
\\
0.25 +1/(4x),\ x>1
\\
0.5-x/4,\ -1 \leq x \leq 0
\\
0.75 -1/(4x),\ x<-1
\end{matrix}\right.
[/tex]
Next, I wondered whether [itex]\mathbb{R} \times \mathbb{R}[/itex] could work.
However, I'm stuck now. Out of ideas to see why [itex]\mathbb{R} \times \mathbb{R}[/itex] has or has not a total injection to [0,1].
Any hints on how to find S?
Thank you in advance.