Re: I was right, surrogate factoring proof
jstevh_at_msn.com
Date: 02/14/05
- Next message: jstevh_at_msn.com: "Re: Surrogate factoring, room for error?"
- Previous message: C. Bond: "Re: My brainstorming and crank label"
- In reply to: Tim Peters: "Re: I was right, surrogate factoring proof"
- Next in thread: Décio Luiz Gazzoni Filho: "Re: I was right, surrogate factoring proof"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 13 Feb 2005 15:46:43 -0800
Tim Peters wrote:
> [ođin]
> >> Factor T and j? How do you do it and hop long dos it take? You
have not
> >> proved that it is easier than factoring M.
>
> [Décio Luiz Gazzoni Filho]
> > If every valid j is allowed (other than requiring j to be even, JSH
> > claims that any j will do),
>
> Sorry, JSH fooled you this time: the algorithm he posted actually
requires
> j to be odd:
>
> Select j. ...
>
> If j is even, add 1.
>
> So that destroys any method for finding M+j and M-j both prime, and
in
> particular nullifies your RSA2048 example (which used even j, as that
> approach must use).
>
> The smallest composite I found for which his new algorithm fails is
M=25
> with j=13 (the j he suggested using). But it does better than the
last
> method overall, presumably because it's trying twice as many gcd
candidates.
>
> If there's some reason for why squares "can't work", another small
example
> of failure is at M = 551 = 19*29 with j=3, where I get gcd=1 92 times
and
> gcd=551 4 times.
>
Oh yeah, it won't factor squares.
It's trivial to prove why, but I'll leave it as an exercise.
I'm more curious about the second.
James Harris
- Next message: jstevh_at_msn.com: "Re: Surrogate factoring, room for error?"
- Previous message: C. Bond: "Re: My brainstorming and crank label"
- In reply to: Tim Peters: "Re: I was right, surrogate factoring proof"
- Next in thread: Décio Luiz Gazzoni Filho: "Re: I was right, surrogate factoring proof"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|