DP-coloring of planar graphs Runrun Liu Central China Normal - - PowerPoint PPT Presentation

dp coloring of planar graphs
SMART_READER_LITE
LIVE PREVIEW

DP-coloring of planar graphs Runrun Liu Central China Normal - - PowerPoint PPT Presentation

DP-coloring of planar graphs Runrun Liu Central China Normal University May 17, 2019 Runrun Liu DP-coloring of planar graphs Definitions: proper coloring and list coloring A (proper) k-coloring of G is a mapping f : V ( G ) [ k ] such that


slide-1
SLIDE 1

DP-coloring of planar graphs

Runrun Liu

Central China Normal University

May 17, 2019

Runrun Liu DP-coloring of planar graphs

slide-2
SLIDE 2

Definitions: proper coloring and list coloring

A (proper) k-coloring of G is a mapping f : V (G) → [k] such that f (u) = f (v) whenever uv ∈ E(G). The chromatic number χ(G) is the smallest k such that G has a k-coloring.

Runrun Liu DP-coloring of planar graphs

slide-3
SLIDE 3

Definitions: proper coloring and list coloring

A (proper) k-coloring of G is a mapping f : V (G) → [k] such that f (u) = f (v) whenever uv ∈ E(G). The chromatic number χ(G) is the smallest k such that G has a k-coloring.

Runrun Liu DP-coloring of planar graphs

slide-4
SLIDE 4

Definitions: proper coloring and list coloring

A list assignment of G is a function L that gives each vertex L(v) colors. A graph G is list colorable if there is a proper coloring c of V (G) such that c(v) ∈ L(v) for each v ∈ V (G).

Runrun Liu DP-coloring of planar graphs

slide-5
SLIDE 5

Definitions: proper coloring and list coloring

A list assignment of G is a function L that gives each vertex L(v) colors. A graph G is list colorable if there is a proper coloring c of V (G) such that c(v) ∈ L(v) for each v ∈ V (G). A graph G is k-choosable if G is list colorable for each L with |L(v)| ≥ k. The list chromatic number χℓ(G) is the smallest k such that G is k-choosable.

Runrun Liu DP-coloring of planar graphs

slide-6
SLIDE 6

Definitions: proper coloring and list coloring

A list assignment of G is a function L that gives each vertex L(v) colors. A graph G is list colorable if there is a proper coloring c of V (G) such that c(v) ∈ L(v) for each v ∈ V (G). A graph G is k-choosable if G is list colorable for each L with |L(v)| ≥ k. The list chromatic number χℓ(G) is the smallest k such that G is k-choosable. an example for that: χ(G) < χℓ(G).

Runrun Liu DP-coloring of planar graphs

slide-7
SLIDE 7

Definitions: proper coloring and list coloring

A list assignment of G is a function L that gives each vertex L(v) colors. A graph G is list colorable if there is a proper coloring c of V (G) such that c(v) ∈ L(v) for each v ∈ V (G). A graph G is k-choosable if G is list colorable for each L with |L(v)| ≥ k. The list chromatic number χℓ(G) is the smallest k such that G is k-choosable. an example for that: χ(G) < χℓ(G).

Runrun Liu DP-coloring of planar graphs

slide-8
SLIDE 8

Background of DP-coloring

All planar graphs without 4-cycles and 5-cycles are 3-colorable.

s'

  • Erd 

Find k, such that all planar graphs without cycles of length from 4 to k are 3-colorable. All planar graphs without cycles of length from 4 to 9 are 3-choosable. All planar graphs without cycles of length from 4 to 8 are 3-choosable.

Runrun Liu DP-coloring of planar graphs

slide-9
SLIDE 9

Background of DP-coloring

All planar graphs without 4-cycles and 5-cycles are 3-colorable.

s'

  • Erd 

Find k, such that all planar graphs without cycles of length from 4 to k are 3-colorable. All planar graphs without cycles of length from 4 to 9 are 3-choosable. All planar graphs without cycles of length from 4 to 8 are 3-choosable.

Theorem (Dvoˇ r´ ak and Postle, 2017) Every planar graph without cycles of length from 4 to 8 is 3-choosable.

Runrun Liu DP-coloring of planar graphs

slide-10
SLIDE 10

The definition of DP-coloring

In order to understand the definition easier, let’s consider another perspective of proper coloring and list coloring.

Runrun Liu DP-coloring of planar graphs

slide-11
SLIDE 11

The definition of DP-coloring

In order to understand the definition easier, let’s consider another perspective of proper coloring and list coloring. Example: Goal: find an independent set of order 4 (that intersects each color list exactly once)

Runrun Liu DP-coloring of planar graphs

