SlideShare a Scribd company logo
Date
List Coloring
Submitted by:
Amit Kumar
2019MT60744
Supervised by:
Dr. Bhawani Sankar Panda,
Professor
Department of Mathematics
What is a proper colouring of a graph?
Painting all the vertices of a graph with colors such that no two
adjacent vertices have the same color is called the proper coloring.
Example:
Improper Coloring Proper colorings
What is chromatic number?
Chromatic number of a graph or χ(G) is the minimum unique
colors needed to provide a proper coloring of graph.
χ(K4,2) = 2
Chromatic number
of Any bipartite
graph is 2.
What is list colouring?
For a graph G, a list coloring of G is a proper coloring of the
vertices of G from color lists L(v) available at each vertex.
Let A be a set of colors, let L(v) be some subset of A assigned to
the vertex v for each vertex in G. A list coloring is a function f from
v to L(v) such that f(v) ≠ f(u) for any two adjacent vertices u, v.
A={1,2,3}
A valid colouring f: v->L(v) is as
follows:
f(y1)=1
f(x1)=3
f(x2)=2
K-choosable and List chromatic number
We call a graph k-choosable if there exists a proper coloring for
any list of k colors assigned to each vertex
The list chromatic number (or choice number) of a graph G,
denoted χl(G), is the minimum k for which G is k-choosable
Consider the example of K4,2, we know that that the chromatic
number or χ(K4,2) is 2. In fact χ of any bipartite graph is 2.
What about χl(K4,2)?
K-choosable and List chromatic number
K4,2 is not 2-choosable, here is a counter example:
Consider the following 2-lists for each node:
It is impossible to provide an appropriate coloring of the above
graph, hence it is not 2 colorable.
K-choosable and List chromatic number
From the previous example, we can get an intuition of the
following result:
χ(G)<=χl(G)
Since, if we assign {1,2,3,…, χ(G)-1} to each vertex, we know the
graph is not colorable using the definition of χ(G).
Also, χ(G)<=Δ(G) + 1, since all the vertices can be colored
differently than the neighbors.
K-choosability of Trees.
We know χ(T)= 2, so χl(T)>=2.
In fact χl(T)=2.
Proof:
Let T be a tree, where each vertex v has |L(v)|=2,
Let T’ be the tree obtained after removing all the
leaves from T.
T is colorable if T’ is colorable, Since for any leaf
in T we can color it exactly different from its
parent’s color in T’.
Apply the same process on T’ again and again till
we’re left with the root of the tree, Which is
colourable.
K-choosability of certain Bipartite graphs
For complete bipartite graphs G of the form Kn^n,n , χl(G) ≥ n + 1.
Proof:
Let G=XUY, |X|=nn, and |Y|=n.
Let L(yi)={i1,i2,..,in}, and let L(xi) be one possible set formed by
taking one color from each L(yi). Then all possible sets will be
covered in X with one color from each L(yi). Now consider any
possible coloring f of G.
Then there exists an xi with L(xi)={f(y1), f(y2), f(y3),… ,f(yn)}, (since
all possible sets were covered), this vertex will hence be uncolorable.
K-choosability of certain Bipartite graphs
For all complete bipartite graphs G=XUY of the form Kn,n,
where n=2k-1Ck, χl(G) ≥ k + 1
Say we use a total of 2k-1 colors, i.e. |A|=2k-1.
Consider n unique subsets of A, of size K, assign each one of these
subsets to n vertices in X and Y each.
Notice: In coloring n vertices of X, we use at least k colors.
Say we use k-1 colours out of 2k-1 not using rest k colors, then there exists a
vertex in x with L(x) exactly equal to these k colors.(since all possible subsets
are covered)
There exists a vertex in Y, y such that L(y) is exactly these k
colors.(all possible sets), hence this vertex will be not colorable.
K-choosability of planar graphs
Proof:
Suppose G is maximally planar (i.e. all bounded faces are triangles,
and the outer face is a cycle C). We show that if G has two adjacent
external vertices with different lists of size 1, all other external
vertices have lists of size 3, and all internal vertices have lists of size
5, then G can be properly colored.
Since adding edges to a graph cannot reduce its list chromatic
number, it is sufficient to prove this claim for maximal G.
We perform the proof using induction.
K-choosability of planar graphs
Proof:
Base case: If n = 3, then G is a triangle. Let V (G) = {v1, v2, v3},
and L(v1) = {1} and L(v2) = {2}. Then, since |L(v3)| = 3, there
exists a color for v3 that is different from v1 and v2.
Induction step: We consider graphs on > 3 vertices. Let C =
v1v2v3...vpv1 be the external cycle of G. Suppose that v1 and vp
have different color lists both of size 1. We consider two cases:
1) Suppose G has a chord between vertices vi and vj in C. We consider the two smaller
cycles C’ = v1v2...vivj ...vpv1 and C’’ = vivi+1...vjvi . We first apply our induction
hypothesis to C’ and its interior. This provides a proper coloring where vi , vj are
adjacent and differently colored. We then apply our induction hypothesis to C’’ and
its interior. The resulting colorings give us a list coloring of G.
2) If G is chordless?
K-choosability of planar graphs
Proof:
If G is chordless: (say v1 and vp are adjacent)
Let {v1, u1, ..., um, v3} be the neighborhood of v2. Since G is maximally planar,
v1u1...umv3 must form a path from v1 to v3, since G is chordless, {u1, ..., um} are
all internal vertices of G.
Consider G’=G-v2 , Let v1 be colored with color c. Since |L(v2)| = 3, there exist
two colors x, y ∈ |L(v2)| such that x ≠ c and y ≠ c. For all ui ∈ {u1, ..., um}, let
L’(ui) = L(ui)  {x, y}. This is possible since all such vertices are internal and
therefore have lists of size 5. Therefore, |L’(ui)| ≥ 3.
Now apply induction to G’ , now only v3 could be colored x or y, color v2
differently.
Characterisation of Graphs with Xl(G)=2
Theorem: G is 2-choosable if and only if the core of G(pruning
leaves) lies in T={K1, C2m+2, Θ2,2,2m}.
We call a graph G a Θ-graph if G consists of two vertices u and v
with three vertex-disjoint paths between them.
Characterisation of Graphs with Xl(G)=2
The proof for one way for K1 is clear. Consider Θ2,2,2m
Case 1: L(A1)=L(A2)=L(A3)=….=L(A2m+1)={x,y}, simply colour
them alternating and then colour of A1 and A2m+1 will be same, so B
and D are colourable.
Characterisation of Graphs with Xl(G)=2
Case 2: L(Ai)≠L(Ai+1) for some i,
 Tentatively choose xi ∈ Ai-Ai+1, Now choose xi-1 ∈ Ai-1-{xi} , keep going till
