ArticleslgStudy

computer science

Global dominating set

Global dominating set is a computer science 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 Global dominating set rather than just read about it. In short: In graph theory, a global dominating set is a dominating set S {\displaystyle S} of a graph G {\displaystyle G} that is also a dominating set of the complement graph G ¯ {\displaystyle {\bar {G}}} . The global domination number γ g ( G ) {\displaystyle \gamma _{g}(G)} is the minimum cardinality of a global dominating set of G {\displaystyle G} .

Global dominating set — main illustration
Global dominating set — illustration

Key takeaways

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

Reference excerpt

In graph theory, a global dominating set is a dominating set S {\displaystyle S} of a graph G {\displaystyle G} that is also a dominating set of the complement graph G ¯ {\displaystyle {\bar {G}}} . The global domination number γ g ( G ) {\displaystyle \gamma _{g}(G)} is the minimum cardinality of a global dominating set of G {\displaystyle G} . The concept was introduced by E. Sampathkumar in 1989.

Definition Let G = ( V , E ) {\displaystyle G=(V,E)} be a graph with vertex set V {\displaystyle V} and edge set E {\displaystyle E} . A set S ⊆ V {\displaystyle S\subseteq V} is a dominating set of G {\displaystyle G} if every vertex in V − S {\displaystyle V-S} is adjacent to at least one vertex in S {\displaystyle S} . A dominating set S {\displaystyle S} is called a global dominating set (or g.d. set) if S {\displaystyle S} is also a dominating set of the complement G ¯ {\displaystyle {\bar {G}}} . Equivalently, a dominating set S {\displaystyle S} of G {\displaystyle G} is a global dominating set if and only if for each vertex v ∈ V − S {\displaystyle v\in V-S} , there exists a vertex u ∈ S {\displaystyle u\in S} such that u {\displaystyle u} is not adjacent to v {\displaystyle v} in G {\displaystyle G} .

Properties The following properties hold for any graph G {\displaystyle G} :

γ g ( G ) = γ g ( G ¯ ) {\displaystyle \gamma _{g}(G)=\gamma _{g}({\bar {G}})}

γ ( G ) ≤ γ g ( G ) {\displaystyle \gamma (G)\leq \gamma _{g}(G)} , where γ ( G ) {\displaystyle \gamma (G)} is the domination number of G {\displaystyle G}

γ ¯ ( G ) ≤ γ g ( G ) {\displaystyle {\bar {\gamma }}(G)\leq \gamma _{g}(G)} , where γ ¯ ( G ) = γ ( G ¯ ) {\displaystyle {\bar {\gamma }}(G)=\gamma ({\bar {G}})}

γ ( G ) + γ ¯ ( G ) 2 ≤ γ g ( G ) ≤ γ ( G ) + γ ¯ ( G ) {\displaystyle {\frac {\gamma (G)+{\bar {\gamma }}(G)}{2}}\leq \gamma _{g}(G)\leq \gamma (G)+{\bar {\gamma }}(G)}

For a graph G {\displaystyle G} of order p {\displaystyle p} without isolated vertices:

γ ( G ) + γ g ( G ) ≤ p + 1 {\displaystyle \gamma (G)+\gamma _{g}(G)\leq p+1}

γ g ( G ) ≤ max { χ ( G ) , χ ( G ¯ ) } {\displaystyle \gamma _{g}(G)\leq \max\{\chi (G),\chi ({\bar {G}})\}} , where χ ( G ) {\displaystyle \chi (G)} is the chromatic number of G {\displaystyle G}

… excerpt ends here. Continue reading the full article.

Illustrations

Global dominating set: Two complementary graphs, with a minimum global dominating set colored red in each
Two complementary graphs, with a minimum global dominating set colored red in each

Worked examples

Example 1 — a first encounter with Global dominating set

Start with the simplest possible case. Write down what Global dominating set claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, 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 Global dominating set 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 Global dominating set 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 Global dominating set

In research
Global dominating set appears in computer science 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 Global dominating set 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
Global dominating set is common in secondary-school and first-year university syllabi. It links to neighbouring topics Computational problems in graph theory, Graph theory objects, NP-complete problems, so understanding it makes those chapters shorter.
In everyday life
Look for Global dominating set 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 Global dominating set in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Global dominating set 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 Global dominating set out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Global dominating set in simple terms?

In graph theory, a global dominating set is a dominating set S {\displaystyle S} of a graph G {\displaystyle G} that is also a dominating set of the complement graph G ¯ {\displaystyle {\bar {G}}} . The global domination number γ g ( G ) {\displaystyle \gamma _{g}(G)} is the minimum cardinality of…

Why does Global dominating set matter?

Because it connects several computer science 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 Global dominating set?

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 Global dominating set.

Tags

  • Computational problems in graph theory
  • Graph theory objects
  • NP-complete problems

Keep exploring