Hubbry Logo
Monotonic functionMonotonic functionMain
Open search
Monotonic function
Community hub
Monotonic function
logo
8 pages, 0 posts
0 subscribers
Be the first to start a discussion here.
Be the first to start a discussion here.
Contribute something
Monotonic function
Monotonic function
from Wikipedia
Figure 1. A monotonically non-decreasing function
Figure 2. A monotonically non-increasing function
Figure 3. A function that is not monotonic

In mathematics, a monotonic function (or monotone function) is a function between ordered sets that preserves or reverses the given order.[1][2][3] This concept first arose in calculus, and was later generalized to the more abstract setting of order theory.

In calculus and analysis

[edit]

In calculus, a function defined on a subset of the real numbers with real values is called monotonic if it is either entirely non-decreasing, or entirely non-increasing.[2] That is, as per Fig. 1, a function that increases monotonically does not exclusively have to increase, it simply must not decrease.

A function is termed monotonically increasing (also increasing or non-decreasing)[3] if for all and such that one has , so preserves the order (see Figure 1). Likewise, a function is called monotonically decreasing (also decreasing or non-increasing)[3] if, whenever , then , so it reverses the order (see Figure 2).

If the order in the definition of monotonicity is replaced by the strict order , one obtains a stronger requirement. A function with this property is called strictly increasing (also increasing).[3][4] Again, by inverting the order symbol, one finds a corresponding concept called strictly decreasing (also decreasing).[3][4] A function with either property is called strictly monotone. Functions that are strictly monotone are one-to-one (because for not equal to , either or and so, by monotonicity, either or , thus .)

To avoid ambiguity, the terms weakly monotone, weakly increasing and weakly decreasing are often used to refer to non-strict monotonicity.

The terms "non-decreasing" and "non-increasing" should not be confused with the (much weaker) negative qualifications "not decreasing" and "not increasing". For example, the non-monotonic function shown in figure 3 first falls, then rises, then falls again. It is therefore not decreasing and not increasing, but it is neither non-decreasing nor non-increasing.

A function is said to be absolutely monotonic over an interval if the derivatives of all orders of are nonnegative or all nonpositive at all points on the interval.

Inverse of function

[edit]

All strictly monotonic functions are invertible because they are guaranteed to have a one-to-one mapping from their range to their domain.

However, functions that are only weakly monotone are not invertible because they are constant on some interval (and therefore are not one-to-one).

A function may be strictly monotonic over a limited a range of values and thus have an inverse on that range even though it is not strictly monotonic everywhere. For example, if is strictly increasing on the range , then it has an inverse on the range .

The term monotonic is sometimes used in place of strictly monotonic, so a source may state that all monotonic functions are invertible when they really mean that all strictly monotonic functions are invertible.[citation needed]

Monotonic transformation

[edit]

The term monotonic transformation (or monotone transformation) may also cause confusion because it refers to a transformation by a strictly increasing function. This is the case in economics with respect to the ordinal properties of a utility function being preserved across a monotonic transform (see also monotone preferences).[5] In this context, the term "monotonic transformation" refers to a positive monotonic transformation and is intended to distinguish it from a "negative monotonic transformation," which reverses the order of the numbers.[6]

Some basic applications and results

[edit]
Monotonic function with a dense set of jump discontinuities (several sections shown)
Plots of 6 monotonic growth functions

The following properties are true for a monotonic function :

  • has limits from the right and from the left at every point of its domain;
  • has a limit at positive or negative infinity () of either a real number, , or .
  • can only have jump discontinuities;
  • can only have countably many discontinuities in its domain. The discontinuities, however, do not necessarily consist of isolated points and may even be dense in an interval (a, b). For example, for any summable sequence of positive numbers and any enumeration of the rational numbers, the monotonically increasing function is continuous exactly at every irrational number (cf. picture). It is the cumulative distribution function of the discrete measure on the rational numbers, where is the weight of .
  • If is differentiable at and , then there is a non-degenerate interval I such that and is increasing on I. As a partial converse, if f is differentiable and increasing on an interval, I, then its derivative is positive at every point in I.

These properties are the reason why monotonic functions are useful in technical work in analysis. Other important properties of these functions include:

  • if is a monotonic function defined on an interval , then is differentiable almost everywhere on ; i.e. the set of numbers in such that is not differentiable in has Lebesgue measure zero. In addition, this result cannot be improved to countable: see Cantor function.
  • if this set is countable, then is absolutely continuous
  • if is a monotonic function defined on an interval , then is Riemann integrable.

