LESSWRONG
LW

Wikitags
Main
3
Examples
Exercises

Monotone function

Edited by Kevin Clancy last updated 3rd Dec 2016
Requires: Partially ordered set, Function

Let ⟨P,≤P⟩ and ⟨Q,≤Q⟩ be posets. Then a function ϕ:P→Q is said to be monotone (alternatively, order-preserving) if for all s,t∈P, s≤Pt implies ϕ(s)≤Qϕ(t).

Positive example

A simple monotone map phi

Here is an example of a monotone map ϕ from a poset P to another poset Q. Since ≤P has two comparable pairs of elements, (c,a) and (b,a), there are two constraints that ϕ must satisfy to be considered monotone. Since c≤Pa, we need ϕ(c)=u≤Qt=ϕ(a). This is, in fact, the case. Also, since b≤Pa, we need ϕ(b)=t≤Qt=ϕ(a). This is also true.

Negative example

A simple, non-monotone map

Here is an example of another map ϕ between two other posets P and Q. This map is not monotone, because a≤Pb while ϕ(a)=v∥Qu=ϕ(b).

Additional material

For some examples of montone functions and their applications, see Monotone function: examples. To test your knowledge of monotone functions, head on over to Monotone function: exercises.

Parents:
Order theory
Children:
Monotone function: examples
Monotone function: exercises
3
3
Discussion0
Discussion0