Improved Bounds on the L(2, 1)-Number of Direct and Strong Products of Graphs

Size: px
Start display at page:

Download "Improved Bounds on the L(2, 1)-Number of Direct and Strong Products of Graphs"

Transcription

1 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: REGULAR AERS VOL. ***, NO. ***, *** 2007 Improed Bounds on the L(2, )-Number of Direct and Strong roducts of Graphs Zhendong Shao, Sandi Klažar, Daid Zhang, Senior Member IEEE Abstract The frequency assignment problem is to assign a frequency which is a nonnegatie integer to each radio transmitter so that interfering transmitters are assigned frequencies whose separation is not in a set of disallowed separations. This frequency assignment problem can be modelled with ertex labelings of graphs. An L(2, )-labeling of a graph G is a function f from the ertex set V (G) to the set of all nonnegatie integers such that f(x) f(y) 2 if d(x, y) = and f(x) f(y) if d(x, y) = 2, where d(x, y) denotes the distance between x and y in G. The L(2, )-labeling number λ(g) of G is the smallest number k such that G has an L(2, )-labeling with max{f() : V (G)} = k. This paper considers the graph formed by the direct product and the strong product of two graphs and gets better bounds than those of [4] with refined approaches. Index Terms channel assignment, L(2, )-labeling, graph direct product, graph strong product I. INTRODUCTION THE frequency assignment problem is to assign a frequency which is a nonnegatie integer to each radio transmitter so that interfering transmitters are assigned frequencies whose separation is not in a set of disallowed separations. Hale [0] formulated this into a graph ertex coloring problem. In a priate communication with Griggs, Roberts proposed a ariation of the channel assignment problem in which close transmitters must receie different channels and ery close transmitters must receie channels that are at least two channels apart. To translate the problem into the language of graph theory, the transmitters are represented by the ertices of a graph; two ertices are ery close if they are adjacent and close if they are of distance 2 in the graph. Motiated by this problem, Griggs and Yeh [9] proposed the following labeling on a simple graph. An L(2, )-labeling of a graph G is a function f from the ertex set V (G) to the set of all nonnegatie integers such that f(x) f(y) 2 if d(x, y) = and f(x) f(y) if d(x, y) = 2, where d(x, y) denotes the distance between x and y in G. A k-l(2, )-labeling is an L(2, )-labeling such that no label is greater than k. The L(2, )-labeling number of G, denoted by λ(g), is the smallest number k such that G has a k-l(2, )-labeling. Manuscript receied February ***, Zhendong Shao is with the Department of Computer Science and Technology, Shenzhen Graduate School, Harbin Institute of Technology, Shenzhen, 58055,. R. China ( zhdshao0026@6.com. Corresponding author.) Sandi Kla zar is with the Department of Mathematics and Computer Science, Uniersity of Maribor, Koroška cesta 60, 2000 Maribor, Sloenia, and also with the Institute of Mathematics, hysics and Mechanics, Jadranska 9, 000 Ljubljana, Sloenia ( sandi.klazar@uni-mb.si). Supported in part by the Ministry of Science of Sloenia under the grant Daid Zhang is with the Department of Computing, Hong Kong olytechnic Uniersity, Kowloon, Hong Kong. From then on, a large number of articles hae been published deoted to the study of the frequency assignment problem and its connections to graph labelings, in particular, to the class of L(2, )-labelings and its generalizations: Oer 00 references on the subject are proided in a ery comprehensie surey []. In addition to graph theory and combinatorial techniques, other interesting approaches in studying these labelings include: neural networks [7], [5], genetic algorithms [8], and simulated annealing [5], [9]. Most of these papers are considering the alues of λ on particular classes of graphs. From the algorithmic point of iew it is not surprising that it is N-complete to decide whether a gien graph G allows an L(2, )-labeling of span at most n [9]. Hence good lower and upper bounds for λ are clearly welcome. For instance, if G is a diameter 2 graph, then λ(g) 2. The upper bound is attainable by Moore graphs (diameter 2 graph with order 2 + ), see [9]. (Such graphs exist only if = 2,, 7, and possibly 57.) The aboe considerations in particular motiated Griggs and Yeh [9] to conjecture that for any graph G with the maximum degree 2 the best upper bound on λ(g) is 2. (Note that this is not true for =. For example, (K 2 ) = but λ(k 2 ) = 2.) They proided an upper bound for general graphs with maximum degree. Chang and Kuo [4] improed the bound to 2 + while Král and Skrekoski [7] further reduced the bound to 2 +. Furthermore, in 2005, Gonçales [8] announced the bound At the present moment, a journal paper containing a proof of the claimed bound is still to be published. Graph products play an important role in connecting arious useful networks and they also sere as natural tools for different concepts in many areas of research. To justify the first assertion we mention that the diagonal mesh with respect to multiprocessor network is representable as the direct product of two odd cycles [22] while for the other assertion we recall that one of the central concepts of information theory, the Shannon capacity, is most naturally expressed with the strong product of graphs, cf. [2]. In [4], upper bounds and some explicit labelings for the direct product and the strong of graphs and proed which in particular implies that the L(2,)-labeling number of the product graph is bounded by the square of its maximum degree. Hence Griggs and Yeh s conjecture holds in both cases (with some minor exception). The main purpose of this paper is to improe the upper bounds obtained in [4]. The main tool for this purpose is a more refined analysis of neighboorhoods in product graphs than the analysis in [4]. In the next section a heuristic labeling algorithm is presented

2 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: REGULAR AERS VOL. ***, NO. ***, *** that forms the basis for these considerations while in Sections and 4 direct products and strong products of graphs are considered, respectiely. IMproements with respect to the preiously known upper bounds are explicitly computed. II. A LABELING ALGORITHM A subset X of V (G) is called an i-stable set (or i- independent set) if the distance between any two ertices in X is greater than i. An -stable (independent) set is a usual independent set. A maximal 2-stable subset X of a set Y is a 2-stable subset of Y such that X is not a proper subset of any 2-stable subset of Y. Chang and Kuo [4] proposed the following algorithm to obtain an L(2,)-labeling and the maximum alue of that labeling on a gien graph. Algorithm 2.. Input: A graph G = (V, E). Output: The alue k is the maximum label. Idea: In each step i, find a maximal 2-stable set from the unlabeled ertices that are distance at least two away from those ertices labeled in the preious step. label all the ertices in that 2-stable with i in current stage. The label i starts from 0 and then increases by in each step. The maximum label k is the final alue of i. Initialization: Set X = ; V = V (G); i = 0. Iteration: ) Determine Y i and X i. Y i = {x V : x is unlabeled and d(x, y) 2 for all y X i }. X i a maximal 2-stable subset of Y i. If Y i = then set X i =. 2) Label the ertices in X i (if there is any) by i. ) V V X i. 4) If V, then i i +, go to Step. 5) Record the current i as k (which is the maximum label). Stop. Thus k is an upper bound on λ(g). We would like to find a bound in terms of the maximum degree (G) of G analogous to the bound in terms of the chromatic number χ(g). Let x be a ertex with the largest label k obtained by Algorithm 2.. Set I = {i : 0 i k and d(x, y) = for some y X i }, I 2 = {i : 0 i k and d(x, y) 2 for some y X i }, and I = {i : 0 i k and d(x, y) for all y X i }. It is clear that I 2 + I = k. For any i I, x / Y i ; otherwise X i {x} is a 2-stable subset of Y i, which contradicts the choice of X i. That is, d(x, y) = for some ertex y in X i ; i.e., i I. So, I I. Hence k I 2 + I I 2 + I. In order to find k, it suffices to estimate B = I + I 2 in terms of (G). We will inestigate the alue B with respect to a particular graph. The notations which hae been introduced in this section will also be used in the following sections. III. THE DIRECT RODUCT OF GRAHS In this section, we obtain an upper bound for the L(2, )- labeling number of the direct product of two graphs in terms of the maximum degrees of the graphs inoled. The direct product G H of two graphs G and H is the graph with ertex set V (G) V (H), in which the ertex (, w) is adjacent to the ertex (, w ) if and only if is adjacent to and w is adjacent to w. See Figure for an example. C 4 C4 Fig.. Direct product C 4. Suppose G and H are graphs with (G) = 0 or (H) = 0., by the definition of the direct product, G H contains no edges. Therefore we assume in the rest of this section that (G) and (H). Here is the main result of this section. Theorem.: Let,, and 2 be maximum degrees of G H, G, and H, respectiely. λ(g H) 2 + ( + 2 )( )( 2 ). roof: Let x = (u, ) in V (G) V (H). deg G H (x) = deg G (u)deg H (). Denote d = deg G H (x), d = deg G (u), d 2 = deg H (), = (G) and 2 = (H). Hence d = d d 2 and = (G H) = 2. For any ertex u in G with distance 2 from u, there must be a path u u u of length two between u and u in G. REcall that the degree of in H is d 2, i.e., has d 2 adjacent ertices in H. by the definition of a direct product G H, there must be d 2 internally-disjoint paths of length two between (u, ) and (u, ) in G H. Hence for any ertex in G with distance 2 from u, there must be corresponding d 2 ertices in G H with distance 2 from x = (u, ) which are coincided in G H; on the other hand, wheneer there is not such a ertex in G with distance 2 from u in G, there will neer exist such corresponding d 2 ertices with distance 2 from x = (u, ) which are coincided in G H. In the former case, since such d 2 ertices with distance 2 from x = (u, ) are coincided in G H and hence they can only be counted once, we hae to subtract d 2 from the alue d( ) ( the number d( ) is best possible); in the latter case, since there do not exist such d 2 ertices with distance 2 from x = (u, ) which are coincided in G H at all and hence they must be counted zero, we hae to subtract d 2 from the alue d( ). Let the number of ertices in G with distance 2 from u be t, then t [0, d ( )]. The minimum number we hae to subtract from the alue d( ) in this sense occurs when

