Prime number/Citable Version

From Citizendium
< Prime number
Revision as of 23:22, 5 April 2007 by imported>Greg Woodhouse (deleting comment about definitions of prime)
Jump to navigation Jump to search

A prime number is a whole number (i.e., one having no fractional or decimal part) that cannot be evenly divided by any numbers but 1 and itself. The first few prime numbers are 2, 3, 5, 7, 11, 13, and 17. With the exception of , all prime numbers are odd numbers, but not every odd number is prime. For example, and , so neither 9 nor 15 is prime. The study of prime numbers has a long history, going back to ancient times, and it remains an active part of number theory (a branch of mathematics) today. It is commonly believed that the study of prime numbers is an interesting, but not terribly useful, area of mathematical research. While this used to be the case, the theory of prime numbers has important applications now. Understanding properties of prime numbers and their generalizations is essential to modern cryptography, and to public key ciphers that are crucial to Internet commerce, wireless networks and, of course, military applications. Less well known is that other computer algorithms also depend on properties of prime numbers.

Definition

Prime numbers are usually defined to be positive integers (other than 1) with the property that they are only (evenly) divisible by 1 and themselves. In other words, a number is said to be prime if there are exactly two such that , namely and .

Aside on mathematical notation: The second sentence above is a translation of the first into mathematical notation. It may seem difficult at first (perhaps even a form of obfuscation!), but mathematics relies on precise reasoning, and mathematical notation has proved to be a valuable, if not indispensible, aid to the study of mathematics. It is commonly noted while ancient Greek mathematicians hd a good understanding of prime numbers, and indeed Euclid was able to show that there are infinitely many prime numbers, the study of prime numbers (and algebra in general) was hampered by the lack of a good notation, and this is one reason ancient Greek mathematics (or mathematicians) excelled in geometry, making comparatively less progress in algebra and number theory.

There is another way of defining prime numbers, and that is that a number is prime if whenever it divides the product of two numbers, it must divide one of those numbers. A nonexample (if you will) is that 4 divides 12, but 4 does not divide 2 and 4 does not divide 6 even though 12 is 2 times 6. This means that 4 is not a prime number. We may express this second possible definition in symbols (a phrase commonly used to mean "in mathematical notation") as follows: A number is prime if for any such that , either or .

If the first characterization of prime numbers is taken as the definition, the second is derived from it as a theorem, and vice versa.

Unique Factorization

Every integer N > 1 can be written in a unique way as a product of prime factors, up to reordering. to see why this is true, assume that N can be written as a product of prime factors in two ways

Given any prime divisor of N (call it p), we know that

and

Because p is prime, we know there are integers i and j such that and . On the other hand, since and are prime, it must be that p is equal to and to . This means we can "cancel" p, and obtain twwo factorizations of N/p. We continue this process until we are reduced to ; that is, until all primes have been removed from the list. This shows that , and that both lists consist of the same prime factors. The argument we just gave is an example of mathematical induction, an import idea that occurs again and again. For example, we've just show that if a number can be expressed as a product of primes, then it can be so expressxed in only one way. But how do we know that it is even possible to express a number as a product of prime factors? Well, suppose that the only factors of N are 1 and itself. Then N must be prime, and we are done. If not, where both and a neither a nor b is equal to 1. If we already know that all numbers smaller than N can be expressed as product of prime factors, then the same must be true of N. Finally, 2 can be expressed as a product of prime factors, just take ! It follows that every number is a product of prime factors. Notice that this, too, is an argument using induction.

There are infinitely many primes

One basic fact about the prime numbers is that there are infinitely man of them. In other words, the list of prime numbers 2, 3, 5, 7, 11, 13, 17, ... doesn't ever stop. There are a number of ways of showing that this is so, but one of the oldest and most familiar proofs goes back go Euclid.

Euclid's Proof

Suppose the set of prime numbers is finite, say , and let

then for each we know that (because the remainder is 1). This means that N is not divisible by an prime, which is impossible. This contradiction shows that our assumption that there must only be a finite number of primes must have been wrong and thus proves the theorem.

Euler's Proof