Acyclic and k-distance coloring of the grid

Size: px
Start display at page:

Download "Acyclic and k-distance coloring of the grid"

Transcription

1 Information Processing Letters 87 (2003) Acyclic and k-distance coloring of the grid Guillaume Fertin a,, Emmanuel Godard b, André Raspaud b a IRIN UPRES-EA 2157, Université de Nantes, 2 rue de la Houssinière, BP 92208, F44322 Nantes Cedex 3, France b LaBRI U.M.R. 5800, Université Bordeaux 1, 351 Cours de la Libération, F33405 Talence Cedex, France Received 6 September 2002 Communicated by L. Boasson Abstract In this paper, we give a relatively simple though very efficient way to color the d-dimensional grid G(n 1,n 2,...,n d ) (with n i vertices in each dimension 1 i d), for two different types of vertex colorings: (1) acyclic coloring of graphs, in which we color the vertices such that (i) no two neighbors are assigned the same color and (ii) for any two colors i and j, the subgraph induced by the vertices colored i or j is acyclic; and (2) k-distance coloring of graphs, in which every vertex must be colored in such a way that two vertices lying at distance less than or equal to k must be assigned different colors. The minimum number of colors needed to acyclically color (respectively k-distance color) a graph G is called acyclic chromatic number of G (respectively k-distance chromatic number), and denoted a(g) (respectively χ k (G)). The method we propose for coloring the d-dimensional grid in those two variants relies on the representation of the vertices of G d (n 1,...,n d ) thanks to its coordinates in each dimension; this gives us upper bounds on a(g d (n 1,...,n d )) and χ k (G d (n 1,...,n d )). We also give lower bounds on a(g d (n 1,...,n d )) and χ k (G d (n 1,...,n d )). In particular, we give a lower bound on a(g) for any graph G; surprisingly, as far as we know this result was never mentioned before. Applied to the d-dimensional grid G d (n 1,...,n d ), the lower and upper bounds for a(g d (n 1,...,n d )) match (and thus give an optimal result) when the lengths in each dimension are sufficiently large (more precisely, if d 1 i=1 ni 1). If this is not the case, then these bounds differ by an additive constant at most equal to 1 d 1 i=1 ni. Concerning χ k (G d (n 1,...,n d )), we give exact results on its value for (1) k = 2andanyd 1, and (2) d = 2andanyk 1. In the case of acyclic coloring, we also apply our results to hypercubes of dimension d, H d, which are a particular case of G d (n 1,...,n d ) in which there are only 2 vertices in each dimension. In that case, the bounds we obtain differ by a multiplicative constant equal to Elsevier Science B.V. All rights reserved. Keywords: Acyclic coloring; k-distance coloring; d-dimensional grids; Hypercubes; Graph algorithms * Corresponding author. addresses: fertin@irin.univ-nantes.fr (G. Fertin), godard@labri.u-bordeaux.fr (E. Godard), raspaud@labri.u-bordeaux.fr (A. Raspaud). In this paper, we consider two types of coloring: acyclic coloring and k-distance coloring. Those two colorings are vertex colorings, and are formally defined in Definitions 1 and 2 below /03/$ see front matter 2003 Elsevier Science B.V. All rights reserved. doi: /s (03)

2 52 G. Fertin et al. / Information Processing Letters 87 (2003) Definition 1 (Acyclic coloring). Let G = (V, E) be a graph. An acyclic coloring of G is a vertex coloring of G, satisfying the two following rules: (a) No two neighboring vertices are assigned the same color (this is also denoted as proper coloring). (b) Let V a V (respectively V b V )bethesetof vertices of G that are assigned color a (respectively color b). Then, for any a b, the subgraph G of G induced by V a V b must be acyclic. In other words, an acyclic coloring of G is a vertex coloring of G that is proper, and such that any two classes of colors induce a graph G which is a forest (that is, an acyclic graph). Definition 2 (k-distance coloring). Let G = (V, E) be a graph. A k-distance coloring of G is a vertex coloring of G satisfying the following rule: no two vertices lying at distance less than or equal to k in G are assigned the same color. We note that proper coloring is a particular case of k-distance coloring, where k = 1. The minimum number of colors necessary to acyclically color G is called acyclic chromatic number of G, and is denoted a(g). Similarly, the k-distance chromatic numberof a graph G is the minimum number of colors necessary to k-distance color G, and is denoted by χ k (G). We also note that χ 1 (G) a(g) χ 2 (G) for any graph G. For a family F of graphs, the acyclic chromatic number of F, denoted by a(f), isdefinedasthe maximum a(g) over all graphs G F; and a similar definition holds for the k-distance chromatic number of families F of graphs. Acyclic coloring has been largely studied in the past 25 years; in particular, several authors have determined a(f) for several families F of graphs such as planar graphs [3], planar graphs with large girth [2], outerplanar graphs (see for instance [8]), graphs of maximum degree 3 [6], of maximum degree 4 [4], etc. Whereas k-distance coloring has been mostly studied in the case where k = 2; results on the k-distance coloring of the hypercube H d are given in [7], while some general asymptotic results about the order of χ k (G) for any graph G, in function of its maximum degree and its girth, are given in [1]. In this paper, we consider d-dimensional grids G d (n 1,...,n d ), where each n i 2. Our aim here is to describe a somewhat general method to acyclically and k-distance color G d (n 1,...,n d ), and thus, give an upper bound on the chromatic number for each of those two colorings. The method varies in the details depending of the considered coloring, but remains the same in spirit in both cases. It relies on the representation of each vertex of G d (n 1,...,n d ) by a vector of its coordinates in each dimension. We also give lower bounds on the acyclic and k- distance chromatic number of G d (n 1,...,n d ),that match with the upper bound given by our method in most cases; when the bounds do not match, they differ by an additive factor depending on the value of each n i,1 i d. Our paper is organized as follows: in Section 1, we first give a lower bound for a(g) that applies for any graph G; this bound is then be simplified inordertobeusedingenerald-dimensional grids G d (n 1,...,n d ). We then give an upper bound on a(g d (n 1,...,n d )), which we prove to be optimal when the G d (n 1,...,n d ) is sufficiently large. We then turn to hypercubes of dimension d, H d for which we determine a(h d ) for any d up to a multiplicative factor equal to 2. In Section 2, we turn to the case of k-distance coloring. Here, we consider two subcases: (1) k = 2 and general d 1, for which we give the exact result of χ 2 (G d (n 1,...,n d )); and(2)d = 2and general k 1, for which we give the exact value of χ k (G(n 1,n 2 )). 1. Acyclic coloring Before turning to d-dimensional grids G d (n 1,..., n d ), we first give a lower bound on a(g), forany graph G. As far as we know, and to our great surprise, we were not able to find it mentioned anywhere. Theorem 1. For any graph G = (V, E), letn = V, m = E and = 4n(n 1) 8m + 1. In that case, we have: a(g) 2n

