Homework MA 725 Spring, 2012 C. Huneke SELECTED ANSWERS

Size: px
Start display at page:

Download "Homework MA 725 Spring, 2012 C. Huneke SELECTED ANSWERS"

Transcription

1 Homework MA 725 Spring, 2012 C. Huneke SELECTED ANSWERS Prove that the Petersen graph has no cycle of length 7. Solution: There are 10 vertices in the Petersen graph G. Assume there is a cycle C of length 7. It leaves out exactly 3 vertices. Since each vertex is a pair of numbers from 1 to 5, at least two of these 3 vertices share a common number, say i. That leaves only two vertices in C which contain i. In particular, there must be a path P = P 3 in the cycle C where no vertex in P contains the number i. Fix the middle vertex of P, say {j, k}. But there is then a unique vertex adjacent to {j, k} which does not contain i, namely the two element subset [5]\{i, j, k}, contradicting that there are two vertices adjacent to {j, k}. Second Solution: (Lucas Chaffee, similar to several others) Proceed by way of contradiction. Assume that G has a 7-cycle, C. Since G is 3-regular, each vertex in C is connected to at least one vertex not in C, else there would be a 3-cycle or 4-cycle in G. But we know the girth of G is 5. Fix a vertex v in C, and let w and u be two vertices in C such that wu is an edge in C across from v. There is a common neighbor x of v and u and a common neighbor y of v and w with x and y not vertices in C. Since the degree of v is 3, it follows that x = y. But this makes a 3-cycle uwx. Contradiction Let G be a graph with girth 4. Assume that every vertex of G has degree k. Prove that G has at least 2k vertices. Determine all graphs with exactly 2k vertices. Solution (by several people): Fix two vertices x and y which are neighbors. Then N(x) N(y) =, since otherwise G would have girth at most 3. Hence G must have at least 2k vertices, since each of N(x) and N(y) have at least k vertices. If G has exactly 2k vertices, then these are all the vertices. But every neighbor of x can only have neighbors in N(y) (otherwise there is a C 3 in G), and similarly every neighbor of y can only have neighbors in N(x). It follows that every vertex in N(x) is connected by an edge to every vertex in N(y), so that G is isomorphic to K k,k Let G be a graph with girth 5. Assume that every vertex of G has degree at least k. Prove that G has at least k vertices. For k = 2 and k = 3, find one such graph with exactly k vertices. Solution: For k = 2, the 5-cycle is an example, and for k = 3, the Petersen graph is an example. To prove the main statement, fix a vertex v of G. Then N(v) k by assumption. For each neighbor u of v, N(u) has at least k 1 members other than v. Moreover the sets N(u) for u N(v) are all disjoint. For if a neighbor of u is a neighbor of v, G would have a 3-cycle, while if two neighbors of v share a 1

