Fundamentals of Integers, Primes, and Factorization
Classified in Computers
Written on in
English with a size of 8.67 KB
Chapter 1: Fundamentals of Numbers
Numbers and Notation
We begin by talking about numbers. This may seem rather elementary, but it does set the scene and introduce a lot of notation. In addition, much of what follows is important in computing.
1.0.1 Integers: Definition and Properties
We begin by assuming you are familiar with the integers:
Sometimes called the whole numbers, these are just the numbers we use for counting. To these integers we add zero (0), defined as:
Once we have the integers and zero, mathematicians create negative integers by defining (-n) as the number which, when added to n, gives zero. So, n + (-n) = (-n) + n = 0. Eventually, we simplify writing n + (-n) = 0 to n - n = 0. We now have the set of positive and negative integers:... Continue reading "Fundamentals of Integers, Primes, and Factorization" »