On the Connectivity of a Graph and its Complement Graph

Size: px
Start display at page:

Download "On the Connectivity of a Graph and its Complement Graph"

Transcription

1 On the Connectivity of a Graph and its Complement Graph Jia De Lin 1, Yue Li Wang 1, Jou Ming Chang 2 and Hung Chang Chan 3 1 Department of Information Management, National Taiwan University of Science and Technology, Taipei, Taiwan, R.O.C. 2 Department of Information Management, National Taipei College of Business, Taipei, Taiwan, R.O.C 3 Department of Computer Science and Information Engineering, National Taiwan University of Science and Technology, Taipei, Taiwan, R.O.C. Abstract In this paper, we study the connectivity of the complement of a graph. We first establish a simple formula to compute the connectivity of a graph that comes from the join of graphs. Base on this formula, we give an upper and a lower bound to the connectivity of the complement of a graph. Keyword: connectivity, complement, join, vertex of attachment. 1 Introduction All graphs considered in this paper are finite and simple (i.e., without loops and multiple edges). We denote the vertex set and edge set of a graph G by V (G) and E(G), respectively. The order of G is defined to be n(g) = V (G). The complement of G is the garph denoted by G such that V (G) = V (G) and E(G) = {uv : uv / E(G)}. For a subset S V (G), the subgraph of G induced by S is denoted by G[S]. Also, we use G S to denote the graph G[V \ S] where V \ S is the set {v V v / S}. Similarly, for F E(G) we denote the graph with vertex set V (G) and edge set E(G) \ F by G F. If S or F is a singleton x, we use the notation G x instead of G {x}. If H is a subgraph of G, then for simplicity, we sometimes write H to mean V (H). A graph G is connected if there is at least one path between any two vertices of G, otherwise G is disconnected. The vertex-connectivity (or connectivity for simplicity) of a graph G, denoted by κ(g), is the minimum number of vertices whose removal from G results in a disconnected or trivial graph, i.e., a graph has only one vertex. Thus, κ(k n ) = n 1, where K n is a complete graph with n vertices. A graph G is k-connected if κ(g) = k, or equivalently, it has at least k + 1 vertices and for every pair of nonadjacent vertices u and v there are at least k internally-vertex-disjoint paths joining u and v in G. In [1], Ando defined that a graph G is critical connected if κ(g v) = κ(g) 1 for each vertex v V (G) and (k, k )-critical connected if κ(g v) = k 1 or κ(g v) = k 1 for each vertex v V (G), where k = κ(g) and k = κ(g). As a result, Ando obtained an upper bound of the number of vertices for (k, k )- critical connected graphs using the terms k and k. Ando and Kaneko [2] defined that a graph G is bi-3-connected if both G and G are 3-connected. As a consequence, they proved that every bi-3- connected graph of order at least 22 has a twovertex set called bi-contractible pair whose contraction results still in a bi-3-connected graph. Recently, Ito and Yokoyama [4] showed that κ(g) can be computed in linear time if κ(g) 3. In this paper, we shall propose an upper bound and a lower bound of κ(g) related to κ(g). The rest of this paper is organized as follows. In Section 2, we give some definitions and notation. Furthermore, some prior results are introduced. In Section 3, we discuss the connectivity of a graph which is obtained from the join of graphs. In Section 4, we give an upper and a lower bound to the connectivity of the complement of a graph. Finally, some concluding remarks are given in Section

2 2 Preliminaries A subgraph H of a graph G is called a component if H is a maximal connected subgraph of G. A cutset of G is a subset of vertices whose removal either increases the number of components or increases the number of isolated vertices in G. A cutset with the minimum size is called a minimum cutset. Using this modification of the standard definition permits one to compute κ(g) by finding the size of a minimum cutset for any connected graph G. Specifically, a cutset with only one vertex is called a cut vertex. Let G 1 and G 2 be two vertex-disjoint graphs. Then the join, G 1 G 2, of G 1 and G 2 is the graph with vertex set V (G 1 ) V (G 2 ) and edge set E(G 1 ) E(G 2 ) {uv : u V (G 1 ) and v V (G 2 )}. Obviously, it follows from the definition that G 1 G 2 is connected. For convenience, we write k G i = G 1 G 2 G k. We use an example to depict the concept of the join of two graphs. Figure 1(a) shows that two separated graphs G 1 and G 2, and Figure 1(b) shows the graph G 1 G 2. Note that both G 1 and G 2 are subgraphs of G 1 G 2 induced by V (G 1 ) and V (G 2 ), respectively. a variant pertaining to the connectivity of graphs. Let G be a graph and v V (G). The vertex i- connectivity of v, denoted by κ i (v, G), is the cardinality of a minimum vertex set T V (G) whose removal results in a subgraph containing v as a cut vertex. In particular, κ i (v, G) = 0 if v is a cut vertex of G, and κ i (v, G) = n(g) 1 if T does not exist. As a result, Boland et al. provided a way to find the vertex i-connectivity of the join of two graphs. Theorem 1 [3] Let G and H be two arbitrary connected graphs and v V (G). Then κ i (v, G H) = min{κ i (v, G)+n(H), κ(h)+n(g) 1}. For example, Figure 2 shows a graph C 4 K 2, where C 4 contains a vertex v. From Theorem 1, we are easy to verify that κ i (v, C 4 ) = 1, n(k 2 ) = 2, κ(k 2 ) = 1, and n(c 4 ) = 4. Thus κ i (v, C 4 K 2 ) = 3. In this figure, the part of shadowed vertices is the minimum vertex set T such that v becomes a cut vertex if T is removed. C 4 K 2 G 1 v G 2 G 1 G 2 Figure 2: κ i (v, C 4 K 2 ) = 3 where v V (G). (a) (b) Figure 1: Two graphs and their join. For a subgrarph H of G, the attachment of H in G, denoted by A G (H), is the maximal subset of V (H) such that every vertex in the set is adjacent to at least one vertex of G H. Thus, A G (G) = A G ( ) = 0. For two nonempty subsets S 1, S 2 V (G), the set containing all edges of G with one end vertex in S 1 and the other end vertex in S 2 is denoted by E G [S 1, S 2 ]. When no ambiguity arises, we drop the index G in the above notations. Boland et al. in [3] studied the inclusive connectivity (i-connectivity for short) of graphs, which is 3 The connectivity of the join of graphs In this section, we discuss the connectivity of the join of graphs. The following lemma is similar to Theorem 1 that gives a formula to compute the connectivity of the join of two graphs. Lemma 2 Let G 1 and G 2 be two arbitrary graphs that each has a minimum cut set C i for i = 1, 2, respectively. Then κ(g 1 G 2 ) = min{n(g 1 )+κ(g 2 ), n(g 2 )+κ(g 1 )}. 166