2 2 common neighbor other than v, G would have a 4-cycle. Hence there are at least 1 + k + k(k 1) = k vertices Prove that the girth of the odd graph O k is 6 if k 3. Solution: We show that there is no 5-cycle. Proving there are no 4 or 3 cycles is easier. Assume by way of contradiction that there is a 5-cycle, say with vertices a, b, c, d, e and edges ab, bc, cd, de, ea. Without loss of generality, a = {k +2,..., 2k + 1}. Then both b and e must be k-element subsets of {1,..., k + 1}. In particular, they must share k 1 elements. Since a is arbitrary, this argument proves that any two vertices which share a common neighbor in the 5-cycle must have k 1 elements in common. In particular a and d share k 1 elements and a and c share k 1 elements. Since a is a k-element set, it follows that d and c must share at least k 2 elements. But they are neighbors, hence disjoint. It follows that k 2 0. This contradicts the assumption that k 3. To prove there is a cycle of length 6, do this as I did in class. First write an explicit 6-cycle when k = 3. Then divide the remaining 2k +1 7 = 2k 6 into two disjoint sets S and T, and attach them to the 6-cycle written down for k = 3 by alternating them among the vertices. This gives an example of a 6-cycle in general. Section Let v be a cut-vertex of a simple graph G. Prove that G v is connected. Solution: This is done as we discussed in class. Let x and y be vertices of G v. If they lie in different connected components of G v, then they are adjacent in G v. If not, since G v has at least two components, choose a vertex z in a different component than the one containing both x and y. In G v, xz is an edge, as well as yz. Hence there is a path from x to y in G v Let G be a simple graph having no isolated vertex and no induced subgraph with exactly two edges. Prove that G is a complete graph. Solution: (several people): First observe that G must be connected; if not, then since it has no isolated vertices the connected components must each contain at least one edge. But two edges in two different connected components contradicts the assumption that no induced subgraph has exactly two edges. If G has two vertices that are not adjacent, then there is a shortest path connecting them of length at least two. Then any three consecutive vertices along this path would induce a subgraph with exactly two edges, contradiction Let G be a connected simple graph not having P 4 or C 3 as an induced subgraph. Prove that G is a biclique. (That is, isomorphic to a complete bipartite graph.) Solution. We first prove that G is bipartite. It suffices to prove that G has no odd cycles. Suppose G does have an odd cycle, say C 2k+1. Choose k smallest. By assumption, k 2. In that case the cycle contains a P 4 subgraph, which cannot

3 be an induced subgraph. It therefore has a chord, which will lead to a smaller odd cycle, contradiction. Hence G is bipartite. We prove that G is complete. Let X and Y denote the sets of vertices which realize G as a bipartite graph, and let x X, y Y. If xy is not an edge, choose the shortest path between them (G is connected.) Since G is bipartite, this path must contain an induced P 4, contradiction Let G be a simple graph with vertices v 1,..., v n. Let A = (a ij ) be the adjacency matrix of G. Prove that (A k ) ij is the number of v i, v j walks of length K in G. Solution: Induct on k. For k = 2, note that (A 2 ) ij = k a ila lj, and a term in this sum is nonzero if and only if a il 0 and a lj 0, in which case both are one, and their product is one. Thus the sum counts the number of nonzero terms in the sum. But a term is nonzero if and only if v i v l v j is a walk in G. This proves the case k = 2. The general case follows by induction. Set A k 1 = (b ij ). By induction b ij is the number of v i, v j walks of length k 1. The ij th entry of A k is l b ila lj. A term is nonzero in this sum if and only if there is a walk of length k 1 from v i to v l and an edge v l v j, and in this case that term counts the number of walks of length k from v i to v j whose next to last step is v l. Summing over all l then counts the total number of walks from v i to v j of length k Let P and Q be paths of maximum length in a connected graph G. Prove that P and Q have a common vertex. Solution: (several people) Set the length of these paths to be m. If their vertices are disjoint, then fixing any two vertices, one in P and one in Q, there is a path from one to the other. Choose a vertix x P, and a vertex y Q such that the path from x to y is the shortest among all such paths. The length of a path P from x to the furthest endpoint of P is at least m 2, and similarly the length of a path Q from y to the furthest endpoint of Q is at least m 2. Using the shortest path from x to y and combining it with the paths P and Q gives a path of length more than m, contradiction. Section Prove that an even graph has no cut-edge. For each k 1, construct a (2k + 1)- regular simple graph having a cut-edge. Solution (Ilya Smirnov): We know that an even graph decomposes into cycles. Moreover, we know a edge is a cut-edge if and only if it belongs to no cycle. Hence even graphs have no cut-edges. To construct the required graph, start with K 2k+2. Choose k pairs of vertices from this graph, say x 1,..., x k and y 1,..., y k. Remove the edges x i y i from K 2k+2, for i = 1,..., k. The resulting graph has 2k vertices of degree 2k, and 2 vertices of degree 2k + 1. Finally add one new vertex z, and edges zx i and zy i. This gives a 3

