The complexity of counting graph homomorphisms

Size: px
Start display at page:

Download "The complexity of counting graph homomorphisms"

Transcription

1 The complexity of counting graph homomorphisms Martin Dyer and Catherine Greenhill Abstract The problem of counting homomorphisms from a general graph G to a fixed graph H is a natural generalisation of graph colouring, with important applications in statistical physics. The problem of deciding whether any homomorphism exists was considered by Hell and Nešetřil. They showed that decision is NPcomplete unless H has a loop or is bipartite; otherwise it is in P. We consider the problem of exactly counting such homomorphisms, and give a similarly complete characterisation. We show that counting is #P-complete unless every connected component of H is an isolated vertex without a loop, a complete graph with all loops present, or a complete unlooped bipartite graph; otherwise it is in P. We prove further that this remains true when G has bounded degree. In particular, our theorems provide the first proof of #P-completeness of the partition function of certain models from statistical physics, such as the Widom Rowlinson model, even in graphs of maximum degree 3. Our results are proved using a mixture of spectral analysis, interpolation and combinatorial arguments. 1 Introduction Combinatorial counting problems on graphs are important in their own right, and for their application to statistical physics. In the physics application it is often a weighted version of the problem which is of interest, corresponding to the partition function of the associated Gibbs distribution. Exactly counting proper graph colourings (i.e. evaluating the chromatic polynoial) is a classical problem and its close relative is evaluating the partition function of the Potts model in statistical physics. See, for example [24]. Here we consider the complexity of exact counting in a range of models of this type. We show that polynomial-time algorithms for exact counting are unlikely to exist, other than in certain obvious cases. Many counting problems can be restated as counting the number of homomorphisms from the graph of interest G to a particular fixed graph H. The vertices of H correspond to colours, and the edges show which colours may be adjacent. The graph H may contain loops. Specifically, let C be a set of k colours, where k is a constant. Let H = (C, E H ) School of Computer Studies, University of Leeds, Leeds LS2 9JT, UNITED KINGDOM. Research supported by ESPRIT Working Group RAND2. Supported by a Leverhulme Special Research Fellowship. 1

2 be a graph with vertex set C. Given a graph G = (V, E) with vertex set V, a map X : V C is called a H-colouring if {X(v), X(w)} E H for all {v, w} E. In other words, X is a homomorphism from G to H. Let Ω H (G) denote the set of all H-colourings of G. The counting problem is then to determine Ω H (G). We may further allow the vertices or edges of H to possess weights. The above homomorphism viewpoint has been taken previously by many authors, for example [1, 2, 13, 18, 21], and more recently by Hell and Nešetřil [11], Galluccio, Hell and Nešetřil [9] and Brightwell and Winkler [3]. The latter consider the relationship between graph homomorphisms and phase transitions in statistical physics. Thus, for example, proper k-colourings of G would have H a k-clique with no loops. The Potts model corresponds to introducing a loop on every vertex and giving these loops the same positive edge-weight, the original clique edges all having (say) unit weight. The problem of counting independent sets corresponds to H being a single edge with one looped vertex. The (vertex) weighted version here is the well-known hardcore lattice gas model. The looped vertex has weight 1, and the unlooped weight λ > 0. (See, for example [15, 3, 20, 7].) Another example with physical application is the problem of counting q-particle Widom Rowlinson configurations in graphs (see [25, 16]), where q 2. This is a particular model of a gas consisting of q types of particles. The graph corresponding to q-particle Widom Rowlinson has q + 1 looped vertices, one for each particle type and one representing empty sites. The latter vertex is joined to all other vertices. The graph corresponding to the 4-particle Widom Rowlinson model is shown in Figure 1. Figure 1: The graph describing 4-particle Widom Rowlinson configurations A further example is the Beach model [5], which is a physical system with more than one measure of maximal entropy. The graph corresponding to the Beach model is shown in Figure 2. Hell and Nešetřil [11] gave a full characterisation of graphs H for which the corresponding decision problem (i.e. is Ω H (G) empty? ) is NP-complete. The decision problem corresponding to H can easily be solved in polynomial time if H has a loop or is bipartite. Conversely, Hell and Nešetřil [11] showed that if H is loopless and not bipartite then the decision problem corresponding to H is NP-complete. We will (somewhat unusually) consider the graph which consists of an unlooped isolated vertex v to 2

3 Figure 2: The graph describing the Beach model be a complete bipartite graph with vertex bipartition {v}. This should be borne in mind when reading Hell and Nešetřil s result above and our Theorem 1.1 below. We consider the complexity of exactly counting H-colourings. Denote by #H the counting problem which takes as an instance a graph G and returns the number of H- colourings of G, Ω H (G). The problem #H is clearly in #P for every graph H. We will prove the following. Theorem 1.1 Let H be a fixed graph. The problem of counting H-colourings of graphs is #P-complete if H has a connected component which is not a complete graph with all loops present or a complete bipartite graph with no loops present. Otherwise, the counting problem is in P. In particular, Theorem 1.1 provides the first #P-completeness proof for counting configurations in both the Widom-Rowlinson and Beach models. Note further that #P-hardness of the partition function for any weighted version of the problem can be deduced from our results below, whenever some suitable version of the underlying counting problem is #P-complete. For example, #P-hardness of the partition functions of the appropriate weighted versions of the Widom-Rowlinson and Beach models follows easily. In physical applications, we are usually interested in graphs of low degree. Therefore, we will prove further the following theorem. Theorem 1.2 Let H be a graph such that #H is #P-complete. Then there exists a constant such that #H remains #P-complete when restricted to instances with maximum degree at most. We can show that the implied in Theorem 1.2 is three in most important cases. For example, for both the Widom-Rowlinson and Beach models this follows. Unfortunately, for a technical reason which will emerge, we are not able to assert this in general. Theorem 1.2 shows that a counting problem which is #P-complete remains #Pcomplete when restricted to instances with some constant maximum degree. This is in contrast with the corresponding result for decision problems, obtained by Galluccio, Hell and Nešetřil [9]. They showed that there exist graphs H with NP-complete decision problems, such that decision is always a polynomial-time operation when restricted to graphs with maximum degree 3. Moreover, there does not seem to be any clear characterisation of graphs for which the corresponding decision problem is polynomialtime, when restricted to graphs with a given constant maximum degree. Indeed, it is possible that no such characterisation exists. Theorem 1.1 is proved by using a mixture of algebraic and combinatorial methods. The algebraic tools involve spectral analysis and interpolation, using operations on 3

4 graphs called stretchings and thickenings. This has a flavour of Jaeger, Vertigan and Welsh s approach to proving #P-hardness of the Tutte polynomial [14]. In particular, we present a useful result (Lemma 3.4) which we believe is the first interpolation proof involving eigenvalues. Unfortunately, the algebraic tools do not seem sufficient, by themselves, to prove Theorem 1.1. Therefore the proof is completed by a combinatorial case analysis, somewhat analogous to Hell and Nešetřil s approach to the decision problem. However, for the decision problem it is easy to see that attention can be restricted to the case where H is connected. In the counting problem this fact is far from obvious, and forms the content of our central Theorem 4.1. Two #P-complete problems are the starting points of all our reductions. The first is the problem of counting proper 3-colourings of graphs. (There is an easy and wellknown reduction from this problem to that of counting proper q-colourings of graphs, for any q 4.) This 3-colouring problem is #P-complete even when restricted to bipartite graphs, as shown by Linial [19]. The second base problem is that of counting independent sets in graphs. This problem is #P-complete even when restricted to line graphs, as shown by Valiant [23]. The plan of the paper is as follows. In the next section we introduce the operations of stretchings and thickenings. In Section 3 we use these operations to prove some interpolation results. In Section 3.1 we show how the counting problem for a singular weight matrix can always be solved by reduction from the counting problem corresponding to a certain nonsingular matrix, possibly by introducing vertex weights. In Section 3.2 we show that these vertex weights can be ignored in any proof of #P-hardness. In Section 4 we prove Theorem 1.1, by analysing cases. Finally, in Section 5 we prove Theorem 1.2, and show that all graph homomorphism counting problems are easy on instances with maximum degree Edge weights and vertex weights The graph H is described by the k k adjacency matrix A, where A ij = 1 if {i, j} E H and A ij = 0 otherwise, for all i, j C. Other problems involve weighted versions of this set-up. The weights may be on the vertices of H or on the edges. The edge weights may be stored in a symmetric matrix A, called a weight matrix, such that A ij = 0 if and only of {i, j} E H. Our focus throughout the paper is on counting graph homomorphisms (where all edge weights and all vertex weights equal 1). In the proofs, however, it is usually more convenient to work with the adjacency matrix of the graph (or with more general weight matrices). Of course, the weighted problems are of interest in their own right, as they are used in statistical physics. Suppose that the vertex weights are {λ i } i C. We assume that λ i > 0 for all i C. Let D be the diagonal matrix with λ i in the (i, i) position. Thus D is an invertible diagonal matrix. Let the edge weights be stored in the matrix A. If X Ω H (G), let w A (X) = λ X(v). {v,w} E A X(v)X(w), w D (X) = v V 4

