Try โ€‚โ€‰HackMD

23 - Planar Graphs and Crossing Lemma

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More โ†’

Lemma: Any planar graph with

nโ‰ฅ3 vertices has at most
mโ‰ค3nโˆ’6
edges.

Corollary: Any

n-vertex planar graph has
mโ‰ค3n
edges.

An embedding of a graph is a function

F:Vโ†’R that plots vertices of a graph to points in a plane
(x,y)

For our use case

  • Any two edges intersect in at most one point

    • Image Not Showing Possible Reasons
      • The image file may be corrupted
      • The server hosting the image is unavailable
      • The image path is incorrect
      • The image format is not supported
      Learn More โ†’
  • No edge contains a vertex in it's interior

    • Image Not Showing Possible Reasons
      • The image file may be corrupted
      • The server hosting the image is unavailable
      • The image path is incorrect
      • The image format is not supported
      Learn More โ†’

Definition: A graph

G is planar, if it has an embedding in which no two edges with 4 distinct have a point in common.

No edges cross each other

  • Image Not Showing Possible Reasons
    • The image file may be corrupted
    • The server hosting the image is unavailable
    • The image path is incorrect
    • The image format is not supported
    Learn More โ†’

Impossible planar graph

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More โ†’

A crossing in an embedding is a pair of edges

vw and
xy
with 4 distinct endpoints that have some point in common (whose edges cross)

The crossing number of a graph

G is equal to the minimum number of crossings in any embedding of
G

tags: COMP2804