On Total Domination in Graphs

Size: px
Start display at page:

Download "On Total Domination in Graphs"

Transcription

1 University of Houston - Downtown Senior Project - Fall 2012 On Total Domination in Graphs Author: David Amos Advisor: Dr. Ermelinda DeLaViña Senior Project Committee: Dr. Sergiy Koshkin Dr. Ryan Pepper Department Chair: Dr. Shishen Xie December 7, 2012

2 Contents 1 Graph Theory Background The definition of a graph Neighborhoods and degree Distance, radius, and diameter Domination and total domination Independence and matchings Some special families of graphs Characterizations of total domination number A Short Survey of Known Results Some basic results for domination and total domination Total domination and minimum degree Total domination in trees Total domination in planar graphs Conjectures of Graffiti.pc Total domination and maximum degree Total domination and cut vertices Total domination and degree two vertices Total Domination and G Miscellaneous conjectures Concluding Remarks 33

3 List of Figures 2.1 The graphs G 10 (left) and H 10 from Theorem The unique planar graph with diameter 2 and γ = Sharpness of Corollary and Theorem A smallest counterexample to Conjecture with order A 19-vertex smallest counterexample to Conjecture Sharpness of Proposition Illustration of the argument in Proposition Sharpness of Proposition vertex counterexample to γ t (G) N(V 2 ) V Sharpness of Theorem The graph Ŝ A 16-vertex counterexample to Conjecture A 21-vertex counterexample to Conjecture An 18-vertex counterexample to Conjecture A 24-vertex counterexample to Conjecture A 14-vertex counterexample to Conjectures and A 13-vertex counterexample to Conjecture

4 Abstract Let G = (V, E) be a finite, simple, undirected graph. A set S V is called a total dominating set if every vertex of V is adjacent to some vertex of S. Interest in total domination began when the concept was introduced by Cockayne, Dawes, and Hedetniemi [6] in In 1998, two books on the subject appeared ([11] and [12]), followed by a survey of more recent results in 2009 [15]. The total domination number of a graph G, denoted γ t (G) is the cardinality of a smallest total dominating set. The problem of computing γ t (G) for a given graph was shown to be NP-complete by Pfaff et al. [20]. However, a linear algorithm exists for trees [18]. The overall complexity of calculating γ t (G) is the primary motivation for discovering bounds, preferably in terms of easily computable invariants. For this project, DeLaViña s conjecturing program Graffiti.pc was used to investigate lower and upper bounds for the total domination number of a graph. We survey a few known results on total domination and discuss the conjectures of Graffiti.pc that were resolved during the project. Proofs are supplied for true conjectures and counterexamples are given for false conjectures. In some cases, smallest counterexamples are provided.

5 Acknowledgements I would like to thank Dr. Ermelinda DeLaViña for her interest in me as a student, and for taking me under her wing. Her advice was always wise, her support, unfaltering, and her careful examination of my logic much appreciated. I am also indebted to Dr. Ryan Pepper, whose enthusiasm is infectious. His Texas Style graph theory class inspired me to pursue a senior project in graph theory. I am also extremely grateful for the mentorship of Dr. Sergiy Koshkin, who introduced me to graph theory during his discrete mathematics class. The directed study in advanced linear algebra I took with Dr. Koshkin in the summer of 2011 was one of the most impactful experiences during my time at UHD. I consider that directed study to be my first real introduction to higher mathematics, and it could not have come from a better person. Finally, I would like to thank Dr. Edwin Tecarro for teaching the senior project class (and also for introducing me to real analysis), and the other faculty members in the Computer and Mathematical Sciences Department at the University of Houston - Downtown. The have all helped to make my experience at UHD absolutely wonderful.

6 Chapter 1 Graph Theory Background For the most part, standard notation is adopted. Special definitions and notation are introduced at the appropriate time. Following are detailed definitions of the basic concepts used throughout this report. A few basic results are also included. 1.1 The definition of a graph Let G = (V, E) be a graph with vertex set V and edge set E. If V is finite, we say that G is a finite graph. The order of a graph G, denoted n, is simply V, and we denote the size of a graph by m = E. Two vertices u, v V are said to be adjacent, denoted u v, if there exists an edge e E whose endpoints are u and v, in which case we denote the edge by uv (or by vu, the order does not matter). If v V is the endpoint of some edge e E, then e is said to be incident to v. For any u V, the edge uu is called a loop. For some u, v V, the edge uv is called a multi-edge if it appears in E more than once. A graph whose edge set contains no loops and no multi-edges is called simple. All graphs considered in this report are simple and finite. A graph of order one is said to be trivial, and we will often exclude such a graph from our discussion. Any graph whose edge set is the empty set is called an empty graph. A path of length k is a set of vertices {x 1, x 2,..., x k } such that x 1 x 2, x 2 x 3,..., x k 1 x k. x 1 and x 2 are called the endpoints of the path. We will often refer to a path by the endpoints. For example, a path whose endpoints are u and v is called a u-v path. A cycle is a path with the added condition that x k x 1. If there exists a path between every pair of vertices of a graph, then the graph is said to be connected. Otherwise, the graph is disconnected. The connected parts of a disconnected graph are called the components of the graph. For a set X V, the subgraph induced by X, denoted G[X], is the graph with vertex set X and edge set E = {uv E(G) : u, v X}. 1

7 1.2 Neighborhoods and degree The open neighborhood of a vertex v V is the set N(v) = {u V : u v}. The closed neighborhood of v is the set N[v] = N(v) {v}. If N(v) =, then v is said to be isolated. An isolated vertex is sometimes called an isolate. A vertex u N(v) is called a neighbor of v. It is often useful to consider the neighborhoods of an entire set of vertices. For some X V (G) we call the set N(X) = v X N(v) the open neighborhood of X. The closed neighborhood of X is the set N[X] = N(X) X. The degree of a vertex v V is N(v) and is denoted d G (v) (or simply d(v) when the context is clear). We let δ(g) = min{d(v) : v V } and (G) = max{d(v) : v V } denote the minimum and maximum degrees respectively (if the context is clear, we will simply let δ = δ(g) and = (G)). A vertex of degree one is called a pendant, and its neighbor is called a support vertex. Many of the conjectures produced by Graffiti.pc involve special subsets of V. For compactness, we let V k = {v V : d(v) = k}. Hence V δ is the set of minimum degree vertices, and V 2 is the set of degree two vertices. 1.3 Distance, radius, and diameter The distance between two vertices u and v, denoted d(u, v), is the length of a shortest path whose endpoints are u and v. If no u-v path exists, it is customary to let d(u, v) =. The eccentricity of a vertex v is the maximum distance from v to any other vertex of the graph. The maximum and minimum eccentricities, over all vertices, are referred to respectively as the diameter and radius of the graph. The diameter of a graph is denoted diam(g) and the radius is denoted rad(g). 1.4 Domination and total domination A set D V is called a dominating set if every vertex in V D is adjacent to some vertex of D. Notice that D is a dominating set if and only if N[D] = V. The domination number of G, denoted γ = γ(g), is the cardinality of a smallest dominating set of V. We call a smallest dominating set a γ-set. A set S V is a total dominating set if every vertex in V is adjacent to some vertex of S. Alternatively, we may define a dominating set D to be a total dominating set if G[D] has no isolated vertices. The total domination number of G, denoted γ t = γ t (G), is the cardinality of a smallest total dominating set, and we refer to such a set as a γ t -set. An immediate consequence of the definitions of domination number and total domination number is that, for any graph G, γ t γ. 2

8 1.5 Independence and matchings For any set I V, if G[I] is empty, then I is called an independent set. The independence number of a graph G, denoted α = α(g) is the cardinality of a largest independent set. There is a basic relation between independence number and domination number. Proposition Let G be a graph. Then, α γ. Proof. Let I V (G) be a largest independent set. Then for any v V I, the subgraph induced by I {v} has at least one edge uv for some u I, since otherwise, if such a v existed, the set I {v} would be a larger independent set. Thus, every v V is either in I or adjacent to a vertex of I, from which it follows that I is also a dominating set. Since I = α, we have α γ. The concept of independence may be extended to edges by defining two edges to be independent if they have no common endpoint. A matching is a set M E with the property that the edges in M are pairwise independent. The matching number of G is the cardinality of a largest matching and is denoted µ = µ(g). Endpoints of a matching edge are called saturated vertices. An unsaturated vertex is any vertex that is not an endpoint of a matching edge. It is easy to see that µ can be at most half the order of G. Proposition Let G be a graph of order n. Then, µ n 2. Proof. The largest possible matching for any graph could at most saturate every vertex. Since every edge has two vertices, it follows that 2µ n. The proposition follows immediately. 1.6 Some special families of graphs The path on n vertices is denoted P n, and is the graph with V (P n ) = {v 1, v 2,..., v n } and E(P n ) = {v 1 v 2, v 2 v 3,..., v n 1 v n }. The cycle on n vertices is denoted C n and has V (C n ) = V (P n ) and E(C n ) = E(P n ) {v n v 1 }. A graph is complete if every vertex is adjacent to every other vertex of the graph. We denote the complete graph with order n by K n. For any graph G, a set of vertices is called a clique if the subgraph induced by the set is complete. The clique number of a graph is the cardinality of a largest clique and is denoted ω = ω(g). If the vertex set of a graph can be partitioned into two disjoint independent sets A and B, then the graph is called bipartite. Every edge in a bipartite graph has the form ab where a A and b B. If every possible edge between the sets A and B is present, then the graph is called complete bipartite and denoted K n1,n 2 where n 1 = A and n 2 = B. The star on n vertices, denoted S n is, is equivalent to K 1,n 1. The degree n 1 vertex of S n is called the center. A binary star is made up of two stars, with an edge added between the centers. 3

9 The k-corona of a connected graph H, denoted H P k, is a the graph formed as follows: Take n(h) copies of P k and let X be the set made up of exactly one endpoint from each copy of P k. Let f : V (H) X be a bijection. Connect each v V (H) to an endpoint of a corresponding P k with the edge vf(v). 1.7 Characterizations of total domination number Total domination number is easily computed for several families of graphs. First, we make the following observation. Observation Let G be a graph of order n with no isolated vertices. If n 2, then γ t = 2. Graphs for which Observation applies include stars and complete graphs. Other graphs with γ t = 2 include binary stars and complete bipartite graphs. In general, however, the problem of calculating the total domination number in bipartite graphs remains difficult [20]. Total domination number is easily calculated for cycles and paths. 4

