Integer 14563 225967345 2008-07-16T06:42:26Z 68.148.164.166 /* External links */ :''This article discusses the concept of integers in mathematics. For the term in computer science see [[Integer (computer science)]]. [[Image:Latex integers.svg|thumb|100px|[[Symbol]] often used to denote the set of '''integers''']] The '''integers''' (from the [[Latin]] ''integer'', which means with untouched integrity, whole, entire) are the set of numbers consisting of the [[natural number]]s including 0 ([[0 (number)|0]], [[1 (number)|1]], [[2 (number)|2]], [[3 (number)|3]], ...) and their [[negative and non-negative numbers|negative]]s (0, [[−1 (number)|&minus;1]], &minus;2, &minus;3, ...). They are numbers that can be written without a fractional or decimal component, and fall within the set {... &minus;2, &minus;1, 0, 1, 2, ...}. For example, 65, 7, and &minus;756 are integers; 1.6 and 1½ are not integers. In other terms, integers are the numbers one can count with items such as apples or fingers, and their negatives, including 0. More formally, the integers are the only [[integral domain]] whose positive elements are [[well-ordered]], and in which order is preserved by [[addition]]. Like the natural numbers, the integers form a [[Countable set|countably infinite]] set. The [[set]] of all integers is often denoted by a boldface '''Z''' (or [[blackboard bold]] <math>\mathbb{Z}</math>, [[Unicode]] U+2124 ℤ), which stands for ''Zahlen'' ([[German language|German]] for ''numbers'').<ref>[http://members.aol.com/jeff570/nth.html "Earliest Uses of Symbols of Number Theory"]</ref> In [[algebraic number theory]], these commonly understood integers, embedded in the [[field (mathematics)|field]] of [[rational number]]s, are referred to as '''rational integers''' to distinguish them from the more broadly defined [[algebraic integer]]s. == Algebraic properties == Like the natural numbers, '''Z''' is [[closure (mathematics)|closed]] under the [[binary operation|operations]] of [[addition]] and [[multiplication]], that is, the sum and product of any two integers is an integer. However, with the inclusion of the negative natural numbers, and, importantly, [[0 (number)|zero]], '''Z''' (unlike the natural numbers) is also closed under [[subtraction]]. '''Z''' is not closed under the operation of [[division (mathematics)|division]], since the quotient of two integers (''e.g.'', 1 divided by 2), need not be an integer. The following lists some of the basic properties of addition and multiplication for any integers ''a'', ''b'' and ''c''. {| class="wikitable" | || addition || multiplication |- | [[Closure (mathematics)|closure]]: || ''a''&nbsp;+&nbsp;''b''&nbsp;&nbsp; is an integer || ''a''&nbsp;&times;&nbsp;''b''&nbsp;&nbsp; is an integer |- | [[associativity]]: || ''a''&nbsp;+&nbsp;(''b''&nbsp;+&nbsp;''c'')&nbsp;&nbsp;=&nbsp;&nbsp;(''a''&nbsp;+&nbsp;''b'')&nbsp;+&nbsp;''c'' || ''a''&nbsp;&times;&nbsp;(''b''&nbsp;&times;&nbsp;''c'')&nbsp;&nbsp;=&nbsp;&nbsp;(''a''&nbsp;&times;&nbsp;''b'')&nbsp;&times;&nbsp;''c'' |- | [[commutativity]]: || ''a''&nbsp;+&nbsp;''b''&nbsp;&nbsp;=&nbsp;&nbsp;''b''&nbsp;+&nbsp;''a'' || ''a''&nbsp;&times;&nbsp;''b''&nbsp;&nbsp;=&nbsp;&nbsp;''b''&nbsp;&times;&nbsp;''a'' |- | existence of an [[identity element]]: || ''a''&nbsp;+&nbsp;0&nbsp;&nbsp;=&nbsp;&nbsp;''a'' || ''a''&nbsp;&times;&nbsp;1&nbsp;&nbsp;=&nbsp;&nbsp;''a'' |- | existence of [[inverse element]]s: || ''a''&nbsp;+&nbsp;(&minus;''a'')&nbsp;&nbsp;=&nbsp;&nbsp;0 || |- | [[distributivity]]: || colspan=2 align=center| ''a''&nbsp;&times;&nbsp;(''b''&nbsp;+&nbsp;''c'')&nbsp;&nbsp;=&nbsp;&nbsp;(''a''&nbsp;&times;&nbsp;''b'')&nbsp;+&nbsp;(''a''&nbsp;&times;&nbsp;''c'') |- | No [[zero divisors]]: || || if ''ab'' = 0, then either ''a'' = 0 or ''b'' = 0 (or both) |} In the language of [[abstract algebra]], the first five properties listed above for addition say that '''Z''' under addition is an [[abelian group]]. As a group under addition, '''Z''' is a [[cyclic group]], since every nonzero integer can be written as a finite sum 1 + 1 + ... 1 or (&minus;1) + (&minus;1) + ... + (&minus;1). In fact, '''Z''' under addition is the ''only'' infinite cyclic group, in the sense that any infinite cyclic group is [[group isomorphism|isomorphic]] to '''Z'''. The first four properties listed above for multiplication say that '''Z''' under multiplication is a [[commutative monoid]]. However, note that not every integer has a multiplicative inverse; e.g. there is no integer ''x'' such that 2''x'' = 1, because the left hand side is even, while the right hand side is odd. This means that '''Z''' under multiplication is not a group. All the rules from the above property table, except for the last, taken together say that '''Z''' together with addition and multiplication is a commutative [[ring (mathematics)|ring]] with unity. Adding the last property says that '''Z''' is an [[integral domain]]. In fact, '''Z''' provides the motivation for defining such a structure. The lack of multiplicative inverses, which is equivalent to the fact that '''Z''' is not closed under division, means that '''Z''' is ''not'' a [[field (mathematics)|field]]. The smallest field containing the integers is the field of [[rational number]]s. This process can be mimicked to form the [[field of fractions]] of any integral domain. Although ordinary division is not defined on '''Z''', it does possess an important property called the [[division algorithm]]: that is, given two integers ''a'' and ''b'' with ''b''&nbsp;≠&nbsp;0, there exist unique integers ''q'' and ''r'' such that ''a''&nbsp;=&nbsp;''q'' &times; ''b''&nbsp;+&nbsp;''r'' and 0 ≤ ''r'' < |''b''|, where |''b''| denotes the [[absolute value]] of ''b''. The integer ''q'' is called the ''quotient'' and ''r'' is called the ''[[remainder]]'', resulting from division of ''a'' by ''b''. This is the basis for the [[Euclidean algorithm]] for computing [[greatest common divisor]]s. Again, in the language of abstract algebra, the above says that '''Z''' is a [[Euclidean domain]]. This implies that '''Z''' is a [[principal ideal domain]] and any positive integer can be written as the products of [[prime number|primes]] in an essentially unique way. This is the [[fundamental theorem of arithmetic]]. ==Order-theoretic properties == '''Z''' is a [[total order|totally ordered set]] without upper or lower bound. The ordering of '''Z''' is given by : ... < &minus;2 < &minus;1 < 0 < 1 < 2 < ... An integer is ''positive'' if it is greater than zero and ''negative'' if it is less than zero. Zero is defined as neither negative nor positive. The ordering of integers is compatible with the algebraic operations in the following way: # if ''a'' < ''b'' and ''c'' < ''d'', then ''a'' + ''c'' < ''b'' + ''d'' # if ''a'' < ''b'' and 0 < ''c'', then ''ac'' < ''bc''. (From this fact, one can show that if ''c'' < 0, then ''ac'' > ''bc''.) It follows that '''Z''' together with the above ordering is an [[ordered ring]]. ==Construction== The integers can be constructed from the natural numbers by defining [[equivalence class]]es of pairs of natural numbers '''N'''×'''N''' under an [[equivalence relation]], "~", where :<math> (a,b) \sim (c,d) \,\! </math> precisely when :<math>a+d = b+c. \,\!</math> Taking 0 to be a natural number, the natural numbers may be considered to be integers by the [[embedding]] that maps ''n'' to [(''n'',0)], where [(''a'',''b'')] denotes the equivalence class having (''a'',''b'') as a member. Addition and multiplication of integers are defined as follows: :<math>[(a,b)]+[(c,d)] := [(a+c,b+d)].\,</math> :<math>[(a,b)]\cdot[(c,d)] := [(ac+bd,ad+bc)].\,</math> It is easily verified that the result is independent of the choice of representatives of the equivalence classes. Typically, [(''a'',''b'')] is denoted by :<math>\begin{cases} n, & \mbox{if } a \ge b \\ -n, & \mbox{if } a < b, \end{cases} </math> where :<math>n = |a-b|.\,</math> 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 [[group representation|representation]] of the integers as {...,−3,−2,−1,0,1,2,3,...}. Some examples are: :<math>\begin{align} 0 &= [(0,0)] &= [(1,1)] &= \cdots & &= [(k,k)] \\ 1 &= [(1,0)] &= [(2,1)] &= \cdots & &= [(k+1,k)] \\ -1 &= [(0,1)] &= [(1,2)] &= \cdots & &= [(k,k+1)] \\ 2 &= [(2,0)] &= [(3,1)] &= \cdots & &= [(k+2,k)] \\ -2 &= [(0,2)] &= [(1,3)] &= \cdots & &= [(k,k+2)] \end{align}</math> ==Integers in computing== {{Main|Integer (computer science)}} An integer (sometimes known as an "<tt>int</tt>", from the name of a datatype in the [[C (programming language)|C programming language]]) is often a primitive [[datatype]] in [[computer language]]s. However, integer datatypes can only represent a [[subset]] of all integers, since practical computers are of finite capacity. Also, in the common [[two's complement]] representation, the inherent definition of [[sign (mathematics)|sign]] distinguishes between "negative" and "non-negative" rather than "negative, positive, and 0". (It is, however, certainly possible for a computer to determine whether an integer value is truly positive.) Variable-length representations of integers, such as [[bignum]]s, can store any integer that fits in the computer's memory. Other integer datatypes 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). In contrast, theoretical models of [[digital computer]]s, such as [[Turing machine]]s, typically do not have infinite (but only ''unbounded finite'') capacity. ==Cardinality== The [[cardinality]] of the set of integers is equal to <math>\aleph_0</math>. This is readily demonstrated by the construction of a [[bijection]], that is, a function that is [[injective]] and [[surjective]] from <math>\mathbb{Z}</math> to <math>\mathbb{N}</math>. Consider the function :<math>\begin{cases} 2x+1, & \mbox{if } x \ge 0 \\ 2|x|, & \mbox{if } x<0 \end{cases} </math>. If the domain is restricted to <math>\mathbb{Z}</math> then each and every member of <math>\mathbb{Z}</math> has one and only one corresponding member of <math>\mathbb{N}</math> and by the definition of cardinal equality the two sets have equal cardinality. ==Notes== {{reflist}} ==References== * [[Eric Temple Bell|Bell, E. T.]], ''[[Men of Mathematics]].'' New York: Simon and Schuster, 1986. (Hardcover; ISBN 0-671-46400-0)/(Paperback; ISBN 0-671-62818-6) * Herstein, I. N., ''Topics in Algebra'', Wiley; 2 edition ([[June 20]], [[1975]]), ISBN 0-471-01090-1. * [[Saunders Mac Lane|Mac Lane, Saunders]], and [[Garrett Birkhoff]]; ''Algebra'', American Mathematical Society; 3rd edition (April 1999). ISBN 0-8218-1646-2. ==External links== {{Wiktionarypar|integer}} * [http://www.positiveintegers.org The Positive Integers - divisor tables and numeral representation tools] * [http://www.research.att.com/~njas/sequences/ On-Line Encyclopedia of Integer Sequences] cf [[OEIS]] * "[http://demonstrations.wolfram.com/PositiveIntegerExplorer/Positive Integer Explorer]" by Chris Boucher, [[The Wolfram Demonstrations Project]]. {{planetmath|id=403|title=Integer}} {{Number Systems}} [[Category:Elementary mathematics]] [[Category:Abelian group theory]] [[Category:Ring theory]] [[Category:Integers| ]] [[Category:Elementary number theory]] [[Category:Algebraic number theory]] [[af:Heelgetal]] [[ar:عدد صحيح]] [[bn:পূর্ণ সংখ্যা]] [[zh-min-nan:Chéng-sò͘]] [[be:Цэлы лік]] [[bs:Cijeli broj]] [[bg:Цяло число]] [[ca:Nombre enter]] [[cv:Тулли хисеп]] [[cs:Celé číslo]] [[za:整数]] [[da:Heltal]] [[de:Ganze Zahl]] [[et:Täisarv]] [[el:Ακέραιος αριθμός]] [[es:Número entero]] [[eo:Entjero]] [[eu:Zenbaki oso]] [[fa:اعداد صحیح]] [[fo:Heiltal]] [[fr:Entier relatif]] [[gan:整數]] [[gl:Número enteiro]] [[zh-classical:整數]] [[ko:정수]] [[hi:पूर्ण संख्या]] [[hr:Cijeli broj]] [[io:Integro]] [[id:Bilangan bulat]] [[ia:Numero integre]] [[is:Heiltölur]] [[it:Numero intero]] [[he:מספר שלם]] [[lo:ຈຳນວນຖ້ວນ]] [[la:Numerus integer]] [[lv:Vesels skaitlis]] [[lt:Sveikasis skaičius]] [[lmo:Nümar intreegh]] [[hu:Egész számok]] [[mk:Цел број]] [[mr:पूर्ण संख्या]] [[mn:Бүхэл тоо]] [[nl:Geheel getal]] [[ja:整数]] [[no:Heltall]] [[nn:Heiltal]] [[nds:Hele Tall]] [[pl:Liczby całkowite]] [[pt:Número inteiro]] [[ro:Număr întreg]] [[ru:Целое число]] [[sq:Numrat e plotë]] [[scn:Nùmmuru rilativu]] [[simple:Integer]] [[sk:Celé číslo]] [[sl:Celo število]] [[sr:Цео број]] [[sh:Cijeli broj]] [[fi:Kokonaisluku]] [[sv:Heltal]] [[ta:முழு எண்]] [[th:จำนวนเต็ม]] [[vi:Số nguyên]] [[tr:Tam sayılar]] [[uk:Цілі числа]] [[ur:صحیح عدد]] [[fiu-vro:Terveharv]] [[vls:Gehêel getal]] [[yi:גאנצע צאל]] [[yo:Nọ́mbà odidi]] [[zh-yue:整數]] [[zh:整数]]