Planar graphs Flashcards
what does it mean for a graph to be planar:
it is possible to draw it so that none of the edges intersect
curve:
a continuous image of the unit interval
a set of points C={z(t) in R2|0<=t<=1}
z(t)=(x(t),y(t))
simple curve:
a curve that doesn’t intersect itself
closed curve:
a curve that only intersects itself at z(0)=z(1), so makes a loop
arcwise-connected:
a set S in R2 is arcwise connected if, for all x,y in S, there is a curve z(t):[0,1]->S with z(0)=x and z(1)=y
jordan curve theorem:
a simple closed curve splits the plane into two disjoint arcwise-connected sets, the interior and the exterior, any curve that joins a point in the interior to one in the exterior must intersect the original simple closed curve
faces:
the regions created by edges between vertices, this includes the region on the outside
euler’s formula:
if G is a connected planar graph with |V|=n and |E|=m, then any planar diagram for G has f=2+m-n faces
sparse:
a graph is sparse when |E|«(n(n-1))/2
means they have fewer edges than they could, most planar graphs end up sparse
bridge:
an edge in a connected graph G is a bridge if the graph G\e has more than one connected component
girth:
the length of the shortest cycle in a graph G
must be 3<=girth<=n
if G is a connected planar graph with |V|=n and |E|=m:
either G is acyclic and m=n-1
or G has at least 1 cycle and so a girth g, where m<=(g(n-2))/(g-2)
if G is a connected planar graph with 3<=n=|V| and |E|=m:
m<=3n-6
the nonplanar graphs:
must contain a subgraph of K5 or of K3,3
subdivision:
a subdivision of a graph is when you remove an edge and replace it with a path with k>=0 new vertices each of which has degree 2
G itself is a subdivision where there’s 0 new vertices