3 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: REGULAR AERS VOL. ***, NO. ***, *** 2007 t = d ( ) and we can get that in this sense the number of ertices with distance 2 from x = (u, ) in G H will decrease at least d ( )(d 2 ) from the alue d( ). (We should notice that the bound d( ) includes the case d ( )d 2.) See Figure 2 for the illustration of the aboe argument. In the figure d() denotes the degree of in H, that is, d() = d 2. u u'' u' Define f(s, t) = st( 2 + ) s( )(t ) t( 2 )(s ). f(s, t) has the absolute maximum at (, 2 ) on [0, ] [0, 2 ] and its alue is f(, 2 ) = 2 + ( + 2 )( )( 2 ). 2 ( u, ) ( u', ) ( u'', ) λ(g H) k B 2 + ( + 2 )( )( 2 ) and the proof is complete. Corollary.2: Let be the maximum degree of G H. λ(g H) 2 except if one of (G) and (H) is. roof: Suppose 2 and 2 2. This implies ( + 2 )( )( 2 ) 2 = ( + 2 )(( )( 2 ) ) 0. ( u'', ) d( ) d( ) Fig. 2. Situation from the proof of Theorem.. By the commutatiity of the direct product we also infer that the number of ertices of distance 2 from x = (u, ) in G H will still decrease d 2 ( 2 )(d ) from the alue d( ). Hence the number of ertices with distance 2 from x = (u, ) in G H will decrease d ( )(d 2 )+d 2 ( 2 )(d ) from the alue d( ) altogether. Hence for the ertex x, the number of ertices with distance from x is not greater than, and the number of ertices with distance 2 from x is not greater than d( ) d ( )(d 2 ) d 2 ( 2 )(d ) = d d 2 ( 2 ) d ( )(d 2 ) d 2 ( 2 )(d ). Hence I d and I 2 d + d( ) d ( )(d 2 ) d 2 ( 2 )(d ) = d d ( )(d 2 ) B = I + I 2 d 2 ( 2 )(d ). d + d d ( )(d 2 ) d 2 ( 2 )(d ) = d( + ) d ( )(d 2 ) d 2 ( 2 )(d ) = d d 2 ( 2 + ) d ( )(d 2 ) d 2 ( 2 )(d ). λ(g H) k B ( + 2 )( )( 2 ) 2. Therefore the result follows. Note that when and 2 are sufficiently large, 2 is a good aproximation for ( )( 2 ). Hence in such cases a good aproximation for the bound of Theorem. is gien by 2 + ( + 2 ) = 2 ( + 2 ). In [4] it is proed that λ(g H) 2 max{( ) 2 ( 2 ) () 2 +, ( )( 2 ) }. We conclude the section by demonstrating that the upper bound of Theorem. is an improement of (). Because 2 max{( ) 2 ( 2 ) 2 +, ( )( 2 ) } ( ( + 2 )( )( 2 )) = min{ ( ) 2 ( 2 ) + + 2, ( )( 2 ) } 2 + ( + 2 )( )( 2 ) = min{ ( ) 2 ( 2 ) + + 2, ( )( 2 ) } + ( + 2 )(( )( 2 ) ) = min{ ( ) 2 ( 2 ) + ( + 2 )( )( 2 ), ( )( 2 ) 2 + ( + 2 )( )( 2 )} = min{ 2 ( )( 2 ), ( )( 2 )},

4 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: REGULAR AERS VOL. ***, NO. ***, *** we hae thus reduced () by min{ 2 ( )( 2 ), ( )( 2 )}. IV. THE STRONG RODUCT OF GRAHS The strong product G H of graphs G and H is the graph with ertex set V (G) V (H), in which the ertex (, w) is adjacent to the ertex (, w ) if and only if = and w is adjacent to w, or w = w and is adjacent to, or is adjacent to and w is adjacent to w. See Figure for an example. hence they can only be counted once, we hae to subtract d 2 + from the alue d( ) ( the number d( ) is the best possible); on the latter case, since there do not exist such d 2 + ertices with distance 2 from x = (u, ) which are coincided in G H at all and hence they must be counted zero, we hae to subtract d 2 + from the alue d( ). Let the number of ertices in G with distance 2 from u be t, then t [0, d ( )]. The minimum number we hae to subtract from the alue d( ) in this sense occurs when t = d ( ) and we can get that in this sense the number of ertices with distance 2 from x = (u, ) in G H will decrease at least d ( )(d 2 + ) = d ( )d 2 from the alue d( ). (We should notice that the bound d( ) includes the case d ( )d 2.) See Figure 4 for an example of the discussion in this paragraph, where d() denotes the degree of in H, i.e., d() = d u u'' u' Fig.. Strong product 4 By the definition of the strong product G H of two graphs G and H, if (G) = 0 or (H) = 0, then G H consists of disjoint copies of H or G. Thus λ(g H) = λ(h) or λ(g H) = λ(g). Therefore we assume (G) and (H). In [] and [6] the λ-numbers of the strong product of cycles are considered. In this section, we obtain a general upper bound for the λ-number of strong products in terms of maximum degrees of the factor graphs (and the product). Theorem 4.: Let,, and 2 be the maximum degree of G H, G, and H, respectiely. λ(g H) 2 + ( ) 2. roof: Let x = (u, ) in V (G) V (H). deg G H (x) = deg G (u) + deg H () + deg G (u)deg H (). Denote d = deg G H (x), d = deg G (u), d 2 = deg H (), = (G) and 2 = (H). Hence d = d + d 2 + d d 2 and = (G H) = For any ertex u in G with distance 2 from u, there must be a path u u u of length two between u and u in G; but the degree of in H is d 2, i.e., has d 2 adjacent ertices in H, by the definition of a strong product G H, there must be d 2 + internally-disjoint paths of length two between (u, ) and (u, ). Hence for any ertex in G with distance 2 from u, there must be corresponding d 2 + ertices with distance 2 from x = (u, ) which are coincided in G H; on the contrary wheneer there is not such a ertex in G with distance 2 from u in G, there will neer exist such corresponding d 2 + ertices with distance 2 from x = (u, ) which are coincided in G H. In the former case, since such d 2 + ertices with distance 2 from x = (u, ) are coincided in G H and 2 ( u, ) ( u'', ) ( u', ) ( u'', ) d( ) d( ) Fig. 4. Situation from the proof of Theorem 4. ( u'', ) For H, we can analyze similarly and get that the number of ertices with distance 2 from x = (u, ) in G H will still decrease d 2 ( 2 )(d + ) = d 2 ( 2 )d from the alue d( ). Hence the number of ertices with distance 2 from x = (u, ) in G H will decrease d ( )d 2 + d 2 ( 2 )d = ( + 2 2)d d 2 from the alue d( ) altogether. By the aboe analysis, the number d( ) ( + 2 2)d d 2 is now the best possible for the number of ertices with distance 2 from x = (u, ) in G H. Moreoer, by the definition of the strong product we can again analyze as follows: Denote ε, the number of edges of the subgraph F induced by the neighbors of x. The edges of the subgraph F induced by the neighbors of x can be diided into the following three cases. Case : Edges between (u, ) and (u, ), where (u, u) E(G) and (, ) E(H). There are totally d neighbors (u, ) (where u is adjacent to u in G) of x = (u, ) and totally d 2 neighbors (u, ) (where is adjacent to in H) of x = (u, ). Hence the number of edges of the subgraph F

