Euclid's proof that they are infinity prime numbers look more as a statement then a proof for me. For thing to be even worse, it's example used every time to show the basic proof you can find. If I have understood it good, in nutshell proof is:
If this is a prime number it’s good, and we have a new one:
N = (p0 · p1 · p2 · … · pn)
If not, adding 1 we will create a new one:
N = (p0 · p1 · p2 · … · pn)+1
Example:
Let’s imagen we know only for first two primes 3 and 5. With this formula
N = 3·5 = 15 (15 is not prime, you can divide it with 3 and 5)
N = (3·5)+1 = 16 (it’s not prime)
What I doing wrong?
Here is explanation already given, but can someone do relation between actual explanation and example i posted.