4 4 graph G with one vertex (namely z) of degree 2k, and all other vertices of degree 2k + 1. Now take two disjoint copies of G, say G and G, and add one edge joining z and z. This edge is a cut-edge, and the graph is (2k + 1)-regular Prove that every simple graph with at least two vertices has two vertices of equal degree. Solution: Suppose there are n vertices. The degrees of the vertices are integers between 0 and n 1. The Pigeon-Hole principle shows that two have the same degree unless the degrees of the n vertices are exactly the integers between 0 and n 1. But this is impossible since a vertex of degree n 1 is connected to every vertex, so there could not be a vertex of degree 0 in this case For each k 3, determine the smallest n such that a) there is a simple k-regular graph with n vertices. b) there exist nonisomorphic simple k-regular graphs with n vertices. Solution, a): Clearly n k +1 since G is simple; otherwise the maximum degree of a vertex would be at most k 1. On the other hand there is a k-regular simple graph with k + 1 vertice, namely K k+1. Hence n = k + 1 is the smallest number of vertices for which there exists such a graph. Solution, b) (several people): It is simplest to think in terms of the complement of such graphs. A simple graph G with n vertices is k-regular if and only if G is n 1 k-regular. Moreover the complement of two simple graphs are isomorphic if and only if the graphs are isomorphic. Consider then the complement. If n = k +1, G is 0-regular, i.e., a set of isolated points. Hence the only k-regular graph having k + 1 vertices is K k+1, the complement of isolated points. If n = k + 2, then the complement is a 1-regular graph on n vertices. There are no such graphs if n is odd by the degree-sum formula, while if n is even, the only such graph is a disjoint union of edges. Since this is unique, there is at most one graph which is k-regular with k + 2 edges. However, if we take n = k + 3, then there are at least two non-isomorphic simple 2-regular graphs having k + 3 vertices, for example, C k+3 and the disjoint union of C 3 and C k (note k 3). Thus n = k + 3 is the answer For k 2, prove that a k-regular bipartite graph has no cut edge. Solution: Since every component of a k-regular bipartite graph is also k-regular and bipartite, we may assume that G is connected without loss of generality. Suppose G has a cut edge e. Let G 1 and G 2 be the two connected components of G e. Consider one of them, G 1, which will contain one of the vertices incident to e, say u. G 1 is still bipartite. Denote the two disjoint vertex sets as X and Y, so that every edge of G 1 goes between vertices in X and vertices in Y. Let n(x) = p and n(y ) = q. Every vertex has degree k except for u, which has degree k 1. We count the number of edges in two ways; if u X, then there are k(p 1) + (k 1)

5 edges going from X to Y, which is exactly kp 1. But counting the same edges as going from Y to X, there must be qk. Since k 2, this is impossible Count the number of 6-cycles in Q 3. Prove that every 6-cycle in Q k (k 3) lies in exactly one three-dimensional subcube. Use this to count the number of 6-cycles in Q k. Solution: By either brute force or clever counting, one finds there are 16 6-cycles in Q 3. Notice that in a 6-cycle in Q k, edges correspond to changing the entry in exactly one position. Since one has to return back to the start, each time a position is changed, it must be eventually changed back. Hence there must be exactly three positions which change, and the other k 3 remain fixed. Since these other positions can be fixed arbitrarily, and there are ( k 3) choices of the three dimensional subcube, there are exactly 16 ( k 3) 2 k 3 6-cycles. Section Prove that there is an n-vertex tournament with indegree equal to outdegree at every vertex if and only if n is odd. Solution (Nick Packauskas and others): Let G be an n-vertex tournament with indegree equal to outdegree at every vertex. Then n cannot be even since for every vertex v, d + (v) + d (v) = n 1 is odd. We prove the converse by induction. It is clear for n = 1. Let n > 1 and suppose there an (n 1)-vertex tournament H with indegree equal to outdegree at every vertex. Partition V (H) into two sets, X and Y, of cardinalities n and n 1 respectively. Add two new vertices u, v to H. Add edges going from u to each vertex in X, from each vertex of X to v, from v to each vertex in Y, and from each vertex of Y to u. This does it Prove that a digraph is strongly connected iff for each partition of the vertex set into nonempty sets S and T, there is an edge from S to T. Solution (Lucas Chaffee, similar to several others): We first prove the forward direction. For an arbitrary partition S and T, let u S and v T. By the strong connectedness, there exists a directed path from u to v, and so at some point we traverse an edge from S to T. Converse: For an arbitrary x V (G), let S be all vertices reachable by x with a directed path. If S were not all of V (G), then by hypothesis there s an edge from S to the complement of S in V (G), meaning x can reach it, a contradiction. Hence S = V (G), and since x was arbitrary, G is strongly connected. Section Let T be a tree with average degree a. In terms of a, determine n(t ). 5