5 Thus w A (X) measures the edge-weighting of the H-colouring X, and w D (X) measures the vertex-weighting of X. In total, the H-colouring X has weight w A,D (X), defined by w A,D (X) = w A (X) w D (X) = A X(v)X(w) λ X(v). {v,w} E There is a slight abuse in writing A X(v)X(w), where {v, w} E, as the indices of a matrix are ordered while the endpoints of an edge are not. However, as A is symmetric this does not cause any harm. We are interested in Z A,D (G), defined by Z A,D (G) = w A,D (X). X Ω H (G) If all vertex weights are equal to 1, we write w A (X) and Z A (G) instead of w A,D (X) and Z A,D (G) respectively. If in addition all edge weights are equal to 1, then Z A (G) = Ω H (G). 2 Stretchings and thickenings Recently, most #P-completeness proofs have used interpolation as the main tool in building polynomial-time reduction. See, for example, [22, 23, 14, 4, 10]. (For some #P-completeness proofs which do not use interpolation, see [12]). These interpolations are often designed to preserve desirable properties, such as bounded maximum degree of a graph. Two tools often used in these proofs are stretchings and thickenings, which are now described in the graph setting. Let P r denote the path with r + 1 vertices u 0,..., u r and r edges {u i, u i+1 }, for 0 i < r, where r 1. Let G = (V, E) be a given graph. The r-stretch of G, denoted by S r G, is obtained by replacing each edge {v, w} in E by a copy of the path P r, using the identifications v = u 0, w = u r. We can also define the r-stretch of G with respect to a subset F E of edges of G, denoted by S r (F ) (G). To form S r (F ) (G), replace each edge in F by a copy of P r. We seek an expression for Z A (S r G). For i, j C let Ω H (i,j) (P r ) = {X Ω H (P r ) X(u 0 ) = i, X(u r ) = j}. (1) It is not difficult to see that these sets form a partition of Ω H (P r ). Let D be a diagonal matrix of positive vertex weights {λ i i C} and let Π be the diagonal matrix with (i, i) entry equal to λ i. Using induction, one can prove that w A,D (X) = λ i λ j B r ij (2) X Ω H (i,j) (P r) where B = ΠAΠ. (Note that the proof follows exactly the same steps as the proof of Lemma 3.8, given below.) In the vertex-unweighted case, we have w A (X) = A r ij. (3) X Ω H (i,j) (P r) 5 v V

6 There is a relationship between the graph A r and random walks on graphs which are endowed with H-colourings. Consider performing a random walk on the vertices of a graph G. If A r ij 0 then it is possible to walk from a vertex coloured i to a vertex coloured j in exactly r steps. Using (3), we can express Z A (S r G) in terms of the entries of A r, for r 1. Corollary 2.1 Let r 1. Then Z A (S r G) = X:V C {v,w} E A r X(v)X(w) = Z A r(g). Proof. Suppose that X Ω H (S r G). We can think of X as being formed from the following ingredients: we have a map Y : V C which is the restriction of X to the vertices of G, and for each edge {v, w} E we have the restriction of X to the path P r between v and w, with endpoints coloured Y (v) and Y (w). This construction can be reversed, giving a bijection between Ω H (S r G) and (Y (v),y Ω (w)) H (P r ). Using this bijection, we find that Z A (S r G) = Y :V C {v,w} E X Ω H (S rg) = Y :V C = w A (X) {v,w} E Y :V C {v,w} E Z Ω H (Y (v),y (w)) (P r) A r Y (v)y (w), w A (Z) as claimed. The second equality follows from the bijection and the third equality follows from (3). Think of S r as an operation which acts on graphs. Let σ r A = A r, the rth power of A. Then Corollary 2.1 can be restated as Z A (S r G) = Z σra(g). We can think of σ r as the r-stretch operation for weight matrices. Notice that S 1 and σ 1 are both identity maps. Moreover S r S t = S rt and σ r σ t = σ rt for all r, t 1. The vertex-weighted form of Corollary 2.1 states that Z A,D (S r G) = Z Aσr 1 (DA),D(G) for any graph G and any diagonal matrix D of vertex weights. This statement is proved using (2). 6

7 Now let p 1. The p-thickening of the graph G, denoted by T p G, is obtained by replacing each edge by p copies of itself. This results in a multigraph where each edge has multiplicity p. We can also define the p-thickening of a graph G with respect to a (F subset F E of edges of G, denoted by T ) (F p (G). Form T ) p (G) by replacing each edge in F by p copies of itself. Since the endpoints of an edge of G become endpoints of p edges in T p G, we see immediately that Z A (T p G) = A p X(v)X(w). (4) X:V C {v,w} E Think of T p as an operation which acts on (multi)graphs. Let τ p A denote the matrix whose (i, j) entry is equal to A ij p. Then Z A (T p G) = Z τpa(g). We can think of τ p as the p-thickening operation for weight matrices. Notice that T 1 and τ 1 are both identity maps. Moreover, T p T q = T pq and τ p τ q = τ pq for all p, q 1. Thickenings do not interfere with vertex-weighted problems. Specifically, it is not difficult to see that Z A,D (T p G) = Z τpa,d(g) for all weight matrices A, invertible diagonal matrices D and graphs G. This gives rise to a polynomial-time reduction from EVAL(τ p A, D) to EVAL(A, D) for any p 1 which is polynomially bounded. In some circumstances, we wish to perform the stretching or thickening operation with respect to some subset of edges only. For the rest of this section, however, we consider the case where all edges are involved. Now consider how the thickening and stretching operations interact with each other. The r-stretch of the p-thickening of G is denoted by S r T p G. By inspection, we see that Z A (S r T p G) = A r X(v)X(w) p = Z τpσra(g). (5) X:V C {v,w} E Notice that the thickening and stretching operations are applied to A in the reverse order that they are applied to G. The p-thickening of the r-stretch of G is denoted by T p S r G. Let B = τ p A, so that B ij = A p ij. Then, by inspection, we see that Z A (T p S r G) = B r X(v)X(w) = Z σrτpa(g). X:V C {v,w} E Again, the order of the stretching and thickening operations is reversed for the weight matrix. For illustration, the graphs S 5 T 3 e and T 3 S 5 e are shown in Figure 3, where e is a single edge. We would like to be able to apply arbitrary compositions of the thickening and stretching operations. Lemma 2.1 Any composition of thickening and stretching operations is equivalent to a composition of the form S rl T pl S rl 1 T pl 1 S r2 T p2 S r1 T p1, 7

8 v w v w Figure 3: The graphs S 5 T 3 e and T 3 S 5 e, where e = {v, w} where l 1 and 1 r i, p i for 1 i l. In addition, we have Z A (S rl T pl S rl 1 T pl 1 S r1 T p1 G) = Z τp1 σ r1 τ pl 1 σ rl 1 τ pl σ rl A(G). Proof. This first statement follows since S r S t = S rt, T p T q = T pq, S 1 = id and T 1 = id for all r, s, p, q 1. The second statement can easily be proved by induction on l. 3 Interpolation results We now describe some interpolation results which are obtained using stretchings and thickenings. First, let us introduce some notation. Let H be a graph and A a weight matrix on H. Let D be a nonsingular diagonal matrix of vertex weights. The problems #H, EVAL(A) and EVAL(A, D) are defined below. PROBLEM: #H EVAL(A) EVAL(A, D) INSTANCE: A graph G A graph G A graph G OUTPUT: Ω H (G) Z A (G) Z A,D (G) If A is the adjacency matrix of the graph H, then the problems #H and EVAL(A) are identical. Similarly, if D is the identity matrix then the problems EVAL(A) and EVAL(A, D) are identical. The operations of stretching and thickening give rise to polynomial-time reductions, as below. Lemma 3.1 Suppose that r, p are positive integer constants and A is a weight matrix. There is a polynomial-time reduction from EVAL(τ p σ r A) to the problem EVAL(A). Proof. Let G be an instance of EVAL(A). We can form the graph S r T p G from G in 8

9 polynomial time, and Z τpσ ra(g) = Z A (S r T p G) by (5). This completes the polynomialtime reduction. This result can be extended to constant length compositions of stretching and thickening operations, using Lemma 2.1. Something slightly more complicated can be said if vertex weights are in use. Many polynomial-time reductions involve the following standard interpolation technique, as used in [22, 4]. Although the result is well-known, for completeness we include a proof. Lemma 3.2 Let w 1,..., w r be known distinct nonzero constants. Suppose that we know values f 1,..., f r such that r s f s = c i w i for 1 s r. The coefficients c 1,..., c r can be evaluated in polynomial time. Proof. We can express the equations in matrix form, as f 1 w 1 w 2 w r c 1 f = w 1 w 2 w r c r r r w 1 w 2 w r f r i=1 The r r matrix in the above equation is invertible. To see this, divide each column by the entry in the 1st row of that column. The result is a Vandermonde matrix with distinct columns. This matrix is invertible, hence so is the original matrix. We can invert the matrix in polynomial time, to solve for c 1,..., c r. The next two results concern the set of distinct weights of H-colourings of a given graph. In order to describe this result, we need some notation. Let U A (G) be the set of all distinct weights of H-colourings of G; that is, c r U A (G) = {w A (X) X Ω H (G)}. Suppose that G has m edges and H has k vertices. Let the nonzero entries of A be µ 1,..., µ s. Then U A (G) W m (A), where W m (A) = {µ 1 c1 µ s c s 0 c i m for 1 i s, µ µ s = m}. It is not difficult to show that U A (G) W m (A) (m + 1) k2. (6) Let N A (G, w) be the number of H-colourings of G with weight equal to w, for any real number w. That is, N A (G, w) = {X Ω H (G) w A (X) = w}. Clearly N A (G, w) = 0 if w U A (G). For any real number w, denote by EVAL(A, w) the counting problem which takes as instance a graph G and returns the output N A (G, w). 9

10 Lemma 3.3 Let A be a weight matrix for the graph H. There is a polynomial-time reduction from the problem EVAL(A, w) to the problem EVAL(A), for every real number w. Proof. The set W m (A), defined above, can be constructed explicitly in polynomial time and contains only nonzero entries. Suppose that W m (A) = {w 1,..., w t } so that there are t distinct elements in W m (A). If w W m (A) then N A (G, w) = 0. Assume now that w = w j W m (A). For 1 p t form the graph T p G, the p-thickening of G. By (6), the integer t is polynomially bounded. For each value of p, the graph T p G can be formed in polynomial time. Therefore we can form all t graphs in polynomial time. Using (4), we see that Z A (T p G) = A p X(v)X(w) = w p N A (G, w). X:V C {v,w} E w W m(a) The values in W m (A) are known, distinct and nonzero. Using Lemma 3.2, we can calculate the coefficients N A (G, w) for all w W m (A), in polynomial time. In particular, we know N A (G, w j ), the quantity of interest. This completes the polynomial-time reduction. Corollary 3.1 Let H be a graph and let A be a weight matrix for H. polynomial-time reduction from #H to EVAL(A). There is a Proof. Using the reduction of Lemma 3.3, we obtain the value of N A (G, w) for all w W m (A). Summing these values, we obtain Ω H (G). Corollary 3.2 Suppose that the distinct entries of A are pairwise coprime positive integers, (where 1 is considered to be coprime to all integers). Let S be some subset of these entries. Let B be the matrix obtained by replacing all entries of A by 1 if they belong to S, and replacing them by 0 otherwise. Then there is a polynomial-time reduction from the problem EVAL(B) to the problem EVAL(A). Proof. Write {µ 1,..., µ r } for the set of distinct entries of A. Let G be a given graph with m edges. The set W m (A) can be written as { } r α1 α W m (A) = µ 1 µ r r 0 α i m for 1 i r, α i = m. Since the µ i are coprime, these weights are distinct. That is, if the equation µ 1 α1 µ r α r = µ 1 β1 µ r β r holds for two elements of W m (A), then (α 1,..., α r ) = (β 1,..., β r ). Define the subset V m (S, A) of W m (A) by V m (S, A) = {µ 1 α1 µ r α r W m (A) α i = 0 whenever µ i S}. 10 i=1

