ArticleslgStudy

mathematics

Submodular set function

Submodular set function is a mathematics topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Submodular set function rather than just read about it. In short: In mathematics, a submodular set function (also known as a submodular function) is a set function that, informally, describes the relationship between a set of inputs and an output, where adding more of one input has a decreasing additional benefit (diminishing returns). The natural diminishing returns property which makes them suitable for many applications, including approximation algorithms, game theory (as funct…

Key takeaways

  • Submodular set function belongs to mathematics; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Submodular set function to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Submodular set function from memory before moving on to harder problems.

Reference excerpt

In mathematics, a submodular set function (also known as a submodular function) is a set function that, informally, describes the relationship between a set of inputs and an output, where adding more of one input has a decreasing additional benefit (diminishing returns). The natural diminishing returns property which makes them suitable for many applications, including approximation algorithms, game theory (as functions modeling user preferences) and electrical networks. Recently, submodular functions have also found utility in several real world problems in machine learning and artificial intelligence, including automatic summarization, multi-document summarization, feature selection, active learning, sensor placement, image collection summarization and many other domains.

Definition If Ω {\displaystyle \Omega } is a finite set, a submodular function is a set function f : 2 Ω → R {\displaystyle f:2^{\Omega }\rightarrow \mathbb {R} } , where 2 Ω {\displaystyle 2^{\Omega }} denotes the power set of Ω {\displaystyle \Omega } , which satisfies one of the following equivalent conditions.

For every X , Y ⊆ Ω {\displaystyle X,Y\subseteq \Omega } with X ⊆ Y {\displaystyle X\subseteq Y} and every x ∈ Ω ∖ Y {\displaystyle x\in \Omega \setminus Y} we have that f ( X ∪ { x } ) − f ( X ) ≥ f ( Y ∪ { x } ) − f ( Y ) {\displaystyle f(X\cup \{x\})-f(X)\geq f(Y\cup \{x\})-f(Y)} . For every S , T ⊆ Ω {\displaystyle S,T\subseteq \Omega } we have that f ( S ) + f ( T ) ≥ f ( S ∪ T ) + f ( S ∩ T ) {\displaystyle f(S)+f(T)\geq f(S\cup T)+f(S\cap T)} . For every X ⊆ Ω {\displaystyle X\subseteq \Omega } and x 1 , x 2 ∈ Ω ∖ X {\displaystyle x_{1},x_{2}\in \Omega \backslash X} such that x 1 ≠ x 2 {\displaystyle x_{1}\neq x_{2}} we have that f ( X ∪ { x 1 } ) + f ( X ∪ { x 2 } ) ≥ f ( X ∪ { x 1 , x 2 } ) + f ( X ) {\displaystyle f(X\cup \{x_{1}\})+f(X\cup \{x_{2}\})\geq f(X\cup \{x_{1},x_{2}\})+f(X)} , or equivalently, f ( X ∪ { x 1 } ) − f ( X ) ≥ f ( X ∪ { x 1 , x 2 } ) − f ( X ∪ { x 2 } ) {\displaystyle f(X\cup \{x_{1}\})-f(X)\geq f(X\cup \{x_{1},x_{2}\})-f(X\cup \{x_{2}\})} . A nonnegative submodular function is also a subadditive function, but a subadditive function need not be submodular. If Ω {\displaystyle \Omega } is not assumed finite, then the above conditions are not equivalent. In particular a function

f {\displaystyle f} defined by f ( S ) = 1 {\displaystyle f(S)=1} if S {\displaystyle S} is finite and f ( S ) = 0 {\displaystyle f(S)=0} if S {\displaystyle S} is infinite satisfies the first condition above, but the second condition fails when S {\displaystyle S} and T {\displaystyle T} are infinite sets with finite intersection.

Types and examples of submodular functions

Monotone A set function f {\displaystyle f} is monotone if for every T ⊆ S {\displaystyle T\subseteq S} we have that f ( T ) ≤ f ( S ) {\displaystyle f(T)\leq f(S)} . Examples of monotone submodular functions include:

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Submodular set function

Start with the simplest possible case. Write down what Submodular set function claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In mathematics, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Submodular set function before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Submodular set function ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Submodular set function

In research
Submodular set function appears in mathematics research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Submodular set function in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Submodular set function is common in secondary-school and first-year university syllabi. It links to neighbouring topics Approximation algorithms, Combinatorial optimization, Matroid theory, so understanding it makes those chapters shorter.
In everyday life
Look for Submodular set function outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Submodular set function in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Submodular set function means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Submodular set function out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Submodular set function in simple terms?

In mathematics, a submodular set function (also known as a submodular function) is a set function that, informally, describes the relationship between a set of inputs and an output, where adding more of one input has a decreasing additional benefit (diminishing returns). The natural diminishing ret…

Why does Submodular set function matter?

Because it connects several mathematics ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Submodular set function?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Submodular set function.

Tags

  • Approximation algorithms
  • Combinatorial optimization
  • Matroid theory

Keep exploring