Let $a$ be an integer. After looking at several examples, make a conjecture about the value of $\operatorname{gcd}(a-1,a+1)$ and prove it.
Ok. I found that:
- if $a$ is even, $\operatorname{gcd}(a-1,a+1)=1$;
- if $a$ is odd, $\operatorname{gcd}(a-1,a+1)=2$.
Is this conjecture right? Any advice to how to prove this conjecture?