I'm an intro analysis student trying to prove that any field $f$ that contains the integers contains the rationals as a subfield. I'm asked to proceed by proving that there exists a subset $F'$ of $F$ and a function $Φ: F'→\mathbb{Q}$ such that $\mathbb{Z} ⊂ \mathbb{Q}$ and $Φ$ satisfies the three following properties:
- $Φ $ is bijective
$Φ(a + b) = Φ(a) + Φ(b)$, for $a$, $b$ ∈ $F$
$Φ(a.b) = Φ(a).Φ(b)$, for $a$, $b ∈ F$
I have gone through a few answers for similar questions but I am not sure how to proceed. We have not covered isomorphisms in the course yet so I am unsure how this is related to it (though other posts like this one and this one indicate that there's a connection). Any help would be greatly appreciated.
Hint: Suppose $\mathbb{Z} \subset F$. Given $n \in \mathbb{Z}$ and $m \in \mathbb{Z} \setminus\{0\}$, the fact that $F$ is a field means that $nm^{-1} \in F$. How should we associate $nm^{-1}$ with a rational number?
You'll need to prove that this association is actually an isomorphism, which really just comes down to doing a few calculations.