6 6 P d(v) n, where n = n(t ), and the sum is over all. Since T is a tree, Solution: By definition, a = vertices. By the degree-sum formula we obtain that a = 2e(T ) n e(t ) = n 1. Hence a = 2(n 1) n. Solving for n in terms of a yields n = 2 2 a For n 3, let G be an n-vertex graph such that every graph obtained by deleting one vertex is a tree. Determine e(g), and use this to determine G itself. Solution: (Nick Packauskas) We claim that G is isomorphic to C n. Let G i = G v i, where V (G) = {v 1,..., v n }. Each G i is a tree and thus has n 2 edges. As there are n such subgraphs, the number of total edges in all these subgraphs is n(n 2). Each edge in G has two endpoints, and is therefore counted in exactly n 2 of the edge count in the subgraphs. Thus e(g) = n. It follows that G has a cycle. But none of the G i have a cycle, so the cycle must include every vertex. Thus G is an n-cycle Every tree is bipartite. Prove that every tree has a leaf in its larger partite set, and in both if they have equal size. Solution (Rajib Anwar and others): Let A and B be two partite sets of a tree T such that A B. If there is no leaf in A, then since every vertex in A will have degree at least two, e(t ) 2 A A + B = n(t ) = e(t ) + 1, a contradiction. If A = B, the same argument shows that both have leaves Let T and T be two spanning trees of a connected graph G. For e E(T ) \ E(T ), prove there is an edge e E(T ) \ E(T ) such that T e + e and T e + e are both spanning trees of G. Solution (Khaled Alhazmy and others): Since T is a tree, we know that e is a cut-edge of T. Thus T e has two connected components, say T 1 and T 2, both of which are trees as well. Let e = xy, with x T 1 and y T 2. There is a unique x y path in T (either by (2.1.4D) or the fact that T + e contains a unique cycle), and hence this path contains an edge e which connects T 1 to T 2. Clearly e / T, else T contains a cycle. Now T e + e is connected with n(g) 1 edges and is therefore a spanning tree. Likewise T e + e has n(g) 1 edges and no cycles, and is therefore a tree. Section Determine which trees have Prüfer codes that (a) contain only one value, (b) contain exactly two values, or (c) have distinct values in all positions. Solution: (a) This means that one vertex is adjacent to all other vertices, so the graph is K 1,n for some n. (b) With two values in the code, we know there are exactly two vertices which are not leaves. Therefore the graph has two vertices with leaves coming out from each of them. (c) With distinct values in all positions, there are only two leaves in the tree. Therefore the tree must be a path.