10 Proposition The total domination number of a cycle C n or a path P n on n 3 vertices is given by: (a) γ t (C n ) = γ t (P n ) = n 2 if n 0(mod 4). (b) γ t (C n ) = γ t (P n ) = n+2 2 if n 2(mod 4). (c) γ t (C n ) = γ t (P n ) = n+1 2 otherwise. Characterizations of total domination number are known for several other families of graphs (see, for example, Henning s survey [15]). However, the above characterizations will be the most useful to us for the remainder of this report. 5

11 Chapter 2 A Short Survey of Known Results In this chapter, we survey some of the known results for total domination. First, we examine the relationship between domination and total domination. 2.1 Some basic results for domination and total domination The following basic upper bound for domination number is considered to be folklore among graph theorists. The proof is provided for completeness. Theorem Let G be a graph with no isolated vertices. Then γ n 2. Proof. Let D V (G) be a γ-set. Since G has no isolated vertices, every v D has at least one neighbor in V D. This means that V D is also a dominating set. If D > n/2, then V D is a smaller dominating set, contradicting the choice of D as a γ-set. Thus γ = D n/2. Bollobás and Cockayne proved a useful property of γ-sets in [1]. Theorem (Bollobás and Cockayne [1]). Every graph G with no isolated vertices has a γ-set D such that every v D has the property that there exists a vertex v V D that is adjacent to v but to no other vertex of D. The vertex v from Theorem is called a private neighbor of v. From now on, we will assume that every γ-set is chosen to be one whose existence is guaranteed by Theorem This allows us to prove the following triple inequality. Theorem Let G be a graph with no isolated vertices. Then γ γ t 2γ. 6

12 Proof. The first inequality follows immediately from the definitions of domination number and total domination number. Let D be a γ-set. If D is not a total dominating set, it is because the subgraph induced by D has isolated vertices. By Theorem 2.1.2, each of these isolated vertices has a private neighbor. To construct a total dominating set, we simply add to D a private neighbor for each isolated vertex, and call the new set D. At most D private neighbors could have been added to form D. That is, D 2 D. Since D is a total dominating set, D γ t. Therefore, γ t 2 D = 2γ. This proves the second inequality. Finally, we mention a basic lower bound for total domination number. Theorem Let G be a graph of order n with no isolated vertices. Then γ t n. Proof. Let S be a γ t -set of G. Then, by definition, every vertex of G is adjacent to some vertex of S. That is, N(S) = V (G). Since every v S can have at most neighbors, it follows that γ t V = n. The theorem follows by dividing this inequality by. In section 3.1, we prove a few corollaries to Theorem Total domination and minimum degree Cockayne et al. [6] proved the following for connected graphs. Theorem (Cockayne et al. [6]). Let G be a connected graph of order n 3 with no isolated vertices. Then γ t 2 3 n. Equality for Theorem was characterized by Brigham, Carrington, and Vitray [2]. Theorem (Brigham, Carrington, and Vitray [2]). Let G be a connected graph of order n 3. Then γ t = 2n/3 if and only if G is C 3, C 6 or H P 2 for some connected graph H. Sun [21] showed that the bound in Theorem can be improved upon for connected graphs with minimum degree at least two. Theorem (Sun [21]). Let G be a connected graph of order n and δ 2. Then γ t 4 7 (n + 1). Henning [14] improved this bound slightly by disregarding six graphs with small orders. The graphs G 10 and H 10 are displayed in Fig Theorem (Henning [14]). If G {C 3, C 5, C 6, C 10, G 10, H 10 } is a connected graph of order n and δ 2, then γ t 4 7 n. Chvátal and McDiarmid [4] and Tuza [24] independently proved a theorem concerning transversals in hypergraphs. Theorem is a consequence of their result. 7

13 Figure 2.1: The graphs G 10 (left) and H 10 from Theorem Theorem (Chvátal and McDiarmid [4]; Tuza [24]). Let G be a graph of order n and δ 3. Then γ t n 2. The following result for graphs with minimum degree at least four is a consequence of a result of Thomassé and Yeo [22] for hypergraphs. Theorem (Thomassé and Yeo [22]). Let G be a graph of order n and δ 4. Then γ t 3 7 n. 2.3 Total domination in trees A graph T is called a tree if it has no cycles. In trees, a vertex of degree one is called a leaf. Trees are of interest for several reasons, but in particular, every connected graph G has a spanning tree whose vertex set is V (T ) and whose edge set is a subset of E(T ). Furthermore, every connected graph has a spanning tree whose total domination number is the same as the graph (see Lemma 2 in [8]). In some cases, it is possible to say something about total domination in a graph by considering only one of its spanning trees. This motivates finding sharp bounds for the total domination number of trees, even though, as mentioned in the abstract, a linear algorithm exists for computing the total domination number of trees [18]. Another interesting aspect of trees, with respect to total domination, is that it is possible to characterize which vertices are in every γ t -set or are in no γ t - set [5]. For example, support vertices must be in every γ t -set. Furthermore, Haynes and Henning found three conditions that are equivalent to a tree having a unique minimum γ t -set [13]. We mention a couple of results that will be of use later. Chellali and Haynes [3] related the total domination number of a tree to the order and the number of leaves of the tree. Theorem (Chellali and Haynes [3]). Let T be a nontrivial tree of order n and l leaves. Then γ t n+2 l 2. 8

14 We show in section 3.2 that Theorem is a corollary of one of Graffiti.pc s conjectures. With respect to the degree two vertices of a tree, DeLaViña et al. proved the following in [7]. Theorem (DeLaViña et al. [7]). Let T be a non-trivial tree. Let c 2 be the number of components of the subgraph induced by V (T ) V 2, and let p 2 be the order of a largest path in the subgraph induced by V 2. Then γ t c 2 + p Theorem is also a corollary of one of Graffiti.pc s conjectures, as will be seen in section Total domination in planar graphs A planar graph is a graph that can be drawn in the plane with no edge crossings. In his 2009 survey, Henning lists twenty fundamental problems in the study of total domination [15]. Problem 12 simply says Investigate total domination in planar graphs. Originally, the intent of this project was to do just this. However, planarity was never needed as a sufficient condition for proving the proposed conjectures of Graffiti.pc. Despite this, we mention a few known results for planar graphs. It is relatively simple to see that a tree with radius two and diameter four can have arbitrarily large domination number (consider the 1-corona of stars, for instance). However, MacGillivray and Seyffarth [19] have shown that domination number is bounded in planar graphs with diameter at most three. Theorem (MacGillivray and Seyffarth [19]). If G is a planar graph with diameter two, then γ 3. Theorem (MacGillivray and Seyffarth [19]). Every planar graph with diameter three has domination number at most 10. Interestingly, there is a unique planar graph with diameter two and domination number three. This graph, displayed in Figure 2.2, was found by MacGillivray and Seyffarth [19]. Since γ t 2γ, by Theorem 2.1.3, then total domination number is also bounded in graphs with diameter two and three. Dorfling, Goddard, and Henning [9] proved the following: Theorem (Dorfling, Goddard, and Henning [9]). Let G be a planar graph with no isolated vertices. Then the following hold: (a) If diam(g) = 2, then γ t 3. (b) If diam(g) = 3 and rad(g) = 2, then γ t 5. (c) If diam(g) = 3 and rad(g) = 3, then γ t 10. (d) If diam(g) = 3 and G has sufficiently large order, then γ t 7. 9

15 Figure 2.2: The unique planar graph with diameter 2 and γ = 3. As pointed out by Dorfling, Goddard, and Henning in [9], it follows from Theorem 2.4.3(c) and (d) that there are finitely many planar graphs with diameter three and total domination number more than seven. At this time, it is unknown if any exist. Total domination in planar graphs continues to be a subject of new research. 10

16 Chapter 3 Conjectures of Graffiti.pc Unless explicitly stated otherwise, from this point on we will only consider graphs with no isolated vertices. We also assume that every γ-set is chosen in such a way that every vertex of the set has a private neighbor (the existence of such a γ-set is guaranteed by Theorem 2.1.2). Statements made by Graffiti.pc are labeled accordingly, with slight abuse to the convention of labeling theorems with the last name of authors. That is, when a theorem or proposition is labelled as being due to Graffiti.pc, we mean that the statement was generated by the program. False statements retain the title of Conjecture, and true statements are labeled Proposition or Theorem. Generally, the title of Proposition is given to basic results. The title of Theorem is reserved for more difficult results and generalizations of propositions. The order in which the the conjectures are presented is not the order in which they were discussed during the project. Similar statements have been grouped together for ease of reference and (hopefully) enhanced readability. Counterexamples and special graphs are given in figures, with γ t -sets indicated by unshaded vertices. 3.1 Total domination and maximum degree Lower bounds for the total domination number of a graph with conditions on the maximum degree accompany nicely the upper bounds of section 2.2, which have conditions on the minimum degree. Recall that Theorem states that, for any graph, γ t n/. If we restrict the maximum degree to be no more than a given fraction of n, then Theorem has the following corollary, which was inspired by several early conjectures generated by Graffiti.pc. Corollary Let G be a graph of order n. If n k for some positive integer k, then γ t k. Furthermore, if < n k, then γ t k + 1. Proof. By Theorem 2.1.4, γ t n/. If n/k, then substitution yields γ t k. Moreover, if < n/k, then by substitution again, we have γ t > k. Hence γ t k

