Planar graphs Flashcards

1
Q

what does it mean for a graph to be planar:

A

it is possible to draw it so that none of the edges intersect

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

curve:

A

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))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

simple curve:

A

a curve that doesn’t intersect itself

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

closed curve:

A

a curve that only intersects itself at z(0)=z(1), so makes a loop

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

arcwise-connected:

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

jordan curve theorem:

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

faces:

A

the regions created by edges between vertices, this includes the region on the outside

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

euler’s formula:

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

sparse:

A

a graph is sparse when |E|«(n(n-1))/2
means they have fewer edges than they could, most planar graphs end up sparse

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

bridge:

A

an edge in a connected graph G is a bridge if the graph G\e has more than one connected component

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

girth:

A

the length of the shortest cycle in a graph G
must be 3<=girth<=n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

if G is a connected planar graph with |V|=n and |E|=m:

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

if G is a connected planar graph with 3<=n=|V| and |E|=m:

A

m<=3n-6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

the nonplanar graphs:

A

must contain a subgraph of K5 or of K3,3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

subdivision:

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

homeomorphic:

A

2 graphs are homeomorphic if they are isomorphic to subdivisions of the same graph
a graph is homeomorphic to itself

17
Q

kuratowski’s theorem:

A

a graph is planar iff it doesn’t contain a subgraph that is homeomorphic to K5 or K3,3

18
Q

edge contraction:

A

given a graph and an edge (u,v), you make an edge contraction by deleting u, v, and all their edges and introducing a new vertex w which is adjacent to all the vertices that u and v were adjacent to
Aw=(Au U Av){u,v}
we call this G/e

19
Q

contractible:

A

a graph G is contractible to graph H if G can be converted to a graph isomorphic to H by a sequence of edge contractions

20
Q

wagner’s theorem:

A

a graph G is planar iff it doesn’t contain a subgraph that is contractible to K5 or K3,3