SLIDE 1
1.5 The Crossing-Lemma Averaging Technique
The Crossing Lemma. Given a graph G = (V, E), let cr(G) denote the crossing number
- f G, which is the minimum of the number of crossings of any embedding of G in R2. By
definition, planar graphs have crossing number 0. The crossing lemma states the following: Theorem 11 (Crossing Lemma). For any graph G with m edges and n vertices, cr(G) = Ω(m3/n2). It is easy to see that, for any value of m and n, this bound is tight. Consider for example, a graph G which is a union of n2/m cliques, each with m/n vertices. G has n vertices, and m edges; furthermore, an arbitrary embedding of each clique gives at most O((m/n)4) crossings, and so cr(G) = O((m/n)4 · n2/m) = O(m3/n2). The crossing lemma can be proved by a double-counting argument. To get the main idea, consider first the easy case of understanding the crossing number of the complete graph on n vertices, Kn: every subset of five vertices induce a K5, and so will have a crossing. Therefore, there are n
5
- f crossings, except that each crossing can be double-counted several (at most
n − 4) times, so dividing gives us the lower-bound of Ω(n4). Formally, fix the embedding of Kn minimizing the crossing number. We will double-count the following quantity: the sum of the crossing numbers of graphs induced by every subset
- f five vertices of Kn. For Kn, the subgraph induced by every five vertices is K5, which is
non-planar. Therefore, we have:
- G′⊆Kn,
|G′|=5
cr(G′) = n 5
- · cr(K5) =
n 5
- On the other hand, for each G′, consider its embedding exactly as laid out in the fixed
embedding of Kn. By double-counting, the sum of crossings for all G′ realized by this fixed embedding is exactly equal to the number of subsets G′ in which each crossing of Kn appears. A fixed crossing ⊠ of Kn requires four vertices (forming the two crossing edges) and so:
- G′⊆Kn,
|G′|=5
cr(G′) ≤
- G′⊆Kn,
|G′|=5
Crossings of G′ in the fixed embedding of Kn =
- Crossing ⊠
Number of G′ in which crossing ⊠ appears =
- Crossing ⊠
n − 4 1
- = cr(Kn) · (n − 4)