Description:

  • A graph that can be drawn in the plane without any edges crossing
    • where a crossing of edges is the intersection of the lines or arcs representing them at a point other than their common endpoint).
    • Planar representation
  • A planar can be splits into regions
    • |300
    • each region is the space between edges
    • also count the outer region
    • we have Euler’s formula
  • Tree is also planar graph

Facts:

  1. theorem Any subgraph of a planar graph is also a planar
  2. theorem Merging two adjencent vertices of a planar graph leaves another planar graph

Euler’s formula:

  • Let be a connected planar simple graph with edges and vertices.
  • Let be the number of regions in a plana representation of
  • Then
  • Corollary 1:
    • theorem If is a connected planar simple graph, with edges and vertices, where
    • then
  • Corollary 2:
    • theorem If 𝐺 is a connected planar simple graph
    • then 𝐺 has a vertex of degree not exceeding five
  • Corollary 3:
    • theorem If a connected planar simple graph has 𝑒 edges and 𝑣 vertices with 𝑣 ≥ 3 and no circuits of length three
    • then

Homeomorphic:

  • theorem The graph and are called homeomorphic if they can be obtained from the same graph by a sequence of elementary subdivisions
  • theorem A graph is non-planar if and only if it contains a subgraph Homeomorphic to or
    • 300