On some problems in graph theory: from colourings to vertex identication

Size: px
Start display at page:

Download "On some problems in graph theory: from colourings to vertex identication"

Transcription

1 On some problems in graph theory: from colourings to vertex identication F. Foucaud 1 Joint works with: E. Guerrini 1,2, R. Klasing 1, A. Kosowski 1,3, M. Kov²e 1,2, R. Naserasr 1, A. Parreau 2, A. Raspaud 1, P. Valicov 1 1: LaBRI, Bordeaux University, France 2: Institut Fourier, Grenoble University, France 3: Gda«sk University of Technology, Poland Calicut University, Kerala, India - September 4th, 2010 F. Foucaud (LaBRI) On some graph theory problems / 54

2 Outline 1 Graph theory - an introduction (denitions, colouring maps, the 4CT) [board] 2 Networks as graphs, the domination problem [board] 3 Complexity of graph theory problems - the P versus NP problem [board] 4 Identifying codes - denitions, complexity, extremal problems [slides] F. Foucaud (LaBRI) On some graph theory problems / 54

3 Locating an intruder in a building simple, undirected graph: models a building F. Foucaud (LaBRI) On some graph theory problems / 54

4 Locating an intruder in a building simple, undirected graph: models a building a c d b e f F. Foucaud (LaBRI) On some graph theory problems / 54

5 Locating an intruder in a building simple detectors: able to detect an intruder in a neighbouring room goal: locate an eventual intruder {b} {b, c} {c} a {b, c} c d b e f {b} {b, c} b c a b c d e f F. Foucaud (LaBRI) On some graph theory problems / 54

6 Locating an intruder in a building simple detectors: able to detect an intruder in a neighbouring room goal: locate an eventual intruder intruder in room f {b} {b, c} {c} a {b, c} c d b e f {b} {b, c} b c a b c d e f F. Foucaud (LaBRI) On some graph theory problems / 54

7 Locating an intruder in a building simple detectors: able to detect an intruder in a neighbouring room goal: locate an eventual intruder intruder in room f the identifying sets of all vertices must be distinct {a, b} {b, c, d} {c, d} a {a, b, c} c d b e f {b} {b, c} a b c d a b c d e f F. Foucaud (LaBRI) On some graph theory problems / 54

8 Identifying codes: denition Let N[u] be the set of vertices v s.t. d(u, v) 1. Denition: identifying code of G (Karpovsky et al. 1998) subset C of V such that: C is a dominating set in G : for all u V, N[u] C, and C is a separating set in G : u v of V, N[u] C N[v] C F. Foucaud (LaBRI) On some graph theory problems / 54

9 Identifying codes: denition Let N[u] be the set of vertices v s.t. d(u, v) 1. Denition: identifying code of G (Karpovsky et al. 1998) subset C of V such that: C is a dominating set in G : for all u V, N[u] C, and C is a separating set in G : u v of V, N[u] C N[v] C Notation γ ID (G): minimum cardinality of an identifying code of G F. Foucaud (LaBRI) On some graph theory problems / 54

10 Identiable graphs Remark: not all graphs have an identifying code u and v are twins if N[u] = N[v]. A graph is identiable i it is twin-free (i.e. it has no twin vertices). F. Foucaud (LaBRI) On some graph theory problems / 54

11 Identiable graphs Remark: not all graphs have an identifying code u and v are twins if N[u] = N[v]. A graph is identiable i it is twin-free (i.e. it has no twin vertices). Non-identiable graphs F. Foucaud (LaBRI) On some graph theory problems / 54

12 Identiable graphs Remark: not all graphs have an identifying code u and v are twins if N[u] = N[v]. A graph is identiable i it is twin-free (i.e. it has no twin vertices). Non-identiable graphs F. Foucaud (LaBRI) On some graph theory problems / 54

13 Hardness Decision problem ID-CODE Input: identiable graph G and an integer k Question: Is γ ID (G) k? Thm (Cohen et al. 01, Auger et al. 09) ID-CODE is NP-complete even in bipartite and planar graphs. F. Foucaud (LaBRI) On some graph theory problems / 54

14 Hardness Decision problem ID-CODE Input: identiable graph G and an integer k Question: Is γ ID (G) k? Thm (Cohen et al. 01, Auger et al. 09) ID-CODE is NP-complete even in bipartite and planar graphs. Optimization problem MIN ID-CODE Input: identiable graph G Output: γ ID (G) Thm (Trachtenberg et al. 06, Suomela 07, Gravier et al. 08) MIN ID-CODE can be approximated within a logarithmic factor, but not within a constant factor. F. Foucaud (LaBRI) On some graph theory problems / 54

15 An upper bound Thm (Gravier, Moncel 2007) Let G be a twin-free graph with n 3 vertices and at least one edge. Then γ ID (G) n 1. F. Foucaud (LaBRI) On some graph theory problems / 54

16 An upper bound Thm (Gravier, Moncel 2007) Let G be a twin-free graph with n 3 vertices and at least one edge. Then γ ID (G) n 1. Thm (Charon, Hudry, Lobstein, Skaggs, 2007) For all n 3, there exist twin-free graphs with n vertices and γ ID (G) = n 1. F. Foucaud (LaBRI) On some graph theory problems / 54

17 Upper bound - small examples Recall the denition C is a dominating set in G : for all u V, N[u] C, and C is a separating set in G : u v of V, N[u] C N[v] C F. Foucaud (LaBRI) On some graph theory problems / 54

18 Upper bound - stars Recall the denition C is a dominating set in G : for all u V, N[u] C, and C is a separating set in G : u v of V, N[u] C N[v] C F. Foucaud (LaBRI) On some graph theory problems / 54

19 Upper bound - complete graph minus max. matching Recall the denition C is a dominating set in G : for all u V, N[u] C, and C is a separating set in G : u v of V, N[u] C N[v] C F. Foucaud (LaBRI) On some graph theory problems / 54

20 A conjecture Conjecture (Charon, Hudry, Lobstein, 2008) γ ID (G) = n 1 i G {P 4, K n \ M, K 1,n 1}. F. Foucaud (LaBRI) On some graph theory problems / 54

21 A class of graphs called A G r : graph where x, y are adjacent i d(x, y) r in G Denition: graph A k V (A k ) = {x 1,..., x 2k }. x i connected to x j i j i k 1 A 1 = K 2 ; for k 2, A k = P k 1 2k x k+1 x k+2 x k+3... x 2k 1 x 2k Clique on {x k+1,..., x 2k } x 1 x 2 x 3... x k 1 x k Clique on {x 1,..., x k } F. Foucaud (LaBRI) On some graph theory problems / 54

22 A class of graphs called A - examples A 1 = K 2 A 2 = P 4 A 3 = P 2 6 A 4 = P 3 8 F. Foucaud (LaBRI) On some graph theory problems / 54

23 Properties Proposition Let k 2, n = 2k. γ ID (A k ) = n 1. Remark In every minimum code C of A k, there exists a vertex x such that C = N[x]. F. Foucaud (LaBRI) On some graph theory problems / 54

24 (A, ) Join operation G 1 G 2 : disjoint copies of G 1 and G 2 + all possible edges between G 1 and G 2 Denition Let (A, ) be the closure of graphs of A with respect to. F. Foucaud (LaBRI) On some graph theory problems / 54

25 (A, ) Join operation G 1 G 2 : disjoint copies of G 1 and G 2 + all possible edges between G 1 and G 2 Denition Let (A, ) be the closure of graphs of A with respect to. Proposition Let G be a graph of (A, ) \ {K 2 } with n vertices. γ ID (G) = n 1. F. Foucaud (LaBRI) On some graph theory problems / 54

26 (A, ) K 1 Proposition Let G be a graph of (A, ) with n 1 vertices. γ ID (G K 1 ) = n 1. F. Foucaud (LaBRI) On some graph theory problems / 54