choosing x1, now if A2m+1 = {b,d} and {L(B),L(D)} ≠{{x1,b},{x1,d}}, then ∃ x ∈
A2m+1 s.t L(B)-{x,x1} ≠Φ and L(D)-{x,x1} ≠Φ, then choose x for A2m+1, now
keep going by choosing x2m ∈ A2m-{x}, till xi+1=Ai+1-xi+2. We know that xi+1 ≠xi,
since xi ∈ Ai-Ai+1
Characterisation of Graphs with Xl(G)=2
Case 2: L(Ai)≠L(Ai+1) for some i,
 If {L(B),L(D)} ={{x1,b},{x1,d}}, then go the other way, i.e take xi+1 ∈
Ai+1-Ai, and xi+2 ∈ Ai+2-{xi+1}, .. Till x2m+1 ∈ A2m+1={b,d}, now let B and D
be colored x1, so choose a color for A1 from A1-x1, keep going till we
complete circle.
Characterisation of Graphs with Xl(G)=2
Other side of the proof is done by exhausting all possibilities, by
showing that either G is in T or else G contains a subgraph of the
following type:
1. An odd cycle.
2. 2 node disjoint even cycles connected by a path.
3. Two even cycles having exactly one node in common .
4. Θa,b,c where a≠2 and b≠2 .
5. Θ2,2,2,2m+1
Then we prove the above 5 categories are not 2 choosable
Further Readings:
Josep D´ıaz, Oznur Ya¸sar Diner, Maria Serna, and Oriol Serra. On
list k-coloring ¨ convex bipartite graphs, 2020Josep D´ıaz, Oznur
Ya¸sar Diner, Maria Serna, and Oriol Serra. On list k-coloring ¨
convex bipartite graphs, 2020.
The above paper talks about polynomial time solving of List-k
Coloring (Each list at vertex is a subset of {1,2,..k}) for convex
bipartite graph.
Future goals expanding the above result for circular convex
bipartite graphs and studying cubic bipartite graphs.
References
1. Abel Romer. List colorings. 2020.
2. Paul Erdos, Arthur L Rubin, and Herbert Taylor. Choosability in
graphs. Congr. Numer, 26(4):125–157, 1979.
3. Noga Alon and Michael Tarsi. Colorings and orientations of
graphs. Combinatorica, 12:125–134, 1992.
4. Carsten Thomassen. Every planar graph is 5-choosable. Journal
of Combinatorial Theory Series B, 62(1):180–181, 1994.
5. Josep D´ıaz, Oznur Ya¸sar Diner, Maria Serna, and Oriol Serra.
On list k-coloring ¨ convex bipartite graphs, 2020

