Why is it that $\forall n \in N$, $2^n$ is not divisible by $3$?
I can prove it easily by induction, but I don't understand the intuition of why this is true. Could anyone please supply the intuition? [This has been answered.]
Moreover, I understand that there's also a proof of this fact that uses modular arithmetic. How does this proof go? [Also answered - it follows immediately from the definition of the modulus operation.]
$2^n$ has a prime factorization containing only $2$s. So it can never have 3 has one of its prime factors by the Unique Factorization Theorem.
I can think of the proof using this.
Suppose for a contradiction that $2^n$ is divisible by 3. Then $$2^n\equiv 0\mod3$$
That means $3$ divides $2^n$. Now $2^n =3k$ for some $k\in \mathbb{Z}$.
Use the first statement I mentioned above to arrive at a contradiction.