We consider the statements $P (n)$: "$4^n −1$ is divisible by $3$" and $Q(n)$: "$4^n + 1$ is divisible by $3$" where $n \in \mathbb{N}$.
(1) Show that both inductive steps $P (n) \implies P (n + 1)$ and $Q(n) \implies Q(n + 1)$ are true for all $n \in \mathbb{N}$.
(2) For which values of $n \in \mathbb{N}$ is $P (n)$ true ? Justify!
(3) Show that $Q(n)$ is actually false for all $n \in \mathbb{N}$.
For the previous question, I am able to show that both inductive steps are true for both $P(n)$ and $Q(n)$; however, I am not too sure how to answer following parts of the question. For part 2, I am completely lost. For part 3, I believe it is because the base case $n = 1$ is false. Any extra help would be appreciated. Thank you!!