number systems
Integers
You should know: natural numbers
Overview
The integers extend the natural numbers by adding zero and the negative whole numbers, forming the set ℤ = {..., -2, -1, 0, 1, 2, ...}. Unlike the natural numbers, the integers are closed under subtraction — for any two integers a and b, a - b is always an integer. This closure is precisely what motivated their invention: solving equations like x + 5 = 3 requires a number system beyond the naturals.
Intuition
If the natural numbers are steps forward from a starting line, integers add steps backward and standing still. Owing someone 5 dollars is naturally represented as -5 — a quantity smaller than owing nothing (0), which is smaller still than having 5.
Formal Definition
The integers are the set:
Built from the natural numbers, zero, and their negations
Notation
| Notation | Meaning |
|---|---|
| The set of all integers (from German 'Zahlen', numbers) |
Properties
Closure under addition, subtraction, multiplication
Not closed under division
Example: 3 and 2 are integers, but 3/2 is not.
Well-ordering (bounded below)
Additive inverses exist
Applications
Worked Examples
Moving 5 units right from -8 on the number line.
Answer: -3
Practice Problems
Compute -12 - (-7).
Common Mistakes
Believing integer division always produces an integer.
ℤ is closed under +, -, × but NOT ÷. 7 ÷ 2 = 3.5 is not an integer — this gap is exactly what motivates the rational numbers.
Historical Background
Negative numbers were used practically in ancient China (counting rods, c. 200 BCE) and India for representing debts, but were treated with suspicion in the West for centuries — European mathematicians as late as the 17th–18th centuries called them 'absurd' or 'fictitious' numbers. Full acceptance came only once negative numbers were given a rigorous algebraic foundation in the 19th century.
- c. 200 BCE
Chinese mathematicians use red/black counting rods to represent positive and negative quantities
- 628 CE
Brahmagupta gives explicit rules for arithmetic with negative numbers (debts)
Brahmagupta
- 19th century
Negative numbers are given a rigorous algebraic foundation as equivalence classes of natural number pairs
Summary
- ℤ = {..., -2, -1, 0, 1, 2, ...} extends ℕ with zero and negative whole numbers.
- Integers are closed under addition, subtraction, and multiplication, but NOT division.
- Every integer has an additive inverse, unlike the natural numbers.
- Historically resisted in the West for centuries despite practical use in China and India.
References
- WebsiteWikipedia — Integer
Mathematics