Overview

An interval is a collection of real numbers that contains all numbers lying between any two of its members. In the real number line, intervals capture the intuitive idea of a continuous chunk of numbers rather than isolated points. They are a basic building block in calculus, real analysis, measure theory and topology and frequently appear whenever one speaks of ranges, domains, or solutions described by inequalities. For further formal background see related mathematical references.

Notation and common types

Intervals are usually specified by their endpoints with brackets or parentheses: square brackets [a, b] denote inclusion of an endpoint and parentheses (a, b) denote exclusion. The main types are:

  • Closed interval [a, b]: contains both endpoints a and b.
  • Open interval (a, b): contains none of the endpoints.
  • Half-open (or half-closed) [a, b) or (a, b]: contains exactly one endpoint.
  • Unbounded intervals such as [a, ∞), (−∞, b), or (−∞, ∞) (the whole line).

Properties and characterizations

Intervals are precisely the connected subsets of the real line: any set that is connected in the standard topology on ℝ is an interval (possibly a single point). Bounded intervals have a finite length or measure equal to the difference b−a when endpoints are finite. Intervals are convex: if x and y lie in an interval then every convex combination tx+(1−t)y (with 0<=t<=1) also lies in it. Many operations preserve interval structure — for example the intersection of intervals is again an interval, while the union of two intervals need not be (unless they overlap or touch).

Notation alternatives and examples

Besides bracket notation, intervals can be described by inequalities or set-builder notation. For example, (3.3, 15] can be written {x∈ℝ : 3.3<x≤15}. Examples include simple bounded sets like (4, 9.6), symmetric ranges like [−100, 100], and one-sided bounds like [−30, ∞). These notations are used to specify domains of functions, solution sets of inequalities, and integration limits.

Historical and conceptual context

The formal study of intervals became clearer with the rigorous construction of the real numbers in the 19th century (for example via Dedekind cuts and Cauchy sequences), which provided a solid foundation for talking about order, completeness and limits. Intervals play a central role in statements such as the Intermediate Value Theorem and in characterizing continuous and monotone functions.

Intervals appear across mathematics and applications: they describe feasible ranges in optimization, confidence intervals in statistics, domains of integration, and constraints in numerical methods. Interval arithmetic treats intervals as numbers to propagate bounds through calculations. In other ordered sets and in topology one generalizes the idea of an interval to order intervals or connected subsets. These variations preserve the essential idea: containing all points between any two elements.