factorization an NP problem (don't see it)
- From: oferlock@xxxxxxxxx
- Date: 5 Jul 2006 21:16:28 -0700
factorization as a decision problem : given a composite integer m and
k<m, does m have a non-trivial factor less than k?
this is an NP problem, since given an integer (witness), w, such that w
<= k, we can check by long-division if w is a factor of m. My dilemma :
if this can be done for all intergers upto k in polynomial time O(n^t),
then we can check each of the integers upto k and that's only a factor
of n (at most) slowdown. i.e, still O(n^(t+1)). Where is the catch?
.
- Follow-Ups:
- Re: factorization an NP problem (don't see it)-
- From: JEMebius
- Re: factorization an NP problem (don't see it)
- From: stephen
- Re: factorization an NP problem (don't see it)-
- Prev by Date: JSH: They wouldn't believe otherwise
- Next by Date: Re: Thoughts on Bessel functions
- Previous by thread: JSH: They wouldn't believe otherwise
- Next by thread: Re: factorization an NP problem (don't see it)
- Index(es):
Relevant Pages
|