Encyclopedia > Real number

  Article Content

Real number

The real numbers are, intuitively, numbers that are in one-to-one correspondence with the points on a line -- the number line[?].

The term "real number" is a retronym coined in response to "imaginary number".

Real numbers measure continuous quantities. Measurements in the physical sciences are almost always expressed as real numbers. The real numbers are the central object of study in real analysis.

Real numbers may be rational or irrational; algebraic or transcendental; and positive, negative, or zero.

Real numbers may be expressed by decimal fractions, such as 324.823211247...; it is recursive[?] if the digits can be specified by a recursive algorithm. It's impossible to explicitly specify a non-recursive number; the Russian school[?] of constructivism assumes that all real numbers are recursive.

Computers can only approximate most real numbers with rational numbers; these approximations are known as floating point numbers or fixed point numbers; see Real data type. Computer algebra systems are able to treat some real numbers exactly by storing an algebraic description (such as "sqrt(2)") rather than their decimal approximation.

Mathematicians use the symbol R (or alternatively, <math> \Bbb{R} </math>, the letter "R" in blackboard bold) to represent the set of all real numbers.

What follows is a rigorous mathematical description of the concept.

Table of contents

Axioms

Let R denote the set of all real numbers. Then:

The latter property is what differentiates the reals from the rationals. For example, the set of rationals with square less than 2 has a rational upper bound (e.g., 1.5) but no rational least upper bound, because the square root of 2 is not rational.

The real numbers are uniquely specified by the above properties. More precisely, given any two Dedekind complete ordered fields R1 and R2, there exists a unique field isomorphism from R1 to R2, allowing us to think of them as essentially the same mathematical object.

Completeness

The main reason for introducing the reals is that the reals contain all limits. More technically, the reals are complete (in the sense of metric spaces or uniform spaces, which is a different sense than the Dedekind completeness of the order in the previous section). This means the following:

A sequence (xn) of real numbers is called a Cauchy sequence if for any ε > 0 there exists an integer N (possibly depending on ε) such that the distance |xn - xm| is less than ε provided that n and m are both greater than N. In other words, a sequence is a Cauchy sequence if its elements xn eventually come and remain arbitrarily close to each other.

A sequence (xn) converges to the limit x if for any ε > 0 there exists an integer N (possibly depending on ε) such that the distance |xn - x| is less than ε provided that n is greater than N. In other words, a sequence has limit x if its elements eventually come and remain arbitrarily close to x.

It is easy to see that every convergent sequence is a Cauchy sequence. Now the important fact about the real numbers is that the converse is true:

Every Cauchy sequence of real numbers is convergent.
That is, the reals are complete.

Note that the rationals are not complete. For example, the sequence (1,1.4,1.41,1.414,1.4142,1.41421,...) is Cauchy but it does not converge to a rational number. (In the real numbers, in contrast, it converges to the square root of 2.)

The existence of limits of Cauchy sequences is what makes calculus work and is of great practical use. The standard numerical test to determine if a sequence has a limit is to test if it is a Cauchy sequence, as the limit is typically not known in advance.

For example the standard series of the exponential function

<math>e^x = \sum_{n=0}^{\infty} \frac{x^n}{n!}</math>

converges to a real number because for every x the sums

<math>\sum_{n=N}^{M} \frac{x^n}{n!}</math>

can be made arbitrarily small by choosing N sufficiently large. This proves that the sequence is Cauchy, so we know that the sequence converges even if we don't know ahead of time what the limit is.

Construction from the rational numbers

