Help me prove that any even integer greater than 2 is the sum of two prime numbers. Thanks.
Okay make it easier.
Prove that the sum of two prime numbers, p + q is an even integer where p and q are primes not equal to 2,
Originally posted by FirePig:Okay make it easier.
Prove that the sum of two prime numbers, p + q is an even integer where p and q are primes not equal to 2,
Since all prime numbers except 2 is odd, and any sum of two odd integers will always result in an even integer, hence p + q will always be an even integer.
Originally posted by LatecomerX:Since all prime numbers except 2 is odd, and any sum of two odd integers will always result in an even integer, hence p + q will always be an even integer.
Yeah i know it is easy. But can you pls go deeper and prove that all prime numbers except 2 is odd. And prove also that any sum of two odd integers is even.
Originally posted by FirePig:
And prove also that any sum of two odd integers is even.
For any two odd numbers p1 and p2 is real,
p1 ≡ 1 mod 2
p2 ≡ 1 mod 2
p1 + p2 ≡ 1+1 mod 2 ≡ 2 mod 2 ≡ 0 mod 2
∴ The sum of 2 odd numbers is even.
Originally posted by FirePig:
Yeah i know it is easy. But can you pls go deeper and prove that all prime numbers except 2 is odd. And prove also that any sum of two odd integers is even.
All prime numbers except 2 is odd. Suppose otherwise. That is there is a prime number p other than 2 which is even. Then p can be divided by 2 which means that p is not prime. This contradicts the assumption. Hence such a p does not exist.
Let the two odd integers be p and q. Odd intergers can be expressed in the form 2n+1 where n is a particular integer. eg p = 2n + 1, q = 2k +1 where n and k is an integer.
p + q = 2n + 1 + 2k + 1 = 2n + 2k + 2 = 2 ( n + k + 1)
Since n + k + 1 is an integer, p +q is an even integer.
Originally posted by FirePig:
Yeah i know it is easy. But can you pls go deeper and prove that all prime numbers except 2 is odd. And prove also that any sum of two odd integers is even.
actually just think... is there any other positive even integer greater than 2 that is not divisible by 2?
Hi all. I believe this conjecture cannot be proven as prime number is an unnatural definition invented by men.
For small values of n, the strong Goldbach conjecture (and hence the weak Goldbach conjecture) can be verified directly. For instance, N. Pipping in 1938 laboriously verified the conjecture up to
. With the advent of computers, many more small values of n have been checked; T. Oliveira e Silva is running a distributed computer search that has verified the conjecture for
.
Statistical considerations which focus on the probabilistic distribution of prime numbers present informal evidence in favour of the conjecture (in both the weak and strong forms) for sufficiently large integers: the greater the integer, the more ways there are available for that number to be represented as the sum of two or three other numbers, and the more "likely" it becomes that at least one of these representations consists entirely of primes.
![]()
Number of ways to write an even number n as the sum of two primes (4 ≤ n ≤ 1,000,000)