Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Challenge
#2
Every even whole number can be expressed as the sum of two prime numbers.

For that you'd have to somehow take the set of all prime numbers P and the set of all even numbers E, then somehow combine the set of all prime numbers P into themselves, where P^2 = P1+P2 for all numbers in the sets P1 and P2. (forming a matrix).

After that, you'd somehow compare P^2 and E and you'd have to prove that all E is in the set of P^2.

This is made a little more difficult by the fact that the set of all prime numbers P and all even numbers E is infinite!

EDIT:
One way to approach this would be to form two equations of two prime number sequences and prove that slope of the area formed by adding the total areas of these equations on an (X, Y) grid is 2 (2, 4, 6) and that the equation formed is also a continuous equation. (IE: no gaps!)

EDIT, Again:
So, to get the two equations would probably be equivalent to finding an equation for prime numbers.
Backing up to what I said somewhere else in this forum about reducible sequences, if the equation for prime numbers is infinite in length (IE it is the sequence itself, and there is no smaller sequence to it) then in fact this can all be proved very easily; it would just take infinite time to do so.

EDIT, Once more:
The definition of a prime number is a number n such that
m = all #s {m < n, m mod n = 0} is equal to {1, n}.

The only 100% reliable way to find a prime number is to go through all m's (or all prime numbers < n, for obvious reasons) for a certain n and then find m mod n = 0 for all these m's (except 1).

There are other ways that will give you an answer very quickly as to whether approximately a number is prime--99.9 percent or higher odds.

But there is simply no way out of it. No way to get anything faster than checking all factors less than n. I don't think anyone has proved this, though. But it is obvious enough.

To get such a method would mean that one could get an equation that is smaller than the entire sequence of primes to solve for primes. (besides the definition itself, wherein could lie the answer??)

So, the question of this thread restated is (I think),
"Is there a method that will find out if a number is prime for 100% certainty, (short of a lookup!!!) faster than computing m mod n for all factors m < n?"
Peace cannot be obtained without war. Why? If there is already peace, it is unnecessary for war. If there is no peace, there is already war."

Visit www.neobasic.net to see rubbish in all its finest.
Reply


Messages In This Thread
Challenge - by Meg - 05-16-2003, 12:19 PM
haha, very funny. - by Agamemnus - 05-16-2003, 08:43 PM
Challenge - by whitetiger0990 - 05-17-2003, 10:42 PM
Challenge - by Agamemnus - 05-18-2003, 05:50 AM
Challenge - by whitetiger0990 - 05-18-2003, 06:00 AM
Challenge - by DrV - 05-18-2003, 06:07 AM
. - by Meg - 05-18-2003, 06:23 AM
Challenge - by whitetiger0990 - 05-18-2003, 06:30 AM
Challenge - by Agamemnus - 05-20-2003, 08:13 AM
Challenge - by Agamemnus - 05-20-2003, 08:16 AM
Challenge - by whitetiger0990 - 05-20-2003, 05:15 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)