An important application of monotonic functions is in probability theory. If is a random variable, its cumulative distribution function is a monotonically increasing function.

A function is unimodal if it is monotonically increasing up to some point (the mode) and then monotonically decreasing.

When is a strictly monotonic function, then is injective on its domain, and if is the range of , then there is an inverse function on for . In contrast, each constant function is monotonic, but not injective,[7] and hence cannot have an inverse.

The graphic shows six monotonic functions. Their simplest forms are shown in the plot area and the expressions used to create them are shown on the y-axis.

In topology

[edit]

A map is said to be monotone if each of its fibers is connected; that is, for each element the (possibly empty) set is a connected subspace of

In functional analysis

[edit]

In functional analysis on a topological vector space , a (possibly non-linear) operator is said to be a monotone operator if

Kachurovskii's theorem shows that convex functions on Banach spaces have monotonic operators as their derivatives.

A subset of is said to be a monotone set if for every pair and in ,

is said to be maximal monotone if it is maximal among all monotone sets in the sense of set inclusion. The graph of a monotone operator is a monotone set. A monotone operator is said to be maximal monotone if its graph is a maximal monotone set.

In order theory

[edit]

Order theory deals with arbitrary partially ordered sets and preordered sets as a generalization of real numbers. The above definition of monotonicity is relevant in these cases as well. However, the terms "increasing" and "decreasing" are avoided, since their conventional pictorial representation does not apply to orders that are not total. Furthermore, the strict relations and are of little use in many non-total orders and hence no additional terminology is introduced for them.

Letting denote the partial order relation of any partially ordered set, a monotone function, also called isotone, or order-preserving, satisfies the property

for all x and y in its domain. The composite of two monotone mappings is also monotone.

The dual notion is often called antitone, anti-monotone, or order-reversing. Hence, an antitone function f satisfies the property

for all x and y in its domain.

A constant function is both monotone and antitone; conversely, if f is both monotone and antitone, and if the domain of f is a lattice, then f must be constant.

