Interval

An interval is a connected subset of the real line. Intervals are the standard way to describe continuous domains for real-valued functions.

Endpoint notation

For real numbers :

  • excludes both endpoints.
  • includes both endpoints.
  • includes but excludes .
  • excludes but includes .
  • is unbounded above.

Infinity is never included as an endpoint: write , not .

Why intervals matter

Many calculus theorems require functions on intervals, often with extra conditions such as continuity on or differentiability on . Closed intervals are especially important because continuous real-valued functions on them attain maximum and minimum values.

Applied examples

Time in a simple experiment might be . A radial coordinate might satisfy . Probabilities often integrate over intervals of possible values. In mechanics, a trajectory can be written as a mapping from a time interval into space, e.g. .

Related: Number sets, Set, Derivative, Integral.

Why intervals matter

Intervals are the natural domains for one-dimensional calculus. For example, a derivative may exist on an open interval

while endpoint behaviour needs one-sided limits. In optimisation, closed intervals like

are special because continuous functions on them attain maxima and minima. Tiny bracket choice, massive theorem consequences.