17 Among the simplest conjectures made by Graffiti.pc during this study was that if < n/2, then γ t 3, which follows immediately from Corollary The program did offer an improvement to Corollary whenever n/3. Proposition (Graffiti.pc). Let G be a graph of order n. If n 3, then γ t 4. Proof. It follows immediately from Corollary that γ t 3. Suppose, by way of contradiction, that γ t = 3. Then the subgraph induced by S must be either P 3 or K 3. In either case there exists a v S adjacent to two other vertices in S, so that v can have at most 2 neighbors in V S. The other two vertices of S may have at most 1 neighbors in V S. Thus, Now, V S 2( 1) + ( 2) = 3 4. V S = n γ t = n 3. Hence, by transitivity, n Rearranging gives (n + 1)/3. This contradicts the assumption that n/3. We conclude, therefore, that γ t 4. The key idea in the proof of Proposition is that one of the vertices in S must be adjacent to at least two other vertices in S. This is the case whenever total domination number is odd. The property that the subgraph induced by S can have no isolated vertices guarantees that whenever S is odd, G[S] must have a component of order at least 3. Thus, by analogous argument to Proposition 3.1.2, we have the following improvement of Corollary for odd k. Theorem Let G be a graph of order n and let k be an odd positive integer. If n k, then γ t k + 1. Corollary and Theorem are sharp. Let k 2 be an even integer and let A k be the graph obtained as follows: begin with a cycle of order 3k and label the vertices sequentially from 1 to 3k. For each i {0, 1,..., k 2 1}, let u i and v i be the vertices labelled by 2 + 3i and 3k 3i 1, respectively, and add the edge u i v i to the cycle (see Figure 3.1 for A 4 ). Then n(a k ) = 3k and (A k ) = 3 = n k. Taking the endpoints of each of the k/2 edges that were added produces a γ t -set of order k. Thus A k satisfies equality for the first inequality of Corollary for every k. For sharpness of the second inequality of Corollary 3.1.1, let k 2 be a positive integer and let B k be the graph obtained in a similar manner to A k : begin with a cycle of order 3k + 1 vertices and again label them sequentially from 1 to 3k + 1. For each i {0, 1,..., k 2 1}, let u i and v i be the vertices labeled 2 + 3i and 3k 3i, respectively, and add the edge u i v i to the cycle (see Figure 3.1 for B 3 ). Then n(b k ) = 3k + 1 and (B k ) = 3 < n k. Taking the endpoints of each edge added, and if k is odd also taking the vertex labelled 12

18 k/2, produces a γ t -set of order k +1. Thus B k satisfies equality for the second bound of Corollary Finally, for sharpness of Theorem 3.1.3, let k 3 be an odd integer and let D k be the graph obtained as follows: begin with a cycle of order 3k, with the vertices labelled sequentially from 1 to 3k. For each i {0, 1,..., k 2 1}, let u i and v i be the vertices labelled 2 + 3i and 3k 3i 1, respectively, and add the edge u i v i to the cycle. Additionally, add an edge between the vertices labelled 3k 2 and 3k (see Figure 3.1 for D 3). Then n(d k ) = 3k and (D k ) = 3 = n k. Taking the endpoints of each edge added produces a γ t-set of order k + 1, and equality holds for Theorem (a) A 4 (b) B 3 (c) D 3 Figure 3.1: Sharpness of Corollary and Theorem Graffiti.pc made three conjectures that involve reducing the order of the graph modulo some constant. As we will see in the following discussion, two of these conjectures are false, although the idea behind the proposed bounds is interesting. Conjecture (Graffiti.pc). Let G be graph of order n. If n 4, then γ t 1 + (n mod 5). False. We already know that γ t 4 by Corollary However, Conjecture claims that γ t 5 whenever n 4 (mod 5). Fig. 3.2 presents a 24-vertex counterexample. This is a smallest counterexample, assuming the graph is connected. To see this, we need only check the truth of the conjecture for graphs on 9, 14, and 19 vertices. Let G be a 9-vertex graph. We will assume for contradiction that γ t 4. Since 9/4 = 2, each vertex in a γ t -set S can have at most one neighbor in V S. Thus V S γ t. Since V S = n γ t and γ t = 4, we have that 13

19 n 2γ t 8. This contradicts the assumption that n = 9, so we must conclude that γ t 5. The argument for n = 14 and n = 19 is entirely analogous. We note that a smallest disconnected counterexample is the graph formed by two disjoint copies of P 2. Figure 3.2: A smallest counterexample to Conjecture with order 24. Conjecture appeared on another list of Graffiti.pc conjectures with the added condition that δ 2. The graph in Figure 3.2 can be made into a counterexample for the modified conjecture by joining pairs of degree one vertices. This is also a smallest connected counterexample, for the same reasons as before. A smallest disconnected counterexample is the graph formed by two copies of K 3. Conjecture (Graffiti.pc). Let G be a graph of order n 8. If n 4, then γ t (n mod 4) + 3. False. Let r = n mod 4. If r 2, the statement follows from Corollary Suppose r = 3. Then Conjecture claims that γ t 6. A 19-vertex counterexample is presented in Fig Observe that γ t = 5, but (n mod 4) + 3 = 6. This is a smallest counterexample. We show this by checking the cases when n = 11 and n = 15. Let G be an 11-vertex graph. Then 11/4 = 2. The only connected graphs with = 2 are cycles and paths. By Proposition 1.7.2, we have γ t = (11 + 1)/2 = 6, so the conjecture is true when n = 11. Suppose n = 15. Then 15/4 = 3. By way of contradiction, suppose γ t = 5 and let S be a minimum γ t -set. Then one of the vertices v S must be adjacent to at least two other vertices in S. In other words, every vertex in S can have at most two neighbors in V S, except for v, which can have at most one neighbor in V S. Thus N[S] can be at most 3γ t 1 = 14, from which we conclude that S is not a γ t -set. Therefore, by way of contradiction, the conjecture holds when n = 15. We have shown that a counterexample can have order no less than 16. Since 19 is the smallest integer greater than 16 that is congruent to 3 modulo 4, the graph in Fig. 3.3 is a smallest counterexample. Graffiti.pc proposed the following true statement. Note the similarity of the statement of Proposition to the statements of the false conjectures discussed above. Proposition (Graffiti.pc). Let G be a graph of order n. If n 4, then γ t (n mod 2)

20 Figure 3.3: A 19-vertex smallest counterexample to Conjecture By Corollary 3.1.1, if n/4, then γ t 4, and γ t 5 whenever < n/4. When n is not divisible by 4, then < n/4. Thus Proposition follows from Corollary However, Corollary is stronger. Notice that when n 2 (mod 4), Corollary gives γ t 5, whereas Proposition gives γ t 4. Recall that Proposition states that if n/3, then γ t 4. Since n mod 1 = 0 for every n, we may instead rewrite the right hand side of Proposition as γ t (n mod 1) + 4. Upon comparing this to Proposition 3.1.6, we proposed the following: Proposition Let G be a graph of order n. If n/5, then γ t (n mod 3) + 4. Proposition follows, in all cases, from Corollary We generalize these observations in the following result. Theorem Let G be a graph of order n. If n k integer k 3, then γ t (n mod (k 2)) + 4. for some positive Proof. Let r = n mod (k 2). As in Proposition 3.1.7, the theorem follows immediately from Corollary when r k 4. The only case left to consider is when r = k 3, for which the right hand side gives γ t k + 1. If k is odd, then the result follows from Theorem Suppose that k is even and let a be an integer such that n = a(k 2) + r. Since k is even, a(k 2) is even and r = k 3 is odd. Thus n is odd and therefore not divisible by k. This implies that < n/k, from which the theorem follows again from Corollary Observe that the value of the bound in Theorem is no more than k + 1. The bound in Corollary is therefore never worse than the bound in Theorem The idea of using the modulus operator to improve on the result in Corollary still warrants further investigation. It is not clear, however, than reducing n modulo a constant is the best approach. Finally, we mention another conjecture of Graffiti.pc involving a condition on the maximum degree, that does not resemble the preceding conjectures. Proposition (Graffiti.pc). Let G be a graph of order n. If n 3, then γ t γ. 15

21 Proof. By Proposition 3.1.2, γ t 4, so the statement is true whenever γ 4. We now show by induction on γ that if γ 4, then γ γ. If γ = 4, then γ = = 4 = γ. This establishes the base case. Suppose that the statement is true whenever γ k for some integer k 4 and let γ = k + 1. Then, by inductive hypothesis, k k = k. Using properties of the ceiling function, we have k k = (k + 1). Therefore, k (k + 1), and by the principle of mathematical induction, γ γ whenever γ 4. But γ t γ, so the proposition follows by transitivity. Observe that Proposition is never sharp whenever γ 6, since then the right hand side of the bound is strictly less than γ. However, the bound is sharp for 2 γ 5. Figure 3.4 shows a graph that is sharp for each value of γ between two and five. Each graph can be extended to an infinite family by adding any number of pendants to the support vertices. 3.2 Total domination and cut vertices A cut vertex of a graph G is any vertex c V for which G[V {c}] has more components than G. Let C be the set of cut vertices of G. Suppose G is a graph with at least one cut vertex c and let G = (V, E ) be the component of G that contains c. Denote the components of G [V {c}] by G 1, G 2,..., G k and observe that each component G i contains at least one neighbor of c. For each component G i, choose exactly one neighbor of c in the component and call this set N s (c). We will refer to this set as a set of sensitive neighbors of c. Observe that every c C has at least two sensitive neighbors, and that for any u, v N s (c) every u-v path contains c. Furthermore, note that any set of sensitive neighbors is an independent set. The goal of this section is to prove the following: Theorem (Graffiti.pc). Let G be a graph. Then γ t (G) 1+ C µ(g[c]), where C is the set of cut vertices of G. Moreover, if µ(g[c]) is even and µ(g[c]) = C 2, then γ t(g) 2 + µ(g[c]). Before presenting the proof, we prove two lemmas concerning sensitive neighbors of a cut vertex and the components of the subgraph induced by a dominating set. Lemma Let G be a graph with a nonempty set of cut vertices C and let D be a dominating set of V. For any cut vertex c C D, no two sensitive neighbors of c can be in the closed neighborhood of a component of the subgraph induced by D. 16

22 (a) γ = γ t = 2 (b) γ = 3, γ t = 4 (c) γ = γ t = 4 (d) γ = 5, γ t = 5 Figure 3.4: Sharpness of Proposition

