$$a,b\in\Bbb Z$$ $$n,k\in\Bbb N^+$$ $$a\equiv b\bmod n$$ $$\text{Use induction to prove}$$ $$a^k\equiv b^k\bmod n$$
2026-04-02 12:31:50.1775133110
$a^k\equiv b^k\bmod n$ by induction
982 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The base case is a given.
The successor step follows from
$$x \equiv y \pmod{n} \land x' \equiv y' \pmod{n} \implies xx' \equiv yy' \pmod{n}$$.