Supermodular function

From testwiki
Jump to navigation Jump to search

Template:Short description 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, 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, economics, lattice theory, combinatorial optimization, and machine learning.

Definition

Let (X,) be a lattice. A real-valued function f:X is called supermodular if f(xy)+f(xy)f(x)+f(y)

for all x,yX.[1]

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 n. Then the function f:n is supermodular if

f(xy)+f(xy)f(x)+f(y)

for all x, yn, where xy denotes the componentwise maximum and xy the componentwise minimum of x and y.

If f is twice continuously differentiable, then supermodularity is equivalent to the condition[2]

2fzizj0 for all ij.

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 zi of two or more players i1,2,,N. Suppose the action space is continuous; for simplicity, suppose each action is chosen from an interval: zi[a,b]. In this context, supermodularity of f implies that an increase in player i's choice zi increases the marginal payoff df/dzj of action zj for all other players j. That is, if any player i chooses a higher zi, all other players j have an incentive to raise their choices zj too. Following the terminology of Bulow, Geanakoplos, and Klemperer (1985), economists call this situation strategic complementarity, because players' strategies are complements to each other.[3] This is the basic property underlying examples of multiple equilibria in coordination games.[4]

The opposite case of supermodularity of f, called submodularity, corresponds to the situation of strategic substitutability. An increase in zi lowers the marginal payoff to all other player's choices zj, so strategies are substitutes. That is, if i chooses a higher zi, other players have an incentive to pick a lower zj.

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 is often related to complementary goods. However, this view is disputed.[5]

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:2S is supermodular if it satifies the following (equivalent) conditions:[6]

  1. f(A)+f(B)f(AB)+f(AB) for all A,BS.
  2. f(A{v})f(A)f(B{v})f(B) for all ABV, where vB.

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 fg 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.[7]

See also

Notes and references

Template:Reflist