5 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: REGULAR AERS VOL. ***, NO. ***, *** induced by the neighbors of x is at least d d 2. See Figure 5 for an example. u u' u u' ( u, ) ( u', ) ( u, ) ( u', ) ' ( u, ' ) ( u', ' ) Fig. 7. Situation from the third case Fig. 5. ' ( u, ' ) Situation from the first case Case 2: Edges between (u, ) and (u, ), where (u, u) E(G) and (, ) E(H). There are totally d d 2 neighbors (u, ) (where u is adjacent to u in G and is adjacent to in H) of x = (u, ). Hence the number of edges of the subgraph F induced by the neighbors of x should again add least d d 2 apart from the edges in case. See Figure 6 for an example. u u' distance 2 from x is not greater than Hence I d and d( ) ( + 2 2)d d 2 6d d 2 = (d + d 2 + d d 2 )( ) ( )d d 2. I 2 d + d( ) ( )d d 2 = d ( )d d 2. B = I + I 2 ( u, ) ( u', ) d + d ( )d d 2 = d( + ) ( )d d 2 = (d + d 2 + d d 2 )( ) ( )d d 2. Define Fig. 6. ' Situation from the second case ( u, ' ) ( u', ' ) Case : Edges between (u, ) and (u, ), where (u, u) E(G) and (, ) E(H). There are totally d d 2 neighbors (u, ) (where u is adjacent to u in G and is adjacent to in H) of x = (u, ). Hence the number of edges of the subgraph F induced by the neighbors of x should again add least d d 2 apart from the sum of the edges in case and case 2. See Figure 7 for an example. The present upper bound on the number of ertices at distance two from x is d( ) ( + 2 2)d d 2. For each edge in F, this upper bound is decreased by 2. Hence, by the analysis of the aboe three cases, the number of ertices with distance 2 from x = (u, ) in G H will still need to decrease by at least 6d d 2. (the number d( ) ( + 2 2)d d 2 is now the best possible for the number of ertices with distance 2 from x = (u, ) in G H.) Hence for the ertex x, the number of ertices with distance from x is not greater than. The number of ertices with f(s, t) = (s + t + st)( ) ( )st. On [0, ] [0, 2 ] the function f(s, t) has the absolute maximum at (, 2 ) and the alue f(, 2 ) is equal ( )( ) ( ) 2 = ( + ) ( ) 2 = 2 + ( ) 2 = 2 + ( ) ( ) 2. λ(g H) k B 2 + ( ) 2 and we are done. Corollary 4.2: Let be the maximum degree of G H. λ(g H) 2 if both (G) and (H) are, otherwise λ(g H) 2 9. roof: Case. If both and 2 are, then the connected components of G H are K, K 2, and K 4, hence λ(g H) = λ(k 4 ) = 6 = 9 = 2.

6 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: REGULAR AERS VOL. ***, NO. ***, *** Case 2. Suppose at least one of and 2 is greater than. This implies ( )( 2 ) = ( ) 2 ( ) + 6 = 6. ( ) ( ) 2 5. Hence λ(g H) k B 2 + ( ) ( ) 2 = 2 + ( ) ( ) [].K. Jha, Optimal L(2,)-labeling of strong product cycles, IEEE Trans. Circuits & Systems I: Fundamental Theory and Appl. 48, (200), [4] S. Kla zar and S. Spacapan, The 2 -conjecture for L(2,)-labelings is true for direct and strong products of graphs, IEEE Trans. Circuits and Systems II: Express Briefs 5, (2006), [5] N. Kunz, Channel assignment for cellular radio using neural networks, IEEE Trans. On Vehicular Technology, 40, (992), [6] D. Kor ze and A. Vesel, L(2, )-labeling of strong products of cycles, Information rocessing Letters, 94, (2005), [7] D. Král and R. Skrekoski, A theorem about channel assignment problem, SIAM J. Discrete Math. 6, (200), [8] W.K. Lai and G.G. Coghill, Channel assignment through eolutionary optimization, IEEE Trans. On Vehicular Technology, 45, (996), [9] R. Mathar, Channel assignment in cellular radio networks, IEEE Trans. On Vehicular Technology, 42, (99), [20] F. S. Roberts, T-colorings of graphs: Recent results and open problems, Discrete Math., 9, (99), [2] Z. Shao and R. K. Yeh, The L(2, )-labeling and operations of graphs, IEEE Trans. Circuits & Systems I: Regular apers, 52, (2005), [22] K. W. Tang and S. A. adubirdi, Diagonal and toroidal mesh networks, IEEE Trans. Comput., 4, (994), [2] A. Vesel and J. Žeronik, Improed lower bound on the Shannon capacity of C 7, Inform. roc. Lett., 8, (2002), and the proof is complete. In [4] it is proed that Because λ(g H) ( ( ) 2 ) = ( ) 2 = ( + 2 2) 2, we reduce the bound by ( + 2 2) 2. REFERENCES [] S. S. Adams, J. Cass and D. S. Troxell, An Extension of the Channel-Assignment roblem: L(2, )-Labelings of Generalized etersen Graphs, IEEE Trans. Circuits & Systems I: Regular apers, 5 (2006), [2] H. L. Bodlaender, T. Kloks, R. B. Tan and J.. Leeuwen, λ-coloring of graphs, Lecture Notes in Computer Science, 770, Springer-Verlag Berlin, Heidelberg, (2000), [] T. Calamoneri, The L(h, k)-labelling roblem: A Surey and Annotated Bibliography, The Computer Journal, 49, (2006) [4] G. J. Chang and D. Kuo, The L(2, )-labeling on graphs, SIAM J. Discrete Math. 9, (996), [5] M. Duque-Anton, N. Kunz and B. Ruber, Channel assignment for cellular radio using simulated annealing, IEEE Trans. On Vehicular Technology, 42, (99), 4 2. [6] J. Fiala, T. Kloks and J. Kratochíl, Fixed-parameter complex of λ- labelings, Lecture Notes in Computer Science, 665, Springer-Verlag Berlin, Heidelberg, (999), [7] N. Funabiki and Y. Takefuji, A neural network parallel algorithm for channel assignment problem in cellular radio networks, IEEE Trans. On Vehicular Technology, 4, (992), [8] D. Gonçales, On the L(p, )-labelling of graphs, in 2005 European Conference on Combinatorics, Graph Theory and Applications (Euro- Comb 05), Stefan Felsner (ed.), Discrete Mathematics and Theoretical Computer Science roceedings AE, pp [9] J. R. Griggs and R. K. Yeh, Labeling graphs with a condition at distance two, SIAM J. Discrete Math. 5, (992), [0] W. K. Hale, Frequency assignment: Theory and application, roc. IEEE, 68, (980), [] W. Imrich and S. Klažar, roduct Graphs: Structure and Recognition, Wiley, New York, [2].K. Jha, Optimal L(2,)-labelings of Cartesian products of cycles with an application to independent domination, IEEE Trans. Circuits & Systems I: Fundamental Theory and Appl. 47, (2000), 5 54.

