An integer is the number zero (0), a positive natural number (1, 2, 3, ...), or the negation of a positive natural number (−1, −2, −3, ...). The negations or of the positive natural numbers are referred to as negative integers. The set of all integers is often denoted by the boldface or blackboard bold
The set of natural numbers is a subset of , which in turn is a subset of the set of all , itself a subset of the . Like the set of natural numbers, the set of integers is Countable set. An integer may be regarded as a real number that can be written without a fraction. For example, 21, 4, 0, and −2048 are integers, while 9.75, , 5/4, and the square root of 2 are not.
The integers form the smallest group and the smallest ring containing the . In algebraic number theory, the integers are sometimes qualified as rational integers to distinguish them from the more general algebraic integers. In fact, (rational) integers are algebraic integers that are also .
The phrase the set of the integers was not used before the end of the 19th century, when Georg Cantor introduced the concept of and set theory. The use of the letter Z to denote the set of integers comes from the German language word ("numbers") and has been attributed to David Hilbert. The earliest known use of the notation in a textbook occurs in Algèbre written by the collective Nicolas Bourbaki, dating to 1947. The notation was not adopted immediately. For example, another textbook used the letter J, and a 1960 paper used Z to denote the non-negative integers. But by 1961, Z was generally used by modern algebra texts to denote the positive and negative integers.
The symbol is often annotated to denote various sets, with varying usage amongst different authors: , , or for the positive integers, or for non-negative integers, and for non-zero integers. Some authors use for non-zero integers, while others use it for non-negative integers, or for {−1,1} (the group of units of ). Additionally, is used to denote either the set of integers modulo (i.e., the set of congruence classes of integers), or the set of p-adic integer.Keith Pledger and Dave Wilkins, "Edexcel AS and A Level Modular Mathematics: Core Mathematics 1" Pearson 2008LK Turner, FJ BUdden, D Knighton, "Advanced Mathematics", Book 2, Longman 1975.
The whole numbers were synonymous with the integers up until the early 1950s. In the late 1950s, as part of the New Math movement, American elementary school teachers began teaching that whole numbers referred to the , excluding negative numbers, while integer included the negative numbers. The whole numbers remain ambiguous to the present day.
The integers form a ring which is the most basic one, in the following sense: for any ring, there is a unique ring homomorphism from the integers into this ring. This universal property, namely to be an initial object in the category of rings, characterizes the ring . This unique homomorphism is injective if and only if the characteristic of the ring is zero. It follows that every ring of characteristic zero contains a subring isomorphic to , which is its smallest subring.
is not closed under division, since the quotient of two integers (e.g., 1 divided by 2) need not be an integer. Although the natural numbers are closed under exponentiation, the integers are not (since the result can be a fraction when the exponent is negative).
The following table lists some of the basic properties of addition and multiplication for any integers , , and :
+Properties of addition and multiplication on integers ! !scope="col" | Addition !scope="col" | Multiplication |
The first five properties listed above for addition say that , under addition, is an abelian group. It is also a cyclic group, since every non-zero integer can be written as a finite sum or . In fact, under addition is the only infinite cyclic group—in the sense that any infinite cyclic group is isomorphic to .
The first four properties listed above for multiplication say that under multiplication is a commutative monoid. However, not every integer has a multiplicative inverse (as is the case of the number 2), which means that under multiplication is not a group.
All the rules from the above property table (except for the last), when taken together, say that together with addition and multiplication is a commutative ring with unity. It is the prototype of all objects of such algebraic structure. Only those equalities of expressions are true in for all values of variables, which are true in any unital commutative ring. Certain non-zero integers map to zero in certain rings.
The lack of in the integers (last property in the table) means that the commutative ring is an integral domain.
The lack of multiplicative inverses, which is equivalent to the fact that is not closed under division, means that is not a field. The smallest field containing the integers as a subring is the field of . The process of constructing the rationals from the integers can be mimicked to form the field of fractions of any integral domain. And back, starting from an algebraic number field (an extension of rational numbers), its ring of integers can be extracted, which includes as its subring.
Although ordinary division is not defined on , the division "with remainder" is defined on them. It is called Euclidean division, and possesses the following important property: given two integers and with , there exist unique integers and such that and , where denotes the absolute value of . The integer is called the quotient and is called the remainder of the division of by . The Euclidean algorithm for computing greatest common divisors works by a sequence of Euclidean divisions.
The above says that is a Euclidean domain. This implies that is a principal ideal domain, and any positive integer can be written as the products of prime number in an essentially unique way. This is the fundamental theorem of arithmetic.
The ordering of integers is compatible with the algebraic operations in the following way:
Thus it follows that together with the above ordering is an ordered ring.
The integers are the only nontrivial totally ordered abelian group whose positive elements are well-ordered.. This is equivalent to the statement that any Noetherian ring valuation ring is either a field—or a discrete valuation ring.
The traditional arithmetic operations can then be defined on the integers in a piecewise fashion, for each of positive numbers, negative numbers, and zero. For example negation is defined as follows:
The traditional style of definition leads to many different cases (each arithmetic operation needs to be defined on each combination of types of integer) and makes it tedious to prove that integers obey the various laws of arithmetic..
In modern set-theoretic mathematics, a more abstract constructionIvorra Castillo: Álgebra
The intuition is that stands for the result of subtracting from . To confirm our expectation that and denote the same number, we define an equivalence relation on these pairs with the following rule:
Addition and multiplication of integers can be defined in terms of the equivalent operations on the natural numbers; by using to denote the equivalence class having as a member, one has:
The negation (or additive inverse) of an integer is obtained by reversing the order of the pair:
Hence subtraction can be defined as the addition of the additive inverse:
The standard ordering on the integers is given by:
It is easily verified that these definitions are independent of the choice of representatives of the equivalence classes.
Every equivalence class has a unique member that is of the form or (or both at once). The natural number is identified with the class (i.e., the natural numbers are embedding into the integers by map sending to ), and the class is denoted (this covers all remaining classes, and gives the class a second time since −0 = 0.
Thus, is denoted by
If the natural numbers are identified with the corresponding integers (using the embedding mentioned above), this convention creates no ambiguity.
This notation recovers the familiar representation of the integers as .
Some examples are:
There exist at least ten such constructions of signed integers. These constructions differ in several ways: the number of basic operations used for the construction, the number (usually, between 0 and 2), and the types of arguments accepted by these operations; the presence or absence of natural numbers as arguments of some of these operations, and the fact that these operations are free constructors or not, i.e., that the same integer can be represented using only one or many algebraic terms.
The technique for the construction of integers presented in the previous section corresponds to the particular case where there is a single basic operation pair that takes as arguments two natural numbers and , and returns an integer (equal to ). This operation is not free since the integer 0 can be written pair(0,0), or pair(1,1), or pair(2,2), etc.. This technique of construction is used by the proof assistant Isabelle; however, many other tools use alternative construction techniques, notable those based upon free constructors, which are simpler and can be implemented more efficiently in computers.
Variable-length representations of integers, such as , can store any integer that fits in the computer's memory. Other integer data types are implemented with a fixed size, usually a number of bits which is a power of 2 (4, 8, 16, etc.) or a memorable number of decimal digits (e.g., 9 or 10).
More technically, the cardinality of is said to equal (Aleph number). The pairing between elements of and is called a bijection.
|
|