Graph Theory Final Review Flashcards

1
Q

Kuratowski’s Theorem (Minors)

A

A Graph G is not planar iff it has a K3,3 or K5 minor

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

Kuratowski’s Theorem (Topological Minors)

A

A Graph G is not planar iff it has a topological minor isomorphic to K3,3 or K5

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

Menger’s Theorem (Disjoint s-t paths)

A

Let S and T be sets of vertices in a graph G then for k element of integers one of the following is true 1) There exist k disjoint s-t paths or 2) There is a k-1 separation (A,B) of G with s within A and t within B

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

Menger’s Theorem (Internally disjoint s-t paths)

A

Let S and T be distinct non adjacent vertices in a graph G then for k where k is an element of the integers one of the following statements is true either 1) There exist k internally disjoint s-t paths or 2) There is a k-1 separation of (A,B) of G with S element of V(A)\V(B) and T element of V(B)\V(A)

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

K connected

A

If G - X is connected for all sets x element of V(G) and |x| < k

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

Block

A

Maximal nonseperable subgraph

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

3 Facts about Blocks

A

1) A Graph G is planar iff all its blocks are planar
2) A Graph G is bipartite iff all its blocks are bipartite
3) A Graph G is k-colorable iff all its blocks are k-colorable

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

What is the number of ears in a loopless 2 connected graph?

A

|E|-|V|+1

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

What properties do the excluded minors of planar graphs have

A

Simple and 3 connected

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

Tuttle’s Wheel Theorem

A

Let G be a simple 3 connected graph with |V(G)| >= 4. If G is not a wheel then there exists an edge in G such that either G-e or G/e is both simple and 3 connected

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

Prove Kuratowski’s Theorem for Minors using Tuttle’s Wheel theorem

A

Page 21-23

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

Theorem [Tuttle]

A

Let C be a cycle in a graph G then G is planar iff for each bridge B of C the graph B U C is planar and the overlap graph is bipartite.

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

What condition causes a graph G to have a separating cycle and what opposite condition causes a graph G to be planar

A

If |E| > |V| + 1 then G has a seperating cycle. If |E| <= |V| + 1 G is planar

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

Tutte’s matching theorem

A

A graph G has no perfect matching iff there exists vertices of G named X such that odd(G-X) > |X|

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

2 Tuttle Berge formulas

A

Max matching = Min(|X|+(|V(G-X)|- odd(G-X))/2) For all possible X subset of V(G)

Def(G) = Max odd(G-x)-|X|

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

Edmond Gallai Theorem

A

T(G) is a Tuttle Set

17
Q

Edmond’s Matching Algorithm

A

IDK