Prove that $\frac{2^{2^n}+1}{2^{2^m}+1}$ is irreducible, if $n>m\geq 0$ are integers.
I want to show by induction that $gcd(a+1,a^{2k}+1) = gcd(a+1,2)$ and i have to choose $a$.
I choose $a=2^{2^n}$.
Then $gcd(2^{2^n}+1,2^{{2^n}\cdot2k}+1) = gcd(2^{2^n}+1,2)$
Base: $k=1$ Is this right?
I don't know (≡ a (mod n)).
Thank You.
Take $a=2^{2^m}$ therefore $$\frac{2^{2^n}+1}{2^{2^m}+1}=\dfrac{a^k+1}{a+1}$$where $k$ and $a$ are both even integers. From the other side we have $$a^k+1=a(a^{k-1}+1)-(a+1)+2=q(a+1)+2$$which is coprime to $a+1$ since $gcd(a+1,2)=1$ and we have proven what we want.