23 Proof. By way of contradiction, suppose c has two distinct sensitive neighbors u, v N s (c) that are in the closed neighborhood of some component D i of the subgraph induced by D. Since u, v N[D i ], there exist x, y D i (with possibly x = y) such that u x and v y. Observe that there exists a path from x to y containing only vertices of D i and note that this path does not contain c. Thus, since u x and v y, there exists a path from u to v that also does not contain c. This contradicts the choice of u and v as sensitive neighbors of c. Lemma Let G be a graph with a nonempty set of cut vertices C and let D be a dominating set of V (G). Let c 1, c 2 C D. If x 1, y 1 are sensitive neighbors of c 1 and x 2, y 2 are sensitive neighbors of c 2 such that x 1, x 2 N[D 1 ] and y 1, y 2 N[D 2 ], for two distinct components D 1, D 2 of G[D], then c 1 = c 2. Proof. Suppose, for contradiction, that c 1 c 2. Since x 1, x 2 N[D 1 ], there exists a path from x 1 to x 2 not involving c 1, through some vertices of D 1 ; call that path P 1. Similarly, there exists a path from y 1 to y 2, also without c 1, through some vertices of D 2 ; call that path P 2. Since x 2, y 2 N s (c 2 ), observe that c 2 is adjacent to an endpoint of each of the paths P 1 and P 2. Thus, there is an x 1 -y 1 path not involving c 1, contradicting the assumption that x 1, y 1 N s (c 1 ). Finally, we mention the following basic result for simple graphs: Proposition Let G be a simple graph of order n. If E(G) n then G has at least one cycle. We are now ready to prove Theorem Proof of Theorem Let G be a graph. Proceeding by way of contradiction, suppose that γ t (G) C µ(g[c]). Let S V (G) be a γ t -set with components S 1, S 2,..., S k of G[S], and let C C be the set of cut vertices in S. We examine two cases: when µ(g[c]) k, and µ(g[c]) k + 1. First, suppose µ(g[c]) k. Each component S i of G[S] has at least one edge, and therefore taking one edge from each component produces a matching M with k edges. Since µ(g[c]) k, at most µ(g[c]) edges of M may be incident to two cut vertices. Thus there are at least k µ(g[c]) edges of M for which at least one endpoint must not be a cut vertex, so γ t (G) C + k µ(g[c]). But γ t (G) C µ(g[c]), from which it follows that C µ(g[c]) C + k µ(g[c]). Adding µ(g[c]) to both sides and rearranging gives C C k. Now, C C is the number of cut vertices in V S, so there are at least as many cut vertices in V S as there are components of G[S]. On the other hand, if µ(g[c]) k + 1, then γ t (G) C µ(g[c]) C (k + 1). 18

24 Since C γ t (G), we have C C (k + 1). Rearranging gives C C k+1. In this case there are more cut vertices in V S than there are components of G[S]. Let H be the graph whose vertices are the closed neighborhoods of the components S i of G[S], labelled by their index. Note that n(h) = k. We define the edge set of H as follows: for any i, j V (H), the edge ij E(H) if there exists a cut vertex c V S with sensitive neighbors in N[S i ] and N[S j ]. By Lemmas and 3.2.3, H may not contain loops or multi-edges, and is therefore simple. We showed above that the number of cut vertices in V S is at least k, so E(H) k = n(h). It follows from Proposition that H contains a cycle. Notice that for any i-j path in H, there exists an x-y path in G for any x N[S i ] and y N[S j ]. Let ij E(H) be an edge involved in a cycle, and let c C be the corresponding cut vertex in V S with sensitive neighbors x N[S i ] and y N[S j ]. Since ij is in a cycle, there exists an i-j path in H not involving the edge ij. But this means that there exists an x-y path in G not involving c, which contradicts the assumption that x, y N s (c). We conclude, therefore, that γ t (G) 1 + C µ(g[c]). Finally, we show that if µ(g[c]) is even and µ(g[c]) = C 2, then γ t(g) 2+µ(G[C]). First, we note that the statement is trivially true if µ(g[c]) = 0, so we can assume that µ(g[c]) 2. Again, let S be a γ t -set and suppose by way of contradiction that γ t (G) 1 + µ(g[c]) = 1 + C 2. Then C C (1 + C 2 ) = C 2 1, where again C = C S. Note that 1 + µ(g[c]) is odd, so any γ t -set can have at most C 4 components. Let H be defined the same way as above. Then n(h) C 4 and m(h) C 1. Furthermore, since µ(g[c]) 2, then C 4, which implies that 2 C 4 C 1. Since 4 = C 2 C C 4, we have 2 1 C 4. Therefore, by transitivity m(h) n(h). Thus H must contain a cycle, and we can deduce the same contradiction as before. The following corollary demonstrates the significance of the second claim in Theorem Corollary Let G be a graph. Then γ t 1 + µ(g[c]), where C is the set of cut vertices of G. Proof. Since µ(g[c]) C 2, and from Theorem 3.2.1, it follows that γ t 1 + C µ(g[c]) 1 + 2µ(G[C]) µ(g[c]) = 1 + µ(g[c]). Let T be a tree with at least 3 vertices. The set of cut vertices of T is precisely the set of non-leaves of T. Recall from Theorem of section 2.3 that γ t (T ) (n + 2 l)/2, where n is the order of the tree and l is the number of leaves. Since n l is the number of cut vertices of T, we can rewrite the bound of Theorem as γ t (T ) 1 + C /2, where C is the set of cut vertices. Thus, the next corollary generalizes Theorem to all graphs with no isolated vertices. 19

25 Corollary Let G be a graph. Then γ t 1 + C 2, where C is the set of cut vertices of G. Proof. Again, since µ(g[c]) C 2, and from Theorem 3.2.1, we have γ t 1 + C µ(g[c]) 1 + C C 2 = 1 + C 2. The proof of Corollary makes it clear that any tree satisfying equality for the bound in the corollary will also have equality for the first bound in Theorem (Chellali and Haynes characterized these trees in [3]). However, the first bound in Theorem is sharp for many other graphs. To see that this is the case, let H be the set of all graphs with at least one vertex of degree n 1. Then a family of graphs for which the bound is sharp is derived by taking any two graphs from H and joining them by an edge between vertices of maximum degree. 3.3 Total domination and degree two vertices Suppose G is a graph with minimum degree equal to one. Every vertex adjacent to a pendant must be in every γ t -set. In this sense, total domination is intimately related to the set of neighbors of degree one vertices. It is obvious, however, that the number of pendants is itself not comparable to total domination number (consider stars, for example). The set of degree two vertices, although not quite as intertwined with the concept of total domination as pendants, is still closely related in the sense that a large number of the vertices in the closed neighborhood of the degree two vertices are in some γ t -set. Like pendants, we cannot compare total domination number to the number of degree two vertices. Never the less, interesting bounds for total domination number can be found by investigating invariants involving the set of degree two vertices. For example, Lam and Wei [17] proved sufficient conditions for total domination number to be at most half of the order of a graph by considering the subgraph induced by V 2. Theorem (Lam and Wei [17]). Let G be a graph of order n. If δ 2 and every component of G[V 2 ] has size at most one, then γ t n 2. One way to examine the relationship between total domination number and the set of degree two vertices is to consider how the subgraph induced by the non degree two vertices is dominated. Graffiti.pc made three conjectures involving this subgraph: Conjecture A γ t (G) γ(g[v V 2 ]) + (G[V 2 ]) 1. Conjecture B Let p be the order of a largest component of G[V 2 ]. γ t (G) γ(g[v V 2 ]) p 2. Then Conjecture C γ t (G) γ(g[v V 2 ]). 20

26 V V 2 X V 2 G D S Figure 3.5: Illustration of the argument in Proposition Each conjecture is listed above in order of appearance during the study. It turns out that all three conjectures are true. However, Conjectures A and B were not proven until after we proved Conjecture C. Notice that all three conjectures are trivially true for any graph with no degree two vertices. We assume, therefore, that the set of degree two vertices in nonempty. Proposition (Graffiti.pc). Let G be a graph. Then γ t (G) γ(g[v V 2 ]). Proof. We show that γ(g[v V 2 ]) γ t (G) by constructing a dominating set of G[V V 2 ] of order at most γ t (G). Let S V be a γ t -set of G, and let D = S (V V 2 ). Since S is a γ t -set, every v V V 2 is adjacent to some u S. If every v V V 2 has a neighbor in D, then D is a dominating set and we are done. Suppose that at least one v V V 2 is only dominated by a u S D. Then u is a degree two vertex and as such has a second neighbor w somewhere in the graph. However, since S is a γ t -set, it must be the case that w S, since otherwise G[S] would have an isolated vertex. Let X be the set of all v V V 2 that do not have neighbors in D. It follows from the preceding argument that every v X has a distinct neighbor u S D (this situation is depicted in Figure 3.5 with the dashed line representing an impossible edge). Let D = D X and observe that D S = γ t (G) and that D is a dominating set of G[V V 2 ]. Therefore, γ(g[v V 2 ]) D γ t (G). The bound in Proposition is sharp. Let G k be the 1-corona of S k for some positive integer k 3. The subgraph induced by the non degree two vertices is the union of a P 2 with k 1 isolated vertices, so γ(g[v V 2 ]) = k and by Proposition 3.3.2, γ t (G k ) γ(g[v V 2 ]). The center vertex of the star and its non degree one neighbors, form a total dominating set of order k. Therefore, γ t (G k ) = γ(g[v V 2 ]). The general inadequacy of Proposition as an estimation of γ t (G) is apparent in the overall disregard for the degree two vertices. Conjectures A 21

