fbpx
Wikipedia

Monotonic function

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.

Figure 1. A monotonically non-decreasing function
Figure 2. A monotonically non-increasing function
Figure 3. A function that is not monotonic

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-increasing, or entirely non-decreasing.[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 called 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  .

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" 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

  1. ^ Clapham, Christopher; Nicholson, James (2014). Oxford Concise Dictionary of Mathematics (5th ed.). Oxford University Press.
  2. ^ a b Stover, Christopher. "Monotonic Function". Wolfram MathWorld. Retrieved 2018-01-29.
  3. ^ a b c d e "Monotone function". Encyclopedia of Mathematics. Retrieved 2018-01-29.
  4. ^ a b Spivak, Michael (1994). Calculus. Houston, Texas: Publish or Perish, Inc. p. 192. ISBN 0-914098-89-6.
  5. ^ See the section on Cardinal Versus Ordinal Utility in Simon & Blume (1994).
  6. ^ Varian, Hal R. (2010). Intermediate Microeconomics (8th ed.). W. W. Norton & Company. p. 56. ISBN 9780393934243.
  7. ^ if its domain has more than one element
  8. ^ Conditions for optimality: Admissibility and consistency pg. 94–95 (Russell & Norvig 2010).
  9. ^ Bayless, Sam; Bayless, Noah; Hoos, Holger H.; Hu, Alan J. (2015). SAT Modulo Monotonic Theories. Proc. 29th AAAI Conf. on Artificial Intelligence. AAAI Press. pp. 3702–3709. arXiv:1406.0043. doi:10.1609/aaai.v29i1.9755. from the original on Dec 11, 2023.

Bibliography edit

  • Bartle, Robert G. (1976). The elements of real analysis (second ed.).
  • Grätzer, George (1971). Lattice theory: first concepts and distributive lattices. ISBN 0-7167-0442-0.
  • Pemberton, Malcolm; Rau, Nicholas (2001). Mathematics for economists: an introductory textbook. Manchester University Press. ISBN 0-7190-3341-1.
  • Renardy, Michael & Rogers, Robert C. (2004). An introduction to partial differential equations. Texts in Applied Mathematics 13 (Second ed.). New York: Springer-Verlag. p. 356. ISBN 0-387-00444-0.
  • Riesz, Frigyes & Béla Szőkefalvi-Nagy (1990). Functional Analysis. Courier Dover Publications. ISBN 978-0-486-66289-3.
  • Russell, Stuart J.; Norvig, Peter (2010). Artificial Intelligence: A Modern Approach (3rd ed.). Upper Saddle River, New Jersey: Prentice Hall. ISBN 978-0-13-604259-4.
  • Simon, Carl P.; Blume, Lawrence (April 1994). Mathematics for Economists (first ed.). ISBN 978-0-393-95733-4. (Definition 9.31)

External links edit

monotonic, function, monotonicity, redirects, here, information, monotonicity, pertains, voting, systems, monotonicity, criterion, information, monotonicity, pertains, logical, systems, monotonicity, entailment, monotonic, redirects, here, other, uses, monoton. Monotonicity redirects here For information on monotonicity as it pertains to voting systems see monotonicity criterion For information on monotonicity as it pertains to logical systems see Monotonicity of entailment Monotonic redirects here For other uses see Monotone disambiguation 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 Figure 1 A monotonically non decreasing function Figure 2 A monotonically non increasing function Figure 3 A function that is not monotonic Contents 1 In calculus and analysis 1 1 Inverse of function 1 2 Monotonic transformation 1 3 Some basic applications and results 2 In topology 3 In functional analysis 4 In order theory 5 In the context of search algorithms 6 In Boolean functions 7 See also 8 Notes 9 Bibliography 10 External linksIn calculus and analysis editIn calculus a function f displaystyle f nbsp defined on a subset of the real numbers with real values is called monotonic if it is either entirely non increasing or entirely non decreasing 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 called monotonically increasing also increasing or non decreasing 3 if for all x displaystyle x nbsp and y displaystyle y nbsp such that x y displaystyle x leq y nbsp one has f x f y displaystyle f left x right leq f left y right nbsp so f displaystyle f nbsp preserves the order see Figure 1 Likewise a function is called monotonically decreasing also decreasing or non increasing 3 if whenever x y displaystyle x leq y nbsp then f x f y displaystyle f left x right geq f left y right nbsp so it reverses the order see Figure 2 If the order displaystyle leq nbsp in the definition of monotonicity is replaced by the strict order lt displaystyle lt nbsp 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 x displaystyle x nbsp not equal to y displaystyle y nbsp either x lt y displaystyle x lt y nbsp or x gt y displaystyle x gt y nbsp and so by monotonicity either f x lt f y displaystyle f left x right lt f left y right nbsp or f x gt f y displaystyle f left x right gt f left y right nbsp thus f x f y displaystyle f left x right neq f left y right nbsp 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 f displaystyle f nbsp is said to be absolutely monotonic over an interval a b displaystyle left a b right nbsp if the derivatives of all orders of f displaystyle f nbsp 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 y g x displaystyle y g x nbsp is strictly increasing on the range a b displaystyle a b nbsp then it has an inverse x h y displaystyle x h y nbsp on the range g a g b displaystyle g a g b nbsp 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 nbsp Monotonic function with a dense set of jump discontinuities several sections shown nbsp Plots of 6 monotonic growth functions The following properties are true for a monotonic function f R R displaystyle f colon mathbb R to mathbb R nbsp f displaystyle f nbsp has limits from the right and from the left at every point of its domain f displaystyle f nbsp has a limit at positive or negative infinity displaystyle pm infty nbsp of either a real number displaystyle infty nbsp or displaystyle infty nbsp f displaystyle f nbsp can only have jump discontinuities f displaystyle f nbsp 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 a i a i nbsp of positive numbers and any enumeration q i displaystyle q i nbsp of the rational numbers the monotonically increasing function f x q i x a i displaystyle f x sum q i leq x a i nbsp is continuous exactly at every irrational number cf picture It is the cumulative distribution function of the discrete measure on the rational numbers where a i displaystyle a i nbsp is the weight of q i displaystyle q i nbsp These properties are the reason why monotonic functions are useful in technical work in analysis Other important properties of these functions include if f displaystyle f nbsp is a monotonic function defined on an interval I displaystyle I nbsp then f displaystyle f nbsp is differentiable almost everywhere on I displaystyle I nbsp i e the set of numbers x displaystyle x nbsp in I displaystyle I nbsp such that f displaystyle f nbsp is not differentiable in x displaystyle x nbsp has Lebesgue measure zero In addition this result cannot be improved to countable see Cantor function if this set is countable then f displaystyle f nbsp is absolutely continuous if f displaystyle f nbsp is a monotonic function defined on an interval a b displaystyle left a b right nbsp then f displaystyle f nbsp is Riemann integrable An important application of monotonic functions is in probability theory If X displaystyle X nbsp is a random variable its cumulative distribution function F X x Prob X x displaystyle F X left x right text Prob left X leq x right nbsp 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 f displaystyle f nbsp is a strictly monotonic function then f displaystyle f nbsp is injective on its domain and if T displaystyle T nbsp is the range of f displaystyle f nbsp then there is an inverse function on T displaystyle T nbsp for f displaystyle f nbsp 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 editA map f X Y displaystyle f X to Y nbsp is said to be monotone if each of its fibers is connected that is for each element y Y displaystyle y in Y nbsp the possibly empty set f 1 y displaystyle f 1 y nbsp is a connected subspace of X displaystyle X nbsp In functional analysis editIn functional analysis on a topological vector space X displaystyle X nbsp a possibly non linear operator T X X displaystyle T X rightarrow X nbsp is said to be a monotone operator if T u T v u v 0 u v X displaystyle Tu Tv u v geq 0 quad forall u v in X nbsp Kachurovskii s theorem shows that convex functions on Banach spaces have monotonic operators as their derivatives A subset G displaystyle G nbsp of X X displaystyle X times X nbsp is said to be a monotone set if for every pair u 1 w 1 displaystyle u 1 w 1 nbsp and u 2 w 2 displaystyle u 2 w 2 nbsp in G displaystyle G nbsp w 1 w 2 u 1 u 2 0 displaystyle w 1 w 2 u 1 u 2 geq 0 nbsp G displaystyle G nbsp 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 G T displaystyle G T nbsp is a monotone set A monotone operator is said to be maximal monotone if its graph is a maximal monotone set In order theory editOrder 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 lt displaystyle lt nbsp and gt displaystyle gt nbsp are of little use in many non total orders and hence no additional terminology is introduced for them Letting displaystyle leq nbsp denote the partial order relation of any partially ordered set a monotone function also called isotone or order preserving satisfies the propertyx y f x f y displaystyle x leq y implies f x leq f y nbsp 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 propertyx y f y f x displaystyle x leq y implies f y leq f x nbsp 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 x y displaystyle x leq y nbsp if and only if f x f y displaystyle f x leq f y nbsp and order isomorphisms surjective order embeddings In the context of search algorithms editIn the context of search algorithms monotonicity also called consistency is a condition applied to heuristic functions A heuristic h n displaystyle h n nbsp 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 h n c n a n h n displaystyle h n leq c left n a n right h left n right nbsp 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 nbsp With the nonmonotonic function if a then both b and c false nodes appear above true nodes nbsp 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 a1 b1 a2 b2 an bn 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 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 editMonotone cubic interpolation Pseudo monotone operator Spearman s rank correlation coefficient measure of monotonicity in a set of data Total monotonicity Cyclical monotonicity Operator monotone function Monotone set function Absolutely and completely monotonic functions and sequencesNotes edit Clapham Christopher Nicholson James 2014 Oxford Concise Dictionary of Mathematics 5th ed Oxford University Press a b Stover Christopher Monotonic Function Wolfram MathWorld Retrieved 2018 01 29 a b c d e Monotone function Encyclopedia of Mathematics Retrieved 2018 01 29 a b Spivak Michael 1994 Calculus Houston Texas Publish or Perish Inc p 192 ISBN 0 914098 89 6 See the section on Cardinal Versus Ordinal Utility in Simon amp Blume 1994 Varian Hal R 2010 Intermediate Microeconomics 8th ed W W Norton amp Company p 56 ISBN 9780393934243 if its domain has more than one element Conditions for optimality Admissibility and consistency pg 94 95 Russell amp Norvig 2010 Bayless Sam Bayless Noah Hoos Holger H Hu Alan J 2015 SAT Modulo Monotonic Theories Proc 29th AAAI Conf on Artificial Intelligence AAAI Press pp 3702 3709 arXiv 1406 0043 doi 10 1609 aaai v29i1 9755 Archived from the original on Dec 11 2023 Bibliography editBartle Robert G 1976 The elements of real analysis second ed Gratzer George 1971 Lattice theory first concepts and distributive lattices ISBN 0 7167 0442 0 Pemberton Malcolm Rau Nicholas 2001 Mathematics for economists an introductory textbook Manchester University Press ISBN 0 7190 3341 1 Renardy Michael amp Rogers Robert C 2004 An introduction to partial differential equations Texts in Applied Mathematics 13 Second ed New York Springer Verlag p 356 ISBN 0 387 00444 0 Riesz Frigyes amp Bela Szokefalvi Nagy 1990 Functional Analysis Courier Dover Publications ISBN 978 0 486 66289 3 Russell Stuart J Norvig Peter 2010 Artificial Intelligence A Modern Approach 3rd ed Upper Saddle River New Jersey Prentice Hall ISBN 978 0 13 604259 4 Simon Carl P Blume Lawrence April 1994 Mathematics for Economists first ed ISBN 978 0 393 95733 4 Definition 9 31 External links edit Monotone function Encyclopedia of Mathematics EMS Press 2001 1994 Convergence of a Monotonic Sequence by Anik Debnath and Thomas Roxlo The Harker School Wolfram Demonstrations Project Weisstein Eric W Monotonic Function MathWorld Retrieved from https en wikipedia org w index php title Monotonic function amp oldid 1225168560, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.