11 That is, V m (S, A) is the set of all candidate weights which are coprime to all entries of A \ S. It is not difficult to see that Z B (G) = N A (G, w). w V m(s,a) The set V m (S, A) can be computed in polynomial time. This completes the polynomialtime reduction. Corollary 3.3 Let A be a symmetric matrix with every entry a nonnegative integer, and let B be the matrix obtained by replacing all the entries of A which do not equal 1 by zero. Then there is a polynomial-time reduction from EVAL(B) to EVAL(A). Proof. Using the reduction of Lemma 3.3, we can obtain the value of N A (G, 1). But w A (X) 1 unless all edges in G are given weight 1 by the H-colouring X. This is only possible if none of the edge-weights with greater than 1 are used. Hence N A (G, 1) = Z B (G), as required. Let G = (V, E) be a graph and let A a weight matrix. For F E, define (F w ) A (X) = A X(v)X(w). {v,w} F Thus w A (X) = w (E) A (G). The following lemma is very useful, and is proved using interpolation involving the eigenvalues of the matrix A. To the best of our knowledge, this is the first result involving interpolation on eigenvalues. Lemma 3.4 Let A be a nonsingular symmetric matrix, and let G be a given graph. Let F E be a subset of edges of G and let m = F. Suppose that we know the values of f r (G) = c A (X) w (F ) σra (X) X:V C for 1 r (m + 1) k, where c A is any function which depends on A but not on r. Then we can evaluate (F c A (X) w ) I (X) X:V C in polynomial time, where I is the k k identity matrix. Proof. Let the eigenvalues of A be α 1,..., α k. These eigenvalues can be found computationally in polynomial time (indeed, in constant time, since k is a constant). Let L be 11

12 the diagonal matrix such that L ii = α i for 1 i k. Since the matrix A is symmetric, there exists an orthogonal matrix Q such that QLQ T = A. Now f r (G) = c A (X) Let S be defined by X:V C = X:V C = X:V C c A (X) c A (X) {v,w} F {v,w} F {v,w} F A r X(v)X(w) (Q L r Q T ) X(v)X(w) Q X(v)l Q X(w)l (α l ) r. (7) S = {α 1 c1 α k c k 0 c i m for 1 i k, c c k = m}. Since we know the eigenvalues of A explicitly, the set S can be constructed explicitly in polynomial time. We can write f r (G) = s S l C a s s r (8) for 1 r (m + 1) k, where the a s are some (unknown) coefficients. The elements of S are known, distinct and nonzero. Therefore, we can obtain the coefficients a s for s S in polynomial time, using Lemma 3.2. Thus we can calculate Y = s S a s. But Y is obtained by setting r = 0 in (8). Hence Y is also equal to the value obtained by setting r = 0 in (7), since both (7) and (8) are equations for f r (G). Therefore Y = c A (X) Q X(v)l Q X(w)l This completes the proof. X:V C = X:V C = X:V C c A (X) {v,w} F l C {v,w} F c A (X) w I (F ) (X). (Q Q T ) X(v)X(w) 3.1 Singular weight matrices In order to apply Lemma 3.4 we need a nonsingular symmetric matrix A. We now give a series of lemmas which show how to proceed when the adjacency matrix A is singular. Lemma 3.5 Let A be a symmetric 0-1 matrix which has a pair of linearly dependent columns. Then there exists a symmetric 0-1 matrix A with no two linearly dependent columns, and a positive diagonal matrix D, such that the problems EVAL(A, D) and EVAL(A) are equivalent. Moreover, the matrices A and D can be constructed from A in constant time. 12

13 Proof. Suppose that A is the adjacency matrix of the graph H. Let H be the subgraph of H which is formed from H as follows. First, delete all isolated vertices. Next, suppose that {v 1,..., v l } are vertices of H which have the same set of neighbours as each other. Delete v 2,..., v l from H. Continue until no two vertices have the same set of neighbours, and call the resulting graph H. Let A be the adjacency matrix of H. Then A has no zero columns or repeated columns. Finally, let D be the diagonal matrix with the same number of rows and columns as A, such that D ii equals the number of vertices in H which have the same neighbours as the ith vertex of H (considered as a vertex in H). It is not difficult to see that EVAL(A) and EVAL(A, D) are equivalent, and that A and D can be formed from A in constant time. The following will be helpful when performing 2-stretches. Lemma 3.6 Let A be a symmetric matrix, and D be an invertible diagonal matrix. If ADA has two linearly dependent columns then A has two linearly dependent columns. Proof. Let Q = ΠA where Π = D 1/2. Then ADA = Q T Q. Let a i, q i denote the ith column of A, Q respectively. Suppose that A has no two linearly dependent columns. It follows that Q has no two linearly dependent columns. Therefore, by the Cauchy Schwarz inequality, q T i q j < (q it q i )(q jt q j ) whenever i j. Fix i, j such that 1 i < j k. The ith and jth columns of ADA contain a nonsingular 2 2 submatrix [ ] T qi q i q T i q j q T i q j q T. j q j Therefore these columns are not linearly dependent. We now establish an upper bound on the off-diagonal of ADA, when A has no two linearly dependent columns. Lemma 3.7 Suppose that A is a symmetric 0-1 matrix with no two linearly dependent columns. Let D be a diagonal matrix such that every diagonal entry D ii = λ i is positive. Define λ min = min {λ i i C}, and let ( γ = exp λ ) min, 2Tr(D) where Tr(D) = i C λ i. Then for all i j. (ADA) ij γ (ADA) ii (ADA) jj 13

14 Proof. As in the proof of Lemma 3.6, let Π = D and let Q = ΠA. Then ADA = Q T Q. Let q i denote the ith column of q. Define the sets N i by N i = {l C A li 0} for all i C. Then q T i q j = l N i N j λ l for all i, j C. Now let i and j be fixed, distinct elements of C. Since A is a 0-1 matrix with no repeated rows, the sets N i and N j must be different. Hence, without loss of generality, N i N j is a strict subset of N i. Therefore q i T q j l N i λ l λ min q i T q i λ min. It follows that and so (q i T q j ) 2 ( q i T q i λ min ) qi T q j (q i T q j ) 2 (q it q i )(q jt q j ) 1 λ min q it q i 1 λ min Tr(D) e λ min/tr(d). as required. We can now prove the main result of this section, showing that the p-thickening of ADA is nonsingular when p is large enough, whenever A has no two linearly dependent columns. Theorem 3.1 Let A be a singular weight matrix with no two linearly dependent columns. Let D be a diagonal matrix of positive vertex weights. Let λ min = min {λ i i C}. The matrix B = τ p (ADA) is nonsingular, where p 2Tr(D) log(2k)/λ min + 1. (9) Proof. Let A = ADA. By Lemma 3.6, ADA has no two linearly dependent columns. We show that the p-thickening of A is nonsingular for sufficiently large values of p. Specifically, we prove that the value of p quoted above is large enough. Consider the determinant of A. Each term of det(a ) has the form ± k i=1 A iθ(i), 14

15 where θ is a permutation on {1,..., k}. Let γ be as defined in Lemma 3.7 and let t(θ) = {i θ(i) i}. Then, using Lemma 3.7, k k A iθ(i) γ t(θ) A ii i=1 i=1 k k A θ(i)θ(i) = γ t(θ) i=1 i=1 A ii, with equality holding if and only if t(θ) = 0. Suppose that p 1, and consider the p-thickening of A. Each term of det(τ p A ) has the form for some permutation θ. Now ± k i=1 A p iθ(i) {θ Sym(k) t(θ) = t} ( ) k t! k t t for 0 t k. By separating out the identity permutation, and subtracting all other terms, we find that ( k p ( k ) p k det(τ p A ) A ii) k t γ pt > = i=1 ( k i=1 ( k i=1 A ii A ii i=1 A ii ) p ( ) 1 kγp 1 kγ p ) p 1 2kγ p 1 kγ. p This quantity is positive whenever 2kγ p < 1. Rearranging, we find that this holds whenever p > 2Tr(D) log(2k)/λ min. Therefore τ p A is a nonsingular matrix for p 2Tr(D) log(2k)/λ min + 1. This completes the proof. Note that, in the vertex-unweighted case, it suffices to take p = 2k log(2k) Ignoring vertex weights The results of the previous subsection show how to obtain a nonsingular weight matrix from a singular one, at the cost of introducing vertex weights. In this section we show that the vertex weights can be ignored in any proof of #P-hardness. Specifically, we give a polynomial-time reduction from EVAL(A) to EVAL(A, D), for any weight matrix A and any matrix D of positive vertex weights. Recall the definition of Ω H (i,j) (P r ), as given in (1). We can analogously define Ω H (i,j) (S 2 T p P r ) = {X Ω H (S 2 T p P r ) X(u 0 ) = i, X(u r ) = j}. t=1 15