More Related Content

What's hot

Factors affecting acoustic of building and their remedies
Factors affecting acoustic of building and their remediesFactors affecting acoustic of building and their remedies
Factors affecting acoustic of building and their remedies
Dhrupal Patel
 
LIGHTING
LIGHTINGLIGHTING
LIGHTING
Pengeneee Peng
 
Chapter 5 introduction to VHDL
Chapter 5 introduction to VHDLChapter 5 introduction to VHDL
Chapter 5 introduction to VHDL
SSE_AndyLi
 
Preemptive analgesia
Preemptive analgesiaPreemptive analgesia
Preemptive analgesia
Mounika Thommandru
 
Digital Electronics | Computer Science
Digital Electronics | Computer ScienceDigital Electronics | Computer Science
Digital Electronics | Computer Science
Transweb Global Inc
 
ORDENANZA REGULADORA DEL MEDIO AMBIENTE DE MAJADAHONDA
ORDENANZA REGULADORA DEL MEDIO AMBIENTE DE MAJADAHONDAORDENANZA REGULADORA DEL MEDIO AMBIENTE DE MAJADAHONDA
ORDENANZA REGULADORA DEL MEDIO AMBIENTE DE MAJADAHONDA
ALLPE Acústica
 
Acoustics in buildings
Acoustics in buildingsAcoustics in buildings
Acoustics in buildings
Parthasarathy Srinivasan
 
Neuromuscular blocking drugs & reversal agents
Neuromuscular blocking drugs & reversal agentsNeuromuscular blocking drugs & reversal agents
Neuromuscular blocking drugs & reversal agents
Karthika Raju
 
The illumination
The illuminationThe illumination
The illumination
Ashritha Gowda
 
Acoustics in buildings
Acoustics in  buildingsAcoustics in  buildings
Acoustics in buildings
DEPARTMENT OF PHYSICS
 
Anesthesia for Lower limb revascularization
Anesthesia for Lower limb revascularizationAnesthesia for Lower limb revascularization
Anesthesia for Lower limb revascularization
Gopan Gopalakrisna Pillai
 
Logic gates
Logic gatesLogic gates
Logic gates
Nisarg Amin
 
Encoder, decoder, multiplexers and demultiplexers
Encoder, decoder, multiplexers and demultiplexersEncoder, decoder, multiplexers and demultiplexers
Encoder, decoder, multiplexers and demultiplexers
pubgalarab
 
