The following question is from the book "How to Prove It: A Structured Approach" Second Edition.
Theorem 3 : There are infinitely many prime numbers.
Euclid's proof
Introduction Chapter : Exercise Question 3
The proof of Theorem 3 gives a method for finding a prime number different from any in a given list of prime numbers.
(a) Use this method to find a prime different from 2, 3, 5, and 7.
(b) Use this method to find a prime different from 2, 5, and 11.
Note: Theorem 3 is on page 4
My thoughts:
The proof shows that when there is a list of prime numbers from $p_1,p_2,...,p_n$, the next prime can be found by multiplying $p_1,p_2,...,p_n$.
(a) $2 \times 3 \times 5 \times 7 + 1 = 211$
(b) I'm not sure how to do this. They didn't give a consecutive list of primes and I found out that if the list doesn't contain consecutive primes, I can't just multiply them and add 1 to get the next prime.
Answers given
(a) The method yields the prime number 211.
(b) The method yields two primes, 3 and 37.