16 Lemma 3.8 Let p 1 be some constant value. Let A be a symmetric matrix and let D be a diagonal matrix of positive vertex weights {λ i i C}. Let Π be the diagonal matrix with (i, i) entry equal to λ i for all i C. Then w A,D (X) = λ i λ j B r ij where B = Πτ p (ADA)Π. X Ω H (i,j) (S 2 T pp r) Proof. We prove the result by induction on r, using the fact that Z A,D (S 2 T p e) = Z τp(ada),d(e) for any edge e. Hence the result holds for r = 1. Suppose that the result holds for some r such that r 1. Then w A,D (Y ) A lj λ j as required. X Ω H (i,j) (P r+1 ) w A,D (X) = l C Y Ω H (i,l) (P r) = l C λi λ l B r ila lj λ j = λ i λ j B r il B lj l C = λ i λ j B r+1 ij, Using this device, we may prove that the vertex-unweighted problem is at least as easy as any vertex-weighted version, for any weight matrix A. Theorem 3.2 Let A be a symmetric matrix with no two linearly dependent columns. There is a polynomial-time reduction from EVAL(A) to EVAL(A, D), for any diagonal matrix D of positive vertex weights. Proof. Let G be a given instance of EVAL(A), and let D be any diagonal matrix of vertex weights. Define Π to be the diagonal matrix with Π ii = λ i for i C, as in Lemma 2. From G, form the (multi)graph Γ with edge bipartition E Γ = E E, as follows. Take each vertex v V in turn. Let d(v) denote the degree of v in G. If d(v) 3 then replace v by three vertices v 1, v 2, v 3. Let {{v i, v j } 1 i < j 3} E, and join each neighbour of v in G to exactly one of v 1, v 2 or v 3, using an edge in E. This can be done so that d Γ (v i ) d(v), where d Γ (v i ) denotes the degree of v i in Γ. If v is a vertex of degree 2, replace v by two v 1, v 2. Each neighbour of v in G is joined to exactly one of v 1, v 2 by an edge in E, and the edge {v 1, v 2 } is placed in E with multiplicity two (a double edge). Here ensure that d Γ (v i ) = 3 for i = 1, 2. Finally, if v is a vertex of degree 1 then add the loop {v, v} into E. Consider the degree of v to be 3 in 16

17 Γ. Note that each vertex in V Γ is the endpoint of exactly two edges in E (considering each end of the loop added to vertices with degree 1 to be a distinct edge). Let n be the number of vertices in Γ. Fix p to be the value on the right hand side of ( 9). Let S 2 T p S r Γ denote the graph obtained from Γ by replacing every edge in E by S 2 T p P r. That is, S 2 T p S (E r Γ = S 2 T p S ) r Γ. Form S 2 T p S r Γ for 1 r (n + 1) k. This can be achieved in polynomial time. Let B = Πτ p (ADA)Π. For ease of notation, let w (E A (X) = w ) A (X) and let w (E A (X) = w ) A (X) for all X : V C. It is not difficult to see that Z A,D (S 2 T p S r Γ) = w D (X) w A (X) = = X:V Γ C X:V Γ C X:V Γ C {v,w} E Y Ω (X(v),X(w)) H (S 2 T pp r) w D (X) w A (X) {v,w} E B r X(v)X(w)/ w A,D (Y )/(λ X(v) λ X(w) ) λ X(v) λ X(w) w A (X)w σrb (X). (10) Here the second equality follows by Lemma 3.8, and the third equality follows as every vertex in Γ is the endpoint of exactly two edges in E. The right hand side of (10) is of the form specified in Lemma 3.4, with U = E. Moreover, it is independent of the vertex weights. The matrix τ p (ADA) is nonsingular, by Theorem 3.1. Therefore the matrix B is nonsingular, so Lemma 3.4 applies. If we knew the value of Z A,D (S 2 T p S r Γ) for 1 r (n + 1), we could calculate the value of X:V Γ C w A (X) w I (X) in polynomial time, by Lemma 3.4. However, this quantity is equal to Z A (G), by inspection. This completes the polynomial-time reduction. The following result is a corollary of Lemma 3.5 and Theorem 3.2. It shows that we may always collapse vertices in H with the same set of neighbours, into a single vertex. If the resulting graph gives rise to a #P-complete counting problem, then #H is #P-complete. This result will be used repeatedly in the proof of Theorem 1.1. Corollary 3.4 Let H be a graph, and let H be obtained from H by replacing all vertices with the same neighbourhood structure by a single vertex (with that neighbourhood structure). If #H is #P-complete then #H is also #P-complete. Proof. The graph H described above is the one used in Lemma 3.5. Let A, A be the adjacency matrices of H and H, respectively. Then EVAL(A, D) and EVAL(A) are equivalent for some diagonal matrix D of positive vertex weights, as in Lemma 3.5. Moreover, there is a polynomial-time reduction from EVAL(A ) to EVAL(A, D), by Theorem 3.2. This completes the proof. 17

18 4 The main proof In this section, we prove Theorem 1.1. First, we describe those graphs H for which the associated counting problem can be solved in polynomial time. Recall that an isolated vertex with no loops is considered to be a complete bipartite graph. Lemma 4.1 Suppose that H is a complete graph with all loops present, or a complete bipartite graph with no loops. Then the counting problem #H can be solved in polynomial time. Proof. If H is an isolated vertex without a loop then Ω H (G) is empty unless G is a collection of isolated vertices, in which case Ω H (G) = 1. Suppose that H is the complete graph on k vertices with every loop present, where k 1. If G has n vertices then Ω H (G) = k n. Finally, suppose that H is the complete bipartite graph with vertex bipartition C 1 C 2, and with no loops present. If G is not bipartite then Ω H (G) is empty. Finally, assume that G is bipartite with vertex bipartition V 1 V 2. Suppose that C i = k i for i = 1, 2 and V i = n i for i = 1, 2. Then it is not difficult to see that This completes the proof. Ω H (G) = k 1 n 1 k 2 n 2 + k 1 n 2 k 2 n 1. The next result shows that a counting problem is #P-complete whenever the counting problem associated with at least one of its connected components is #P-complete. This is a critical result for our proof of Theorem 1.1. Theorem 4.1 Suppose that H is a graph with connected components H 1,..., H T. If #H l is #P-complete for some l such that 1 l T, then #H is #P-complete. Proof. Let A, A l be the adjacency matrix of H, H l respectively, for 1 l T. Fix a positive integer r such that A l r has only positive entries, for 1 l T. Note that r can be found in constant time. We show how to perform polynomial-time reductions from EVAL(A l ) to EVAL(A), for 1 l T. This is sufficient, since at least one of the problems EVAL(A l ) is #P-hard, by assumption, and EVAL(A) is clearly in #P. Let G be a given graph. We wish to calculate the values of Z Al (G) in polynomial time, for 1 l T. For 1 s T, form the graph G s with edge bipartion E E from G as follows. Let v V be an arbitrary vertex of G. Take s copies of G, placing all these edges in E. Let {v i, v j } E for 1 i < j s, where v i is the copy of v in the ith copy of G. These graphs can be formed from G in polynomial time. Now for 1 s T and 1 p s 2k2, form the graph (S r T p ) G s by taking the p-thickening of each edge in E, and then forming the r-stretch of each of these ps(s 1)/2 edges. That is, between v i and v j we have p copies of the path P r, for 1 i < j s. These graphs can be formed from G s in polynomial time. Let Z A (G, c) be defined by Z A (G, c) = {X Ω H (G) X(v) = c}. 18

19 Then = = Z A ((S r T p ) G s ) T l=1 X:{v 1,...,v s} C l 1 i s w W (s) (A) Z Al (G, X(v i )) 1 i<j s ( ) A r p X(vi )X(v j ) (11) c w w p, (12) where W (s) (A) is defined by { W (s) (A) = A r X(v i )X(v j ) X : {v 1,..., v s } C l 1 i<j s for some l, 1 l T } \ {0}. The set W (s) (A) can be formed explicitly in polynomial time. Arguing as in (6), the set W (s) (A) has at most s 2k2 distinct elements, all of which are positive. Suppose that we knew the values of Z A ((S r T p ) G s ) for 1 p W (s) (A). Then, by Lemma 3.2, the values c w for w W (s) (A) can be found in polynomial time. Adding them, we obtain f s = f s (G) = w W (s) (A) c w. This value is also obtained by putting p = 0 in (12). Equating this to the value obtained by putting p = 0 in (11), we see that f s = = T l=1 X:{v 1,...,v s} C l T Z Al (G) s. l=1 1 i s Z Al (G, X(v i )) For ease of notation, let x l = Z Al (G) for 1 l T. We know the values of f s = T l=1 x l s for 1 s T. Let ψ s be the sth elementary symmetric polynomial in variables x 1,..., x T, defined by ψ s = x i1 x is for 1 s T. Now 1 i 1 < <i s T f s ψ 1 f s ( 1) s 1 f 1 ψ s 1 + ( 1) s s ψ s = 0 for 1 s T (this is Newton s Theorem, see for example [8, p. 12]). Using these equations, we can evaluate ψ s for 1 s T in polynomial time. But x 1,..., x T are the roots of the polynomial g(z) = z T ψ 1 z T ( 1) T 1 ψ T 1 z + ( 1) T ψ T. Since this is a polynomial with integral coefficients, the roots can be found in polynomial time using the algorithm of Lenstra, Lenstra and Lovász [17]. Thus we obtain the set of values {Z Al (G) 1 l T }. 19