27 A characterization Thm (F., Guerrini, Kov²e, Naserasr, Parreau, Valicov, 2010) Let G be a twin-free graph on n vertices. γ ID (G) = n 1 i G S (A, ) (A, ) K 1 and G K 2. F. Foucaud (LaBRI) On some graph theory problems / 54

28 A useful Proposition Proposition Let G be a twin-free graph and S V such that G S is twin-free. Then γ ID (G) γ ID (G S) + S. Corollary Let G be a graph with γ ID (G) = V (G) 1, then there is a vertex x of G such that γ ID (G x) = V (G x) 1 F. Foucaud (LaBRI) On some graph theory problems / 54

29 Proof ideas Proof By contradiction: take a minimum counterexample, G By the proposition, there is a vertex x such that γ ID (G x) = V (G x) 1. Hence G x S (A, ) (A, ) K 1 and G K 2. For the three cases, show that by adding a vertex to G x, we either stay in the family or decrease γ ID. F. Foucaud (LaBRI) On some graph theory problems / 54

30 What about r-id codes? - Denition Denition: r -identifying codes subset C of V such that: C is an r-dominating set in G : for all u V, B r (u) C, and C is an r-separating set in G : u v of V, B r (u) C B r (v) C F. Foucaud (LaBRI) On some graph theory problems / 54

31 What about r-id codes? - Denition Denition: r -identifying codes subset C of V such that: C is an r-dominating set in G : for all u V, B r (u) C, and C is an r-separating set in G : u v of V, B r (u) C B r (v) C Remark C is an r-identifying code of G i C is a 1-identifying code of G r γ ID r (G) = γ ID (G r ) {G γ ID r (G) = n 1} = {G G r (S (A, ) (A, ) K 1 )\K 2 } F. Foucaud (LaBRI) On some graph theory problems / 54

32 What about r-id codes? - Roots of A k Question Let r 2 and k 2. What are the graphs G such that G r = A k = P k 1 2k? F. Foucaud (LaBRI) On some graph theory problems / 54

33 What about r-id codes? - Roots of A k Question Let r 2 and k 2. What are the graphs G such that G r = A k = P k 1 2k? Partial answer All P s 2k such that s r = k 1. Example: (P 2 10 )2 = P 4 10 hence γ ID 2 (P 2 10 ) = 9. Those graphs minus some edges... And other ones! Example: G such that G 2 = P 4 10 (so γid(g) = 9) F. Foucaud (LaBRI) On some graph theory problems / 54

34 Idcodes in digraphs Let N [u] be the set of incoming neighbours of u, plus u Denition: identifying code of a digraph D = (V, A) subset C of V such that: C is a dominating set in D: for all u V, N [u] C, and for all u v of V, N [u] C N [v] C F. Foucaud (LaBRI) On some graph theory problems / 54

35 Idcodes in digraphs Let N [u] be the set of incoming neighbours of u, plus u Denition: identifying code of a digraph D = (V, A) subset C of V such that: C is a dominating set in D: for all u V, N [u] C, and for all u v of V, N [u] C N [v] C a c d b e f F. Foucaud (LaBRI) On some graph theory problems / 54

36 Idcodes in digraphs Let N [u] be the set of incoming neighbours of u, plus u Denition: identifying code of a digraph D = (V, A) subset C of V such that: C is a dominating set in D: for all u V, N [u] C, and for all u v of V, N [u] C N [v] C a c d b e f Denition Let γ ID (D) be the minimum size of an identifying code of D F. Foucaud (LaBRI) On some graph theory problems / 54

37 Which graphs need n vertices? Two operations D 1 D 2 : disjoint union of D 1 and D 2 (D): D joined to K1 by incoming arcs only F. Foucaud (LaBRI) On some graph theory problems / 54

38 Which graphs need n vertices? Two operations D 1 D 2 : disjoint union of D 1 and D 2 (D): D joined to K1 by incoming arcs only Denition Let (K 1,, ) be the digraphs which can be built from K 1 by successive application of and. F. Foucaud (LaBRI) On some graph theory problems / 54

39 Which graphs need n vertices? Two operations D 1 D 2 : disjoint union of D 1 and D 2 (D): D joined to K1 by incoming arcs only Denition Let (K 1,, ) be the digraphs which can be built from K 1 by successive application of and. Remark Every element of (K 1,, ) is the transitive closure of a forest of rooted oriented trees. F. Foucaud (LaBRI) On some graph theory problems / 54

40 Which graphs need n vertices? Two operations D 1 D 2 : disjoint union of D 1 and D 2 (D): D joined to K1 by incoming arcs only Denition Let (K 1,, ) be the digraphs which can be built from K 1 by successive application of and. Remark Every element of (K 1,, ) is the transitive closure of a forest of rooted oriented trees. Proposition Let D be a digraph of (K 1,, ) on n vertices. γ ID (D) = n. F. Foucaud (LaBRI) On some graph theory problems / 54

41 A characterization Thm (F., Naserasr, 2010) Let D be a twin-free digraph on n vertices. γ ID (G) = n i D (K 1,, ). F. Foucaud (LaBRI) On some graph theory problems / 54

42 A characterization Thm (F., Naserasr, 2010) Let D be a twin-free digraph on n vertices. γ ID (G) = n i D (K 1,, ). A useful proposition (digraphs) Let D be a digraph with γ ID (G) = V (D) 1, then there is a vertex x of D such that γ ID (D x) = V (D x) 1 Proof By contradiction: take a minimum counterexample, D By the proposition, there is a vertex x such that γ ID (D x) = V (D x) 1. Hence D x (K 1,, ). Show that by adding a vertex to D x, we either stay in the family or decrease γ ID. F. Foucaud (LaBRI) On some graph theory problems / 54

43 A theorem of Bondy Theorem on induced subsets (Bondy, 1972) Let S = {S 1, S 2, S n } be a collection of distinct (possibly empty) subsets of an n + k-set X (k 0). Then there is a (k + 1)-subset X of X such that S 1 X, S 2 X, S n X are all distinct. F. Foucaud (LaBRI) On some graph theory problems / 54

44 A theorem of Bondy Theorem on induced subsets (Bondy, 1972) Let S = {S 1, S 2, S n } be a collection of distinct (possibly empty) subsets of an n + k-set X (k 0). Then there is a (k + 1)-subset X of X such that S 1 X, S 2 X, S n X are all distinct. Example with k = 0 X = {1, 2, 3, 4} and S = {{1, 4}, {3}, {2, 4}, {1, 2, 4}} F. Foucaud (LaBRI) On some graph theory problems / 54

45 A theorem of Bondy Theorem on induced subsets (Bondy, 1972) Let S = {S 1, S 2, S n } be a collection of distinct (possibly empty) subsets of an n + k-set X (k 0). Then there is a (k + 1)-subset X of X such that S 1 X, S 2 X, S n X are all distinct. Example with k = 0 X = {1, 2, 3, 4} and S = {{1, 4}, {3}, {2, 4}, {1, 2, 4}} Example with k = 1 X = {1, 2, 3, 4, 5} and S = {{1, 4, 5}, {3}, {2, 4, 5}, {1, 2, 4, 5}} F. Foucaud (LaBRI) On some graph theory problems / 54

46 A theorem of Bondy Theorem on induced subsets (Bondy, 1972) Let S = {S 1, S 2, S n } be a collection of distinct (possibly empty) subsets of an n + k-set X (k 0). Then there is a (k + 1)-subset X of X such that S 1 X, S 2 X, S n X are all distinct. Example with k = 0 X = {1, 2, 3, 4} and S = {{1, 4}, {3}, {2, 4}, {1, 2, 4}} Example with k = 1 X = {1, 2, 3, 4, 5} and S = {{1, 4, 5}, {3}, {2, 4, 5}, {1, 2, 4, 5}} False for k = 1 X = {1, 2, 3, 4} and S = {, {1}, {2}, {3}, {4}} F. Foucaud (LaBRI) On some graph theory problems / 54