The L(2, 1)-labeling on the skew and converse skew products of graphs

The L(2, 1)-labeling on the skew and converse skew products of graphs Applied Mathematics Letters 20 (2007) 59 64 www.elsevier.com/locate/aml The L(2, 1)-labeling on the skew and converse skew products of graphs Zhendong Shao a,,rogerk.yeh b, David Zhang c a Department of

More information

The L(2, 1)-labeling on β-product of Graphs

The L(2, 1)-labeling on β-product of Graphs International Journal on Data Science and Technology 018; 4(): 54-59 http://wwwsciencepublishinggroupcom/j/ijdst doi: 1011648/jijdst01804013 ISSN: 47-00 (Print); ISSN: 47-35 (Online) The L(, 1)-labeling

More information

The L(3, 2, 1)-labeling on the Skew and Converse Skew Products of Graphs

The L(3, 2, 1)-labeling on the Skew and Converse Skew Products of Graphs Advances in Theoretical and Applied Mathematics. ISSN 0973-4554 Volume 11, Number 1 (2016), pp. 29 36 Research India Publications http://www.ripublication.com/atam.htm The L(3, 2, 1)-labeling on the Skew

More information

L(3, 2, 1)-LABELING FOR CYLINDRICAL GRID: THE CARTESIAN PRODUCT OF A PATH AND A CYCLE. Byeong Moon Kim, Woonjae Hwang, and Byung Chul Song

L(3, 2, 1)-LABELING FOR CYLINDRICAL GRID: THE CARTESIAN PRODUCT OF A PATH AND A CYCLE. Byeong Moon Kim, Woonjae Hwang, and Byung Chul Song Korean J. Math. 25 (2017), No. 2, pp. 279 301 https://doi.org/10.11568/kjm.2017.25.2.279 L(3, 2, 1)-LABELING FOR CYLINDRICAL GRID: THE CARTESIAN PRODUCT OF A PATH AND A CYCLE Byeong Moon Kim, Woonjae Hwang,

More information

A Channel Assignment Problem [F. Roberts, 1988]

