mersenneforum.org  

Go Back   mersenneforum.org > Extra Stuff > Miscellaneous Math

Reply
 
Thread Tools
Old 2010-07-19, 23:33   #23
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26×131 Posts
Default

Quote:
Originally Posted by CRGreathouse View Post
Why test larger numbers? Just prove the (very minor) result.




Since that will have (in all likelihood) over 4 x 10^23 Goldbach partitions, I doubt there's time to list them all...
yeah i tried for the other number and i ran out of characters by over 5000 characters trying to post it lol.

the hard part is to find a way other than more test (example a well known formula) that can prove the result i can't prove already with examples.

I'm supposedly a crank NOTE: conjecture is great for cranks once they get logic added as they love to conjecture we can get within the mind of someone who proposes something unproven (our own kind)

funny how i put my semi proof together in my mind during a night when i couldn't sleep from overactive mind caused by excitement and caffeine lol.

Last fiddled with by science_man_88 on 2010-07-19 at 23:49
science_man_88 is offline   Reply With Quote
Old 2010-07-19, 23:58   #24
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24×3×5×7 Posts
Default

You observed that 0.5a ± b is a prime number in certain cases.

So a has to be an even number, and b has to be a number coprime to a.

I think what you're observing is an example of a classic arithmetic progression, an ± b = p, where b is coprime to an, which makes an infinite amount of examples in the case that it is.

Last fiddled with by 3.14159 on 2010-07-19 at 23:59
3.14159 is offline   Reply With Quote
Old 2010-07-20, 00:05   #25
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26·131 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
You observed that 0.5a ± b is a prime number in certain cases.

So a has to be an even number, and b has to be a number coprime to a.

I think what you're observing is an example of a classic arithmetic progression, an ± b = p, where b is coprime to an, which makes an infinite amount of examples in the case that it is.
well if you look at my earlier code but with the a=a+1 in the part told later on you can turn my formula into the formula you gave:

c = (.5*c+n)+(.5*c-n)

c=2n as in yours

the others = p1 and p2 so the above becomes:

2n = p1+p2 which is what you stated.

Last fiddled with by science_man_88 on 2010-07-20 at 00:24
science_man_88 is offline   Reply With Quote
Old 2010-07-20, 00:16   #26
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24·3·5·7 Posts
Default

Quote:
c = (.5*c+n)+(.5*c-1)
Don't you mean, -n? You were making the proposition that 0.5a ± b = p.

If c = 2n; Both of the integers in parentheses are prime:

So, if you're proposing that (a + b) + (a - b) = 2n, where a - b and a + b are both primes, you will have to prove that this is the case for every even number.

Ex: 20

20 ± 7: 13, 27
27 = 3^3. Fail.

20 ± 9: 11, 29
You're in luck here. I thought this would be a counterexample.

Well, as I have stated many times before: Run some tests. Then, develop a proof. (The latter is way easier said than done.)

Okay: One last attempt at looking for a counterexample:

600 ± 7: 593, 607.
DAMMIT.

Hey: This could make a nice factoring algorithm, too.

1. Find intsqrt(a).
2. Intsqrt(a) ± b should give you a factor if its composite
3. If nothing is found down to.. 1, it's a pseudoprime. (It only works with primes that share an identical difference with the sqrt. of the integer to be factored. I find that degrading.)

Sounds a bit like reverse trial division.

Last fiddled with by 3.14159 on 2010-07-20 at 00:27
3.14159 is offline   Reply With Quote
Old 2010-07-20, 00:48   #27
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26·131 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
Don't you mean, -n? You were making the proposition that 0.5a ± b = p.

If c = 2n; Both of the integers in parentheses are prime:

So, if you're proposing that (a + b) + (a - b) = 2n, where a - b and a + b are both primes, you will have to prove that this is the case for every even number.

Ex: 20

20 ± 7: 13, 27
27 = 3^3. Fail.

20 ± 9: 11, 29
You're in luck here. I thought this would be a counterexample.

Well, as I have stated many times before: Run some tests. Then, develop a proof. (The latter is way easier said than done.)

Okay: One last attempt at looking for a counterexample:

600 ± 7: 593, 607.
DAMMIT.

Hey: This could make a nice factoring algorithm, too.

1. Find intsqrt(a).
2. Intsqrt(a) ± b should give you a factor if its composite
3. If nothing is found down to.. 1, it's a pseudoprime. (It only works with primes that share an identical difference with the sqrt. of the integer to be factored. I find that degrading.)

