I have to proof if true or wrong: There are infinite prime numbers of the form 4k+3.
I want to proof: Yes, this is true. My ideas:
1) Assume - as a contradiction - that there are only infinite prime numbers. Let $p_k$ be the highest of them of the form 4k+3. Let $p_1 = 3, p_2 = 5, ...$ the sequence of prime numbers.
So define $N := 4*(3*5*...*p_k) - 1$. Then we have
a) N divided by 4 has remainder 3 and 3 divided by 4 has remainder 3, because: $ N \equiv -1 \equiv 3 (mod 4)$.
b) Then I'd like to show that N does have a prime-factor of the form 4k+3 which is higher than $p_k$ << here I don't know how to show this.
I'd appreciate any comments on whether my ideas are correct or not.