ArticleslgStudy

science

Interval graph

Interval graph is a 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 Interval graph rather than just read about it. In short: In graph theory, an interval graph is an undirected graph formed from a set of intervals on the real line, with a vertex for each interval and an edge between vertices whose intervals intersect. It is the intersection graph of the intervals.

Interval graph — main illustration
Interval graph — illustration

Key takeaways

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

Reference excerpt

In graph theory, an interval graph is an undirected graph formed from a set of intervals on the real line, with a vertex for each interval and an edge between vertices whose intervals intersect. It is the intersection graph of the intervals. Interval graphs are chordal graphs and perfect graphs. They can be recognized in linear time, and an optimal graph coloring or maximum clique in these graphs can be found in linear time. The interval graphs include all proper interval graphs, graphs defined in the same way from a set of unit intervals. These graphs have been used to model food webs, and to study scheduling problems in which one must select a subset of tasks to be performed at non-overlapping times. Other applications include assembling contiguous subsequences in DNA mapping, and temporal reasoning.

Definition An interval graph is an undirected graph G formed from a family of intervals

S i , i = 0 , 1 , 2 , … {\displaystyle S_{i},\quad i=0,1,2,\dots }

by creating one vertex vi for each interval Si, and connecting two vertices vi and vj by an edge whenever the corresponding two sets have a nonempty intersection. That is, the edge set of G is

E ( G ) = { ( v i , v j ) ∣ S i ∩ S j ≠ ∅ } . {\displaystyle E(G)=\{(v_{i},v_{j})\mid S_{i}\cap S_{j}\neq \emptyset \}.}

It is the intersection graph of the intervals.

Characterizations Three independent vertices form an asteroidal triple (AT) in a graph if, for each two, there exists a path containing those two but no neighbor of the third. A graph is AT-free if it has no asteroidal triple. The earliest characterization of interval graphs seems to be the following:

A graph is an interval graph if and only if it is chordal and AT-free. Other characterizations:

A graph is an interval graph if and only if its maximal cliques can be ordered M 1 , M 2 , … , M k {\displaystyle M_{1},M_{2},\dots ,M_{k}} such that each vertex that belongs to two of these cliques also belongs to all cliques between them in the ordering. That is, for every v ∈ M i ∩ M k {\displaystyle v\in M_{i}\cap M_{k}} with i < k {\displaystyle i<k} , it is also the case that v ∈ M j {\displaystyle v\in M_{j}} whenever i < j < k {\displaystyle i<j<k} . A graph is an interval graph if and only if it does not contain the cycle graph C 4 {\displaystyle C_{4}} as an induced subgraph and is the complement of a comparability graph. Various other characterizations of interval graphs and variants have been described.

Efficient recognition algorithm Determining whether a given graph G = ( V , E ) {\displaystyle G=(V,E)} is an interval graph can be done in O ( | V | + | E | ) {\displaystyle O(|V|+|E|)} time by seeking an ordering of the maximal cliques of G {\displaystyle G} that is consecutive with respect to vertex inclusion. Many of the known algorithms for this problem work in this way, although it is also possible to recognize interval graphs in linear time without using their cliques. The original linear time recognition algorithm of Booth & Lueker (1976) is based on their complex PQ tree data structure, but Habib et al. (2000) showed how to solve the problem more simply using lexicographic breadth-first search, based on the fact that a graph is an interval graph if and only if it is chordal and its complement is a comparability graph. A similar approach using a 6-sweep LexBFS algorithm is described in Corneil, Olariu & Stewart (2009).

… excerpt ends here. Continue reading the full article.

Illustrations

Interval graph: Seven intervals on the real line and the corresponding seven-vertex interval graph.
Seven intervals on the real line and the corresponding seven-vertex interval graph.

Worked examples

Example 1 — a first encounter with Interval graph

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

In research
Interval graph appears in 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 Interval graph 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
Interval graph is common in secondary-school and first-year university syllabi. It links to neighbouring topics Geometric graphs, Intersection classes of graphs, Perfect graphs, so understanding it makes those chapters shorter.
In everyday life
Look for Interval graph 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.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Interval graph” →

Affiliate

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

How to study Interval graph in 20 minutes

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

Frequently asked questions

What is Interval graph in simple terms?

In graph theory, an interval graph is an undirected graph formed from a set of intervals on the real line, with a vertex for each interval and an edge between vertices whose intervals intersect. It is the intersection graph of the intervals.

Why does Interval graph matter?

Because it connects several 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 Interval graph?

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 Interval graph.

Tags

  • Geometric graphs
  • Intersection classes of graphs
  • Perfect graphs

Keep exploring