20 Let N = {Z Al (G) 1 l T }. If N = 1 then all the values of Z Al (G) are equal. Thus we know the value of Z Al (G) for 1 l G, as required. Otherwise, search for a connected graph Γ, with the minimal number of vertices, such that {Z Al (Γ) 1 l T } = N. We know that Γ exists, since it is a minimal element of a nonempty set with a lower bound (the empty graph), using partial order on graphs defined by the number of vertices and inclusion. Moreover, Γ depends only on H. Therefore we can find Γ by exhaustive search, in constant time. (This constant may very well be huge, but we are not seeking a practical algorithm.) We also know the values Z Al (Γ) for 1 l T. Let be the equivalence relation on {1,..., T } such that Z Al (Γ) = Z As (Γ) if and only if l s. Let π be the partition of {1,..., T } consisting of the equivalence classes of. Write π = I 1 I N and let µ j = I j for 1 j N. Finally, let µ = max {µ j 1 j N}. Assume without loss of generality that j I j for 1 j N. That is, the first N values of Z Al (Γ) form a transversal of the N equivalence classes. We perform a second reduction, which is an adaption of the one just described. For 1 s µ and 1 t N, form the graph G (s,t) with edge bipartition E E as follows. Let w be an arbitrary vertex in Γ, and recall the distinguished vertex v in G. Take s copies of G and t copies of Γ, placing all these edges in E. Let V = {w 1,..., w s } {v 1,..., v t }, where w i is the copy of w in the ith copy of Γ and v j is the copy of v in the jth copy of G. Finally, let E be the set of all possible edges between the vertices in V. Form the graph (S r T p ) G (s,t) for 1 p (s + t) 2k2 and 1 s N, by replacing each edge in E by p copies of the path P r. Arguing as in the first reduction, the values of Z A ((S r T p ) G (s,t) ) for 1 p (s + t) 2k2 can be used to produce the values f (s,t) (G) = T Z Al (G) s Z Al (Γ) t (13) l=1 for 1 s µ, 1 t N, in polynomial time. We can rewrite (13) as N f (s,t) (G) = Z Al (G) s Z Aj (Γ) t. l Ij j=1 For each fixed value of s, we know the value f (s,t) (G) for 1 t N. First suppose that Z Al (Γ) 0 for 1 l T. Using Lemma 3.2, we obtain the coefficients c (s) j = l I j Z Al (G) s, for 1 j N, in polynomial time. We can do this for 1 s µ. Now suppose without loss of generality that Z A1 (Γ) = 0. Then Lemma 3.2 only guarantees that we can find c (s) j for 2 j N, in polynomial time. However, we know the set {Z Al (G) 1 l T }. Therefore we can form the value c (s) = T l=1 Z A l (G) s in polynomial time, for 1 s µ. Then c (s) 1 = l I 1 Z Al (G) s = c (s) 20 N c (s) j. j=2

21 Thus in both cases we can find the values of c (s) j = l I j Z Al (G) s for 1 j N and 1 s µ, in polynomial time. Arguing as above, using Newton s Theorem, we can find the set of values {Z Al (G) l I j } for 1 j N in polynomial time. If all these values are equal, then we know all the values Z Al (G) for l I j. Otherwise, we perform the second reduction again, for the graph H Ij = l Ij H l. We obtain a tree of polynomial-time reductions, where each internal node has at least two children, and there are at most T leaves. (A leaf is obtained when all values Z Al (G) in the cell of the partition are equal, which will certainly happen when the cell is a singleton set.) There are at most T internal nodes in such a tree. That is, we must perform at most T + 1 reductions in all. This guarantees that we can obtain all the values Z Al (G) for 1 l T in polynomial time, as required. Proof of Theorem 1.1. The remainder of the section is devoted to the proof of Theomem 1.1. Let H be a graph with adjacency matrix A, and let G be an arbitrary graph. We can assume that G is connected, and by Theorem 4.1 we can also assume that H is connected. By Lemma 4.1 we can assume that H is not a complete graph with all loops present, or a complete bipartite graph with no loops present. The problem #H is clearly in #P, so it remains to show that it is #P-hard. We do this by demonstrating a series of polynomial-time reductions from some known #P-hard counting problem to #H. Case 1. Suppose that H has a loop on every vertex. Then H is not complete. Let G be a given connected graph. Form the graph G from G by introducing a new vertex v 0 and joining all vertices of G to v 0. The graph G can be formed from G in polynomial time. Define H i to be the subgraph of H induced by the set of neighbours of the vertex i in H. Note that i H i since H has a loop on every vertex. This implies that H i is connected for all i C. Let H be the graph with connected components given by the multiset {H i i C}. Then Ω H (G ) = k Ω Hi (G) = Ω H (G). i=1 This gives a polynomial-time reduction from #H to #H. Therefore, by Theorem 4.1, it suffices to show that #H i is #P-hard for some i C. We will iterate this reduction until a #P-hard problem is obtained. For i C let S i = {j C {i, j} E H, i j}. That is, S i is the set of neighbours of i in H distinct from i. Suppose that there exists a vertex i C which satisfies the following conditions: (i) there exists j C such that {i, j} E C, 21

22 (ii) the subgraph of H induced by S i is not a clique. Then H i is a connected graph which (by (i)) is smaller than H. There is still a loop on every vertex of H i. By (ii), the graph H i is not complete. Repeat this process with H = H i. In a finite number of steps we reach a graph H i such that no vertex of H i satisfies the given conditions. There is at least one vertex (such as i) attached to all other vertices. The subgraph of H i induced by S j is not a clique, for all such vertices j. For all other vertices j, the subgraph of H i induced by S j is a clique. Using Corollary 3.4, we can collapse all vertices of H i with the same neighbourhood structure down to a single vertex. Suppose that there are now q + 1 vertices in H i. We know that q 2, since the subgraph of H i induced by S i is not a clique. The graph H i encodes the Widom Rowlinson model of a gas with q particles. Let A be the adjacency matrix of H i, and let I q be the q q identity matrix. The matrix A is shown below, together with its square: q A = I q, A2 = There is a polynomial time reduction from EVAL(A 2 ) to EVAL(A), using Lemma 3.1 with r = 2 and p = 1. Let B be obtained from A 2 by replacing all entries which do not equal 1 by 0. By Corollary 3.3, there is a polynomial-time reduction from EVAL(B) to EVAL(A 2 ). However, EVAL(B) is the problem of counting proper q-colourings of a graph. This problem is #P-hard for q 3. Finally suppose that q = 2. Then A 2 has distinct entries 3, 2 and 1 which are coprime. Apply Corollary 3.2 with S = {2}. This shows that there is a polynomial time reduction from EVAL(B) to EVAL(A 2 ), where B is the matrix shown below together with its square B = 1 1 0, B 2 = By Lemma 3.1, there is a polynomial time reduction from EVAL(B 2 ) to EVAL(B). Now apply Corollary 3.3 to B 2. This gives a polynomial-time reduction to EVAL(B 2 ), from the #P-hard problem of counting proper 3-colourings. Hence EVAL(A 2 ) is #P-hard, completing the proof for Case 1. Case 2. Now suppose that H has some looped vertices and some unlooped vertices. We use the same reduction as Case 1. Recall the subgraph H i of H, induced by the set of all neighbours of i. Here i H i if and only if there is a loop at i. Since H is connected and contains both looped and unlooped vertices, there is an edge {i, j} E H such that i is looped and j is unlooped. Note that the edge {i, j}, together with the loop at i, describes the #P-hard problem of counting independent sets in graphs. Consider the 22

23 graph H i. This is a connected graph which has some looped vertices and some unlooped vertices. In addition, at least one looped vertex of H i is joined to all the vertices of H i. Using Corollary 3.4, we can assume that i is the only such vertex. Now suppose that j and l are both unlooped neighbours of i which are joined by an edge. Then (H i ) l is smaller than H i, since it does not contain l. It still contains independent sets as a subproblem. Therefore we can replace H i by (H i ) l. After a finite number of steps we can assume that there are no edges between unlooped vertices in H i. Next, suppose that there exists more than one looped vertex in H i. By above, if l i and l has a loop, then l is not joined to all the vertices in H i. If l is a looped vertex which is joined to an unlooped vertex j, the graph (H i ) l is smaller than H i and still contains independent sets as a subproblem. Hence we can replace H i by (H i ) l. After a finite number of steps, we can assume that i is the only looped vertex which is joined to any unlooped vertices. Suppose that there exists a looped vertex l in H i such that the subgraph of H i generated by S l is not a clique (where, recall, S l is the set of all neighbours of S l in H i other than l). Then (H i ) l has a loop on every vertex but is not complete. This problem is #P-hard, by Case 1. Otherwise, the subgraph of H i generated by S l is a clique, for all looped vertices in H i other than i. Using Corollary 3.4, we can collapse all vertices with the same neighbourhood structure down to a single vertex. The resulting graph has one unlooped vertex and q looped vertices, where q 2. There is one looped vertex i which is joined to all the other vertices. (We can think of this as the graph for q-particle Widom Rowlinson, with the loop removed from one low-degree vertex.) The adjacency matrix A of this graph is shown below, together with its square: q A =......, A = Let B be obtained from A 2 by replacing all entries which do not equal 1 by 0. Using Corollary 3.3, there is a polynomial-time reduction from EVAL(B) to EVAL(A 2 ). But B describes a graph which has exactly one looped vertex which is joined to all the other vertices, of which there are at least two. We have reached the point where H contains exactly one looped vertex, joined to all other vertices, of which there are at least one. Arguing as above, we can assume that there are no edges between the unlooped vertices. Then we can replace all the unlooped vertices by a single vertex, using Corollary 3.4. The resulting graph describes the #P-hard problem of counting independent sets in graphs. Thus #H i is #P-hard, 23

24 and so is the original problem #H. This completes the proof in Case 2. Case 3. Now suppose that H is a bipartite graph with no loops. Let G be a given connected graph. If G is not bipartite then Ω H (G) =. Therefore we can assume that G is bipartite, with vertex partition V 1 V 2. We adapt the reduction used in Cases 1 and 2 to the bipartite case, by using two apices instead of one. Specifically, form the graph G from G by introducing two new vertices v 1, v 2, and joining all vertices in V i to v i, for i = 1, 2. Also let {v 1, v 2 } be an edge in G. The graph G can be formed from G in polynomial time. Let N i denote the set of neighbours of i in H, for all i C. If {i, j} E H, let H ij be the subgraph of H induced by N i N j. Let H be the graph with connected components given by the multiset {H ij {i, j} E H }. Then Ω H (G ) = {i,j} E H Ω Hij (G) = Ω H (G). This gives a polynomial-time reduction from #H to #H. Therefore, by Theorem 4.1, it suffices to show that #H ij is #P-hard for some {i, j} E H. The diameter of a connected graph is the maximum, over all vertices i, j, of the length of the shortest path between i and j. Since H is bipartite and not complete it has diameter at least 3. Suppose that the diameter of H is d 5. Let A be the adjacency matrix of H, and consider the matrix A 3. Then A 3 is the weight matrix of a bipartite graph H with diameter strictly between 3 and d 2. There is a polynomialtime reduction from # H to EVAL(A), by Corollary 3.1. After a finite number of steps, we may assume that H has diameter 3 or 4. Suppose that H has vertex bipartition C = C 1 C 2 where C 1 = r and C 2 = s. Say that i is on the left if i C 1, otherwise say that i is on the right. Let x C 1, y C 2 be such that {x, y} E H. Such a pair exists, since H is not a complete bipartite graph. Since H has diameter 3 or 4, there exist i C 1 and j C 2 such that x j i y is a path in H between x and y. Consider the graph H ij. Note that i and j both belong to H ij, and that H ij is a connected bipartite graph with no loops which is not complete. Moreover, all vertices on the right in H ij are joined to i, and all vertices on the left in H ij are joined to j. Using Corollary 3.4, we can assume that i and j are the only vertices in H ij which satisfy these conditions. Let A be the adjacency matrix of H ij. Then A = [ 0 B B T 0 ], where B has the form B =

