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.

DefinitionEdit

Let <math>(X, \preceq)</math> be a lattice. A real-valued function <math>f: X \rightarrow \mathbb{R}</math> is called supermodular if <math>f(x \vee y) + f(x \wedge y) \geq f(x) + f(y)</math>

for all <math>x, y \in X</math>.<ref>Template:Cite book</ref>

If the inequality is strict, then <math>f</math> is strictly supermodular on <math>X</math>. If <math>-f</math> 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 <math>\mathbb{R}^n</math>. Then the function <math>f : \mathbb{R}^n \to \mathbb{R}</math> is supermodular if

<math> f(x \uparrow y) + f(x \downarrow y) \geq f(x) + f(y) </math>

for all <math>x</math>, <math>y \isin \mathbb{R}^{n}</math>, where <math>x \uparrow y</math> denotes the componentwise maximum and <math>x \downarrow y</math> the componentwise minimum of <math>x</math> and <math>y</math>.

If f is twice continuously differentiable, then supermodularity is equivalent to the condition<ref>The equivalence between the definition of supermodularity and its calculus formulation is sometimes called Topkis' characterization theorem. See Template:Cite journal</ref>

<math> \frac{\partial ^2 f}{\partial z_i\, \partial z_j} \geq 0 \mbox{ for all } i \neq j.</math>

Supermodularity in economics and game theoryEdit

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

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

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.<ref>Template:Cite journal</ref>

Supermodular set functionsEdit

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.

DefinitionEdit

Let <math>S</math> be a finite set. A set function <math>f: 2^S \to \mathbb{R}</math> is supermodular if it satifies the following (equivalent) conditions:<ref>Template:Citation</ref>

  1. <math> f(A)+f(B) \leq f(A \cap B) + f(A \cup B) </math> for all <math> A, B \subseteq S </math>.
  2. <math> f(A \cup \{v\}) - f(A) \leq f(B \cup \{v\}) - f(B) </math> for all <math> A \subset B \subset V </math>, where <math> v \notin B </math>.

A set function <math>f</math> is submodular if <math>-f</math> is supermodular, and modular if it is both supermodular and submodular.

Additional FactsEdit

  • If <math> f </math> is modular and <math> g </math> is submodular, then <math> f-g </math> is a supermodular function.
  • A non-negative supermodular function is also a superadditive function.

Optimization TechniquesEdit

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.<ref>Template:Cite journal</ref>

See alsoEdit

Notes and referencesEdit

Template:Reflist