So I have concluded that the statement is false however i'm having a hard time explaining them, or writing a proof which I need to do for full marks. Could any one help me in explaining this, please be thorough so that I could understand more of proving these types of questions.
edit: I am no longer sure than the statement is false. I have tried my example again and have realized that I made a mistake. Now I need clarification on whether it is false or not.
2nd edit: Okay my progress is that, in order for the first equation to be true a must be an even number and b must be odd, we then get a modulus of 4 for all even integers a and odd integers b. I have tried many examples and they all turn out to be true. Again i'm having a hard time explaining or proving why.
The statement is false. Consider the following counterexample. Let $a = 6$ and $b = 9$. Then \begin{align*} 2a & \equiv 12 \equiv 4 \pmod{8}\\ 4b & \equiv 36 \equiv 4 \pmod{8} \end{align*} so $2a \equiv 4b \pmod{8}$. However, \begin{align*} a & \equiv 6 \pmod{8}\\ 2b & \equiv 18 \equiv 2 \pmod{8} \end{align*} so $a \not\equiv 2b \pmod{8}$.
Observe that if $2a \equiv 4b \pmod{8}$, then $2a = 4b + 8k$ for some $k \in \mathbb{Z}$, so $a = 2b + 4k$ for some $k \in \mathbb{Z}$, which implies that $a \equiv 2b \pmod{4}$. Observe that if $a = 6$ and $b = 9$, then \begin{align*} a & \equiv 2 \pmod{4}\\ 2b & \equiv 18 \equiv 2 \pmod{4} \end{align*} so $a \equiv 2b \pmod{4}$, as claimed.