If we have a space where Cauchy sequences are meaningful (such as a metric space, i.e., a space where distance is defined, or more generally a uniform space), a standard procedure to force all Cauchy sequences to converge is adding new points to the space (a process called completion). By starting with rational numbers and the metric d(x,y) = |x - y|, we can construct the real numbers, as will be detailed below. (If we started with a different metric on the rationals, we'd end up with the p-adic numbers instead.)

Let R be the set of Cauchy sequences of rational numbers. Cauchy sequences (xn) and (yn) can be added, multiplied and compared as follows:

(xn) + (yn) = (xn + yn)
(xn) × (yn) = (xn × yn)
(xn) ≥ (yn) if and only if for every ε > 0, there exists an integer N such that xnyn - ε for all n > N.

Two Cauchy sequences are called equivalent if the sequence (xn - yn) has limit 0. This does indeed define an equivalence relation, it is compatible with the operations defined above, and the set R of all equivalence classes can be shown to satisfy all the axioms of the real numbers given above. We can embed the rational numbers into the reals by identifying the rational number r with the sequence (r,r,r,...).

A practical and concrete representative for an equivalence class representing a real number is provided by the representation to base b -- in practice, b is usually 2 (binary), 8 (octal), 10 (decimal) or 16 (hexadecimal). For example, the number π = 3.14159... corresponds to the Cauchy sequence (3,3.1,3.14,3.141,3.1415,...). Notice that the sequence (0,0.9,0.99,0.999,0.9999,...) is equivalent to the sequence (1,1.0,1.00,1.000,1.0000,...); this shows that 0.9999... = 1.

Other Possible Constructions

  • Construction by Dedekind cuts -- A Dedekind cut in an ordered field is a partition of it, (A, B), such that A is nonempty and closed downwards, B is nonempty and closed upwards, and A has no maximum. Real numbers can be constructed as Dedekind cuts of rational numbers.
  • Construction by decimal expansions -- We can take the infinite decimal expansion to be the definition of a real number, considering expansions like 0.9999... and 1.0000... to be equivalent, and define the arithmetical operations formally.
  • Construction from ultrafilters -- As in the hyperreal numbers, we construct *Q from the rational numbers using an ultrafilter. We take then the ring of all elements in *Q whose absolute value is less than some nonzero natural number (it doesn't matter which). This ring has a unique maximal ideal, the infinitesimal numbers. Factoring a ring by a maximal ideal gives a field, in this case the field of reals. It turns out that the maximal ideal respects the order on *Q, so the field we get is an ordered field. Completeness can be proven in a similar way to the construction from the Cauchy sequences.
  • Construction from surreal numbers -- Every ordered field can be embedded in the surreal numbers. The real numbers form the largest subfield that is Archimedean[?] (meaning that no real number is infinitely large).

"The complete ordered field"

The real numbers are often described as "the complete ordered field", a phrase that can be interpreted in several ways.

First, an order can be lattice complete. It's easy to see that no ordered field can be lattice complete, because it can have no largest element (given any element z, z + 1 is larger). So this is not the sense that is meant.

Additionally, an order can be Dedekind-complete[?], as defined in the section Axioms. The uniqueness result at the end of that section justifies using the word "the" in the phrase "complete ordered field" when this is the sense of "complete" that is meant. This sense of completeness is most closely related to the construction of the reals from Dedekind cuts, since that construction starts from an ordered field (the rationals) and then forms the Dedekind-completion of it in a standard way.

These two notions of completeness ignore the field structure. However, an ordered group (and a field is a group under the operations of addition and subtraction) defines a uniform structure, and uniform structures have a notion of completeness (topology); the description in the section Completeness above is a special case. (We refer to the notion of completeness in uniform spaces rather than the related and better known notion for metric spaces, since the definition of metric space relies on already having a characterisation of the real numbers.) It is not true that R is the only uniformly complete ordered field, but it is the only uniformly complete Archimedean[?] field, and indeed one often hears the phrase "complete Archimedean field" instead of "complete ordered field". Since it can be proved that any uniformly complete Archimedean field must also be Dedekind complete (and vice versa, of course), this justifies using "the" in the phrase "the complete Archimedean field". This sense of completeness is most closely related to the construction of the reals from Cauchy sequences (the construction carried out in full in this article), since it starts with an Archimedean field (the rationals) and forms the uniform completion of it in a standard way.

But the original use of the phrase "complete Archimedean field" was by David Hilbert, who meant still something else by it. He meant that the real numbers form the largest Archimedean field in the sense that every other Archimedean field is a subfield of R. Thus R is "complete" in the sense that nothing further can be added to it without making it no longer an Archimedean field. This sense of completeness is most closely related to the construction of the reals from surreal numbers, since that construction starts with a proper class that contains every ordered field (the surreals) and then selects from it the largest Archimedean subfield.

Advanced properties

The reals are uncountable, that is, there are strictly more real numbers than natural numbers (even though both sets are infinite). This is proved with Cantor's diagonal argument. In fact, the cardinality of the reals is 2ω (see cardinal numbers), i.e., the cardinality of the set of subsets of the natural numbers. Since only a countable set of real numbers can be algebraic, almost all real numbers are transcendental. The nonexistence of a subset of the reals with cardinality strictly in between that of the integers and the reals is known as the continuum hypothesis. This can neither be proved nor be disproved, but is independent from the axioms of set theory.

The real numbers form a metric space: the distance between x and y is defined to be the absolute value |x - y|. By virtue of being a totally ordered set, they also carry an order topology; the topology arising from the metric and the one arising from the order are identical. The reals are a contractible (hence connected and simply connected), locally compact separable metric space, of dimension 1, and are everywhere dense. The real numbers are not compact. There are various properties that uniquely specify them; for instance, all unbounded, continuous, and separable order topologies are necessarily homeomorphic to the reals.

Every nonnegative real number has a square root in R, and no negative number does. This shows that the order on R is determined by its algebraic structure. Also, every polynomial of odd degree admits at least one root: these two properties make R the premier example of a real closed field[?]. Proving this is the first half of one proof of the fundamental theorem of algebra.

The reals carry a canonical measure, the Lebesgue measure, which is the Haar measure on their structure as a topological group normalised such that the unit interval [0,1] has measure 1.

The supremum axiom of the reals refers to subsets of the reals and is therefore a second-order logical statement. It is not possible to characterize the reals with first-order logic alone: the Lowenheim-Skolem theorem[?] implies that there exists a countable dense subset of the real numbers satisfying exactly the same sentences in first order logic as the real numbers themselves. The set of hyperreal numbers is much bigger than R but also satisfies the same first order sentences as R. Ordered fields that satisfy the same first-order sentences as R are called nonstandard models[?] of R. This is what makes nonstandard analysis work; by proving a first-order statement in some nonstandard model (which may be easier than proving it in R), we know that the same statement must also be true of R.

Generalizations and Extensions

The real numbers can be generalized and extended in several different directions. Perhaps the most natural extension are the complex numbers which contain solutions to all polynomial equations. However, the complex numbers are not an ordered field. Ordered fields extending the reals are the hyperreal numbers and the surreal numbers; both of them contain infinitesimal and infinitely large numbers and thus are not Archimedean[?]. Occasionally, formal elements +∞ and -∞ are added to the reals to form the extended real number line, a compact space which is not a field anymore but retains many of the properties of the real numbers. Self-adjoint operators on a Hilbert space (for example, self-adjoint square complex matrices) generalize the reals in many respects: they can be ordered (though not totally ordered), they are complete, all their eigenvalues are real and they form a real associative algebra. Positive-definite operators correspond to the positive reals and normal operators correspond to the complex numbers.

History

Fractions had been used by the Egyptians around 1000 BC; around 500 BC, the Greek mathematicians lead by Pythagoras realized the need for irrational numbers. Negative numbers began to be generally accepted in the 1600s and were invented by Muslim mathematicians. The development of the calculus in the 1700s used the entire set of real numbers without having defined them cleanly. The first rigorous definition was given by Georg Cantor in 1871, which is essentially the same construction used in this article.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Sakhalin

... and Russia, have been found at Dui and Kusunai in great numbers, as well as polished stone hatchets, like the European ones, primitive pottery with decorations like ...

 
 
 
This page was created in 63.9 ms