Geometry And Topology Codexery

Graph embedding

Graph embedding: drawing a graph on a surface without crossing edges.

Graph embedding

In topological graph theory, a graph embedding is a representation of a graph on a surface such that vertices correspond to points and edges correspond to simple arcs that intersect only at their endpoints. Embeddings are fundamental for studying graph properties like planarity and genus, and they are classified into topological embeddings (defined by points and curves) and combinatorial embeddings (defined by rotation systems).

Field
Topological graph theory
Known for
Representation of graphs on surfaces without edge crossings
Related concepts
Planar graph, toroidal graph, graph genus, book embedding, linkless embedding

Lore & Background

An embedded graph defines cyclic orders of edges at each vertex, called a rotation system; embeddings with the same rotation system form a combinatorial embedding. Face boundaries can be handled by splitting each edge into two half-edges. Other representations include ribbon graphs and graph-encoded maps. The problem of finding the graph genus is NP-hard, but fixed-parameter tractable; early algorithms by Filotti, Miller, and Reif were later found incorrect by Myrvold and Kocay.

Reader's Guide

Graph embedding is a central concept in topological graph theory, providing a rigorous framework for drawing graphs on surfaces without edge crossings. It underpins the classification of graphs by genus, distinguishing planar graphs (genus 0) from toroidal graphs (genus 1) and beyond. The distinction between topological and combinatorial embeddings allows both geometric and algebraic approaches to studying graph structure. The computational complexity of determining graph genus—NP-hard but fixed-parameter tractable—highlights the depth of the problem, with early algorithmic attempts later corrected. Embeddings also extend to higher dimensions, such as book embeddings and linkless embeddings in 3D space. The concept connects to practical data structures like doubly connected edge lists and to theoretical results like Fáry's theorem for planar straight-line embeddings. Overall, graph embedding bridges discrete mathematics, topology, and algorithm design.

Did You Know?

More in Geometry And Topology 1-24

Spotted an error? Know more?

Reader corrections go straight into our review queue. Suggest an edit · How this site is sourced

Comments

Loading…
Open in the interactive codex →