27 and B offer improvements. It is simple to see that Conjecture A follows from Conjecture B whenever (G[V 2 ]) 1, since the order of a largest component of G[V 2 ] is always strictly greater than the maximum degree of G[V 2 ], which is never more than 2. When (G[V 2 ]) = 0, Conjecture A follows immediately from Proposition In light of this, we will focus only on Conjecture B. For aesthetic reasons, the ceiling function is removed from the statement of the conjecture. Proposition (Graffiti.pc). Let G be a graph and let p be the order of a largest component of G[V 2 ]. Then γ t (G) γ(g[v V 2 ]) + p 2 1. Proof. In a similar manner to the proof of Proposition 3.3.2, we will show that γ(g[v V 2 ]) γ t (G) p 2 1. We will also use the same construction, represented visually in Figure 3.5. Let P be a largest component of G[V 2 ] and let S be a γ t -set of G[P ]. If P 2, then the statement follows from Proposition 3.3.2, so we can assume that P 3. Observe that P is either a cycle or a path. If P is a cycle, then S p/2 (the total domination number of paths and cycles is characterized in section 1.7). Moreover, none of the vertices of S can have neighbors in X. Hence D = D X S S = γ t (G) S γ t (G) p 2. If P is a path, observe that every vertex of P that is not an endpoint of P can not have a neighbor in X. If neither of the endpoints of P are elements of S, then the number of vertices of P that are elements of S is γ t (G[P ]) and hence S p/2. If both endpoints of P are elements of S, then instead of taking S to be a γ t -set of the entire path, we take S to be a γ t -set of the path excluding the endpoints of P. Then S (p 2)/2. Finally, if only one endpoint of P is an element of S, then we take S to be a γ t -set of the path excluding this endpoint of P. Thus S (p 1)/2. In every case, S (p 2)/2. Therefore, D = D X S S = γ t (G) S γ t (G) p 2 2. Since γ(g[v V 2 ]) D, we have, after simplifying and rearranging, γ t (G) γ(g[v V 2 ]) + p 2 1. The bound in Proposition is sharp for the graph H k, which is formed by connecting the endpoints of P 2 to the center of the 1-corona of S k (see Figure 3.6 for H 3 ; by the center, we mean the same vertex as the center of S k ). Observe that γ t (H k ) = γ(h k [V V 2 ]) = k. The order of a largest component is two, so the right hand side of the bound in Proposition is just γ(h k [V V 2 ]). Additionally, notice that Proposition follows from Proposition whenever p 3. On the other hand, Proposition follows from Proposition whenever p 2. Proposition has the following corollary. 22

28 Figure 3.6: Sharpness of Proposition Corollary Let G be a graph. Let c be the number of components of G[V V 2 ] and let p be the order of a largest component of G[V 2 ]. Then γ t (G) c + p/2 1. Proof. Every γ-set of G[V V 2 ] contains at least one vertex from each component of the induced subgraph. That is, γ(g[v V 2 ]) c. Therefore, by Proposition 3.3.3, γ t (G) γ(g[v V 2 ]) + p 2 1 c + p 2 1. Observe that Theorem 2.3.2, which was also a conjecture of Graffiti.pc, now follows from Corollary by simply taking G to be a nontrivial tree. Next, we show that the argument for Proposition can be extended to every component of G[V 2 ], resulting in an even stronger lower bound. Theorem Let G be a graph and let k be the number of components of G[V 2 ]. Then γ t (G) γ(g[v V 2 ]) V 2 k. Proof. Again, we make frequent use of the same construction as in the arguments for Propositions and (see Figure 3.5). Let k be the number of components of G[V 2 ]. Let P i be the ith component and denote p i = P i. Order the components by p i in nonincreasing order and let j be the largest index of a component with order at least 3. If p i 3 then we can construct a set S i S for each component so that each vertex in S i has no neighbors in X (see the proof of Proposition 3.3.3). That is, D = D X S j i=1 S i = S j S i. We showed in the proof of Proposition that S i (p i 2)/2 for every i j. Recall that D is a dominating set of G[V V 2 ]. It follows that γ(g[v V 2 ]) S j S i S i=1 i=1 j i=1 p i 2. ( ) 2 Finally, since p i 2 for j < i k, we have (p i 2)/2 0. Thus, (p i 2)/2 0, so subtracting these terms from the right hand side of ( ) maintains the inequality. Therefore, 23

29 γ(g[v V 2 ]) S k i=1 p i 2. 2 Now, observe that k i=1 p i = V 2. After rearranging the inequality, and using that S = γ t (G), we have γ t (G) γ(g[v V 2 ]) + = γ(g[v V 2 ]) + k i=1 i=1 p i 2 2 k p i k 2 1 = γ(g[v V 2 ]) V 2 k. i=1 Notice that Theorem is sharp for the same family H k for Proposition Graffiti.pc made an interesting conjecture relating total domination number to the difference between the cardinality of the open neighborhood of the set of degree two vertices and the number of degree two vertices. Theorem (Graffiti.pc). Let G be a graph. Then γ t N(V 2 ) V 2. Proof. The theorem is trivially true if N(V 2 ) V 2 2, so we can assume that N(V 2 ) V 2 k for some positive integer k 3. For every v V 2, assign to v a u N(v) in such a way that no two vertices of degree two are assigned the same vertex. Observe that there remain k vertices of N(V 2 ) that have not been assigned to any degree two vertex. Let X be the set of these k remaining vertices. Since every degree two vertex has been assigned to a distinct neighbor, no two vertices of X can have the same neighbor v V 2, since otherwise v would have degree at least three. Thus there exist k vertices of degree two that have no common neighbors. However, by definition of total domination, each of these k degree two vertices is adjacent to a vertex in some total dominating set. Thus, γ t k = N(V 2 ) V 2. Upon first glance, one may wonder why Graffiti.pc didn t conjecture instead that γ t (G) N(V 2 ) V 2. Fig. 3.7 shows a 9-vertex counterexample to this statement, a graph that is definitely in the database given to Graffiti.pc. Note that N(V 2 ) V 2 = 5, but γ t = 3. Theorem is sharp, as can be seen by the following construction. Let k be a positive integer and let L k be the graph obtained as follows. Begin with k copies of K 3 and k isolated vertices. From each copy of K 3 select two vertices and add every possible edge between the chosen vertices and the k isolated vertices (see Figure 3.8 for L 2 ). Notice that N(V 2 ) V 2 = k and γ t (L k ) = k, therefore satisfying equality for Theorem

Large induced subgraphs with all degrees odd

Large induced subgraphs with all degrees odd Large induced subgraphs with all degrees odd A.D. Scott Department of Pure Mathematics and Mathematical Statistics, University of Cambridge, England Abstract: We prove that every connected graph of order

More information

Graphs without proper subgraphs of minimum degree 3 and short cycles

Graphs without proper subgraphs of minimum degree 3 and short cycles Graphs without proper subgraphs of minimum degree 3 and short cycles Lothar Narins, Alexey Pokrovskiy, Tibor Szabó Department of Mathematics, Freie Universität, Berlin, Germany. August 22, 2014 Abstract

More information

Mean Ramsey-Turán numbers

Mean Ramsey-Turán numbers Mean Ramsey-Turán numbers Raphael Yuster Department of Mathematics University of Haifa at Oranim Tivon 36006, Israel Abstract A ρ-mean coloring of a graph is a coloring of the edges such that the average

More information

A 2-factor in which each cycle has long length in claw-free graphs

A 2-factor in which each cycle has long length in claw-free graphs A -factor in which each cycle has long length in claw-free graphs Roman Čada Shuya Chiba Kiyoshi Yoshimoto 3 Department of Mathematics University of West Bohemia and Institute of Theoretical Computer Science

More information

136 CHAPTER 4. INDUCTION, GRAPHS AND TREES

136 CHAPTER 4. INDUCTION, GRAPHS AND TREES 136 TER 4. INDUCTION, GRHS ND TREES 4.3 Graphs In this chapter we introduce a fundamental structural idea of discrete mathematics, that of a graph. Many situations in the applications of discrete mathematics

More information

SHARP BOUNDS FOR THE SUM OF THE SQUARES OF THE DEGREES OF A GRAPH

SHARP BOUNDS FOR THE SUM OF THE SQUARES OF THE DEGREES OF A GRAPH 31 Kragujevac J. Math. 25 (2003) 31 49. SHARP BOUNDS FOR THE SUM OF THE SQUARES OF THE DEGREES OF A GRAPH Kinkar Ch. Das Department of Mathematics, Indian Institute of Technology, Kharagpur 721302, W.B.,

More information

Labeling outerplanar graphs with maximum degree three

Labeling outerplanar graphs with maximum degree three Labeling outerplanar graphs with maximum degree three Xiangwen Li 1 and Sanming Zhou 2 1 Department of Mathematics Huazhong Normal University, Wuhan 430079, China 2 Department of Mathematics and Statistics

More information

All trees contain a large induced subgraph having all degrees 1 (mod k)

All trees contain a large induced subgraph having all degrees 1 (mod k) All trees contain a large induced subgraph having all degrees 1 (mod k) David M. Berman, A.J. Radcliffe, A.D. Scott, Hong Wang, and Larry Wargo *Department of Mathematics University of New Orleans New

More information

BOUNDARY EDGE DOMINATION IN GRAPHS

BOUNDARY EDGE DOMINATION IN GRAPHS BULLETIN OF THE INTERNATIONAL MATHEMATICAL VIRTUAL INSTITUTE ISSN (p) 0-4874, ISSN (o) 0-4955 www.imvibl.org /JOURNALS / BULLETIN Vol. 5(015), 197-04 Former BULLETIN OF THE SOCIETY OF MATHEMATICIANS BANJA

More information

Introduction to Graph Theory

Introduction to Graph Theory Introduction to Graph Theory Allen Dickson October 2006 1 The Königsberg Bridge Problem The city of Königsberg was located on the Pregel river in Prussia. The river divided the city into four separate

More information

A Turán Type Problem Concerning the Powers of the Degrees of a Graph

A Turán Type Problem Concerning the Powers of the Degrees of a Graph A Turán Type Problem Concerning the Powers of the Degrees of a Graph Yair Caro and Raphael Yuster Department of Mathematics University of Haifa-ORANIM, Tivon 36006, Israel. AMS Subject Classification:

More information

GRAPH THEORY LECTURE 4: TREES

GRAPH THEORY LECTURE 4: TREES GRAPH THEORY LECTURE 4: TREES Abstract. 3.1 presents some standard characterizations and properties of trees. 3.2 presents several different types of trees. 3.7 develops a counting method based on a bijection

More information

SEQUENCES OF MAXIMAL DEGREE VERTICES IN GRAPHS. Nickolay Khadzhiivanov, Nedyalko Nenov