3 G. Fertin et al. / Information Processing Letters 87 (2003) Proof. Let a(g) = p. LetV i, 1 i p, betheset of vertices whose color is i in an acyclic coloring of G using p colors. By definition, the subgraph of G induced by any V i V j, 1 i<j p, is a forest. Let e i,j be the set of edges covered by this forest. Clearly, for any two distinct pairs (i 1,j 1 ) and (i 2,j 2 ) with 1 i 1 <j 1 p, 1 i 2 <j 2 p, e i1,j 1 e i2,j 2 =. It can be easily seen that the number of pairwise distinct pairs of colors is equal to 1 2p(p 1), and that over those 1 2p(p 1) pairs of colors, each color 1 k p appears p 1 times. Moreover, for each pair (i, j), with 1 i<j p,wehave e i,j V i + V j 1. It also clearly holds that (i,j) e i,j =m. Combining those two results, we then get: m (i,j) V i + V j 1, that is ( p ) m (p 1) V k k=1 p(p 1). 2 Since p k=1 V k =n, wethenget:m n(p 1) 1 2 p(p 1), which gives p2 (2n + 1)p + 2(m + n) 0. Let = 4n(n 1) 8m in all the cases, since we always have m 1 2n(n 1). Thus we conclude that 1 2 (2n + 1 ) p 1 2 (2n ). However, we can see that the upper bound is not relevant, since we always have m 1 2 n(n 1),that is 1; hence the least value for 1 2 (2n ) is n + 1. However, it is obvious that p n in all the cases. It is not difficult to see that this general lower bound is optimal for several different families of graphs, such as trees (in that case, = (2n 3) 2, and thus a(g) 2), cycles (in that case, 2n 4 < <2n 3, and thus a(g) 3), and complete graphs (in that case, = 1, and thus a(g) n). We will see in the following that it is also optimal in sufficiently large d-dimensional grids G d (n 1,..., n d ). For this, we will use a slight approximation of the above expression; though it then loses precision, it will simplify our computations in the rest of the paper. Proposition 1. Let G be a graph with n>0 vertices and m>0 edges. Then a(g) 2 + m/n. Proof. By Theorem 1, we know that for any graph G = (V, E) with V =n and E =m, we have a(g) 1 2 (2n + 1 ), with = 4n(n 1) 8m + 1. This gives the following inequality: a(g) that is (2n + 1)2 2(2n ), 4(m + n) a(g) 1 + 2n +. This can also be written as follows: a(g) m + n n 4n 1 + 2n +. Because = (2n 1) 2 8m,wehave <(2n 1) 2,thatis1+ 2n + <4n. Hence a(g) > 1 + m/n. For instance, we can note that this bound is not tight anymore for complete graphs. However, this approximation will be good enough for our purpose. We now turn to the specific case of d-dimensional grids G d (n 1,...,n d ). We first recall formally the definition of G d (n 1,...,n d ). Definition 3. Let d N and (n 1,...,n d ) N d, with n i 2forany1 i d. Thed-dimensional grid of lengths n 1,...,n d, denoted by G d (n 1,...,n d ),isthe following graph: V ( G d (n 1,...,n d ) ) =[1,n 1 ] [1,n 2 ] [1,n d ], E ( G d (n 1,...,n d ) ) = { {u, v} u = (u 1,...,u d ), v = (v 1,...,v d ), and there exist i 0 such that i i 0,u i = v i, and u i0 v i0 =1 }. We recall that for any d-dimensional grid G d (n 1,...,n d ),wehave: V ( G d (n 1,...,n d ) ) = n 1 n d, ( E Gd (n 1,...,n d ) ) ( ) d 1 = n 1 n d d. n i i=1 If we now apply Proposition 1, a lower bound for G d (n 1,...,n d ) is then the following.

4 54 G. Fertin et al. / Information Processing Letters 87 (2003) Corollary 1. Let n 1,...,n d N, with n i 2 for any 1 i d. For any grid G d (n 1,...,n d ) of dimension d, a ( G d (n 1,...,n d ) ) d d. n i i=1 We now give a coloring of any d-grid that uses d + 1 colors. Theorem 2. Let n 1,...,n d N with n i 2 for any 1 i d. For any grid G d (n 1,...,n d ) of dimension d, a ( G d (n 1,...,n d ) ) d + 1. Proof. Each vertex u of G d (n 1,...,n d ) is defined by its coordinates, i.e., u = (x 1,x 2,...,x d ),where0 x i n i 1. Let us define the following coloring: each vertex u = (x 1,x 2,...,x d ) is assigned color c(u) = ( d i=1 i x i ) mod d + 1. Clearly, this coloring uses no more than d + 1 colors. Let us first show that this is a proper coloring. For this, assume that two neighbors u and u are assigned the same color c. Assume also that the coordinates of u and u differ on the jth dimension. Since u = (x 1,x 2,...,x j 1,x j,x j+1,...,x d ) and u = (x 1,x 2,...,x j 1,x j ± 1,x j+1,...,x d ),by definition of c(u) and c(u ) we have j x j + d i=1,i j i x i (j ± 1) x j + d i=1,i j i x i mod d + 1. Thus we end up with ±j 0modd + 1. However, j [1; d], hence this is impossible. Now let us prove that this is an acyclic coloring. Let us take any two distinct colors c 1 and c 2 from this coloring, and assume two neighbors u 1 and u 2 in G d (n 1,...,n d ) are assigned colors c 1 and c 2, respectively. Suppose that the coordinates of u 1 and u 2 differ on dimension j. By definition of the coloring, we end up with the following equality: c 1 c 2 ±j mod d + 1. Without loss of generality, suppose that c 1 >c 2. Thus there exists only one neighbor u 2 of u 1 which is not u 2, and for which c(u 2 ) = c(u 2) = c 2. Fig. 1. G 2 (c 1,c 2 ), the subgraph of G d (n 1,...,n d ) induced by dimensions j = c 1 c 2 and j = d + 1 j. This neighbor u 2 differs in the (d +1 j)thcoordinate from u 2. Now, if we are looking for a neighbor of u 2 which is not u 1 and which is assigned color c 1,using the same arguments, we see that it must differ from u 1 in the jth coordinate. By induction, we see that for any distinct pair of colors c 1 and c 2 with c 1 >c 2, the vertices which are assigned either c 1 or c 2 form a cycle iff they lie in the same 2-dimensional subgrid of G d (n 1,...,n d ); this subgrid G 2 (c 1,c 2 ) being induced by dimension j = c 1 c 2 and j = d + 1 j (cf. Fig. 1). No bicolored cycle can exist in that case, because in G 2 (c 1,c 2 ), the only authorized moves between a given pair of colors will be either N and W, N and E, S and W, or S and E. Hence, the path will be stair-like, and no cycle can be created. Thanks to Theorem 2 above, we are now able to derive tight bounds on a(g d (n 1,...,n d )), when the grid of dimension d 2 is sufficiently large. Theorem 3. Let d 2 and n 1,...,n d N, with n i 2 for any 1 i d. For any grid G d (n 1,...,n d ),if di=1 1 ni 1 then a(g d (n 1,...,n d )) = d + 1. We note that this is true in particular when the minimal length is greater or equal to d. If we now apply the above result to hypercubes of dimension d, H d (which are a particular case of d- dimensional grids G d (n 1,...,n d ) where each n i = 2, 1 i d), we get the following bounds, that differ by a multiplicative factor 2.

