You are not logged in.
New Theorem:
Potential factors for
This should reduce potential factors for
and reduce computing space for finding primes.I have tried up to n=43. Prime factors <44 that were missing were 3, 7, 11, 19, 23, 31 and 43 which exactly halved the no. of potential prime factors. Any value for n to infinity will not be factorable by these no.'s.
The factors repeat themselves every +p value for n. So if they don't occur before
"Time not important. Only life important." - The Fifth Element 1997
Offline
Examples: [Formulas followed by prime factorization, as you can see factors 3,7,11,19,23,31 and 43 are missing]
n=1
"Time not important. Only life important." - The Fifth Element 1997
Offline
Potential factors for
may only be factored by previous values of
Forgive my ignorance, but I have no idea what this means. Could you explain this?
Because.............
Let p= potential factor
Let p=n-y
(n-y)(n+y) =
Therefore remainder when is divided by p =And remainder when
is divided by p =
That's correct. But I still don't know what a potential factor is (or what you need this part for).
y will be less than p because y=n-p and p>0
You mean y will be less than n, not p.
p will not be greater than n because we are only concerned with primes
So I am guessing by "potential factor" you mean "prime factor"? Also, assuming you want n^2 + 1 to be composite (which isn't true in general, as your next post shows), you need a ≤ sign.
This should reduce potential factors for
You mean reduce the possibilities for the prime factors of n^2 + 1?
I have tried up to n=43. Prime factors <44 that were missing were 3, 7, 11, 19, 23, 31 and 43 which exactly halved the no. of potential prime factors. Any value for n to infinity will not be factorable by these no.'s.
then they will never occur because ones above p are just repeats of ones <p.
The factors repeat themselves every +p value for n. So if they don't occur before
I still don't really understand what you are trying to do, from your post or from your examples in the post above. If you're wondering why 3, 7, 11, 19, 23, 31 and 43 don't appear in the prime factorisations of n^2 + 1, then this is because of quadratic reciprocity. (Let me know if you haven't come across this term before, and I'll be happy to explain it.) In other words, consider the congruence for p = 3 mod 4:
but this doesn't have any solutions, because if , then , where is the quadratic reciprocity symbol. (Which is just another way of saying that -1 isn't a square modulo p, where p is 3 modulo 4 -- in other words, the congruence has no solutions for p = 3 mod 4.)Last edited by zetafunc (2016-10-27 07:12:38)
Offline
By the way, this is more generally called Euler's Criterion, which says that:
where is an odd prime, and is coprime to .Offline
Primenumbers wrote:Potential factors for
may only be factored by previous values ofForgive my ignorance, but I have no idea what this means. Could you explain this?
Because.............
Let p= potential factor
Let p=n-y
(n-y)(n+y) =
Therefore remainder when is divided by p =And remainder when
is divided by p =That's correct. But I still don't know what a potential factor is (or what you need this part for).
y=n-x
y will be less than p because y=n-p and p>0
You mean y will be less than n, not p.
Yes
p will not be greater than n because we are only concerned with primes
So I am guessing by "potential factor" you mean "prime factor"? Also, assuming you want n^2 + 1 to be composite (which isn't true in general, as your next post shows), you need a ≤ sign.
Basically x<n because we are only concerned with factors below the square root, and because y=n-x, y cannot=n because x>0.
This should reduce potential factors for
You mean reduce the possibilities for the prime factors of n^2 + 1?
Yes
I have tried up to n=43. Prime factors <44 that were missing were 3, 7, 11, 19, 23, 31 and 43 which exactly halved the no. of potential prime factors. Any value for n to infinity will not be factorable by these no.'s.
then they will never occur because ones above p are just repeats of ones <p.
The factors repeat themselves every +p value for n. So if they don't occur beforeI still don't really understand what you are trying to do, from your post or from your examples in the post above. If you're wondering why 3, 7, 11, 19, 23, 31 and 43 don't appear in the prime factorisations of n^2 + 1, then this is because of quadratic reciprocity. (Let me know if you haven't come across this term before, and I'll be happy to explain it.) In other words, consider the congruence for p = 3 mod 4:
but this doesn't have any solutions, because if , then , where is the quadratic reciprocity symbol. (Which is just another way of saying that -1 isn't a square modulo p, where p is 3 modulo 4 -- in other words, the congruence has no solutions for p = 3 mod 4.)
Basically I am trying to make it so that instead of a computer having to try to factor all the primes below the square root for an integer, it only has to try and factor a lot less. Also because the factors repeat themselves this could make things easier. Maybe could do a wheel or something? No, I have never come across Euler' Criterion and I don't get it.
"Time not important. Only life important." - The Fifth Element 1997
Offline
Basically I am trying to make it so that instead of a computer having to try to factor all the primes below the square root for an integer, it only has to try and factor a lot less. Also because the factors repeat themselves this could make things easier. Maybe could do a wheel or something?
No, I have never come across Euler' Criterion and I don't get it.
Is there anything in particular in post #4 and #5 you need help with?
Last edited by zetafunc (2016-10-28 08:28:49)
Offline
You can immediately rule out any primes such that whenever is not itself prime.
But after you have ruled out primes where
all that is left are p's For instance n=12 =145 rule out/divide by 5 and you get 29, a primeYou can also rule out primes
by Euler's criterion (or more specifically, by the corollary I mentioned in my previous post).
I don't get Euler's criterion, and probably never will it's just too advanced for me, don't worry. So what you're basically saying is we can rule out possible prime factors where p=4m+3 for
?"Time not important. Only life important." - The Fifth Element 1997
Offline
But after you have ruled out primes where
all that is left are p's For instance n=12 =145 rule out/divide by 5 and you get 29, a prime
I meant to say that the smallest prime factor p will not satisfy that relation. (See my edit in the quoted post.)
I don't get Euler's criterion, and probably never will it's just too advanced for me, don't worry. So what you're basically saying is we can rule out possible prime factors where p=4m+3 for
?
Just to make sure, this is what you want to know, correct?
-You are considering only numbers of the form any non-zero positive integer.Now, the question is: what specifically would you like to know about the prime factorisations? Moreover, what are you trying to demonstrate in post #2? You made this observation earlier:
I have tried up to n=43. Prime factors <44 that were missing were 3, 7, 11, 19, 23, 31 and 43 which exactly halved the no. of potential prime factors.
Last edited by zetafunc (2016-10-29 00:27:41)
Offline
It isn't particularly difficult to understand -- I can explain it to you if you just tell me what it is that you need help with.
I get the beginning but not the end of it where you've put (-1/p)=-1.
Just to make sure, this is what you want to know, correct?
-You are considering only numbers of the form any non-zero positive integer.
-You would like to know something about the prime factorisations of these numbers.
First point is correct but I just wanted to show that by using
we can reduce the number of possible factors which should help compute primes faster. And now you have shown that will never be factorable by the primes of the form so thank you. I thought about 50% of primes could not possibly be factors but now you're saying that not only would there be 50%, but that there would be a bias to more than 50% due to Chebyshev's bias. Have I got this right?I am also still trying to work out if there's anything else we can use this scenario for to do with primes. If there was a wheel of prime factors that could factor
, it would be 20m + 1 or 9 or 13 or 17, not including 2 and 5."Time not important. Only life important." - The Fifth Element 1997
Offline
I get the beginning but not the end of it where you've put (-1/p)=-1.
Let's define the quadratic residue symbol.
First of all, suppose is an odd prime, and let be a non-zero number coprime to Then, is called a quadratic residue modulo if the congruence has solutions. If it doesn't, then we say that is called a quadratic non-residue. The quadratic residue symbol summarises this information. We define:So if I say that whenever , that just means the congruence has no solutions for such primesFirst point is correct but I just wanted to show that by using
we can reduce the number of possible factors which should help compute primes faster. And now you have shown that will never be factorable by the primes of the form so thank you. I thought about 50% of primes could not possibly be factors but now you're saying that not only would there be 50%, but that there would be a bias to more than 50% due to Chebyshev's bias. Have I got this right?I am also still trying to work out if there's anything else we can use this scenario for to do with primes. If there was a wheel of prime factors that could factor
, it would be 20m + 1 or 9 or 13 or 17, not including 2 and 5.
Offline