Changes

Jump to navigation Jump to search
520 bytes added ,  00:09, October 30, 2007
m
more on unique factorization
Line 21: Line 21:     
==Unique Factorization==
 
==Unique Factorization==
It was proved by [[Carl Friedrich Gauss]] that every positive integer has a unique factorization into prime numbers, this result is known as the [[fundamental theorem of arithmetic]].
+
According to the [[fundamental theorem of arithmetic]], proven by [[Carl Friedrich Gauss]], states that every positive integer has a unique factorization into prime numbers.
 +
 
 +
This means that every integer larger than 1, can be expressed as a product of one or more [[prime|primes]] in one unique way. For example, 132 = 2 * 2 * 3 * 11. There is no other product of primes that equals 132.
 +
 
 +
There is no effective algorithm for finding a certain integer's unique factorization, and finding the prime factors for large numbers can take considerable time (millions of years) even with the most advanced computers. This is referred to as the prime factorization problem, and it is believed to be NP-complete.
    
==Primality testing==
 
==Primality testing==
18

edits

Navigation menu