Monotone functions are central in order theory. They appear in most articles on the subject and examples from special applications are found in these places. Some notable special monotone functions are order embeddings (functions for which if and only if and order isomorphisms (surjective order embeddings).

In the context of search algorithms

[edit]

In the context of search algorithms monotonicity (also called consistency) is a condition applied to heuristic functions. A heuristic is monotonic if, for every node n and every successor n' of n generated by any action a, the estimated cost of reaching the goal from n is no greater than the step cost of getting to n' plus the estimated cost of reaching the goal from n',

This is a form of triangle inequality, with n, n', and the goal Gn closest to n. Because every monotonic heuristic is also admissible, monotonicity is a stricter requirement than admissibility. Some heuristic algorithms such as A* can be proven optimal provided that the heuristic they use is monotonic.[8]

In Boolean functions

[edit]
With the nonmonotonic function "if a then both b and c", false nodes appear above true nodes.
Hasse diagram of the monotonic function "at least two of a, b, c hold". Colors indicate function output values.

In Boolean algebra, a monotonic function is one such that for all ai and bi in {0,1}, if a1b1, a2b2, ..., anbn (i.e. the Cartesian product {0, 1}n is ordered coordinatewise), then f(a1, ..., an) ≤ f(b1, ..., bn). In other words, a Boolean function is monotonic if, for every combination of inputs, switching one of the inputs from false to true can only cause the output to switch from false to true and not from true to false. Graphically, this means that an n-ary Boolean function is monotonic when its representation as an n-cube labelled with truth values has no upward edge from true to false. (This labelled Hasse diagram is the dual of the function's labelled Venn diagram, which is the more common representation for n ≤ 3.)

The monotonic Boolean functions are precisely those that can be defined by an expression combining the inputs (which may appear more than once) using only the operators and and or (in particular not is forbidden). For instance "at least two of a, b, c hold" (the ternary majority function) is a monotonic function of a, b, c, since it can be written for instance as ((a and b) or (a and c) or (b and c)).

The number of such functions on n variables is known as the Dedekind number of n.

SAT solving, generally an NP-hard task, can be achieved efficiently when all involved functions and predicates are monotonic and Boolean.[9]

See also

[edit]

Notes

[edit]

Bibliography

[edit]
[edit]
Revisions and contributorsEdit on WikipediaRead on Wikipedia
from Grokipedia
In mathematics, a monotonic function (or monotone function) is a function between ordered sets that preserves or reverses the given order, meaning it is either non-decreasing (where if xyx \leq y, then f(x)f(y)f(x) \leq f(y)) or non-increasing (where if xyx \leq y, then f(x)f(y)f(x) \geq f(y)). Monotonic functions are classified into strictly monotonic and weakly monotonic variants: a function is strictly increasing if x<yx < y implies f(x)<f(y)f(x) < f(y), and strictly decreasing if x<yx < y implies f(x)>f(y)f(x) > f(y), while the weak forms allow equality. These functions play a central role in real analysis, where a monotonic function defined on an interval has the property that all one-sided limits exist (finite or infinite), ensuring well-behaved behavior at endpoints and discontinuities. Moreover, such a function is continuous on its domain if and only if its image is also an interval. A key consequence of monotonicity is the existence of inverses for strictly monotonic functions: if ff is strictly increasing and continuous on an interval, it is bijective onto its , and its inverse is also strictly increasing. This invertibility underpins applications in , such as solving equations and analyzing antiderivatives, and extends to broader contexts like optimization, where monotonicity ensures unique extrema or helps in proving convergence of sequences. Beyond , monotonic functions appear in for modeling curves, and in for algorithm design involving sorted data structures. In advanced areas, such as effective algebra and computable , limitwise monotonic functions provide tools for studying and algebraic structures.

Definition and Properties

General Definition

A , or poset, consists of a set PP together with a \leq on PP that is reflexive (for all xPx \in P, xxx \leq x), antisymmetric (if xyx \leq y and yxy \leq x, then x=yx = y), and transitive (if xyx \leq y and yzy \leq z, then xzx \leq z). This relation provides a way to compare elements without requiring every pair to be comparable, distinguishing posets from totally ordered sets. In , a function f:PQf: P \to Q between two posets (P,P)(P, \leq_P) and (Q,Q)(Q, \leq_Q) is called monotonic, or monotone increasing, if it preserves the order: for all x,yPx, y \in P, xPyx \leq_P y implies f(x)Qf(y)f(x) \leq_Q f(y). Equivalently, such a function is order-preserving. A function is monotone decreasing if xPyx \leq_P y implies f(x)Qf(y)f(x) \geq_Q f(y), reversing the order. These definitions capture the intuitive notion of a function that does not disrupt the inherent ordering structure when mapping from one poset to another. The notion of monotonicity extends naturally to preorders, which are reflexive and transitive binary relations lacking antisymmetry, allowing for distinct elements to be equivalent under the relation. In this setting, a monotone function preserves the preorder in the same manner. Total orders, being posets where any two elements are comparable (xyx \leq y or yxy \leq x), form a special case where monotone functions maintain the linear arrangement. For instance, the identity function on the real numbers under the standard ordering is monotone increasing, as it maps each real to itself while preserving inequalities.

Types of Monotonicity

Monotonic functions are classified based on the nature of their order preservation, particularly distinguishing between non-strict (weak) and strict forms. A function f:ABf: A \to B defined on a totally ordered set AA to another totally ordered set BB is said to be non-decreasing, or weakly increasing, if for all x,yAx, y \in A with xyx \leq y, it holds that f(x)f(y)f(x) \leq f(y). This form allows for plateaus where the function value remains constant over intervals, as exemplified by the constant function f(x)=cf(x) = c for all xx, which satisfies the non-decreasing condition but exhibits no growth. In contrast, a strictly increasing function requires a stronger condition: for all x,yAx, y \in A with x<yx < y, f(x)<f(y)f(x) < f(y). Here, the function must advance without any flat segments, ensuring that distinct inputs produce distinct outputs in a preserving order. The constant function fails this criterion, as equal values for unequal inputs violate the strict inequality. The decreasing counterparts follow analogous definitions. A function is non-increasing, or weakly decreasing, if xyx \leq y implies f(x)f(y)f(x) \geq f(y). Strictly decreasing functions satisfy x<yx < y implies f(x)>f(y)f(x) > f(y), again prohibiting constant stretches. Collectively, functions that are either non-decreasing or non-increasing are termed monotonic, encompassing both directional trends without reversal. Notations often simplify these distinctions: ff \uparrow denotes an increasing (non-decreasing) function, while ff \downarrow indicates a decreasing (non-increasing) one; strict variants may append qualifiers like "strictly." On the real line, strictly monotonic functions are injective, mapping distinct points to distinct images while preserving or reversing order.

Basic Properties

A monotonic function between partially ordered sets preserves the order relation: for an increasing function f:PQf: P \to Q, if xyx \leq y in PP, then f(x)f(y)f(x) \leq f(y) in QQ, and similarly for decreasing functions where the inequality reverses. This order preservation is the defining characteristic of monotonicity in order theory. The collection of monotonic functions between preordered sets is closed under composition. Specifically, the composition of two increasing monotonic functions is increasing, while the composition of an increasing function followed by a decreasing one (or vice versa) is decreasing. The on any ordered set is strictly increasing, and constant functions are both non-strictly increasing and non-increasing. For an increasing monotonic function ff, if a subset APA \subseteq P has a supremum supA\sup A, then supf(A)f(supA)\sup f(A) \leq f(\sup A), and f(infA)inff(A)f(\inf A) \leq \inf f(A) if an infimum exists; the reverse inequalities hold for decreasing functions. These inequalities reflect how monotonic functions interact with order bounds, though equality requires additional conditions like continuity in the order structure. Strictly monotonic functions between totally ordered sets are injective, providing a basic link to invertibility on their range, though full bijectivity depends on surjectivity.

In Real Analysis

Monotonic Functions on the Real Line

A monotonic function from the real line to itself is defined as a function f:RRf: \mathbb{R} \to \mathbb{R} that is either non-decreasing, meaning xyx \leq y implies f(x)f(y)f(x) \leq f(y) for all x,yRx, y \in \mathbb{R}, or non-increasing, meaning xyx \leq y implies f(x)f(y)f(x) \geq f(y) for all x,yRx, y \in \mathbb{R}. This specialization to the totally ordered field of real numbers endows monotonic functions with properties tied to the metric and order structure of R\mathbb{R}, distinct from those in general partially ordered sets. A fundamental in states that any monotonic function on an interval of the real line has at most countably many points of discontinuity, and all such discontinuities are of jump type, where the left- and right-hand limits exist but differ from each other or from the function value. This countability arises because each jump discontinuity corresponds to a in the range gap, and the rationals are countable, ensuring the set of such points cannot be uncountable. Unlike continuous functions, monotonic functions lack the Darboux property, meaning they do not necessarily satisfy the ; for instance, at a jump discontinuity, the function skips an entire interval of values./04%3A_Function_Limits_and_Continuity/4.09%3A_The_Intermediate_Value_Property) The monotone convergence theorem for sequences, a consequence of the completeness of the reals, asserts that every bounded monotonic sequence of real numbers converges to its supremum (if non-decreasing) or infimum (if non-increasing)./02%3A_Sequences/2.03%3A_Monotone_Sequences) This property highlights the interplay between monotonicity and the least upper bound axiom in R\mathbb{R}. Representative examples include step functions, such as the Heaviside function H(x)=0H(x) = 0 for x<0x < 0 and H(x)=1H(x) = 1 for x0x \geq 0, which is non-decreasing but discontinuous at zero with a jump. In contrast, the absolute value function f(x)=xf(x) = |x| is neither monotonic nor anti-monotonic on the entire real line, as it decreases on (,0](-\infty, 0] and increases on [0,)[0, \infty).