Graphs, Trees, Paths and Their Representations
Graphs, Trees, Paths and Their RepresentationsGraphs, Trees, Paths and Their Representations
Graphs, Trees, Paths and Their Representations
Amrinder Arora
 
The autonomic nervous system and its implications in
The autonomic nervous system and its implications inThe autonomic nervous system and its implications in
The autonomic nervous system and its implications in
dr anurag giri
 
Electronics: Logic Gates
Electronics: Logic GatesElectronics: Logic Gates
Electronics: Logic Gates
Marc Owen Rentap anak Dineal Gumis
 

What's hot (16)

Factors affecting acoustic of building and their remedies
Factors affecting acoustic of building and their remediesFactors affecting acoustic of building and their remedies
Factors affecting acoustic of building and their remedies
 
LIGHTING
LIGHTINGLIGHTING
LIGHTING
 
Chapter 5 introduction to VHDL
Chapter 5 introduction to VHDLChapter 5 introduction to VHDL
Chapter 5 introduction to VHDL
 
Preemptive analgesia
Preemptive analgesiaPreemptive analgesia
Preemptive analgesia
 
Digital Electronics | Computer Science
Digital Electronics | Computer ScienceDigital Electronics | Computer Science
Digital Electronics | Computer Science
 
ORDENANZA REGULADORA DEL MEDIO AMBIENTE DE MAJADAHONDA
ORDENANZA REGULADORA DEL MEDIO AMBIENTE DE MAJADAHONDAORDENANZA REGULADORA DEL MEDIO AMBIENTE DE MAJADAHONDA
ORDENANZA REGULADORA DEL MEDIO AMBIENTE DE MAJADAHONDA
 
Acoustics in buildings
Acoustics in buildingsAcoustics in buildings
Acoustics in buildings
 
Neuromuscular blocking drugs & reversal agents
Neuromuscular blocking drugs & reversal agentsNeuromuscular blocking drugs & reversal agents
Neuromuscular blocking drugs & reversal agents
 
The illumination
The illuminationThe illumination
The illumination
 
Acoustics in buildings
Acoustics in  buildingsAcoustics in  buildings
Acoustics in buildings
 
Anesthesia for Lower limb revascularization
Anesthesia for Lower limb revascularizationAnesthesia for Lower limb revascularization
Anesthesia for Lower limb revascularization
 
Logic gates
Logic gatesLogic gates
Logic gates
 
Encoder, decoder, multiplexers and demultiplexers
Encoder, decoder, multiplexers and demultiplexersEncoder, decoder, multiplexers and demultiplexers
Encoder, decoder, multiplexers and demultiplexers
 
Graphs, Trees, Paths and Their Representations
Graphs, Trees, Paths and Their RepresentationsGraphs, Trees, Paths and Their Representations
Graphs, Trees, Paths and Their Representations
 
The autonomic nervous system and its implications in
The autonomic nervous system and its implications inThe autonomic nervous system and its implications in
The autonomic nervous system and its implications in
 
Electronics: Logic Gates
Electronics: Logic GatesElectronics: Logic Gates
Electronics: Logic Gates
 

Similar to List Coloring.pptx

A linear algorithm for the grundy number of a tree
A linear algorithm for the grundy number of a treeA linear algorithm for the grundy number of a tree
A linear algorithm for the grundy number of a tree
ijcsit
 
Applications and Properties of Unique Coloring of Graphs
Applications and Properties of Unique Coloring of GraphsApplications and Properties of Unique Coloring of Graphs
Applications and Properties of Unique Coloring of Graphs
IJERA Editor
 
445 colouring0
445 colouring0445 colouring0
445 colouring0
Praveen Kumar
 
Bs32440443
Bs32440443Bs32440443
Bs32440443
IJERA Editor
 
graph theory
graph theorygraph theory
graph theory
Shashank Singh
 
