Monotonicity describes whether a function “rises” or “falls” consistently as xx increases.

Definition — Increasing, decreasing, monotonic function

A function ff is said, on a subset II of its domain, to be:

  • increasing if x1<x2    f(x1)<f(x2)x_1 < x_2 \implies f(x_1) < f(x_2) (that is, as xx increases yy increases);
  • decreasing if x1<x2    f(x1)>f(x2)x_1 < x_2 \implies f(x_1) > f(x_2);
  • monotonic if it is increasing or decreasing (strictly).

If the implication holds with \le and \ge instead of << and >>, we speak of a non-decreasing or non-increasing function.

Property — Strict monotonicity and injectivity

If ff is strictly monotonic on the whole of its domain AA, then it is injective. The converse is not true: an injective function can oscillate. For example f(x)=xf(x) = -x on x<0x<0 and f(x)=xf(x)=x on x0x\ge 0 is injective but not monotonic on the whole of R\mathbb{R}.

Topics: Functions and properties
Concepts: Injective function · Monotonicity