Number Theory: Prove for all $1\leq n \in \mathbb{N}$ $F_n \mid 2^{F_n}-2$ with $F_n$ is Fermat numbers
Follow the following sections They will guide you in proof
Use polynomial division to prove that $2^{2^{n+1}}-1\mid2^{F_n-1}-1$.
Use polynomial division to prove that $F_n\mid2^{2^{n+1}}-1$.
Draw the conclusion from these two sections.
Attempt:
if $2^{2^{n+1}}-1$ divide $2^{F_n-1}-1$ and $F_n$ divide $2^{2^{n+1}}-1$ so $F_n$ divide $2^{F_n-1}-1$
and i have no idea how to make it happen.