A Study of IC-coloring of Graphs 研 究 生:林耀仁 指導教授:江南波.

Slides:



Advertisements
Similar presentations
Trees Chapter 11.
Advertisements

Chun-Cheng Chen Department of Mathematics National Central University 1.
22C:19 Discrete Structures Trees Spring 2014 Sukumar Ghosh.
1 Chapter 10 Trees. Tree Definition 1. A tree is a connected undirected graph with no simple circuits. Theorem 1. An undirected graph is a tree if and.
GOLOMB RULERS AND GRACEFUL GRAPHS
Applied Discrete Mathematics Week 12: Trees
2007 Kézdy André Kézdy Department of Mathematics University of Louisville * Preliminary report.  More -valuations for trees via the combinatorial nullstellensatz*
Section 3.1 Properties of Trees Sarah Graham. Tree Talk: Vocabulary oTree: a tree is a special type of graph that contains designated vertex called a.
On Balanced Signed Graphs and Consistent Marked Graphs Fred S. Roberts DIMACS, Rutgers University Piscataway, NJ, USA.
Is the following graph Hamiltonian- connected from vertex v? a). Yes b). No c). I have absolutely no idea v.
Rooted Trees. More definitions parent of d child of c sibling of d ancestor of d descendants of g leaf internal vertex subtree root.
CTIS 154 Discrete Mathematics II1 8.2 Paths and Cycles Kadir A. Peker.
MATH 310, FALL 2003 (Combinatorial Problem Solving) Lecture 11, Wednesday, September 24.
03/01/2005Tucker, Sec Applied Combinatorics, 4th Ed. Alan Tucker Section 3.1 Properties of Trees Prepared by Joshua Schoenly and Kathleen McNamara.
How to label a graph edge- gracefully? Prof. Sin-Min Lee, Department of Computer Science, San Jose State University.
Discrete Mathematics Lecture 9 Alexander Bukharovich New York University.
KNURE, Software department, Ph , N.V. Bilous Faculty of computer sciences Software department, KNURE The trees.
Introduction to Graph Theory
Open Problems in Exclusive Sum Labeling Mirka Miller, Joe Ryan, Slamin, Kiki Sugeng, Mauritsius Tuga School of Computer Science and Software Engineering.
9.2 Graph Terminology and Special Types Graphs
May 5, 2015Applied Discrete Mathematics Week 13: Boolean Algebra 1 Dijkstra’s Algorithm procedure Dijkstra(G: weighted connected simple graph with vertices.
5.4 Shortest-path problem  Let G=(V,E,w) be a weighted connected simple graph, w is a function from edges set E to position real numbers set. We denoted.
On Balanced Index Sets of Disjoint Union Graphs Sin-Min Lee Department of Computer Science San Jose State University San Jose, CA 95192, USA Hsin-Hao Su.
On Counting Sequences and Some Research Questions
Panconnectivity and Edge- Pancyclicity of 3-ary N-cubes 指導教授 : 黃鈴玲 老師 學生 : 郭俊宏 Sun-Yuan Hsieh, Tsong-Jie Lin and Hui-Ling Huang Journal of Supercomputing.
1 Edge-bipancyclicity of star graphs under edge-fault tolerant Applied Mathematics and Computation, Volume 183, Issue 2, 15 December 2006, Pages
May 1, 2002Applied Discrete Mathematics Week 13: Graphs and Trees 1News CSEMS Scholarships for CS and Math students (US citizens only) $3,125 per year.
Foundations of Discrete Mathematics
Trees and Distance. 2.1 Basic properties Acyclic : a graph with no cycle Forest : acyclic graph Tree : connected acyclic graph Leaf : a vertex of degree.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
© by Kenneth H. Rosen, Discrete Mathematics & its Applications, Sixth Edition, Mc Graw-Hill, 2007 Chapter 9 (Part 2): Graphs  Graph Terminology (9.2)
Tree A connected graph that contains no simple circuits is called a tree. Because a tree cannot have a simple circuit, a tree cannot contain multiple.
Packing Graphs with 4-Cycles 學生 : 徐育鋒 指導教授 : 高金美教授 2013 組合新苗研討會 ( ~ ) 國立高雄師範大學.
Lecture 17 Trees CSCI – 1900 Mathematics for Computer Science Fall 2014 Bill Pine.
1 CS104 : Discrete Structures Chapter V Graph Theory.
Discrete Structures Lecture 12: Trees Ji Yanyan United International College Thanks to Professor Michael Hvidsten.
5.5.2 M inimum spanning trees  Definition 24: A minimum spanning tree in a connected weighted graph is a spanning tree that has the smallest possible.
5.5.3 Rooted tree and binary tree  Definition 25: A directed graph is a directed tree if the graph is a tree in the underlying undirected graph.  Definition.
Discrete Structures Trees (Ch. 11)
1/24 Introduction to Graphs. 2/24 Graph Definition Graph : consists of vertices and edges. Each edge must start and end at a vertex. Graph G = (V, E)
COSC 2007 Data Structures II Chapter 14 Graphs I.
5.5.2 M inimum spanning trees  Definition 24: A minimum spanning tree in a connected weighted graph is a spanning tree that has the smallest possible.
ICS 253: Discrete Structures I Induction and Recursion King Fahd University of Petroleum & Minerals Information & Computer Science Department.
5.8 Graph Matching  Example: Set of worker assign to a set of task  Four tasks are to be assigned to four workers.  – Worker 1 is qualified to do tasks.
An Introduction to Graph Theory
The Evolution of a Hard Graph Theory Problem – Secure Sets Ron Dutton Computer Science University of Central Florida 1.
Discrete Mathematics Chapter 5 Trees.
All-to-all broadcast problems on Cartesian product graphs Jen-Chun Lin 林仁俊 指導教授:郭大衛教授 國立東華大學 應用數學系碩士班.
Abdollah Khodkar Department of Mathematics University of West Georgia Joint work with: Kurt Vinhage, Florida State University.
1 Slides by Sylvia Sorkin, Community College of Baltimore County - Essex Campus Trees.
Graph theory and networks. Basic definitions  A graph consists of points called vertices (or nodes) and lines called edges (or arcs). Each edge joins.
MAT 2720 Discrete Mathematics Section 8.2 Paths and Cycles
CHAPTER 11 TREES INTRODUCTION TO TREES ► A tree is a connected undirected graph with no simple circuit. ► An undirected graph is a tree if and only.
Chromatic Coloring with a Maximum Color Class Bor-Liang Chen Kuo-Ching Huang Chih-Hung Yen* 30 July, 2009.
Chapter 11. Chapter Summary  Introduction to trees (11.1)  Application of trees (11.2)  Tree traversal (11.3)  Spanning trees (11.4)
Chapter 11. Chapter Summary Introduction to Trees Applications of Trees (not currently included in overheads) Tree Traversal Spanning Trees Minimum Spanning.
1 Graphs Chapters 10.1 and 10.2 University of Maryland Chapters 10.1 and 10.2 Based on slides by Y. Peng University of Maryland.
Section10.1: Introduction to Trees
Fundamental Graph Theory (Lecture 1) Lectured by Hung-Lin Fu 傅 恆 霖 Department of Applied Mathematics National Chiao Tung University.
Trees.
Applied Discrete Mathematics Week 14: Trees
12. Graphs and Trees 2 Summary
Introduction to Trees Section 11.1.
What is the next line of the proof?
Taibah University College of Computer Science & Engineering Course Title: Discrete Mathematics Code: CS 103 Chapter 10 Trees Slides are adopted from “Discrete.
Theorem 5.13: For vT‘, l’(v)= min{l(v), l(vk)+w(vk, v)}
Student:連敏筠 Advisor:傅恆霖
Miniconference on the Mathematics of Computation
N(S) ={vV|uS,{u,v}E(G)}
Presentation transcript:

A Study of IC-coloring of Graphs 研 究 生:林耀仁 指導教授:江南波

Sum-saturable  Let G = (V, E) be an undirected graph with p vertices and let K = p(p+1)/2. Let f be a bijective function from V to {1,2,...,p}. Then f is said to be a saturating labelling of G if, given any k (1 k K), there exists a connected subgraph H of G such that.  If a saturating labelling of G exists, then G is said to be sum-saturable.

IC-coloring  let G=(V, E) be an undirected graph and let f be a function from V to N. For each subgraph H of G, we define f s (H) =.Then f is said to be a IC-coloring of G if, given any k ( 1 k f s (G)) there exists a connected subgraph H of G such that f s (H)=k.  The IC-index of G is defined to be M(G) = max{f s (G) | f is an IC-coloring of G}

1995, Penrice[5] Theorem For the complete graph K n, M(K n )=2 n -1. Theorem For every n 4, M(K n -e)=2 n -3. Theorem For all positive integers n 2, M(K 1,n )=2 n +2.

2005, E. Salehi et.al.[6] Observation If H is a subgraph of G, then M(H) M(G). Observation If c(G) is the number of connected induced subgraph of G, then M(G) c(G).

2007, Chin-Lin Shiue[7] Theorem For any complete bipartite graph K m, n, 2 m n, M(K m, n )=3 . 2 m+n-2 -2 m-2 +2.

 We display the results of the sum-saturability of all non-isomorphic trees with at most p=8 vertices p=1 p=2 p=3 p=

p=5 p=

p=

p=

 A T-graph be an undirected graph with p vertices consisting of vertex set V(T) = {V 1, V 2, …, V p } and edge set E(T) = {V 1 V 2, V 2 V 3, V 3 V 4, …, V p-2 V p-1, V p V 2 }.

Theorem The T-graph with order p=6 is not Sum- saturable. proof.  Assume T-graph with order p=6 is sum-saturable, then there is a saturating labeling f of T-graph.  Given any k (1 k 21=K), there exists a connected subgraph H of T such that.  Because K-1 and K-2 exists a connected subgraph H of T. So, number 1 and number 2 are labeling in end-vertex.  Hence we have following three cases :

Case 1.

Case 2.

Case 3.

Theorem The T-graph with order p=7 is not Sum- saturable. proof.  Assume T-graph with order p=7 is sum-saturable, then there is a saturating labeling f of T-graph.  we given any k (1 k 28=K), there exists a connected subgraph H of T such that.  Because K-1 and K-2 exists a connected subgraph H of T. So, number 1 and number 2 are labeling in end-vertex.  Hence we have following three cases :

Case 1.

Case 2.

Case 3.

Theorem The T-graph with order p=8 is not Sum- saturable. proof.  Assume T-graph with order p=8 is sum-saturable, then there is a saturating labeling f of T-graph.  we given any k (1 k 36=K), there exists a connected subgraph H of T such that.  Because K-1 and K-2 exists a connected subgraph H of T. So, number 1 and number 2 are labeling in end-vertex.  Hence we have following three cases :

Remark. We use the same way in Theorem 2.1.3, and we got the T-graph of order p 9 is not sum- saturable.

Conjecture Suppose that T is a tree of order p. If Δ(T) >,then T is sum-saturable.

 A rooted tree T is a complete n-ary tree, if each vertex in T except the leaves has exactly n children.  For each vertex v in T, if the length of the path from the root to v is L, then we say that v is on the level L.  If all leaves are on the same level h, then we call T a perfect complete n-ary tree with the hight h.

Theorem A perfect complete binary tree T is sum-saturable. Proof. Let h be the hight of T. If h 2 Hence perfect complete binary trees with height h 2 are sum-saturable.

 If h ≧ 3, we define a labelling as follows :

 h = 3  h =

Corollary A perfect complete n-ary tree is sum- saturable.

m(h+1) = 1 + n . m(h) < 2 . n . m(h) log 2 m(h+1) < log 2 n+ log 2 m(h)+1, i.e. log 2 m(h+1)- log 2 m(h) < log 2 n +1< n L= 12 p 2L2L

Theorem For every integer n 4, we have 2 n -8 M(K n -L) 2 n -3, where L is a matching consisting of two edges. V1V1 V2V2 V n-1 VnVn

Proof.  Let V(K n -L)={V 1, V 2, …, V n }.  We assign the vertexV 1 is non-adjacent to the vertex V n-1 and the vertex V 2 is non-adjacent to the vertex V n.  We define f:V(K n -L) N by f(V i )=2 i-1, for all i=1, 2, …,n-2, f(V n-1 )=2 n-2 -2 and f(V n )=2 n  We claim that f is an IC-coloring of V(K n -L), with f s (K n -L)= +(2 n-2 -2)+(2 n-1 -5)=2 n -8.  For any integer k [1, 2 n -8], and consider the following three cases:

(i) k [1, 2 n-2 -1] (ii) k [2 n-2, 2 n-1 -3] Let a=k-(2 n-2 -2), then 2 a 2 n (iii) k [2 n-1 -2, 2 n -8] Let b=k-(2 n-1 -5), then 3 b 2 n We get 2 n -8 M(K n -L) 2 n -3.

Theorem For every integer n 4, we have 2 n -5 M(K n -P 3 ) 2 n -4. V1V1 V2V2 VnVn

Proof.  Let V(K n -P 3 )={V 1, V 2, …, V n }.  We assign the vertexV 1 is non-adjacent to the vertex V n and the vertex V 2 is non-adjacent to the vertex V n.  We define f:V(K n -P 3 ) N by f(V i )=2 i-1, for all i=1, 2, …,n-1, and f(V n )=2 n  We claim that f is an IC-coloring of V(K n -P 3 ), with f s (K n -P 3 )= +(2 n-1 -4)=2 n -5.  For any integer k [1, 2 n -5], and consider the following two cases:

(i) k [1, 2 n-1 -1] (ii) k [2 n-1, 2 n -5] Let a=k-(2 n-1 -4), then 4 a 2 n We get 2 n -5 M(K n -P 3 ) 2 n -4.

Theorem For every integer n 4, we have 2 n -9 M(K n -P 4 ) 2 n -6. V1V1 V2V2 V n-1 VnVn

Theorem For every integer n 6, we have 2 n -20 M(K n -R) 2 n -4, where R is a matching consisting of three edges. V1V1 V2V2 V3V3 V n-2 V n-1 VnVn

Theorem For every integer n 5, we have 2 n -12 M(K n -P 3 {e}) 2 n -5, where e E(P 3 ). V1V1 V2V2 V3V3 V n-1 VnVn

Theorem For every integer n 4, we have 2 n -7 M(K n -C 3 ) 2 n -5. V1V1 VnVn V n-1

Theorem For every integer n 5, we have 2 n -9 M(K n -k 1,3 ) 2 n -8. V1V1 V2V2 V3V3 VnVn

Corollary For every integer n m+1, we have 2 n -2 m-1 M(K n -k 1,m ) 2 n -2 m.

References [1] B. Bolt. Mathematical Cavalcade, Cambridge University Press, Cambridge, [2] Douglas. B. West (2001), Introduction to Graph Theory, Upper Saddle River, NJ 07458: Prentice Hall. [3] J. A. Bondy and U. S. R. Murty(1976), Graph Theory with Applications, Macmillan,North-Holland: New York, Amsterdam, Oxford. [4] J.F. Fink, Labelings that realize connected subgraphs of all conceivable values, Congressus Numerantium, 132(1998), pp [5] S.G. Penrice, Some new graph labeling problem: a preliminary report, DIMACS Tech. Rep (1995), pp.1-9.

References [6] E. Salehi, S. Lee and M. Khatirinejad, IC-Colorings and IC-Indices of graphs, Discrete Mathematics, 299(2005), pp [7] Chin-Lin Shiue, The IC-Indices of Complete Bipartite Graphs, preprint. [8] Nam-Po Chiang and Shi-Zuo Lin, IC-Colorings of the Join and the Combination of graphs,Master of Science Institute of Applied Mathematics Tatung University, July [9] Bao-Gen Xu, On IC-colorings of Connected Graphs, Journal of East China Jiaotong University, Vol.23 No.1 Feb, [10] Hung-Lin Fu and Chun-Chuan Chou, A Study of Stamp Problem, Department of Applied Mathematics College of Science National Chiao Tung University, June 2007.

References [11] R. Alter, J.A. Barnett, A postage stamp problem, Amer. Math. Monthly 87(1980), pp [12] R. Guy, The Postage Stamp Problem, Unsolved Problems in Number Theory, second ed., Springer, New York, 1994, pp [13] R.L. Heimer, H. Langenbach, The stamp problem, J. Recreational Math. 7 (1974), pp [14] W.F. Lunnon, A postage stamp problem, Comput. J. 12(1969), pp