47 A theorem of Bondy - proof Proof Note: if S 1, S 2 X and S 1 x = S 2 x, then S 1 S 2 = {x}. By contradiction: Construct a graph H = (S, E) where for each x X, choose one unique (i, j) s.t. S i S j = {x}, and connect S i to S j. Claim: H has no cycle - a contradiction! F. Foucaud (LaBRI) On some graph theory problems / 54

48 Saying the same thing in another language Bipartite representation We can build a bipartite graph B = (S + X, E) where S i connected to x i x S i. Bondy's theorem states that there exists a discriminating code (see Charon, Cohen, Lobstein, Hudry, 2006) of S using X of size at most X 1 in B. F. Foucaud (LaBRI) On some graph theory problems / 54

49 Saying the same thing in another language Bipartite representation We can build a bipartite graph B = (S + X, E) where S i connected to x i x S i. Bondy's theorem states that there exists a discriminating code (see Charon, Cohen, Lobstein, Hudry, 2006) of S using X of size at most X 1 in B. Example X = {1, 2, 3, 4} and S = {{1}, {1, 3}, {2, 3}, {1, 3, 4}} S X {1} {1, 3} {2, 3} {1, 3, 4} F. Foucaud (LaBRI) On some graph theory problems / 54

50 Discriminating codes and identifying codes Remark Let B be the bipartite graph representing S, X If B has a matching from S to X, B is the neighbourhood graph of a digraph D. A discriminating code in B is a separating set of D! F. Foucaud (LaBRI) On some graph theory problems / 54

51 Discriminating codes and identifying codes Remark Let B be the bipartite graph representing S, X If B has a matching from S to X, B is the neighbourhood graph of a digraph D. A discriminating code in B is a separating set of D! Example X = {1, 2, 3, 4} and S = {{1}, {1, 3}, {2, 3}, {1, 3, 4}} S X {1} {1, 3} {2, 3} {1, 3, 4} F. Foucaud (LaBRI) On some graph theory problems / 54

52 Discriminating codes and identifying codes Remark Let B be the bipartite graph representing S, X If B has a matching from S to X, B is the neighbourhood graph of a digraph D. A discriminating code in B is a separating set of D! Example X = {1, 2, 3, 4} and S = {{1}, {1, 3}, {2, 3}, {1, 3, 4}} S {1} {1, 3} {2, 3} X {1, 3}/3 {1, 3, 4}/4 {1, 3, 4} 4 {1}/1 {2, 3}/2 F. Foucaud (LaBRI) On some graph theory problems / 54

53 Application to Bondy's setting Corollary (F., Naserasr, 2010) In Bondy's theorem, if we have S i x = for some S i and for any good choice of x, then B is the neighbourhood graph of a digraph in (K 1,, ). In other words This happens i for every S i, S j S, S i S j S i S j or S j S i. F. Foucaud (LaBRI) On some graph theory problems / 54

54 Application to Bondy's setting - Hall's theorem Marriage theorem (Hall, 1935) Let B = (X + Y, E) be a bipartite graph. B has a matching from X to Y i for all X X, X N(X ). F. Foucaud (LaBRI) On some graph theory problems / 54

55 Application to Bondy's setting - a proof Proof (1) If X > S ( X = n + k, k 0): by Bondy's theorem we can remove k + 1 elements of X. At most one can create an, so we choose another one of the k + 1. ( ) By our theorem: γ ID = n separating set of size n 1 F. Foucaud (LaBRI) On some graph theory problems / 54

56 Application to Bondy's setting - a proof Proof (2) ( ) If B has a perfect matching: use our theorem. Otherwise, by Hall's theorem, there is a subset S 1 of S s.t. S 1 > N(S 1 ). S X S 1 N(S 1 ) F. Foucaud (LaBRI) On some graph theory problems / 54

57 Upper bound and : a corollary and a question Corollary Let G be a twin-free graph on n vertices and maximum degree n 3. Then γ ID (G) n 2. F. Foucaud (LaBRI) On some graph theory problems / 54

58 Upper bound and : a corollary and a question Corollary Let G be a twin-free graph on n vertices and maximum degree n 3. Then γ ID (G) n 2. Question Is γ ID bounded by a function of n and? F. Foucaud (LaBRI) On some graph theory problems / 54

59 Upper bound and - two propositions Proposition 1 Let G be a twin-free graph, and x a vertex of G. There exists a vertex y, d(x, y) 1, and V y is an identifying code of G. F. Foucaud (LaBRI) On some graph theory problems / 54

60 Upper bound and - two propositions Proposition 1 Let G be a twin-free graph, and x a vertex of G. There exists a vertex y, d(x, y) 1, and V y is an identifying code of G. Proposition 2 Let G be a twin-free graph, and I a 4-independent set of G (all distances 4). If for all x I, V x is an identifying code of G, V I is also one. F. Foucaud (LaBRI) On some graph theory problems / 54

61 A rst bound Corollary (F., Klasing, Kosowski, Raspaud, 2009) Let G be a twin-free graph of maximum degree. γ ID (G) n n Θ( 5 ). F. Foucaud (LaBRI) On some graph theory problems / 54

62 A rst bound Corollary (F., Klasing, Kosowski, Raspaud, 2009) Let G be a twin-free graph of maximum degree. γ ID (G) n Proof Consider a maximal 6-independant set I : distance between two vertices is at least 6 and I n Θ( 5 ) For every x I, let f (x) be the vertex found in Prop. 1. n Θ( 5 ). V f (I ) is an identifying code of size at most n I by Prop. 2. F. Foucaud (LaBRI) On some graph theory problems / 54

63 A rst bound Corollary (F., Klasing, Kosowski, Raspaud, 2009) Let G be a twin-free graph of maximum degree. γ ID (G) n Proof Consider a maximal 6-independant set I : distance between two vertices is at least 6 and I n Θ( 5 ) For every x I, let f (x) be the vertex found in Prop. 1. Remark n Θ( 5 ). V f (I ) is an identifying code of size at most n I by Prop. 2. Can be improved to n n Θ( 4 ) with a bit of modications. F. Foucaud (LaBRI) On some graph theory problems / 54

64 A rst bound Corollary (F., Klasing, Kosowski, Raspaud, 2009) Let G be a twin-free graph of maximum degree. γ ID (G) n Proof Consider a maximal 6-independant set I : distance between two vertices is at least 6 and I n Θ( 5 ) For every x I, let f (x) be the vertex found in Prop. 1. Remark n Θ( 5 ). V f (I ) is an identifying code of size at most n I by Prop. 2. Can be improved to n Question Is this bound sharp? n Θ( 4 ) with a bit of modications. F. Foucaud (LaBRI) On some graph theory problems / 54

65 Connected cliques Take any -regular graph H with m vertices replace any vertex of H by a clique of vertices F. Foucaud (LaBRI) On some graph theory problems / 54

66 Connected cliques Take any -regular graph H with m vertices replace any vertex of H by a clique of vertices Example: H = K 4 F. Foucaud (LaBRI) On some graph theory problems / 54

67 Connected cliques Take any -regular graph H with m vertices Replace any vertex of H by a clique of vertices Example: H = K 4 F. Foucaud (LaBRI) On some graph theory problems / 54

68 Connected cliques Take any -regular graph H with m vertices replace any vertex of H by a clique of vertices Example: H = K 4 For every clique, at least 1 vertices in the code γ ID (G) = m ( 1) = n n F. Foucaud (LaBRI) On some graph theory problems / 54

69 Triangle-free graphs Thm (F., Klasing, Kosowski, Raspaud, 2009) Let G be a twin-free connected triangle-free graph G with n 3 vertices and maximum degree. Then γ ID (G) n n. If G has minimum 3 +3 degree 3, γ ID (G) n n F. Foucaud (LaBRI) On some graph theory problems / 54