7 Compute τ(k 2,m ). Also compute the number of isomorphism classes of spanning trees of K2, m. Solution 1 (Farhana Abedin, similar to several): Let X be the vertex set on two elements, and Y the other vertex set on m-elements. Each spanning tree of K 2,m has a unique vertex in Y which is a common neighbor of the vertices in X, and this common neighbor can be chosen in m ways. The remaining vertices in Y form leaves. For each leaf we can choose its neighbor in X in one of two ways. Hence the number of spanning trees is exactly m2 m 1. Vertices in X possess one common neighbor in Y. The leaves are distributed among the vertices in X to determine the isomorphism classes. We can connect z leaves to one vertex and m 1 z leaves to the other vertex, where 0 z (m 1)/2. Hence there will be (m + 1)/2 total isomorphism classes Prove that if a graph G is graceful and Eulerian, then e(g) is congruent to 0 or 3 mod 4. Solution (Peidi Gu, similar to others): Let f be a graceful labelling of G which we assume has m + 1 vertices. The parity of the sum of the labels of an edge is the same as the parity of the absolute value of their difference, and therefore the sum of the absoute values of the differences of the labels, which is m ( m + 1)/2 since the labels are from 1 to m, is congruent mod 2 to v V (G) d(v)f(v). As G is Eulerian, each d(v) is even, so the sum is even. It follows that 4 divides m(m + 1), and the problem follows at once. Section Assign integer weights to the edge of K n. Prove that the total weight on every cycle is even if and only if the total weight on every triangle is even. Solution (CJ Harries, similar to several): One direction is trivial: if every cycle has total weight even, obviously every triangle has total weight even. For the converse, use induction on the size m of the cycle. We can assume m 4. Choose a path P 3 within the cycle C, say with edges e and f, and endpoints u and v. By induction the cycle formed by deleting e and f and replacing them with the edge g = uv has even total weight. Moreover, w(e) + w(f) = w(g) modulo 2. Letting W be the sum of the weights of the the edges of C e f, we have that the total weight of C is w(e) + w(f) + W w(g) + W 0 modulo Let G be a weighted connected graph with distinct edge weights. Without using Kruskal s algorithm, prove that G has a unique minimum weight spanning tree. Solution (Lucas Chaffee): Assume that there are two distinct minimal weight spanning trees, T and T. By problem , there are edges e of T and e of T such that both T e + e and T e + e are spanning trees. Since one of e or e has strictly smaller weight than the other, one of these trees has smaller weight than T or T, contradiction. 7

8 8 Section Prove that α(g) n(g) (G)+1 for every graph G. Solution: Let X be an independence set of G of size α(g) = a. There are at most (G) neighbors for each element of X, and since X is maximum, G X N G (X). Hence n a + (G)a, implying the result Prove or disprove: Every tree has at most one perfect matching. Solution (several people): Some did this by induction. But I think the nicest solution is the following: Assume that M and M are perfect matching of a tree, and consider their symmetric difference F. Every vertex in F has degree 0 or 2, which implies that every connected component of F is either an isolated vertex or a cycle. Since T has no cycles, F is a collection of isolated vertices. This means every edge in M is an edge in M, and vice-versa, so M = M. Section Let G be a connected graph with at least three vertices. Form G from G by adding an edge with endpoints x, y whenever d G (x, y) = 2. Prove that G is 2-connected. Solution: Since n(g) > 2, it suffices to prove that G has no cut-vertex. Let x G. If G x is disconnected, then obviously so is G x. Let u and v be in two different components of G x. Since G is connected, there is a path in G between these two vertices which necessarily must go through x. Let a and b be the two vertices nearest x on this path. Then d G (a, b) = 2, so that a and b are connected in G. It follows that G x is not disconnected, a contradiction Prove or disprove: If P is a u, v path in a 2-connected graph G, then there is a u, v-path Q that is internally disjoint from P. Solution: This is false. A counterexample is given by K 4 minus any edge Use Menger s theorem to prove that κ(g) = κ (G) when G is 3-regular. Solution (L. Chaffee): Let S V (G) be a set which separates X, Y V (G) with S = κ(g), and let F = [H, H ] with F = κ (G). Note that either X H and Y H or X H and Y H, or both. Without loss of generality, let x X H and y Y H. By Menger s theorem , we have that κ (G) is the maximum number of edge disjoint x, y-paths. These edge disjoint paths must be internally disjoint, else the common vertex would have degree at least four, and so there are at least κ (G) internally disjoint x, y-paths as well. By the other version of Menger s theorem, , we have that the minimum size of a x, y disconnecting set is at least κ (G), and therefore κ(g) κ (G). Since we always have the other inequality, they must be equal.

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

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

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

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

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

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

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

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

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

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

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

