Hamilton Decompositions

Slides:



Advertisements
Similar presentations
Coloring Warm-Up. A graph is 2-colorable iff it has no odd length cycles 1: If G has an odd-length cycle then G is not 2- colorable Proof: Let v 0, …,
Advertisements

Connectivity - Menger’s Theorem Graphs & Algorithms Lecture 3.
Chapter 8 Topics in Graph Theory
Walks, Paths and Circuits Walks, Paths and Circuits Sanjay Jain, Lecturer, School of Computing.
 期中测验时间:本周五上午 9 : 40  教师 TA 答疑时间 : 周三晚上 6 : 00—8 : 30  地点:软件楼 315 房间,  教师 TA :李弋老师  开卷考试.
Introduction to Graph Theory Lecture 11: Eulerian and Hamiltonian Graphs.
Edge-Coloring of Graphs On the left we see a 1- factorization of  5, the five-sided prism. Each factor is respresented by its own color. No edges of the.
On Mod(3)-Edge-magic Graphs Sin-Min Lee, San Jose State University Karl Schaffer, De Anza College Hsin-hao Su*, Stonehill College Yung-Chin Wang, Tzu-Hui.
Section 2.1 Euler Cycles Vocabulary CYCLE – a sequence of consecutively linked edges (x 1,x2),(x2,x3),…,(x n-1,x n ) whose starting vertex is the ending.
What is the first line of the proof? a). Assume G has an Eulerian circuit. b). Assume every vertex has even degree. c). Let v be any vertex in G. d). Let.
Definition Hamiltonian graph: A graph with a spanning cycle (also called a Hamiltonian cycle). Hamiltonian graph Hamiltonian cycle.
Graph Colouring Lecture 20: Nov 25.
Is the following graph Hamiltonian- connected from vertex v? a). Yes b). No c). I have absolutely no idea v.
Discrete Structures Chapter 7A Graphs Nurul Amelina Nasharuddin Multimedia Department.
Factor Factor: a spanning subgraph of graph G k-Factor: a spanning k-regular subgraph Odd component: a component of odd order o(H): the number of odd components.
3/24/03Tucker, Section 4.31 Tucker, Applied Combinatorics, Sec. 4.3, prepared by Jo E-M Bipartite GraphMatching Some Definitions X-Matching Maximal Matching.
K-Coloring k-coloring: A k-coloring of a graph G is a labeling f: V(G)  S, where |S|=k. The labels are colors; the vertices of one color form a color.
K-Coloring k-coloring: A k-coloring of a graph G is a labeling f: V(G)  S, where |S|=k. The labels are colors; the vertices of one color form a color.
9.2 Graph Terminology and Special Types Graphs
GRAPH Learning Outcomes Students should be able to:
Graphs Chapter 10.
Generalized Derangement Graphs Hannah Jackson.  If P is a set, the bijection f: P  P is a permutation of P.  Permutations can be written in cycle notation.
Packing Graphs with 4-Cycles 學生 : 徐育鋒 指導教授 : 高金美教授 2013 組合新苗研討會 ( ~ ) 國立高雄師範大學.
5.2 Trees  A tree is a connected graph without any cycles.
Lines in the plane, slopes, and Euler’s formula by Tal Harel
The countable character of uncountable graphs François Laviolette Barbados 2003.
The Hamiltonicity of Subgroup Graphs Immanuel McLaughlin Andrew Owens.
Chapter 5 Graphs  the puzzle of the seven bridge in the Königsberg,  on the Pregel.
Graph.
Connectivity and Paths 報告人:林清池. Connectivity A separating set of a graph G is a set such that G-S has more than one component. The connectivity of G,
Mike Jacobson UCD Graphs that have Hamiltonian Cycles Avoiding Sets of Edges EXCILL November 20,2006.
Graph Colouring Lecture 20: Nov 25. This Lecture Graph coloring is another important problem in graph theory. It also has many applications, including.
Some Algebraic Properties of Bi-Cayley Graphs Hua Zou and Jixiang Meng College of Mathematics and Systems Science,Xinjiang University.
Graph theory and networks. Basic definitions  A graph consists of points called vertices (or nodes) and lines called edges (or arcs). Each edge joins.
Introduction to Graph Theory
Graphs Definition: a graph is an abstract representation of a set of objects where some pairs of the objects are connected by links. The interconnected.
1 GRAPH Learning Outcomes Students should be able to: Explain basic terminology of a graph Identify Euler and Hamiltonian cycle Represent graphs using.
Graphs. Representations of graphs : undirected graph An undirected graph G have five vertices and seven edges An adjacency-list representation of G The.
An Introduction to Graph Theory
Hamiltonian Graphs Graphs Hubert Chan (Chapter 9.5)
Subgraphs Lecture 4.
Applied Discrete Mathematics Week 13: Graphs
Bipartite Matching Lecture 8: Oct 7.
The countable character of uncountable graphs François Laviolette Barbados 2003.
Graph theory Definitions Trees, cycles, directed graphs.
Konigsberg’s Seven Bridges
Hamiltonian Graphs Graphs Hubert Chan (Chapter 9.5)
Hamiltonian cycle part
Great Theoretical Ideas in Computer Science
Greedy Algorithms / Minimum Spanning Tree Yin Tat Lee
Spanning Trees Discrete Mathematics.
The Art Gallery Problem
Discrete Mathematics for Computer Science
CSE 421: Introduction to Algorithms
The Art Gallery Problem
More NP-complete Problems
Acyclic List Edge Coloring of Graphs
Discrete Math II Howon Kim
Graph Theory What is a graph?.
Hamiltonian Cycles.
Proof Techniques.
Euler and Hamilton Paths
Planarity.
Miniconference on the Mathematics of Computation
Existence of 3-factors in Star-free Graphs with High Connectivity
N(S) ={vV|uS,{u,v}E(G)}
Discrete Mathematics for Computer Science
Graph Theory: Proof Techniques
On k-Edge-magic Cubic Graphs
Presentation transcript:

