|
|

IntegerThe integers consist of the positive natural numbers (1 (number), 2 (number), 3 (number), …), their negative and non-negative numberss (−1, −2, −3, ...) and the number 0 (number). The set of all integers is usually denoted in mathematics by Z (or Z in blackboard bold, ), which stands for ''Zahlen'' (German language for "numbers"). They are also known as the whole numbers, although that term is also used to refer only to the positive integers (with or without zero). Like the natural numbers, the integers form a countably infinite set. == Algebraic properties == Like the natural numbers, Z is closure (mathematics) under the binary operation 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), Z (unlike the natural numbers) is also closed under subtraction. Z is not closed under the operation of division (mathematics), since the quotient of two integers (''e.g.'', 1 divided by 2), need not be an integer. The following table lists some of the basic properties of addition and multiplication for any integers ''a'', ''b'' and ''c''. {| | || addition || multiplication |- | Closure (mathematics): || ''a'' + ''b'' is an integer || ''a'' × ''b'' is an integer |- | associativity: || ''a'' + (''b'' + ''c'') = (''a'' + ''b'') + ''c'' || ''a'' × (''b'' × ''c'') = (''a'' × ''b'') × ''c'' |- | commutativity: || ''a'' + ''b'' = ''b'' + ''a'' || ''a'' × ''b'' = ''b'' × ''a'' |- | existence of an identity element: || ''a'' + 0 = ''a'' || ''a'' × 1 = ''a'' |- | existence of inverse elements: || ''a'' + (−''a'') = 0 || |- | distributivity: || colspan=2 align=center| ''a'' × (''b'' + ''c'') = (''a'' × ''b'') + (''a'' × ''c'') |} 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 (−1) + (−1) + ... + (−1). In fact, Z under addition is the ''only'' infinite cyclic group, in the sense that any infinite cyclic group is group isomorphism 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 properties from the above table taken together say that Z together with addition and multiplication is a commutative ring (mathematics) with unity. 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). The smallest field containing the integers is the field of rational numbers. This process can be mimicked to form the quotient field of any integral domain, where an integral domain is a commutative ring with unity such that whenever ''ab'' = 0, either ''a'' = 0 or ''b'' = 0. 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'' ≠ 0, there exist unique integers ''q'' and ''r'' such that ''a'' = ''q'' × ''b'' + ''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 divisors. 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 in an essentially unique way. This is the fundamental theorem of arithmetic. ==Order-theoretic properties == Z is a total order without upper or lower bound. The ordering of Z is given by : ... < −2 < −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''.) ==Integers in computing== An integer is often one of the primitive datatypes in computer languages. However, these "integers" can only represent a subset of all mathematical integers, since "real-world" computers are of finite capacity. Integer datatypes are typically implemented using a fixed number of bits, and even variable-length representations eventually run out of storage space when trying to represent especially large numbers. On the other hand, theoretical models of digital computers, e.g., Turing machines, usually do have infinite (but only countable) capacity. For more information, see Integer (computer science). ==Quotations== ''God invented the integers, all else is the work of man.'' Leopold Kronecker ==External links== * [http://www.positiveintegers.org The Positive Integers - divisor tables and numeral representation tools] Elementary mathematics Group theory Integers Number theory Set theory fa:اعداد صحیح scn:Nummuru rilativu su:Integer th:จำนวนเต็ม IntegerWhat was described here before is entirely inaccurate - the :whole numbers are the nonnegative integers, not the other way around, and are often not distinguished from the natural numbers. ---- I know this complicates things but is the "unique" in the first sentence not supposed to be "unique up to isomorphism"? -- User:Jan Hidders ---- What is here is not wrong, per se. it just is a bit mathematical if you are discussing the way that the word integer is used in the context of computers. In that context it is slightly different because it has to do with the type of hardware used for math, and the storage of the numbers in computer memory. integer is commonly used for either the numbers that can be stored in one word, or it is the number range for the 'natural' address space of the computer. I thought that Z was commonly used for complex variables, and x was most commonly used for reals. If I'm missing something, just delete this please (I doubt that I'll remember to check back). :''The letter Z is commonly used for the set of all integers, the letter C is commonly used for the set of all complex numbers, and the letter R is commonly used for the set of all real numbers. ''n'' or ''k'' are commonly used for integer variables, ''z'' is commonly used for complex variables, and ''x'' is commonly used for real variables. --AxelBoldt'' == Is zero positive? == I think this is a matter of convention. Some mean ≥ 0, others > 0 when they use the word ''positive''. I think that it is important to mention this somewhere, lest readers be confused when reading other things. User:Lupin 22:09, 7 Sep 2004 (UTC) No. Zero cannot be positive, even partially. This is not merely a matter of convention. --User:OmegaMan Strictly, yes, but Lupin is quiet correct in pointing out that some readers and writers are imprecise on that, and many (wrongly) interpret ''positive'' as meaning ''not negative''. So it never hurts to spell it out, rather then allow them to continue being muddled... User:Quota :It is a matter of convention: see my comment below. User:MFH 14:39, 7 Apr 2005 (UTC) Inconsistencies in mathematical terminology (which unfortunately exist) should not be confused with inconsistencies in mathematical definitions (which do not exist). The approach "Lupin" advocated was to spread those inconsistencies to mathematical definitions as well. --User:OmegaMan :I'd have to take issue with this. Reading what I actually wrote, I don't think I have advocated inconsistent definitions. The fact is that some people's definitions of positivity and negativity say that zero is both positive and negative, and some people's definitions say that zero is neither positive or negative. This is a matter of terminology. User:Lupin 14:26, 5 Apr 2005 (UTC) ::Proposed wording: In an informal context, the phrase \"positive numbers\" may occasionally be intended to include zero. More correctly, this is called \"non-negative numbers\". ::However, while a couple of sentences like these may be appropriate somewhere in the wikipedia, I'm not sure this article is the place. The same issue exists with the real number line. Perhaps it really belongs to one of the articles Positive, Negative and non-negative numbers, or 0 (number)? ::Can anyone substantiate the claim made above that some consider zero to be both positive and negative? I haven't come across it myself (unless, of course, "some" means uninformed people, which really isn't the point).--User:Noe 20:13, Apr 5, 2005 (UTC) :::I agree that this is not the article to be making this distinction clear. :::Incidentally, the distinction some people make is between "positive", meaning "greater than or equal to zero" and "strictly positive", meaning "strictly greater than zero". I have heard some attribute this difference in terminology to which side of the Atlantic you come from. User:Lupin 01:49, 7 Apr 2005 (UTC) :The meaning of "positive" is a matter of convention (= definition), which is proved by the fact that this word does mean "≥ 0" in many other languages, e.g. in French language, where one adds "strictly" for "> 0"; see Lupine's comment just above. :In some sense, this is even more natural, in view of the definition of an order relation as opposed to a strict order. What this concerns, all mathematicians agree. Of course, we also all agree that there should be no doubt that "positive" does mean "> 0" in English, by definition (= convention); I do not intend at all to advocate any misunderstanding of this. User:MFH 14:39, 7 Apr 2005 (UTC) == Why is it "Z"? == Why is exactly the letter "Z" chosen? Possible explanation: "Z" looks like "N"-tilted, which kind of shows a relationship between Z and N. But then "M" would be an even better letter, since it is almost N mirrored, which is exactly (the interpretation of) how Z is usually defined. Perhaps M was already taken, but I haven't seen any indication of that. I was told it was because of the German word Zahl. --User:Georg Muntingh 10:23, 19 Sep 2004 (UTC) == How is the set of integers constructed? == I understand how the set of natural numbers is constructed by the Peano postulates, but I can't find any explanation as to how the set of integers is constructed. If 1 = See other meanings of words starting from letter: IIA | IB | IC | ID | IE | IF | IG | IH | IJ | IK | IL | IM | IN | IO | IP | IR | IS | IT | IU | IW | IX | IY | IZ |Words begining with Integer: Integer Integer Integer-valued_polynomial IntegerNumbers Integers Integers Integers Integers_mod_n Integer_(computer_science) Integer_(computer_science) Integer_BASIC Integer_BASIC_programming_language Integer_factorisation Integer_factorization Integer_factorization Integer_factorization_algorithms Integer_factorization_problem Integer_linear_programming Integer_notation Integer_number Integer_part Integer_partition Integer_partition Integer_polynomial Integer_program Integer_programming Integer_quaternion Integer_Research Integer_research Integer_sequence Integer_sequence Integer_sequences Integer_sequences Integer_sequences Integer_square_root Integer_square_root |
These materials are based on Wikipedia and licensed under the GNU FDL
YouTube.com videos better site than Turbo Tax 2007 |
|
|