3 In particular, if κ(g 1 G 2 ) = n(g i )+κ(g j ) where i, j {1, 2} and i j, then V (G i ) C j is a minimum cut set of G 1 G 2. Proof. If both G 1 and G 2 are complete graphs, then so is G 1 G 2. In this case, it is clear that κ(g 1 G 2 ) = n(g 1 ) + n(g 2 ) 1 and the lemma holds. We now suppose that at least one of G 1 and G 2 is not a complete graph and let C be a minimum cut set in G 1 G 2. Then κ(g 1 G 2 ) = C. Since in G 1 G 2 every vertex of G 1 is adjacent to every vertex of G 2, if two vertices u and v are separated in (G 1 G 2 ) C, then both u and v must come from G 1 or G 2. Thus, either V ((G 1 G 2 ) C) V (G 1 ) or V ((G 1 G 2 ) C) V (G 2 ), which is dependent on the size of C. Without loss of generality, we assume V ((G 1 G 2 ) C) V (G 1 ). Clearly, V (G 2 ) C. Since G 1 G 2 is not a complete graph, (G 1 G 2 ) C has at least two components that each contains only the vertices from G 1. This implies that C must contain a cut set of G 1. Thus, C n(g 2 ) + κ(g 1 ). Since C is a minimum cut set in G 1 G 2, it must consist of exactly V (G 2 ) and a minimum cut set of G 1. In particular, we can choose C = V (G 2 ) C 1. We now use an example to illustrate Lemma 2. Two graphs G 1 and G 2 are shown in Figure 2(a), and G 1 G 2 is shown in Figure 2(b). Since n(g 1 ) = 3, κ(g 1 ) = 1, n(g 2 ) = 5, and κ(g 2 ) = 2, by Lemma 2, κ(g 1 G 2 ) = min{5 + 3, 3 + 2} = 5. The shadowed part in each graph indicates the minimum cutset of G 1, G 2, and G 1 G 2, respectively. According to Lemma 2, the following extension can easily be proved by induction. Theorem 3 Let G 1, G 2,..., G n be distinct graphs that each has a minimum cut set C i for i = 1, 2,..., n. Then n κ( G i ) = min 1 j n {κ(g j) + 1 i n n(g i )} In particular, if κ( n G i)=κ(g j )+ 1 i n n(g i ) for some j {1,..., n}, then ( 1 i n V (G i )) C j is a minimum cut set of n G i. Proof. We prove this theorem by induction on n. For n = 2, the result is shown in Lemma 2. Assume that this theorem holds for any k graphs G 1, G 2,..., G k, where k 2. We now consider G 1 G 2 (a) G 1 G 2 (b) Figure 3: The minimum cutsets of G 1, G 2 and G 1 G 2. k + 1 graphs G 1, G 2,..., G as follows. _ G i) κ(! k_ = κ ( G i) G k_ k_ = min{n( G i) + κ(g ), n(g ) + κ( G i)} = min{ k n(g i) + κ(g ), n(g ) + min 1 j k {κ(gj) + 1 i k = min{ n(g i) + κ(g ) n(g ), = n(g i)}} n(g i) + min {κ(gj) n(gj)}} 1 j k n(g i) + min{κ(g ) n(g ), min {κ(gj) n(gj)}} 1 j k 167

4 = n(g i) + min 1 j = min 1 j {κ(gj) + {κ(gj) n(gj)} 1 i n(g i)} This shows that the connectivity of n G i is κ(g j ) + 1 i n n(g i ) for some j {1,..., n}. In this case, to find out a minimum cutset C of G n, we can choose C = ( 1 i n V (G i )) C j. This completes the proof. D 1 D 2 H 1 H 2 A 1 A 2 C A 3 H 3 D 3 Corollary 4 If G is a disconnected graph with k components, then κ(g) k 1. Proof. Let H 1, H 2,..., H k be the k components of G. Clearly, G = k H i is connected. By Theorem 3 and the fact that κ(h i ) 0 and n(h i ) 1 for every i = 1,..., k, we have κ(g) = κ( k H i) = min 1 j k {κ(h j ) + 1 i k n(h i )} k 1. (a) G D 1 D 2 H 1 H 2 A 1 A 2 C 4 The connectivity of the complement of a Graph H 3 A 3 Throughout the rest, we consider that G is a nontrival, noncomplete, connected graph with a cutset C, and suppose that there are k 2 components in G C, say H i for i = 1,..., k. Clearly, G C = H 1 H 2 H k and the attachment A G (H i ), i = 1,..., k, are nonempty sets. For simplicity, we write A i to mean A G (H i ) and let D i = V (H i A i ). With respect to the cutset C of G, we first define a special graph G C. Then, we will show that κ(g C ) is a lower bound of the connectivity of G and it can be computed by a simple way. Formally, we define as follows: G C = G E G [C, k[ k[ A i] ( E G [A i, D i]) (1) Note that G C is a spanning subgraph of G. For example, a visual illustration of a graph G with a cutset C is shown in Figure 4(a), where G C contains three components H 1, H 2, H 3 and the edge sets E[C, 3 A i] and E[A i, D i ] for 1 i 3 are drawn by dotted lines. According to the definition (1), another visual illustration of the graph G C is shown in Figure 4(b), where the edge sets E GC [H i, H j ] = {xy : x V (H i ), y V (H j )} for D 3 (b) G C Figure 4: (a) A visualization of a graph G with a cutset C and the three components of G C; (b) The graph G C. i j and E GC [C, D i ] = {cd : c C, d D i } for 1 i 3 are drawn by solid lines. Lemmas 5 and 6 are used to achieve κ(g C ). Lemma 5 Let G be a graph and H, K be two disjoint connected induced subgraphs of G. Suppose that K has a minimum cutset C K. Then, the following statements are true: (1) If κ(g[k H]) > κ(k), then E[S, H], where S is any component of K C K. (2) If κ(g[k H]) κ(k), then a minimum custset of G[K H] is either C K or a subset of A G[K H] (K) V (H). 168

5 Proof. To prove statement (1), we let S be any component of K C K. Since κ(g[k H]) > κ(k), G[K H] C K is connected and it contains S as an induced subgraph. In this case, since there exist no edges joining vertices between any two components of K C K, S must be directly connected to H. Thus E[S, H]. We prove statement (2) by contradiction. Suppose to the contrary that κ(g[k H]) κ(k) and there is a minimum cutset C of G[K H] which is not C K or a subset of A G[K H] (K) V (H). Let and = C ( A G[K H] (K) V (H) ) Y = C. Clearly, and Y is not a cutset of G[K H]. Thus G[K H] Y is connected. Let Z = A G[K H] (K) Y. Since A G[K H] (K) is a cutset of G[K H], Y cannot contains all the vertices of A G[K H] (K). This implies that Z is nonempty. By the fact C = Y, is a cutset of G[K H] Y. Moreover, we can find that the vertices of (H Y ) Z must be contained in one of the components of G[K H] Y. Therefore, is also a cutset of K Y. Now, if K[C] is a cutset of K and K[C] C K, then n(k[c]) > κ(k). However, by assumption κ(k) κ(g[k H]) = n(c) n(k[c]). It is a contradiction. Lemma 6 For any graph G with a cutset C, κ(g C ) = min{ k n(d i ), min 1 i k {n(g C H i)}} Proof. Let H = G C = k H i and C H be a minimum cutset of H. By Theorem 3, all components of H C H must be contained in H j for a certain j {1,..., k}. In particular, there is a component of H C H, say S, that contains only the vertices of A j since by definition κ(h j ) = 0 and E GC [A j, D j ] =. Obviously, G C = G C [V (H) C]. We now claim that κ(g C ) κ(h). Suppose not, by Lemma 5 we know that every component of H C H is directly connected to C. Thus E GC [S, C]. However, this is impossible since S contains only the vertices of A j and by definition there exist no edges between A j and C in G C. Since κ(g C ) κ(h), again by Lemma 5, a minimum cutset of G C is either C H or a subset of A GC (H) C. Thus we consider the following two cases. Case 1: C H is a minimum cutset of G C. In this case κ(g C ) = κ(h) = C H. By Theorem 3, we can compute the connectivity of G C as follows. κ(h) = κ( k H i) = min {κ(hj) + n(h i)} 1 j k 1 i k = min {n(g C Hi)} (2) 1 i k The last equality holds due to the fact that κ(h j ) = 0 and n(h) n(h i ) = n(g C H i ). Case 2: There is a subset of A GC (H) C, say T, which forms a minimum cutset of G C. Since each vertex of C is adjacent to each vertex of D i in G C for all i = 1,..., k, either C T or ( k D i) T. For the former case, since T C is a cutset of H, it follows from Case 1 that T C +κ(h) = C C H > κ(g C ), a contradiction. Contrastively, since E GC [ k A i, C] = and T is a minimum cutset of G C, the later case implies that T = k D i and κ(g C ) = T = k n(d i). As a consequence, we have the following result. Theorem 7 Let G be an arbitrary graph with a minimum cutset C and G C be defined as in (1). Then where, κ(g C ) κ(g) κ(g C) + κ(g) κ(g C) = min 1 i k {n(g C H i)}. Proof. The lower bound of κ(g) follows from Lemma 6 and the fact that G C is a spanning subgraph of G. Similarly, since G is a spanning subgraph of G C C, κ(g) κ(g C C). By Theorem 3, κ(g) min{κ(g C) + n(c), κ(c) + n(g C)} κ(g C) + n(c) = κ(g C) + κ(g). Moreover, κ(g C) can be computed as in (2). 169

6 5 Concluding remarks In this paper, we derive an upper bound and a lower bound of the connectivity of the complement of a graph G, i.e., κ(g C ) κ(g) κ(g C) + κ(g), where κ(g C ) and κ(g C) can be computed by a simple way. We are now trying to find the class of graphs so that the equality holds in the above inequality. References [1] K. Ando, An upper bound for orders of certain (k, k)-connected graphs, Discrete Mathematics 135 (1994) [2] K. Ando and A. Kaneko, A remark on the connectivity of the complement of a 3- connected graph, Discrete Mathematics 151 (1996) [3] J.W. Boland, L.M. Lawson and R.D. Ringeisen, i-connectivity of the join of two Graphs, Congressus Numerantium 109 (1995) [4] H. Ito and M. Yokoyama, Linear time algorithms for graph search and connectivity determination on complement graphs, Information Processing Letters 66 (1998)

Relationship between Maximum Flows and Minimum Cuts

Relationship between Maximum Flows and Minimum Cuts 128 Flows and Connectivity Recall Flows and Maximum Flows A connected weighted loopless graph (G,w) with two specified vertices x and y is called anetwork. If w is a nonnegative capacity function c, then

More information

Cographs; chordal graphs and tree decompositions

Cographs; chordal graphs and tree decompositions Cographs; chordal graphs and tree decompositions Zdeněk Dvořák September 14, 2015 Let us now proceed with some more interesting graph classes closed on induced subgraphs. 1 Cographs The class of cographs

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

Observation 4.1 G has a proper separation of order 0 if and only if G is disconnected.

Observation 4.1 G has a proper separation of order 0 if and only if G is disconnected. 4 Connectivity 2-connectivity Separation: A separation of G of order k is a pair of subgraphs (H, K) with H K = G and E(H K) = and V (H) V (K) = k. Such a separation is proper if V (H) \ V (K) and V (K)

More information

The existence and uniqueness of strong kings in tournaments

The existence and uniqueness of strong kings in tournaments Discrete Mathematics 308 (2008) 2629 2633 www.elsevier.com/locate/disc Note The existence and uniqueness of strong kings in tournaments An-Hang Chen a, Jou-Ming Chang b, Yuwen Cheng c, Yue-Li Wang d,a,

More information

Observation 4.1 G has a proper separation of order 0 if and only if G is disconnected.

Observation 4.1 G has a proper separation of order 0 if and only if G is disconnected. 4 Connectivity 2-connectivity Separation: A separation of G of order k is a pair of subgraphs (H 1, H 2 ) so that H 1 H 2 = G E(H 1 ) E(H 2 ) = V (H 1 ) V (H 2 ) = k Such a separation is proper if V (H

More information

Trees. A tree is a graph which is. (a) Connected and. (b) has no cycles (acyclic).

Trees. A tree is a graph which is. (a) Connected and. (b) has no cycles (acyclic). Trees A tree is a graph which is (a) Connected and (b) has no cycles (acyclic). 1 Lemma 1 Let the components of G be C 1, C 2,..., C r, Suppose e = (u, v) / E, u C i, v C j. (a) i = j ω(g + e) = ω(g).

More information

5 Flows and cuts in digraphs

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

More information

Eulerian Subgraphs and Hamilton-Connected Line Graphs

Eulerian Subgraphs and Hamilton-Connected Line Graphs Eulerian Subgraphs and Hamilton-Connected Line Graphs Hong-Jian Lai Department of Mathematics West Virginia University Morgantown, WV 2606, USA Dengxin Li Department of Mathematics Chongqing Technology

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

On Domination Critical Graphs with Cutvertices having Connected Domination Number 3

On Domination Critical Graphs with Cutvertices having Connected Domination Number 3 International Mathematical Forum, 2, 2007, no. 61, 3041-3052 On Domination Critical Graphs with Cutvertices having Connected Domination Number 3 Nawarat Ananchuen 1 Department of Mathematics, Faculty of

More information

Group connectivity of certain graphs

Group connectivity of certain graphs Group connectivity of certain graphs Jingjing Chen, Elaine Eschen, Hong-Jian Lai May 16, 2005 Abstract Let G be an undirected graph, A be an (additive) Abelian group and A = A {0}. A graph G is A-connected

More information

An approximate version of Hadwiger s conjecture for claw-free graphs

An approximate version of Hadwiger s conjecture for claw-free graphs An approximate version of Hadwiger s conjecture for claw-free graphs Maria Chudnovsky Columbia University, New York, NY 10027, USA and Alexandra Ovetsky Fradkin Princeton University, Princeton, NJ 08544,

More information

1.3 Vertex Degrees. Vertex Degree for Undirected Graphs: Let G be an undirected. Vertex Degree for Digraphs: Let D be a digraph and y V (D).

1.3 Vertex Degrees. Vertex Degree for Undirected Graphs: Let G be an undirected. Vertex Degree for Digraphs: Let D be a digraph and y V (D). 1.3. VERTEX DEGREES 11 1.3 Vertex Degrees Vertex Degree for Undirected Graphs: Let G be an undirected graph and x V (G). The degree d G (x) of x in G: the number of edges incident with x, each loop counting

More information

Integrity in Graphs: Bounds and Basics

Integrity in Graphs: Bounds and Basics Integrity in Graphs: Bounds and Basics Wayne Goddard 1 Department of Mathematics Massachusetts Institute of Technology Cambridge, MA 02139 USA and Henda C. Swart Department of Mathematics, University of

More information

arxiv: v1 [math.co] 28 Oct 2016

arxiv: v1 [math.co] 28 Oct 2016 More on foxes arxiv:1610.09093v1 [math.co] 8 Oct 016 Matthias Kriesell Abstract Jens M. Schmidt An edge in a k-connected graph G is called k-contractible if the graph G/e obtained from G by contracting

More information

Toughness and prism-hamiltonicity of P 4 -free graphs

Toughness and prism-hamiltonicity of P 4 -free graphs Toughness and prism-hamiltonicity of P 4 -free graphs M. N. Ellingham Pouria Salehi Nowbandegani Songling Shan Department of Mathematics, 1326 Stevenson Center, Vanderbilt University, Nashville, TN 37240

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

Disjoint Hamiltonian Cycles in Bipartite Graphs

Disjoint Hamiltonian Cycles in Bipartite Graphs Disjoint Hamiltonian Cycles in Bipartite Graphs Michael Ferrara 1, Ronald Gould 1, Gerard Tansey 1 Thor Whalen Abstract Let G = (X, Y ) be a bipartite graph and define σ (G) = min{d(x) + d(y) : xy / E(G),

More information

K 4 -free graphs with no odd holes

K 4 -free graphs with no odd holes K 4 -free graphs with no odd holes Maria Chudnovsky 1 Columbia University, New York NY 10027 Neil Robertson 2 Ohio State University, Columbus, Ohio 43210 Paul Seymour 3 Princeton University, Princeton

More information

Extremal Graphs Having No Stable Cutsets

Extremal Graphs Having No Stable Cutsets Extremal Graphs Having No Stable Cutsets Van Bang Le Institut für Informatik Universität Rostock Rostock, Germany le@informatik.uni-rostock.de Florian Pfender Department of Mathematics and Statistics University

More information

List of Theorems. Mat 416, Introduction to Graph Theory. Theorem 1 The numbers R(p, q) exist and for p, q 2,

List of Theorems. Mat 416, Introduction to Graph Theory. Theorem 1 The numbers R(p, q) exist and for p, q 2, List of Theorems Mat 416, Introduction to Graph Theory 1. Ramsey s Theorem for graphs 8.3.11. Theorem 1 The numbers R(p, q) exist and for p, q 2, R(p, q) R(p 1, q) + R(p, q 1). If both summands on the

More information

Note on Highly Connected Monochromatic Subgraphs in 2-Colored Complete Graphs

Note on Highly Connected Monochromatic Subgraphs in 2-Colored Complete Graphs Georgia Southern University From the SelectedWorks of Colton Magnant 2011 Note on Highly Connected Monochromatic Subgraphs in 2-Colored Complete Graphs Shinya Fujita, Gunma National College of Technology

More information

Supereulerian planar graphs

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

More information

ALL GRAPHS WITH PAIRED-DOMINATION NUMBER TWO LESS THAN THEIR ORDER. Włodzimierz Ulatowski

ALL GRAPHS WITH PAIRED-DOMINATION NUMBER TWO LESS THAN THEIR ORDER. Włodzimierz Ulatowski Opuscula Math. 33, no. 4 (2013), 763 783 http://dx.doi.org/10.7494/opmath.2013.33.4.763 Opuscula Mathematica ALL GRAPHS WITH PAIRED-DOMINATION NUMBER TWO LESS THAN THEIR ORDER Włodzimierz Ulatowski Communicated

More information

The edge-density for K 2,t minors

The edge-density for K 2,t minors The edge-density for K,t minors Maria Chudnovsky 1 Columbia University, New York, NY 1007 Bruce Reed McGill University, Montreal, QC Paul Seymour Princeton University, Princeton, NJ 08544 December 5 007;

More information

On Dominator Colorings in Graphs

On Dominator Colorings in Graphs On Dominator Colorings in Graphs Ralucca Michelle Gera Department of Applied Mathematics Naval Postgraduate School Monterey, CA 994, USA ABSTRACT Given a graph G, the dominator coloring problem seeks a

More information

Parity Versions of 2-Connectedness

Parity Versions of 2-Connectedness Parity Versions of 2-Connectedness C. Little Institute of Fundamental Sciences Massey University Palmerston North, New Zealand c.little@massey.ac.nz A. Vince Department of Mathematics University of Florida

More information

DECOMPOSITIONS OF MULTIGRAPHS INTO PARTS WITH THE SAME SIZE

DECOMPOSITIONS OF MULTIGRAPHS INTO PARTS WITH THE SAME SIZE Discussiones Mathematicae Graph Theory 30 (2010 ) 335 347 DECOMPOSITIONS OF MULTIGRAPHS INTO PARTS WITH THE SAME SIZE Jaroslav Ivančo Institute of Mathematics P.J. Šafári University, Jesenná 5 SK-041 54

More information

Small Cycle Cover of 2-Connected Cubic Graphs

Small Cycle Cover of 2-Connected Cubic Graphs . Small Cycle Cover of 2-Connected Cubic Graphs Hong-Jian Lai and Xiangwen Li 1 Department of Mathematics West Virginia University, Morgantown WV 26505 Abstract Every 2-connected simple cubic graph of

More information

On a Conjecture of Thomassen

On a Conjecture of Thomassen On a Conjecture of Thomassen Michelle Delcourt Department of Mathematics University of Illinois Urbana, Illinois 61801, U.S.A. delcour2@illinois.edu Asaf Ferber Department of Mathematics Yale University,

More information

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

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

More information

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

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

More information

Sergey Norin Department of Mathematics and Statistics McGill University Montreal, Quebec H3A 2K6, Canada. and

Sergey Norin Department of Mathematics and Statistics McGill University Montreal, Quebec H3A 2K6, Canada. and NON-PLANAR EXTENSIONS OF SUBDIVISIONS OF PLANAR GRAPHS Sergey Norin Department of Mathematics and Statistics McGill University Montreal, Quebec H3A 2K6, Canada and Robin Thomas 1 School of Mathematics

More information

Claw-free Graphs. III. Sparse decomposition

Claw-free Graphs. III. Sparse decomposition Claw-free Graphs. III. Sparse decomposition Maria Chudnovsky 1 and Paul Seymour Princeton University, Princeton NJ 08544 October 14, 003; revised May 8, 004 1 This research was conducted while the author

More information

Spanning Paths in Infinite Planar Graphs

Spanning Paths in Infinite Planar Graphs Spanning Paths in Infinite Planar Graphs Nathaniel Dean AT&T, ROOM 2C-415 600 MOUNTAIN AVENUE MURRAY HILL, NEW JERSEY 07974-0636, USA Robin Thomas* Xingxing Yu SCHOOL OF MATHEMATICS GEORGIA INSTITUTE OF

More information

Ring Sums, Bridges and Fundamental Sets

Ring Sums, Bridges and Fundamental Sets 1 Ring Sums Definition 1 Given two graphs G 1 = (V 1, E 1 ) and G 2 = (V 2, E 2 ) we define the ring sum G 1 G 2 = (V 1 V 2, (E 1 E 2 ) (E 1 E 2 )) with isolated points dropped. So an edge is in G 1 G

More information

Claw-Free Graphs With Strongly Perfect Complements. Fractional and Integral Version.

Claw-Free Graphs With Strongly Perfect Complements. Fractional and Integral Version. Claw-Free Graphs With Strongly Perfect Complements. Fractional and Integral Version. Part II. Nontrivial strip-structures Maria Chudnovsky Department of Industrial Engineering and Operations Research Columbia

More information

Paths and cycles in extended and decomposable digraphs

Paths and cycles in extended and decomposable digraphs Paths and cycles in extended and decomposable digraphs Jørgen Bang-Jensen Gregory Gutin Department of Mathematics and Computer Science Odense University, Denmark Abstract We consider digraphs called extended

More information

EXCLUDING SUBDIVISIONS OF INFINITE CLIQUES. Neil Robertson* Department of Mathematics Ohio State University 231 W. 18th Ave. Columbus, Ohio 43210, USA

EXCLUDING SUBDIVISIONS OF INFINITE CLIQUES. Neil Robertson* Department of Mathematics Ohio State University 231 W. 18th Ave. Columbus, Ohio 43210, USA EXCLUDING SUBDIVISIONS OF INFINITE CLIQUES Neil Robertson* Department of Mathematics Ohio State University 231 W. 18th Ave. Columbus, Ohio 43210, USA P. D. Seymour Bellcore 445 South St. Morristown, New

More information

ON GLOBAL DOMINATING-χ-COLORING OF GRAPHS

ON GLOBAL DOMINATING-χ-COLORING OF GRAPHS - TAMKANG JOURNAL OF MATHEMATICS Volume 48, Number 2, 149-157, June 2017 doi:10.5556/j.tkjm.48.2017.2295 This paper is available online at http://journals.math.tku.edu.tw/index.php/tkjm/pages/view/onlinefirst

More information

Decomposing planar cubic graphs

Decomposing planar cubic graphs Decomposing planar cubic graphs Arthur Hoffmann-Ostenhof Tomáš Kaiser Kenta Ozeki Abstract The 3-Decomposition Conjecture states that every connected cubic graph can be decomposed into a spanning tree,

More information

The NP-Hardness of the Connected p-median Problem on Bipartite Graphs and Split Graphs

The NP-Hardness of the Connected p-median Problem on Bipartite Graphs and Split Graphs Chiang Mai J. Sci. 2013; 40(1) 8 3 Chiang Mai J. Sci. 2013; 40(1) : 83-88 http://it.science.cmu.ac.th/ejournal/ Contributed Paper The NP-Hardness of the Connected p-median Problem on Bipartite Graphs and

More information

Every line graph of a 4-edge-connected graph is Z 3 -connected

Every line graph of a 4-edge-connected graph is Z 3 -connected European Journal of Combinatorics 0 (2009) 595 601 Contents lists available at ScienceDirect European Journal of Combinatorics journal homepage: www.elsevier.com/locate/ejc Every line graph of a 4-edge-connected

More information

k-degenerate Graphs Allan Bickle Date Western Michigan University

k-degenerate Graphs Allan Bickle Date Western Michigan University k-degenerate Graphs Western Michigan University Date Basics Denition The k-core of a graph G is the maximal induced subgraph H G such that δ (H) k. The core number of a vertex, C (v), is the largest value

More information

Wheel-free planar graphs

Wheel-free planar graphs Wheel-free planar graphs Pierre Aboulker Concordia University, Montréal, Canada email: pierreaboulker@gmail.com Maria Chudnovsky Columbia University, New York, NY 10027, USA e-mail: mchudnov@columbia.edu

More information

Advanced Topics in Discrete Math: Graph Theory Fall 2010

Advanced Topics in Discrete Math: Graph Theory Fall 2010 21-801 Advanced Topics in Discrete Math: Graph Theory Fall 2010 Prof. Andrzej Dudek notes by Brendan Sullivan October 18, 2010 Contents 0 Introduction 1 1 Matchings 1 1.1 Matchings in Bipartite Graphs...................................

More information

MAXIMAL VERTEX-CONNECTIVITY OF S n,k

MAXIMAL VERTEX-CONNECTIVITY OF S n,k MAXIMAL VERTEX-CONNECTIVITY OF S n,k EDDIE CHENG, WILLIAM A. LINDSEY, AND DANIEL E. STEFFY Abstract. The class of star graphs is a popular topology for interconnection networks. However it has certain

More information

Eulerian Subgraphs in Graphs with Short Cycles

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

More information

A short course on matching theory, ECNU Shanghai, July 2011.

A short course on matching theory, ECNU Shanghai, July 2011. A short course on matching theory, ECNU Shanghai, July 2011. Sergey Norin LECTURE 3 Tight cuts, bricks and braces. 3.1. Outline of Lecture Ear decomposition of bipartite graphs. Tight cut decomposition.

More information

1 Hamiltonian properties

1 Hamiltonian properties 1 Hamiltonian properties 1.1 Hamiltonian Cycles Last time we saw this generalization of Dirac s result, which we shall prove now. Proposition 1 (Ore 60). For a graph G with nonadjacent vertices u and v

More information

A characterization of diameter-2-critical graphs with no antihole of length four

A characterization of diameter-2-critical graphs with no antihole of length four Cent. Eur. J. Math. 10(3) 2012 1125-1132 DOI: 10.2478/s11533-012-0022-x Central European Journal of Mathematics A characterization of diameter-2-critical graphs with no antihole of length four Research

More information

arxiv: v1 [cs.ds] 2 Oct 2018

arxiv: v1 [cs.ds] 2 Oct 2018 Contracting to a Longest Path in H-Free Graphs Walter Kern 1 and Daniël Paulusma 2 1 Department of Applied Mathematics, University of Twente, The Netherlands w.kern@twente.nl 2 Department of Computer Science,

More information

4 CONNECTED PROJECTIVE-PLANAR GRAPHS ARE HAMILTONIAN. Robin Thomas* Xingxing Yu**

4 CONNECTED PROJECTIVE-PLANAR GRAPHS ARE HAMILTONIAN. Robin Thomas* Xingxing Yu** 4 CONNECTED PROJECTIVE-PLANAR GRAPHS ARE HAMILTONIAN Robin Thomas* Xingxing Yu** School of Mathematics Georgia Institute of Technology Atlanta, Georgia 30332, USA May 1991, revised 23 October 1993. Published

More information

Triangle-free graphs with no six-vertex induced path

Triangle-free graphs with no six-vertex induced path Triangle-free graphs with no six-vertex induced path Maria Chudnovsky 1, Paul Seymour 2, Sophie Spirkl Princeton University, Princeton, NJ 08544 Mingxian Zhong Columbia University, New York, NY 10027 June

More information

The super line graph L 2

The super line graph L 2 Discrete Mathematics 206 (1999) 51 61 www.elsevier.com/locate/disc The super line graph L 2 Jay S. Bagga a;, Lowell W. Beineke b, Badri N. Varma c a Department of Computer Science, College of Science and

More information

arxiv: v2 [math.co] 29 Oct 2017

arxiv: v2 [math.co] 29 Oct 2017 arxiv:1404.3385v2 [math.co] 29 Oct 2017 A proof for a conjecture of Gyárfás, Lehel, Sárközy and Schelp on Berge-cycles G.R. Omidi Department of Mathematical Sciences, Isfahan University of Technology,

More information

Even Pairs and Prism Corners in Square-Free Berge Graphs

Even Pairs and Prism Corners in Square-Free Berge Graphs Even Pairs and Prism Corners in Square-Free Berge Graphs Maria Chudnovsky Princeton University, Princeton, NJ 08544 Frédéric Maffray CNRS, Laboratoire G-SCOP, University of Grenoble-Alpes, France Paul

More information

The least eigenvalue of the signless Laplacian of non-bipartite unicyclic graphs with k pendant vertices

The least eigenvalue of the signless Laplacian of non-bipartite unicyclic graphs with k pendant vertices Electronic Journal of Linear Algebra Volume 26 Volume 26 (2013) Article 22 2013 The least eigenvalue of the signless Laplacian of non-bipartite unicyclic graphs with k pendant vertices Ruifang Liu rfliu@zzu.edu.cn

More information

Partial cubes: structures, characterizations, and constructions

Partial cubes: structures, characterizations, and constructions Partial cubes: structures, characterizations, and constructions Sergei Ovchinnikov San Francisco State University, Mathematics Department, 1600 Holloway Ave., San Francisco, CA 94132 Abstract Partial cubes

More information

Citation for pulished version (APA): Henning, M. A., & Yeo, A. (2016). Transversals in 4-uniform hypergraphs. Journal of Combinatorics, 23(3).

Citation for pulished version (APA): Henning, M. A., & Yeo, A. (2016). Transversals in 4-uniform hypergraphs. Journal of Combinatorics, 23(3). Syddansk Universitet Transversals in 4-uniform hypergraphs Henning, Michael A; Yeo, Anders Published in: Journal of Combinatorics Publication date: 2016 Document version Forlagets udgivne version Document

More information

Hamiltonian Graphs Graphs

Hamiltonian Graphs Graphs COMP2121 Discrete Mathematics Hamiltonian Graphs Graphs Hubert Chan (Chapter 9.5) [O1 Abstract Concepts] [O2 Proof Techniques] [O3 Basic Analysis Techniques] 1 Hamiltonian Paths and Circuits [O1] A Hamiltonian

More information

GIRTH SIX CUBIC GRAPHS HAVE PETERSEN MINORS

GIRTH SIX CUBIC GRAPHS HAVE PETERSEN MINORS GIRTH SIX CUBIC GRAPHS HAVE PETERSEN MINORS Neil Robertson 1 Department of Mathematics Ohio State University 231 W. 18th Ave. Columbus, Ohio 43210, USA P. D. Seymour Bellcore 445 South St. Morristown,

More information

Constructive proof of deficiency theorem of (g, f)-factor

Constructive proof of deficiency theorem of (g, f)-factor SCIENCE CHINA Mathematics. ARTICLES. doi: 10.1007/s11425-010-0079-6 Constructive proof of deficiency theorem of (g, f)-factor LU HongLiang 1, & YU QingLin 2 1 Center for Combinatorics, LPMC, Nankai University,

More information

Nordhaus-Gaddum Theorems for k-decompositions

Nordhaus-Gaddum Theorems for k-decompositions Nordhaus-Gaddum Theorems for k-decompositions Western Michigan University October 12, 2011 A Motivating Problem Consider the following problem. An international round-robin sports tournament is held between

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

On the distance signless Laplacian spectral radius of graphs and digraphs

On the distance signless Laplacian spectral radius of graphs and digraphs Electronic Journal of Linear Algebra Volume 3 Volume 3 (017) Article 3 017 On the distance signless Laplacian spectral radius of graphs and digraphs Dan Li Xinjiang University,Urumqi, ldxjedu@163.com Guoping

More information

Hamilton cycles and closed trails in iterated line graphs

Hamilton cycles and closed trails in iterated line graphs Hamilton cycles and closed trails in iterated line graphs Paul A. Catlin, Department of Mathematics Wayne State University, Detroit MI 48202 USA Iqbalunnisa, Ramanujan Institute University of Madras, Madras

More information

1 Some loose ends from last time

1 Some loose ends from last time Cornell University, Fall 2010 CS 6820: Algorithms Lecture notes: Kruskal s and Borůvka s MST algorithms September 20, 2010 1 Some loose ends from last time 1.1 A lemma concerning greedy algorithms and

More information

4-coloring P 6 -free graphs with no induced 5-cycles

4-coloring P 6 -free graphs with no induced 5-cycles 4-coloring P 6 -free graphs with no induced 5-cycles Maria Chudnovsky Department of Mathematics, Princeton University 68 Washington Rd, Princeton NJ 08544, USA mchudnov@math.princeton.edu Peter Maceli,

More information

On disconnected cuts and separators

On disconnected cuts and separators On disconnected cuts and separators Takehiro Ito 1, Marcin Kamiński 2, Daniël Paulusma 3 and Dimitrios M. Thilikos 4 1 Graduate School of Information Sciences, Tohoku University, Aoba-yama 6-6-05, Sendai,

More information

Lecture 10 February 4, 2013

Lecture 10 February 4, 2013 UBC CPSC 536N: Sparse Approximations Winter 2013 Prof Nick Harvey Lecture 10 February 4, 2013 Scribe: Alexandre Fréchette This lecture is about spanning trees and their polyhedral representation Throughout

More information

4 Packing T-joins and T-cuts

4 Packing T-joins and T-cuts 4 Packing T-joins and T-cuts Introduction Graft: A graft consists of a connected graph G = (V, E) with a distinguished subset T V where T is even. T-cut: A T -cut of G is an edge-cut C which separates

More information

HAMILTONICITY AND FORBIDDEN SUBGRAPHS IN 4-CONNECTED GRAPHS

HAMILTONICITY AND FORBIDDEN SUBGRAPHS IN 4-CONNECTED GRAPHS HAMILTONICITY AND FORBIDDEN SUBGRAPHS IN 4-CONNECTED GRAPHS FLORIAN PFENDER Abstract. Let T be the line graph of the unique tree F on 8 vertices with degree sequence (3, 3, 3,,,,, ), i.e. T is a chain

More information

Locating-Total Dominating Sets in Twin-Free Graphs: a Conjecture

Locating-Total Dominating Sets in Twin-Free Graphs: a Conjecture Locating-Total Dominating Sets in Twin-Free Graphs: a Conjecture Florent Foucaud Michael A. Henning Department of Pure and Applied Mathematics University of Johannesburg Auckland Park, 2006, South Africa

More information

CHAPTER 7. Connectedness

CHAPTER 7. Connectedness CHAPTER 7 Connectedness 7.1. Connected topological spaces Definition 7.1. A topological space (X, T X ) is said to be connected if there is no continuous surjection f : X {0, 1} where the two point set

More information

Chordal Coxeter Groups

Chordal Coxeter Groups arxiv:math/0607301v1 [math.gr] 12 Jul 2006 Chordal Coxeter Groups John Ratcliffe and Steven Tschantz Mathematics Department, Vanderbilt University, Nashville TN 37240, USA Abstract: A solution of the isomorphism

More information

HW Graph Theory SOLUTIONS (hbovik) - Q

HW Graph Theory SOLUTIONS (hbovik) - Q 1, Diestel 3.5: Deduce the k = 2 case of Menger s theorem (3.3.1) from Proposition 3.1.1. Let G be 2-connected, and let A and B be 2-sets. We handle some special cases (thus later in the induction if these

More information

be a path in L G ; we can associated to P the following alternating sequence of vertices and edges in G:

be a path in L G ; we can associated to P the following alternating sequence of vertices and edges in G: 1. The line graph of a graph. Let G = (V, E) be a graph with E. The line graph of G is the graph L G such that V (L G ) = E and E(L G ) = {ef : e, f E : e and f are adjacent}. Examples 1.1. (1) If G is

More information

Perfect matchings in highly cyclically connected regular graphs

Perfect matchings in highly cyclically connected regular graphs Perfect matchings in highly cyclically connected regular graphs arxiv:1709.08891v1 [math.co] 6 Sep 017 Robert Lukot ka Comenius University, Bratislava lukotka@dcs.fmph.uniba.sk Edita Rollová University

More information

The Binding Number of Trees and K(1,3)-free Graphs

The Binding Number of Trees and K(1,3)-free Graphs The Binding Number of Trees and K(1,3)-free Graphs Wayne Goddard 1 Department of Mathematics Massachusetts Institute of Technology Cambridge, MA 02139 Abstract The binding number of a graph G is defined

More information

MINIMALLY NON-PFAFFIAN GRAPHS

MINIMALLY NON-PFAFFIAN GRAPHS MINIMALLY NON-PFAFFIAN GRAPHS SERGUEI NORINE AND ROBIN THOMAS Abstract. We consider the question of characterizing Pfaffian graphs. We exhibit an infinite family of non-pfaffian graphs minimal with respect

More information

Domination and Total Domination Contraction Numbers of Graphs

Domination and Total Domination Contraction Numbers of Graphs Domination and Total Domination Contraction Numbers of Graphs Jia Huang Jun-Ming Xu Department of Mathematics University of Science and Technology of China Hefei, Anhui, 230026, China Abstract In this

More information

k-blocks: a connectivity invariant for graphs

k-blocks: a connectivity invariant for graphs 1 k-blocks: a connectivity invariant for graphs J. Carmesin R. Diestel M. Hamann F. Hundertmark June 17, 2014 Abstract A k-block in a graph G is a maximal set of at least k vertices no two of which can

More information

THE COMPLEXITY OF DISSOCIATION SET PROBLEMS IN GRAPHS. 1. Introduction

THE COMPLEXITY OF DISSOCIATION SET PROBLEMS IN GRAPHS. 1. Introduction THE COMPLEXITY OF DISSOCIATION SET PROBLEMS IN GRAPHS YURY ORLOVICH, ALEXANDRE DOLGUI, GERD FINKE, VALERY GORDON, FRANK WERNER Abstract. A subset of vertices in a graph is called a dissociation set if

More information

Proper connection number and 2-proper connection number of a graph

Proper connection number and 2-proper connection number of a graph Proper connection number and 2-proper connection number of a graph arxiv:1507.01426v2 [math.co] 10 Jul 2015 Fei Huang, Xueliang Li, Shujing Wang Center for Combinatorics and LPMC-TJKLC Nankai University,

More information

Topological properties

Topological properties CHAPTER 4 Topological properties 1. Connectedness Definitions and examples Basic properties Connected components Connected versus path connected, again 2. Compactness Definition and first examples Topological

More information

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

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

More information

Packing and Covering Dense Graphs

Packing and Covering Dense Graphs Packing and Covering Dense Graphs Noga Alon Yair Caro Raphael Yuster Abstract Let d be a positive integer. A graph G is called d-divisible if d divides the degree of each vertex of G. G is called nowhere

More information

Introductory Analysis I Fall 2014 Homework #5 Solutions

Introductory Analysis I Fall 2014 Homework #5 Solutions Introductory Analysis I Fall 2014 Homework #5 Solutions 6. Let M be a metric space, let C D M. Now we can think of C as a subset of the metric space M or as a subspace of the metric space D (D being a

More information

The minimum G c cut problem

The minimum G c cut problem The minimum G c cut problem Abstract In this paper we define and study the G c -cut problem. Given a complete undirected graph G = (V ; E) with V = n, edge weighted by w(v i, v j ) 0 and an undirected

More information

HAMILTONIAN CYCLES AVOIDING SETS OF EDGES IN A GRAPH

HAMILTONIAN CYCLES AVOIDING SETS OF EDGES IN A GRAPH HAMILTONIAN CYCLES AVOIDING SETS OF EDGES IN A GRAPH MICHAEL J. FERRARA, MICHAEL S. JACOBSON UNIVERSITY OF COLORADO DENVER DENVER, CO 8017 ANGELA HARRIS UNIVERSITY OF WISCONSIN-WHITEWATER WHITEWATER, WI

More information

k-tuple Domatic In Graphs

k-tuple Domatic In Graphs CJMS. 2(2)(2013), 105-112 Caspian Journal of Mathematical Sciences (CJMS) University of Mazandaran, Iran http://cjms.journals.umz.ac.ir ISSN: 1735-0611 k-tuple Domatic In Graphs Adel P. Kazemi 1 1 Department

More information

Probe interval graphs and probe unit interval graphs on superclasses of cographs

Probe interval graphs and probe unit interval graphs on superclasses of cographs Author manuscript, published in "" Discrete Mathematics and Theoretical Computer Science DMTCS vol. 15:2, 2013, 177 194 Probe interval graphs and probe unit interval graphs on superclasses of cographs

More information

Graphs with few total dominating sets

Graphs with few total dominating sets Graphs with few total dominating sets Marcin Krzywkowski marcin.krzywkowski@gmail.com Stephan Wagner swagner@sun.ac.za Abstract We give a lower bound for the number of total dominating sets of a graph

More information

Some hard families of parameterised counting problems

Some hard families of parameterised counting problems Some hard families of parameterised counting problems Mark Jerrum and Kitty Meeks School of Mathematical Sciences, Queen Mary University of London {m.jerrum,k.meeks}@qmul.ac.uk September 2014 Abstract

More information

A Characterization of the Cactus Graphs with Equal Domination and Connected Domination Numbers

A Characterization of the Cactus Graphs with Equal Domination and Connected Domination Numbers International Journal of Contemporary Mathematical Sciences Vol. 12, 2017, no. 7, 275-281 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ijcms.2017.7932 A Characterization of the Cactus Graphs with

More information

GRAPH MINORS AND HADWIGER S CONJECTURE

GRAPH MINORS AND HADWIGER S CONJECTURE GRAPH MINORS AND HADWIGER S CONJECTURE DISSERTATION Presented in Partial Fulfillment of the Requirements for the Degree Doctor of Philosophy in the Graduate School of The Ohio State University By Eliade

More information

arxiv: v3 [cs.dm] 18 Oct 2017

arxiv: v3 [cs.dm] 18 Oct 2017 Decycling a Graph by the Removal of a Matching: Characterizations for Special Classes arxiv:1707.02473v3 [cs.dm] 18 Oct 2017 Fábio Protti and Uéverton dos Santos Souza Institute of Computing - Universidade

More information

Discrete Applied Mathematics

Discrete Applied Mathematics Discrete Applied Mathematics 159 (2011) 1345 1351 Contents lists available at ScienceDirect Discrete Applied Mathematics journal homepage: www.elsevier.com/locate/dam On disconnected cuts and separators

More information