Proving $\forall x \in R$, $\exists k \in Z, \exists m \in Z$: ($x = \frac{2k}{m}$ $\iff$ $x \in Q$)
I am trying to prove or disprove this statement and I've tried couple examples and I think it is True.
However, I'm completely lost and do not know where to start
Suppose $x=\frac{2k}{m}$ for some integers $k$ and $m$. Remember that a real number is rational if you can write it as a fraction of integers. Both $2k$ and $m$ are integers, so $x$ is rational.
Now assume $x$ is rational. This means there exists integers $a$ and $b$ such that $x=\frac{a}{b}=\frac{2a}{2b}$. Take $k=a$ and $m=2b$ so $x=\frac{2a}{2b}=\frac{2k}{m}$, which is what we wanted to show.