A Channel Assignment Problem [F. Roberts, 1988] 1 2 A Channel Assignment Problem [F. Roberts, 1988] Find an efficient assignment of channels f(x) R to sites x R 2 so { that two levels of interference are avoided: 2d if x y A f(x) f(y) d if x y 2A 1.1

More information

THE MINIMUM MATCHING ENERGY OF BICYCLIC GRAPHS WITH GIVEN GIRTH

THE MINIMUM MATCHING ENERGY OF BICYCLIC GRAPHS WITH GIVEN GIRTH ROCKY MOUNTAIN JOURNAL OF MATHEMATICS Volume 46, Number 4, 2016 THE MINIMUM MATCHING ENERGY OF BICYCLIC GRAPHS WITH GIVEN GIRTH HONG-HAI LI AND LI ZOU ABSTRACT. The matching energy of a graph was introduced

More information

On the connectivity of the direct product of graphs

On the connectivity of the direct product of graphs AUSTRALASIAN JOURNAL OF COMBINATORICS Volume 41 (2008), Pages 45 56 On the connectivity of the direct product of graphs Boštjan Brešar University of Maribor, FEECS Smetanova 17, 2000 Maribor Slovenia bostjan.bresar@uni-mb.si

More information

Radio Number for Square Paths

Radio Number for Square Paths Radio Number for Square Paths Daphne Der-Fen Liu Department of Mathematics California State University, Los Angeles Los Angeles, CA 9003 Melanie Xie Department of Mathematics East Los Angeles College Monterey

More information

Distance Two Labeling of Some Total Graphs

Distance Two Labeling of Some Total Graphs Gen. Math. Notes, Vol. 3, No. 1, March 2011, pp.100-107 ISSN 2219-7184; Copyright c ICSRS Publication, 2011 www.i-csrs.org Available free online at http://www.geman.in Distance Two Labeling of Some Total

More information

Multilevel Distance Labelings for Paths and Cycles

Multilevel Distance Labelings for Paths and Cycles Multilevel Distance Labelings for Paths and Cycles Daphne Der-Fen Liu Department of Mathematics California State University, Los Angeles Los Angeles, CA 90032, USA Email: dliu@calstatela.edu Xuding Zhu

More information

Cartesian powers of graphs can be distinguished with two labels

Cartesian powers of graphs can be distinguished with two labels Cartesian powers of graphs can be distinguished with two labels Sandi Klavžar Xuding Zhu Abstract The distinguishing number D(G) of a graph G is the least integer d such that there is a d-labeling of the

More information

The adjacent vertex-distinguishing total chromatic number of 1-tree

The adjacent vertex-distinguishing total chromatic number of 1-tree The adjacent ertex-distinguishing total chromatic number of 1-tree Haiying Wang The School of Information Engineering China Uniersity of Geosciences(Beijing) Beijing 100083, P.R.China Abstract Let G =

More information

Antipodal Labelings for Cycles

Antipodal Labelings for Cycles Antipodal Labelings for Cycles Justie Su-Tzu Juan and Daphne Der-Fen Liu Submitted: December 2006; revised: August 2007 Abstract Let G be a graph with diameter d. An antipodal labeling of G is a function

More information

DECOMPOSING 4-REGULAR GRAPHS INTO TRIANGLE-FREE 2-FACTORS

DECOMPOSING 4-REGULAR GRAPHS INTO TRIANGLE-FREE 2-FACTORS SIAMJ.DISCRETE MATH. c 1997 Society for Industrial and Applied Mathematics Vol. 10, No. 2, pp. 309 317, May 1997 011 DECOMPOSING 4-REGULAR GRAPHS INTO TRIANGLE-FREE 2-FACTORS EDWARD BERTRAM AND PETER HORÁK

More information

A LOWER BOUND FOR RADIO k-chromatic NUMBER OF AN ARBITRARY GRAPH

A LOWER BOUND FOR RADIO k-chromatic NUMBER OF AN ARBITRARY GRAPH Volume 10, Number, Pages 5 56 ISSN 1715-0868 A LOWER BOUND FOR RADIO k-chromatic NUMBER OF AN ARBITRARY GRAPH SRINIVASA RAO KOLA AND PRATIMA PANIGRAHI Abstract Radio k-coloring is a variation of Hale s

More information

On Injective Colourings of Chordal Graphs

On Injective Colourings of Chordal Graphs On Injective Colourings of Chordal Graphs Pavol Hell 1,, André Raspaud 2, and Juraj Stacho 1 1 School of Computing Science, Simon Fraser University 8888 University Drive, Burnaby, B.C., Canada V5A 1S6

More information

arxiv: v1 [math.co] 25 Apr 2016

arxiv: v1 [math.co] 25 Apr 2016 On the zone complexity of a ertex Shira Zerbib arxi:604.07268 [math.co] 25 Apr 206 April 26, 206 Abstract Let L be a set of n lines in the real projectie plane in general position. We show that there exists

More information

Lecture 1. 1 Overview. 2 Maximum Flow. COMPSCI 532: Design and Analysis of Algorithms August 26, 2015

Lecture 1. 1 Overview. 2 Maximum Flow. COMPSCI 532: Design and Analysis of Algorithms August 26, 2015 COMPSCI 532: Design and Analysis of Algorithms August 26, 205 Lecture Lecturer: Debmalya Panigrahi Scribe: Allen Xiao Oeriew In this lecture, we will define the maximum flow problem and discuss two algorithms

More information

RECOGNIZING WEIGHTED DIRECTED CARTESIAN GRAPH BUNDLES

RECOGNIZING WEIGHTED DIRECTED CARTESIAN GRAPH BUNDLES Discussiones Mathematicae Graph Theory 20 (2000 ) 39 56 RECOGNIZING WEIGHTED DIRECTED CARTESIAN GRAPH BUNDLES Blaž Zmazek Department of Mathematics, PEF, University of Maribor Koroška 160, si-2000 Maribor,

More information

Radio Number for Square of Cycles

Radio Number for Square of Cycles Radio Number for Square of Cycles Daphne Der-Fen Liu Melanie Xie Department of Mathematics California State University, Los Angeles Los Angeles, CA 9003, USA August 30, 00 Abstract Let G be a connected

More information

An Explicit Lower Bound of 5n o(n) for Boolean Circuits

An Explicit Lower Bound of 5n o(n) for Boolean Circuits An Eplicit Lower Bound of 5n o(n) for Boolean Circuits Kazuo Iwama, Oded Lachish, Hiroki Morizumi, and Ran Raz Graduate School of Informatics, Kyoto Uniersity, Kyoto, JAPAN {iwama, morizumi}@kuis.kyoto-u.ac.jp

More information

Lecture J. 10 Counting subgraphs Kirchhoff s Matrix-Tree Theorem.

Lecture J. 10 Counting subgraphs Kirchhoff s Matrix-Tree Theorem. Lecture J jacques@ucsd.edu Notation: Let [n] [n] := [n] 2. A weighted digraph is a function W : [n] 2 R. An arborescence is, loosely speaking, a digraph which consists in orienting eery edge of a rooted

More information

Distinguishing Cartesian powers of graphs

Distinguishing Cartesian powers of graphs Distinguishing Cartesian powers of graphs Wilfried Imrich Sandi Klavžar Abstract The distinguishing number D(G) of a graph is the least integer d such that there is a d-labeling of the vertices of G that

More information

arxiv: v3 [math.co] 20 Sep 2016

arxiv: v3 [math.co] 20 Sep 2016 PLANAR GRAPHS ARE 9/-COLORABLE DANIEL W. CRANSTON AND LANDON RABERN arxi:0.7 [math.co] 0 Sep 06 Abstract. We show that eery planar graph G has a -fold 9-coloring. In particular, this implies that G has

More information

L(2,1)-Labeling: An Algorithmic Approach to Cycle Dominated Graphs

L(2,1)-Labeling: An Algorithmic Approach to Cycle Dominated Graphs MATEMATIKA, 2014, Volume 30, Number 2, 109-116 c UTM Centre for Industrial and Applied Mathematics L(2,1)-Labeling: An Algorithmic Approach to Cycle Dominated Graphs Murugan Muthali Tamil Nadu Open University

More information

Edge-counting vectors, Fibonacci cubes, and Fibonacci triangle

Edge-counting vectors, Fibonacci cubes, and Fibonacci triangle Publ. Math. Debrecen Manuscript (November 16, 2005) Edge-counting vectors, Fibonacci cubes, and Fibonacci triangle By Sandi Klavžar and Iztok Peterin Abstract. Edge-counting vectors of subgraphs of Cartesian

More information

On (a, d)-vertex-antimagic total labeling of Harary graphs

On (a, d)-vertex-antimagic total labeling of Harary graphs On (a, d)-ertex-antimagic total labeling of Harary graphs M. Hussain 1, Kashif Ali 1, M. T. Rahim, Edy Tri Baskoro 3 1 COMSATS Institute of Information Technology, Lahore Campus, Pakistan {muhammad.hussain,kashif.ali}@ciitlahore.edu.pk

More information

Simple explicit formulas for the Frame-Stewart numbers

Simple explicit formulas for the Frame-Stewart numbers Simple explicit formulas for the Frame-Stewart numbers Sandi Klavžar Department of Mathematics, PEF, University of Maribor Koroška cesta 160, 2000 Maribor, Slovenia sandi.klavzar@uni-lj.si Uroš Milutinović

More information

Lecture 8: Construction of Expanders

Lecture 8: Construction of Expanders Spectral Graph Theory and Applications WS 0/0 Lecture 8: Construction of Expanders Lecturer: Thomas Sauerwald & He Sun In this lecture we study the explicit constructions of expander graphs. Although we

More information

Optimization Problems in Multiple Subtree Graphs

Optimization Problems in Multiple Subtree Graphs Optimization Problems in Multiple Subtree Graphs Danny Hermelin Dror Rawitz February 28, 2010 Abstract We study arious optimization problems in t-subtree graphs, the intersection graphs of t- subtrees,

More information

Bulletin of the Iranian Mathematical Society

Bulletin of the Iranian Mathematical Society ISSN: 117-6X (Print) ISSN: 1735-8515 (Online) Bulletin of the Iranian Mathematical Society Vol. 4 (14), No. 6, pp. 1491 154. Title: The locating chromatic number of the join of graphs Author(s): A. Behtoei

More information

On Some Distance-Based Indices of Trees With a Given Matching Number

On Some Distance-Based Indices of Trees With a Given Matching Number Applied Mathematical Sciences, Vol. 8, 204, no. 22, 6093-602 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/0.2988/ams.204.48656 On Some Distance-Based Indices of Trees With a Gien Matching Number Shu

More information

All Ramsey numbers for brooms in graphs

All Ramsey numbers for brooms in graphs All Ramsey numbers for brooms in graphs Pei Yu Department of Mathematics Tongji University Shanghai, China yupeizjy@16.com Yusheng Li Department of Mathematics Tongji University Shanghai, China li yusheng@tongji.edu.cn

More information

Pyramidal Sum Labeling In Graphs

Pyramidal Sum Labeling In Graphs ISSN : 48-96, Vol 8, Issue 4, ( Part -I) April 8, pp-9 RESEARCH ARTICLE Pyramidal Sum Labeling In Graphs OPEN ACCESS HVelet Getzimah, D S T Ramesh ( department Of Mathematics, Pope s College, Sayerpuram-68,Ms

More information

On uniquely 3-colorable plane graphs without prescribed adjacent faces 1

On uniquely 3-colorable plane graphs without prescribed adjacent faces 1 arxiv:509.005v [math.co] 0 Sep 05 On uniquely -colorable plane graphs without prescribed adjacent faces Ze-peng LI School of Electronics Engineering and Computer Science Key Laboratory of High Confidence

More information

The Evolution of Grötzsch s Theorem

The Evolution of Grötzsch s Theorem The Eolution of Grötzsch s Theorem Lauren DeDieu September 26, 2011 A thesis submitted in partial fulfillment of the requirements for MATH 490, in the department of Mathematics, Physics and Geology, Cape

More information

ACYCLIC WEAK CONVEX DOMINATION IN GRAPHS

ACYCLIC WEAK CONVEX DOMINATION IN GRAPHS International Journal of Mathematics & Engineering with Computers Vol 2, No -2, pp 65-72, January-December 20 ACYCLIC WEAK CONVEX DOMINATION IN GRAPHS TN Janakiraman, and PJA Alphonse ABSTRACT: In a graph

More information

ON THE INJECTIVE DOMINATION OF GRAPHS

ON THE INJECTIVE DOMINATION OF GRAPHS Palestine Journal of Mathematics Vol. 7(1)(018), 0 10 Palestine Polytechnic Uniersity-PPU 018 ON THE INJECTIVE DOMINATION OF GRAPHS Anwar Alwardi, R. Rangarajan and Akram Alqesmah Communicated by Ayman

More information

A spectral Turán theorem

A spectral Turán theorem A spectral Turán theorem Fan Chung Abstract If all nonzero eigenalues of the (normalized) Laplacian of a graph G are close to, then G is t-turán in the sense that any subgraph of G containing no K t+ contains

More information

Distinguishing infinite graphs

Distinguishing infinite graphs Distinguishing infinite graphs Wilfried Imrich Montanuniversität Leoben, A-8700 Leoben, Austria wilfried.imrich@uni-leoben.at Sandi Klavžar Department of Mathematics and Computer Science FNM, University

More information

Hanoi Graphs and Some Classical Numbers

Hanoi Graphs and Some Classical Numbers Hanoi Graphs and Some Classical Numbers Sandi Klavžar Uroš Milutinović Ciril Petr Abstract The Hanoi graphs Hp n model the p-pegs n-discs Tower of Hanoi problem(s). It was previously known that Stirling

More information

Isoperimetric problems

Isoperimetric problems CHAPTER 2 Isoperimetric problems 2.1. History One of the earliest problems in geometry was the isoperimetric problem, which was considered by the ancient Greeks. The problem is to find, among all closed

More information

Combinatorics of topmost discs of multi-peg Tower of Hanoi problem

Combinatorics of topmost discs of multi-peg Tower of Hanoi problem Combinatorics of tomost discs of multi-eg Tower of Hanoi roblem Sandi Klavžar Deartment of Mathematics, PEF, Unversity of Maribor Koroška cesta 160, 000 Maribor, Slovenia Uroš Milutinović Deartment of

More information

THE RADIO NUMBERS OF ALL GRAPHS OF ORDER n AND DIAMETER n 2

THE RADIO NUMBERS OF ALL GRAPHS OF ORDER n AND DIAMETER n 2 LE MATEMATICHE Vol LXVIII (2013) Fasc II, pp 167 190 doi: 104418/201368213 THE RADIO NUMBERS OF ALL GRAPHS OF ORDER n AND DIAMETER n 2 K F BENSON - M PORTER - M TOMOVA A radio labeling of a simple connected

More information

Packing of Rigid Spanning Subgraphs and Spanning Trees

Packing of Rigid Spanning Subgraphs and Spanning Trees Packing of Rigid Spanning Subgraphs and Spanning Trees Joseph Cheriyan Olivier Durand de Gevigney Zoltán Szigeti December 14, 2011 Abstract We prove that every 6k + 2l, 2k-connected simple graph contains

More information

An Ore-type Condition for Cyclability

An Ore-type Condition for Cyclability Europ. J. Combinatorics (2001) 22, 953 960 doi:10.1006/eujc.2001.0517 Available online at http://www.idealibrary.com on An Ore-type Condition for Cyclability YAOJUN CHEN, YUNQING ZHANG AND KEMIN ZHANG

More information

The Minimal Estrada Index of Trees with Two Maximum Degree Vertices

The Minimal Estrada Index of Trees with Two Maximum Degree Vertices MATCH Commnications in Mathematical and in Compter Chemistry MATCH Commn. Math. Compt. Chem. 64 (2010) 799-810 ISSN 0340-6253 The Minimal Estrada Index of Trees with Two Maximm Degree Vertices Jing Li

More information

The graph theory general position problem on some interconnection networks

The graph theory general position problem on some interconnection networks The graph theory general position problem on some interconnection networks Paul Manuel a Sandi Klavžar b,c,d a Department of Information Science, College of Computing Science and Engineering, Kuwait University,

More information

Chords in Graphs. Department of Mathematics Texas State University-San Marcos San Marcos, TX Haidong Wu

Chords in Graphs. Department of Mathematics Texas State University-San Marcos San Marcos, TX Haidong Wu AUSTRALASIAN JOURNAL OF COMBINATORICS Volme 32 (2005), Pages 117 124 Chords in Graphs Weizhen G Xingde Jia Department of Mathematics Texas State Uniersity-San Marcos San Marcos, TX 78666 Haidong W Department

More information

Every 3-connected, essentially 11-connected line graph is hamiltonian

Every 3-connected, essentially 11-connected line graph is hamiltonian Every 3-connected, essentially 11-connected line graph is hamiltonian Hong-Jian Lai, Yehong Shao, Hehui Wu, Ju Zhou October 2, 25 Abstract Thomassen conjectured that every 4-connected line graph is hamiltonian.

More information

Distinguishing infinite graphs

Distinguishing infinite graphs Distinguishing infinite graphs Wilfried Imrich Montanuniversität Leoben, A-8700 Leoben, Austria wilfried.imrich@mu-leoben.at Sandi Klavžar Department of Mathematics and Computer Science FNM, University

More information

Fractional and circular 1-defective colorings of outerplanar graphs

Fractional and circular 1-defective colorings of outerplanar graphs AUSTRALASIAN JOURNAL OF COMBINATORICS Volume 6() (05), Pages Fractional and circular -defective colorings of outerplanar graphs Zuzana Farkasová Roman Soták Institute of Mathematics Faculty of Science,

More information

On the chromatic number of the lexicographic product and the Cartesian sum of graphs

On the chromatic number of the lexicographic product and the Cartesian sum of graphs On the chromatic number of the lexicographic product and the Cartesian sum of graphs Niko Čižek University of Maribor TF, Smetanova ulica 17 62000 Maribor, Slovenia Sandi Klavžar University of Maribor

More information

A necessary and sufficient condition for the existence of a spanning tree with specified vertices having large degrees

A necessary and sufficient condition for the existence of a spanning tree with specified vertices having large degrees A necessary and sufficient condition for the existence of a spanning tree with specified vertices having large degrees Yoshimi Egawa Department of Mathematical Information Science, Tokyo University of

More information

ON TWO QUESTIONS ABOUT CIRCULAR CHOOSABILITY

ON TWO QUESTIONS ABOUT CIRCULAR CHOOSABILITY ON TWO QUESTIONS ABOUT CIRCULAR CHOOSABILITY SERGUEI NORINE Abstract. We answer two questions of Zhu on circular choosability of graphs. We show that the circular list chromatic number of an even cycle

More information

Sampling Binary Contingency Tables with a Greedy Start

Sampling Binary Contingency Tables with a Greedy Start Sampling Binary Contingency Tables with a Greedy Start Iona Bezákoá Nayantara Bhatnagar Eric Vigoda Abstract We study the problem of counting and randomly sampling binary contingency tables. For gien row

More information

2 trees T 1,T 2,...,T

2 trees T 1,T 2,...,T Volume 3, pp 95-305, March 0 http://mathtechnionacil/iic/ela ORDERING TREES BY THE MINIMAL ENTRIES OF THEIR DOUBLY STOCHASTIC GRAPH MATRICES SHUCHAO LI AND QIN ZHAO Abstract Gien an n-ertex graph G, the

More information

Towards Universal Cover Decoding

Towards Universal Cover Decoding International Symposium on Information Theory and its Applications, ISITA2008 Auckland, New Zealand, 7-10, December, 2008 Towards Uniersal Coer Decoding Nathan Axig, Deanna Dreher, Katherine Morrison,

More information

Graph coloring, perfect graphs

Graph coloring, perfect graphs Lecture 5 (05.04.2013) Graph coloring, perfect graphs Scribe: Tomasz Kociumaka Lecturer: Marcin Pilipczuk 1 Introduction to graph coloring Definition 1. Let G be a simple undirected graph and k a positive

More information

On colorability of graphs with forbidden minors along paths and circuits

On colorability of graphs with forbidden minors along paths and circuits On colorability of graphs with forbidden minors along paths and circuits Elad Horev horevel@cs.bgu.ac.il Department of Computer Science Ben-Gurion University of the Negev Beer-Sheva 84105, Israel Abstract.

More information

Packing chromatic number, (1, 1, 2, 2)-colorings, and characterizing the Petersen graph

Packing chromatic number, (1, 1, 2, 2)-colorings, and characterizing the Petersen graph Packing chromatic number, (1, 1, 2, 2)-colorings, and characterizing the Petersen graph Boštjan Brešar a,b Douglas F. Rall d Sandi Klavžar a,b,c Kirsti Wash e a Faculty of Natural Sciences and Mathematics,

More information

arxiv: v2 [math.co] 12 Jul 2009

arxiv: v2 [math.co] 12 Jul 2009 A Proof of the Molecular Conjecture Naoki Katoh and Shin-ichi Tanigawa arxi:0902.02362 [math.co] 12 Jul 2009 Department of Architecture and Architectural Engineering, Kyoto Uniersity, Kyoto Daigaku Katsura,

More information

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and education use, including for instruction at the authors institution

More information

On judicious bipartitions of graphs

On judicious bipartitions of graphs On judicious bipartitions of graphs Jie Ma Xingxing Yu Abstract For a positive integer m, let fm be the maximum value t such that any graph with m edges has a bipartite subgraph of size at least t, and

More information

Improved Bounds for the Chromatic Number of the Lexicographic Product of Graphs

Improved Bounds for the Chromatic Number of the Lexicographic Product of Graphs Improved Bounds for the Chromatic Number of the Lexicographic Product of Graphs Roland Kaschek University of Klagenfurt Department of Computer Science 9020 Klagenfurt, Austria Sandi Klavžar University

More information

CIRCULAR CHROMATIC NUMBER AND GRAPH MINORS. Xuding Zhu 1. INTRODUCTION

CIRCULAR CHROMATIC NUMBER AND GRAPH MINORS. Xuding Zhu 1. INTRODUCTION TAIWANESE JOURNAL OF MATHEMATICS Vol. 4, No. 4, pp. 643-660, December 2000 CIRCULAR CHROMATIC NUMBER AND GRAPH MINORS Xuding Zhu Abstract. This paper proves that for any integer n 4 and any rational number

More information

arxiv: v1 [math.pr] 25 Jun 2015

arxiv: v1 [math.pr] 25 Jun 2015 Random walks colliding before getting trapped Louigi Addario-Berry Roberto I. Olieira Yual Peres Perla Sousi ari:156.78451 math.pr 25 Jun 215 Abstract Let P be the transition matrix of a finite, irreducible

More information

SUB-EXPONENTIALLY MANY 3-COLORINGS OF TRIANGLE-FREE PLANAR GRAPHS

SUB-EXPONENTIALLY MANY 3-COLORINGS OF TRIANGLE-FREE PLANAR GRAPHS SUB-EXPONENTIALLY MANY 3-COLORINGS OF TRIANGLE-FREE PLANAR GRAPHS Arash Asadi Luke Postle 1 Robin Thomas 2 School of Mathematics Georgia Institute of Technology Atlanta, Georgia 30332-0160, USA ABSTRACT

More information

Cycle Double Covers and Semi-Kotzig Frame

Cycle Double Covers and Semi-Kotzig Frame Cycle Double Covers and Semi-Kotzig Frame Dong Ye and Cun-Quan Zhang arxiv:1105.5190v1 [math.co] 26 May 2011 Department of Mathematics, West Virginia University, Morgantown, WV 26506-6310 Emails: dye@math.wvu.edu;

More information

The domination game played on unions of graphs

The domination game played on unions of graphs The domination game played on unions of graphs Paul Dorbec 1,2 Gašper Košmrlj 3 Gabriel Renault 1,2 1 Univ. Bordeaux, LaBRI, UMR5800, F-33405 Talence 2 CNRS, LaBRI, UMR5800, F-33405 Talence Email: dorbec@labri.fr,

More information

arxiv: v1 [math.co] 10 Jun 2018

arxiv: v1 [math.co] 10 Jun 2018 Some Mixed Graphs Determined by arxi:1806.036341 [math.co] 10 Jun 2018 Their Spectrum S. Akbari a, A. Ghafari a, M. Nahi b and M.A. Nematollahi a a Department of Mathematical Sciences, Sharif Uniersity

More information

On Generalized Ramsey Numbers

On Generalized Ramsey Numbers On Generalized Ramsey Numbers Wai Chee Shiu, Peter Che Bor Lam and Yusheng Li Abstract Let f 1 and f 2 be graph parameters. The Ramsey number rf 1 m; f 2 n is defined as the minimum integer N such that

More information

NOTES ON THE INDEPENDENCE NUMBER IN THE CARTESIAN PRODUCT OF GRAPHS

NOTES ON THE INDEPENDENCE NUMBER IN THE CARTESIAN PRODUCT OF GRAPHS Discussiones Mathematicae Graph Theory xx (xxxx ) xxx xxx NOTES ON THE INDEPENDENCE NUMBER IN THE CARTESIAN PRODUCT OF GRAPHS G. Abay-Asmerom, R. Hammack, C.E. Larson and D.T. Taylor Department of Mathematics

More information

The Chromatic Number of Ordered Graphs With Constrained Conflict Graphs

The Chromatic Number of Ordered Graphs With Constrained Conflict Graphs The Chromatic Number of Ordered Graphs With Constrained Conflict Graphs Maria Axenovich and Jonathan Rollin and Torsten Ueckerdt September 3, 016 Abstract An ordered graph G is a graph whose vertex set

More information

Acyclic and Oriented Chromatic Numbers of Graphs

Acyclic and Oriented Chromatic Numbers of Graphs Acyclic and Oriented Chromatic Numbers of Graphs A. V. Kostochka Novosibirsk State University 630090, Novosibirsk, Russia X. Zhu Dept. of Applied Mathematics National Sun Yat-Sen University Kaohsiung,

More information

Supereulerian planar graphs

Supereulerian planar graphs Supereulerian planar graphs Hong-Jian Lai and Mingquan Zhan Department of Mathematics West Virginia University, Morgantown, WV 26506, USA Deying Li and Jingzhong Mao Department of Mathematics Central China

More information

VERTEX DEGREE SUMS FOR PERFECT MATCHINGS IN 3-UNIFORM HYPERGRAPHS

VERTEX DEGREE SUMS FOR PERFECT MATCHINGS IN 3-UNIFORM HYPERGRAPHS VERTEX DEGREE SUMS FOR PERFECT MATCHINGS IN 3-UNIFORM HYPERGRAPHS YI ZHANG, YI ZHAO, AND MEI LU Abstract. We determine the minimum degree sum of two adjacent vertices that ensures a perfect matching in

More information

The optimal pebbling number of the complete m-ary tree

The optimal pebbling number of the complete m-ary tree Discrete Mathematics 222 (2000) 89 00 www.elseier.com/locate/disc The optimal pebbling number of the complete m-ary tree Hung-Lin Fu, Chin-Lin Shiue Department of Applied Mathematics, National Chiao Tung

More information

On the chromatic number and independence number of hypergraph products

On the chromatic number and independence number of hypergraph products On the chromatic number and independence number of hypergraph products Dhruv Mubayi Vojtĕch Rödl January 10, 2004 Abstract The hypergraph product G H has vertex set V (G) V (H), and edge set {e f : e E(G),

More information

The concentration of the chromatic number of random graphs

The concentration of the chromatic number of random graphs The concentration of the chromatic number of random graphs Noga Alon Michael Krivelevich Abstract We prove that for every constant δ > 0 the chromatic number of the random graph G(n, p) with p = n 1/2

More information

L(2, 1, 1)-Labeling Is NP-Complete for Trees

L(2, 1, 1)-Labeling Is NP-Complete for Trees L(2, 1, 1)-Labeling Is NP-Complete for Trees Petr A. Golovach 1, Bernard Lidický 2, and Daniël Paulusma 3 1 University of Bergen, Bergen, Norway 2 University of Illinois, Urbana, USA 3 University of Durham,

More information

Graceful Tree Conjecture for Infinite Trees

Graceful Tree Conjecture for Infinite Trees Graceful Tree Conjecture for Infinite Trees Tsz Lung Chan Department of Mathematics The University of Hong Kong, Pokfulam, Hong Kong h0592107@graduate.hku.hk Wai Shun Cheung Department of Mathematics The

More information

Vertex-Coloring Edge-Weighting of Bipartite Graphs with Two Edge Weights

Vertex-Coloring Edge-Weighting of Bipartite Graphs with Two Edge Weights Discrete Mathematics and Theoretical Computer Science DMTCS vol. 17:3, 2015, 1 12 Vertex-Coloring Edge-Weighting of Bipartite Graphs with Two Edge Weights Hongliang Lu School of Mathematics and Statistics,

More information

ON DOMINATING THE CARTESIAN PRODUCT OF A GRAPH AND K 2. Bert L. Hartnell

ON DOMINATING THE CARTESIAN PRODUCT OF A GRAPH AND K 2. Bert L. Hartnell Discussiones Mathematicae Graph Theory 24 (2004 ) 389 402 ON DOMINATING THE CARTESIAN PRODUCT OF A GRAPH AND K 2 Bert L. Hartnell Saint Mary s University Halifax, Nova Scotia, Canada B3H 3C3 e-mail: bert.hartnell@smu.ca

More information

arxiv: v1 [math.co] 29 Jul 2010

arxiv: v1 [math.co] 29 Jul 2010 RADIO NUMBERS FOR GENERALIZED PRISM GRAPHS PAUL MARTINEZ, JUAN ORTIZ, MAGGY TOMOVA, AND CINDY WYELS arxiv:1007.5346v1 [math.co] 29 Jul 2010 Abstract. A radio labeling is an assignment c : V (G) N such

More information

New Upper Bounds for the Heights of Some Light Subgraphs in 1-Planar Graphs with High Minimum Degree

New Upper Bounds for the Heights of Some Light Subgraphs in 1-Planar Graphs with High Minimum Degree New Upper Bounds for the Heights of Some Light Subgraphs in 1-Planar Graphs with High Minimum Degree Xin Zhang, Jian-Liang Wu, Guizhen Liu To cite this ersion: Xin Zhang, Jian-Liang Wu, Guizhen Liu. New

More information

On the oriented chromatic index of oriented graphs

On the oriented chromatic index of oriented graphs On the oriented chromatic index of oriented graphs Pascal Ochem, Alexandre Pinlou, Éric Sopena LaBRI, Université Bordeaux 1, 351, cours de la Libération 33405 Talence Cedex, France February 19, 2006 Abstract

More information

The structure of bull-free graphs I three-edge-paths with centers and anticenters

The structure of bull-free graphs I three-edge-paths with centers and anticenters The structure of bull-free graphs I three-edge-paths with centers and anticenters Maria Chudnovsky Columbia University, New York, NY 10027 USA May 6, 2006; revised March 29, 2011 Abstract The bull is the

More information

Hanna Furmańczyk EQUITABLE COLORING OF GRAPH PRODUCTS

Hanna Furmańczyk EQUITABLE COLORING OF GRAPH PRODUCTS Opuscula Mathematica Vol. 6 No. 006 Hanna Furmańczyk EQUITABLE COLORING OF GRAPH PRODUCTS Abstract. A graph is equitably k-colorable if its vertices can be partitioned into k independent sets in such a

More information

Eulerian Subgraphs in Graphs with Short Cycles

Eulerian Subgraphs in Graphs with Short Cycles Eulerian Subgraphs in Graphs with Short Cycles Paul A. Catlin Hong-Jian Lai Abstract P. Paulraja recently showed that if every edge of a graph G lies in a cycle of length at most 5 and if G has no induced

More information

Distributed Weighted Vertex Cover via Maximal Matchings

Distributed Weighted Vertex Cover via Maximal Matchings 839 Distributed Weighted Vertex Coer ia Maximal Matchings Fabrizio Grandoni 1, Jochen Könemann 2, and Alessandro Panconesi 1 1 Dipartimento di Informatica, Uniersità di Roma La Sapienza Via Salaria 113,

More information

arxiv: v1 [math.co] 13 May 2016

arxiv: v1 [math.co] 13 May 2016 GENERALISED RAMSEY NUMBERS FOR TWO SETS OF CYCLES MIKAEL HANSSON arxiv:1605.04301v1 [math.co] 13 May 2016 Abstract. We determine several generalised Ramsey numbers for two sets Γ 1 and Γ 2 of cycles, in

More information

Packing chromatic vertex-critical graphs

Packing chromatic vertex-critical graphs Packing chromatic vertex-critical graphs Sandi Klavžar a,b,c Douglas F. Rall d a Faculty of Mathematics and Physics, University of Ljubljana, Slovenia b Faculty of Natural Sciences and Mathematics, University

More information

Theoretical Computer Science

Theoretical Computer Science Theoretical Computer Science 532 (2014) 64 72 Contents lists available at SciVerse ScienceDirect Theoretical Computer Science journal homepage: www.elsevier.com/locate/tcs Bandwidth consecutive multicolorings

More information

Jeong-Hyun Kang Department of Mathematics, University of West Georgia, Carrollton, GA

Jeong-Hyun Kang Department of Mathematics, University of West Georgia, Carrollton, GA #A33 INTEGERS 10 (2010), 379-392 DISTANCE GRAPHS FROM P -ADIC NORMS Jeong-Hyun Kang Department of Mathematics, University of West Georgia, Carrollton, GA 30118 jkang@westga.edu Hiren Maharaj Department

More information

Bounds on Shannon Capacity and Ramsey Numbers from Product of Graphs

Bounds on Shannon Capacity and Ramsey Numbers from Product of Graphs Bounds on Shannon Capacity and Ramsey Numbers from Product of Graphs Xiaodong Xu Guangxi Academy of Sciences Nanning, Guangxi 530007, China xxdmaths@sina.com and Stanis law P. Radziszowski Department of

More information

5 Flows and cuts in digraphs

5 Flows and cuts in digraphs 5 Flows and cuts in digraphs Recall that a digraph or network is a pair G = (V, E) where V is a set and E is a multiset of ordered pairs of elements of V, which we refer to as arcs. Note that two vertices

More information

Neighbor Sum Distinguishing Total Colorings of Triangle Free Planar Graphs

Neighbor Sum Distinguishing Total Colorings of Triangle Free Planar Graphs Acta Mathematica Sinica, English Series Feb., 2015, Vol. 31, No. 2, pp. 216 224 Published online: January 15, 2015 DOI: 10.1007/s10114-015-4114-y Http://www.ActaMath.com Acta Mathematica Sinica, English

More information

Interval minors of complete bipartite graphs

Interval minors of complete bipartite graphs Interval minors of complete bipartite graphs Bojan Mohar Department of Mathematics Simon Fraser University Burnaby, BC, Canada mohar@sfu.ca Arash Rafiey Department of Mathematics Simon Fraser University

More information

arxiv: v2 [math.co] 19 Jun 2018

arxiv: v2 [math.co] 19 Jun 2018 arxiv:1705.06268v2 [math.co] 19 Jun 2018 On the Nonexistence of Some Generalized Folkman Numbers Xiaodong Xu Guangxi Academy of Sciences Nanning 530007, P.R. China xxdmaths@sina.com Meilian Liang School

More information