Interval (mathematics)

Interval (mathematics)

In mathematics, a (real) interval is a set of real numbers with the property that any number that lies between two numbers in the set is also included in the set. For example, the set of all numbers x satisfying 0 ≤ x ≤ 1 is an interval which contains 0 and 1, as well as all numbers between them. Other examples of intervals are the set of all real numbers \R, the set of all negative real numbers, and the empty set.

Real intervals play an important role in the theory of integration, because they are the simplest sets whose "size" or "measure" or "length" is easy to define. The concept of measure can then be extended to more complicated sets of real numbers, leading to the Borel measure and eventually to the Lebesgue measure.

Intervals are central to interval arithmetic, a general numerical computing technique that automatically provides guaranteed enclosures for arbitrary formulas, even in the presence of uncertainties, mathematical approximations, and arithmetic roundoff.

Contents

Notations for intervals

The interval of numbers between a and b, including a and b, is often denoted [a,b]. The two numbers are called the endpoints of the interval. In countries where numbers are written with a decimal comma, a semicolon may be used as a separator, to avoid ambiguity.

Excluding the endpoints

To indicate that one of the endpoints is to be excluded from the set, the corresponding square bracket can be either replaced with a parenthesis, or reversed. Both notations are described in International standard ISO 31-11. Thus, in set builder notation,

 \begin{align}
