Basic Number Theory http://localhost/~senning/courses/ma229/slides/number-theory/slide01.html 1 of 1 09/30/2003 08:36 PM prev | slides | next
Basic Number Theory
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
Basic Number Theory http://localhost/~senning/courses/ma229/slides/number-theory/slide02.html 1 of 1 09/30/2003 08:36 PM
Basic Number Theory
prev | slides | next
Numbers The natural numbers are 1, 2, 3, ... The whole numbers are 0, 1, 2, 3, ... The integers are the natural numbers, 0 and the additive inverses of the natural numbers: ..., -3, -2, -1, 0, 1, 2, 3, ... The natural and whole numbers are closed under addition (the sum
- f any two natural numbers is a natural number) and multiplication.
The integers are closed under addition, subtraction and multiplication, but not division.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
Basic Number Theory http://localhost/~senning/courses/ma229/slides/number-theory/slide03.html 1 of 1 09/30/2003 08:36 PM
Basic Number Theory
prev | slides | next
Integers and Division If a and b are integers with a 0, then "a divides b" if there is an integer c such that b = ac. In this case a is a factor of b and b is a multiple of a. We use the notation a | b to say "a divides b". Theorem: Let a, b and c be integers. Then if a | b and a | c then a | (b+c). 1. if a | b then a | bc for all integers c. 2. if a | b and b | c then a | c. 3.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
Basic Number Theory http://localhost/~senning/courses/ma229/slides/number-theory/slide04.html 1 of 1 09/30/2003 08:36 PM
Basic Number Theory
prev | slides | next
Prime and Composite Numbers A natural number p 1 is a prime number if the only numbers that divide it are 1 and p. A natural number is a composite number if it is not prime. The first ten prime numbers are 2, 3, 5, 7, 11, 13, 17, 19, 23, 29. Notice that 2 is the only even prime number; all other even numbers are composite.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28