Relation to Derivatives

A fundamental characterization in real analysis links monotonicity of differentiable functions to the sign of their derivatives. Specifically, if a function f:(a,b)Rf: (a, b) \to \mathbb{R} is differentiable on the open interval (a,b)(a, b), then ff is monotonically increasing on (a,b)(a, b) if and only if f(x)0f'(x) \geq 0 for all x(a,b)x \in (a, b). The forward direction follows from the Mean Value Theorem: for any x<yx < y in (a,b)(a, b), there exists c(x,y)c \in (x, y) such that f(y)f(x)=f(c)(yx)0f(y) - f(x) = f'(c)(y - x) \geq 0, implying f(y)f(x)f(y) \geq f(x). The converse holds because differentiability ensures that the derivative is the limit of nonnegative difference quotients when ff is increasing./04%3A_Differentiation/4.03%3A_SOME_APPLICATIONS_OF_THE_MEAN_VALUE_THEOREM) For strict monotonicity, the condition f(x)>0f'(x) > 0 for all x(a,b)x \in (a, b) guarantees that ff is strictly increasing, as the difference quotients remain positive. However, the need not be strictly positive everywhere even for strictly increasing functions; it suffices for f(x)>0f'(x) > 0 with respect to . A is f(x)=x3f(x) = x^3, which is strictly increasing on R\mathbb{R} since f(y)f(x)=(yx)(y2+xy+x2)>0f(y) - f(x) = (y - x)(y^2 + xy + x^2) > 0 for xyx \neq y, yet f(x)=3x2f'(x) = 3x^2 vanishes at x=[0](/page/0)x = [0](/page/0). This illustrates that isolated points where the is zero do not disrupt strict monotonicity. Not all monotonic functions are differentiable everywhere, highlighting limitations in the converse characterization. The , or , provides a striking example: it is continuous and non-decreasing from [0,1][0, 1] to [0,1][0, 1], yet singular in the sense that its derivative exists and equals zero (specifically, on the complement of the , which has measure 1). Despite this, the function rises from 0 to 1, demonstrating non-absolute continuity. It fails to be differentiable at every point of the uncountable . A deeper result, due to Lebesgue, states that any monotonically increasing function f:[a,b]Rf: [a, b] \to \mathbb{R} is differentiable on [a,b][a, b], and the ff' is Lebesgue integrable over [a,b][a, b], satisfying the recovery formula f(b)f(a)=abf(x)dx.f(b) - f(a) = \int_a^b f'(x) \, dx. This extends the to a broader class of functions, where the accounts for the despite potential singularities. Historically, the connection between and monotonicity traces back to Pierre de Fermat's 17th-century work on maxima and minima, where his theorem asserted that at an interior local extremum of a , the vanishes (interpreted via early methods). This provided an initial framework for identifying points where functions cease to be monotonic, influencing later developments in that distinguish monotonic behavior from oscillatory or extremal non-monotonic patterns.