Degree-associated reconstruction parameters of complete multipartite graphs and their complements

Degree-associated reconstruction parameters of complete multipartite graphs and their complements Degree-associated reconstruction parameters of complete multipartite graphs and their complements Meijie Ma, Huangping Shi, Hannah Spinoza, Douglas B. West January 23, 2014 Abstract Avertex-deleted subgraphofagraphgisacard.

More information

IE 680 Special Topics in Production Systems: Networks, Routing and Logistics*

IE 680 Special Topics in Production Systems: Networks, Routing and Logistics* IE 680 Special Topics in Production Systems: Networks, Routing and Logistics* Rakesh Nagi Department of Industrial Engineering University at Buffalo (SUNY) *Lecture notes from Network Flows by Ahuja, Magnanti

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

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

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

Math 179: Graph Theory

Math 179: Graph Theory Math 179: Graph Theory Evan Chen May 17, 2015 Notes for the course M179: Introduction to Graph Theory, instructed by Wasin So. 1 1 January 23, 2013 1.1 Logistics Website: www.math.sjsu.edu/~so contains

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

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

Sample Induction Proofs

Sample Induction Proofs Math 3 Worksheet: Induction Proofs III, Sample Proofs A.J. Hildebrand Sample Induction Proofs Below are model solutions to some of the practice problems on the induction worksheets. The solutions given

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

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

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

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

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

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

Class One: Degree Sequences

Class One: Degree Sequences Class One: Degree Sequences For our purposes a graph is a just a bunch of points, called vertices, together with lines or curves, called edges, joining certain pairs of vertices. Three small examples of

More information

Just the Factors, Ma am

Just the Factors, Ma am 1 Introduction Just the Factors, Ma am The purpose of this note is to find and study a method for determining and counting all the positive integer divisors of a positive integer Let N be a given positive

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

V. Adamchik 1. Graph Theory. Victor Adamchik. Fall of 2005

V. Adamchik 1. Graph Theory. Victor Adamchik. Fall of 2005 V. Adamchik 1 Graph Theory Victor Adamchik Fall of 2005 Plan 1. Basic Vocabulary 2. Regular graph 3. Connectivity 4. Representing Graphs Introduction A.Aho and J.Ulman acknowledge that Fundamentally, computer

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 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

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

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

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

SCORE SETS IN ORIENTED GRAPHS

SCORE SETS IN ORIENTED GRAPHS Applicable Analysis and Discrete Mathematics, 2 (2008), 107 113. Available electronically at http://pefmath.etf.bg.ac.yu SCORE SETS IN ORIENTED GRAPHS S. Pirzada, T. A. Naikoo The score of a vertex v in

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

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

Fundamentele Informatica II

Fundamentele Informatica II Fundamentele Informatica II Answer to selected exercises 1 John C Martin: Introduction to Languages and the Theory of Computation M.M. Bonsangue (and J. Kleijn) Fall 2011 Let L be a language. It is clear

More information

WOLLONGONG COLLEGE AUSTRALIA. Diploma in Information Technology

WOLLONGONG COLLEGE AUSTRALIA. Diploma in Information Technology First Name: Family Name: Student Number: Class/Tutorial: WOLLONGONG COLLEGE AUSTRALIA A College of the University of Wollongong Diploma in Information Technology Final Examination Spring Session 2008 WUCT121

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

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

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

Lecture Notes on GRAPH THEORY Tero Harju

Lecture Notes on GRAPH THEORY Tero Harju Lecture Notes on GRAPH THEORY Tero Harju Department of Mathematics University of Turku FIN-20014 Turku, Finland e-mail: harju@utu.fi 1994 2011 Contents 1 Introduction..........................................................

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

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

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

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

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

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

Total colorings of planar graphs with small maximum degree

