|
|
|
real number
|
Definition/Summary
|
The real numbers are most commonly encountered number system, familiar to the layman via the number line, and as the number system lying behind decimal notation.
Because the real numbers have many nice arithmetic and geometric properties, they feature prominently in many fields of mathematics. |
|
Recent forum threads on real number
|
|
|
|
|
Breakdown
|
|
Mathematics
> Algebra
>> Named Algebras
|
|
|
Extended explanation
|
This is a preliminary article. More information will be added in the future.
A Brief History
The real numbers originate from a need to quantify the geometric notion of 'length'. It was known in ancient times that the rational numbers are not adequate, culminating with Eudoxus's 'method of exhaustion'.
Formal Definition
With the development of modern calculus, it became increasingly clear that a rigorous definition of the real numbers was required. Cantor provided the first definition, by identifying a real number with the set of Cauchy sequences of rational that ought to converge to that real number. Since then, many other equivalent definitions have been proveded. The following definition is the one traditionally used today, except that the Dedekind completeness axiom has been replaced with an equivalent axiom:
Language
The real numbers consist of:- A set [itex]\mathbb{R}[/itex] whose elements are called real numbers (also written R)
- A distinguished real number [itex]0[/itex] (zero)
- A distinguished real number [itex]1[/itex] (one)
- A binary operation [itex]+[/itex] (addition)
- A binary operation [itex]\cdot[/itex] (multiplication)
- A unary operation [itex]-[/itex] (negation)
- A unary partial operation [itex]{}^{-1}[/itex] (reciprocal)
- A relation [itex]\leq[/itex] (less than or equal to)
In what follows, the symbols [itex]a, b, c[/itex] denote real numbers, [itex]d[/itex] denotes a nonzero real number (meaning [itex]d \neq 0[/itex]).
Field Axioms- [itex]a+b[/itex] is a real number
- [itex]a \cdot b[/itex] is a real number
- [itex]-a[/itex] is a real number
- [itex]d^{-1}[/itex] is a real number
- [itex]a+b = b+a[/itex] (commutativity of addition)
- [itex]a \cdot b = b \cdot a[/itex] (commutativity of multiplication)
- [itex]a+(b+c) = (a+b)+c[/itex] (associativity of addition)
- [itex]a\cdot (b\cdot c) = (a\cdot b)\cdot c[/itex] (associativity of multiplication)
- [itex]a\cdot (b+c) = (a\cdot b) + (a \cdot c)[/itex] (distributivity of multiplication over addition)
- [itex]a + 0 = a[/itex] (0 is the additive identity)
- [itex]a \cdot 1 = a[/itex] (1 is the multiplicative identity)
- [itex]a + (-a) = 0[/itex] (additive inverses)
- [itex]d \cdot (d^{-1}) = 1[/itex] (multiplicative inverses)
Ordering axioms- If [itex]a \leq b[/itex] and [itex]b \leq a[/itex] then [itex]a = b[/itex]
- If [itex]a \leq b[/itex] and [itex]b \leq c[/itex] then [itex]a \leq c[/itex]
- [itex]a \leq b[/itex] or [itex]b \leq a[/itex]
- If [itex]a \leq b[/itex] then [itex]a + c \leq b + c[/itex]
- If [itex]0 \leq c[/itex] and [itex]a \leq b[/itex] then [itex]a \cdot c \leq b \cdot c[/itex]
Completeness axiom
The completeness axiom is significantly more complicated. One way to state it is via the least upper bound property of the calculus of sequences. Let [itex]\{ f_n \}[/itex] be a sequence of real numbers- If [itex]f_n \leq f_{n+1} \leq a[/itex] for every natural number [itex]n[/itex], then [itex]\lim_{n \rightarrow +\infty} f_n[/itex] exists
Other Operations and Identities
These axioms are sufficient to derive all of the familiar properties of the real numbers. Some examples:
- Subtraction is defined by [itex]a - b = a + (-b)[/itex]
- Division is defined by [itex]a / d = a \cdot (d^{-1})[/itex]
Common Errors- The word "real" in "the real numbers" is often mistaken for the ordinary English word. In actuality, it is simply a name, and is used to distinguish the number system from other familiar systems like "the integers" or "the rational numbers" or "the Galois field of 49 elements".
|
Commentary
|