Sounds a bit like reverse trial division.
well actually i think a in your case is .5*c but in thinking of it could we not pick a large even number and according to this we can create a tree(I realized my statement about 2 and 3 working with n = 0 isn't true i think):

c
┌┴┐
p+p
etc.

these p can follow the same process getting at least 2 new primes found(can be repeated)

Last fiddled with by science_man_88 on 2010-07-20 at 00:49
science_man_88 is offline   Reply With Quote
Old 2010-07-20, 01:03   #28
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26·131 Posts
Default

I know you won't see it until you post again but CRGreathouse I see this as a way to find new primes given certain rules i haven't quite found (wonder if we can apply this to Mersennes specifically) if this is all true and the equal spacing seems to so far as my testing says then with a fuel rules to figure the non primes out could we not use prime(.5*c) prime(.5*c+n) prime(.5*c-n) to prove one prime is equally distant from 2 other primes the hard part is that 9 is odd but not prime but it fits the primes surrounding for odd numbers we'd need rules to figure out which ones to eliminate(and more than 6x+1 or 6x-1 as it still wouldn't eliminate 25).
science_man_88 is offline   Reply With Quote
Old 2010-07-20, 01:23   #29
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

10111010110112 Posts
Default

Quote:
Originally Posted by science_man_88 View Post
I know you won't see it until you post again but CRGreathouse I see this as a way to find new primes given certain rules i haven't quite found
I haven't seen anything suggesting that. If you find anything, please post.
CRGreathouse is offline   Reply With Quote
Old 2010-07-20, 11:35   #30
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26·131 Posts
Default

5 is odd and prime it is equidistant from 2 primes(3,7), same with 7(3,11),same with 11(3,19, and 5,17), the bad part is I've showed so can odd numbers like 9,15,25 etc. but they aren't prime could we check this method and apply a few rules to speed it up ?
science_man_88 is offline   Reply With Quote
Old 2010-07-20, 12:11   #31
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24·3·5·7 Posts
Default

Quote:
5 is odd and prime it is equidistant from 2 primes(3,7), same with 7(3,11),same with 11(3,19, and 5,17), the bad part is I've showed so can odd numbers like 9,15,25 etc. but they aren't prime could we check this method and apply a few rules to speed it up ?
In the case of a ± b, you should only use numbers coprime to a. Using numbers that have a common divisor with a leads to the numbers resulting from that being divisible by the common divisor.

Quote:
well actually i think a in your case is .5*c but in thinking of it could we not pick a large even number and according to this we can create a tree(I realized my statement about 2 and 3 working with n = 0 isn't true i think):
A tree showing the decomposition of an even number as the sum of two prime numbers? That seems like a decent idea.

Quote:
these p can follow the same process getting at least 2 new primes found(can be repeated)
Decomposing prime numbers into sums of prime numbers: They'll eventually decompose into a sum of 2s and 3s, if you allow repetition. If not, it'll decompose into the primes that are not the sums of other primes.

Ex: 127 eventually might decompose to: 2(59) + 3(3)
3.14159 is offline   Reply With Quote
Old 2010-07-20, 13:12   #32
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

3×1,993 Posts
Default

Quote:
Originally Posted by science_man_88 View Post
5 is odd and prime it is equidistant from 2 primes(3,7), same with 7(3,11),same with 11(3,19, and 5,17), the bad part is I've showed so can odd numbers like 9,15,25 etc.
Can you prove that this always happens -- that for large enough n, there is a prime p < n such that 2n - p is composite?
CRGreathouse is offline   Reply With Quote
Old 2010-07-20, 14:10   #33
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26·131 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
In the case of a ± b, you should only use numbers coprime to a. Using numbers that have a common divisor with a leads to the numbers resulting from that being divisible by the common divisor.



A tree showing the decomposition of an even number as the sum of two prime numbers? That seems like a decent idea.



Decomposing prime numbers into sums of prime numbers: They'll eventually decompose into a sum of 2s and 3s, if you allow repetition. If not, it'll decompose into the primes that are not the sums of other primes.

Ex: 127 eventually might decompose to: 2(59) + 3(3)
well if it shows all primes under it could we then find all primes under a given even number ? try it with 164200 for me.

never mind it probably won't get all primes. also try for power of 2 maybe.

Last fiddled with by science_man_88 on 2010-07-20 at 14:22
science_man_88 is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Goldbach Conjecture MattcAnderson MattcAnderson 4 2021-04-04 19:21
Factorial and Goldbach conjecture. MisterBitcoin MisterBitcoin 17 2018-01-29 00:50
Goldbach's weak conjecture MattcAnderson MattcAnderson 19 2017-03-21 18:17
Goldbach's conjecture Citrix Puzzles 3 2005-09-09 13:58

All times are UTC. The time now is 00:36.


Sat Jul 17 00:36:01 UTC 2021 up 49 days, 22:23, 1 user, load averages: 1.02, 1.06, 1.27

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.