Graph Theory
Graph TheoryGraph Theory
Graph Theory
Prateek Pandey
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
Graph Theory,Graph Terminologies,Planar Graph & Graph Colouring
Graph Theory,Graph Terminologies,Planar Graph & Graph ColouringGraph Theory,Graph Terminologies,Planar Graph & Graph Colouring
Graph Theory,Graph Terminologies,Planar Graph & Graph Colouring
Saurabh Kaushik
 
A study-of-vertex-edge-coloring-techniques-with-application
A study-of-vertex-edge-coloring-techniques-with-applicationA study-of-vertex-edge-coloring-techniques-with-application
A study-of-vertex-edge-coloring-techniques-with-application
Ijcem Journal
 
Note on Character Theory-summer 2013
Note on Character Theory-summer 2013Note on Character Theory-summer 2013
Note on Character Theory-summer 2013
Fan Huang (Wright)
 
On sum edge coloring of regular, bipartite and split graphs
On sum edge coloring of regular,  bipartite and split graphsOn sum edge coloring of regular,  bipartite and split graphs
On sum edge coloring of regular, bipartite and split graphs
政謙 陳
 
Greedy Edge Colouring for Lower Bound of an Achromatic Index of Simple Graphs
Greedy Edge Colouring for Lower Bound of an Achromatic Index of Simple GraphsGreedy Edge Colouring for Lower Bound of an Achromatic Index of Simple Graphs
Greedy Edge Colouring for Lower Bound of an Achromatic Index of Simple Graphs
inventionjournals
 
Graph coloring
Graph coloringGraph coloring
Graph coloring
Rashika Ahuja
 
Hamiltonian Chromatic Number of Graphs
Hamiltonian Chromatic Number of GraphsHamiltonian Chromatic Number of Graphs
Hamiltonian Chromatic Number of Graphs
IJERA Editor
 
Hamiltonian Chromatic Number of Graphs
Hamiltonian Chromatic Number of GraphsHamiltonian Chromatic Number of Graphs
Hamiltonian Chromatic Number of Graphs
IJERA Editor
 
On the equality of the grundy numbers of a graph
On the equality of the grundy numbers of a graphOn the equality of the grundy numbers of a graph
On the equality of the grundy numbers of a graph
ijngnjournal
 
1 s2.0-0012365 x81900017-main
1 s2.0-0012365 x81900017-main1 s2.0-0012365 x81900017-main
1 s2.0-0012365 x81900017-main
Bala Krishna
 
Total Dominating Color Transversal Number of Graphs And Graph Operations
Total Dominating Color Transversal Number of Graphs And Graph OperationsTotal Dominating Color Transversal Number of Graphs And Graph Operations
Total Dominating Color Transversal Number of Graphs And Graph Operations
inventionjournals
 
Sol60
Sol60Sol60
Sol60
Sol60Sol60

Similar to List Coloring.pptx (20)

A linear algorithm for the grundy number of a tree
A linear algorithm for the grundy number of a treeA linear algorithm for the grundy number of a tree
A linear algorithm for the grundy number of a tree
 
Applications and Properties of Unique Coloring of Graphs
Applications and Properties of Unique Coloring of GraphsApplications and Properties of Unique Coloring of Graphs
Applications and Properties of Unique Coloring of Graphs
 
445 colouring0
445 colouring0445 colouring0
445 colouring0
 
Bs32440443
Bs32440443Bs32440443
Bs32440443
 
graph theory
graph theorygraph theory
graph theory
 
Graph Theory
Graph TheoryGraph Theory
Graph Theory
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
Graph Theory,Graph Terminologies,Planar Graph & Graph Colouring
Graph Theory,Graph Terminologies,Planar Graph & Graph ColouringGraph Theory,Graph Terminologies,Planar Graph & Graph Colouring
Graph Theory,Graph Terminologies,Planar Graph & Graph Colouring
 
A study-of-vertex-edge-coloring-techniques-with-application
A study-of-vertex-edge-coloring-techniques-with-applicationA study-of-vertex-edge-coloring-techniques-with-application
A study-of-vertex-edge-coloring-techniques-with-application
 
