1

Infinitely number of primes in the form $4n+1$ proof

I saw this answer which says Suppose n>1 is an integer. We define N=(n!)^2+1. Suppose p is the smallest prime divisor of N. Since N is odd, p cannot be equal to 2. It is clear that p is bigger than n (otherwise p∣1). "If we show that p is of the form 4k+1 then we can repeat the procedure replacing n with p and we produce an infinite sequence of primes of the form 4k+1."

I dont get how that last sentence makes sense. if p replaces n, then N=(p!)^2+1, then we can always find another smallest prime p' of N such that p'=4t+1? (so I thought the author meant N would be prime, but I guess not)

2 Answers2

1

The author just said “we can repeat the procedure”, but did not say that $N$ would then be prime. If we repeat the procedure, we get a prime $p'\neq p$. And if we repeat it again, we get a prime $p''$ such that $p''\neq p'$ and $p''\neq p$. And so on…

1

We want to show that there are infinitely many such $p$. This can be expressed as:

For all $n\in\Bbb N$, there exists such a $p$ with $p>n$.

As explained, working with $N=(n!)^2+1$ in the proof guarantees $p>n$.