70 Triangle-free graphs Thm (F., Klasing, Kosowski, Raspaud, 2009) Let G be a twin-free connected triangle-free graph G with n 3 vertices and maximum degree. Then γ ID (G) n n. If G has minimum 3 +3 degree 3, γ ID (G) n n Proof Consider a maximal independent set I : S C = V \I Some vertices may not be identied correctly n +1 modify C locally. It is possible to add not too much vertices to C. F. Foucaud (LaBRI) On some graph theory problems / 54

71 Is this bound sharp? Proposition Let K m,m be the complete bipartite graph with n = 2m vertices. γ ID (K m,m ) = 2m 2 = n n. F. Foucaud (LaBRI) On some graph theory problems / 54

72 Is this bound sharp? Proposition Let K m,m be the complete bipartite graph with n = 2m vertices. γ ID (K m,m ) = 2m 2 = n n. Thm (Bertrand et al. 05) Let T h be the k-ary tree with h levels and n k vertices.γ ID (T h) = k 2 n n = n. k k 2 + k F. Foucaud (LaBRI) On some graph theory problems / 54

73 A conjecture Conjecture (F., Klasing, Kosowski, Raspaud, 2009) Let G be a connected twin-free graph of maximum degree. Then γ ID (G) n n. +1 F. Foucaud (LaBRI) On some graph theory problems / 54

74 Graphs of girth at least 5 Thm (F., Klasing, Kosowski, Raspaud, 2009) Let G be a twin-free graph with n vertices, of minimum degree δ 2 and girth g 5. Then γ ID (G) 7n F. Foucaud (LaBRI) On some graph theory problems / 54

75 Graphs of girth at least 5 Thm (F., Klasing, Kosowski, Raspaud, 2009) Let G be a twin-free graph with n vertices, of minimum degree δ 2 and girth g 5. Then γ ID (G) 7n Proof Construct a DFS spanning tree T of G Partition the vertices into 4 classes V 0, V 1, V 2, V 3 depending on their level in T Take C = V \V i as a code, V i n 4 : V i 3n 4 C must be modied locally; the size of C might increase F. Foucaud (LaBRI) On some graph theory problems / 54

76 Graphs of girth at least 5 level 0 level 1 level 2 level 3 level 4 level 5 level 6 F. Foucaud (LaBRI) On some graph theory problems / 54

77 Graphs of girth at least 5 - bad example G k,p : δ = 2, = p + 2, n = (5p + 1)k C k (k = 9)... p times γ ID (G k,p ) = 3pk = 3 5 (n k) 3n 5 F. Foucaud (LaBRI) On some graph theory problems / 54

78 A general lower bound Thm (Karpovsky et al. 98) Let G be a twin-free graph with n vertices. Then γ ID (G) log 2 (n + 1). F. Foucaud (LaBRI) On some graph theory problems / 54

79 A general lower bound Thm (Karpovsky et al. 98) Let G be a twin-free graph with n vertices. Then γ ID (G) log 2 (n + 1). Characterization The graphs reaching this bound have been characterized (Moncel 06) F. Foucaud (LaBRI) On some graph theory problems / 54

80 Lower bound and maximum degree Thm (Karpovsky et al. 98) Let G be a twin-free graph with n vertices and maximum degree. Then γ ID (G) 2n + 2. F. Foucaud (LaBRI) On some graph theory problems / 54

81 Graphs reaching the lower bound Characterization (F., Klasing, Kosowski, Raspaud, 2009) n vertices independent set C of size 2n (id. code) +2 every vertex of C has exactly neighbours n +2 vertices connected to exactly 2 code vertices each F. Foucaud (LaBRI) On some graph theory problems / 54

82 Graphs reaching the lower bound Characterization (F., Klasing, Kosowski, Raspaud, 2009) n vertices independent set C of size 2n (id. code) +2 every vertex of C has exactly neighbours n +2 Construction vertices connected to exactly 2 code vertices each Take a simple -regular graph D (code) Put a new vertex on each edge of D Eventually add edges between the new vertices F. Foucaud (LaBRI) On some graph theory problems / 54

83 Graphs reaching the lower bound - example Example: D=Petersen graph, = 3, n = 10 F. Foucaud (LaBRI) On some graph theory problems / 54

84 Graphs reaching the lower bound - example Example: D=Petersen graph, = 3, n = 10 F. Foucaud (LaBRI) On some graph theory problems / 54

85 Graphs reaching the lower bound - example Example: D=Petersen graph, = 3, n = 10 F. Foucaud (LaBRI) On some graph theory problems / 54

On some extremal problems on identifying codes in (di)graphs

On some extremal problems on identifying codes in (di)graphs On some extremal problems on identifying codes in (di)graphs F. Foucaud 1 Joint works with: E. Guerrini 1,2, R. Klasing 1, A. Kosowski 1,3, M. Kov²e 1,2, R. Naserasr 1, A. Parreau 2, A. Raspaud 1, P. Valicov

More information

1-identifying codes on Caterpillar Graphs

1-identifying codes on Caterpillar Graphs 1-identifying codes on Caterpillar Graphs Juliana Félix, Márcia Cappelle Instituto de Informática INF-UFG November 7, 2016 Juliana Félix, Márcia Cappelle 1-identifying codes on Caterpillar Graphs 1 / 32

More information

A note on isolate domination

A note on isolate domination Electronic Journal of Graph Theory and Applications 4 (1) (016), 94 100 A note on isolate domination I. Sahul Hamid a, S. Balamurugan b, A. Navaneethakrishnan c a Department of Mathematics, The Madura

More information

Extensional Acyclic Orientations and Set Graphs

Extensional Acyclic Orientations and Set Graphs Extensional Acyclic Orientations and Set Graphs Martin Milanič 1, Romeo Rizzi 2, Alexandru I. Tomescu 2,3 1 University of Primorska 2 Università di Udine 3 University of Bucharest 7 th Slovenian International

More information

Chromatic Transversal Domatic Number of Graphs

Chromatic Transversal Domatic Number of Graphs International Mathematical Forum, 5, 010, no. 13, 639-648 Chromatic Transversal Domatic Number of Graphs L. Benedict Michael Raj 1, S. K. Ayyaswamy and I. Sahul Hamid 3 1 Department of Mathematics, St.

More information

Matching Theory. Figure 1: Is this graph bipartite?

Matching Theory. Figure 1: Is this graph bipartite? Matching Theory 1 Introduction A matching M of a graph is a subset of E such that no two edges in M share a vertex; edges which have this property are called independent edges. A matching M is said to

More information

[Ramalingam, 4(12): December 2017] ISSN DOI /zenodo Impact Factor

[Ramalingam, 4(12): December 2017] ISSN DOI /zenodo Impact Factor GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES FORCING VERTEX TRIANGLE FREE DETOUR NUMBER OF A GRAPH S. Sethu Ramalingam * 1, I. Keerthi Asir 2 and S. Athisayanathan 3 *1,2 & 3 Department of Mathematics,

More information

Decision and approximation complexity for identifying codes and locating-dominating sets in restricted graph classes

Decision and approximation complexity for identifying codes and locating-dominating sets in restricted graph classes Decision and approximation complexity for identifying codes and locating-dominating sets in restricted graph classes Florent Foucaud a,b,c a Department of Mathematics, University of Johannesburg, Johannesburg

More information

Locally identifying coloring of graphs

Locally identifying coloring of graphs Locally identifying coloring of graphs Louis Esperet Laboratoire G-SCOP Grenoble-INP, CNRS Grenoble, France louis.esperet@g-scop.inpg.fr Mickaël Montassier LaBRI Université de Bordeaux, CNRS Talence, France

More information

MATH 363 Final Wednesday, April 28. Final exam. You may use lemmas and theorems that were proven in class and on assignments unless stated otherwise.

MATH 363 Final Wednesday, April 28. Final exam. You may use lemmas and theorems that were proven in class and on assignments unless stated otherwise. Final exam This is a closed book exam. No calculators are allowed. Unless stated otherwise, justify all your steps. You may use lemmas and theorems that were proven in class and on assignments unless stated

More information

Eternal Domination: Criticality and Reachability

