A Fermat number $F_n$ is of the form $F_n = 2^{2^n} + 1$
Furthermore, $F_n = 2 + F_0F_1F_2......F_{n-1}$ Now I already proved that if $n \neq m$ then $\gcd(F_n,F_m) = 1$
Here is the proof
Without loss of generality , I assume that $m > n$ then we know that $$F_m = 2 + F_0F_1F_2........F_nF_{n+1}.....F_{m-1}$$ I assumed here that $n > 2 $ and $n < m-1$
Now we assume that $\gcd(F_n,F_m) = d$ then $d \mid F_n$ and $d \mid F_m$
Now if $d \mid F_n$ then $d \mid F_0F_1.....F_nF_{n+1}...F_{m-1}$ and so $d$ divides any linear combination of $F_m$ and $F_0F_1.....F_nF_{n+1}...F_{m-1}$, In particular $d \mid Fm- F_0F_1.....F_nF_{n+1}...F_{m-1}=2$ and hence $$d \mid 2$$
Now since all Fermat numbers are odd then $d \neq 2$ and hence $d=1$
Now I want to use this to prove that there exists infinitely many primes.
I know that since Fermat numbers form an infinite sequence of increasing numbers and each Fermat number is relatively prime to all other Fermat numbers then we have infinitely distinct prime divisors for each composite Fermat numbers and we also add to those Fermat prime numbers.
I feel like there is a better mathematical argument that that novel that I wrote above :)