Note on Character Theory-summer 2013
Note on Character Theory-summer 2013Note on Character Theory-summer 2013
Note on Character Theory-summer 2013
 
On sum edge coloring of regular, bipartite and split graphs
On sum edge coloring of regular,  bipartite and split graphsOn sum edge coloring of regular,  bipartite and split graphs
On sum edge coloring of regular, bipartite and split graphs
 
Greedy Edge Colouring for Lower Bound of an Achromatic Index of Simple Graphs
Greedy Edge Colouring for Lower Bound of an Achromatic Index of Simple GraphsGreedy Edge Colouring for Lower Bound of an Achromatic Index of Simple Graphs
Greedy Edge Colouring for Lower Bound of an Achromatic Index of Simple Graphs
 
Graph coloring
Graph coloringGraph coloring
Graph coloring
 
Hamiltonian Chromatic Number of Graphs
Hamiltonian Chromatic Number of GraphsHamiltonian Chromatic Number of Graphs
Hamiltonian Chromatic Number of Graphs
 
Hamiltonian Chromatic Number of Graphs
Hamiltonian Chromatic Number of GraphsHamiltonian Chromatic Number of Graphs
Hamiltonian Chromatic Number of Graphs
 
On the equality of the grundy numbers of a graph
On the equality of the grundy numbers of a graphOn the equality of the grundy numbers of a graph
On the equality of the grundy numbers of a graph
 
1 s2.0-0012365 x81900017-main
1 s2.0-0012365 x81900017-main1 s2.0-0012365 x81900017-main
1 s2.0-0012365 x81900017-main
 
Total Dominating Color Transversal Number of Graphs And Graph Operations
Total Dominating Color Transversal Number of Graphs And Graph OperationsTotal Dominating Color Transversal Number of Graphs And Graph Operations
Total Dominating Color Transversal Number of Graphs And Graph Operations
 
Sol60
Sol60Sol60
Sol60
 
Sol60
Sol60Sol60
Sol60
 

Recently uploaded

Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
National Information Standards Organization (NISO)
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
NgcHiNguyn25
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
paigestewart1632
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
Celine George
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Fajar Baskoro
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
TechSoup
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
Dr. Mulla Adam Ali
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
Katrina Pritchard
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
Celine George
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
History of Stoke Newington
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
amberjdewit93
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
Dr. Shivangi Singh Parihar
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
Israel Genealogy Research Association
 

Recently uploaded (20)

Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
 

