CRGreathouse said:
I'm just saying that a proof requires something that's sufficient, not something that's necessary. Any further thoughts on the problem?
Ok, let's work a little bit more on our definitions.
if a given number n =3a+5b is such that gcd(3a,5b)=1, we cannot say that n is a prime number, right? for instance,
a=1 and b=11, gcd(3,55)=1 and n = 58,
a=12 and b=11, gcd(36,55)=1 and n = 91 = 7*13
then gcd(3a,5b)=1 is a necessary condition to n be a prime number, but not sufficient
Given a even number written of the form N = 3a + 5b
lets split this number like I said before in two other numbers m = 3a'+5b' and k = 3a''+5b'' such that N = m+k
if we prove that for an any N
there is no m+k pairs such that gcd(3a',5b')=1 AND gcd(3a'',5b'')=1 then this is a proof that goldbach's conjecture is FALSE, since gcd(3a',5b')=1 AND gcd(3a'',5b'')=1 is a necessary condition to m AND k be prime numbers, since there is no prime numbers represented by 3a+5b such that gcd(3a,5b)>1 (
note that all numbers >7 can be expressed in the 3a+5b form)
so this particular proof, in this particular case, requires a necessary condition, not a sufficient