Integral domain: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Ebony Jackson
m →‎Algebraic geometry: ring --> coordinate ring
removed terms "coordinate ring" and "affine variety" in the k[x,y]/(xy) example, as the usage here disagreed with that on the affine variety page
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Redirect|Prime decomposition|the prime decomposition theorem for 3-manifolds|Prime decomposition (3-manifold)}}
California is famous for its wine history and has-been for many years. In-fact, it is seen as the most effective place in the Usa for wine lovers and wine production may espouse the virtues of Californian wines every chance they get. There are lots of ways to experience Californian wines, however you should try and include something different in your journey. If you&quot;re looking for a unique experience you could always try the California wine train trip. That you do not have-to like wine to see the California wine practice tour, however it helps. You can view the vineyards and the landscape from a comfortable and modern train. <br><br>The California wine practice visit are certain to get folks in close proximity and personal with the vines since you can see them much closer than previously through the [https://www.flickr.com/search/?q=windows windows]. You&quot;ll almost certainly see people as they are passed by you simply because they do need a lot of tending and care to make the high quality wines that California is renowned for dealing with the vines. It&quot;s an intrinsic area of the Californian economy and you are contributing to that by going on the California wine train trip and permitting the tenders to complete their jobs. You will see wine in a way that you&quot;ve never seen it before as a result of the California wine train trip. <br><br>Scheduling Onto A California Wine Practice Trip <br><br>You will have to book on a California wine practice trip well beforehand because they are extremely popular and places go very quickly. It is the only way to find out the wineries within the opinions of a significant number of people that have experienced the California wine practice visit and old-fashioned wine tours. You can guide onto the California wine practice trip on your own or within a large party. The latter are catered for with simple carriages for categories of thirty plus people. You are able to hire the complete carriage out for less people sometimes. To compare additional information, we [http://Mondediplo.com/spip.php?page=recherche&recherche=understand understand] you have a glance at: [https://plus.google.com/+Coldcountrywines/posts like us on facebook]. In the event people choose to discover extra resources on [https://www.facebook.com/coldcountrywine vineyard wisconsin], we recommend many online libraries you should consider pursuing. You should do your re-search though, and most definitely before you go. To find out more see http://www.bestwinetourguide.com/North_American_Wine_Tours on United States Wine Tours. <br><br>Florida wine practice tours may be used as a great party venue for special occasions. You are able to in fact book specific menus and wine lists to enhance your time on the practice aptly and create a good atmosphere for any celebration. If you get in touch with the services of California wine train trips they will be able to tell you of the selections and prices. You should make sure that there will be enough people attending though and book early on the California wine train trip to make sure that you avoid frustration..Cold Country Vines & Wines<br>E3207 Nuclear Road<br>Kewaunee, WI 54216<br>920-776-1328<br><br>If you adored this article and you simply would like to receive more info about [http://righteouspraise67.wordpress.com personal health] generously visit the web page.
{{unsolved|computer science|Can integer factorization be done in polynomial time?}}
In [[number theory]], '''integer factorization''' or '''prime factorization''' is the decomposition of a [[composite number]] into smaller non-trivial [[divisor]]s, which when multiplied together equal the original integer.
 
When the numbers are very large, no efficient, non-quantum integer [[factorization]] [[algorithm]] is known; an effort by several researchers concluded in 2009, factoring a 232-digit number ([[RSA-768]]), utilizing hundreds of machines over a span of 2 years.<ref name=rsa768>{{cite journal
| url = http://eprint.iacr.org/2010/006.pdf
| title = Factorization of a 768-bit RSA modulus
| author = Kleinjung, et al
| publisher = [[International Association for Cryptologic Research]]
| date = 2010-02-18
| accessdate = 2010-08-09
}}</ref> The presumed difficulty of this problem is at the heart of widely used algorithms in [[cryptography]] such as [[RSA (algorithm)|RSA]].  Many areas of [[mathematics]] and [[computer science]] have been brought to bear on the problem, including [[elliptic curves]], [[algebraic number theory]], and [[quantum computer|quantum computing]].
 
Not all numbers of a given length are equally hard to factor. The hardest instances of these problems (for currently known techniques) are [[semiprime]]s, the product of two [[prime number]]s. When they are both large, for instance more than 2000 [[bit]]s long, randomly chosen, and about the same size (but not too close, e.g. to avoid efficient factorization by [[Fermat's factorization method]]), even the fastest prime factorization algorithms on the fastest computers can take enough time to make the search impractical; that is, as the number of digits of the primes being factored increases, the number of operations required to perform the factorization on any computer increases drastically.
 
Many cryptographic protocols are based on the difficulty of factoring large composite integers or a related problem—for example, the [[RSA problem]]. An algorithm that efficiently factors an arbitrary integer would render [[RSA (algorithm)|RSA]]-based [[public-key]] cryptography insecure.
 
==Prime decomposition==
[[Image:PrimeDecompositionExample.svg|right|thumb|190px|This image demonstrates the prime decomposition of 864. A shorthand way of writing the resulting prime factors is 2<sup>5</sup> × 3<sup>3</sup>]]
By the [[fundamental theorem of arithmetic]], every positive integer has a unique prime factorization. (A special case for 1 is not needed using an appropriate notion of the [[empty product]].) However, the fundamental theorem of arithmetic gives no insight into how to obtain an integer's prime factorization; it only guarantees its existence.
 
Given a general algorithm for integer factorization, one can factor any integer down to its constituent [[prime factor]]s by repeated application of this algorithm. However, this is not the case with a special-purpose factorization algorithm, since it may not apply to the smaller factors that occur during decomposition, or may execute very slowly on these values. For example, if N is the number (2<sup>521</sup> − 1) × (2<sup>607</sup> − 1), then [[trial division]] will quickly factor 10 × N as 2 × 5 × N, but will not quickly factor N into its factors.
 
==Current state of the art==
{{See also|integer factorization records}}
The most difficult integers to factor in practice using existing algorithms are those that are products of two large primes of similar size, and for this reason these are the integers used in cryptographic applications. The largest such semiprime yet factored was [[RSA-768]], a 768-bit number with 232 decimal digits, on December 12, 2009.<ref name=rsa768 /> This factorization was a collaboration of several research institutions, spanning two years and taking the equivalent of almost 2000 years of computing on a single-core 2.2&nbsp;GHz [[Advanced Micro Devices|AMD]] [[Opteron]]. Like all recent factorization records, this factorization was completed with a highly optimized implementation of the [[general number field sieve]] run on hundreds of machines.
 
===Difficulty and complexity===
If a large, ''b''-[[bit]] number is the product of two primes that are roughly the same size, then no [[algorithm]] has been published that can factor in [[polynomial time]], ''i.e.'', that can factor it in time [[Big O notation|O]](''b''<sup>''k''</sup>) for some constant ''k''.  There are published algorithms that are faster than [[Big O notation|O]]((1+ε)<sup>''b''</sup>) for all positive ε, ''i.e.'', sub-exponential.
 
The best published asymptotic running time is for the [[general number field sieve]] (GNFS) algorithm, which, for a  ''b''-bit number n, is:
 
:<math>O\left(\exp\left(\left(\begin{matrix}\frac{64}{9}\end{matrix} b\right)^{1\over3} (\log b)^{2\over3}\right)\right).</math>
 
For an ordinary computer, GNFS is the best published algorithm for large ''n'' (more than about 100 digits). For a [[quantum computer]], however, [[Peter Shor]] discovered an algorithm in 1994 that solves it in polynomial time.  This will have significant implications for cryptography if a large quantum computer is ever built.  [[Shor's algorithm]] takes only O(''b''<sup>3</sup>) time and O(''b'') space on ''b''-bit number inputs. In 2001, the first seven-qubit quantum computer became the first to run Shor's algorithm. It factored the number 15.<ref>{{cite journal
| url = http://www.nature.com/nature/links/011220/011220-2.html
| title = NMR quantum computing: Realizing Shor's algorithm
| publisher = [[Nature (journal)|Nature]]
| date = 2007-12-27
| accessdate = 2010-08-09
| author = LIEVEN M. K. VANDERSYPEN, et al
}}</ref>
 
When discussing what [[complexity class]]es the integer factorization problem falls into, it's necessary to distinguish two slightly different versions of the problem:
 
* The [[function problem]] version: given an integer N, find an integer d with 1 < d < N that divides N (or conclude that N is prime). This problem is trivially in [[FNP (complexity)|FNP]] and it's not known whether it lies in [[FP (complexity)|FP]] or not. This is the version solved by most practical implementations.
* The [[decision problem]] version: given an integer N and an integer M with 1 ≤ M ≤ N, does N have a factor d with 1 < d < M? This version is useful because most well-studied complexity classes are defined as classes of decision problems, not function problems. This is a natural decision version of the problem, analogous to those frequently used for [[optimization problem]]s, because it can be combined with [[binary search]] to solve the function problem version in a logarithmic number of queries.
 
It is not known exactly which [[computational complexity theory|complexity classes]] contain the decision version of the integer factorization problem. It is known to be in both [[NP (complexity)|NP]] and [[co-NP]].  This is because both YES and NO answers can be verified in polynomial time given the prime factors (we can verify their primality using the [[AKS primality test]], and that their product is N by multiplication). The [[fundamental theorem of arithmetic]] guarantees that there is only one possible string that will be accepted (providing the factors are required to be listed in order), which shows that the problem is in both '''[[UP (complexity)|UP]]''' and '''co-UP'''.<ref>{{cite web
| author = Lance Fortnow
| title = Computational Complexity Blog: Complexity Class of the Week: Factoring
| date = 2002-09-13
| url = http://weblog.fortnow.com/2002/09/complexity-class-of-week-factoring.html
}}</ref> It is known to be in [[BQP]] because of [[Shor's algorithm]]. It is suspected to be outside of all three of the complexity classes [[P (complexity)|P]], [[NP-complete]], and [[co-NP-complete]]. It is therefore a candidate for the [[NP-intermediate]] complexity class. If it could be proved that it is in either NP-Complete or co-NP-Complete, that would imply NP = co-NP.  That would be a very surprising result, and therefore integer factorization is widely suspected to be outside both of those classes.  Many people have tried to find classical polynomial-time algorithms for it and failed, and therefore it is widely suspected to be outside P.
 
In contrast, the decision problem "is ''N'' a [[composite number]]?"  (or equivalently: "is ''N'' a [[prime number]]?") appears to be much easier than the problem of actually finding the factors of ''N''. Specifically, the former can be solved in polynomial time (in the number ''n'' of digits of ''N'') with the [[AKS primality test]]. In addition, there are a number of [[randomized algorithm|probabilistic algorithm]]s that can test primality very quickly in practice if one is willing to accept the vanishingly small possibility of error. The ease of [[primality test]]ing is a crucial part of the [[RSA (algorithm)|RSA]] algorithm, as it is necessary to find large prime numbers to start with.
 
==Factoring algorithms<!-- This section is linked from [[Factorization]] -->==
 
===Special-purpose===
A special-purpose factoring algorithm's running time depends on the properties of the number to be factored or on one of its unknown factors: size, special form, etc. Exactly what the running time depends on varies between algorithms.
 
An important subclass of special-purpose factoring algorithms is the ''Category 1'' or ''First Category'' algorithms, whose running time depends on the size of smallest prime factor. Given an integer of unknown form, these methods are usually applied before general-purpose methods to remove small factors.<ref name="Bressoud and Wagon">{{cite book
|author = [[David Bressoud]] and [[Stan Wagon]]
| year = 2000
| title = A Course in Computational Number Theory
| publisher = Key College Publishing/Springer
| isbn = 978-1-930190-10-8
| pages = 168–69}}</ref> For example, [[trial division]] is a Category 1 algorithm.
 
* [[Trial division]]
* [[Wheel factorization]]
* [[Pollard's rho algorithm]]
* [[Algebraic-group factorisation algorithms]], among which are [[Pollard's p − 1 algorithm|Pollard's ''p''&nbsp;−&nbsp;1 algorithm]], [[Williams' p + 1 algorithm|Williams' ''p''&nbsp;+&nbsp;1 algorithm]], and [[Lenstra elliptic curve factorization]]
* [[Fermat's factorization method]]
* [[Euler's factorization method]]
* [[Special number field sieve]]
 
===General-purpose===
A general-purpose factoring algorithm, also known as a ''Category 2'', ''Second Category'', or ''Kraitchik family'' algorithm (after [[Maurice Kraitchik]]),<ref name="Bressoud and Wagon"/> has a running time depends solely on the size of the integer to be factored. This is the type of algorithm used to factor [[RSA number]]s. Most general-purpose factoring algorithms are based on the [[congruence of squares]] method.
 
* [[Dixon's algorithm]]
* [[Continued fraction factorization]] (CFRAC)
* [[Quadratic sieve]]
* [[Rational sieve]]
* [[General number field sieve]]
* [[Shanks' square forms factorization]] (SQUFOF)
 
===Other notable algorithms===
* [[Shor's algorithm]], for [[quantum computer]]s
 
==Heuristic running time==
In [[number theory]], there are many integer factoring algorithms that heuristically have expected [[Time complexity|running time]]
 
:<math>L_n\left[1/2,1+o(1)\right]=e^{(1+o(1))(\log n)^{\frac{1}{2}}(\log \log n)^{\frac{1}{2}}}</math>
 
in [[Big O notation|o]] and [[L-notation]].
Some examples of those algorithms are the [[elliptic curve method]] and the [[quadratic sieve]].
Another such algorithm is the '''class group relations method''' proposed by Schnorr,<ref name=1982-schnorr>{{cite journal |  last=Schnorr|first=Claus P.|year=1982|title=Refined analysis and improvements on some factoring algorithms|journal=Journal of Algorithms|volume=3|pages=101–127 |  doi=10.1016/0196-6774(82)90012-8 |  issue=2}}</ref> Seysen,<ref name=1987-seysen>{{cite journal| last=Seysen|first=Martin|year=1987|title=A probabilistic factorization algorithm with quadratic forms of negative discriminant|journal=Mathematics of Computation|volume=48|pages=757–780| doi=10.1090/S0025-5718-1987-0878705-X| issue=178}}</ref> and Lenstra<ref name=1988-lenstra  >{{cite journal|last=Lenstra|first=Arjen K|year=1988|title=Fast and rigorous factorization under the generalized Riemann hypothesis|journal=Indagationes Mathematicae|volume=50|pages=443–454}}</ref> that is proved under of the [[Generalized Riemann hypothesis|Generalized Riemann Hypothesis (GRH)]].
 
==Rigorous running time==
The Schnorr-Seysen-Lenstra probabilistic algorithm has been rigorously proven by Lenstra and Pomerance<ref name=lenstra-pomerance/> to have expected running time <math>L_n\left[1/2,1+o(1)\right]</math> by replacing the GRH assumption with the use of multipliers.
The algorithm uses the [[Ideal class group|class group]] of positive binary [[quadratic forms]] of [[Discriminant of a quadratic form|discriminant]]  Δ denoted by ''G''<sub>Δ</sub>.
''G''<sub>Δ</sub> is the set of triples of integers (''a'', ''b'', ''c'') in which those integers are relative prime.
 
===Schnorr-Seysen-Lenstra Algorithm===
Given is an integer ''n'' that will be factored, where ''n'' is an odd positive integer greater than a certain constant. In this factoring algorithm the discriminant Δ is chosen as a multiple of  ''n'', Δ= -''dn'', where ''d'' is some positive multiplier. The algorithm  expects that for one ''d'' there exist enough [[smooth number|smooth]] forms in ''G''<sub>Δ</sub>. Lenstra and Pomerance show that the choice of ''d'' can be restricted to a small set to guarantee the smoothness result.
 
Denote by ''P''<sub>Δ</sub> the set of all primes ''q'' with  [[Kronecker symbol]] <math>\left(\tfrac{\Delta}{q}\right)=1</math>. By constructing a set of [[Generating set of a group|generators]] of ''G''<sub>Δ</sub> and prime forms ''f''<sub>q</sub> of ''G''<sub>Δ</sub> with ''q'' in ''P''<sub>Δ</sub> a sequence of relations between the set of generators and ''f''<sub>q</sub> are produced.
The size of ''q'' can be bounded by <math>c_0(\log|\Delta|)^2</math> for some constant <math>c_0</math>.
 
The relation that will be used is a relation between the product of powers that is equal to the [[group (mathematics)|neutral element]] of ''G''<sub>Δ</sub>. These relations will be used to construct a so-called ambiguous form of ''G''<sub>Δ</sub>, which is an element of ''G''<sub>Δ</sub> of order dividing 2. By calculating the corresponding factorization of Δ and by taking a [[Greatest common divisor|gcd]], this ambiguous form provides the complete prime factorization of ''n''. This algorithm  has these main steps:
 
Let ''n'' be the number to be factored.
# Let Δ be a negative integer with Δ = -''dn'', where ''d'' is a multiplier and Δ is the negative discriminant of some quadratic form.
# Take the ''t'' first primes <math>p_1=2,p_2=3,p_3=5, \dots ,p_t</math>, for some <math>t\in{\mathbb N}</math>.
# Let <math>f_q</math> be a random prime form of ''G''<sub>Δ</sub> with <math>\left(\tfrac{\Delta}{q}\right)=1</math>.
# Find a generating set ''X'' of ''G''<sub>Δ</sub>
# Collect a sequence of relations between set ''X'' and {''f<sub>q</sub> : q'' ∈ ''P''<sub>Δ</sub>} satisfying: <math>\left(\prod_{x \in X_{}} x^{r(x)}\right).\left(\prod_{q \in P_\Delta} f^{t(q)}_{q}\right) = 1</math>
# Construct an ambiguous form ''(a, b, c)'' that is an element ''f'' ∈ ''G''<sub>Δ</sub> of order dividing 2 to obtain a coprime factorization of the largest odd divisor of Δ in which Δ = ''-4a.c'' or ''a(a - 4c)'' or ''(b - 2a).(b + 2a)''
# If the ambiguous form provides a factorization of ''n'' then stop, otherwise find another ambiguous form until the factorization of ''n'' is found. In order to prevent useless ambiguous forms from generating, build up the [[Sylow theorems|2-Sylow]] group ''S<sub>2</sub>(Δ) of G(Δ).
 
To obtain an algorithm for factoring any positive integer, it is necessary to add a few steps to this algorithm such as [[trial division]], and the [[Adleman–Pomerance–Rumely primality test|Jacobi sum test]].
 
===Expected running time===
The algorithm as stated is a [[probabilistic algorithm]] as it makes random choices. Its expected running time is at most <math>L_n\left[1/2,1+o(1)\right]</math>.<ref name=lenstra-pomerance>{{cite journal |  last=H.W. Lenstra|first=and C. Pomerance  |date=July 1992 |title=A Rigorous Time Bound for Factoring Integers |journal=Journal of the American Mathematical Society |volume=5 |pages=483–516|url=http://www.ams.org/journals/jams/1992-05-03/S0894-0347-1992-1137100-0/S0894-0347-1992-1137100-0.pdf |format=PDF |  doi=10.1090/S0894-0347-1992-1137100-0 |  last2=Pomerance |  first2=Carl |  issue=3}}</ref>
 
==See also==
* [[Canonical representation of a positive integer]]
 
==Notes==
{{Reflist}}<!--added under references heading by script-assisted edit-->
 
==References==
* {{cite book
|author = [[Richard Crandall]] and [[Carl Pomerance]]
| year = 2001
| title = Prime Numbers: A Computational Perspective
| publisher = Springer
| isbn = 0-387-94777-9}} Chapter 5: Exponential Factoring Algorithms, pp.&nbsp;191–226. Chapter 6: Subexponential Factoring Algorithms, pp.&nbsp;227–284. Section 7.4: Elliptic curve method, pp.&nbsp;301–313.
* [[Donald Knuth]]. ''[[The Art of Computer Programming]]'', Volume 2: ''Seminumerical Algorithms'', Third Edition. Addison-Wesley, 1997. ISBN 0-201-89684-2. Section 4.5.4: Factoring into Primes, pp.&nbsp;379–417.
 
==External links==
*[http://sourceforge.net/projects/msieve/ msieve] - SIQS and NFS - has helped complete some of the largest public factorizations known
*[http://www.youtube.com/watch?v=5kl28hmhin0 Video] explaining uniqueness of prime factorization using a lock analogy.
*[http://www.mersenneforum.org/showthread.php?t=3255 A collection of links to factoring programs]
*Richard P. Brent, "Recent Progress and Prospects for Integer Factorisation Algorithms", ''Computing and Combinatorics"'', 2000, pp.&nbsp;3–22. [http://citeseer.ist.psu.edu/327036.html download]
* [[Manindra Agrawal]], Neeraj Kayal, Nitin Saxena, "PRIMES is in P." Annals of Mathematics 160(2): 781-793 (2004). [http://www.cse.iitk.ac.in/users/manindra/algebra/primality_v6.pdf August 2005 version PDF]
* [ftp://ftp.computing.dcu.ie/pub/crypto/factor.exe] is a public-domain integer factorization program for Windows. It claims to handle 80-digit numbers. See also the web site for this program [http://www.shamus.ie/ ]
* Eric W. Weisstein, [http://mathworld.wolfram.com/news/2005-11-08/rsa-640/ “RSA-640 Factored” ''MathWorld Headline News'', November 8, 2005]
 
{{Number theoretic algorithms}}
{{Divisor classes}}
 
[[Category:Integer factorization algorithms| ]]
[[Category:Computational hardness assumptions]]
[[Category:Unsolved problems in computer science]]

Latest revision as of 23:17, 12 December 2014

California is famous for its wine history and has-been for many years. In-fact, it is seen as the most effective place in the Usa for wine lovers and wine production may espouse the virtues of Californian wines every chance they get. There are lots of ways to experience Californian wines, however you should try and include something different in your journey. If you"re looking for a unique experience you could always try the California wine train trip. That you do not have-to like wine to see the California wine practice tour, however it helps. You can view the vineyards and the landscape from a comfortable and modern train.

The California wine practice visit are certain to get folks in close proximity and personal with the vines since you can see them much closer than previously through the windows. You"ll almost certainly see people as they are passed by you simply because they do need a lot of tending and care to make the high quality wines that California is renowned for dealing with the vines. It"s an intrinsic area of the Californian economy and you are contributing to that by going on the California wine train trip and permitting the tenders to complete their jobs. You will see wine in a way that you"ve never seen it before as a result of the California wine train trip.

Scheduling Onto A California Wine Practice Trip

You will have to book on a California wine practice trip well beforehand because they are extremely popular and places go very quickly. It is the only way to find out the wineries within the opinions of a significant number of people that have experienced the California wine practice visit and old-fashioned wine tours. You can guide onto the California wine practice trip on your own or within a large party. The latter are catered for with simple carriages for categories of thirty plus people. You are able to hire the complete carriage out for less people sometimes. To compare additional information, we understand you have a glance at: like us on facebook. In the event people choose to discover extra resources on vineyard wisconsin, we recommend many online libraries you should consider pursuing. You should do your re-search though, and most definitely before you go. To find out more see http://www.bestwinetourguide.com/North_American_Wine_Tours on United States Wine Tours.

Florida wine practice tours may be used as a great party venue for special occasions. You are able to in fact book specific menus and wine lists to enhance your time on the practice aptly and create a good atmosphere for any celebration. If you get in touch with the services of California wine train trips they will be able to tell you of the selections and prices. You should make sure that there will be enough people attending though and book early on the California wine train trip to make sure that you avoid frustration..Cold Country Vines & Wines
E3207 Nuclear Road
Kewaunee, WI 54216
920-776-1328

If you adored this article and you simply would like to receive more info about personal health generously visit the web page.