-3

what is the minimum prime number that is the sum of exactly two odd prime numbers?

i.e I want to find a counter example to:

$$p_i+p_j \in \mathbb P \operatorname{iff} i=1 \lor j=1$$

Adam Ledger
  • 1,240

1 Answers1

3

Sum of two odd primes is even, which means that it cannot be a prime > 2.

twnly
  • 1,700