slide-12
SLIDE 12

The definition of DP-coloring

In order to understand the definition easier, let’s consider another perspective of proper coloring and list coloring. Example: Goal: find an independent set of order 4 (that intersects each color list exactly once)

Runrun Liu DP-coloring of planar graphs

slide-13
SLIDE 13

The definition of DP-coloring

G

L

G

Graph G Host graph GL v ∈ V (G) a clique of |Lv| vertices uv ∈ E(G) a matching between Lu and Lv G is DP-k-colorable For each v ∈ V (G) with |Lv| ≥ k, there exists an independent set of |V (G)| vertices in GL for every matching assignment.

Runrun Liu DP-coloring of planar graphs

slide-14
SLIDE 14

The advantage of DP-coloring

In DP-coloring, it does not matter if we set all list assignments to be the same.

Runrun Liu DP-coloring of planar graphs

slide-15
SLIDE 15

The advantage of DP-coloring

In DP-coloring, it does not matter if we set all list assignments to be the same. So, one can impose constraints (“consistency”) on matching assignment so that locally it becomes proper coloring. So, identifying vertices becomes valid.

Runrun Liu DP-coloring of planar graphs

slide-16
SLIDE 16

The advantage of DP-coloring

In DP-coloring, it does not matter if we set all list assignments to be the same. So, one can impose constraints (“consistency”) on matching assignment so that locally it becomes proper coloring. So, identifying vertices becomes valid.

Runrun Liu DP-coloring of planar graphs

slide-17
SLIDE 17

If one can reduce the following structure, then Borodin’s conjecture would be confirmed.

Runrun Liu DP-coloring of planar graphs

slide-18
SLIDE 18

If one can reduce the following structure, then Borodin’s conjecture would be confirmed.

Runrun Liu DP-coloring of planar graphs

slide-19
SLIDE 19

Results 1

The result of Dvoˇ r´ ak and Postle can be strengthened:

Runrun Liu DP-coloring of planar graphs

slide-20
SLIDE 20

Results 1

The result of Dvoˇ r´ ak and Postle can be strengthened: Theorem (L.-Li, 2018+) Planar graphs without adjacent cycles of length at most 8 are 3-choosable.

Runrun Liu DP-coloring of planar graphs

slide-21
SLIDE 21

Results 1

The result of Dvoˇ r´ ak and Postle can be strengthened: Theorem (L.-Li, 2018+) Planar graphs without adjacent cycles of length at most 8 are 3-choosable. New results on 3-choosability can be proved:

Runrun Liu DP-coloring of planar graphs

slide-22
SLIDE 22

Results 1

The result of Dvoˇ r´ ak and Postle can be strengthened: Theorem (L.-Li, 2018+) Planar graphs without adjacent cycles of length at most 8 are 3-choosable. New results on 3-choosability can be proved: Theorem (Yin-Yu, 2018+) The following planar graphs are DP-3-colorable:

without {4, 5}-cycles and distance of triangles at least 3. without {4, 5, 6}-cycles and distance of triangles at least 2.

Runrun Liu DP-coloring of planar graphs

slide-23
SLIDE 23

Results 2

Some results on list 3-coloring can be strengthened:

Runrun Liu DP-coloring of planar graphs

slide-24
SLIDE 24

Results 2

Some results on list 3-coloring can be strengthened: Theorem (L.-Loeb-Yin-Yu, 2019) Planar graphs without {3, 6, 7, 8}-cycles, or {3, 5, 6}-cycles or {5, 6, 7}-cycles, or {4, 5, 6, 9}-cycles, or {4, 5, 7, 9}-cycles are DP-3-colorable.

Runrun Liu DP-coloring of planar graphs

slide-25
SLIDE 25

Results 2

Some results on list 3-coloring can be strengthened: Theorem (L.-Loeb-Yin-Yu, 2019) Planar graphs without {3, 6, 7, 8}-cycles, or {3, 5, 6}-cycles or {5, 6, 7}-cycles, or {4, 5, 6, 9}-cycles, or {4, 5, 7, 9}-cycles are DP-3-colorable. In particular, planar graphs without {4, a, b, 9}-cycles with 5 ≤ a = b ≤ 8.

Runrun Liu DP-coloring of planar graphs

slide-26
SLIDE 26

Results 2

Some results on list 3-coloring can be strengthened: Theorem (L.-Loeb-Yin-Yu, 2019) Planar graphs without {3, 6, 7, 8}-cycles, or {3, 5, 6}-cycles or {5, 6, 7}-cycles, or {4, 5, 6, 9}-cycles, or {4, 5, 7, 9}-cycles are DP-3-colorable. In particular, planar graphs without {4, a, b, 9}-cycles with 5 ≤ a = b ≤ 8. Theorem (L.-Loeb-Rolek-Yin-Yu, 2019) Planar graphs without {4, 9}-cycles and cycles of two lengths from {6, 7, 8} are DP-3-colorable.

