Question:
Let $S = \{n\in\mathbb{N}\mid 133 \;\text{divides} \; 3^n + 1\}$
$a)$ Find three different elements of $S$.
$b)$ Prove that $S$ is an infinite set.
My intuition is find the prime factors of $133$, which is $7$ and $19$. However, I then have no clue what to do? Any Hints? Many thanks, D.
As an answer to part b, if there are 3 different positive integers $(a,b,c)$ that satisfy the condition, then so do $a+b+c$. Because
$$3^a\equiv -1 \pmod {133}\\3^b\equiv -1 \pmod {133}\\3^c\equiv -1 \pmod {133}$$
and by multiplication property of modular operation we have
$$3^{a+b+c}\equiv (-1).(-1).(-1)\equiv -1 \pmod {133}$$ , $a+b+c\ne\ a,b, c$
Therefore, we have a new positive integer and if the new number is called $d$, then the same process can be done, using a new triple this time ($a,b,d$ for example), to find a new number that would be greater than all of them.
Now, to make a contradiction, let's assume that the set of all such integers $S$ is a limited set. First we need to sort them in ascending order in order to find three elements that are greater than the others. Name them $a,b,c$. By doing the above mentioned process, we find an element $d$ that is strictly greater than $a,b,c$. So, $d$ is not in the set $S$ and this is a contradiction to the fact that $d$ actually satisfies the condition.