Hamilton Decompositions joint work with:- Brian Alspach Matt Dean Sara Herke Don Kreher Barbara Maenhaut Ben Smith Bridget Webb Hamilton decompositions of line graphs. Hamilton decompositions of Cayley graphs.

Let 𝑋 be a 𝑘-regular graph Let 𝑋 be a 𝑘-regular graph. A Hamilton decomposition of 𝑋 is a set of ⌊ 𝑘 2 ⌋ edge-disjoint Hamilton cycles. 𝐿(𝑋) 𝑋 𝑢 𝑣 𝑢𝑣 The line graph of a graph 𝑋 is denoted by 𝐿 𝑋 . The edges of 𝑋 are the vertices of 𝐿 𝑋 . Two vertices of 𝐿(𝑋) are adjacent if the corresponding edges are adjacent in 𝑋. 𝑘−1 𝑘-regular 2(𝑘−1)-regular

Hamilton decompositions of line graphs Let 𝑋 be a 3-regular graph 𝑋. Then 𝑋 is Hamiltonian ↔ 𝐿(𝑋) has a Hamilton decomposition. (Kotzig, 1963) Let 𝑋 be a 𝑘-regular graph 𝑋. Then 𝑋 is Hamiltonian ↔ 𝐿(𝑋) has a Hamilton decomposition. ??? ← For each 𝑘≥4, there exists a 𝑘-regular graph 𝑋 such that 𝐿(𝑋) has a Hamilton decomposition, but 𝑋 is not Hamiltonian. 𝐿 𝑋 →𝐻 𝐿 𝑋 →𝐻 …

→ Let 𝑋 be a 𝑘-regular graph 𝑋 with 𝑘 even. Hamilton decompositions of line graphs Let 𝑋 be a 3-regular graph 𝑋. Then 𝑋 is Hamiltonian ↔ 𝐿(𝑋) has a Hamilton decomposition. (Kotzig, 1963) Let 𝑋 be a 𝑘-regular graph 𝑋. Then 𝑋 is Hamiltonian ↔ 𝐿(𝑋) has a Hamilton decomposition. ??? → Let 𝑋 be a 𝑘-regular graph 𝑋 with 𝑘 even. Then 𝑋 is Hamiltonian → 𝐿(𝑋) has a Hamilton decomposition. (Bryant, Maenhaut, Smith; 20??) Conjecture (Bermond, 1988): If 𝑋 has a Hamilton decomposition, then so does 𝐿 𝑋 . → Let 𝑋 be a 𝑘-regular graph 𝑋 with 𝑘 odd. Then 𝑋 has a Hamiltonian 3-factor → 𝐿(𝑋) has a Hamilton decomposition. (Bryant, Maenhaut, Smith; 20??) Open Problem: For odd 𝑘≥5, does the line graph of every Hamiltonian 𝑘-regular graph have a Hamilton decomposition ?

Hamilton decompositions of line graphs For a 𝑘-regular graph 𝑋 with 𝑘 even, is it true that 𝐿(𝑋) has a Hamilton decomposition if and only if 𝐿(𝑋) is 2(𝑘−1)-edge connected? (Jackson, 1991) For all 𝑘≥3 there exists a 𝑘-regular graph 𝑋 such that 𝐿(𝑋) is 2(𝑘−1)-edge connected but 𝐿(𝑋) does not have a Hamilton decomposition. 3 Hamilton cycles: RED BLUE GREEN