5 G. Fertin et al. / Information Processing Letters 87 (2003) Table 1 Where the actual results for a(h d ) stand (1 d 6) d a(h d ) a(h d ) = a(h d ) (Theorem 4) (Computer) (Theorem 4) Theorem 4. For any hypercube H d of dimension d 1, 1 2 (d + 3) a(h d) d + 1. Table 1 shows where the actual values of a(h d ) stand compared to the bounds given in Theorem 4, for 1 d 6. The third column indicates the actual value of a(h d ) (obtained by exhaustive search by computer), while the second (respectively fourth) column indicates the lower bound (respectively upper bound) from Theorem 4. Bounds that match the actual results are given in bold characters. Though the examples are limited to dimensions going from 1 to 6, this table seems to suggest that the lower bound is closer to the actual value than the upper bound. Remark 1. The above work on acyclic coloring has also given birth to results concerning a third type of coloring, called star coloring. A star coloring of a graph G is a proper coloring of its vertices, such that no path of length 3 in G is bicolored (in other words, any two classes of colors induce a graph G which is a forest of stars). χ s (G) denotes the star chromatic number of a graph G, that is the minimum number of colors necessary to star color G. Thanks to the above work, in [5] the authors have been able to prove the two following results: 2 + d d i=1 1/n i χ s (G d (n 1,...,n d )) 2d + 1, 1 2 (d + 3) χ s(h d ) d + 1. This shows that the star chromatic number of G d (n 1,...,n d ) is determined within a factor never exceeding 4, and that when G d (n 1,...,n d ) is sufficiently large, this factor is reduced to 2. Concerning hypercubes of dimension d, H d, the bounds differ by a factor k-distance coloring In this section, we study the k-distance coloring of the d-dimensional grid. We note that k-distance coloring can also be seen as a proper coloring of the kth power of G, G k (we recall that the kth power of a graph G is the graph G to which we add edges between any pair of vertices lying at distance less than or equal to k). Here, we first study the particular case k = 2. We give in this case the exact value of χ 2 (G d (n 1,...,n d )), for any d 1. Then, we turn to the case of 2-dimensional grids, for which we give the exact value of χ k (G 2 ),foranyk 1. Theorem 5. χ 2 (G d (n 1,...,n d )) = 2d + 1 for any d 1. Proof. The lower bound comes from the fact that if n i 3forall1 i d, there exists in G d (n 1,...,n d ) avertexu for which there are 2d + 1 vertices lying at distance 2 from u (u included). Thus, if we denote by B 1 (u) this set of vertices (the ball of radius 1 around u), we conclude that any 2-distance coloring will require at least B 1 (u) colors, since any two vertices u 1 and u 2 in B 1 (u) satisfy d(u 1,u 2 ) 2. Thus χ 2 (G d (n 1,...,n d )) 2d + 1. The upper bound is obtained by the following coloring, inspired by the same kind of technique as for the acyclic coloring: if any vertex u V(G d (n 1,...,n d )) is defined thanks to its coordinates (that is, u = (x 1, x 2,...,x d ) with 0 x i n i 1forall1 i d), then u is assigned color c(u) = d i=1 ix i mod 2d + 1. We now show that this coloring is a 2-distance coloring of G d (n 1,...,n d ). This is done by contradiction: assume that there exist in G d (n 1,...,n d ) two distinct vertices u = (x 1,x 2,...,x d ) and v = (x 1,x 2,...,x d ), such that d(u,v) 2, and such that c(u) = c(v). We will show that this cannot happen. For this, we distinguish two cases: Case 1: d(u,v) = 1. This means that u and v differ on only one coordinate, say j (1 j d). In other words, x j = x j ± 1. Thus, since c(u) = c(v), we have by definition of the coloring d i=1 ix i di=1 ix i mod 2d + 1. That is, jx j jx j mod 2d + 1, or ±j 0mod2d + 1. However, 1 j d, hence this is impossible.

6 56 G. Fertin et al. / Information Processing Letters 87 (2003) Case 2: d(u,v) = 2. This means that u and v differ on coordinates j 1 and j 2 (where we possibly have j 1 = j 2 ). In other words, x j1 = x j 1 ± 1 and x j2 = x j 2 ± 1. Since we suppose c(u) = c(v), we have j 1 x j1 + j 2 x j2 j 1 x j 1 + j 2 x j 2 mod 2d + 1, that is ±j 1 ± j 2 0mod2d + 1. Since 1 j 1,j 2 d, the only possibility is when j 1 = j 2 ;however,when j 1 = j 2 and d(u,v) = 2, then x j1 = x j 1 ± 2, and we endupwith±2j 1 0mod2d +1, which is impossible since 1 j 1 d. We thus conclude that no two distinct vertices lying at distance less than or equal to 2 can be assigned the same color by the above coloring; hence, this is a 2- distance coloring and χ 2 (G d (n 1,...,n d )) 2d + 1. Altogether, we then have χ 2 (G d (n 1,...,n d )) = 2d + 1, and the theorem is proved. Theorem 6. Let G 2 be the 2-dimensional grid G(n 1, n 2 ), and k 1 be an integer. Then, for sufficiently large n 1 and n 2 : if k is even, then χ k (G 2 ) = 1 2 ((k + 1)2 + 1); if k is odd, then χ k (G 2 ) = 1 2 (k + 1)2. Proof. Suppose first that k = 2m is even. In that case, it can be easily seen that for sufficiently large n 1 and n 2 there exists a vertex v V(G 2 ) for which 2m 2 + 2m + 1 lie at distance less than or equal to m from v (v included). Thus, all those vertices, lying in a ball of diameter k, must be assigned pairwise distinct colors. We then conclude that χ k (G 2 ) 2m 2 + 2m + 1, that is χ k (G 2 ) 1 2 ((k + 1)2 + 1). The upper bound is given by the following coloring: let any vertex u V(G 2 ) be defined by its coordinates in G 2.Thatis,u = (x, y), with 0 x n 1 1and 0 y n 2 1. Then every vertex u = (x, y) is assigned color c(u) = x + (k + 1)y mod p, where p = 2m 2 + 2m + 1. Let us now show by contradiction that this coloring is a k-distance coloring for G 2.For this, let us take two vertices u and v in V(G 2 ) such that c(u) = c(v), and suppose that 1 d(u,v) k. Let u = (x 1,y 1 ) and v = (x 2,y 2 ) = (x 1 ± s,y 1 ± t), with s,t 0 such that s + t = d(u,v). Then by definition of the coloring, c(u) = c(v) is equivalent to x 1 + (k + 1)y 1 x 1 ±s +(k +1)(y 1 ±t)mod p. Hence, we have ±s ± (k + 1)t 0modp.Letκ = d(u,v) = s + t (we recall that 1 κ k). We now distinguish two cases, depending on the signs of the expression: Case 1: s + (k + 1)t 0modp (also equivalent to s (k + 1)t 0modp). In other words, (s + t) + kt 0modp, thatisκ + kt = αp. Now let us discuss the possible values of α. Clearly, α cannot be equal to zero, since κ 1, k 1andt 0. If α 2, then we have κ + kt 2p, wherep = 2m 2 + 2m + 1, that is p = 1 2 k2 + k + 1. This gives κ + kt k 2 + 2k + 2, which is impossible since κ k and t k (indeed, if t>k,thend(u,v) > k). The only remaining case is α = 1. This then gives κ + kt = 1 2 k2 + k + 1, that is t = 1 2k (1 κ)/k. We recall that k is even, thus the only possibility for t to be an integer is when b = (1 κ)/k is a (possibly negative) integer. However, it is easy to see that this is the case only when κ = 1 (otherwise, 1 <b<0). Hence, we have κ = 1andb = 0. But then, t = 1 2 k b becomes t = 1 2k + 1. That is, t>κ, a contradiction. Case 2: s (k + 1)t 0modp (also equivalent to s + (k + 1)t 0modp). In that case, we have (s + t) (k + 2)t 0modp, thatist κ/(k + 2) + αp, whereα is an integer. However, it can be easily seen that p>k,andthatκ/(k + 2)<1(sinceκ k). Thus, since t must be positive and less than or equal to k, the only possibility is α = 0. But in that case, t = κ/(k + 2), thus 0 <t<1 cannot be an integer, a contradiction. Altogether, this proves that any two vertices u and v lying at distance less than or equal to k in G d (n 1,...,n d ) cannot be assigned the same color. Thus, our coloring is a k-distance coloring. Since this coloring uses p = 1 2 k2 +k +1 colors, we conclude that χ k (G 2 ) (k + 1) Altogether, we have that χ k (G 2 ) = 1 2 ((k + 1)2 + 1) for any even k 2. When k = 2m + 1 is odd, the proof method is similar. The lower bound is given by the following observation: for n 1 and n 2 sufficiently large, there exists a vertex u for which 2m 2 + 2m + 1 vertices lie at distance less than or equal to m from u (u included). Let B m (u) be this set of vertices (the ball of radius m around u); it is possible to extend this ball such that it contains 2m + 1 more vertices, yielding asetb m (u), in such a way that any two vertices u 1 and u 2 in B m (u) lie at distance less than or equal to k = 2m + 1 (cf. Fig. 2). This is simply due to the fact that k is odd. Hence, we need to color all the vertices of