Total colorings of planar graphs with small maximum degree Total colorings of planar graphs with small maximum degree Bing Wang 1,, Jian-Liang Wu, Si-Feng Tian 1 Department of Mathematics, Zaozhuang University, Shandong, 77160, China School of Mathematics, Shandong

More information

Triangle deletion. Ernie Croot. February 3, 2010

Triangle deletion. Ernie Croot. February 3, 2010 Triangle deletion Ernie Croot February 3, 2010 1 Introduction The purpose of this note is to give an intuitive outline of the triangle deletion theorem of Ruzsa and Szemerédi, which says that if G = (V,

More information

DEGREE-ASSOCIATED RECONSTRUCTION PARAMETERS OF COMPLETE MULTIPARTITE GRAPHS AND THEIR COMPLEMENTS

DEGREE-ASSOCIATED RECONSTRUCTION PARAMETERS OF COMPLETE MULTIPARTITE GRAPHS AND THEIR COMPLEMENTS TAIWANESE JOURNAL OF MATHEMATICS Vol. xx, No. xx, pp. 0-0, xx 20xx DOI: 10.11650/tjm.19.2015.4850 This paper is available online at http://journal.taiwanmathsoc.org.tw DEGREE-ASSOCIATED RECONSTRUCTION

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

Minimum degree condition forcing complete graph immersion

Minimum degree condition forcing complete graph immersion Minimum degree condition forcing complete graph immersion Matt DeVos Department of Mathematics Simon Fraser University Burnaby, B.C. V5A 1S6 Jacob Fox Department of Mathematics MIT Cambridge, MA 02139

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

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

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

Analysis of Algorithms, I

Analysis of Algorithms, I Analysis of Algorithms, I CSOR W4231.002 Eleni Drinea Computer Science Department Columbia University Thursday, February 26, 2015 Outline 1 Recap 2 Representing graphs 3 Breadth-first search (BFS) 4 Applications

More information

Network (Tree) Topology Inference Based on Prüfer Sequence

Network (Tree) Topology Inference Based on Prüfer Sequence Network (Tree) Topology Inference Based on Prüfer Sequence C. Vanniarajan and Kamala Krithivasan Department of Computer Science and Engineering Indian Institute of Technology Madras Chennai 600036 vanniarajanc@hcl.in,

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

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

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

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

Quotient Rings and Field Extensions

Quotient Rings and Field Extensions Chapter 5 Quotient Rings and Field Extensions In this chapter we describe a method for producing field extension of a given field. If F is a field, then a field extension is a field K that contains F.

More information

Finding and counting given length cycles

Finding and counting given length cycles Finding and counting given length cycles Noga Alon Raphael Yuster Uri Zwick Abstract We present an assortment of methods for finding and counting simple cycles of a given length in directed and undirected

More information

. 0 1 10 2 100 11 1000 3 20 1 2 3 4 5 6 7 8 9

. 0 1 10 2 100 11 1000 3 20 1 2 3 4 5 6 7 8 9 Introduction The purpose of this note is to find and study a method for determining and counting all the positive integer divisors of a positive integer Let N be a given positive integer We say d is a

More information

Cycles and clique-minors in expanders

Cycles and clique-minors in expanders Cycles and clique-minors in expanders Benny Sudakov UCLA and Princeton University Expanders Definition: The vertex boundary of a subset X of a graph G: X = { all vertices in G\X with at least one neighbor

More information

The last three chapters introduced three major proof techniques: direct,

The last three chapters introduced three major proof techniques: direct, CHAPTER 7 Proving Non-Conditional Statements The last three chapters introduced three major proof techniques: direct, contrapositive and contradiction. These three techniques are used to prove statements

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

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

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

SPANNING CACTI FOR STRUCTURALLY CONTROLLABLE NETWORKS NGO THI TU ANH NATIONAL UNIVERSITY OF SINGAPORE

SPANNING CACTI FOR STRUCTURALLY CONTROLLABLE NETWORKS NGO THI TU ANH NATIONAL UNIVERSITY OF SINGAPORE SPANNING CACTI FOR STRUCTURALLY CONTROLLABLE NETWORKS NGO THI TU ANH NATIONAL UNIVERSITY OF SINGAPORE 2012 SPANNING CACTI FOR STRUCTURALLY CONTROLLABLE NETWORKS NGO THI TU ANH (M.Sc., SFU, Russia) A THESIS

More information

Math 319 Problem Set #3 Solution 21 February 2002

Math 319 Problem Set #3 Solution 21 February 2002 Math 319 Problem Set #3 Solution 21 February 2002 1. ( 2.1, problem 15) Find integers a 1, a 2, a 3, a 4, a 5 such that every integer x satisfies at least one of the congruences x a 1 (mod 2), x a 2 (mod

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

Stationary random graphs on Z with prescribed iid degrees and finite mean connections

Stationary random graphs on Z with prescribed iid degrees and finite mean connections Stationary random graphs on Z with prescribed iid degrees and finite mean connections Maria Deijfen Johan Jonasson February 2006 Abstract Let F be a probability distribution with support on the non-negative

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

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

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

= 2 + 1 2 2 = 3 4, Now assume that P (k) is true for some fixed k 2. This means that

= 2 + 1 2 2 = 3 4, Now assume that P (k) is true for some fixed k 2. This means that Instructions. Answer each of the questions on your own paper, and be sure to show your work so that partial credit can be adequately assessed. Credit will not be given for answers (even correct ones) without

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

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

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

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

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

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

Mathematical Induction. Mary Barnes Sue Gordon

Mathematical Induction. Mary Barnes Sue Gordon Mathematics Learning Centre Mathematical Induction Mary Barnes Sue Gordon c 1987 University of Sydney Contents 1 Mathematical Induction 1 1.1 Why do we need proof by induction?.... 1 1. What is proof by

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

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

Mining Social-Network Graphs

Mining Social-Network Graphs 342 Chapter 10 Mining Social-Network Graphs There is much information to be gained by analyzing the large-scale data that is derived from social networks. The best-known example of a social network is

More information

Pigeonhole Principle Solutions

Pigeonhole Principle Solutions Pigeonhole Principle Solutions 1. Show that if we take n + 1 numbers from the set {1, 2,..., 2n}, then some pair of numbers will have no factors in common. Solution: Note that consecutive numbers (such

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

Disjoint Compatible Geometric Matchings

Disjoint Compatible Geometric Matchings Disjoint Compatible Geometric Matchings Mashhood Ishaque Diane L. Souvaine Csaba D. Tóth Abstract We prove that for every even set of n pairwise disjoint line segments in the plane in general position,

More information

Cycle transversals in bounded degree graphs

Cycle transversals in bounded degree graphs Electronic Notes in Discrete Mathematics 35 (2009) 189 195 www.elsevier.com/locate/endm Cycle transversals in bounded degree graphs M. Groshaus a,2,3 P. Hell b,3 S. Klein c,1,3 L. T. Nogueira d,1,3 F.

More information

Graph theoretic techniques in the analysis of uniquely localizable sensor networks

Graph theoretic techniques in the analysis of uniquely localizable sensor networks Graph theoretic techniques in the analysis of uniquely localizable sensor networks Bill Jackson 1 and Tibor Jordán 2 ABSTRACT In the network localization problem the goal is to determine the location of

More information

6.2 Permutations continued

6.2 Permutations continued 6.2 Permutations continued Theorem A permutation on a finite set A is either a cycle or can be expressed as a product (composition of disjoint cycles. Proof is by (strong induction on the number, r, of

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

5.1 Bipartite Matching

5.1 Bipartite Matching CS787: Advanced Algorithms Lecture 5: Applications of Network Flow In the last lecture, we looked at the problem of finding the maximum flow in a graph, and how it can be efficiently solved using the Ford-Fulkerson

More information