Corrigendum: The complexity of counting graph homomorphisms

Corrigendum: The complexity of counting graph homomorphisms Corrigendum: The complexity of counting graph homomorphisms Martin Dyer School of Computing University of Leeds Leeds, U.K. LS2 9JT dyer@comp.leeds.ac.uk Catherine Greenhill School of Mathematics The University

More information

Bounds on the generalised acyclic chromatic numbers of bounded degree graphs

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

More information

Laplacian Integral Graphs with Maximum Degree 3

Laplacian Integral Graphs with Maximum Degree 3 Laplacian Integral Graphs with Maximum Degree Steve Kirkland Department of Mathematics and Statistics University of Regina Regina, Saskatchewan, Canada S4S 0A kirkland@math.uregina.ca Submitted: Nov 5,

More information

Extremal H-colorings of trees and 2-connected graphs

Extremal H-colorings of trees and 2-connected graphs Extremal H-colorings of trees and 2-connected graphs John Engbers David Galvin June 17, 2015 Abstract For graphs G and H, an H-coloring of G is an adjacency preserving map from the vertices of G to the

More information

Extremal H-colorings of graphs with fixed minimum degree

Extremal H-colorings of graphs with fixed minimum degree Extremal H-colorings of graphs with fixed minimum degree John Engbers July 18, 2014 Abstract For graphs G and H, a homomorphism from G to H, or H-coloring of G, is a map from the vertices of G to the vertices

More information

Preliminaries and Complexity Theory

Preliminaries and Complexity Theory Preliminaries and Complexity Theory Oleksandr Romanko CAS 746 - Advanced Topics in Combinatorial Optimization McMaster University, January 16, 2006 Introduction Book structure: 2 Part I Linear Algebra

More information

On Markov chains for independent sets

On Markov chains for independent sets On Markov chains for independent sets Martin Dyer and Catherine Greenhill School of Computer Studies University of Leeds Leeds LS2 9JT United Kingdom Submitted: 8 December 1997. Revised: 16 February 1999

More information

Using Laplacian Eigenvalues and Eigenvectors in the Analysis of Frequency Assignment Problems

Using Laplacian Eigenvalues and Eigenvectors in the Analysis of Frequency Assignment Problems Using Laplacian Eigenvalues and Eigenvectors in the Analysis of Frequency Assignment Problems Jan van den Heuvel and Snežana Pejić Department of Mathematics London School of Economics Houghton Street,

More information

Topics in Graph Theory

Topics in Graph Theory Topics in Graph Theory September 4, 2018 1 Preliminaries A graph is a system G = (V, E) consisting of a set V of vertices and a set E (disjoint from V ) of edges, together with an incidence function End

More information

1 Counting spanning trees: A determinantal formula

1 Counting spanning trees: A determinantal formula Math 374 Matrix Tree Theorem Counting spanning trees: A determinantal formula Recall that a spanning tree of a graph G is a subgraph T so that T is a tree and V (G) = V (T ) Question How many distinct

More information

Counting bases of representable matroids

Counting bases of representable matroids Counting bases of representable matroids Michael Snook School of Mathematics, Statistics and Operations Research Victoria University of Wellington Wellington, New Zealand michael.snook@msor.vuw.ac.nz Submitted:

More information

ACO Comprehensive Exam October 14 and 15, 2013

ACO Comprehensive Exam October 14 and 15, 2013 1. Computability, Complexity and Algorithms (a) Let G be the complete graph on n vertices, and let c : V (G) V (G) [0, ) be a symmetric cost function. Consider the following closest point heuristic for

More information

Algebraic Methods in Combinatorics

Algebraic Methods in Combinatorics Algebraic Methods in Combinatorics Po-Shen Loh 27 June 2008 1 Warm-up 1. (A result of Bourbaki on finite geometries, from Răzvan) Let X be a finite set, and let F be a family of distinct proper subsets

More information

On the adjacency matrix of a block graph

On the adjacency matrix of a block graph On the adjacency matrix of a block graph R. B. Bapat Stat-Math Unit Indian Statistical Institute, Delhi 7-SJSS Marg, New Delhi 110 016, India. email: rbb@isid.ac.in Souvik Roy Economics and Planning Unit

More information

Graph Theory. Thomas Bloom. February 6, 2015

Graph Theory. Thomas Bloom. February 6, 2015 Graph Theory Thomas Bloom February 6, 2015 1 Lecture 1 Introduction A graph (for the purposes of these lectures) is a finite set of vertices, some of which are connected by a single edge. Most importantly,

More information

Graph coloring, perfect graphs

Graph coloring, perfect graphs Lecture 5 (05.04.2013) Graph coloring, perfect graphs Scribe: Tomasz Kociumaka Lecturer: Marcin Pilipczuk 1 Introduction to graph coloring Definition 1. Let G be a simple undirected graph and k a positive

More information

Bichain graphs: geometric model and universal graphs

Bichain graphs: geometric model and universal graphs Bichain graphs: geometric model and universal graphs Robert Brignall a,1, Vadim V. Lozin b,, Juraj Stacho b, a Department of Mathematics and Statistics, The Open University, Milton Keynes MK7 6AA, United

More information

K 4 -free graphs with no odd holes

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

More information

On counting homomorphisms to directed acyclic graphs

On counting homomorphisms to directed acyclic graphs On counting homomorphisms to directed acyclic graphs Martin Dyer Leslie Ann Goldberg Mike Paterson October 13, 2006 Abstract It is known that if P and NP are different then there is an infinite hierarchy

More information

Eigenvalues, random walks and Ramanujan graphs

