monotonicityany
Monotonicityany is a term used to describe a property of a function with respect to its input arguments. In this usage, a function is said to have monotonicityany when it is monotone in each argument separately, with all other arguments held fixed. The idea emphasizes that increasing any single input does not decrease the output, regardless of the values of the remaining inputs.
Formally, let f: X1 × ... × Xn → Y where each Xi is a poset (with the order
Examples include f(a,b) = a + b on integers and f(a,b) = max(a,b), both of which are monotone in
Variants and clarifications: monotonicityany is related to the standard notion of monotone (isotone) and to componentwise
Applications and context: this concept appears in fixed-point theory, lattice theory, and programming language semantics, where
See also: isotone function, monotone function, lattice, componentwise monotonicity, fixed point theorem.