-1

If $$2^6k+2\equiv4\pmod9$$ then this implies that $$2^6k+2\equiv4\pmod{18}$$since both sides are even. Can anyone explain to me why this inference is true?

Bill Dubuque
  • 272,048

1 Answers1

-1

so $2^6k +2\equiv 4 \pmod 9$.

So there is an integer $m$ so that $2^6k + 2 = 4 + 9m$.

But the LHS is even so the RHS must be even which (because $9$ is odd) means that $m$ must be even.

SO there is an integer $n$ so that $k = 2n$ and ....

$2^6k + 2 = 4 + 9\cdot 2n = 4 + 18n$.

But that means $2^6k + 2 \equiv 4 \pmod {18}$.

......

ALternative explanation:

$2^6k + 2 \equiv 4\pmod 9 \implies$

$9|2^6k + 2 - 4$. But $2^6k +2 -4$ is even so $2|2^6k+2-4$. So both $2$ and $9$ divide $2^6+2 -4$ so then $\operatorname{lcm}(2,9) = 18$ also divides $2^6k +2-4$.

And as $18|2^6k + 2-4$ that is the very definiton of $2^6k + 2\equiv 4 \pmod {18}$.

=====

Lemma (for future use now that we did the above): If $a\equiv b\pmod n$ and $k$ is a common divisor of $a$ and $b$ then $a\equiv b \pmod{\operatorname{lcm}(k,n)}$

Pf: Same way we did the above.

fleablood
  • 124,253