Eternal Domination: Criticality and Reachability Eternal Domination: Criticality and Reachability William F. Klostermeyer School of Computing University of North Florida Jacksonville, FL 32224-2669 wkloster@unf.edu Gary MacGillivray Department of Mathematics

More information

Strong edge coloring of subcubic graphs

Strong edge coloring of subcubic graphs Strong edge coloring of subcubic graphs Hervé Hocquard a, Petru Valicov a a LaBRI (Université Bordeaux 1), 351 cours de la Libération, 33405 Talence Cedex, France Abstract A strong edge colouring of a

More information

Triple Connected Domination Number of a Graph

Triple Connected Domination Number of a Graph International J.Math. Combin. Vol.3(2012), 93-104 Triple Connected Domination Number of a Graph G.Mahadevan, Selvam Avadayappan, J.Paulraj Joseph and T.Subramanian Department of Mathematics Anna University:

More information

11.1. Definitions. 11. Domination in Graphs

11.1. Definitions. 11. Domination in Graphs 11. Domination in Graphs Some definitions Minimal dominating sets Bounds for the domination number. The independent domination number Other domination parameters. 11.1. Definitions A vertex v in a graph

More information

Assignment 1 Introduction to Graph Theory CO342

Assignment 1 Introduction to Graph Theory CO342 Assignment 1 Introduction to Graph Theory CO342 This assignment will be marked out of a total of thirty points, and is due on Thursday 18th May at 10am in class. Throughout the assignment, the graphs are

More information

Lecture 6: Graph Properties

Lecture 6: Graph Properties Lecture 6: Graph Properties Rajat Mittal IIT Kanpur In this section, we will look at some of the combinatorial properties of graphs. Initially we will discuss independent sets. The bulk of the content

More information

Ma/CS 6b Class 4: Matchings in General Graphs

Ma/CS 6b Class 4: Matchings in General Graphs Ma/CS 6b Class 4: Matchings in General Graphs By Adam Sheffer Reminder: Hall's Marriage Theorem Theorem. Let G = V 1 V 2, E be a bipartite graph. There exists a matching of size V 1 in G if and only if

More information

Dense triangle-free graphs are four-colorable: A solution to the Erdős-Simonovits problem.

Dense triangle-free graphs are four-colorable: A solution to the Erdős-Simonovits problem. Dense triangle-free graphs are four-colorable: A solution to the Erdős-Simonovits problem. Stephan Brandt Technische Universität Ilmenau Fakultät für Mathematik und Naturwissenschaften Postfach 100565

More information

Exercise set 2 Solutions

Exercise set 2 Solutions Exercise set 2 Solutions Let H and H be the two components of T e and let F E(T ) consist of the edges of T with one endpoint in V (H), the other in V (H ) Since T is connected, F Furthermore, since T

More information

Characterizing Graphs (3) Characterizing Graphs (1) Characterizing Graphs (2) Characterizing Graphs (4)

Characterizing Graphs (3) Characterizing Graphs (1) Characterizing Graphs (2) Characterizing Graphs (4) S-72.2420/T-79.5203 Basic Concepts 1 S-72.2420/T-79.5203 Basic Concepts 3 Characterizing Graphs (1) Characterizing Graphs (3) Characterizing a class G by a condition P means proving the equivalence G G

More information

Identification, Location-Domination and Metric Dimension on Interval and Permutation Graphs. II. Algorithms and Complexity

Identification, Location-Domination and Metric Dimension on Interval and Permutation Graphs. II. Algorithms and Complexity Algorithmica (2017) 78:914 944 DOI 10.1007/s00453-016-0184-1 Identification, Location-Domination and Metric Dimension on Interval and Permutation Graphs. II. Algorithms and Complexity Florent Foucaud 1

More information

9 About Intersection Graphs

9 About Intersection Graphs 9 About Intersection Graphs Since this lecture we focus on selected detailed topics in Graph theory that are close to your teacher s heart... The first selected topic is that of intersection graphs, i.e.

More information

ON VERTEX b-critical TREES. Mostafa Blidia, Noureddine Ikhlef Eschouf, and Frédéric Maffray

ON VERTEX b-critical TREES. Mostafa Blidia, Noureddine Ikhlef Eschouf, and Frédéric Maffray Opuscula Math. 33, no. 1 (2013), 19 28 http://dx.doi.org/10.7494/opmath.2013.33.1.19 Opuscula Mathematica ON VERTEX b-critical TREES Mostafa Blidia, Noureddine Ikhlef Eschouf, and Frédéric Maffray Communicated

More information

6. Lecture notes on matroid intersection

6. Lecture notes on matroid intersection Massachusetts Institute of Technology 18.453: Combinatorial Optimization Michel X. Goemans May 2, 2017 6. Lecture notes on matroid intersection One nice feature about matroids is that a simple greedy algorithm

More information

EDGE-COLOURED GRAPHS AND SWITCHING WITH S m, A m AND D m

EDGE-COLOURED GRAPHS AND SWITCHING WITH S m, A m AND D m EDGE-COLOURED GRAPHS AND SWITCHING WITH S m, A m AND D m GARY MACGILLIVRAY BEN TREMBLAY Abstract. We consider homomorphisms and vertex colourings of m-edge-coloured graphs that have a switching operation

More information

Part II. Graph Theory. Year

Part II. Graph Theory. Year Part II Year 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2017 53 Paper 3, Section II 15H Define the Ramsey numbers R(s, t) for integers s, t 2. Show that R(s, t) exists for all s,

More information

GEODETIC DOMINATION IN GRAPHS

GEODETIC DOMINATION IN GRAPHS GEODETIC DOMINATION IN GRAPHS H. Escuadro 1, R. Gera 2, A. Hansberg, N. Jafari Rad 4, and L. Volkmann 1 Department of Mathematics, Juniata College Huntingdon, PA 16652; escuadro@juniata.edu 2 Department

More information

Bounds for the m-eternal Domination Number of a Graph

Bounds for the m-eternal Domination Number of a Graph Bounds for the m-eternal Domination Number of a Graph Michael A. Henning Department of Pure and Applied Mathematics University of Johannesburg South Africa mahenning@uj.ac.za Gary MacGillivray Department

More information

Chapter 4. Triangular Sum Labeling

Chapter 4. Triangular Sum Labeling Chapter 4 Triangular Sum Labeling 32 Chapter 4. Triangular Sum Graphs 33 4.1 Introduction This chapter is focused on triangular sum labeling of graphs. As every graph is not a triangular sum graph it is

More information

On vertex-coloring edge-weighting of graphs

On vertex-coloring edge-weighting of graphs Front. Math. China DOI 10.1007/s11464-009-0014-8 On vertex-coloring edge-weighting of graphs Hongliang LU 1, Xu YANG 1, Qinglin YU 1,2 1 Center for Combinatorics, Key Laboratory of Pure Mathematics and

More information

Treewidth and graph minors

Treewidth and graph minors Treewidth and graph minors Lectures 9 and 10, December 29, 2011, January 5, 2012 We shall touch upon the theory of Graph Minors by Robertson and Seymour. This theory gives a very general condition under

More information

4. (a) Draw the Petersen graph. (b) Use Kuratowski s teorem to prove that the Petersen graph is non-planar.

4. (a) Draw the Petersen graph. (b) Use Kuratowski s teorem to prove that the Petersen graph is non-planar. UPPSALA UNIVERSITET Matematiska institutionen Anders Johansson Graph Theory Frist, KandMa, IT 010 10 1 Problem sheet 4 Exam questions Solve a subset of, say, four questions to the problem session on friday.

More information

Disjoint directed cycles

Disjoint directed cycles Disjoint directed cycles Noga Alon Abstract It is shown that there exists a positive ɛ so that for any integer k, every directed graph with minimum outdegree at least k contains at least ɛk vertex disjoint

More information

Bipartite Roots of Graphs

