ArticleslgStudy

mathematics

Combinatorial map

Combinatorial map 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 Combinatorial map rather than just read about it. In short: A combinatorial map is a combinatorial representation of a graph on an orientable surface. A combinatorial map may also be called a combinatorial embedding, a rotation system, an orientable ribbon graph, a fat graph, or a cyclic graph.

Combinatorial map — main illustration
Combinatorial map — illustration

Key takeaways

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

Reference excerpt

A combinatorial map is a combinatorial representation of a graph on an orientable surface. A combinatorial map may also be called a combinatorial embedding, a rotation system, an orientable ribbon graph, a fat graph, or a cyclic graph. More generally, an n {\displaystyle n} -dimensional combinatorial map is a combinatorial representation of a graph on an n {\displaystyle n} -dimensional orientable manifold. Combinatorial maps are used as efficient data structures in image representation and processing, in geometrical modeling. This model is related to simplicial complexes and to combinatorial topology. A combinatorial map is a boundary representation model; it represents object by its boundaries.

History The concept of a combinatorial map was introduced informally by J. Edmonds for polyhedral surfaces which are planar graphs. It was given its first definite formal expression under the name "Constellations" by A. Jacques but the concept was already extensively used under the name "rotation" by Gerhard Ringel and J.W.T. Youngs in their famous solution of the Heawood map-coloring problem. The term "constellation" was not retained and instead "combinatorial map" was favored. Combinatorial maps were later generalized to represent higher-dimensional orientable subdivided objects.

Motivation Several applications require a data structure to represent the subdivision of an object. For example, a 2D object can be decomposed into vertices (0-cells), edges (1-cells), and faces (2-cells). More generally, an n-dimensional object is composed with cells of dimension 0 to n. Moreover, it is also often necessary to represent neighboring relations between these cells. Thus, we want to describe all the cells of the subdivision, plus all the incidence and adjacency relations between these cells. When all the represented cells are simplexes, a simplicial complex may be used, but when we want to represent any type of cells, we need to use cellular topological models like combinatorial maps or generalized maps.

Definition A combinatorial map is a triplet M = (D, σ, α) such that:

D is a finite set of darts; σ is a permutation on D; α is an involution on D with no fixed point. Intuitively, a combinatorial map corresponds to a graph where each edge is subdivided into two darts (sometimes also called half-edges). The permutation σ gives, for each dart, the next dart by turning around the vertex in the positive orientation; the other permutation α gives, for each dart, the other dart of the same edge. α allows one to retrieve edges (alpha for arête in French), and σ allows one to retrieve vertices (sigma for sommet in French). We define φ = σ ∘ α which gives, for each dart, the next dart of the same face (phi for face also in French). So, there are two ways to represent a combinatorial map depending if the permutation is σ or φ (see example below). These two representations are dual to each other: vertices and faces are exchanged.

Higher-dimensional generalization An n-dimensional combinatorial map (or n-map) is a (n + 1)-tuple M = (D, β1, ..., βn) such that:

D is a finite set of darts; β1 is a permutation on D; β2, ..., βn are involutions on D; βi ∘ βj is an involution if i + 2 ≤ j (i, j ∈ { 1, ,..., n }). An n-dimensional combinatorial map represents the subdivision of a closed orientable n-dimensional space. The constraint on βi ∘ βj guarantees the topological validity of the map as a quasi-manifold subdivision. Two-dimensional combinatorial maps can be retrieved by fixing n = 2 and renaming σ by β1 and α by β2. Spaces that are not necessarily closed or orientable may be represented using (n-dimensional) generalized maps.

Rotation systems In combinatorial mathematics, rotation systems (also called combinatorial embeddings or combinatorial maps) encode embeddings of graphs onto orientable surfaces by describing the circular ordering of a graph's edges around each vertex. A more formal definition of a rotation system involves pairs of permutations; such a pair is sufficient to determine a multigraph, a surface, and a 2-cell embedding of the multigraph onto the surface. Every rotation scheme defines a unique 2-cell embedding of a connected multigraph on a closed oriented surface (up to orientation-preserving topological equivalence). Conversely, any embedding of a connected multigraph G on an oriented closed surface defines a unique rotation system having G as its underlying multigraph. This fundamental equivalence between rotation systems and 2-cell-embeddings was first settled in a dual form by Lothar Heffter in the 1890s and extensively used by Ringel during the 1950s. Independently, Edmonds gave the primal form of the theorem and the details of his study have been popularized by Youngs. The generalization to multigraphs was presented by Gross and Alpert. Rotation systems are related to, but not the same as, the rotation maps used by Reingold et al. (2002) to define the zig-zag product of graphs. A rotation system specifies a circular ordering of the edges around each vertex, while a rotation map specifies a (non-circular) permutation of the edges at each vertex. In addition, rotation systems can be defined for any graph, while as Reingold et al. define them rotation maps are restricted to regular graphs.

Characterizing the surface of the embedding According to the Euler formula we can deduce the genus g of the closed orientable surface defined by the rotation system ( σ , θ ) {\displaystyle (\sigma ,\theta )} (that is, the surface on which the underlying multigraph is 2-cell embedded). Notice that V = | Z ( σ ) | {\displaystyle V=|Z(\sigma )|} , E = | Z ( θ ) | {\displaystyle E=|Z(\theta )|} and F = | Z ( σ θ ) | {\displaystyle F=|Z(\sigma \theta )|} . We find that

… excerpt ends here. Continue reading the full article.

Illustrations

Combinatorial map: Corresponding combinatorial map (D, σ, α). Darts are represented by numbered segments, σ by gray arrows (example σ(1) = 7), two darts linked by α are drawn consecutively and separated by a small bar (example α(1) = 2).
Corresponding combinatorial map (D, σ, α). Darts are represented by numbered segments, σ by gray arrows (example σ(1) = 7), two darts linked by α are drawn consecutively and separated by a small bar (example α(1) = 2).
Combinatorial map: Corresponding combinatorial map (D, φ, α). Darts are represented by numbered arrows, two darts linked by φ are drawn consecutively (example φ(1) = 3) and two darts linked by α are drawn parallel and in reverse orientation (example α(1) = 2).
Corresponding combinatorial map (D, φ, α). Darts are represented by numbered arrows, two darts linked by φ are drawn consecutively (example φ(1) = 3) and two darts linked by α are drawn parallel and in reverse orientation (example α(1) = 2).

Worked examples

Example 1 — a first encounter with Combinatorial map

Start with the simplest possible case. Write down what Combinatorial map 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 Combinatorial map 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 Combinatorial map 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 Combinatorial map

In research
Combinatorial map 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 Combinatorial map 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
Combinatorial map is common in secondary-school and first-year university syllabi. It links to neighbouring topics Algebraic topology, Computer graphics data structures, Graph data structures, so understanding it makes those chapters shorter.
In everyday life
Look for Combinatorial map 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 Combinatorial map in 20 minutes

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

Frequently asked questions

What is Combinatorial map in simple terms?

A combinatorial map is a combinatorial representation of a graph on an orientable surface. A combinatorial map may also be called a combinatorial embedding, a rotation system, an orientable ribbon graph, a fat graph, or a cyclic graph.

Why does Combinatorial map 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 Combinatorial map?

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 Combinatorial map.

Tags

  • Algebraic topology
  • Computer graphics data structures
  • Graph data structures
  • Planar graphs
  • Topological graph theory

Keep exploring