7 G. Fertin et al. / Information Processing Letters 87 (2003) Fig. 2. B m and B m in the case where k = 7(i.e.,m = 3). B m (u) with pairwise distinct colors in order to get a k- distance coloring of G 2. Thus χ k (G 2 ) = B m (u),that is χ k (G 2 ) = 2m 2 + 4m + 2, or χ k (G 2 ) 1 2 (k + 1)2. The upper bound is obtained using the following coloring: for any vertex u = (x, y) in V(G 2 ), u is assigned color c(u) = x + ky mod p, wherep = 2m 2 + 4m + 2. We now prove by contradiction that any two distinct vertices u 1 and u 2 lying at distance less than or equal to k in G 2 cannot be assigned the same color by the above coloring. Suppose, to the contrary, that 1 d(u,v) k, whereu = (x 1,y 1 ) and v = (x 2,y 2 ) = (x 1 ± s,y 1 ± t), with s,t 0such that s + t = d(u,v).letκ = d(u 1,u 2 ) = s + t (hence 1 κ k). c(u 1 ) = c(u 2 ) is equivalent to x 1 + ky 1 x 1 ± s + k(y 1 ± t) mod p, thatis±s ± kt 0modp. We distinguish two cases here, depending on the signs of the expression: Case 1: s + kt 0modp (also equivalent to s kt 0modp). Hence, we have κ + (k 1)t 0modp.Inotherwords,κ + (k 1)t = αp.however, it can be easily seen that α>0, since κ 1, k 1 and t 0. Moreover, if α 2, then we would have κ + (k 1)t (k + 1) 2, which is impossible since t k and κ k. Hence, the only possibility is α = 1, that is κ + (k 1)t = 1 2 (k + 1)2.Ifk = 1, this gives κ = 2, which contradicts the fact that κ k. Nowif k 3, we get the following equality: t = k κ k 1. However, t must be an integer; k being odd, we just have to check that (2 κ)/(k 1) is a (possibly negative) integer. It is easy to see that 1 <(2 κ)/(k 1)<1, since k 3. Thus, the only possibility is (2 κ)/(k 1) = 0, that is κ = 2. In that case, we end up with t = 1 2 (k 1) + 2, that is t>2since k 3. However, κ = s + t, with s 0. Hence κ>2, a contradiction since we supposed κ = 2. Case 2: s kt 0modp (also equivalent to s + kt 0modp). Hence we have κ (k + 1)t 0modp, that is t = κ/(k + 1) + αp, α being a (possibly negative) integer. However, since t k and p>k, it follows that α<1; and since t 0, it follows that α> 1. Thus α = 0; but in that case, t = κ/(k + 1), a contradiction since t must be an integer and since 1 κ k. Thus, we conclude that, using the above coloring, no two vertices at distance less than or equal to k in G d (n 1,...,n d ) can be assigned the same color. In other words, the proposed coloring is a k-distance coloring for G 2. Since it uses p = 2m 2 + 4m + 2 = 1 2 (k + 1)2 colors, we conclude that χ k (G 2 ) 1 2 (k + 1) 2. Altogether, we have that χ k (G 2 ) = 1 2 (k + 1)2 and the theorem is proved. 3. Conclusion In this paper, we have determined the value of a(g d ) for the family G d of d-dimensional grids, d 1; we have also determined the value of χ 2 (G d ), d 1 and χ k (G 2 ), k 1. The results on acyclic coloring are given by determining a universal lower for a(g) on any graph G, that meets an upper bound given by an appropriate coloring. More precisely, the bounds meet for sufficiently large grids G d (n 1,...,n d ), that is when d 1 i=1 ni 1. If this is not the case, the bounds differ by an additive factor equal to 1 d 1 i=1 ni. Adapted to d-dimensional hypercubes H d, these bounds are a factor 2 away. All the upper bound results (and also some results on star coloring mentioned in Remark 1) rely on an appropriate coloring that makes use of the representation of each vertex of G d (n 1,...,n d ) by its coordinates in each dimension. This coloring method is adapted depending on the considered graph coloring, but remains the same in spirit. We suspect that it can be extended to other kinds of coloring, or to more general results concerning k-distance coloring in k-dimensional grids, for any k and d. We end this article by the following open problem: what is the exact value of a(h d ) for hypercubes of

8 58 G. Fertin et al. / Information Processing Letters 87 (2003) dimension d? Table 1 suggests that d is a good candidate; we have not been able to prove it so far. References [1] N. Alon, B. Mohar, The chromatic number of graph powers, Combin. Probab. Comput. 11 (2002) [2] O.V. Borodin, A.V. Kostochka, D.R. Woodall, Acyclic colourings of planar graphs with large girth, J. London Math. Soc. 60 (2) (1999) [3] O.V. Borodin, On acyclic colorings of planar graphs, Discrete Math. 25 (1979) [4] M.I. Burstein, Every 4-valent graph has an acyclic 5 coloring, Soobshch. Akad. Nauk Gruzin. SSR 93 (1979) (in Russian). [5] G. Fertin, A. Raspaud, B. Reed, Star coloring of graphs, LaBRI, Technical Report, 2002, Submitted for publication. [6] B. Grünbaum, Acyclic colorings of planar graphs, Israel J. Math. 14 (3) (1973) [7] D.S. Kim, D.-Z. Du, P.M. Pardalos, A coloring problem on the n-cube, Discrete Appl. Math. 103 (2000) [8] E. Sopena, The chromatic number of oriented graphs, Math. Notes 25 (1997)

Star Coloring of Graphs

Star Coloring of Graphs Star Coloring of Graphs Guillaume Fertin, André Raspaud, Bruce Reed 3 LINA FRE 79, Université de Nantes rue de la Houssinière - BP 908 - F443 Nantes Cedex 3 LaBRI UMR 5800, Université Bordeaux 35 Cours

More information

Oriented vertex and arc colorings of outerplanar graphs

Oriented vertex and arc colorings of outerplanar graphs Information Processing Letters 100 (2006) 97 104 www.elsevier.com/locate/ipl Oriented vertex and arc colorings of outerplanar graphs Alexandre Pinlou,1, Éric Sopena LaBRI, Université Bordeaux 1, 351, cours

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

Negative results on acyclic improper colorings

Negative results on acyclic improper colorings Negative results on acyclic improper colorings Pascal Ochem To cite this version: Pascal Ochem. Negative results on acyclic improper colorings. Stefan Felsner. 005 European Conference on Combinatorics,

More information

Acyclic Colorings of Products of Cycles

