Is the following statement true and how to prove it? \begin{align} (a^2)^{3N} \equiv a^2 \mod{p} \end{align}
2026-04-07 21:17:19.1775596639
Is the following statement true
102 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
A counter example: I assume that N is a generic natural number and p is any prime number.
Let's say $N=2 , p=7$ $a=2$
$$(2^2)^{3*2}=4096$$ and $$4096(mod7)=1$$
and $1\neq4(mod7)$ a contradiction.