Hamilton decompositions of Cayley graphs Conjecture: Connected Cayley graphs on finite abelian groups have Hamilton decompositions. (Alspach 1984) The conjecture holds for degree ≤5. Bermond, Favaron, Maheo, 1989 and in lots of cases when degree =6. Dean, Kreher, Liu, Westlund 2007-2009 The conjecture holds if the connection set is a minimal Cayley generating set. Liu 1994-2003 The conjecture holds if the graph has order 𝑝 2 where 𝑝 is prime. Alspach, Bryant, Kreher 2013 There exist connected Cayley graphs on infinite abelian groups that have NO Hamilton decomposition. There exist connected Cayley graphs on finite non-abelian groups that have NO Hamilton decomposition.

Hamilton decompositions of Cayley graphs Consider the infinite Cayley graph 𝐶𝑎𝑦(ℤ ,± 1,2,3 ). The natural infinite analogue of a Hamilton cycle is a spanning double ray … spanning connected 2-regular graph … edge cut of size 6 (=1+2+3) But any Hamilton cycle crosses the edge cut an odd number of times. Since we need 3 Hamilton cycles, there is no Hamilton decomposition. ∑ 𝑆 + ≡ 𝑆 + (𝑚𝑜𝑑 2) OPEN PROBLEM: Does every connected 𝐶𝑎𝑦(ℤ , 𝑆) satisfying ∑ 𝑆 + ≡ 𝑆 + (𝑚𝑜𝑑 2) have a Hamilton decomposition ? Yes when 𝐶𝑎𝑦(ℤ , 𝑆) is 4-regular graph, when 𝑆=±{1,2,…,𝑛}, and in lots of other cases. (Bryant, Herke, Maenhaut, Webb 2018) Conjecture: Connected Cayley graphs on finite abelian groups have Hamilton decompositions. (Alspach 1984)

Hamilton decompositions of Cayley graphs Let 𝑋 be a connected 3-regular graph that is bipartite, has order divisible by 4, and has a regular group action on its arcs. 𝑄 3 It is known that there are infinitely many such graphs (Conder, Nedela 2009). The first three such graphs are:- 2 𝑄 3 𝑄 3 (order 8) Möbius-Kantor graph (order 16) Desargues graph (order 20) 𝐾(2 𝑄 3 ) Form the graph 𝐾 2𝑋 from 𝑋 by replacing each edge with a pair of parallel edges, and then replacing each vertex with a copy of 𝐾 6 . Claim: 𝐾 2𝑋 is a Cayley graph and has no Hamilton decomposition. The regular action on the arcs of 𝑋 guarantees that 𝐾 2𝑋 is a Cayley graph.

Hamilton decompositions of Cayley graphs For a contradiction, suppose 𝐾 2𝑋 has a Hamilton decomposition. 𝐾(2 𝑄 3 ) 𝐾(2𝑋) is 6-regular so there are 3 Hamilton cycles in a Hamilton decomposition. Colour them red, blue and green. There are exactly two edges of each colour entering/leaving each 𝐾 6 . Collapsing each 𝐾 6 induces a Hamilton decomposition of 2𝑋. OPEN QUESTION: Are there any smaller Cayley graphs that have no Hamilton decomposition? 𝐹 1 𝐹 2 𝐹 3 A Hamilton decomposition of 2𝑋 induces a perfect 1-factorisation of 𝑋. But bipartite graphs of order divisible by 4 have no perfect 1-factorisation (Kotzig, 1963). Theorem. There exist infinitely many connected 6-regular Cayley graphs that have no Hamilton decomposition. Bryant, Dean 2015.

THE END Hamilton decompositions of Cayley graphs There exist at least two connected 4-regular Cayley graphs having no Hamilton decomposition. (1) 𝐾 𝐿 𝑃 where 𝑃 is the Petersen graph is a connected 4-regular Cayley graph on 𝐴 5 and has no Hamilton decomposition. Open Problem: Are there any more connected 4-regular Cayley graphs that have no Hamilton decomposition? (2) 𝐾 𝐿 𝐶 where 𝐶 is the Coxeter graph is a connected 4-regular Cayley graph on 𝑃𝑆𝐿(2,7) and has no Hamilton decomposition. Every other connected 4-regular Cayley graph of order ≤168 has a Hamilton decomposition. McKay and Royle 2014 THE END 4-regular Cayley graph on 𝐴 5 that has no Hamilton decomposition.