Sunday, June 16, 2019

elementary number theory - Does $3$ divide $2^{2n}-1$?

Prove or find a counter example of : $3$ divide $2^{2n}-1$ for all $n\in\mathbb N$.



I compute $2^{2n}-1$ until $n=5$ and it looks to work, but how can I prove this ? I tried by contradiction, but impossible to conclude. Any idea ?

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...