So my previous question states that: We are given the sequence $_{n}= 6^{({2}^n)} + 1$. We must prove that the elements of this sequence are pairwise co-prime, i.e prove that if m ≠ n then $(_{m},_{n}) = 1$.
I previously proved that $k_n | k_{n+1} - 2$
Then using answers I got on my previous question I was able to show that if $p | k_n$ then it follows that $p | k_{n+1} -2$. Using this I could say that that if $p|k_{n+1}$ then $p|(k_{n+1} - (k_{n+1} -2)$. This means the only prime that could divide $k_n$ and $k_{n+1}$ is $2$, however all the terms in the sequence are odd so therefore $gcd(k_n,k_{n+1})=1$.
This therefore proves that every pair of numbers in the sequence are coprime however I'm struggling to extend it to show every element is coprime so I need to show $gcd(k_m,k_n)=1$.
All help is very much appreciated as always cheers.
I don't see why the same approach doesn't work. If $m>n$
$$k_m-2=6^{2^m}-1=\big(6^{2^n}\big)^{2^{m-n}}-1\equiv(-1)^{2^{m-n}}-1\equiv1-1\equiv0\pmod{k_n}$$
So, indeed $k_n\mid k_m-2$ ...
Edit: Further elaboration, as $k_n=6^{2^n}+1$ we must have
$$6^{2^n}+1\equiv 0\pmod{k_n}\Rightarrow 6^{2^n}\equiv -1\pmod{k_n}$$
also, note that $m-n>0$ so $2^{m-n}$ is even, so $(-1)^{2^{m-n}}=1$.