Acyclic Colorings of Products of Cycles Acyclic Colorings of Products of Cycles Robert E. Jamison Gretchen L. Matthews December 1, 005 Abstract An acyclic coloring of a graph G is a proper coloring of the vertex set of G such that G contains

More information

On the acyclic chromatic number of Hamming graphs

On the acyclic chromatic number of Hamming graphs On the acyclic chromatic number of Hamming graphs Robert E. Jamison 1, Gretchen L. Matthews 1 Department of Mathematical Sciences, Clemson University, Clemson, SC 9634-0975; Affiliated Professor, University

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

A note on the acyclic 3-choosability of some planar graphs

A note on the acyclic 3-choosability of some planar graphs A note on the acyclic 3-choosability of some planar graphs Hervé Hocquard, Mickael Montassier, André Raspaud To cite this version: Hervé Hocquard, Mickael Montassier, André Raspaud. A note on the acyclic

More information

Discrete Mathematics. The average degree of a multigraph critical with respect to edge or total choosability

Discrete Mathematics. The average degree of a multigraph critical with respect to edge or total choosability Discrete Mathematics 310 (010 1167 1171 Contents lists available at ScienceDirect Discrete Mathematics journal homepage: www.elsevier.com/locate/disc The average degree of a multigraph critical with respect

More information

Strong edge-colouring of sparse planar graphs

Strong edge-colouring of sparse planar graphs Strong edge-colouring of sparse planar graphs Julien Bensmail a, Ararat Harutyunyan b, Hervé Hocquard a, Petru Valicov c a LaBRI (Université de Bordeaux), 351 cours de la Libération, 33405 Talence Cedex,

More information

A lower bound on the order of the largest induced linear forest in triangle-free planar graphs

A lower bound on the order of the largest induced linear forest in triangle-free planar graphs A lower bound on the order of the largest induced linear forest in triangle-free planar graphs François Dross a, Mickael Montassier a, and Alexandre Pinlou b a Université de Montpellier, LIRMM b Université

More information

Discrete Mathematics

Discrete Mathematics Discrete Mathematics 09 (2009) 2108 2118 Contents lists available at ScienceDirect Discrete Mathematics journal homepage: www.elsevier.com/locate/disc An oriented coloring of planar graphs with girth at

More information

d 2 -coloring of a Graph

d 2 -coloring of a Graph d -coloring of a Graph K. Selvakumar and S. Nithya Department of Mathematics Manonmaniam Sundaranar University Tirunelveli 67 01, Tamil Nadu, India E-mail: selva 158@yahoo.co.in Abstract A subset S of

More information

Strong oriented chromatic number of planar graphs without short cycles

Strong oriented chromatic number of planar graphs without short cycles Discrete Mathematics and Theoretical Computer Science DMTCS vol. 10:1, 008, 1 4 Strong oriented chromatic number of planar graphs without short cycles Mickaël Montassier 1, Pascal Ochem, and Alexandre

More information

Equitable list colorings of planar graphs without short cycles

Equitable list colorings of planar graphs without short cycles Theoretical Computer Science 407 (008) 1 8 Contents lists available at ScienceDirect Theoretical Computer Science journal homepage: www.elsevier.com/locate/tcs Equitable list colorings of planar graphs

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 1, Alexandre Pinlou, and Éric Sopena 3 1 Université Paris-Sud, LRI, 91405 Orsay Cedex, France pascal.ochem@lri.fr Université Montpellier

More information

Injective colorings of sparse graphs

Injective colorings of sparse graphs Injective colorings of sparse graphs Daniel W. Cranston Seog-Jin Kim Gexin Yu August 28, 2008 Abstract Let Mad(G) denote the maximum average degree (over all subgraphs) of G and let χ i(g) denote the injective

More information

Acyclic edge coloring of planar graphs with Delta colors

Acyclic edge coloring of planar graphs with Delta colors Acyclic edge coloring of planar graphs with Delta colors Dávid Hudák, František Kardoš, Borut Lužar, Roman Soták, Riste Škrekovski To cite this version: Dávid Hudák, František Kardoš, Borut Lužar, Roman

More information

On the S-Labeling problem

On the S-Labeling problem On the S-Labeling problem Guillaume Fertin Laboratoire d Informatique de Nantes-Atlantique (LINA), UMR CNRS 6241 Université de Nantes, 2 rue de la Houssinière, 4422 Nantes Cedex - France guillaume.fertin@univ-nantes.fr

More information

A Note on S-Packing Colorings of Lattices

A Note on S-Packing Colorings of Lattices A Note on S-Packing Colorings of Lattices Wayne Goddard and Honghai Xu Department of Mathematical Sciences Clemson University, Clemson SC 964 {goddard,honghax}@clemson.edu Abstract Let a, a,..., a k be

More information

Modular Monochromatic Colorings, Spectra and Frames in Graphs

Modular Monochromatic Colorings, Spectra and Frames in Graphs Western Michigan University ScholarWorks at WMU Dissertations Graduate College 12-2014 Modular Monochromatic Colorings, Spectra and Frames in Graphs Chira Lumduanhom Western Michigan University, chira@swu.ac.th

More information

Neighbor-distinguishing k-tuple edge-colorings of graphs

Neighbor-distinguishing k-tuple edge-colorings of graphs Neighbor-distinguishing k-tuple edge-colorings of graphs Jean-Luc Baril and Olivier Togni 1 LEI UMR-CNRS 5158, Université de Bourgogne B.P. 7 870, 1078 DIJON-Cedex France e-mail: {barjl,olivier.togni}@u-bourgogne.fr

More information

{2, 2}-Extendability of Planar Graphs

{2, 2}-Extendability of Planar Graphs International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 6, Issue 6 (March 2013), PP. 61-66 {2, 2}-Extendability of Planar Graphs Dharmaiah

More information

Homomorphisms of sparse graphs to small graphs

Homomorphisms of sparse graphs to small graphs LaBRI Université Bordeaux I France Graph Theory 2009 Fredericia, Denmark Thursday November 26 - Sunday November 29 Flow Let G be a directed graph, A be an abelian group. A-flow A-flow f of G is a mapping

More information

On Modular Colorings of Caterpillars

On Modular Colorings of Caterpillars On Modular Colorings of Caterpillars Futaba Okamoto Mathematics Department University of Wisconsin - La Crosse La Crosse, WI 546 Ebrahim Salehi Department of Mathematical Sciences University of Nevada

More information

Conditional colorings of graphs

Conditional colorings of graphs Discrete Mathematics 306 (2006) 1997 2004 Note Conditional colorings of graphs www.elsevier.com/locate/disc Hong-Jian Lai a,d, Jianliang Lin b, Bruce Montgomery a, Taozhi Shui b, Suohai Fan c a Department

More information

A Sufficient condition for DP-4-colorability

A Sufficient condition for DP-4-colorability A Sufficient condition for DP-4-colorability Seog-Jin Kim and Kenta Ozeki August 21, 2017 Abstract DP-coloring of a simple graph is a generalization of list coloring, and also a generalization of signed

More information

The Turán number of sparse spanning graphs

The Turán number of sparse spanning graphs The Turán number of sparse spanning graphs Noga Alon Raphael Yuster Abstract For a graph H, the extremal number ex(n, H) is the maximum number of edges in a graph of order n not containing a subgraph isomorphic

More information

DEGENERATE AND STAR COLORINGSOFGRAPHSON SURFACES

DEGENERATE AND STAR COLORINGSOFGRAPHSON SURFACES University of Ljubljana Institute of Mathematics, Physics and Mechanics Department of Mathematics Jadranska 9, 000 Ljubljana, Slovenia Preprint series, Vol. 7 (009), 07 DEGENERATE AND STAR COLORINGSOFGRAPHSON

More information

Circular choosability of graphs

Circular choosability of graphs Circular choosability of graphs Xuding Zhu Department of Applied Mathematics National Sun Yat-sen University Kaohsiung, Taiwan zhu@math.nsysu.edu.tw Abstract This paper discusses the circular version of

More information

On the Dynamic Chromatic Number of Graphs

On the Dynamic Chromatic Number of Graphs On the Dynamic Chromatic Number of Graphs Maryam Ghanbari Joint Work with S. Akbari and S. Jahanbekam Sharif University of Technology m_phonix@math.sharif.ir 1. Introduction Let G be a graph. A vertex

More information

A Separator Theorem for Graphs with an Excluded Minor and its Applications

A Separator Theorem for Graphs with an Excluded Minor and its Applications A Separator Theorem for Graphs with an Excluded Minor and its Applications Noga Alon IBM Almaden Research Center, San Jose, CA 95120,USA and Sackler Faculty of Exact Sciences, Tel Aviv University, Tel

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

Some results on incidence coloring, star arboricity and domination number

Some results on incidence coloring, star arboricity and domination number AUSTRALASIAN JOURNAL OF COMBINATORICS Volume 54 (2012), Pages 107 114 Some results on incidence coloring, star arboricity and domination number Pak Kiu Sun Wai Chee Shiu Department of Mathematics Hong

More information

Near-colorings and Steinberg conjecture

Near-colorings and Steinberg conjecture Near-colorings and Steinberg conjecture André Raspaud LaBRI Université Bordeaux I France Department of Mathematics, Zhejiang Normal University, Jinhua, China October 3, 20 Proper k-coloring Proper k-coloring

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 balanced colorings of sparse hypergraphs

On balanced colorings of sparse hypergraphs On balanced colorings of sparse hypergraphs Andrzej Dude Department of Mathematics Western Michigan University Kalamazoo, MI andrzej.dude@wmich.edu January 21, 2014 Abstract We investigate 2-balanced colorings

More information

List-coloring the Square of a Subcubic Graph

List-coloring the Square of a Subcubic Graph List-coloring the Square of a Subcubic Graph Daniel W. Cranston University of Illinois Urbana-Champaign, USA Seog-Jin Kim Konkuk University Seoul, Korea February 1, 2007 Abstract The square G 2 of a graph

More information

On S-packing edge-colorings of cubic graphs

On S-packing edge-colorings of cubic graphs On S-packing edge-colorings of cubic graphs arxiv:1711.10906v1 [cs.dm] 29 Nov 2017 Nicolas Gastineau 1,2 and Olivier Togni 1 1 LE2I FRE2005, CNRS, Arts et Métiers, Université Bourgogne Franche-Comté, F-21000

More information

Equitable Colorings of Corona Multiproducts of Graphs

Equitable Colorings of Corona Multiproducts of Graphs Equitable Colorings of Corona Multiproducts of Graphs arxiv:1210.6568v1 [cs.dm] 24 Oct 2012 Hanna Furmańczyk, Marek Kubale Vahan V. Mkrtchyan Abstract A graph is equitably k-colorable if its vertices can

More information

IMA Preprint Series # 2385

IMA Preprint Series # 2385 LIST COLORINGS WITH DISTINCT LIST SIZES, THE CASE OF COMPLETE BIPARTITE GRAPHS By Zoltán Füredi and Ida Kantor IMA Preprint Series # 2385 ( October 2011 ) INSTITUTE FOR MATHEMATICS AND ITS APPLICATIONS

More information

On (δ, χ)-bounded families of graphs

On (δ, χ)-bounded families of graphs On (δ, χ)-bounded families of graphs András Gyárfás Computer and Automation Research Institute Hungarian Academy of Sciences Budapest, P.O. Box 63 Budapest, Hungary, H-1518 gyarfas@sztaki.hu Manouchehr

More information

Group Colorability of Graphs

Group Colorability of Graphs Group Colorability of Graphs Hong-Jian Lai, Xiankun Zhang Department of Mathematics West Virginia University, Morgantown, WV26505 July 10, 2004 Abstract Let G = (V, E) be a graph and A a non-trivial Abelian

More information

Paths with two blocks in n-chromatic digraphs

Paths with two blocks in n-chromatic digraphs Paths with two blocks in n-chromatic digraphs L. Addario-Berry, F. Havet and S. Thomassé September 20, 2005 Abstract We show that every oriented path of order n 4 with two blocks is contained in every

More information

Destroying non-complete regular components in graph partitions

Destroying non-complete regular components in graph partitions Destroying non-complete regular components in graph partitions Landon Rabern landon.rabern@gmail.com June 27, 2011 Abstract We prove that if G is a graph and r 1,..., r k Z 0 such that k i=1 r i (G) +

More information

arxiv: v1 [math.co] 4 Jan 2018

arxiv: v1 [math.co] 4 Jan 2018 A family of multigraphs with large palette index arxiv:80.0336v [math.co] 4 Jan 208 M.Avesani, A.Bonisoli, G.Mazzuoccolo July 22, 208 Abstract Given a proper edge-coloring of a loopless multigraph, the

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 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 coloring of some undirected and oriented coronae graphs

Packing coloring of some undirected and oriented coronae graphs Packing coloring of some undirected and oriented coronae graphs Daouya LAÏCHE Isma BOUCHEMAKH Éric SOPENA,, February 7, 08 arxiv:06.078v [cs.dm] Jun 0 Abstract The packing chromatic number χ ρ (G) of a

More information

Decomposing plane cubic graphs

Decomposing plane cubic graphs Decomposing plane cubic graphs Kenta Ozeki and Dong Ye Abstract It was conjectured by Hoffmann-Ostenhof that the edge set of every cubic graph can be decomposed into a spanning tree, a matching and a family

More information

On Brooks Coloring Theorem

On Brooks Coloring Theorem On Brooks Coloring Theorem Hong-Jian Lai, Xiangwen Li, Gexin Yu Department of Mathematics West Virginia University Morgantown, WV, 26505 Abstract Let G be a connected finite simple graph. δ(g), (G) and

More information

arxiv: v3 [math.co] 10 Mar 2018

arxiv: v3 [math.co] 10 Mar 2018 New Bounds for the Acyclic Chromatic Index Anton Bernshteyn University of Illinois at Urbana-Champaign arxiv:1412.6237v3 [math.co] 10 Mar 2018 Abstract An edge coloring of a graph G is called an acyclic

More information

Chromatic Ramsey number of acyclic hypergraphs

Chromatic Ramsey number of acyclic hypergraphs Chromatic Ramsey number of acyclic hypergraphs András Gyárfás Alfréd Rényi Institute of Mathematics Hungarian Academy of Sciences Budapest, P.O. Box 127 Budapest, Hungary, H-1364 gyarfas@renyi.hu Alexander

More information

Graphs of Degree 4 are 5-Edge-Choosable

Graphs of Degree 4 are 5-Edge-Choosable Graphs of Degree 4 are 5-Edge-Choosable Martin Juvan, Bojan Mohar and Riste Škrekovski DEPARTMENT OF MATHEMATICS UNIVERSITY OF LJUBLJANA JADRANSKA 19, 1111 LJUBLJANA SLOVENIA Received June 11, 1996; revised

More information

Edge-face colouring of plane graphs with maximum degree nine

Edge-face colouring of plane graphs with maximum degree nine Edge-face colouring of plane graphs with maximum degree nine Jean-Sébastien Sereni Matěj Stehlík Abstract An edge-face colouring of a plane graph with edge set E and face set F is a colouring of the elements

More information

Discrete Mathematics

Discrete Mathematics Discrete Mathematics 09 (2009) 49 502 Contents lists available at ScienceDirect Discrete Mathematics journal homepage: www.elsevier.com/locate/disc 2-distance ( + 2)-coloring of planar graphs with girth

More information

On oriented arc-coloring of subcubic graphs

On oriented arc-coloring of subcubic graphs On oriented arc-coloring of sbcbic graphs Alexandre Pinlo Alexandre.Pinlo@labri.fr LaBRI, Université Bordeax I, 351, Cors de la Libération, 33405 Talence, France Janary 17, 2006 Abstract. A homomorphism

More information

Upper Bounds of Dynamic Chromatic Number

Upper Bounds of Dynamic Chromatic Number Upper Bounds of Dynamic Chromatic Number Hong-Jian Lai, Bruce Montgomery and Hoifung Poon Department of Mathematics West Virginia University, Morgantown, WV 26506-6310 June 22, 2000 Abstract A proper vertex

More information

PRECISE UPPER BOUND FOR THE STRONG EDGE CHROMATIC NUMBER OF SPARSE PLANAR GRAPHS

PRECISE UPPER BOUND FOR THE STRONG EDGE CHROMATIC NUMBER OF SPARSE PLANAR GRAPHS Discussiones Mathematicae Graph Theory 33 (2013) 759 770 doi:10.7151/dmgt.1708 PRECISE UPPER BOUND FOR THE STRONG EDGE CHROMATIC NUMBER OF SPARSE PLANAR GRAPHS Oleg V. Borodin 1 Institute of Mathematics

More information

Dirac s Map-Color Theorem for Choosability

Dirac s Map-Color Theorem for Choosability Dirac s Map-Color Theorem for Choosability T. Böhme B. Mohar Technical University of Ilmenau, University of Ljubljana, D-98684 Ilmenau, Germany Jadranska 19, 1111 Ljubljana, Slovenia M. Stiebitz Technical

More information

On a list-coloring problem

On a list-coloring problem On a list-coloring problem Sylvain Gravier Frédéric Maffray Bojan Mohar December 24, 2002 Abstract We study the function f(g) defined for a graph G as the smallest integer k such that the join of G with

More information

The irregularity strength of circulant graphs

The irregularity strength of circulant graphs Discrete Mathematics 30 (00) 0 www.elsevier.com/locate/disc The irregularity strength of circulant graphs J.-L. Baril, H. Kheddouci, O. Togni LEI, UMR CNRS 8, Université de Bourgogne, BP 7870, 078 Dijon

More information

2-Distance Colorings of Integer Distance

2-Distance Colorings of Integer Distance 2-Distance Colorings of Integer Distance Graphs Brahim Benmedjdoub, Eric Sopena, Isma Bouchemakh To cite this version: Brahim Benmedjdoub, Eric Sopena, Isma Bouchemakh. Graphs. 2016. 2-Distance

More information

Strong edge coloring sparse graphs

Strong edge coloring sparse graphs Strong edge coloring sparse graphs Julien Bensmail LIP (École Normale Supérieure de Lyon), 46 allée d Italie, 69342 Lyon, France Marthe Bonamy 1 LIRMM (Université Montpellier), 161 rue Ada, 34095 Montpellier,

More information

Note Coveringhypercubes by isometric paths

Note Coveringhypercubes by isometric paths Discrete Mathematics 240 (2001) 253 260 www.elsevier.com/locate/disc Note Coveringhypercubes by isometric paths Shannon L. Fitzpatrick a, Richard J. Nowakowski b;, Derek Holton c, Ian Caines b a Acadia

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

Injective colorings of sparse graphs

Injective colorings of sparse graphs Injective colorings of sparse graphs Daniel W. Cranston Seog-Jin Kim Gexin Yu June 10, 2010 Abstract Let mad(g) denote the maximum average degree (over all subgraphs) of G and let χ i(g) denote the injective

More information

ADJACENT VERTEX DISTINGUISHING TOTAL COLORING OF GRAPHS WITH LOWER AVERAGE DEGREE. Weifan Wang and Yiqiao Wang

ADJACENT VERTEX DISTINGUISHING TOTAL COLORING OF GRAPHS WITH LOWER AVERAGE DEGREE. Weifan Wang and Yiqiao Wang TAIWANESE JOURNAL OF MATHEMATICS Vol. 12, No. 4, pp. 979-990, July 2008 This paper is available online at http://www.tjm.nsysu.edu.tw/ ADJACENT VERTEX DISTINGUISHING TOTAL COLORING OF GRAPHS WITH LOWER

More information

Probabilistic Proofs of Existence of Rare Events. Noga Alon

Probabilistic Proofs of Existence of Rare Events. Noga Alon Probabilistic Proofs of Existence of Rare Events Noga Alon Department of Mathematics Sackler Faculty of Exact Sciences Tel Aviv University Ramat-Aviv, Tel Aviv 69978 ISRAEL 1. The Local Lemma In a typical

More information

Planar Ramsey Numbers for Small Graphs

Planar Ramsey Numbers for Small Graphs Planar Ramsey Numbers for Small Graphs Andrzej Dudek Department of Mathematics and Computer Science Emory University Atlanta, GA 30322, USA Andrzej Ruciński Faculty of Mathematics and Computer Science

More information

Bounds on the generalised acyclic chromatic numbers of bounded degree graphs

Bounds on the generalised acyclic chromatic numbers of bounded degree graphs Bounds on the generalised acyclic chromatic numbers of bounded degree graphs Catherine Greenhill 1, Oleg Pikhurko 2 1 School of Mathematics, The University of New South Wales, Sydney NSW Australia 2052,

More information

An upper bound on the domination number of n-vertex connected cubic graphs

An upper bound on the domination number of n-vertex connected cubic graphs Discrete Mathematics 309 (2009) 1142 1162 www.elsevier.com/locate/disc An upper bound on the domination number of n-vertex connected cubic graphs A.V. Kostochka a,b,, B.Y. Stodolsky a a Department of Mathematics,

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

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

Cutwidth and degeneracy of graphs

Cutwidth and degeneracy of graphs Cutwidth and degeneracy of graphs Benoit Kloeckner To cite this version: Benoit Kloeckner. Cutwidth and degeneracy of graphs. IF_PREPUB. 2009. HAL Id: hal-00408210 https://hal.archives-ouvertes.fr/hal-00408210v1

More information

Out-colourings of Digraphs

Out-colourings of Digraphs Out-colourings of Digraphs N. Alon J. Bang-Jensen S. Bessy July 13, 2017 Abstract We study vertex colourings of digraphs so that no out-neighbourhood is monochromatic and call such a colouring an out-colouring.

More information

arxiv: v3 [math.co] 25 Apr 2016

arxiv: v3 [math.co] 25 Apr 2016 On incidence coloring conjecture in Cartesian products of graphs Petr Gregor, Borut Lužar, Roman Soták August 0, 08 arxiv:0.0908v [math.co] Apr 06 Abstract An incidence in a graph G is a pair (v, e) where

More information

Testing Equality in Communication Graphs

Testing Equality in Communication Graphs Electronic Colloquium on Computational Complexity, Report No. 86 (2016) Testing Equality in Communication Graphs Noga Alon Klim Efremenko Benny Sudakov Abstract Let G = (V, E) be a connected undirected

More information

On DP-coloring of graphs and multigraphs

On DP-coloring of graphs and multigraphs On DP-coloring of graphs and multigraphs Anton Bernshteyn Alexandr Kostochka Sergei Pron arxiv:1609.00763v1 [math.co] 2 Sep 2016 Abstract While solving a question on list coloring of planar graphs, Dvořák

More information

Irredundant Families of Subcubes

Irredundant Families of Subcubes Irredundant Families of Subcubes David Ellis January 2010 Abstract We consider the problem of finding the maximum possible size of a family of -dimensional subcubes of the n-cube {0, 1} n, none of which

More information

arxiv: v2 [math.co] 6 Sep 2016

arxiv: v2 [math.co] 6 Sep 2016 Acyclic chromatic index of triangle-free -planar graphs Jijuan Chen Tao Wang Huiqin Zhang Institute of Applied Mathematics Henan University, Kaifeng, 475004, P. R. China arxiv:504.06234v2 [math.co] 6 Sep

More information

Linear Algebra and its Applications

Linear Algebra and its Applications Linear Algebra and its Applications 432 2010 661 669 Contents lists available at ScienceDirect Linear Algebra and its Applications journal homepage: wwwelseviercom/locate/laa On the characteristic and

More information

The 3-Color Problem: A relaxation of Havel s problem

The 3-Color Problem: A relaxation of Havel s problem The 3-Color Problem: A relaxation of Havel s problem Mickaël Montassier, André Raspaud ( ) LaBRI, Bordeaux, France Weifan Wang, Yingqian Wang Normal Zhejiang University, Jinhua, PRC Coloring Seminar January

More information

Maximum graphs with a unique minimum dominatingset

Maximum graphs with a unique minimum dominatingset Discrete Mathematics 60 (003) 197 03 www.elsevier.com/locate/disc Note Maximum graphs with a unique minimum dominatingset Miranca Fischermann, Dieter Rautenbach ;1, Lutz Volkmann Lehrstuhl II fur Mathematik,

More information

Tree-width. September 14, 2015

Tree-width. September 14, 2015 Tree-width Zdeněk Dvořák September 14, 2015 A tree decomposition of a graph G is a pair (T, β), where β : V (T ) 2 V (G) assigns a bag β(n) to each vertex of T, such that for every v V (G), there exists

More information

Average degrees of edge-chromatic critical graphs

Average degrees of edge-chromatic critical graphs Average degrees of edge-chromatic critical graphs Yan Cao a,guantao Chen a, Suyun Jiang b,c, Huiqing Liu d, Fuliang Lu e a Department of Mathematics and Statistics, Georgia State University, Atlanta, GA

More information

Lecture 5: January 30

Lecture 5: January 30 CS71 Randomness & Computation Spring 018 Instructor: Alistair Sinclair Lecture 5: January 30 Disclaimer: These notes have not been subjected to the usual scrutiny accorded to formal publications. They

More information

On zero-sum partitions and anti-magic trees

On zero-sum partitions and anti-magic trees Discrete Mathematics 09 (009) 010 014 Contents lists available at ScienceDirect Discrete Mathematics journal homepage: wwwelseviercom/locate/disc On zero-sum partitions and anti-magic trees Gil Kaplan,

More information

Choice Numbers of Multi-Bridge Graphs

Choice Numbers of Multi-Bridge Graphs Computer Science Journal of Moldova, vol.25, no.3(75), 2017 Julian Allagan Benkam Bobga Abstract Suppose ch(g) and χ(g) denote, respectively, the choice number and the chromatic number of a graph G = (V,E).

More information

Generalized Dynamic Storage Allocation

Generalized Dynamic Storage Allocation Discrete Mathematics and Theoretical Computer Science DMTCS vol. (subm.), by the authors, 1 1 Generalized Dynamic Storage Allocation H.A. Kierstead 1 and Karin R. Saoub 2 1 School of Mathematical and Statistical

More information

On Hamiltonian cycles and Hamiltonian paths

On Hamiltonian cycles and Hamiltonian paths Information Processing Letters 94 (2005) 37 41 www.elsevier.com/locate/ipl On Hamiltonian cycles and Hamiltonian paths M. Sohel Rahman a,, M. Kaykobad a,b a Department of Computer Science and Engineering,

More information

AN ORIENTED VERSION OF THE CONJECTURE

AN ORIENTED VERSION OF THE CONJECTURE Discussiones Mathematicae Graph Theory 35 (2015) 141 156 doi:10.7151/dmgt.1791 AN ORIENTED VERSION OF THE 1-2-3 CONJECTURE Olivier Baudon, Julien Bensmail and Éric Sopena Univ. Bordeaux, LaBRI, UMR 5800,

More information

Math 5707: Graph Theory, Spring 2017 Midterm 3

Math 5707: Graph Theory, Spring 2017 Midterm 3 University of Minnesota Math 5707: Graph Theory, Spring 2017 Midterm 3 Nicholas Rancourt (edited by Darij Grinberg) December 25, 2017 1 Exercise 1 1.1 Problem Let G be a connected multigraph. Let x, y,

More information

Connectivity of graphs with given girth pair

Connectivity of graphs with given girth pair Discrete Mathematics 307 (2007) 155 162 www.elsevier.com/locate/disc Connectivity of graphs with given girth pair C. Balbuena a, M. Cera b, A. Diánez b, P. García-Vázquez b, X. Marcote a a Departament

More information

arxiv: v1 [math.co] 7 Nov 2018

arxiv: v1 [math.co] 7 Nov 2018 DP-4-COLORABILITY OF TWO CLASSES OF PLANAR GRAPHS LILY CHEN 1 AND RUNRUN LIU 2 AND GEXIN YU 2, AND REN ZHAO 1 AND XIANGQIAN ZHOU 1,4 arxiv:1811.02920v1 [math.co] Nov 2018 1 School of Mathematical Sciences,

More information

Linear Algebra and its Applications

Linear Algebra and its Applications Linear Algebra and its Applications xxx (2008) xxx xxx Contents lists available at ScienceDirect Linear Algebra and its Applications journal homepage: wwwelseviercom/locate/laa Graphs with three distinct

More information

Fine Structure of 4-Critical Triangle-Free Graphs II. Planar Triangle-Free Graphs with Two Precolored 4-Cycles

Fine Structure of 4-Critical Triangle-Free Graphs II. Planar Triangle-Free Graphs with Two Precolored 4-Cycles Mathematics Publications Mathematics 2017 Fine Structure of 4-Critical Triangle-Free Graphs II. Planar Triangle-Free Graphs with Two Precolored 4-Cycles Zdeněk Dvořák Charles University Bernard Lidicky

More information

Adjacent Vertex Distinguishing Colorings of Graphs

Adjacent Vertex Distinguishing Colorings of Graphs Adjacent Vertex Distinguishing Colorings of Graphs Wang Weifan Department of Mathematics Zhejiang Normal University Jinhua 321004 Page. 1 Total 80 Our Page. 2 Total 80 1 Let G = (V, E) be a simple graph.

More information

Acyclic subgraphs with high chromatic number

Acyclic subgraphs with high chromatic number Acyclic subgraphs with high chromatic number Safwat Nassar Raphael Yuster Abstract For an oriented graph G, let f(g) denote the maximum chromatic number of an acyclic subgraph of G. Let f(n) be the smallest

More information

The Reduction of Graph Families Closed under Contraction

The Reduction of Graph Families Closed under Contraction The Reduction of Graph Families Closed under Contraction Paul A. Catlin, Department of Mathematics Wayne State University, Detroit MI 48202 November 24, 2004 Abstract Let S be a family of graphs. Suppose

More information