<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikimd.org/index.php?action=history&amp;feed=atom&amp;title=Monotonic_function</id>
	<title>Monotonic function - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wikimd.org/index.php?action=history&amp;feed=atom&amp;title=Monotonic_function"/>
	<link rel="alternate" type="text/html" href="https://wikimd.org/index.php?title=Monotonic_function&amp;action=history"/>
	<updated>2026-05-08T14:41:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wikimd.org/index.php?title=Monotonic_function&amp;diff=6426396&amp;oldid=prev</id>
		<title>Prab: CSV import</title>
		<link rel="alternate" type="text/html" href="https://wikimd.org/index.php?title=Monotonic_function&amp;diff=6426396&amp;oldid=prev"/>
		<updated>2025-03-04T21:47:00Z</updated>

		<summary type="html">&lt;p&gt;CSV import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{DISPLAYTITLE:Monotonic Function}}&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;monotonic function&amp;#039;&amp;#039;&amp;#039; is a function that preserves the given order. In the context of real-valued functions of a real variable, a function is called monotonic if it is either entirely non-increasing or non-decreasing. Monotonic functions are important in various fields such as mathematics, economics, and computer science due to their properties and applications.&lt;br /&gt;
&lt;br /&gt;
==Definition==&lt;br /&gt;
A function \( f: \mathbb{R} \to \mathbb{R} \) is said to be:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Monotonically increasing&amp;#039;&amp;#039;&amp;#039; if for all \( x \leq y \), \( f(x) \leq f(y) \).&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Monotonically decreasing&amp;#039;&amp;#039;&amp;#039; if for all \( x \leq y \), \( f(x) \geq f(y) \).&lt;br /&gt;
&lt;br /&gt;
If the inequality is strict (i.e., \( f(x) &amp;lt; f(y) \) or \( f(x) &amp;gt; f(y) \)), the function is said to be &amp;#039;&amp;#039;&amp;#039;strictly monotonic&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
==Properties==&lt;br /&gt;
Monotonic functions have several important properties:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Continuity&amp;#039;&amp;#039;&amp;#039;: While monotonic functions can be discontinuous, they can only have jump discontinuities. They cannot oscillate between values.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Limits&amp;#039;&amp;#039;&amp;#039;: If a function is monotonic on an interval, it has limits at the endpoints of the interval.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Invertibility&amp;#039;&amp;#039;&amp;#039;: A strictly monotonic function is invertible on its domain.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Monotonically Increasing Functions===&lt;br /&gt;
* The function \( f(x) = x^2 \) is monotonically increasing on the interval \( [0, \infty) \).&lt;br /&gt;
* The exponential function \( f(x) = e^x \) is monotonically increasing on \( \mathbb{R} \).&lt;br /&gt;
&lt;br /&gt;
[[File:Monotonicity_example1.svg|Example of a monotonically increasing function|thumb|right]]&lt;br /&gt;
&lt;br /&gt;
===Monotonically Decreasing Functions===&lt;br /&gt;
* The function \( f(x) = -x \) is monotonically decreasing on \( \mathbb{R} \).&lt;br /&gt;
* The function \( f(x) = \frac{1}{x} \) is monotonically decreasing on the interval \( (0, \infty) \).&lt;br /&gt;
&lt;br /&gt;
[[File:Monotonicity_example2.svg|Example of a monotonically decreasing function|thumb|left]]&lt;br /&gt;
&lt;br /&gt;
===Non-Monotonic Functions===&lt;br /&gt;
* The function \( f(x) = \sin(x) \) is not monotonic on \( \mathbb{R} \) because it oscillates between -1 and 1.&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
Monotonic functions are used in various applications:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Economics&amp;#039;&amp;#039;&amp;#039;: In economics, utility functions are often assumed to be monotonic, reflecting the idea that more of a good is better.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Computer Science&amp;#039;&amp;#039;&amp;#039;: Monotonic functions are used in algorithms and data structures, such as priority queues and monotonic stack algorithms.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Mathematics&amp;#039;&amp;#039;&amp;#039;: Monotonicity is a key concept in calculus and analysis, particularly in the study of limits and integrals.&lt;br /&gt;
&lt;br /&gt;
==Monotonic Sequences==&lt;br /&gt;
A sequence \( \{a_n\} \) is called monotonic if it is either non-increasing or non-decreasing. Monotonic sequences have properties similar to monotonic functions, such as convergence properties.&lt;br /&gt;
&lt;br /&gt;
[[File:Monotonic_dense_jumps_svg.svg|Example of a function with dense jumps|thumb|right]]&lt;br /&gt;
&lt;br /&gt;
==Related Concepts==&lt;br /&gt;
&lt;br /&gt;
===Monotonicity in Order Theory===&lt;br /&gt;
In order theory, a function between two ordered sets is monotonic if it preserves the order. This concept is more general than monotonic functions of real variables.&lt;br /&gt;
&lt;br /&gt;
[[File:Hasse3_x_impl_y_and_z.svg|Hasse diagram illustrating monotonicity in order theory|thumb|left]]&lt;br /&gt;
&lt;br /&gt;
===Growth Functions===&lt;br /&gt;
Growth functions describe how a quantity increases or decreases over time. Monotonic growth functions are particularly important in modeling and analysis.&lt;br /&gt;
&lt;br /&gt;
[[File:Growth_equations.png|Equations representing growth functions|thumb|right]]&lt;br /&gt;
&lt;br /&gt;
==Related Pages==&lt;br /&gt;
* [[Monotonicity criterion]]&lt;br /&gt;
* [[Monotonic transformation]]&lt;br /&gt;
* [[Order theory]]&lt;br /&gt;
* [[Sequence (mathematics)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematical analysis]]&lt;br /&gt;
[[Category:Functions and mappings]]&lt;/div&gt;</summary>
		<author><name>Prab</name></author>
	</entry>
</feed>