Graph Homomorphisms with Complex Values: a Dichotomy Theorem ∗

Total Page:16

File Type:pdf, Size:1020Kb

Graph Homomorphisms with Complex Values: a Dichotomy Theorem ∗ SIAM J. COMPUT. c 2013 Society for Industrial and Applied Mathematics Vol. 42, No. 3, pp. 924–1029 GRAPH HOMOMORPHISMS WITH COMPLEX VALUES: A DICHOTOMY THEOREM ∗ † ‡ § JIN-YI CAI ,XICHEN, AND PINYAN LU Abstract. Each symmetric matrix A over C defines a graph homomorphism function ZA(·)on undirected graphs. The function ZA(·) is also called the partition function from statistical physics, and can encode many interesting graph properties, including counting vertex covers and k-colorings. We study the computational complexity of ZA(·) for arbitrary symmetric matrices A with algebraic complex values. Building on work by Dyer and Greenhill [Random Structures and Algorithms,17 (2000), pp. 260–289], Bulatov and Grohe [Theoretical Computer Science, 348 (2005), pp. 148–186], and especially the recent beautiful work by Goldberg et al. [SIAM J. Comput., 39 (2010), pp. 3336– 3402], we prove a complete dichotomy theorem for this problem. We show that ZA(·)iseither computable in polynomial-time or #P-hard, depending explicitly on the matrix A. We further prove that the tractability criterion on A is polynomial-time decidable. Key words. computational complexity, counting complexity, graph homomorphisms, partition functions AMS subject classifications. 68Q17, 68Q25, 68R05, 68R10, 05C31 DOI. 10.1137/110840194 1. Introduction. Graph homomorphism has been studied intensely over the years [28, 23, 13, 18, 4, 12, 21]. Given two graphs G and H, a graph homomorphism from G to H is a map f from the vertex set V (G)to V (H) such that, whenever (u, v)isanedgeinG,(f(u),f(v)) is an edge in H. The counting problem for graph homomorphism is to compute the number of homomorphisms from G to H.Forafixed graph H, this problem is also known as the #H-coloring problem. In 1967, Lov´asz [28] proved that H and H are isomorphic iff for all G, the number of homomorphisms from G to H and from G to H are the same. Graph homomorphisms and the associated partition function defined below provide us an elegant and wide-ranging notion of graph properties [23]. In this paper, all graphs considered are undirected. We follow standard defini- tions: G is allowed to have multiple edges; H can have loops, multiple edges, and, more generally, edge weights. (The standard definition of graph homomorphism does not allow self-loops for G. However, our result is stronger: We prove polynomial-time tractability even for input graphs G with self-loops; at the same time, our hardness results hold for the more restricted case of G with no self-loops.) Formally, we use A to denote an m × m symmetric matrix with entries (Ai,j ), i, j ∈ [m]={1, 2,...,m}. Given any undirected graph G =(V,E), we define the graph homomorphism function ∗ Received by the editors July 11, 2011; accepted for publication (in revised form) February 21, 2013; published electronically May 21, 2013. http://www.siam.org/journals/sicomp/42-3/84019.html †Department of Computer Sciences, University of Wisconsin–Madison, Madison, WI 53706 ([email protected]). This work was supported by NSF CCF-0914969. ‡Department of Computer Science, Columbia University, New York, NY 10027 (xichen@ cs.columbia.edu). This work was supported by NSF grants CCF-0832797 and DMS-0635607 when the author was a postdoc at the Institute for Advanced Study and Princeton University, by a USC Downloaded 07/31/15 to 128.105.14.124. Redistribution subject SIAM license or copyright; see http://www.siam.org/journals/ojsa.php Viterbi School of Engineering startup fund to Shang-Hua Teng, and by CCF-1149257 and a Sloan research fellowship. §Microsoft Research Asia, Beijing 100080, China ([email protected]). 924 Copyright © by SIAM. Unauthorized reproduction of this article is prohibited. GRAPH HOMOMORPHISMS WITH COMPLEX VALUES 925 (1.1) ZA(G)= Aξ(u ),ξ(v). ξ:V →[m] (u,v)∈E This is also called the partition function from statistical physics. It is clear from the definition that ZA(G) is exactly the number of homomorphisms from G to H,when A is the adjacency matrix of H. Graph homomorphism can express many natural graph properties. For example, { } if we take H to be the graph over two vertices 0, 1 with an edge (0, 1) and a loop at 1, then the set of vertices mapped to 1 in a graph homomorphism from G to H corresponds to a vertex cover of G, and the counting problem simply counts the number of vertex covers. As another example, if H is the complete graph over k vertices (without self-loops), then the problem is exactly the k-coloring problem for G. Many additional graph invariants can be expressed as ZA(G) for appropriate A. Consider the Hadamard matrix 11 (1.2) H = − . 1 1 We index its rows and columns by {0, 1}.InthesumZ H(G), each term is either 1 or −1 and equals −1 precisely when the induced subgraph of G on ξ−1(1) has an odd n number of edges. Therefore, (2 − ZH(G))/2 is the number of induced subgraphs of G with an odd number of edges. Also expressible as Z (·)areS-flows, where S is a A subset of a finite Abelian group closed under inversion [18], and a scaled version of the ˆ − − Tutte polynomial T (x, y), where (x 1)(y 1) is a positive integer. In [18], Freedman, Lov´asz and Schrijver characterized the graph functions that can be expressed as ZA(·). In this paper, we study the complexity of the partition function ZA(·), where A is an arbitrary fixed symmetric matrix over the algebraic complex numbers. Throughout the paper, we let C denote the set of algebraic complex numbers and refer to them simply as complex numbers when it is clear from the context. More discussion on the model of computation can be found in section 2.2. The complexity question of ZA(·) has been intensely studied. Hell and Neˇsetˇril first studied the H-coloring problem [22, 23] (i.e., given an undirected graph G, decide whether there exists a graph homomorphism from G to H) and proved that for any fixed undirected graph H, the problem is either in polynomial time or NP-complete. Results of this type are called complexity dichotomy theorems. Such theorems state that every member of the class of problems concerned is either tractable (i.e., solvable in P) or intractable (i.e., NP-hard or #P-hard depending on whether it is a decision or a counting problem). This includes the well-known Schaefer’s dichotomy theorem [31]. The famous complexity dichotomy conjecture made by Feder and Vardi [16] on deci- sion constraint satisfaction problems [11] motivated much of the subsequent work. In [13], Dyer and Greenhill studied the counting version of the H-coloring prob- lem. They proved that for any fixed symmetric {0, 1}-matrix A, ZA(·) is either com- putable in polynomial time or #P-hard. (In this paper, for a function computable in polynomial time we will simply say “in P.”) Then in [4], Bulatov and Grohe gave a sweeping generalization of this theorem to all nonnegative symmetric matrices A. (See Theorem 2.5 for the precise statement.) They obtained an elegant dichotomy theorem, which basically says that ZA(·) is computable in P if each block of A has rank at most one, and is #P-hard otherwise. More precisely, decompose A as a direct sum of Ai which correspond to the connected components Hi of the undirected graph H Downloaded 07/31/15 to 128.105.14.124. Redistribution subject SIAM license or copyright; see http://www.siam.org/journals/ojsa.php · · defined by the nonzero entries of A. Then, ZA( ) is computable in P if every ZAi ( )is · and is #P-hard otherwise. For each nonbipartite graph Hi, the corresponding ZAi ( ) Copyright © by SIAM. Unauthorized reproduction of this article is prohibited. 926 JIN-YI CAI, XI CHEN, AND PINYAN LU is computable in P if Ai has rank at most one and is #P-hard otherwise. For each · bipartite Hi, the corresponding ZAi ( )isinPifAi has the form 0B i Ai = T , Bi 0 where Bi has rank one, and is #P-hard otherwise. The result of Bulatov and Grohe is both sweeping and enormously applicable. It completely solves the problem for all nonnegative symmetric matrices. However, when we are dealing with nonnegative matrices, there are no cancellations in the exponential sum ZA(·). These potential cancellations, when A is either a real or a complex matrix, may in fact be the source of surprisingly efficient algorithms for · computing ZA( ). The occurrence of these cancellations, or the mere possibility of such occurrence, makes proving any complexity dichotomies more difficult. Such a proof must identify all polynomial-time decidable problems utilizing the potential cancellations, such as those found in holographic algorithms [36, 37, 8], and at the same time carve out exactly what is left. This situation is similar to monotone versus nonmonotone circuit complexity. It turns out that indeed there are more interesting tractable cases over the reals, and in particular, the 2× 2 Hadamard matrix H in (1.2) turns out to be one such case. This is the starting point for the next great chapter on the complexity of ZA(·). In a paper [21] comprising 67 pages of beautiful proofs of both exceptional depth and conceptual vision, Goldberg et al. proved a complexity dichotomy theorem for algebraic real-valued symmetric matrices A. Their result is too intricate to give a short and accurate summary here. It states that the problem of computing ZA(G) for any algebraic real A is either in P or #P-hard.
Recommended publications
  • Directed Graphs Definition: an Directed Graph (Or Digraph) G = (V, E) Consists of a Nonempty Set V of Vertices (Or Nodes) and a Set E of Directed Edges (Or Arcs)
    Chapter 10 Chapter Summary Graphs and Graph Models Graph Terminology and Special Types of Graphs Representing Graphs and Graph Isomorphism Connectivity Euler and Hamiltonian Graphs Shortest-Path Problems (not currently included in overheads) Planar Graphs (not currently included in overheads) Graph Coloring (not currently included in overheads) Section 10.1 Section Summary Introduction to Graphs Graph Taxonomy Graph Models Graphs Definition: A graph G = (V, E) consists of a nonempty set V of vertices (or nodes) and a set E of edges. Each edge has either one or two vertices associated with it, called its endpoints. An edge is said to connect its endpoints. Example: a b This is a graph with four vertices and five edges. d c Remarks: The graphs we study here are unrelated to graphs of functions studied in Chapter 2. We have a lot of freedom when we draw a picture of a graph. All that matters is the connections made by the edges, not the particular geometry depicted. For example, the lengths of edges, whether edges cross, how vertices are depicted, and so on, do not matter A graph with an infinite vertex set is called an infinite graph. A graph with a finite vertex set is called a finite graph. We (following the text) restrict our attention to finite graphs. Some Terminology In a simple graph each edge connects two different vertices and no two edges connect the same pair of vertices. Multigraphs may have multiple edges connecting the same two vertices. When m different edges connect the vertices u and v, we say that {u,v} is an edge of multiplicity m.
    [Show full text]
  • Adjacency and Incidence Matrices
    Adjacency and Incidence Matrices 1 / 10 The Incidence Matrix of a Graph Definition Let G = (V ; E) be a graph where V = f1; 2;:::; ng and E = fe1; e2;:::; emg. The incidence matrix of G is an n × m matrix B = (bik ), where each row corresponds to a vertex and each column corresponds to an edge such that if ek is an edge between i and j, then all elements of column k are 0 except bik = bjk = 1. 1 2 e 21 1 13 f 61 0 07 3 B = 6 7 g 40 1 05 4 0 0 1 2 / 10 The First Theorem of Graph Theory Theorem If G is a multigraph with no loops and m edges, the sum of the degrees of all the vertices of G is 2m. Corollary The number of odd vertices in a loopless multigraph is even. 3 / 10 Linear Algebra and Incidence Matrices of Graphs Recall that the rank of a matrix is the dimension of its row space. Proposition Let G be a connected graph with n vertices and let B be the incidence matrix of G. Then the rank of B is n − 1 if G is bipartite and n otherwise. Example 1 2 e 21 1 13 f 61 0 07 3 B = 6 7 g 40 1 05 4 0 0 1 4 / 10 Linear Algebra and Incidence Matrices of Graphs Recall that the rank of a matrix is the dimension of its row space. Proposition Let G be a connected graph with n vertices and let B be the incidence matrix of G.
    [Show full text]
  • Multilayer Networks
    Journal of Complex Networks (2014) 2, 203–271 doi:10.1093/comnet/cnu016 Advance Access publication on 14 July 2014 Multilayer networks Mikko Kivelä Oxford Centre for Industrial and Applied Mathematics, Mathematical Institute, University of Oxford, Oxford OX2 6GG, UK Alex Arenas Departament d’Enginyeria Informática i Matemátiques, Universitat Rovira I Virgili, 43007 Tarragona, Spain Marc Barthelemy Downloaded from Institut de Physique Théorique, CEA, CNRS-URA 2306, F-91191, Gif-sur-Yvette, France and Centre d’Analyse et de Mathématiques Sociales, EHESS, 190-198 avenue de France, 75244 Paris, France James P. Gleeson MACSI, Department of Mathematics & Statistics, University of Limerick, Limerick, Ireland http://comnet.oxfordjournals.org/ Yamir Moreno Institute for Biocomputation and Physics of Complex Systems (BIFI), University of Zaragoza, Zaragoza 50018, Spain and Department of Theoretical Physics, University of Zaragoza, Zaragoza 50009, Spain and Mason A. Porter† Oxford Centre for Industrial and Applied Mathematics, Mathematical Institute, University of Oxford, by guest on August 21, 2014 Oxford OX2 6GG, UK and CABDyN Complexity Centre, University of Oxford, Oxford OX1 1HP, UK †Corresponding author. Email: [email protected] Edited by: Ernesto Estrada [Received on 16 October 2013; accepted on 23 April 2014] In most natural and engineered systems, a set of entities interact with each other in complicated patterns that can encompass multiple types of relationships, change in time and include other types of complications. Such systems include multiple subsystems and layers of connectivity, and it is important to take such ‘multilayer’ features into account to try to improve our understanding of complex systems. Consequently, it is necessary to generalize ‘traditional’ network theory by developing (and validating) a framework and associated tools to study multilayer systems in a comprehensive fashion.
    [Show full text]
  • Arxiv:1602.02002V1 [Math.CO] 5 Feb 2016 Dept
    a The Structure of W4-Immersion-Free Graphs R´emy Belmonteb;c Archontia Giannopouloud;e Daniel Lokshtanovf ;g Dimitrios M. Thilikosh;i ;j Abstract We study the structure of graphs that do not contain the wheel on 5 vertices W4 as an immersion, and show that these graphs can be constructed via 1, 2, and 3-edge-sums from subcubic graphs and graphs of bounded treewidth. Keywords: Immersion Relation, Wheel, Treewidth, Edge-sums, Structural Theorems 1 Introduction A recurrent theme in structural graph theory is the study of specific properties that arise in graphs when excluding a fixed pattern. The notion of appearing as a pattern gives rise to various graph containment relations. Maybe the most famous example is the minor relation that has been widely studied, in particular since the fundamental results of Kuratowski and Wagner who proved that planar graphs are exactly those graphs that contain neither K5 nor K3;3 as a (topological) minor. A graph G contains a graph H as a topological minor if H can be obtained from G by a sequence of vertex deletions, edge deletions and replacing internally vertex-disjoint paths by single edges. Wagner also described the structure of the graphs that exclude K5 as a minor: he proved that K5- minor-free graphs can be constructed by \gluing" together (using so-called clique-sums) planar graphs and a specific graph on 8 vertices, called Wagner's graph. aEmails of authors: [email protected] [email protected], [email protected], [email protected] b arXiv:1602.02002v1 [math.CO] 5 Feb 2016 Dept.
    [Show full text]
  • Multidimensional Network Analysis
    Universita` degli Studi di Pisa Dipartimento di Informatica Dottorato di Ricerca in Informatica Ph.D. Thesis Multidimensional Network Analysis Michele Coscia Supervisor Supervisor Fosca Giannotti Dino Pedreschi May 9, 2012 Abstract This thesis is focused on the study of multidimensional networks. A multidimensional network is a network in which among the nodes there may be multiple different qualitative and quantitative relations. Traditionally, complex network analysis has focused on networks with only one kind of relation. Even with this constraint, monodimensional networks posed many analytic challenges, being representations of ubiquitous complex systems in nature. However, it is a matter of common experience that the constraint of considering only one single relation at a time limits the set of real world phenomena that can be represented with complex networks. When multiple different relations act at the same time, traditional complex network analysis cannot provide suitable an- alytic tools. To provide the suitable tools for this scenario is exactly the aim of this thesis: the creation and study of a Multidimensional Network Analysis, to extend the toolbox of complex network analysis and grasp the complexity of real world phenomena. The urgency and need for a multidimensional network analysis is here presented, along with an empirical proof of the ubiquity of this multifaceted reality in different complex networks, and some related works that in the last two years were proposed in this novel setting, yet to be systematically defined. Then, we tackle the foundations of the multidimensional setting at different levels, both by looking at the basic exten- sions of the known model and by developing novel algorithms and frameworks for well-understood and useful problems, such as community discovery (our main case study), temporal analysis, link prediction and more.
    [Show full text]
  • 6.042J Chapter 6: Directed Graphs
    “mcs-ftl” — 2010/9/8 — 0:40 — page 189 — #195 6 Directed Graphs 6.1 Definitions So far, we have been working with graphs with undirected edges. A directed edge is an edge where the endpoints are distinguished—one is the head and one is the tail. In particular, a directed edge is specified as an ordered pair of vertices u, v and is denoted by .u; v/ or u v. In this case, u is the tail of the edge and v is the ! head. For example, see Figure 6.1. A graph with directed edges is called a directed graph or digraph. Definition 6.1.1. A directed graph G .V; E/ consists of a nonempty set of D nodes V and a set of directed edges E. Each edge e of E is specified by an ordered pair of vertices u; v V . A directed graph is simple if it has no loops (that is, edges 2 of the form u u) and no multiple edges. ! Since we will focus on the case of simple directed graphs in this chapter, we will generally omit the word simple when referring to them. Note that such a graph can contain an edge u v as well as the edge v u since these are different edges ! ! (for example, they have a different tail). Directed graphs arise in applications where the relationship represented by an edge is 1-way or asymmetric. Examples include: a 1-way street, one person likes another but the feeling is not necessarily reciprocated, a communication channel such as a cable modem that has more capacity for downloading than uploading, one entity is larger than another, and one job needs to be completed before another job can begin.
    [Show full text]
  • 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 Models Graph Terminology and Special Types of Graphs Representations of Graphs, and Graph Isomorphism Connectivity Euler and Hamiltonian Paths Brief look at other topics like graph coloring Kousha Etessami (U. of Edinburgh, UK) Discrete Mathematics (Chapter 6) 2 / 13 What is a Graph? Informally, a graph consists of a non-empty set of vertices (or nodes), and a set E of edges that connect (pairs of) nodes. But different types of graphs (undirected, directed, simple, multigraph, ...) have different formal definitions, depending on what kinds of edges are allowed. This creates a lot of (often inconsistent) terminology. Before formalizing, let’s see some examples.... During this course, we focus almost exclusively on standard (undirected) graphs and directed graphs, which are our first two examples. Kousha Etessami (U. of Edinburgh, UK) Discrete Mathematics (Chapter 6) 3 / 13 A (simple undirected) graph: ED NY SF LA Only undirected edges; at most one edge between any pair of distinct nodes; and no loops (edges between a node and itself). Kousha Etessami (U. of Edinburgh, UK) Discrete Mathematics (Chapter 6) 4 / 13 A directed graph (digraph) (with loops): ED NY SF LA Only directed edges; at most one directed edge from any node to any node; and loops are allowed. Kousha Etessami (U. of Edinburgh, UK) Discrete Mathematics (Chapter 6) 5 / 13 A simple directed graph: ED NY SF LA Only directed edges; at most one directed edge from any node to any other node; and no loops allowed.
    [Show full text]
  • 1.3 Matrices and Graphs
    Thus Tˆ(bˆj) = ajibˆi, �i and the matrix of Tˆ with respect to Bˆ isA T , the transpose of the matrix ofT with respect toB. Remark: Natural isomorphism betweenV and its double dual Vˆ. We have seen above that everyfinite dimensional vector spaceV has the same dimension as its dual Vˆ, and hence they are isomorphic as vector spaces. Once we choose a basis forV we also define a dual basis for Vˆ and the correspondence between the two bases gives us an explicit isomorphism betweenV and Vˆ. However this isomorphism is not intrinsic to the spaceV, in the sense that it depends upon a choice of basis and cannot be described independently of a choice of basis. ˆ The dual space of Vˆ is denoted Vˆ; it is the space of all linear mappings from Vˆ toF. By all of the above discussion it has the same dimension as Vˆ andV. The reason for mentioning this however is that there is a “natural” isomorphismθ fromV to Vˆ. It is defined in the following way, ˆ forx V andf Vˆ - note thatθ(x) belongs to Vˆ, soθ(x)(f) should be an element ofF. ∈ ∈ θ(x)(f) =f(x). To see thatθ is an isomorphism, suppose thatx 1,...,x k are independent elements ofV. Then ˆ θ(x1),...,θ(x k) are independent elements of Vˆ. To see this leta 1,...,a k be element ofF for which a θ(x ) + +a θ(x ) = 0. This means thatf(a x + +a x ) = 0 for allf Vˆ, which means 1 1 ··· k k 1 1 ··· k k ∈ thata x + +a x = 0, which means that eacha = 0.
    [Show full text]
  • Homomorphisms of Signed Graphs: an Update Reza Naserasr, Eric Sopena, Thomas Zaslavsky
    Homomorphisms of signed graphs: An update Reza Naserasr, Eric Sopena, Thomas Zaslavsky To cite this version: Reza Naserasr, Eric Sopena, Thomas Zaslavsky. Homomorphisms of signed graphs: An update. European Journal of Combinatorics, Elsevier, inPress, 10.1016/j.ejc.2020.103222. hal-02429415v2 HAL Id: hal-02429415 https://hal.archives-ouvertes.fr/hal-02429415v2 Submitted on 17 Oct 2020 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Homomorphisms of signed graphs: An update Reza Naserasra, Eric´ Sopenab, Thomas Zaslavskyc aUniversit´ede Paris, IRIF, CNRS, F-75013 Paris, France. E-mail: [email protected] b Univ. Bordeaux, Bordeaux INP, CNRS, LaBRI, UMR5800, F-33400 Talence, France cDepartment of Mathematical Sciences, Binghamton University, Binghamton, NY 13902-6000, U.S.A. Abstract A signed graph is a graph together with an assignment of signs to the edges. A closed walk in a signed graph is said to be positive (negative) if it has an even (odd) number of negative edges, counting repetition. Recognizing the signs of closed walks as one of the key structural properties of a signed graph, we define a homomorphism of a signed graph (G; σ) to a signed graph (H; π) to be a mapping of vertices and edges of G to (respectively) vertices and edges of H which preserves incidence, adjacency and the signs of closed walks.
    [Show full text]
  • Graph Theory
    Graph Theory MAT230 Discrete Mathematics Fall 2019 MAT230 (Discrete Math) Graph Theory Fall 2019 1 / 72 Outline 1 Definitions 2 Theorems 3 Representations of Graphs: Data Structures 4 Traversal: Eulerian and Hamiltonian Graphs 5 Graph Optimization 6 Planarity and Colorings MAT230 (Discrete Math) Graph Theory Fall 2019 2 / 72 Definitions Definition A graph G = (V ; E) consists of a set V of vertices (also called nodes) and a set E of edges. Definition If an edge connects to a vertex we say the edge is incident to the vertex and say the vertex is an endpoint of the edge. Definition If an edge has only one endpoint then it is called a loop edge. Definition If two or more edges have the same endpoints then they are called multiple or parallel edges. MAT230 (Discrete Math) Graph Theory Fall 2019 3 / 72 Definitions Definition Two vertices that are joined by an edge are called adjacent vertices. Definition A pendant vertex is a vertex that is connected to exactly one other vertex by a single edge. Definition A walk in a graph is a sequence of alternating vertices and edges v1e1v2e2 ::: vnenvn+1 with n ≥ 0. If v1 = vn+1 then the walk is closed. The length of the walk is the number of edges in the walk. A walk of length zero is a trivial walk. MAT230 (Discrete Math) Graph Theory Fall 2019 4 / 72 Definitions Definition A trail is a walk with no repeated edges. A path is a walk with no repeated vertices. A circuit is a closed trail and a trivial circuit has a single vertex and no edges.
    [Show full text]
  • Adjacency Matrix a (Or AG) of G, with Respect to This Listing of the Vertices, Is the N  N Zero-One Matrix with 1 As Its
    Graph (cont’d) Representing Graphs and Graph Isomorphism • Sometimes, two graphs have exactly the same form, in the sense that there is a one-to-one correspondence between their vertex sets that preserves edges. In such a case, we say that the two graphs are isomorphic. Representing Graphs • One way to represent a graph without multiple edges is to list all the edges of this graph. • Another way to represent a graph with no multiple edges is to use adjacency lists, which specify the vertices that are adjacent to each vertex of the graph. Example • Use adjacency lists to describe the simple graph given in figure Solution •Use table to list vertices adjacent to each of the vertices of the graph. An Edge List for a Simple Graph. Vertex Adjacent Vertices a b, c, e b a c a, d, e d c, e e a, c, d Example • Draw the directed graph from the table. An Edge List for a Directed Graph. Initial Vertex Terminal Vertices Solution a b, c, d, e b b, d c a, c, e d - e b, c, d Adjacency matrices • Graphs can be represented using matrices. • Two types of matrices commonly used to represent graphs will be presented. • One is based on the adjacency of vertices, and the other is based on incidence of vertices and edges. Suppose that G = (V, E) is a simple graph where |V| = n. Suppose that the vertices of G are listed arbitrarily as v1, v2, …, vn. The adjacency matrix A (or AG) of G, with respect to this listing of the vertices, is the n n zero-one matrix with 1 as its (i, j)th entry when vi and vj are adjacent, and 0 as its (i, j)th entry when they are not adjacent.
    [Show full text]
  • Extremal Numbers of Graph Homomorphisms
    EXTREMAL GRAPHS FOR HOMOMORPHISMS JONATHAN CUTLER AND A.J. RADCLIFFE Abstract. The study of graph homomorphisms has a long and distinguished history, with appli- cations in many areas of graph theory. There has been recent interest in counting homomorphisms, and in particular on the question of finding upper bounds for the number of homomorphisms from a graph G into a fixed image graph H. We introduce our techniques by proving that the lex graph has the largest number of homomorphisms into K2 with one looped vertex (or equivalently, the largest number of independent sets) among graphs with fixed number of vertices and edges. Our main result is the solution to the extremal problem for the number of homomorphisms into ◦ P2 , the completely looped path of length 2 (known as the Widom-Rowlinson model in statistical physics). We show that there are extremal graphs that are threshold, give explicitly a list of five threshold graphs from which any threshold extremal graph must come, and show that each of these \potentially extremal" threshold graphs is in fact extremal for some number of edges. 1. Introduction The study of graph homomorphisms has a long and distinguished history, with applications in many areas of graph theory (see for instance [10]). A homomorphism from a multigraph G to a multigraph H is a map f : V (G) ! V (H) satisfying v ∼G w =) f(v) ∼H f(w). It is natural to allow loops in H, but redundant to allow multiple edges. In what follows we will always assume that G is a simple graph, with no loops or multiple edges.
    [Show full text]