SEQUENCES OF MAXIMAL DEGREE VERTICES IN GRAPHS. Nickolay Khadzhiivanov, Nedyalko Nenov Serdica Math. J. 30 (2004), 95 102 SEQUENCES OF MAXIMAL DEGREE VERTICES IN GRAPHS Nickolay Khadzhiivanov, Nedyalko Nenov Communicated by V. Drensky Abstract. Let Γ(M) where M V (G) be the set of all vertices

More information

8. Matchings and Factors

8. Matchings and Factors 8. Matchings and Factors Consider the formation of an executive council by the parliament committee. Each committee needs to designate one of its members as an official representative to sit on the council,

More information

ON INDUCED SUBGRAPHS WITH ALL DEGREES ODD. 1. Introduction

ON INDUCED SUBGRAPHS WITH ALL DEGREES ODD. 1. Introduction ON INDUCED SUBGRAPHS WITH ALL DEGREES ODD A.D. SCOTT Abstract. Gallai proved that the vertex set of any graph can be partitioned into two sets, each inducing a subgraph with all degrees even. We prove

More information

CS 598CSC: Combinatorial Optimization Lecture date: 2/4/2010

CS 598CSC: Combinatorial Optimization Lecture date: 2/4/2010 CS 598CSC: Combinatorial Optimization Lecture date: /4/010 Instructor: Chandra Chekuri Scribe: David Morrison Gomory-Hu Trees (The work in this section closely follows [3]) Let G = (V, E) be an undirected

More information

The chromatic spectrum of mixed hypergraphs

The chromatic spectrum of mixed hypergraphs The chromatic spectrum of mixed hypergraphs Tao Jiang, Dhruv Mubayi, Zsolt Tuza, Vitaly Voloshin, Douglas B. West March 30, 2003 Abstract A mixed hypergraph is a triple H = (X, C, D), where X is the vertex

More information

3. Eulerian and Hamiltonian Graphs

3. Eulerian and Hamiltonian Graphs 3. Eulerian and Hamiltonian Graphs There are many games and puzzles which can be analysed by graph theoretic concepts. In fact, the two early discoveries which led to the existence of graphs arose from

More information

Discrete Mathematics & Mathematical Reasoning Chapter 10: Graphs

Discrete Mathematics & Mathematical Reasoning Chapter 10: Graphs Discrete Mathematics & Mathematical Reasoning Chapter 10: Graphs Kousha Etessami U. of Edinburgh, UK Kousha Etessami (U. of Edinburgh, UK) Discrete Mathematics (Chapter 6) 1 / 13 Overview Graphs and Graph

More information

Balloons, Cut-Edges, Matchings, and Total Domination in Regular Graphs of Odd Degree

Balloons, Cut-Edges, Matchings, and Total Domination in Regular Graphs of Odd Degree Balloons, Cut-Edges, Matchings, and Total Domination in Regular Graphs of Odd Degree Suil O, Douglas B. West November 9, 2008; revised June 2, 2009 Abstract A balloon in a graph G is a maximal 2-edge-connected

More information

Product irregularity strength of certain graphs

Product irregularity strength of certain graphs Also available at http://amc.imfm.si ISSN 1855-3966 (printed edn.), ISSN 1855-3974 (electronic edn.) ARS MATHEMATICA CONTEMPORANEA 7 (014) 3 9 Product irregularity strength of certain graphs Marcin Anholcer

More information

Chapter 3. Cartesian Products and Relations. 3.1 Cartesian Products

Chapter 3. Cartesian Products and Relations. 3.1 Cartesian Products Chapter 3 Cartesian Products and Relations The material in this chapter is the first real encounter with abstraction. Relations are very general thing they are a special type of subset. After introducing

More information

The positive minimum degree game on sparse graphs

The positive minimum degree game on sparse graphs The positive minimum degree game on sparse graphs József Balogh Department of Mathematical Sciences University of Illinois, USA jobal@math.uiuc.edu András Pluhár Department of Computer Science University

More information

I. GROUPS: BASIC DEFINITIONS AND EXAMPLES

I. GROUPS: BASIC DEFINITIONS AND EXAMPLES I GROUPS: BASIC DEFINITIONS AND EXAMPLES Definition 1: An operation on a set G is a function : G G G Definition 2: A group is a set G which is equipped with an operation and a special element e G, called

More information

Lecture 17 : Equivalence and Order Relations DRAFT

Lecture 17 : Equivalence and Order Relations DRAFT CS/Math 240: Introduction to Discrete Mathematics 3/31/2011 Lecture 17 : Equivalence and Order Relations Instructor: Dieter van Melkebeek Scribe: Dalibor Zelený DRAFT Last lecture we introduced the notion

More information

Midterm Practice Problems

Midterm Practice Problems 6.042/8.062J Mathematics for Computer Science October 2, 200 Tom Leighton, Marten van Dijk, and Brooke Cowan Midterm Practice Problems Problem. [0 points] In problem set you showed that the nand operator

More information

Ph.D. Thesis. Judit Nagy-György. Supervisor: Péter Hajnal Associate Professor

Ph.D. Thesis. Judit Nagy-György. Supervisor: Péter Hajnal Associate Professor Online algorithms for combinatorial problems Ph.D. Thesis by Judit Nagy-György Supervisor: Péter Hajnal Associate Professor Doctoral School in Mathematics and Computer Science University of Szeged Bolyai

More information

Full and Complete Binary Trees

Full and Complete Binary Trees Full and Complete Binary Trees Binary Tree Theorems 1 Here are two important types of binary trees. Note that the definitions, while similar, are logically independent. Definition: a binary tree T is full

More information

On Integer Additive Set-Indexers of Graphs

On Integer Additive Set-Indexers of Graphs On Integer Additive Set-Indexers of Graphs arxiv:1312.7672v4 [math.co] 2 Mar 2014 N K Sudev and K A Germina Abstract A set-indexer of a graph G is an injective set-valued function f : V (G) 2 X such that

More information

Cycles in a Graph Whose Lengths Differ by One or Two

Cycles in a Graph Whose Lengths Differ by One or Two Cycles in a Graph Whose Lengths Differ by One or Two J. A. Bondy 1 and A. Vince 2 1 LABORATOIRE DE MATHÉMATIQUES DISCRÉTES UNIVERSITÉ CLAUDE-BERNARD LYON 1 69622 VILLEURBANNE, FRANCE 2 DEPARTMENT OF MATHEMATICS

More information

COMBINATORIAL PROPERTIES OF THE HIGMAN-SIMS GRAPH. 1. Introduction

COMBINATORIAL PROPERTIES OF THE HIGMAN-SIMS GRAPH. 1. Introduction COMBINATORIAL PROPERTIES OF THE HIGMAN-SIMS GRAPH ZACHARY ABEL 1. Introduction In this survey we discuss properties of the Higman-Sims graph, which has 100 vertices, 1100 edges, and is 22 regular. In fact

More information

Global secure sets of trees and grid-like graphs. Yiu Yu Ho

Global secure sets of trees and grid-like graphs. Yiu Yu Ho Global secure sets of trees and grid-like graphs by Yiu Yu Ho B.S. University of Central Florida, 2006 M.S. University of Central Florida, 2010 A dissertation submitted in partial fulfillment of the requirements

More information

Mathematical Induction

Mathematical Induction Mathematical Induction (Handout March 8, 01) The Principle of Mathematical Induction provides a means to prove infinitely many statements all at once The principle is logical rather than strictly mathematical,

More information

Zachary Monaco Georgia College Olympic Coloring: Go For The Gold

Zachary Monaco Georgia College Olympic Coloring: Go For The Gold Zachary Monaco Georgia College Olympic Coloring: Go For The Gold Coloring the vertices or edges of a graph leads to a variety of interesting applications in graph theory These applications include various

More information

Graph Theory Problems and Solutions

Graph Theory Problems and Solutions raph Theory Problems and Solutions Tom Davis tomrdavis@earthlink.net http://www.geometer.org/mathcircles November, 005 Problems. Prove that the sum of the degrees of the vertices of any finite graph is

More information

Every tree contains a large induced subgraph with all degrees odd

Every tree contains a large induced subgraph with all degrees odd Every tree contains a large induced subgraph with all degrees odd A.J. Radcliffe Carnegie Mellon University, Pittsburgh, PA A.D. Scott Department of Pure Mathematics and Mathematical Statistics University

More information

Best Monotone Degree Bounds for Various Graph Parameters

Best Monotone Degree Bounds for Various Graph Parameters Best Monotone Degree Bounds for Various Graph Parameters D. Bauer Department of Mathematical Sciences Stevens Institute of Technology Hoboken, NJ 07030 S. L. Hakimi Department of Electrical and Computer

More information

3. Mathematical Induction

3. Mathematical Induction 3. MATHEMATICAL INDUCTION 83 3. Mathematical Induction 3.1. First Principle of Mathematical Induction. Let P (n) be a predicate with domain of discourse (over) the natural numbers N = {0, 1,,...}. If (1)

More information

On the independence number of graphs with maximum degree 3

On the independence number of graphs with maximum degree 3 On the independence number of graphs with maximum degree 3 Iyad A. Kanj Fenghui Zhang Abstract Let G be an undirected graph with maximum degree at most 3 such that G does not contain any of the three graphs

More information

Connectivity and cuts

Connectivity and cuts Math 104, Graph Theory February 19, 2013 Measure of connectivity How connected are each of these graphs? > increasing connectivity > I G 1 is a tree, so it is a connected graph w/minimum # of edges. Every

More information

Social Media Mining. Graph Essentials

Social Media Mining. Graph Essentials Graph Essentials Graph Basics Measures Graph and Essentials Metrics 2 2 Nodes and Edges A network is a graph nodes, actors, or vertices (plural of vertex) Connections, edges or ties Edge Node Measures

More information

High degree graphs contain large-star factors

High degree graphs contain large-star factors High degree graphs contain large-star factors Dedicated to László Lovász, for his 60th birthday Noga Alon Nicholas Wormald Abstract We show that any finite simple graph with minimum degree d contains a

More information

INCIDENCE-BETWEENNESS GEOMETRY

INCIDENCE-BETWEENNESS GEOMETRY INCIDENCE-BETWEENNESS GEOMETRY MATH 410, CSUSM. SPRING 2008. PROFESSOR AITKEN This document covers the geometry that can be developed with just the axioms related to incidence and betweenness. The full