Runrun Liu DP-coloring of planar graphs

slide-27
SLIDE 27

Results 2

Some results on list 3-coloring can be strengthened: Theorem (L.-Loeb-Yin-Yu, 2019) Planar graphs without {3, 6, 7, 8}-cycles, or {3, 5, 6}-cycles or {5, 6, 7}-cycles, or {4, 5, 6, 9}-cycles, or {4, 5, 7, 9}-cycles are DP-3-colorable. In particular, planar graphs without {4, a, b, 9}-cycles with 5 ≤ a = b ≤ 8. Theorem (L.-Loeb-Rolek-Yin-Yu, 2019) Planar graphs without {4, 9}-cycles and cycles of two lengths from {6, 7, 8} are DP-3-colorable. We cannot (yet) strengthen the case without {4, 5, 8, 9}-cycle.

Runrun Liu DP-coloring of planar graphs

slide-28
SLIDE 28

Results 3

By way of vertex identification, new sufficient conditions for a graph to be 4-choosable (and DP-4-coloring) can be obtained

Runrun Liu DP-coloring of planar graphs

slide-29
SLIDE 29

Results 3

By way of vertex identification, new sufficient conditions for a graph to be 4-choosable (and DP-4-coloring) can be obtained Theorem (L.-Li, 2019) Planar graphs without 4-cycles adjacent to two triangles are DP-4-colorable.

Runrun Liu DP-coloring of planar graphs

slide-30
SLIDE 30

Results 3

By way of vertex identification, new sufficient conditions for a graph to be 4-choosable (and DP-4-coloring) can be obtained Theorem (L.-Li, 2019) Planar graphs without 4-cycles adjacent to two triangles are DP-4-colorable. Theorem (Chen-L.-Yu-Zhao-Zhou, 2018+) Planar graphs without 4-cycles adjacent to 5-cycles, or 4-cycles adjacent to 6-cycles are DP-4-colorable.

Runrun Liu DP-coloring of planar graphs

slide-31
SLIDE 31

Results 3

By way of vertex identification, new sufficient conditions for a graph to be 4-choosable (and DP-4-coloring) can be obtained Theorem (L.-Li, 2019) Planar graphs without 4-cycles adjacent to two triangles are DP-4-colorable. Theorem (Chen-L.-Yu-Zhao-Zhou, 2018+) Planar graphs without 4-cycles adjacent to 5-cycles, or 4-cycles adjacent to 6-cycles are DP-4-colorable. Theorem (L.-Li-Nakprasit-Sittitrai-Yu, 2018+) Planar graphs without 3-cycles adjacent to 5-cycles, or 3-cycles adjacent to 6-cycles are DP-4-colorable.

Runrun Liu DP-coloring of planar graphs

slide-32
SLIDE 32

Future directions

Runrun Liu DP-coloring of planar graphs

slide-33
SLIDE 33

Future directions

Is planar graph without cycles of length from 4 to 8 DP-3-colorable?

Runrun Liu DP-coloring of planar graphs

slide-34
SLIDE 34

Future directions

Is planar graph without cycles of length from 4 to 8 DP-3-colorable? Is planar graph without K −

4 4-choosable? DP-4-colorable?

Runrun Liu DP-coloring of planar graphs

slide-35
SLIDE 35

Future directions

Is planar graph without cycles of length from 4 to 8 DP-3-colorable? Is planar graph without K −

4 4-choosable? DP-4-colorable?

Is every simple graph DP-edge-colorable with ∆ + 1 colors?

Runrun Liu DP-coloring of planar graphs

slide-36
SLIDE 36

Future directions

Is planar graph without cycles of length from 4 to 8 DP-3-colorable? Is planar graph without K −

4 4-choosable? DP-4-colorable?

Is every simple graph DP-edge-colorable with ∆ + 1 colors? DP-coloring of hypergraphs (Bernshteyn and Kostochka)

Runrun Liu DP-coloring of planar graphs

slide-37
SLIDE 37

Future directions

Is planar graph without cycles of length from 4 to 8 DP-3-colorable? Is planar graph without K −

4 4-choosable? DP-4-colorable?

Is every simple graph DP-edge-colorable with ∆ + 1 colors? DP-coloring of hypergraphs (Bernshteyn and Kostochka) DP-coloring of digraphs (Bang-Jensen, Bellitto, Schweser, Stiebitz)

Runrun Liu DP-coloring of planar graphs