List Coloring.pptx

  • 1. Date List Coloring Submitted by: Amit Kumar 2019MT60744 Supervised by: Dr. Bhawani Sankar Panda, Professor Department of Mathematics
  • 2. What is a proper colouring of a graph? Painting all the vertices of a graph with colors such that no two adjacent vertices have the same color is called the proper coloring. Example: Improper Coloring Proper colorings
  • 3. What is chromatic number? Chromatic number of a graph or χ(G) is the minimum unique colors needed to provide a proper coloring of graph. χ(K4,2) = 2 Chromatic number of Any bipartite graph is 2.
  • 4. What is list colouring? For a graph G, a list coloring of G is a proper coloring of the vertices of G from color lists L(v) available at each vertex. Let A be a set of colors, let L(v) be some subset of A assigned to the vertex v for each vertex in G. A list coloring is a function f from v to L(v) such that f(v) ≠ f(u) for any two adjacent vertices u, v. A={1,2,3} A valid colouring f: v->L(v) is as follows: f(y1)=1 f(x1)=3 f(x2)=2
  • 5. K-choosable and List chromatic number We call a graph k-choosable if there exists a proper coloring for any list of k colors assigned to each vertex The list chromatic number (or choice number) of a graph G, denoted χl(G), is the minimum k for which G is k-choosable Consider the example of K4,2, we know that that the chromatic number or χ(K4,2) is 2. In fact χ of any bipartite graph is 2. What about χl(K4,2)?
  • 6. K-choosable and List chromatic number K4,2 is not 2-choosable, here is a counter example: Consider the following 2-lists for each node: It is impossible to provide an appropriate coloring of the above graph, hence it is not 2 colorable.
  • 7. K-choosable and List chromatic number From the previous example, we can get an intuition of the following result: χ(G)<=χl(G) Since, if we assign {1,2,3,…, χ(G)-1} to each vertex, we know the graph is not colorable using the definition of χ(G). Also, χ(G)<=Δ(G) + 1, since all the vertices can be colored differently than the neighbors.
  • 8. K-choosability of Trees. We know χ(T)= 2, so χl(T)>=2. In fact χl(T)=2. Proof: Let T be a tree, where each vertex v has |L(v)|=2, Let T’ be the tree obtained after removing all the leaves from T. T is colorable if T’ is colorable, Since for any leaf in T we can color it exactly different from its parent’s color in T’. Apply the same process on T’ again and again till we’re left with the root of the tree, Which is colourable.
  • 9. K-choosability of certain Bipartite graphs For complete bipartite graphs G of the form Kn^n,n , χl(G) ≥ n + 1. Proof: Let G=XUY, |X|=nn, and |Y|=n. Let L(yi)={i1,i2,..,in}, and let L(xi) be one possible set formed by taking one color from each L(yi). Then all possible sets will be covered in X with one color from each L(yi). Now consider any possible coloring f of G. Then there exists an xi with L(xi)={f(y1), f(y2), f(y3),… ,f(yn)}, (since all possible sets were covered), this vertex will hence be uncolorable.
  • 10. K-choosability of certain Bipartite graphs For all complete bipartite graphs G=XUY of the form Kn,n, where n=2k-1Ck, χl(G) ≥ k + 1 Say we use a total of 2k-1 colors, i.e. |A|=2k-1. Consider n unique subsets of A, of size K, assign each one of these subsets to n vertices in X and Y each. Notice: In coloring n vertices of X, we use at least k colors. Say we use k-1 colours out of 2k-1 not using rest k colors, then there exists a vertex in x with L(x) exactly equal to these k colors.(since all possible subsets are covered) There exists a vertex in Y, y such that L(y) is exactly these k colors.(all possible sets), hence this vertex will be not colorable.
  • 11. K-choosability of planar graphs Proof: Suppose G is maximally planar (i.e. all bounded faces are triangles, and the outer face is a cycle C). We show that if G has two adjacent external vertices with different lists of size 1, all other external vertices have lists of size 3, and all internal vertices have lists of size 5, then G can be properly colored. Since adding edges to a graph cannot reduce its list chromatic number, it is sufficient to prove this claim for maximal G. We perform the proof using induction.
  • 12. K-choosability of planar graphs Proof: Base case: If n = 3, then G is a triangle. Let V (G) = {v1, v2, v3}, and L(v1) = {1} and L(v2) = {2}. Then, since |L(v3)| = 3, there exists a color for v3 that is different from v1 and v2. Induction step: We consider graphs on > 3 vertices. Let C = v1v2v3...vpv1 be the external cycle of G. Suppose that v1 and vp have different color lists both of size 1. We consider two cases: 1) Suppose G has a chord between vertices vi and vj in C. We consider the two smaller cycles C’ = v1v2...vivj ...vpv1 and C’’ = vivi+1...vjvi . We first apply our induction hypothesis to C’ and its interior. This provides a proper coloring where vi , vj are adjacent and differently colored. We then apply our induction hypothesis to C’’ and its interior. The resulting colorings give us a list coloring of G. 2) If G is chordless?
  • 13. K-choosability of planar graphs Proof: If G is chordless: (say v1 and vp are adjacent) Let {v1, u1, ..., um, v3} be the neighborhood of v2. Since G is maximally planar, v1u1...umv3 must form a path from v1 to v3, since G is chordless, {u1, ..., um} are all internal vertices of G. Consider G’=G-v2 , Let v1 be colored with color c. Since |L(v2)| = 3, there exist two colors x, y ∈ |L(v2)| such that x ≠ c and y ≠ c. For all ui ∈ {u1, ..., um}, let L’(ui) = L(ui) {x, y}. This is possible since all such vertices are internal and therefore have lists of size 5. Therefore, |L’(ui)| ≥ 3. Now apply induction to G’ , now only v3 could be colored x or y, color v2 differently.
  • 14. Characterisation of Graphs with Xl(G)=2 Theorem: G is 2-choosable if and only if the core of G(pruning leaves) lies in T={K1, C2m+2, Θ2,2,2m}. We call a graph G a Θ-graph if G consists of two vertices u and v with three vertex-disjoint paths between them.
  • 15. Characterisation of Graphs with Xl(G)=2 The proof for one way for K1 is clear. Consider Θ2,2,2m Case 1: L(A1)=L(A2)=L(A3)=….=L(A2m+1)={x,y}, simply colour them alternating and then colour of A1 and A2m+1 will be same, so B and D are colourable.
  • 16. Characterisation of Graphs with Xl(G)=2 Case 2: L(Ai)≠L(Ai+1) for some i,  Tentatively choose xi ∈ Ai-Ai+1, Now choose xi-1 ∈ Ai-1-{xi} , keep going till choosing x1, now if A2m+1 = {b,d} and {L(B),L(D)} ≠{{x1,b},{x1,d}}, then ∃ x ∈ A2m+1 s.t L(B)-{x,x1} ≠Φ and L(D)-{x,x1} ≠Φ, then choose x for A2m+1, now keep going by choosing x2m ∈ A2m-{x}, till xi+1=Ai+1-xi+2. We know that xi+1 ≠xi, since xi ∈ Ai-Ai+1
  • 17. Characterisation of Graphs with Xl(G)=2 Case 2: L(Ai)≠L(Ai+1) for some i,  If {L(B),L(D)} ={{x1,b},{x1,d}}, then go the other way, i.e take xi+1 ∈ Ai+1-Ai, and xi+2 ∈ Ai+2-{xi+1}, .. Till x2m+1 ∈ A2m+1={b,d}, now let B and D be colored x1, so choose a color for A1 from A1-x1, keep going till we complete circle.
  • 18. Characterisation of Graphs with Xl(G)=2 Other side of the proof is done by exhausting all possibilities, by showing that either G is in T or else G contains a subgraph of the following type: 1. An odd cycle. 2. 2 node disjoint even cycles connected by a path. 3. Two even cycles having exactly one node in common . 4. Θa,b,c where a≠2 and b≠2 . 5. Θ2,2,2,2m+1 Then we prove the above 5 categories are not 2 choosable
  • 19. Further Readings: Josep D´ıaz, Oznur Ya¸sar Diner, Maria Serna, and Oriol Serra. On list k-coloring ¨ convex bipartite graphs, 2020Josep D´ıaz, Oznur Ya¸sar Diner, Maria Serna, and Oriol Serra. On list k-coloring ¨ convex bipartite graphs, 2020. The above paper talks about polynomial time solving of List-k Coloring (Each list at vertex is a subset of {1,2,..k}) for convex bipartite graph. Future goals expanding the above result for circular convex bipartite graphs and studying cubic bipartite graphs.
  • 20. References 1. Abel Romer. List colorings. 2020. 2. Paul Erdos, Arthur L Rubin, and Herbert Taylor. Choosability in graphs. Congr. Numer, 26(4):125–157, 1979. 3. Noga Alon and Michael Tarsi. Colorings and orientations of graphs. Combinatorica, 12:125–134, 1992. 4. Carsten Thomassen. Every planar graph is 5-choosable. Journal of Combinatorial Theory Series B, 62(1):180–181, 1994. 5. Josep D´ıaz, Oznur Ya¸sar Diner, Maria Serna, and Oriol Serra. On list k-coloring ¨ convex bipartite graphs, 2020