More information

1 if 1 x 0 1 if 0 x 1

1 if 1 x 0 1 if 0 x 1 Chapter 3 Continuity In this chapter we begin by defining the fundamental notion of continuity for real valued functions of a single real variable. When trying to decide whether a given function is or

More information

An inequality for the group chromatic number of a graph

An inequality for the group chromatic number of a graph An inequality for the group chromatic number of a graph Hong-Jian Lai 1, Xiangwen Li 2 and Gexin Yu 3 1 Department of Mathematics, West Virginia University Morgantown, WV 26505 USA 2 Department of Mathematics

More information

Exponential time algorithms for graph coloring

Exponential time algorithms for graph coloring Exponential time algorithms for graph coloring Uriel Feige Lecture notes, March 14, 2011 1 Introduction Let [n] denote the set {1,..., k}. A k-labeling of vertices of a graph G(V, E) is a function V [k].

More information

Handout #Ch7 San Skulrattanakulchai Gustavus Adolphus College Dec 6, 2010. Chapter 7: Digraphs

Handout #Ch7 San Skulrattanakulchai Gustavus Adolphus College Dec 6, 2010. Chapter 7: Digraphs MCS-236: Graph Theory Handout #Ch7 San Skulrattanakulchai Gustavus Adolphus College Dec 6, 2010 Chapter 7: Digraphs Strong Digraphs Definitions. A digraph is an ordered pair (V, E), where V is the set

More information

Degree Hypergroupoids Associated with Hypergraphs

Degree Hypergroupoids Associated with Hypergraphs Filomat 8:1 (014), 119 19 DOI 10.98/FIL1401119F Published by Faculty of Sciences and Mathematics, University of Niš, Serbia Available at: http://www.pmf.ni.ac.rs/filomat Degree Hypergroupoids Associated

More information

1. Prove that the empty set is a subset of every set.

1. Prove that the empty set is a subset of every set. 1. Prove that the empty set is a subset of every set. Basic Topology Written by Men-Gen Tsai email: b89902089@ntu.edu.tw Proof: For any element x of the empty set, x is also an element of every set since

More information

Outline 2.1 Graph Isomorphism 2.2 Automorphisms and Symmetry 2.3 Subgraphs, part 1

Outline 2.1 Graph Isomorphism 2.2 Automorphisms and Symmetry 2.3 Subgraphs, part 1 GRAPH THEORY LECTURE STRUCTURE AND REPRESENTATION PART A Abstract. Chapter focuses on the question of when two graphs are to be regarded as the same, on symmetries, and on subgraphs.. discusses the concept

More information

MATH10040 Chapter 2: Prime and relatively prime numbers

MATH10040 Chapter 2: Prime and relatively prime numbers MATH10040 Chapter 2: Prime and relatively prime numbers Recall the basic definition: 1. Prime numbers Definition 1.1. Recall that a positive integer is said to be prime if it has precisely two positive

More information

Lecture 16 : Relations and Functions DRAFT

Lecture 16 : Relations and Functions DRAFT CS/Math 240: Introduction to Discrete Mathematics 3/29/2011 Lecture 16 : Relations and Functions Instructor: Dieter van Melkebeek Scribe: Dalibor Zelený DRAFT In Lecture 3, we described a correspondence

More information

INDISTINGUISHABILITY OF ABSOLUTELY CONTINUOUS AND SINGULAR DISTRIBUTIONS

INDISTINGUISHABILITY OF ABSOLUTELY CONTINUOUS AND SINGULAR DISTRIBUTIONS INDISTINGUISHABILITY OF ABSOLUTELY CONTINUOUS AND SINGULAR DISTRIBUTIONS STEVEN P. LALLEY AND ANDREW NOBEL Abstract. It is shown that there are no consistent decision rules for the hypothesis testing problem

More information

Removing Even Crossings

Removing Even Crossings EuroComb 2005 DMTCS proc. AE, 2005, 105 110 Removing Even Crossings Michael J. Pelsmajer 1, Marcus Schaefer 2 and Daniel Štefankovič 2 1 Department of Applied Mathematics, Illinois Institute of Technology,

More information

Discrete Mathematics Problems

Discrete Mathematics Problems Discrete Mathematics Problems William F. Klostermeyer School of Computing University of North Florida Jacksonville, FL 32224 E-mail: wkloster@unf.edu Contents 0 Preface 3 1 Logic 5 1.1 Basics...............................

More information

Computer Science Department. Technion - IIT, Haifa, Israel. Itai and Rodeh [IR] have proved that for any 2-connected graph G and any vertex s G there

Computer Science Department. Technion - IIT, Haifa, Israel. Itai and Rodeh [IR] have proved that for any 2-connected graph G and any vertex s G there - 1 - THREE TREE-PATHS Avram Zehavi Alon Itai Computer Science Department Technion - IIT, Haifa, Israel Abstract Itai and Rodeh [IR] have proved that for any 2-connected graph G and any vertex s G there

More information

The Graphical Method: An Example

The Graphical Method: An Example The Graphical Method: An Example Consider the following linear program: Maximize 4x 1 +3x 2 Subject to: 2x 1 +3x 2 6 (1) 3x 1 +2x 2 3 (2) 2x 2 5 (3) 2x 1 +x 2 4 (4) x 1, x 2 0, where, for ease of reference,

More information

Formal Languages and Automata Theory - Regular Expressions and Finite Automata -

Formal Languages and Automata Theory - Regular Expressions and Finite Automata - Formal Languages and Automata Theory - Regular Expressions and Finite Automata - Samarjit Chakraborty Computer Engineering and Networks Laboratory Swiss Federal Institute of Technology (ETH) Zürich March

More information

Non-Separable Detachments of Graphs

Non-Separable Detachments of Graphs Egerváry Research Group on Combinatorial Optimization Technical reports TR-2001-12. Published by the Egrerváry Research Group, Pázmány P. sétány 1/C, H 1117, Budapest, Hungary. Web site: www.cs.elte.hu/egres.

More information

CS 103X: Discrete Structures Homework Assignment 3 Solutions

CS 103X: Discrete Structures Homework Assignment 3 Solutions CS 103X: Discrete Structures Homework Assignment 3 s Exercise 1 (20 points). On well-ordering and induction: (a) Prove the induction principle from the well-ordering principle. (b) Prove the well-ordering

More information

Reading 13 : Finite State Automata and Regular Expressions

Reading 13 : Finite State Automata and Regular Expressions CS/Math 24: Introduction to Discrete Mathematics Fall 25 Reading 3 : Finite State Automata and Regular Expressions Instructors: Beck Hasti, Gautam Prakriya In this reading we study a mathematical model

More information

On three zero-sum Ramsey-type problems

On three zero-sum Ramsey-type problems On three zero-sum Ramsey-type problems Noga Alon Department of Mathematics Raymond and Beverly Sackler Faculty of Exact Sciences Tel Aviv University, Tel Aviv, Israel and Yair Caro Department of Mathematics

More information

The Prime Numbers. Definition. A prime number is a positive integer with exactly two positive divisors.

