In the proof of the theorem of inverse modulo. I encountered this problem and unable to comprehend it.
sa + tm ≅ 1 (mod m)
Then why it is equal to
sa ≡ 1 (mod m)
In the proof of the theorem of inverse modulo. I encountered this problem and unable to comprehend it.
sa + tm ≅ 1 (mod m)
Then why it is equal to
sa ≡ 1 (mod m)
$\equiv$ is a congruence relation and $m \equiv 0 \pmod m$, so $$sa + tm \equiv sa + t\cdot 0 \equiv sa \pmod m.$$
m ≡ 0 (mod m)
but I want to know that what is the rule through which we can replace m by 0 in the congruence sa + tm ≡ 1 (mod m)
?
– Ali Husnain
Jan 07 '21 at 08:24