-5

I have been trying to figure out(prove) Goldbach Conjecture(Strong) which states: Every even integer greater than 2 can be expressed as the sum of two primes. My question I guess is general, is it wrong for me to prove something using "simple statements". Here are my statements:

  Every prime number greater than 2 is odd. 
  Every even integer is the sum of two odd numbers.
  Therefore, the conjecture is true.

In math, is it not allowed to make general statements OR must I prove this by other means like for example, proof by contradiction, direct proof etc.?

Alaa
  • 27
  • 2
    Every prime number greater than 2 is odd $\neq$ Every odd number greater than 2 is prime – c.. Mar 15 '17 at 01:22
  • @c.z. Hi c.z., I did not make that statement thought. Did my question seem to assume that I meant that? – Alaa Mar 15 '17 at 01:25
  • 3
    Are we down-voting because the illogical leap in the example? The question is whether such general statements are acceptable. The answer is yes, as long as the conclusion follows from the assertions, which happens to not be the case in the example. – MattW Mar 15 '17 at 01:25
  • @MattWatkins Thank you for an answer Matt. – Alaa Mar 15 '17 at 01:27
  • @Atlas Compare your logic to:

    (1) Every prime number greater than 2 is odd.

    (2) Every odd integer is the product of two odd numbers.

    (3) Therefore, every odd integer is the product of two primes.

    – dxiv Mar 15 '17 at 01:28
  • 1
    Or even: "Every father is male. Every king of England was male. Therefore, every king of England was a father." – Kenny Wong Mar 15 '17 at 01:29
  • Check out this: http://math.stackexchange.com/questions/1274306/definition-of-the-mathematical-proof/1274318#1274318 – MattW Mar 15 '17 at 01:33
  • @MattWatkins Thank you, and thank you all, Maybe I didn't make my question clear because I am assuming that people are down voting based on my statements. – Alaa Mar 15 '17 at 01:37
  • @Atlas Another example of a logic that does not work : $(1)$ There are infinite many positive integers $(2)$ Every prime number is a positive integer Conclusion : There are infinite many prime numbers. Try to spot the flaw! (Note that the conclusion is false although there are actually infinite many primes.) – Peter Jul 19 '18 at 20:10

1 Answers1

7

In general, proving something using "simple statements" is not only acceptable, but encouraged - the best proofs are the ones that use your general format. The thing is, your series of simple statements do not form a proof. In a proof, each statement must be a consequence of the one before; your first two sentences do not entail the third. The easiest way to see this is that, for example, $42$ can be written as $21 + 21$, the sum of two odd numbers. But $21$ is not prime, so $21 + 21$ isn't a way of writing $42$ as a sum of two primes. Now, we can also write $42$ as $19 + 23$, but the point is that the existence of a way to write it as a sum of two odd numbers doesn't tell us how to write it as a sum of two primes.