(a,b) &= &]a,b[ &= \{x\in\R\,|\,a<x<b\}, \\{}
[a,b) &= &[a,b[ &=\{x\in\R\,|\,a\le x<b\}, \\
(a,b] &= &]a,b] &= \{x\in\R\,|\,a<x\le b\}, \\{}
[a,b] &  &      &= \{x\in\R\,|\,a\le x\le b\}.
\end{align}

Note that (a,a), [a,a), and (a,a] denote the empty set, whereas [a,a] denotes the set {a}. When a > b, all four notations are usually assumed to represent the empty set.

Both notations may overlap with other uses of parentheses and brackets in mathematics. For instance, the notation (a,b) is often used to denote an ordered pair in set theory, the coordinates of a point or vector in analytic geometry and linear algebra, or (sometimes) a complex number in algebra. The notation [a,b] too is occasionally used for ordered pairs, especially in computer science.

Some authors use ]a,b[ to denote the complement of the interval (a,b); namely, the set of all real numbers that are either less than or equal to a, or greater than or equal to b.

Infinite endpoints

In both styles of notation, one may use an infinite endpoint to indicate that there is no bound in that direction. Specifically, one may use a=-\infty or b=+\infty (or both). For example, (0,+\infty) is the set of all positive real numbers, and (-\infty,+\infty) is the set of real numbers.

The notations [-\infty,b], [-\infty,b), [a,+\infty], and (a,+\infty] are ambiguous. For authors who define intervals as subsets of the real numbers, those notations are either meaningless, or equivalent to the open variants. In the latter case, the interval comprising all real numbers is both open and closed, (-\infty,+\infty) = [-\infty,+\infty] = [-\infty,+\infty) = (-\infty,+\infty].

On the extended real number line the intervals are all different as this includes −∞ and +∞ elements. For example (−∞, +∞] means the extended real numbers excluding only −∞.

Integer intervals

The notation [a .. b] when a and b are integers, or {a .. b}, or just a .. b is sometimes used to indicate the interval of all integers between a and b, including both. This notation is used in some programming languages; in Pascal, for example, it is used to define the set of valid indices of a vector.

An integer interval that has a finite lower or upper endpoint always includes that endpoint. Therefore, the exclusion of endpoints can be explicitly denoted by writing a .. b−1, a+1 .. b, or a+1 .. b−1. Alternate-bracket notations like [a .. b) or [a .. b[ are rarely used for integer intervals.

Terminology

An open interval does not include its endpoints, and is indicated with parentheses. For example (0,1) means greater than 0 and less than 1. Conversely, a closed interval includes its endpoints, and is denoted with square brackets. For example [0,1] means greater than or equal to 0 and less than or equal to 1.

A degenerate interval is any set consisting of a single real number. Some authors include the empty set in this definition. An interval that is neither empty nor degenerate is said to be proper, and has infinitely many elements.

An interval is said to be left-bounded or right-bounded if there is some real number that is, respectively, smaller than or larger than all its elements. An interval is said to be bounded if it is both left- and right-bounded; and is said to be unbounded otherwise. Intervals that are bounded at only one end are said to be half-bounded. The empty set is bounded, and the set of all reals is the only interval that is unbounded at both ends. Bounded intervals are also commonly known as finite intervals.

Bounded intervals are bounded sets, in the sense that their diameter (which is equal to the absolute difference between the endpoints) is finite. The diameter may be called the length, width, measure, or size of the interval. The size of unbounded intervals is usually defined as +∞, and the size of the empty interval may be defined as 0 or left undefined.

The centre of bounded interval with endpoints a and b is (a+b)/2, and its radius is the half-length |ab|/2. These concepts are undefined for empty or unbounded intervals.

An interval is said to be left-open if and only if it has no minimum (an element that is smaller than all other elements); right-open if it has no maximum; and open if it has both properties. The interval [0,1) = {x | 0 ≤ x < 1}, for example, is left-closed and right-open. The empty set and the set of all reals are open intervals, while the set of non-negative reals, for example, is a right-open but not left-open interval. The open intervals coincide with the open sets of the real line in its standard topology.

An interval is said to be left-closed if it has a minimum element, right-closed if it has a maximum, and simply closed if it has both. These definitions are usually extended to include the empty set and to the (left- or right-) unbounded intervals, so that the closed intervals coincide with closed sets in that topology.

The interior of an interval I is the largest open interval that is contained in I; it is also the set of points in I which are not endpoints of I. The closure of I is the smallest closed interval that contains I; which is also the set I augmented with its finite endpoints.

For any set X of real numbers, the interval enclosure or interval span of X is the unique interval that contains X and does not properly contain any other interval that also contains X.

Classification of intervals

The intervals of real numbers can be classified into eleven different types, listed below; where a and b are real numbers, with a < b:

empty: [b,a] = (a,a) = [a,a) = (a,a] = \{ \} = \emptyset
degenerate: [a,a] = {a}
proper and bounded:
open: (a,b)=\{x\,|\,a<x<b\}
closed: [a,b]=\{x\,|\,a\leq x\leq b\}
left-closed, right-open: [a,b)=\{x\,|\,a\,\leq x<b\}
left-open, right-closed: (a,b]=\{x\,|\,a<x\leq b\}
left-bounded and right-unbounded:
left-open: (a,\infty)=\{x\,|\,x>a\}
left-closed: [a,\infty)=\{x\,|\,x\geq a\}
left-unbounded and right-bounded:
right-open: (-\infty,b)=\{x\,|\,x<b\}
right-closed: (-\infty,b]=\{x\,|\,x\leq b\}
unbounded at both ends: (-\infty,+\infty)=\R

Intervals of the extended real line

In some contexts, an interval may be defined as a subset of the extended real numbers, the set of all real numbers augmented with -\infty and +\infty.

In this interpretation, the notations [-\infty,b], [-\infty,b), [a,+\infty], and (a,+\infty] are all meaningful and distinct. In particular, (-\infty,+\infty) denotes the set of all ordinary real numbers, while [-\infty,+\infty] denotes the extended reals.

This choice affects some of the above definitions and terminology. For instance, the interval (-\infty,+\infty)=\R is closed in the realm of ordinary reals, but not in the realm of the extended reals.

Properties of intervals

The intervals are precisely the connected subsets of \R. It follows that the image of an interval by any continuous function is also an interval. This is one formulation of the intermediate value theorem.

The intervals are also the convex subsets of \R. The interval enclosure of a subset X\subseteq \R is also the convex hull of X.

The intersection of any collection of intervals is always an interval. The union of two intervals is an interval if and only if they have a non-empty intersection or an open end-point of one interval is a closed end-point of the other (e.g., (a,b) \cup [b,c] = (a,c]).

If \R is viewed as a metric space, its open balls are the open bounded sets (a,b), and its closed balls are the closed bounded sets [a,b].

Any element x of an interval I defines a partition of I into three disjoint intervals I1,I2,I3: respectively, the elements of I that are less than x, the singleton [x,x] = {x}, and the elements that are greater than x. The parts I1 and I3 are both non-empty (and have non-empty interiors) if and only if x is in the interior of I. This is an interval version of the trichotomy principle.

Dyadic intervals

A dyadic interval is a bounded real interval whose endpoints are \frac{j}{2^n} and \frac{j+1}{2^n}, where j and n are integers. Depending on the context, either endpoint may or may not be included in the interval.

Dyadic intervals have some nice properties, such as the following:

  • The length of a dyadic interval is always an integer power of two.
  • Every dyadic interval is contained in exactly one "parent" dyadic interval of twice the length.
  • Every dyadic interval is spanned by two "child" dyadic intervals of half the length.
  • If two dyadic intervals overlap, then one of them must be a subset of the other.

The dyadic intervals thus have a structure very similar to an infinite binary tree.

Dyadic intervals are relevant to several areas of numerical analysis, including adaptive mesh refinement, multigrid methods, and wavelet analysis.

Multi-dimensional intervals

In many contexts, an n-dimensional interval is defined as a subset of \R^n that is the Cartesian product of n intervals, I = I_1\times I_2 \times \cdots \times I_n, one on each coordinate axis.

For n = 2, this generally defines a rectangle whose sides are parallel to the coordinate axes; for n = 3, it defines an axis-aligned rectangular box.

A facet of such an interval I is the result of replacing any non-degenerate interval factor Ik by a degenerate interval consisting of a finite endpoint of Ik. The faces of I comprise I itself and all faces of its facets. The corners of I are the faces that consist of a single point of \R^n.

Complex intervals

Intervals of complex numbers can be defined as regions of the complex plane, either rectangular or circular.[1]

See also

References

  1. ^ Complex interval arithmetic and its applications, Miodrag Petković, Ljiljana Petković, Wiley-VCH, 1998, ISBN 9783527401345

External links


Wikimedia Foundation. 2010.

Игры ⚽ Нужно сделать НИР?

Look at other dictionaries:

  • Interval arithmetic — Interval arithmetic, also called interval mathematics , interval analysis , and interval computation , is a method in mathematics. It has been developed by mathematicians since the 1950s and 1960s as an approach to putting bounds on rounding… …   Wikipedia

  • Interval — may refer to:* Interval (mathematics), a range of numbers (formally, a subset of an ordered set) * Interval measurements or interval variables in statistics is a level of measurement * Interval (music), the relationship between two notes *… …   Wikipedia

  • mathematics — /math euh mat iks/, n. 1. (used with a sing. v.) the systematic treatment of magnitude, relationships between figures and forms, and relations between quantities expressed symbolically. 2. (used with a sing. or pl. v.) mathematical procedures,… …   Universalium

  • Interval graph — In graph theory, an interval graph is the intersection graph of a set of intervals on the real line. It has one vertex for each interval in the set, and an edge between every pair of vertices corresponding to intervals that intersect.Formally,… …   Wikipedia

  • Interval exchange transformation — In mathematics, an interval exchange transformation is a kind of dynamical system that generalises the idea of a circle rotation. The phase space consists of the unit interval, and the transformation acts by cutting the interval into several… …   Wikipedia

  • Mathematics as a language — The central question involved in discussing mathematics as a language can be stated as follows: : What do we mean when we talk about the language of mathematics? To what extent does mathematics meet generally accepted criteria of being a… …   Wikipedia

  • Interval order — In mathematics, especially order theory,the interval order for a collection of intervals on the real lineis the partial order corresponding to their left to right precedence relation.More formally, a poset P = (X, leq) is an interval order if and …   Wikipedia

  • Interval chromatic number of an ordered graph — In mathematics, the interval chromatic number X …   Wikipedia

  • List of mathematics articles (I) — NOTOC Ia IA automorphism ICER Icosagon Icosahedral 120 cell Icosahedral prism Icosahedral symmetry Icosahedron Icosian Calculus Icosian game Icosidodecadodecahedron Icosidodecahedron Icositetrachoric honeycomb Icositruncated dodecadodecahedron… …   Wikipedia

  • Inequality (mathematics) — Not to be confused with Inequation. Less than and Greater than redirect here. For the use of the < and > signs as punctuation, see Bracket. More than redirects here. For the UK insurance brand, see RSA Insurance Group. The feasible regions… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”