The Prime Numbers. Definition. A prime number is a positive integer with exactly two positive divisors. The Prime Numbers Before starting our study of primes, we record the following important lemma. Recall that integers a, b are said to be relatively prime if gcd(a, b) = 1. Lemma (Euclid s Lemma). If gcd(a,

More information

UPPER BOUNDS ON THE L(2, 1)-LABELING NUMBER OF GRAPHS WITH MAXIMUM DEGREE

UPPER BOUNDS ON THE L(2, 1)-LABELING NUMBER OF GRAPHS WITH MAXIMUM DEGREE UPPER BOUNDS ON THE L(2, 1)-LABELING NUMBER OF GRAPHS WITH MAXIMUM DEGREE ANDREW LUM ADVISOR: DAVID GUICHARD ABSTRACT. L(2,1)-labeling was first defined by Jerrold Griggs [Gr, 1992] as a way to use graphs

More information

Combinatorial 5/6-approximation of Max Cut in graphs of maximum degree 3

Combinatorial 5/6-approximation of Max Cut in graphs of maximum degree 3 Combinatorial 5/6-approximation of Max Cut in graphs of maximum degree 3 Cristina Bazgan a and Zsolt Tuza b,c,d a LAMSADE, Université Paris-Dauphine, Place du Marechal de Lattre de Tassigny, F-75775 Paris

More information

Elementary Number Theory and Methods of Proof. CSE 215, Foundations of Computer Science Stony Brook University http://www.cs.stonybrook.

Elementary Number Theory and Methods of Proof. CSE 215, Foundations of Computer Science Stony Brook University http://www.cs.stonybrook. Elementary Number Theory and Methods of Proof CSE 215, Foundations of Computer Science Stony Brook University http://www.cs.stonybrook.edu/~cse215 1 Number theory Properties: 2 Properties of integers (whole

More information

Tools for parsimonious edge-colouring of graphs with maximum degree three. J.L. Fouquet and J.M. Vanherpe. Rapport n o RR-2010-10

Tools for parsimonious edge-colouring of graphs with maximum degree three. J.L. Fouquet and J.M. Vanherpe. Rapport n o RR-2010-10 Tools for parsimonious edge-colouring of graphs with maximum degree three J.L. Fouquet and J.M. Vanherpe LIFO, Université d Orléans Rapport n o RR-2010-10 Tools for parsimonious edge-colouring of graphs

More information

arxiv:1203.1525v1 [math.co] 7 Mar 2012

arxiv:1203.1525v1 [math.co] 7 Mar 2012 Constructing subset partition graphs with strong adjacency and end-point count properties Nicolai Hähnle haehnle@math.tu-berlin.de arxiv:1203.1525v1 [math.co] 7 Mar 2012 March 8, 2012 Abstract Kim defined

More information

Odd induced subgraphs in graphs of maximum degree three

Odd induced subgraphs in graphs of maximum degree three Odd induced subgraphs in graphs of maximum degree three David M. Berman, Hong Wang, and Larry Wargo Department of Mathematics University of New Orleans New Orleans, Louisiana, USA 70148 Abstract A long-standing

More information

6.3 Conditional Probability and Independence

6.3 Conditional Probability and Independence 222 CHAPTER 6. PROBABILITY 6.3 Conditional Probability and Independence Conditional Probability Two cubical dice each have a triangle painted on one side, a circle painted on two sides and a square painted

More information

Collinear Points in Permutations

Collinear Points in Permutations Collinear Points in Permutations Joshua N. Cooper Courant Institute of Mathematics New York University, New York, NY József Solymosi Department of Mathematics University of British Columbia, Vancouver,

More information

Approximation Algorithms

Approximation Algorithms Approximation Algorithms or: How I Learned to Stop Worrying and Deal with NP-Completeness Ong Jit Sheng, Jonathan (A0073924B) March, 2012 Overview Key Results (I) General techniques: Greedy algorithms

More information

Generalized Induced Factor Problems

Generalized Induced Factor Problems Egerváry Research Group on Combinatorial Optimization Technical reports TR-2002-07. Published by the Egrerváry Research Group, Pázmány P. sétány 1/C, H 1117, Budapest, Hungary. Web site: www.cs.elte.hu/egres.

More information

Mathematics for Computer Science/Software Engineering. Notes for the course MSM1F3 Dr. R. A. Wilson

Mathematics for Computer Science/Software Engineering. Notes for the course MSM1F3 Dr. R. A. Wilson Mathematics for Computer Science/Software Engineering Notes for the course MSM1F3 Dr. R. A. Wilson October 1996 Chapter 1 Logic Lecture no. 1. We introduce the concept of a proposition, which is a statement

More information

8 Primes and Modular Arithmetic

8 Primes and Modular Arithmetic 8 Primes and Modular Arithmetic 8.1 Primes and Factors Over two millennia ago already, people all over the world were considering the properties of numbers. One of the simplest concepts is prime numbers.

More information

8 Divisibility and prime numbers

8 Divisibility and prime numbers 8 Divisibility and prime numbers 8.1 Divisibility In this short section we extend the concept of a multiple from the natural numbers to the integers. We also summarize several other terms that express

More information

A Sublinear Bipartiteness Tester for Bounded Degree Graphs

A Sublinear Bipartiteness Tester for Bounded Degree Graphs A Sublinear Bipartiteness Tester for Bounded Degree Graphs Oded Goldreich Dana Ron February 5, 1998 Abstract We present a sublinear-time algorithm for testing whether a bounded degree graph is bipartite

More information

On end degrees and infinite cycles in locally finite graphs

On end degrees and infinite cycles in locally finite graphs On end degrees and infinite cycles in locally finite graphs Henning Bruhn Maya Stein Abstract We introduce a natural extension of the vertex degree to ends. For the cycle space C(G) as proposed by Diestel

More information

k, then n = p2α 1 1 pα k

k, then n = p2α 1 1 pα k Powers of Integers An integer n is a perfect square if n = m for some integer m. Taking into account the prime factorization, if m = p α 1 1 pα k k, then n = pα 1 1 p α k k. That is, n is a perfect square

More information

Graph Powers: Hardness Results, Good Characterizations and Efficient Algorithms. Dissertation

Graph Powers: Hardness Results, Good Characterizations and Efficient Algorithms. Dissertation Graph Powers: Hardness Results, Good Characterizations and Efficient Algorithms Dissertation zur Erlangung des akademischen Grades Doktor-Ingenieur (Dr.-Ing.) der Fakultät für Informatik und Elektrotechnik

More information

An example of a computable

An example of a computable An example of a computable absolutely normal number Verónica Becher Santiago Figueira Abstract The first example of an absolutely normal number was given by Sierpinski in 96, twenty years before the concept

More information

An inequality for the group chromatic number of a graph

An inequality for the group chromatic number of a graph Discrete Mathematics 307 (2007) 3076 3080 www.elsevier.com/locate/disc Note An inequality for the group chromatic number of a graph Hong-Jian Lai a, Xiangwen Li b,,1, Gexin Yu c a Department of Mathematics,

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS Systems of Equations and Matrices Representation of a linear system The general system of m equations in n unknowns can be written a x + a 2 x 2 + + a n x n b a

More information

Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics

Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics Undergraduate Notes in Mathematics Arkansas Tech University Department of Mathematics An Introductory Single Variable Real Analysis: A Learning Approach through Problem Solving Marcel B. Finan c All Rights

More information

most 4 Mirka Miller 1,2, Guillermo Pineda-Villavicencio 3, The University of Newcastle Callaghan, NSW 2308, Australia University of West Bohemia

most 4 Mirka Miller 1,2, Guillermo Pineda-Villavicencio 3, The University of Newcastle Callaghan, NSW 2308, Australia University of West Bohemia Complete catalogue of graphs of maimum degree 3 and defect at most 4 Mirka Miller 1,2, Guillermo Pineda-Villavicencio 3, 1 School of Electrical Engineering and Computer Science The University of Newcastle

More information

On the k-path cover problem for cacti

On the k-path cover problem for cacti On the k-path cover problem for cacti Zemin Jin and Xueliang Li Center for Combinatorics and LPMC Nankai University Tianjin 300071, P.R. China zeminjin@eyou.com, x.li@eyou.com Abstract In this paper we

More information

CHAPTER II THE LIMIT OF A SEQUENCE OF NUMBERS DEFINITION OF THE NUMBER e.

CHAPTER II THE LIMIT OF A SEQUENCE OF NUMBERS DEFINITION OF THE NUMBER e. CHAPTER II THE LIMIT OF A SEQUENCE OF NUMBERS DEFINITION OF THE NUMBER e. This chapter contains the beginnings of the most important, and probably the most subtle, notion in mathematical analysis, i.e.,

More information

The degree, size and chromatic index of a uniform hypergraph

The degree, size and chromatic index of a uniform hypergraph The degree, size and chromatic index of a uniform hypergraph Noga Alon Jeong Han Kim Abstract Let H be a k-uniform hypergraph in which no two edges share more than t common vertices, and let D denote the

More information

CHAPTER 5. Number Theory. 1. Integers and Division. Discussion

CHAPTER 5. Number Theory. 1. Integers and Division. Discussion CHAPTER 5 Number Theory 1. Integers and Division 1.1. Divisibility. Definition 1.1.1. Given two integers a and b we say a divides b if there is an integer c such that b = ac. If a divides b, we write a

More information

CONTINUED FRACTIONS AND PELL S EQUATION. Contents 1. Continued Fractions 1 2. Solution to Pell s Equation 9 References 12

CONTINUED FRACTIONS AND PELL S EQUATION. Contents 1. Continued Fractions 1 2. Solution to Pell s Equation 9 References 12 CONTINUED FRACTIONS AND PELL S EQUATION SEUNG HYUN YANG Abstract. In this REU paper, I will use some important characteristics of continued fractions to give the complete set of solutions to Pell s equation.

More information

On Pebbling Graphs by their Blocks

On Pebbling Graphs by their Blocks On Pebbling Graphs by their Blocks Dawn Curtis, Taylor Hines, Glenn Hurlbert, Tatiana Moyer Department of Mathematics and Statistics Arizona State University, Tempe, AZ 85287-1804 November 19, 2008 dawn.curtis@asu.edu

More information

LEARNING OBJECTIVES FOR THIS CHAPTER

LEARNING OBJECTIVES FOR THIS CHAPTER CHAPTER 2 American mathematician Paul Halmos (1916 2006), who in 1942 published the first modern linear algebra book. The title of Halmos s book was the same as the title of this chapter. Finite-Dimensional

More information

Homework until Test #2

Homework until Test #2 MATH31: Number Theory Homework until Test # Philipp BRAUN Section 3.1 page 43, 1. It has been conjectured that there are infinitely many primes of the form n. Exhibit five such primes. Solution. Five such

More information

Graph Theory and Complex Networks: An Introduction. Chapter 06: Network analysis. Contents. Introduction. Maarten van Steen. Version: April 28, 2014

Graph Theory and Complex Networks: An Introduction. Chapter 06: Network analysis. Contents. Introduction. Maarten van Steen. Version: April 28, 2014 Graph Theory and Complex Networks: An Introduction Maarten van Steen VU Amsterdam, Dept. Computer Science Room R.0, steen@cs.vu.nl Chapter 0: Version: April 8, 0 / Contents Chapter Description 0: Introduction

More information

Mathematics Course 111: Algebra I Part IV: Vector Spaces

Mathematics Course 111: Algebra I Part IV: Vector Spaces Mathematics Course 111: Algebra I Part IV: Vector Spaces D. R. Wilkins Academic Year 1996-7 9 Vector Spaces A vector space over some field K is an algebraic structure consisting of a set V on which are

More information

A Study of Sufficient Conditions for Hamiltonian Cycles

A Study of Sufficient Conditions for Hamiltonian Cycles DeLeon 1 A Study of Sufficient Conditions for Hamiltonian Cycles Melissa DeLeon Department of Mathematics and Computer Science Seton Hall University South Orange, New Jersey 07079, U.S.A. ABSTRACT A graph

More information

Graph Theory and Complex Networks: An Introduction. Chapter 06: Network analysis

Graph Theory and Complex Networks: An Introduction. Chapter 06: Network analysis Graph Theory and Complex Networks: An Introduction Maarten van Steen VU Amsterdam, Dept. Computer Science Room R4.0, steen@cs.vu.nl Chapter 06: Network analysis Version: April 8, 04 / 3 Contents Chapter

More information

Continued Fractions and the Euclidean Algorithm

Continued Fractions and the Euclidean Algorithm Continued Fractions and the Euclidean Algorithm Lecture notes prepared for MATH 326, Spring 997 Department of Mathematics and Statistics University at Albany William F Hammond Table of Contents Introduction

More information

4.5 Linear Dependence and Linear Independence

4.5 Linear Dependence and Linear Independence 4.5 Linear Dependence and Linear Independence 267 32. {v 1, v 2 }, where v 1, v 2 are collinear vectors in R 3. 33. Prove that if S and S are subsets of a vector space V such that S is a subset of S, then

More information

3 Some Integer Functions

3 Some Integer Functions 3 Some Integer Functions A Pair of Fundamental Integer Functions The integer function that is the heart of this section is the modulo function. However, before getting to it, let us look at some very simple

More information