Suppose that $\mathbb{F}$ is an ordered field with identities $0$ and $1^{\star}$ (in this problem, $1 \in \mathbb{N}$ ) Define inductively $f: \mathbb{N} \rightarrow \mathbb{F}$ by: $$f(1) = 1^{\star}\qquad f(n + 1) = f(n) + 1^{\star}$$
(Imprecisely, $f(n) = \underbrace{1^{\star} + 1^{\star} + \cdots + 1^{\star}}_{\text{n times}}$)
c) Letting $\mathbb{N}^{\star} = \{f(n): n \in \mathbb{N}\}$, show that $f$ is a bijection from $\mathbb{N}$ to $\mathbb{N}^{\star}$. (Hint: Use this form $f(j + k) = f(j) + f(k)$ for $j,k\in\mathbb{N}$)
d) Show that $\mathbb{N}^{\star}$ is a "copy" of $\mathbb{N}$ in $\mathbb{F}$. How can analogous $\mathbb{Z}^{\star}$ and $\mathbb{Q}^{\star}$ be defined, starting with $\mathbb{N}^{\star}$?
I don't need help for the first two parts of the problem since it's all just induction. The first and second parts are easy. I need help with third and fourth parts of the problems.
My Approach
Part(c) - I know that in order for $f$ to be a bijection, it needs to be 1-1 and onto. If it's 1-1, then: $$f(x) = f(y) \rightarrow x = y$$ I attempt to apply induction to show $f$ is $1$-$1$, but I'm stuck.
For the other part, I need to show that $f$ is onto. That is: I need to prove that $f(y) = x$ for every $x$ and $y$, such that $y$ is the inverse of $f$.
Part(d) - My method would be to select $n \in \mathbb{N}$ and determine the range for each $n$. That is:
$$f(1) = 1^{\star}$$ $$f(2) = f(1 + 1) = 1^{\star} + 1^{\star}$$
and so on. But I think this may be wrong.
For the other part, I need to determine what are $\mathbb{Z}^{\star}$ and $\mathbb{Q}^{\star}$. I can list all the elements from $\mathbb{Z}$ and $\mathbb{Q}$ and determine their equivalences in the field $\mathbb{F}$, but this seems to be the slow way to determine these sets.
Please help me. My instructor is totally disorganized with his teaching. He expects me to know how to solve these problems easily.
c) By the definition of $\mathbb{N}^*$ as the image of $f$, you know that $f$ is onto. For one-to-one, if you would like to use induction, you can do the following. Let $x, y \in \mathbb{N}$ such that $x < y$. Define $n$ by $y = x+n$ and use induction on this $n$ to conclude that $f(x) \neq f(y)$. In fact, what you might want to prove here inductively is that $f(x+n) = f(x) + f(n)$ here to help you with part d.
d) As mentioned in the previous part, show that $f(x+n) =f(x)+f(n)$ and I think from here you get that $\mathbb{N}^*$ is a copy of $\mathbb{N}$. For $\mathbb{Z}^*$ you may want to extend $f$ by $f(-n) = -f(n)$ when $n \in \mathbb{N}$ and $f(0) = 0^*$. And for $\mathbb{Q}^*$, you may try extending $f$ again by $f(m/n) = f(m)f(n)^{-1}$ whenever $m, n \in \mathbb{Z}$ $(n \neq 0)$.
Hope this helps.