For positive integers m and n. Let $F_{n}={2^{2^{n}}}+1$ and $G_{m}={2^{2^{m}}}-1$. Which of the following statements are true?
(a)$F_{n}$ divides $G_{m}$ whenever m>n
(b)$gcd(F_{n},G_{m})=1$ whenver m$\neq$n
(c))$gcd(F_{n},F_{m})=1$ whenver m$\neq$n
(d)$G_{m}$ divides $F_{n}$ whenever m < n
My try
I only able to solve it by plugging values for m and n
Take $m=3;n=2$ then option b is wrong
Take $m=2;n=3$ then optio d is wrong
Therefore a and c are correct options.
But how can I prove a and c options. Anyone can give hint?