0

would like help on the proof, I have most of it but got stuck in one part. my proof is: lets assume there are finite number of primes in the form 4n-1. let P be their product, define N=4P-1. so none of the primes of the form 4n-1 divide N yet there is a prime that divide N, say q.

I know I need to show that q is of the form 4n-1 but have no idea how to prove it, would greatly appreciate your help

  • 2
    The product of two primes of the form $4n+1$ is again of the form $4n+1,$ so it can't be the case that every prime dividing $4P-1$ is of the form $4n+1.$ – saulspatz Mar 07 '19 at 19:21
  • How does it help me? sorry for the lack of knowledge but i'm just starting to learn number theory – Idan Daniel Mar 07 '19 at 19:23
  • Well, $P-1$ is divisible by an odd prime, and if not every prime dividing it is of the form $4n+1$ at least one must be of the form $4n-1$. – saulspatz Mar 07 '19 at 19:24
  • saulspatz, why must it be of the form 4n+1 or 4n-1? can't there be other forms? – Idan Daniel Mar 07 '19 at 19:27

1 Answers1

2

Suppose toward a contradiction that there is no prime of the form $4n-1$ that divides $N=4P-1$. Then every prime that divides $N=4P-1$ is of the form $4n+1$. But then the product of these primes is also of the form $4n+1$, contradicting the fact that their product is $N=4P-1$. Hence there exists a prime of the form $4n-1$ that divides $N=4P-1$.

Servaes
  • 63,261
  • 7
  • 75
  • 163