The Cali Garmo

does Math

Prime Numbers

By Cali G , Published on Mon 25 January 2010
Category: blog / prime numbers

A prime number by definition is a number p>1 such that p has no positive integer divisors other than 1 and p.

Wait... What?

Confuzzling! Let's try to figure out what that means by breaking it down into smaller parts. Let's first look at the section 'is a number p>1'. This part is actually saying 2 things in 1. It's first stating: let the 'prime number' be represented by the symbol 'p'. So 'p' is our variable. It also states that p must be greater than 1. So, so far, p can be 1.1, 2, 940,300, \pi, etc.

The next part says 'such that p has no positive integer divisors other than 1 and p'. First let's look at what a 'positive integer' is. An integer is any whole number. Basically a number that doesn't have any decimal part, and no fractions when simplified. So 2, 55, -7, 3.0, \frac{27}{9}, etc. are all integers. A positive integer means basically that the number must be greater than 0. Next let's see what 'divisor' means. A divisor is an integer that divides another number into an integer. So since 2 divides 4 into 2, then 2 is a divisor of 4. Since 3 divides 99 into 33, then 3 is a divisor of 99. So a 'positive integer divisor of p' is a number that divides p, is a whole number, and is greater than 0. So if we let p be 4, then 1, 2, and 4 are all positive integer divisors of p.

But, we are stating that p does NOT have any positive integer divisors except for p and 1. So 4 is not prime since 2 is also a positive integer divisor. 2 is a prime number since it is greater than 1, and it's only positive integer divisors are 1 and 2. 9 is not prime even though it is greater than 1 since it's positive integer divisors are 1, 3, and 9. 6.5 cannot be prime since it is not an integer.

So by going number by number we can get a huge list of prime numbers: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97 ... To name the first few. You can go and look at the long list of prime numbers provided by sloane which is an online encyclopedia of integer sequences (or integer patterns). Here is a link: [Sloane]

At about this point you may want to exclaim 'Wait a second! What about the number 1?! It can only be divided by 1 and itself too, why is 1 not classified as a prime?' Originally the number 1 was considered a prime number, but a lot of mathematical concepts that have to deal with primes usually turned out funky when dealing with the number 1. When 1 was considered a prime, the concepts worked perfectly sometimes, but failed at other times, but they all succeeded if the number 1 was not considered a prime or a composite. So instead of keeping it as a prime number, it was eventually relegated to be just a number, neither prime nor composite (explained in a few!) That is why if you pay close attention to our definition we say our prime p has to be greater than 1.

So we mentioned that the number 1 cannot be composite either, what's composite?! A composite number is just an integer c > 1 such that c is not prime. With all the information I gave you above, I'm sure you can figure this one out =D

So that's the main concept behind prime numbers. Want to learn more of have any questions? Leave a comment!

Questionably yours, The Cali Garmo