3

Prove only using of the definition of congruence:

if $a \equiv b \pmod 5$ then $2a \equiv 2b \pmod{5}$?

I have thought about the solution as follows:

$2a \equiv 10k+2r \equiv 5 (2k) +2r$ ......(1)

$2b \equiv 10l+2r \equiv 5 (2l) + 2r$ .....(2)

both of (1) and (2) have the same remainder, therefore $2a \equiv 2b \pmod{5}$?

lucidgold
  • 1,054
Coheen
  • 63

2 Answers2

2

What is your definition of congruence? I might assume $a\equiv b \pmod 5$ is defined as $5|(a-b)$, in which case $a-b=5k$ for some $k$, and $2a-2b=5(2k)$. The result follows.

pancini
  • 19,216
1

According to your definition of congruence, I believe the following will suffice.

Proof:

By definition of congruence we know that: if $a \equiv b \pmod{n}$, then $ac \equiv bc \pmod{n}$.

Since it is given that $n=5$, and $a \equiv b \pmod{5}$ then by letting $c=2$ and applying definition of congruence we have:

if $a \equiv b \pmod{n}$, then $2a \equiv 2b \pmod{5}$.

which is true.

lucidgold
  • 1,054