Difference between revisions of "Integer"

m
m
Line 1: Line 1:
An '''integer''' is one of the numbers obtained in counting positive integers (also known as [[natural number|natural numbers]]): <math>1,2,3,\dots</math>, zero: <math>0</math>, or one of the negative integers: <math>-1,-2,-3,\dots</math>. If <math>{a}</math> and <math>b</math> are integers, then their sum <math>a+b</math>, their difference <math>a-b</math>, and their product <math>ab</math> are all integers, but their quotient <math>\frac ab</math> may or may not be an integer.
+
An '''integer''' is one of the numbers obtained in counting the [[natural number]]s (<math>1,2,3,\ldots</math>), zero (<math>0</math>), or the negatives of the natural numbers (<math>-1,-2,-3,\ldots</math>). If <math>a</math> and <math>b</math> are integers, then their sum <math>a+b</math>, their difference <math>a-b</math>, and their product <math>ab</math> are all integers, but their quotient <math>\frac{a}{b}</math> may or may not be an integer.
  
 
The class of integers is the simplest class of numbers and is used to construct other classes like [[rational number|rational numbers]] and [[real numbers]]. The set of integers is symbolically written as <math>\mathbb{Z}</math>.
 
The class of integers is the simplest class of numbers and is used to construct other classes like [[rational number|rational numbers]] and [[real numbers]]. The set of integers is symbolically written as <math>\mathbb{Z}</math>.

Revision as of 11:29, 19 April 2008

An integer is one of the numbers obtained in counting the natural numbers ($1,2,3,\ldots$), zero ($0$), or the negatives of the natural numbers ($-1,-2,-3,\ldots$). If $a$ and $b$ are integers, then their sum $a+b$, their difference $a-b$, and their product $ab$ are all integers, but their quotient $\frac{a}{b}$ may or may not be an integer.

The class of integers is the simplest class of numbers and is used to construct other classes like rational numbers and real numbers. The set of integers is symbolically written as $\mathbb{Z}$.

See Also