Bipartite Roots of Graphs Bipartite Roots of Graphs Lap Chi Lau Department of Computer Science University of Toronto Graph H is a root of graph G if there exists a positive integer k such that x and y are adjacent in G if and only

More information

Centroidal bases in graphs

Centroidal bases in graphs Centroidal bases in graphs Florent Foucaud a,b,c, Ralf Klasing d and Peter J. Slater e,f a: Universitat Politècnica de Catalunya, Carrer Jordi Girona 1-3, 08034 Barcelona, Spain. b Department of Mathematics,

More information

Assignment 4 Solutions of graph problems

Assignment 4 Solutions of graph problems Assignment 4 Solutions of graph problems 1. Let us assume that G is not a cycle. Consider the maximal path in the graph. Let the end points of the path be denoted as v 1, v k respectively. If either of

More information

Some Remarks on the Geodetic Number of a Graph

Some Remarks on the Geodetic Number of a Graph Some Remarks on the Geodetic Number of a Graph Mitre C. Dourado 1, Fábio Protti 2, Dieter Rautenbach 3, and Jayme L. Szwarcfiter 4 1 ICE, Universidade Federal Rural do Rio de Janeiro and NCE - UFRJ, Brazil,

More information

Number Theory and Graph Theory

Number Theory and Graph Theory 1 Number Theory and Graph Theory Chapter 6 Basic concepts and definitions of graph theory By A. Satyanarayana Reddy Department of Mathematics Shiv Nadar University Uttar Pradesh, India E-mail: satya8118@gmail.com

More information

Some Elementary Lower Bounds on the Matching Number of Bipartite Graphs

Some Elementary Lower Bounds on the Matching Number of Bipartite Graphs Some Elementary Lower Bounds on the Matching Number of Bipartite Graphs Ermelinda DeLaViña and Iride Gramajo Department of Computer and Mathematical Sciences University of Houston-Downtown Houston, Texas

More information

An upper bound for the chromatic number of line graphs

An upper bound for the chromatic number of line graphs EuroComb 005 DMTCS proc AE, 005, 151 156 An upper bound for the chromatic number of line graphs A D King, B A Reed and A Vetta School of Computer Science, McGill University, 3480 University Ave, Montréal,

More information

Matching Algorithms. Proof. If a bipartite graph has a perfect matching, then it is easy to see that the right hand side is a necessary condition.

Matching Algorithms. Proof. If a bipartite graph has a perfect matching, then it is easy to see that the right hand side is a necessary condition. 18.433 Combinatorial Optimization Matching Algorithms September 9,14,16 Lecturer: Santosh Vempala Given a graph G = (V, E), a matching M is a set of edges with the property that no two of the edges have

More information

Key Graph Theory Theorems

Key Graph Theory Theorems Key Graph Theory Theorems Rajesh Kumar MATH 239 Intro to Combinatorics August 19, 2008 3.3 Binary Trees 3.3.1 Problem (p.82) Determine the number, t n, of binary trees with n edges. The number of binary

More information

arxiv: v1 [cs.ds] 8 Jan 2019

arxiv: v1 [cs.ds] 8 Jan 2019 Subset Feedback Vertex Set in Chordal and Split Graphs Geevarghese Philip 1, Varun Rajan 2, Saket Saurabh 3,4, and Prafullkumar Tale 5 arxiv:1901.02209v1 [cs.ds] 8 Jan 2019 1 Chennai Mathematical Institute,

More information

Endomorphisms and synchronization, 2: Graphs and transformation monoids

Endomorphisms and synchronization, 2: Graphs and transformation monoids Endomorphisms and synchronization, 2: Graphs and transformation monoids Peter J. Cameron BIRS, November 2014 Relations and algebras Given a relational structure R, there are several similar ways to produce

More information

Network flows and Menger s theorem

Network flows and Menger s theorem Network flows and Menger s theorem Recall... Theorem (max flow, min cut strong duality). Let G be a network. The maximum value of a flow equals the minimum capacity of a cut. We prove this strong duality

More information

On the packing numbers in graphs arxiv: v1 [math.co] 26 Jul 2017

On the packing numbers in graphs arxiv: v1 [math.co] 26 Jul 2017 On the packing numbers in graphs arxiv:1707.08656v1 [math.co] 26 Jul 2017 Doost Ali Mojdeh and Babak Samadi Department of Mathematics University of Mazandaran, Babolsar, Iran damojdeh@umz.ac.ir samadibabak62@gmail.com

More information

Vertex Minimal and Common Minimal Equitable Dominating Graphs

Vertex Minimal and Common Minimal Equitable Dominating Graphs Int. J. Contemp. Math. Sciences, Vol. 7, 2012, no. 10, 499-505 Vertex Minimal and Common Minimal Equitable Dominating Graphs G. Deepak a, N. D. Soner b and Anwar Alwardi b a Department of Mathematics The

More information

Improved Approximations for Graph-TSP in Regular Graphs

Improved Approximations for Graph-TSP in Regular Graphs Improved Approximations for Graph-TSP in Regular Graphs R Ravi Carnegie Mellon University Joint work with Uriel Feige (Weizmann), Jeremy Karp (CMU) and Mohit Singh (MSR) 1 Graph TSP Given a connected unweighted

More information

Lecture Notes on Graph Theory

Lecture Notes on Graph Theory Lecture Notes on Graph Theory Vadim Lozin 1 Introductory concepts A graph G = (V, E) consists of two finite sets V and E. The elements of V are called the vertices and the elements of E the edges of G.

More information

G G[S] G[D]

