Week 2 Flashcards

1
Q

What is r-Connectivity?

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

What is a Harry Graph?

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

How to construct a Harary Graph if r and n is even?

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

How to construct a Harary Graph if r odd and n is even?

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

How to Harary Graph construct both r and n are odd?

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

What is the definition of vertex independent?

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

What is the definition of edge-independent?

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

What is Menger’s theorem?

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

What is the definition of Biparte graph?

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

What is the definition of a ranked embedding?

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

What is the theorem about biparte, and ranked embedding?

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

What is the definition of a planar graph?

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

What is Euler’s theorem?

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

What is a theorem about a planar graph with n ≥ 3 and m edges?

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

What is a theorem about a planar graph and one vertex v, with delta(v)?

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

What is a directed graph?

A
17
Q

What is the indegree and outdegree of a vertex?

A
18
Q

What is a theorem about the indegree and outdegree?

A
19
Q

What is the difference when storing a undirected graph and directed graph in an adjecency list?

A
20
Q

What is the goal of edge coloring?

A
21
Q

What is the definition and notation of an r-edge coloarable edge?

A
22
Q

What is the definition of Δ(G)?

A
23
Q

What is a theorem of ϗ’(G)?

A
24
Q

What is the definition of r-vertex colorable?

A
25
Q

Proof that:

A
26
Q

What is the maximum number of colors needed for a planar graph?

A

4

27
Q

How to show that a most 5 colors are needed to color a planar map?

A

Proof by induction on the number of vertices of G.
Basecase. If n = 2, we can color the vertices of G with 2 colors and 2≤5.

Induction hypothesis. Assume any planar graph with at most n vertices can be “vertex colored” with ≤ 5 colors.

Inductive step. We have to show that any planar G with n + 1 vertices can be “vertex colored” with ≤ 5 vertices.

  • Take an arbitrary graph G with n + 1 vertices.
  • G has at least one vertex, say v, with degree ≤ 5. Why?
  • Let G∗ = G − {v}. The vertices of G∗ can be colored with ≤ 5 colors, by induction hypothesis. Assume c1, . . . , c5 are the colors used in G∗.
  • If |N(v)| ≤ 5, then v can be colored with an unused color and we’re done. - So, we assume that N(v) = 5 all 5 colors are used by N(v).
  • Let N (v) = {v1, v2, . . . , v5}, clockwise around v, and color(vi) = ci.

Case 1. Assume that no [v1, v3]-path in G∗ has only colors c1 and c3.

  • Let H be the subgraph induced by all (v1, w)-paths in G∗ that have only colors c1 and c3. (Suppose the following path is one of them.)
  • Vertex v3 and its neighbor are not in H. Why?
  • Interchanging c1 and c3 in H doesn’t violate the “proper coloring” of G∗.
  • v1’s color becomes (and v3’s color is still) c3, so v can be colored with c1.

Case 2. Some [v1, v3]-path P in G∗ has only colors c1 and c3. Since G is planar, the cycle [P, v, v1] in G encloses either v2 or v4.

v1 v5

v

v2 v3

v4
- This implies that there is no [v2, v4]-path in G∗ with only colors c2 and c4.

  • Let H′ be the subgraph induced by all (v2,w)-paths in G∗ that have only colors c2 and c2.
  • Vertex v4 and its neighbor are not in H′.
  • Interchanging c2 and c4 in H′ doesn’t violate the “proper coloring” of G∗.
  • v2’s color becomes (and v4’s color is still) c4, so v can be colored with c2.