Eigenvalues, random walks and Ramanujan graphs Eigenvalues, random walks and Ramanujan graphs David Ellis 1 The Expander Mixing lemma We have seen that a bounded-degree graph is a good edge-expander if and only if if has large spectral gap If G = (V,

More information

ON COST MATRICES WITH TWO AND THREE DISTINCT VALUES OF HAMILTONIAN PATHS AND CYCLES

ON COST MATRICES WITH TWO AND THREE DISTINCT VALUES OF HAMILTONIAN PATHS AND CYCLES ON COST MATRICES WITH TWO AND THREE DISTINCT VALUES OF HAMILTONIAN PATHS AND CYCLES SANTOSH N. KABADI AND ABRAHAM P. PUNNEN Abstract. Polynomially testable characterization of cost matrices associated

More information

Semidefinite and Second Order Cone Programming Seminar Fall 2001 Lecture 5

Semidefinite and Second Order Cone Programming Seminar Fall 2001 Lecture 5 Semidefinite and Second Order Cone Programming Seminar Fall 2001 Lecture 5 Instructor: Farid Alizadeh Scribe: Anton Riabov 10/08/2001 1 Overview We continue studying the maximum eigenvalue SDP, and generalize

More information

Partial cubes: structures, characterizations, and constructions

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

More information

Math 5707: Graph Theory, Spring 2017 Midterm 3

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

More information

Central Groupoids, Central Digraphs, and Zero-One Matrices A Satisfying A 2 = J

Central Groupoids, Central Digraphs, and Zero-One Matrices A Satisfying A 2 = J Central Groupoids, Central Digraphs, and Zero-One Matrices A Satisfying A 2 = J Frank Curtis, John Drew, Chi-Kwong Li, and Daniel Pragel September 25, 2003 Abstract We study central groupoids, central

More information

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

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

More information

Walks, Springs, and Resistor Networks

Walks, Springs, and Resistor Networks Spectral Graph Theory Lecture 12 Walks, Springs, and Resistor Networks Daniel A. Spielman October 8, 2018 12.1 Overview In this lecture we will see how the analysis of random walks, spring networks, and

More information

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra.

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra. DS-GA 1002 Lecture notes 0 Fall 2016 Linear Algebra These notes provide a review of basic concepts in linear algebra. 1 Vector spaces You are no doubt familiar with vectors in R 2 or R 3, i.e. [ ] 1.1

More information

Automorphism groups of wreath product digraphs

Automorphism groups of wreath product digraphs Automorphism groups of wreath product digraphs Edward Dobson Department of Mathematics and Statistics Mississippi State University PO Drawer MA Mississippi State, MS 39762 USA dobson@math.msstate.edu Joy

More information

Classical Complexity and Fixed-Parameter Tractability of Simultaneous Consecutive Ones Submatrix & Editing Problems

Classical Complexity and Fixed-Parameter Tractability of Simultaneous Consecutive Ones Submatrix & Editing Problems Classical Complexity and Fixed-Parameter Tractability of Simultaneous Consecutive Ones Submatrix & Editing Problems Rani M. R, Mohith Jagalmohanan, R. Subashini Binary matrices having simultaneous consecutive

More information

Even Cycles in Hypergraphs.

Even Cycles in Hypergraphs. Even Cycles in Hypergraphs. Alexandr Kostochka Jacques Verstraëte Abstract A cycle in a hypergraph A is an alternating cyclic sequence A 0, v 0, A 1, v 1,..., A k 1, v k 1, A 0 of distinct edges A i and

More information

The Algorithmic Aspects of the Regularity Lemma

The Algorithmic Aspects of the Regularity Lemma The Algorithmic Aspects of the Regularity Lemma N. Alon R. A. Duke H. Lefmann V. Rödl R. Yuster Abstract The Regularity Lemma of Szemerédi is a result that asserts that every graph can be partitioned in

More information

Not all counting problems are efficiently approximable. We open with a simple example.

Not all counting problems are efficiently approximable. We open with a simple example. Chapter 7 Inapproximability Not all counting problems are efficiently approximable. We open with a simple example. Fact 7.1. Unless RP = NP there can be no FPRAS for the number of Hamilton cycles in a

More information

The Matrix-Tree Theorem

The Matrix-Tree Theorem The Matrix-Tree Theorem Christopher Eur March 22, 2015 Abstract: We give a brief introduction to graph theory in light of linear algebra. Our results culminates in the proof of Matrix-Tree Theorem. 1 Preliminaries

More information

This section is an introduction to the basic themes of the course.

This section is an introduction to the basic themes of the course. Chapter 1 Matrices and Graphs 1.1 The Adjacency Matrix This section is an introduction to the basic themes of the course. Definition 1.1.1. A simple undirected graph G = (V, E) consists of a non-empty

More information

arxiv: v2 [math.co] 7 Jan 2016

arxiv: v2 [math.co] 7 Jan 2016 Global Cycle Properties in Locally Isometric Graphs arxiv:1506.03310v2 [math.co] 7 Jan 2016 Adam Borchert, Skylar Nicol, Ortrud R. Oellermann Department of Mathematics and Statistics University of Winnipeg,

More information

Properties of Ramanujan Graphs

Properties of Ramanujan Graphs Properties of Ramanujan Graphs Andrew Droll 1, 1 Department of Mathematics and Statistics, Jeffery Hall, Queen s University Kingston, Ontario, Canada Student Number: 5638101 Defense: 27 August, 2008, Wed.

More information

Near-domination in graphs

Near-domination in graphs Near-domination in graphs Bruce Reed Researcher, Projet COATI, INRIA and Laboratoire I3S, CNRS France, and Visiting Researcher, IMPA, Brazil Alex Scott Mathematical Institute, University of Oxford, Oxford

More information

5 Quiver Representations

5 Quiver Representations 5 Quiver Representations 5. Problems Problem 5.. Field embeddings. Recall that k(y,..., y m ) denotes the field of rational functions of y,..., y m over a field k. Let f : k[x,..., x n ] k(y,..., y m )

More information

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

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

More information

Asymptotic enumeration of sparse uniform linear hypergraphs with given degrees

Asymptotic enumeration of sparse uniform linear hypergraphs with given degrees Asymptotic enumeration of sparse uniform linear hypergraphs with given degrees Vladimir Blinovsky Instituto de atemática e Estatística Universidade de São Paulo, 05508-090, Brazil Institute for Information

More information

On the mean connected induced subgraph order of cographs

On the mean connected induced subgraph order of cographs AUSTRALASIAN JOURNAL OF COMBINATORICS Volume 71(1) (018), Pages 161 183 On the mean connected induced subgraph order of cographs Matthew E Kroeker Lucas Mol Ortrud R Oellermann University of Winnipeg Winnipeg,

More information

Dominating Set Counting in Graph Classes

Dominating Set Counting in Graph Classes Dominating Set Counting in Graph Classes Shuji Kijima 1, Yoshio Okamoto 2, and Takeaki Uno 3 1 Graduate School of Information Science and Electrical Engineering, Kyushu University, Japan kijima@inf.kyushu-u.ac.jp

More information

1 Adjacency matrix and eigenvalues

1 Adjacency matrix and eigenvalues CSC 5170: Theory of Computational Complexity Lecture 7 The Chinese University of Hong Kong 1 March 2010 Our objective of study today is the random walk algorithm for deciding if two vertices in an undirected

More information

The Complexity of Maximum. Matroid-Greedoid Intersection and. Weighted Greedoid Maximization

The Complexity of Maximum. Matroid-Greedoid Intersection and. Weighted Greedoid Maximization Department of Computer Science Series of Publications C Report C-2004-2 The Complexity of Maximum Matroid-Greedoid Intersection and Weighted Greedoid Maximization Taneli Mielikäinen Esko Ukkonen University

More information

CHAPTER 10 Shape Preserving Properties of B-splines

CHAPTER 10 Shape Preserving Properties of B-splines CHAPTER 10 Shape Preserving Properties of B-splines In earlier chapters we have seen a number of examples of the close relationship between a spline function and its B-spline coefficients This is especially

More information

Discrete Applied Mathematics

Discrete Applied Mathematics Discrete Applied Mathematics 194 (015) 37 59 Contents lists available at ScienceDirect Discrete Applied Mathematics journal homepage: wwwelseviercom/locate/dam Loopy, Hankel, and combinatorially skew-hankel

More information

arxiv: v1 [math.co] 13 May 2016

arxiv: v1 [math.co] 13 May 2016 GENERALISED RAMSEY NUMBERS FOR TWO SETS OF CYCLES MIKAEL HANSSON arxiv:1605.04301v1 [math.co] 13 May 2016 Abstract. We determine several generalised Ramsey numbers for two sets Γ 1 and Γ 2 of cycles, in

More information

1 Basic Combinatorics

1 Basic Combinatorics 1 Basic Combinatorics 1.1 Sets and sequences Sets. A set is an unordered collection of distinct objects. The objects are called elements of the set. We use braces to denote a set, for example, the set

More information

RECAP How to find a maximum matching?

RECAP How to find a maximum matching? RECAP How to find a maximum matching? First characterize maximum matchings A maximal matching cannot be enlarged by adding another edge. A maximum matching of G is one of maximum size. Example. Maximum

More information

Week 15-16: Combinatorial Design

Week 15-16: Combinatorial Design Week 15-16: Combinatorial Design May 8, 2017 A combinatorial design, or simply a design, is an arrangement of the objects of a set into subsets satisfying certain prescribed properties. The area of combinatorial

More information

PRODUCT DISTANCE MATRIX OF A GRAPH AND SQUARED DISTANCE MATRIX OF A TREE. R. B. Bapat and S. Sivasubramanian

PRODUCT DISTANCE MATRIX OF A GRAPH AND SQUARED DISTANCE MATRIX OF A TREE. R. B. Bapat and S. Sivasubramanian PRODUCT DISTANCE MATRIX OF A GRAPH AND SQUARED DISTANCE MATRIX OF A TREE R B Bapat and S Sivasubramanian Let G be a strongly connected, weighted directed graph We define a product distance η(i, j) for

More information

Peter J. Dukes. 22 August, 2012

Peter J. Dukes. 22 August, 2012 22 August, 22 Graph decomposition Let G and H be graphs on m n vertices. A decompostion of G into copies of H is a collection {H i } of subgraphs of G such that each H i = H, and every edge of G belongs

More information

Kernels of Directed Graph Laplacians. J. S. Caughman and J.J.P. Veerman

Kernels of Directed Graph Laplacians. J. S. Caughman and J.J.P. Veerman Kernels of Directed Graph Laplacians J. S. Caughman and J.J.P. Veerman Department of Mathematics and Statistics Portland State University PO Box 751, Portland, OR 97207. caughman@pdx.edu, veerman@pdx.edu

More information

Notes 6 : First and second moment methods

Notes 6 : First and second moment methods Notes 6 : First and second moment methods Math 733-734: Theory of Probability Lecturer: Sebastien Roch References: [Roc, Sections 2.1-2.3]. Recall: THM 6.1 (Markov s inequality) Let X be a non-negative

More information

DISTINGUISHING PARTITIONS AND ASYMMETRIC UNIFORM HYPERGRAPHS

DISTINGUISHING PARTITIONS AND ASYMMETRIC UNIFORM HYPERGRAPHS DISTINGUISHING PARTITIONS AND ASYMMETRIC UNIFORM HYPERGRAPHS M. N. ELLINGHAM AND JUSTIN Z. SCHROEDER In memory of Mike Albertson. Abstract. A distinguishing partition for an action of a group Γ on a set

More information

Strongly chordal and chordal bipartite graphs are sandwich monotone

Strongly chordal and chordal bipartite graphs are sandwich monotone Strongly chordal and chordal bipartite graphs are sandwich monotone Pinar Heggernes Federico Mancini Charis Papadopoulos R. Sritharan Abstract A graph class is sandwich monotone if, for every pair of its

More information

On counting homomorphisms to directed acyclic graphs

On counting homomorphisms to directed acyclic graphs Electronic Colloquium on Computational Complexity, Report No. 121 (2005) On counting homomorphisms to directed acyclic graphs Martin Dyer Leslie Ann Goldberg Mike Paterson October 17, 2005 Abstract We

More information

Perfect matchings in highly cyclically connected regular graphs

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

More information

Spectrally arbitrary star sign patterns

Spectrally arbitrary star sign patterns Linear Algebra and its Applications 400 (2005) 99 119 wwwelseviercom/locate/laa Spectrally arbitrary star sign patterns G MacGillivray, RM Tifenbach, P van den Driessche Department of Mathematics and Statistics,

More information

Acyclic Digraphs arising from Complete Intersections

Acyclic Digraphs arising from Complete Intersections Acyclic Digraphs arising from Complete Intersections Walter D. Morris, Jr. George Mason University wmorris@gmu.edu July 8, 2016 Abstract We call a directed acyclic graph a CI-digraph if a certain affine

More information

Triangle-free graphs with no six-vertex induced path

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

More information

Definition 2.3. We define addition and multiplication of matrices as follows.

Definition 2.3. We define addition and multiplication of matrices as follows. 14 Chapter 2 Matrices In this chapter, we review matrix algebra from Linear Algebra I, consider row and column operations on matrices, and define the rank of a matrix. Along the way prove that the row

More information

Notes on the Matrix-Tree theorem and Cayley s tree enumerator

Notes on the Matrix-Tree theorem and Cayley s tree enumerator Notes on the Matrix-Tree theorem and Cayley s tree enumerator 1 Cayley s tree enumerator Recall that the degree of a vertex in a tree (or in any graph) is the number of edges emanating from it We will

More information

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

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

More information

Assignment 2 : Probabilistic Methods

Assignment 2 : Probabilistic Methods Assignment 2 : Probabilistic Methods jverstra@math Question 1. Let d N, c R +, and let G n be an n-vertex d-regular graph. Suppose that vertices of G n are selected independently with probability p, where

More information

Graph fundamentals. Matrices associated with a graph

Graph fundamentals. Matrices associated with a graph Graph fundamentals Matrices associated with a graph Drawing a picture of a graph is one way to represent it. Another type of representation is via a matrix. Let G be a graph with V (G) ={v 1,v,...,v n

More information

Matching Polynomials of Graphs

Matching Polynomials of Graphs Spectral Graph Theory Lecture 25 Matching Polynomials of Graphs Daniel A Spielman December 7, 2015 Disclaimer These notes are not necessarily an accurate representation of what happened in class The notes

More information

arxiv: v1 [cs.ds] 2 Oct 2018

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

More information

The non-bipartite graphs with all but two eigenvalues in

The non-bipartite graphs with all but two eigenvalues in The non-bipartite graphs with all but two eigenvalues in [ 1, 1] L.S. de Lima 1, A. Mohammadian 1, C.S. Oliveira 2 1 Departamento de Engenharia de Produção, Centro Federal de Educação Tecnológica Celso

More information

Tree-width and planar minors

Tree-width and planar minors Tree-width and planar minors Alexander Leaf and Paul Seymour 1 Princeton University, Princeton, NJ 08544 May 22, 2012; revised March 18, 2014 1 Supported by ONR grant N00014-10-1-0680 and NSF grant DMS-0901075.

More information

Algebraic Methods in Combinatorics

Algebraic Methods in Combinatorics Algebraic Methods in Combinatorics Po-Shen Loh June 2009 1 Linear independence These problems both appeared in a course of Benny Sudakov at Princeton, but the links to Olympiad problems are due to Yufei

More information

Induced Subgraph Isomorphism on proper interval and bipartite permutation graphs

Induced Subgraph Isomorphism on proper interval and bipartite permutation graphs Induced Subgraph Isomorphism on proper interval and bipartite permutation graphs Pinar Heggernes Pim van t Hof Daniel Meister Yngve Villanger Abstract Given two graphs G and H as input, the Induced Subgraph

More information

A sequence of triangle-free pseudorandom graphs

A sequence of triangle-free pseudorandom graphs A sequence of triangle-free pseudorandom graphs David Conlon Abstract A construction of Alon yields a sequence of highly pseudorandom triangle-free graphs with edge density significantly higher than one

More information

Copyright 2013 Springer Science+Business Media New York

Copyright 2013 Springer Science+Business Media New York Meeks, K., and Scott, A. (2014) Spanning trees and the complexity of floodfilling games. Theory of Computing Systems, 54 (4). pp. 731-753. ISSN 1432-4350 Copyright 2013 Springer Science+Business Media

More information

Independent Transversals in r-partite Graphs

Independent Transversals in r-partite Graphs Independent Transversals in r-partite Graphs Raphael Yuster Department of Mathematics Raymond and Beverly Sackler Faculty of Exact Sciences Tel Aviv University, Tel Aviv, Israel Abstract Let G(r, n) denote

More information

Packing and Covering Dense Graphs

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

More information

Unit 2, Section 3: Linear Combinations, Spanning, and Linear Independence Linear Combinations, Spanning, and Linear Independence

Unit 2, Section 3: Linear Combinations, Spanning, and Linear Independence Linear Combinations, Spanning, and Linear Independence Linear Combinations Spanning and Linear Independence We have seen that there are two operations defined on a given vector space V :. vector addition of two vectors and. scalar multiplication of a vector

More information

The Complexity of Computing the Sign of the Tutte Polynomial

The Complexity of Computing the Sign of the Tutte Polynomial The Complexity of Computing the Sign of the Tutte Polynomial Leslie Ann Goldberg (based on joint work with Mark Jerrum) Oxford Algorithms Workshop, October 2012 The Tutte polynomial of a graph G = (V,

More information

Fiedler s Theorems on Nodal Domains

Fiedler s Theorems on Nodal Domains Spectral Graph Theory Lecture 7 Fiedler s Theorems on Nodal Domains Daniel A. Spielman September 19, 2018 7.1 Overview In today s lecture we will justify some of the behavior we observed when using eigenvectors

More information

Invertibility and Largest Eigenvalue of Symmetric Matrix Signings

Invertibility and Largest Eigenvalue of Symmetric Matrix Signings Invertibility and Largest Eigenvalue of Symmetric Matrix Signings Charles Carlson Karthekeyan Chandrasekaran Hsien-Chih Chang Alexandra Kolla Abstract The spectra of signed matrices have played a fundamental

More information

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

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

More information

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

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

More information

Lecture 1 and 2: Random Spanning Trees

Lecture 1 and 2: Random Spanning Trees Recent Advances in Approximation Algorithms Spring 2015 Lecture 1 and 2: Random Spanning Trees Lecturer: Shayan Oveis Gharan March 31st Disclaimer: These notes have not been subjected to the usual scrutiny

More information

Out-colourings of Digraphs

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

More information

Counting independent sets of a fixed size in graphs with a given minimum degree

Counting independent sets of a fixed size in graphs with a given minimum degree Counting independent sets of a fixed size in graphs with a given minimum degree John Engbers David Galvin April 4, 01 Abstract Galvin showed that for all fixed δ and sufficiently large n, the n-vertex

More information

Generating p-extremal graphs

Generating p-extremal graphs Generating p-extremal graphs Derrick Stolee Department of Mathematics Department of Computer Science University of Nebraska Lincoln s-dstolee1@math.unl.edu August 2, 2011 Abstract Let f(n, p be the maximum

More information

Refined Inertia of Matrix Patterns

Refined Inertia of Matrix Patterns Electronic Journal of Linear Algebra Volume 32 Volume 32 (2017) Article 24 2017 Refined Inertia of Matrix Patterns Kevin N. Vander Meulen Redeemer University College, kvanderm@redeemer.ca Jonathan Earl

More information

9 - The Combinatorial Nullstellensatz

9 - The Combinatorial Nullstellensatz 9 - The Combinatorial Nullstellensatz Jacques Verstraëte jacques@ucsd.edu Hilbert s nullstellensatz says that if F is an algebraically closed field and f and g 1, g 2,..., g m are polynomials in F[x 1,

More information

CS 6820 Fall 2014 Lectures, October 3-20, 2014

CS 6820 Fall 2014 Lectures, October 3-20, 2014 Analysis of Algorithms Linear Programming Notes CS 6820 Fall 2014 Lectures, October 3-20, 2014 1 Linear programming The linear programming (LP) problem is the following optimization problem. We are given

More information

Discrete Optimization 23

Discrete Optimization 23 Discrete Optimization 23 2 Total Unimodularity (TU) and Its Applications In this section we will discuss the total unimodularity theory and its applications to flows in networks. 2.1 Total Unimodularity:

More information

Disjoint paths in unions of tournaments

Disjoint paths in unions of tournaments Disjoint paths in unions of tournaments Maria Chudnovsky 1 Princeton University, Princeton, NJ 08544, USA Alex Scott Mathematical Institute, University of Oxford, Oxford OX2 6GG, UK Paul Seymour 2 Princeton

More information

(x 1 +x 2 )(x 1 x 2 )+(x 2 +x 3 )(x 2 x 3 )+(x 3 +x 1 )(x 3 x 1 ).

(x 1 +x 2 )(x 1 x 2 )+(x 2 +x 3 )(x 2 x 3 )+(x 3 +x 1 )(x 3 x 1 ). CMPSCI611: Verifying Polynomial Identities Lecture 13 Here is a problem that has a polynomial-time randomized solution, but so far no poly-time deterministic solution. Let F be any field and let Q(x 1,...,

More information

1.10 Matrix Representation of Graphs

1.10 Matrix Representation of Graphs 42 Basic Concepts of Graphs 1.10 Matrix Representation of Graphs Definitions: In this section, we introduce two kinds of matrix representations of a graph, that is, the adjacency matrix and incidence matrix

More information

A linear algebra proof of the fundamental theorem of algebra

A linear algebra proof of the fundamental theorem of algebra A linear algebra proof of the fundamental theorem of algebra Andrés E. Caicedo May 18, 2010 Abstract We present a recent proof due to Harm Derksen, that any linear operator in a complex finite dimensional

More information

GRAPHIC REALIZATIONS OF SEQUENCES. Under the direction of Dr. John S. Caughman

GRAPHIC REALIZATIONS OF SEQUENCES. Under the direction of Dr. John S. Caughman GRAPHIC REALIZATIONS OF SEQUENCES JOSEPH RICHARDS Under the direction of Dr. John S. Caughman A Math 501 Project Submitted in partial fulfillment of the requirements for the degree of Master of Science

More information

A linear algebra proof of the fundamental theorem of algebra

A linear algebra proof of the fundamental theorem of algebra A linear algebra proof of the fundamental theorem of algebra Andrés E. Caicedo May 18, 2010 Abstract We present a recent proof due to Harm Derksen, that any linear operator in a complex finite dimensional

More information

Containment restrictions

Containment restrictions Containment restrictions Tibor Szabó Extremal Combinatorics, FU Berlin, WiSe 207 8 In this chapter we switch from studying constraints on the set operation intersection, to constraints on the set relation

More information

ORIE 6334 Spectral Graph Theory September 8, Lecture 6. In order to do the first proof, we need to use the following fact.

ORIE 6334 Spectral Graph Theory September 8, Lecture 6. In order to do the first proof, we need to use the following fact. ORIE 6334 Spectral Graph Theory September 8, 2016 Lecture 6 Lecturer: David P. Williamson Scribe: Faisal Alkaabneh 1 The Matrix-Tree Theorem In this lecture, we continue to see the usefulness of the graph

More information

ACO Comprehensive Exam March 17 and 18, Computability, Complexity and Algorithms

ACO Comprehensive Exam March 17 and 18, Computability, Complexity and Algorithms 1. Computability, Complexity and Algorithms (a) Let G(V, E) be an undirected unweighted graph. Let C V be a vertex cover of G. Argue that V \ C is an independent set of G. (b) Minimum cardinality vertex

More information