Let $a$ be an odd integer. Prove that $a^{2^m}+2^{2^m}$ and $a^{2^n}+2^{2^n}$ are relatively prime for all positive integers $n$ and $m$ with $n\not= m$.
Problem
Source:
Tags: modular arithmetic, number theory, relatively prime
09.01.2010 04:25
it's wrong: for $ (a,m,n) = (3,3,7)$, both expressions are divisible by 5. what you meant to say is $ a^{2^m} + 2^{2^m}$ and $ a^{2^n} + 2^{2^n}$. we may assume WLOG that $ m < n$. let $ p|a^{2^m} + 2^{2^m}$, where $ p$ is prime. since $ a$ is odd, $ p$ is odd. then $ a^{2^m}\equiv - 2^{2^m} \pmod{p}$. repeatedly squaring both sides, we eventually get $ a^{2^n}\equiv 2^{2^n}\not\equiv - 2^{2^n}\pmod{p}$, since $ p$ is odd. this shows that the sets of primes dividing the two expressions are disjoint, implying the assertion.
17.08.2016 18:58
hasan4444 wrote: Let $a$ be an odd integer. Prove that $a^{2^m}+2^{2^m}$ and $a^{2^n}+2^{2^n}$ are relatively prime for all positive integers $n$ and $m$ with $n\not= m$.