Prove that if every even natural number greater than 2 is a sum of two primes (the Goldbach Conjecture), then every odd natural number greater than 5 is a sum of three primes.
== Solution ==
This is equivalent to asking if every even natural number greater than 2 is a sum of two primes,
|
∀(n∈N∧n>1)∃(p,q∈P)[p+q=2n]
|
is it true that:
|
∀(m∈N∧m>2)∃(r,s,t∈P)[r+s+t=2m+1]
|
Exploiting m > 2 and n > 1:
|
∀(m∈N∧m>2)∃(x∈N)[x=m−1>1]m=x+1>2
|
Now,
But x is greater than 1 which means 2x is an even number greater than 2, and therefore is a sum of two primes. Since 3 is prime, (2m + 1), an arbitrary odd natural number greater than 5, is therefore a sum of three primes.
# posted by rot13(Unafba Pune) @ 8:30 AM
