|
Natural number can mean either a positive integer (1, 2, 3, 4, ...) or a non-negative
integer (0, 1, 2, 3, 4, ...). These are the first
numbers learned by children, and the easiest to understand. Natural numbers have two main purposes: they can be used for counting ("there are 3 apples on the table"), or they can be used for ordering ("this is the 3rd largest city in the country"). Properties of the
natural numbers related to divisibility, such as the distribution of
prime numbers, are studied in number theory. Problems concerning counting, such as Ramsey theory, are studied in combinatorics.
History of natural numbers and the status of zero
The natural numbers presumably had their origins in the words used to count things, beginning with the number one.
The first major advance in abstraction was the use of numerals to represent
numbers. This allowed systems to be developed for recording large numbers. For example, the Babylonians developed a powerful place-value system based essentially on the numerals for 1 and 10. The ancient Egyptians had a system of numerals with distinct hieroglyphs for 1, 10, and all the powers of 10 up to one million. A stone carving from
Karnak, dating from around 1500 BC and now
at the Louvre in Paris, depicts 276 as 2 hundreds, 7 tens, and 6 ones; and similarly
for the number 4,622.
A much later advance in abstraction was the development of the idea of zero as a number
with its own numeral. A zero digit had been used in place-value
notation as early as 700 BC by the Babylonians, but it was never used as a final
element.¹ The Olmec and Maya
civilization used zero as a separate number as early as 1st century
BC, apparently developed independently, but they did not pass it along to anyone outside of Mesoamerica. The modern concept
dates to the Indian mathematician Brahmagupta in 628 AD. It took more than five centuries for European
mathematicians to accept zero as a number, and even when they did, it was not counted as a natural number.
The first systematic study of numbers as abstractions (that is, as
abstract entities) is usually credited to the Greek philosophers Pythagoras and Archimedes. However, independent studies also occurred at around the same time in
India, China, and Mesoamerica.
In the nineteenth century, a set-theoretical definition of natural numbers was developed. With this definition, it was more convenient to include zero
(corresponding to the empty set) as a natural number. Wikipedia follows this
convention, as do set theorists, logicians, and computer scientists. Other mathematicians, primarily number theorists, often prefer to follow the older tradition and exclude zero from the natural numbers.
The term whole number is used informally by some authors for an element of the set of integers, the set of
non-negative integers, or the set of positive integers.
Notation
Mathematicians use N or
(an N in blackboard bold) to refer to the set of all natural numbers. This set is infinite but countable by definition. To be unambiguous about whether zero is included the following
are sometimes used to indicate the positive integers:
and the following are sometimes used to indicate the nonnegative integers:
W or is sometimes used
to refer to the set of whole numbers, by authors who do not identify it with the integers.
Formal definitions
The precise mathematical definition of the natural numbers has not been easy. The Peano postulates state conditions that any successful definition must satisfy:
- There is a natural number 0.
- Every natural number a has a successor, denoted by S(a).
- There is no natural number whose successor is 0.
- Distinct natural numbers have distinct successors: if a ≠ b, then S(a) ≠
S(b).
- If a property is possessed by 0 and also by the successor of every natural number which possesses it, then it is possessed by
all natural numbers. (This postulate ensures that the proof technique of mathematical induction is valid.)
It should be noted that the "0" in the above definition need not correspond to the what we normally consider to be the number
zero. "0" simply means some object that when combined with an appropriate successor function, satisfies the Peano axioms.
A standard construction in set theory is to define the natural numbers as
follows:
- We set 0 := { }
- and define S(a) = a U {a} for all a.
- The set of natural numbers is then defined to be the intersection of all sets containing 0 which are closed under
the successor function.
- Assuming the axiom of infinity, this definition can be shown
to satisfy the Peano axioms.
- Each natural number is then equal to the set of natural numbers less than it, so that
-
- 0 = { }
- 1 = {0} = {{ }}
- 2 = {0,1} = {0, {0}} = {{ }, {{ }}}
- 3 = {0,1,2} = {0, {0}, {0, {0}}} = {{ }, {{ }}, {{ }, {{ }}}}
- and so on. When you see a natural number used as a set, this is typically what is meant. Under this definition, there are
exactly n elements (in the naive sense) in the set n and n ≤ m (in the naive sense) iff
n is a subset of m.
Although this particular construction is useful, it is not the only possible construction. For example:
- one could define 0 = { }
- and S(a) = {a},
- producing
- 0 = { }
- 1 = {0} = {{ }}
- 2 = {1} = {{{ }}}, etc.
Or we could even define 0 = {{ }}
- and S(a) = a U {a}
- producing
- 0 = {{ }}
- 1 = {{ }, 0} = {{ }, {{ }}}
- 2 = {{ }, 0, 1}, etc.
For the rest of this article, we follow the standard construction described above.
Properties
One can recursively define an addition on the natural numbers by
setting a + 0 = a and a + S(b) = S(a + b) for all
a, b. This turns the natural numbers (N, +) into a commutative monoid with identity element 0, the so-called free monoid with one
generator. This monoid satisfies the cancellation
property and can therefore be embedded in a group.
The smallest group containing the natural numbers is the integers.
If we define S(0) := 1, then S(b) = S(b + 0) = b + S(0) =
b + 1; i.e. the successor of b is simply b + 1.
Analogously, given that addition has been defined, a multiplication * can be defined via a * 0 = 0 and a *
(b + 1) = (a * b) + a. This turns (N, *) into a commutative monoid with
identity element 1; a generator set for this monoid is the set of prime
numbers. Addition and multiplication are compatible, which is expressed in the distribution law: a * (b + c) = (a * b) + (a *
c). These properties of addition and multiplication make the natural numbers an instance of a commutative semiring. Semirings are an
algebraic generalization of the natural numbers where multiplication is not necessarily commutative.
For the remainder of the article, we write ab to indicate the product a * b, and we also assume the
standard order of operations.
Furthermore, one defines a total order on the natural numbers by writing
a ≤ b if and only if there exists another natural number c with a + c =
b. This order is compatible with the arithmetical operations in the following sense: if a, b and
c are natural numbers and a ≤ b, then a + c ≤ b + c
and ac ≤ bc. An important property of the natural numbers is that they are well-ordered: every non-empty set of natural numbers has a least element.
While it is in general not possible to divide one natural number by another and get a natural number as result, the procedure
of division with remainder is available as a substitute: for any two natural numbers a and b with
b ≠ 0 we can find natural numbers q and r such that
- a = bq + r and r < b
The number q is called the quotient and r is called the remainder of division of
a by b. The numbers q and r are uniquely determined by a and b. This, the
Division algorithm, is key to several other properties
(divisibility), algorithms (such as the Euclidean algorithm), and ideas in number theory.
Generalizations
Two generalizations of natural numbers arise from the two uses: ordinal
numbers are used to describe the position of an element in a ordered sequence and cardinal
numbers are used to specify the size of a given set.
For finite sequences or finite sets, both of these properties are embodied in the
natural numbers.
Other generalizations are discussed in the article on numbers.
Footnote
¹ "... a tablet found at Kish ... thought to date from around 700 BC, uses three hooks to denote an empty place in the
positional notation. Other tablets dated from around the same time use a single hook for an empty place." [1]
|