Jump to content

Monotonic function

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Miguel~enwiki (talk | contribs) at 13:09, 8 April 2002. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

The term monotonic comes from calculus and refers to functions.

A function f : X -> R is increasingly monotonic, monotonically increasing or simply increasing if, whenever x <= y, then f(x) <= f(y). An increasing function is also called order-preserving for obvious reasons.

A function is decreasing if, whenever x <= y, then f(x) <= f(y).