G G[S] G[D] Edge colouring reduced indierence graphs Celina M. H. de Figueiredo y Celia Picinin de Mello z Jo~ao Meidanis z Carmen Ortiz x Abstract The chromatic index problem { nding the minimum number of colours

More information

On the Relationships between Zero Forcing Numbers and Certain Graph Coverings

On the Relationships between Zero Forcing Numbers and Certain Graph Coverings On the Relationships between Zero Forcing Numbers and Certain Graph Coverings Fatemeh Alinaghipour Taklimi, Shaun Fallat 1,, Karen Meagher 2 Department of Mathematics and Statistics, University of Regina,

More information

Graph Theory S 1 I 2 I 1 S 2 I 1 I 2

Graph Theory S 1 I 2 I 1 S 2 I 1 I 2 Graph Theory S I I S S I I S Graphs Definition A graph G is a pair consisting of a vertex set V (G), and an edge set E(G) ( ) V (G). x and y are the endpoints of edge e = {x, y}. They are called adjacent

More information

Total Acquisition in Graphs

Total Acquisition in Graphs Total Acquisition in Graphs Timothy D. LeSaulnier, Noah Prince, Paul S. Wenger, Douglas B. West, Pratik Worah November, 2011; revised April, 2013 Abstract Let G be a weighted graph in which each vertex

More information

On the Rainbow Neighbourhood Number of Set-Graphs

On the Rainbow Neighbourhood Number of Set-Graphs On the Rainbow Neighbourhood Number of Set-Graphs Johan Kok, Sudev Naduvath arxiv:1712.02324v1 [math.gm] 6 Dec 2017 Centre for Studies in Discrete Mathematics Vidya Academy of Science & Technology Thalakkottukara,

More information

The Restrained Edge Geodetic Number of a Graph

The Restrained Edge Geodetic Number of a Graph International Journal of Computational and Applied Mathematics. ISSN 0973-1768 Volume 11, Number 1 (2016), pp. 9 19 Research India Publications http://www.ripublication.com/ijcam.htm The Restrained Edge

More information

A Vizing-like theorem for union vertex-distinguishing edge coloring

A Vizing-like theorem for union vertex-distinguishing edge coloring A Vizing-like theorem for union vertex-distinguishing edge coloring Nicolas Bousquet, Antoine Dailly, Éric Duchêne, Hamamache Kheddouci, Aline Parreau Abstract We introduce a variant of the vertex-distinguishing

More information

5. Lecture notes on matroid intersection

5. Lecture notes on matroid intersection Massachusetts Institute of Technology Handout 14 18.433: Combinatorial Optimization April 1st, 2009 Michel X. Goemans 5. Lecture notes on matroid intersection One nice feature about matroids is that a

More information

Two Characterizations of Hypercubes

Two Characterizations of Hypercubes Two Characterizations of Hypercubes Juhani Nieminen, Matti Peltola and Pasi Ruotsalainen Department of Mathematics, University of Oulu University of Oulu, Faculty of Technology, Mathematics Division, P.O.

More information

Small Survey on Perfect Graphs

Small Survey on Perfect Graphs Small Survey on Perfect Graphs Michele Alberti ENS Lyon December 8, 2010 Abstract This is a small survey on the exciting world of Perfect Graphs. We will see when a graph is perfect and which are families

More information

Upper bounds and algorithms for parallel knock-out numbers

Upper bounds and algorithms for parallel knock-out numbers Theoretical Computer Science 410 (2009) 1319 1327 Contents lists available at ScienceDirect Theoretical Computer Science journal homepage: www.elsevier.com/locate/tcs Upper bounds and algorithms for parallel

More information

On vertex types of graphs

On vertex types of graphs On vertex types of graphs arxiv:1705.09540v1 [math.co] 26 May 2017 Pu Qiao, Xingzhi Zhan Department of Mathematics, East China Normal University, Shanghai 200241, China Abstract The vertices of a graph

More information

THE LEAFAGE OF A CHORDAL GRAPH

THE LEAFAGE OF A CHORDAL GRAPH Discussiones Mathematicae Graph Theory 18 (1998 ) 23 48 THE LEAFAGE OF A CHORDAL GRAPH In-Jen Lin National Ocean University, Taipei, Taiwan Terry A. McKee 1 Wright State University, Dayton, OH 45435-0001,

More information

Definition For vertices u, v V (G), the distance from u to v, denoted d(u, v), in G is the length of a shortest u, v-path. 1

Definition For vertices u, v V (G), the distance from u to v, denoted d(u, v), in G is the length of a shortest u, v-path. 1 Graph fundamentals Bipartite graph characterization Lemma. If a graph contains an odd closed walk, then it contains an odd cycle. Proof strategy: Consider a shortest closed odd walk W. If W is not a cycle,

More information

Approximation slides 1. An optimal polynomial algorithm for the Vertex Cover and matching in Bipartite graphs

Approximation slides 1. An optimal polynomial algorithm for the Vertex Cover and matching in Bipartite graphs Approximation slides 1 An optimal polynomial algorithm for the Vertex Cover and matching in Bipartite graphs Approximation slides 2 Linear independence A collection of row vectors {v T i } are independent

More information

Weak Dynamic Coloring of Planar Graphs

Weak Dynamic Coloring of Planar Graphs Weak Dynamic Coloring of Planar Graphs Caroline Accurso 1,5, Vitaliy Chernyshov 2,5, Leaha Hand 3,5, Sogol Jahanbekam 2,4,5, and Paul Wenger 2 Abstract The k-weak-dynamic number of a graph G is the smallest

More information

Criticality, identification and vertex deletion games on graphs

Criticality, identification and vertex deletion games on graphs ENGLISH SUMMARY OF THE THESIS OF Antoine Gianni Philippe DAILLY Criticality, identification and vertex deletion games on graphs Content This document is an extended summary of Antoine Dailly s thesis (written

More information

Acyclic Edge Colouring of 2-degenerate Graphs

Acyclic Edge Colouring of 2-degenerate Graphs Acyclic Edge Colouring of 2-degenerate Graphs Chandran Sunil L., Manu B., Muthu R., Narayanan N., Subramanian C. R. Abstract An acyclic edge colouring of a graph is a proper edge colouring such that there

More information

DEFINITION OF GRAPH GRAPH THEORY GRAPHS ACCORDING TO THEIR VERTICES AND EDGES EXAMPLE GRAPHS ACCORDING TO THEIR VERTICES AND EDGES

DEFINITION OF GRAPH GRAPH THEORY GRAPHS ACCORDING TO THEIR VERTICES AND EDGES EXAMPLE GRAPHS ACCORDING TO THEIR VERTICES AND EDGES DEFINITION OF GRAPH GRAPH THEORY Prepared by Engr. JP Timola Reference: Discrete Math by Kenneth H. Rosen A graph G = (V,E) consists of V, a nonempty set of vertices (or nodes) and E, a set of edges. Each

More information

K 4 C 5. Figure 4.5: Some well known family of graphs

K 4 C 5. Figure 4.5: Some well known family of graphs 08 CHAPTER. TOPICS IN CLASSICAL GRAPH THEORY K, K K K, K K, K K, K C C C C 6 6 P P P P P. Graph Operations Figure.: Some well known family of graphs A graph Y = (V,E ) is said to be a subgraph of a graph

More information

The competition numbers of complete tripartite graphs

The competition numbers of complete tripartite graphs The competition numbers of complete tripartite graphs SUH-RYUNG KIM Department of Mathematics Education, Seoul National University, 151-742, Korea srkim@snuackr YOSHIO SANO Research Institute for Mathematical

More information

Bounds on distances for spanning trees of graphs. Mr Mthobisi Luca Ntuli

Bounds on distances for spanning trees of graphs. Mr Mthobisi Luca Ntuli Bounds on distances for spanning trees of graphs Mr Mthobisi Luca Ntuli March 8, 2018 To Mphemba Legacy iii Acknowledgments I would like to thank my supervisors, Dr MJ Morgan and Prof S Mukwembi. It

More information

This article was originally published in a journal published by Elsevier, and the attached copy is provided by Elsevier for the author s benefit and for the benefit of the author s institution, for non-commercial

More information

Cycles through specified vertices in triangle-free graphs

Cycles through specified vertices in triangle-free graphs March 6, 2006 Cycles through specified vertices in triangle-free graphs Daniel Paulusma Department of Computer Science, Durham University Science Laboratories, South Road, Durham DH1 3LE, England daniel.paulusma@durham.ac.uk

More information

Some Upper Bounds for Signed Star Domination Number of Graphs. S. Akbari, A. Norouzi-Fard, A. Rezaei, R. Rotabi, S. Sabour.

Some Upper Bounds for Signed Star Domination Number of Graphs. S. Akbari, A. Norouzi-Fard, A. Rezaei, R. Rotabi, S. Sabour. Some Upper Bounds for Signed Star Domination Number of Graphs S. Akbari, A. Norouzi-Fard, A. Rezaei, R. Rotabi, S. Sabour Abstract Let G be a graph with the vertex set V (G) and edge set E(G). A function

More information

Math 443/543 Graph Theory Notes 2: Transportation problems

Math 443/543 Graph Theory Notes 2: Transportation problems Math 443/543 Graph Theory Notes 2: Transportation problems David Glickenstein September 15, 2014 1 Readings This is based on Chartrand Chapter 3 and Bondy-Murty 18.1, 18.3 (part on Closure of a Graph).

More information

Approximation Algorithms

Approximation Algorithms Chapter 8 Approximation Algorithms Algorithm Theory WS 2016/17 Fabian Kuhn Approximation Algorithms Optimization appears everywhere in computer science We have seen many examples, e.g.: scheduling jobs

More information

arxiv: v2 [math.co] 25 May 2016

arxiv: v2 [math.co] 25 May 2016 arxiv:1605.06638v2 [math.co] 25 May 2016 A note on a conjecture of Gyárfás Ryan R. Martin Abstract This note proves that, given one member, T, of a particular family of radius-three trees, every radius-two,

More information

Dominating sequences in graphs

Dominating sequences in graphs Dominating sequences in graphs Boštjan Brešar a,b Tanja Gologranc b Martin Milanič c,b Douglas F. Rall d Romeo Rizzi e July 18, 2014 a Faculty of Natural Sciences and Mathematics, University of Maribor,

More information

1 Undirected Vertex Geography UVG

1 Undirected Vertex Geography UVG Geography Start with a chip sitting on a vertex v of a graph or digraph G. A move consists of moving the chip to a neighbouring vertex. In edge geography, moving the chip from x to y deletes the edge (x,

More information

1 Introduction The concept of graph spanners has been studied in several recent papers in the context of communication networks, distributed computing

1 Introduction The concept of graph spanners has been studied in several recent papers in the context of communication networks, distributed computing On the Hardness of Approximating Spanners Guy Kortsarz June 1, 1999 Abstract A k spanner of a connected graph G = (V; E) is a subgraph G 0 consisting of all the vertices of V and a subset of the edges,

More information

AMS /672: Graph Theory Homework Problems - Week V. Problems to be handed in on Wednesday, March 2: 6, 8, 9, 11, 12.

AMS /672: Graph Theory Homework Problems - Week V. Problems to be handed in on Wednesday, March 2: 6, 8, 9, 11, 12. AMS 550.47/67: Graph Theory Homework Problems - Week V Problems to be handed in on Wednesday, March : 6, 8, 9,,.. Assignment Problem. Suppose we have a set {J, J,..., J r } of r jobs to be filled by a

More information

Bounds on the k-domination Number of a Graph

Bounds on the k-domination Number of a Graph Bounds on the k-domination Number of a Graph Ermelinda DeLaViña a,1, Wayne Goddard b, Michael A. Henning c,, Ryan Pepper a,1, Emil R. Vaughan d a University of Houston Downtown b Clemson University c University

More information

Matching and Planarity

Matching and Planarity Matching and Planarity Po-Shen Loh June 010 1 Warm-up 1. (Bondy 1.5.9.) There are n points in the plane such that every pair of points has distance 1. Show that there are at most n (unordered) pairs of

More information

Potential Bisections of Large Degree

Potential Bisections of Large Degree Potential Bisections of Large Degree Stephen G Hartke and Tyler Seacrest Department of Mathematics, University of Nebraska, Lincoln, NE 68588-0130 {hartke,s-tseacre1}@mathunledu June 6, 010 Abstract A

More information

Characterizations of graph classes by forbidden configurations

Characterizations of graph classes by forbidden configurations Characterizations of graph classes by forbidden configurations Zdeněk Dvořák September 14, 2015 We consider graph classes that can be described by excluding some fixed configurations. Let us give some

More information

Vertex coloring, chromatic number

Vertex coloring, chromatic number Vertex coloring, chromatic number A k-coloring of a graph G is a labeling f : V (G) S, where S = k. The labels are called colors; the vertices of one color form a color class. A k-coloring is proper if

More information

CMSC Honors Discrete Mathematics

CMSC Honors Discrete Mathematics CMSC 27130 Honors Discrete Mathematics Lectures by Alexander Razborov Notes by Justin Lubin The University of Chicago, Autumn 2017 1 Contents I Number Theory 4 1 The Euclidean Algorithm 4 2 Mathematical

More information

Graph Algorithms Using Depth First Search

Graph Algorithms Using Depth First Search Graph Algorithms Using Depth First Search Analysis of Algorithms Week 8, Lecture 1 Prepared by John Reif, Ph.D. Distinguished Professor of Computer Science Duke University Graph Algorithms Using Depth

More information

Subdivisions of Graphs: A Generalization of Paths and Cycles

Subdivisions of Graphs: A Generalization of Paths and Cycles Subdivisions of Graphs: A Generalization of Paths and Cycles Ch. Sobhan Babu and Ajit A. Diwan Department of Computer Science and Engineering, Indian Institute of Technology Bombay, Powai, Mumbai 400076,

More information

COLOURINGS OF m-edge-coloured GRAPHS AND SWITCHING

COLOURINGS OF m-edge-coloured GRAPHS AND SWITCHING COLOURINGS OF m-edge-coloured GRAPHS AND SWITCHING GARY MACGILLIVRAY AND J. MARIA WARREN Abstract. Graphs with m disjoint edge sets are considered, both in the presence of a switching operation and without

More information

THE CONNECTED COMPLEMENT DOMINATION IN GRAPHS V.MOHANASELVI 1. Assistant Professor of Mathematics, Nehru Memorial College, Puthanampatti,

THE CONNECTED COMPLEMENT DOMINATION IN GRAPHS V.MOHANASELVI 1. Assistant Professor of Mathematics, Nehru Memorial College, Puthanampatti, THE CONNECTED COMPLEMENT DOMINATION IN GRAPHS V.MOHANASELVI 1 Assistant Professor of Mathematics, Nehru Memorial College, Puthanampatti, Tiruchirappalli-621 00 S.DHIVYAKANNU 2 Assistant Professor of Mathematics,

More information

Covering the edges of a graph by a prescribed tree with minimum overlap

Covering the edges of a graph by a prescribed tree with minimum overlap Covering the edges of a graph by a prescribed tree with minimum overlap Noga Alon Yair Caro Raphael Yuster Abstract Let H = (V H, E H ) be a graph, and let k be a positive integer. A graph G = (V G, E

More information

Algorithm and Complexity of Disjointed Connected Dominating Set Problem on Trees

Algorithm and Complexity of Disjointed Connected Dominating Set Problem on Trees Algorithm and Complexity of Disjointed Connected Dominating Set Problem on Trees Wei Wang joint with Zishen Yang, Xianliang Liu School of Mathematics and Statistics, Xi an Jiaotong University Dec 20, 2016

More information

MATH 350 GRAPH THEORY & COMBINATORICS. Contents

MATH 350 GRAPH THEORY & COMBINATORICS. Contents MATH 350 GRAPH THEORY & COMBINATORICS PROF. SERGEY NORIN, FALL 2013 Contents 1. Basic definitions 1 2. Connectivity 2 3. Trees 3 4. Spanning Trees 3 5. Shortest paths 4 6. Eulerian & Hamiltonian cycles

More information

NOTE ON MINIMALLY k-connected GRAPHS

NOTE ON MINIMALLY k-connected GRAPHS NOTE ON MINIMALLY k-connected GRAPHS R. Rama a, Suresh Badarla a a Department of Mathematics, Indian Institute of Technology, Chennai, India ABSTRACT A k-tree is either a complete graph on (k+1) vertices

More information

A generalization of Mader s theorem

A generalization of Mader s theorem A generalization of Mader s theorem Ajit A. Diwan Department of Computer Science and Engineering Indian Institute of Technology, Bombay Mumbai, 4000076, India. email: aad@cse.iitb.ac.in 18 June 2007 Abstract

More information

Interaction Between Input and Output-Sensitive

Interaction Between Input and Output-Sensitive Interaction Between Input and Output-Sensitive Really? Mamadou M. Kanté Université Blaise Pascal - LIMOS, CNRS Enumeration Algorithms Using Structure, Lorentz Institute, August 26 th, 2015 1 Introduction

More information

Endomorphisms and synchronization, 2: Graphs and transformation monoids. Peter J. Cameron

Endomorphisms and synchronization, 2: Graphs and transformation monoids. Peter J. Cameron Endomorphisms and synchronization, 2: Graphs and transformation monoids Peter J. Cameron BIRS, November 2014 Relations and algebras From algebras to relations Given a relational structure R, there are

More information

Abstract. A graph G is perfect if for every induced subgraph H of G, the chromatic number of H is equal to the size of the largest clique of H.

Abstract. A graph G is perfect if for every induced subgraph H of G, the chromatic number of H is equal to the size of the largest clique of H. Abstract We discuss a class of graphs called perfect graphs. After defining them and getting intuition with a few simple examples (and one less simple example), we present a proof of the Weak Perfect Graph

More information

CSC 373: Algorithm Design and Analysis Lecture 4

CSC 373: Algorithm Design and Analysis Lecture 4 CSC 373: Algorithm Design and Analysis Lecture 4 Allan Borodin January 14, 2013 1 / 16 Lecture 4: Outline (for this lecture and next lecture) Some concluding comments on optimality of EST Greedy Interval

More information