Inverse Functions

A fundamental result in real analysis states that if ff is a continuous and strictly monotonic function defined on an interval II, then ff is bijective onto its image f(I)f(I), which is also an interval, and its inverse function f1:f(I)If^{-1}: f(I) \to I is continuous and strictly monotonic with the same type of monotonicity as ff. This theorem ensures that such functions are invertible in a well-behaved manner, preserving continuity and order. For instance, if ff is strictly increasing, so is f1f^{-1}, and similarly for strictly decreasing functions. The proof relies on the intermediate value theorem, which guarantees that ff attains all values between f(a)f(a) and f(b)f(b) for a,bIa, b \in I, and the strict monotonicity ensures injectivity. In the case of non-continuous monotonic functions, the situation differs. Any strictly monotonic function f:IRf: I \to \mathbb{R} is injective and thus invertible on its range f(I)f(I), but the inverse f1f^{-1} may be discontinuous, particularly at points corresponding to jump discontinuities in ff. Monotonic functions can only exhibit jump discontinuities, and at such points, ff skips an interval in its range, leading to gaps; the inverse, defined only on the actual range, inherits discontinuities where these jumps occur, often manifesting as vertical jumps in the graph of f1f^{-1}. However, the inverse remains monotonic on its domain. By definition, if ff is strictly increasing and continuous, the inverse satisfies the equation x=f1(f(x))x = f^{-1}(f(x)) for all xIx \in I, and equivalently y=f(f1(y))y = f(f^{-1}(y)) for yf(I)y \in f(I). This relation underscores the and is central to computational methods for finding inverses. Monotonicity facilitates solving transcendental equations through inverses, such as determining xx in y=exy = e^x, where the inverse is the natural logarithm lny=x\ln y = x, a strictly increasing on (0,)(0, \infty). This application is pivotal in fields like and physics for inverting models. For piecewise monotonic functions, partial inverses can be constructed on subintervals where strict monotonicity holds. For example, the function f(x)=x3xf(x) = x^3 - x is strictly increasing on (,1/3](-\infty, -1/\sqrt{3}]
Add your contribution
Related Hubs
Contribute something
User Avatar
No comments yet.