Schedulings / Edge Colorings Flashcards

1
Q

Defn/ An n-edge coloring

A

assigns colors 1,..n to each edge in G (not necessarily a ‘proper’ covering)

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

Defn/ A proper n-edge coloring is

A

is an edge coloring s.t. adjacent edges have different colors.

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

Prop: If K is the minimum size of a proper k-edge coloring of G, then Chi(G) = K, where K is the edge chromatic number

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

Prop: Chi(G) >= Del(G)

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

Lemma: If G conn., not an odd cycle, it has a 2-edge coloring, in which both colors are represented at vertices of degree >=2

A

Eulerian cycle etc. and other BS. Either G eulerian or can be made eulerian

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

Defn/ FOr a k-edge coloring C of graph G, C(v) =

A

C(v) = # of diff. colored edges incident to v.

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

Defn/ A (not necess. proper) coloring C’ is optimal if

A

if [allVert]SumC(v) is as large as possible

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

Lemma/ If C is an optimal k-edge coloring and u is a vertex in which color i not represented, and color j is represented twice, G contains an odd cycle

A

Pf/ Let H be subgraph induced by i and j edges.
If H not an odd cycle, H has 2 coloring with both colors represented at each vert.
This coloring produces a new edge coloring that is better, thus contradict C being optimal.

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

Alg/ Bipartite edge colorings algorithm:

A
  1. Begin with any k coloring.
  2. If not proper, then there exists vertex u, where color i is rep. twice, color j not at all.
  3. Use lemma to recolor component of induced i,j subgraph. As in, add an imaginary vertex and then,
  4. Connect vertices with odd degree to it to make an odd cycle, then recolor based on that.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Thm/ (Vizing) (minimum proper edge coloring) Chi’ = Del, or Chi’ = Del + 1.

A

Wack ass proof

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