HOME

TheInfoList



OR:

In mathematics, a supermodular function is a function on a lattice that, informally, has the property of being characterized by "increasing differences." Seen from the point of set functions, this can also be viewed as a relationship of "increasing returns", where adding more elements to a subset increases its valuation. In
economics Economics () is a behavioral science that studies the Production (economics), production, distribution (economics), distribution, and Consumption (economics), consumption of goods and services. Economics focuses on the behaviour and interac ...
, supermodular functions are often used as a formal expression of complementarity in preferences among goods. Supermodular functions are studied and have applications in
game theory Game theory is the study of mathematical models of strategic interactions. It has applications in many fields of social science, and is used extensively in economics, logic, systems science and computer science. Initially, game theory addressed ...
,
economics Economics () is a behavioral science that studies the Production (economics), production, distribution (economics), distribution, and Consumption (economics), consumption of goods and services. Economics focuses on the behaviour and interac ...
,
lattice theory A lattice is an abstract structure studied in the mathematical subdisciplines of order theory and abstract algebra. It consists of a partially ordered set in which every pair of elements has a unique supremum (also called a least upper bou ...
,
combinatorial optimization Combinatorial optimization is a subfield of mathematical optimization that consists of finding an optimal object from a finite set of objects, where the set of feasible solutions is discrete or can be reduced to a discrete set. Typical combina ...
, and
machine learning Machine learning (ML) is a field of study in artificial intelligence concerned with the development and study of Computational statistics, statistical algorithms that can learn from data and generalise to unseen data, and thus perform Task ( ...
.


Definition

Let (X, \preceq) be a lattice. A real-valued function f: X \rightarrow \mathbb is called supermodular if f(x \vee y) + f(x \wedge y) \geq f(x) + f(y) for all x, y \in X. If the inequality is strict, then f is strictly supermodular on X. If -f is (strictly) supermodular then ''f'' is called (strictly) submodular. A function that is both submodular and supermodular is called modular. This corresponds to the inequality being changed to an equality. We can also define supermodular functions where the underlying lattice is the vector space \mathbb^n. Then the function f : \mathbb^n \to \mathbb is supermodular if f(x \uparrow y) + f(x \downarrow y) \geq f(x) + f(y) for all x, y \isin \mathbb^, where x \uparrow y denotes the componentwise maximum and x \downarrow y the componentwise minimum of x and y. If ''f'' is twice continuously differentiable, then supermodularity is equivalent to the condition : \frac \geq 0 \mbox i \neq j.


Supermodularity in economics and game theory

The concept of supermodularity is used in the social sciences to analyze how one agent's decision affects the incentives of others. Consider a symmetric game with a smooth payoff function \,f defined over actions \,z_i of two or more players i \in . Suppose the action space is continuous; for simplicity, suppose each action is chosen from an interval: z_i \in ,b/math>. In this context, supermodularity of \,f implies that an increase in player \,i's choice \,z_i increases the marginal payoff df/dz_j of action \,z_j for all other players \,j. That is, if any player \,i chooses a higher \,z_i, all other players \,j have an incentive to raise their choices \,z_j too. Following the terminology of Bulow, Geanakoplos, and Klemperer (1985), economists call this situation strategic complementarity, because players' strategies are complements to each other. This is the basic property underlying examples of multiple equilibria in
coordination game A coordination game is a type of simultaneous game found in game theory. It describes the situation where a player will earn a higher payoff when they select the same course of action as another player. The game is not one of pure conflict, which ...
s. The opposite case of supermodularity of \,f, called submodularity, corresponds to the situation of strategic substitutability. An increase in \,z_i lowers the marginal payoff to all other player's choices \,z_j, so strategies are substitutes. That is, if \,i chooses a higher \,z_i, other players have an incentive to pick a ''lower'' \,z_j. For example, Bulow et al. consider the interactions of many imperfectly competitive firms. When an increase in output by one firm raises the marginal revenues of the other firms, production decisions are strategic complements. When an increase in output by one firm lowers the marginal revenues of the other firms, production decisions are strategic substitutes. A supermodular
utility function In economics, utility is a measure of a certain person's satisfaction from a certain state of the world. Over time, the term has been used with at least two meanings. * In a Normative economics, normative context, utility refers to a goal or ob ...
is often related to complementary goods. However, this view is disputed.


Supermodular set functions

Supermodularity can also be defined for set functions, which are functions defined over subsets of a larger set. Many properties of submodular set functions can be rephrased to apply to supermodular set functions. Intuitively, a supermodular function over a set of subsets demonstrates "increasing returns". This means that if each subset is assigned a real number that corresponds to its value, the value of a subset will always be less than the value of a larger subset which contains it. Alternatively, this means that as we add elements to a set, we increase its value.


Definition

Let S be a finite set. A set function f: 2^S \to \mathbb is supermodular if it satifies the following (equivalent) conditions: # f(A)+f(B) \leq f(A \cap B) + f(A \cup B) for all A, B \subseteq S . # f(A \cup \) - f(A) \leq f(B \cup \) - f(B) for all A \subset B \subset V , where v \notin B . A set function f is submodular if -f is supermodular, and modular if it is both supermodular and submodular.


Additional Facts

* If f is modular and g is submodular, then f-g is a supermodular function. * A non-negative supermodular function is also a superadditive function.


Optimization Techniques

There are specialized techniques for optimizing submodular functions. Theory and enumeration algorithms for finding local and global maxima (minima) of submodular (supermodular) functions can be found in "Maximization of submodular functions: Theory and enumeration algorithms", B. Goldengorin.


See also

* Pseudo-Boolean function * Topkis's theorem * Submodular set function * Superadditive *
Utility functions on indivisible goods Some branches of economics and game theory deal with indivisible goods, discrete items that can be traded only as a whole. For example, in combinatorial auctions there is a finite set of items, and every agent can buy a subset of the items, but an i ...


Notes and references

{{DEFAULTSORT:Supermodular Function Order theory Optimization of ordered sets Generalized convexity Supermodular functions