Recognizing Cographs and Threshold Graphs Through a Classification of Their Edges

Total Page:16

File Type:pdf, Size:1020Kb

Recognizing Cographs and Threshold Graphs Through a Classification of Their Edges Information Processing Letters 74 (2000) 129–139 Recognizing cographs and threshold graphs through a classification of their edges Stavros D. Nikolopoulos 1 Department of Computer Science, University of Ioannina, P.O. Box 1186, GR-45110 Ioannina, Greece Received 24 September 1999; received in revised form 17 February 2000 Communicated by K. Iwama Abstract In this work, we attempt to establish recognition properties and characterization for two classes of perfect graphs, namely cographs and threshold graphs, leading to constant-time parallel recognition algorithms. We classify the edges of an undirected graph as either free, semi-free or actual, and define the class of A-free graphs as the class containing all the graphs with no actual edges. Then, we define the actual subgraph Ga of a non-A-free graph G as the subgraph containing all the actual edges of G. We show properties and characterizations for the class of A-free graphs and the actual subgraph Ga of a cograph G, and use them to derive structural and recognition properties for cographs and threshold graphs. These properties imply parallel recognition algorithms which run in O.1/ time using O.nm/ processors. 2000 Elsevier Science B.V. All rights reserved. Keywords: Cographs; Threshold graphs; Edge classification; Graph partition; Recognition; Parallel algorithms; Complexity 1. Introduction early 1970s by Lerchs [12] who studied their struc- tural and algorithmic properties. Lerchs has shown, Cographs (also called complement reducible among other properties (see [1,5,6,13]), the following graphs) are defined as the graphs which can be reduced two very nice algorithmic properties: to single vertices by recursively complementing all (P1) cographs are exactly the P4 restricted graphs, connected subgraphs. More precisely, the class of co- and graphs can be defined recursively as follows: (P2) cographs have a unique tree representation called (i) a single-vertex graph is a cograph; cotree. (ii) the disjoint union of a cograph is a cograph; Threshold graphs, a well-known class of perfect (iii) the complement of a cograph is a cograph. graphs, are defined as those graphs where stable sub- Cographs have arisen in many disparate areas of math- sets of their vertex sets can be distinguished by us- ematics and computer science and have been indepen- ing a single linear inequality. Equivalently, a graph dently rediscovered by various researchers under var- G D .V; E/ is threshold if there exists a threshold as- ∗ ious names such as D -graphs, P4 restricted graphs, signment Tα, tU consisting of a labeling α of the ver- 2-parity graphs and HD-graphs or Hereditary Dacey tices by non-negative integers and an integer threshold graphs. Cographs themselves were introduced in the t such that: (i) S is a stable set if and only if α(v1/Cα(v2/C···C 1 Email: [email protected]. α(vp/ 6 t, 0020-0190/00/$ – see front matter 2000 Elsevier Science B.V. All rights reserved. PII:S0020-0190(00)00041-7 130 S.D. Nikolopoulos / Information Processing Letters 74 (2000) 129–139 where vi 2 S; 1 6 i 6 p,andS ⊆ V . Threshold graphs their edges and obtain the actual subgraph Ga which were introduced in 1973 by Chvátal and Hammer [4]. is the subgraph of G containing all the actual edges. There are several recognition algorithms for the Based on this classification, we define the class of A- class of threshold graphs which run in linear sequen- free graphs as the class containing all the undirected tial time. On the other hand, the class of cographs graphs with no actual edges. Consequently, we prove is known to have logarithmic-time parallel recogni- that any A-free graph does not contain P4 or C4 as tion algorithms. For the class of cographs, Adhar and induced subgraphs. This implies that Peng [1] presented a parallel recognition algorithm (i) A-free graphs are a special kind of cographs, and which requires O.log2 n/ time and uses O.nm/ proces- (ii) a graph is threshold if and only if it is an A-free sors on a CRCW PRAM model of computation, where graph and has no induced subgraphs isomorphic n and m are the number of vertices and edges in the to 2K2. graph, respectively. Dahlhaus [7] proposed a nearly We show that G has no induced subgraph isomorphic c optimal parallel recognition algorithm which runs in to 2K2 if and only if the complement G of G is O.log2 n/ time with O.n C m/ processors on a CREW an A-free graph. Moreover, we show certain proper- PRAM model. Recently, He [10] published a cograph ties and characterizations for the actual subgraph Ga recognition algorithm working in O.log2 n/ time with of a cograph G. Based on these results, we propose O.n C m/ processors on a CREW PRAM model. It O.1/-time algorithms for recognizing A-free graphs, is worth noting that all previously known parallel al- cographs and threshold graphs using O.nm/ proces- gorithms use the fact that cographs can be represented sors on a CRCW PRAM. by a unique tree (so-called cotree). This representation Throughout the paper log n denotes logarithm to the forms the base for the logarithmic time parallel recog- base two, n denotes the number of vertices and m nition [5,7,10]. As far as threshold graphs are con- denotes the number of edges in a graph. cerned, De Agostino and Petreschi [2] presented a par- allel algorithm derived from a characterization based on degrees that runs in O.log n/ time with O.n= logn/ 2. Edge classification and graph partition processors on a EREW PRAM. The main technique D used for recognizing threshold graphs is the degree Let G .V; E/ be an undirected simple graph with partition of the vertex set [8]. (We note that the degree n vertices and m edges. Following the notation and partition of the vertex set V of a graph G D .V; E/ is terminology in [9], the neighbourhood of a vertex u of G is the set N.u/D N .u/ consisting of all vertices v given by V D D0 C D1 C···CDk where Di is the set G of all the vertices of degree δ ; 0 6 i 6 k.) which are adjacent with u.Theclosed neighbourhood i T UD T UVDf g[ In this paper we attempt to establish recognition is N u NG u u N.u/. The subgraph of ⊆ T U properties and characterization for two classes of per- G induced by a subset S V is denoted by G S . fect graphs, namely cographs and threshold graphs, We shall use the notation NGTSU.u/ (respectively T U leading to efficient O.1/-time parallel recognition al- NGTSU u ) to denote the neighbourhood (respectively gorithms. Most of the previously proposed recognition closed neighbourhood) of a vertex u of the graph T U algorithms for cographs are based on a unique tree rep- G S . D resentation, while recognition algorithms for thresh- Given a graph G .V; E/, we define three classes old graphs are based on a degree partition. Here, we of edges in G, denoted by AE, FE and SE according take a different approach relying on a classification to relationship of the closed neighborhoods of the D of the edges of an undirected graph and on the fact endpoints of its edges [14]. Let x .u; v/ be an edge that cographs contain no induced subgraph isomorphic of G. Then, to P (see Lerchs [12]) and threshold graphs contain 4 .u; v/ 2 FE if NTuUDNTvU; no induced subgraphs isomorphic to 2K2, P4,orC4 (see Chvátal and Hammer [4]). To this end, we clas- .u; v/ 2 SE if NTu]⊂NTvU; sify the edges of a graph G as either free, semi-free .u; v/ 2 AE if NTu]−NTvU6D;and or actual, according to the relationship of the closed neighborhoods of the endpoints (or end-vertices) of NTv]−NTuU6D;: S.D. Nikolopoulos / Information Processing Letters 74 (2000) 129–139 131 Fig. 1. Three undirected graphs. Free, semi-free and actual edges are denoted by f, s and a, respectively. Obviously the edge set E of G can be partitioned into vertices u such that the length of the shortest path from the three subsets of free edges, semi-free edges and of v to u is equal to i. actual edges, respectively; that is, E D FE C SE C AE. Given a connected graph G D .V; E/ and a vertex We illustrate with three graphs G, H and I shown in v 2 V , we define a partition L.G; v/ of the vertex set Fig. 1. V (we shall frequently use the term partition of the Having classified the edges of a graph G D .V; E/ graph G), with respect to the vertex v as follows: as either free, semi-free or actual, let us now define the L.G; v/ D N.v;i/j v 2 V; 0 6 i 6 L ; class of A-free graphs as follows: v 1 6 Lv < jV j ; D Definition 1. An undirected graph G .V; E/ is where N.v;i/; 0 6 i 6 Lv,aretheadjacency-level called A-free if every edge of G is either free or semi- sets, or simply the adjacency-levels,andLv is the free edge. length of the partition L.G; v/ [15]. The adjacency- level sets of the partition L.G; v/ of the graph G,are By definition, a graph G is an A-free graph if and formally defined as follows: only if for every edge .x; y/ of G,wehaveNTx]⊆ N.v;i/D u 2 V j d.v;u/ D i ; NTyU or NTx]⊇NTyU.
Recommended publications
  • On Retracts, Absolute Retracts, and Folds In
    ON RETRACTS,ABSOLUTE RETRACTS, AND FOLDS IN COGRAPHS Ton Kloks1 and Yue-Li Wang2 1 Department of Computer Science National Tsing Hua University, Taiwan [email protected] 2 Department of Information Management National Taiwan University of Science and Technology [email protected] Abstract. Let G and H be two cographs. We show that the problem to determine whether H is a retract of G is NP-complete. We show that this problem is fixed-parameter tractable when parameterized by the size of H. When restricted to the class of threshold graphs or to the class of trivially perfect graphs, the problem becomes tractable in polynomial time. The problem is also solvable in linear time when one cograph is given as an in- duced subgraph of the other. We characterize absolute retracts for the class of cographs. Foldings generalize retractions. We show that the problem to fold a trivially perfect graph onto a largest possible clique is NP-complete. For a threshold graph this folding number equals its chromatic number and achromatic number. 1 Introduction Graph homomorphisms have regained a lot of interest by the recent characteri- zation of Grohe of the classes of graphs for which Hom(G, -) is tractable [11]. To be precise, Grohe proves that, unless FPT = W[1], deciding whether there is a homomorphism from a graph G 2 G to some arbitrary graph H is polynomial if and only if the graphs in G have bounded treewidth modulo homomorphic equiv- alence. The treewidth of a graph modulo homomorphic equivalence is defined as the treewidth of its core, ie, a minimal retract.
    [Show full text]
  • On the Threshold of Intractability
    On the Threshold of Intractability P˚alGrøn˚asDrange∗ Markus Sortland Dregi∗ Daniel Lokshtanov∗ Blair D. Sullivany May 4, 2015 Abstract We study the computational complexity of the graph modification problems Threshold Editing and Chain Editing, adding and deleting as few edges as possible to transform the input into a threshold (or chain) graph. In this article, we show that both problems are NP-hard, resolving a conjecture by Natanzon, Shamir, and Sharan (Discrete Applied Mathematics, 113(1):109{128, 2001). On the positive side, we show the problem admits a quadratic vertex kernel. Furthermore,p we give a subexponential time parameterized algorithm solving Threshold Editing in 2O( k log k) + poly(n) time, making it one of relatively few natural problems in this complexity class on general graphs. These results are of broader interest to the field of social network analysis, where recent work of Brandes (ISAAC, 2014) posits that the minimum edit distance to a threshold graph gives a good measure of consistency for node centralities. Finally, we show that all our positive results extend to the related problem of Chain Editing, as well as the completion and deletion variants of both problems. 1 Introduction In this paper we study the computational complexity of two edge modification problems, namely editing to threshold graphs and editing to chain graphs. Graph modification problems ask whether a given graph G can be transformed to have a certain property using a small number of edits (such as deleting/adding vertices or edges), and have been the subject of significant previous work [29,7,8,9, 25].
    [Show full text]
  • Characterization and Linear-Time Recognition of Paired Threshold Graphs
    Characterization and Linear-time Recognition of Paired Threshold Graphs Guozhen Rong∗ Yixin Caoy Jianxin Wang∗ October 1, 2019 Abstract In a paired threshold graph, each vertex has a weight, and two vertices are adjacent if their weight sum is large enough and their weight difference is small enough. It generalizes threshold graphs and unit interval graphs, both very well studied. We present a vertex ordering characterization of this graph class, which enables us to prove that it is a subclass of interval graphs. Further study of clique paths of paired threshold graphs leads to a simple linear-time recognition algorithm for the class. 1 Introduction A graph is a threshold graph if one can assign positive weights to its vertices in a way that two vertices are adjacent if and only if the sum of their weights is not less than a certain threshold. Originally formulated from combinatorial optimization [1], threshold graphs found applications in many diversified areas. As one of the simplest nontrivial classes, the mathematical properties of threshold graphs have been thoroughly studied. They admit several nice characterizations, including inductive construction, degree sequences, forbidden induced subgraphs (Figure1), to name a few [13]. Relaxing these characterizations in one way or another, we end with several graph classes, e.g., cographs, split graphs, trivially perfect graphs and double-threshold graphs [14, 4, 6, 11]. Yet another closely related graph class is the difference graphs, defined solely by weight differences [8]. (a) 2K2 (b) P4 (c) C4 Figure 1: Minimal forbidden induced subgraphs for threshold graphs. Motivated by applications in social and economic interaction modeling, Ravanmehr et al.
    [Show full text]
  • Cograph-(K, L) Graph Sandwich Problem
    Cograph-(k; `) Graph Sandwich Problem Fernanda Couto UFRJ Rio de Janeiro, Brazil [email protected] Luerbio Faria UERJ Rio de Janeiro, Brazil [email protected] Sylvain Gravier UJF Saint Martin d’Heres,` France [email protected] Sulamita Klein UFRJ Rio de Janeiro, Brazil [email protected] Vinicius F. dos Santos CEFET MG Minas Gerais, Brazil [email protected] ABSTRACT A cograph is a graph without induced P4 (where P4 denotes an induced path with 4 vertices). A graph G is (k; `) if its vertex set can be partitioned into at most k independent sets and ` cliques. Threshold graphs are cographs-(1; 1). Cographs-(2; 1) are a generalization of threshold graphs and, as threshold graphs, they can be recognized in linear time. GRAPH SANDWICH PROB- LEMS FOR PROPERTY Π (Π-SP) were defined by Golumbic et al. as a natural generalization of RECOGNITION PROBLEMS. In this paper we show that, although COGRAPH-SP and THRESHOLD- SP are polynomially solvable problems, COGRAPH-(2; 1)-SP and JOIN OF TWO THRESHOLDS-SP are NP-complete problems. As a corollary, we have that COGRAPH-(1; 2)-SP is NP-complete as well. Using these results, we prove that COGRAPH-(k; `) is NP-complete for k; ` positive integers such that k + ` ≥ 3. KEYWORDS. Graph Sandwich Problems, Cograph-(k; `), Cograph-(2; 1), Cograph-(1; 2), Join of Two Threshold Graphs. Main Area: Theory and Algorithms on Graphs 1. Introduction Introduced by Golumbic, Kaplan and Shamir (GOLUMBIC; KAPLAN; SHAMIR, 1995), GRAPH SANDWICH PROBLEMS arose as a natural generalization of RECOGNITION PROBLEMS.
    [Show full text]
  • Relating Threshold Tolerance Graphs to Other Graph Classes
    Relating threshold tolerance graphs to other graph classes Tiziana Calamoneri1? and Blerina Sinaimeri2 1 Sapienza University of Rome via Salaria 113, 00198 Roma, Italy. 2 INRIA and Universite´ de Lyon Universite´ Lyon 1, LBBE, CNRS UMR558, France. Abstract. A graph G = (V, E) is a threshold tolerance if it is possible to associate weights and tolerances with each node of G so that two nodes are adjacent exactly when the sum of their weights exceeds either one of their tolerances. Threshold tolerance graphs are a special case of the well-known class of tolerance graphs and generalize the class of threshold graphs which are also extensively studied in literature. In this note we relate the threshold tolerance graphs with other im- portant graph classes. In particular we show that threshold tolerance graphs are a proper subclass of co-strongly chordal graphs and strictly include the class of co-interval graphs. To this purpose, we exploit the relation with another graph class, min leaf power graphs (mLPGs). Keywords: threshold tolerance graphs, strongly chordal graphs, leaf power graphs, min leaf power graphs. 1 Introduction In the literature, there exist hundreds of graph classes (for an idea of the variety and the extent of this, see [2]), each one introduced for a different reason, so that some of them have been proven to be in fact the same class only in a second moment. It is the case of threshold graphs, that have been introduced many times with different names and different definitions (the interested reader can refer to [13]). Threshold graphs play an important role in graph theory and they model constraints in many combinatorial optimization problems [8, 12, 17].
    [Show full text]
  • Extremal Threshold Graphs for Matchings and Independent Sets 3
    EXTREMAL THRESHOLD GRAPHS FOR MATCHINGS AND INDEPENDENT SETS L. KEOUGH AND A.J. RADCLIFFE Abstract. Many extremal problems for graphs have threshold graphs as their extremal examples. For instance the current authors proved that for fixed k ≥ 1, among all graphs on n vertices with m edges, some threshold graph has the fewest matchings of size k; indeed either the lex graph or the colex graph is such an extremal example. In this paper we consider the problem of maximizing the number of matchings in the class of threshold graphs. We prove that the minimizers are what we call almost alternating threshold graphs. We also discuss a problem with a similar flavor: which threshold graph has the fewest independent sets. Here we are inspired by the result that among all graphs on n vertices and m edges the lex graph has the most independent sets. 1. Introduction In [5] the current authors proved the following theorem about the number of matchings in a graph with n vertices and e edges. Theorem 1.1. If G is a graph on n vertices and e edges then mk(G) ≥ min(mk(L(n, e)), mk(C(n, e))), where L(n, e) and C(n, e) are the lex graph and colex graph respectively and mk(G) is the number of matchings of size k in G. The proof proceeds by showing that for any graph G there is a threshold graph T having the same number of vertices and edges as G with mk(G) ≥ mk(T ). Thus some k-matching minimizer among all graphs of given order and size is a threshold graph.
    [Show full text]
  • Reconstructibility and Perfect Graphs
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Discrete Mathematics 47 (1983) 283-291 283 North-Holland RECONSTRUCTIBILITY AND PERFECT GRAPHS Michael VON RIMSCHA Department of Mathematics, 273 Altgeld Hall, University of Uwis, Urbana, IL 61801, USA Received 27 October 1981 Revised 3 May 1982 It is shown that the following classes of graphs are recognizable (i.e. looking at the point-deleted subgraphs of a graph G one can decide whether G belongs to that class or not): (1) perfect graphs, (2) triangulated graphs, (3) interval graphs, (4) comparability graphs, (5) split graphs. Furthermore we show the reconstructibility of (1) threshold graphs, (2) split graphs G, for which holds o(G) + o(G) = ICI+ 1, (3) split graphs, which are in addition comparability graphs, (4) unit interval graphs. 0. Formal&m A graph G is an ordered pair of a finite set of vertices V(G) and a set of edges E(G) consisting of two-element subsets of V(G). Thus we speak about undirected graphs without loops and multiple edges. If XC V(G), then X denotes the subgraph induced by X. Let x E V(G); G, is defined to be the subgraph induced by V(G)\(x). IG] is the number of vertices of G. H is a reconstruction of G, if there exists a bijection 4 from V(G) onto V(H) such that G, is isomorphic to I+&) for every x E V(G). G is reconstructible, if every reconstruction of G is isomorphic to G.
    [Show full text]
  • ABC of Graph Theory
    Answers to Chapter 1: ABC of Graph Theory 1.1 Graphs: Basic Notions 1.1.3. c: The empty graph. 1.1.4. Kn. 1.1.5. C;. 1.1.6. a: No. 1.1.7. No. 1.1.8. a: 9; b: 7; c: There are no such graphs. 1.1.9. Hint: See Exercise 1.1.7 and proceed by contradiction. 1.1.10. No. 1.1.11. a: Hint: Count the number of edges in such graph. b: Yes. Hint: Consider an appropriate bipartite graph. c: Hint: See Exercise 1.1.11a. 1.1.12. a: Hint: Use the fact that if a, b are real numbers and a + b = n then ab:::; n2 j4. b: Kp,p for n = 2p. 1.1.13. Complete bipartite graphs. 1.1.14. Selfcomplementary graphs: 0 1 , P4, C5 • 1.1.16. a: Bipartite r-regular graphs of order n exist only for n = 2m, 0:::; r :::; m. One of them with parts A and B may be defined as follows. Let A = Zm = {O, 1, ... , m - I} be the additive group of residuals modulo m and let B be another copy of this group. If x E B then we set N (x) = {x + yEA: y = 0,1, ... , r - I}. Here x E B denotes the copy of x E A. 183 184 Answers, Hints, Solutions b: There are no such graphs. c: Hint: If 0 is the required graph then IEOI = n - 1. 1.1.17. For even n the graph is unique, for odd n there are no such graphs.
    [Show full text]
  • Representing Graphs As the Intersection of Cographs and Threshold Graphs
    Representing graphs as the intersection of cographs and threshold graphs Daphna Chacko Department of Computer Science and Engineering National Institute of Technology Calicut Kozhikode, India [email protected] Mathew C. Francis Computer Science Unit Indian Statistical Institute, Chennai Centre Chennai, India [email protected] Submitted: Oct 30, 2019; Accepted: Jun 11, 2021; Published: Jul 2, 2021 © The authors. Released under the CC BY-ND license (International 4.0). Abstract A graph G is said to be the intersection of graphs G1,G2,...,Gk if V (G) = V (G1) = V (G2) = ··· = V (Gk) and E(G) = E(G1) ∩ E(G2) ∩ · · · ∩ E(Gk). For a graph G, dimCOG(G) (resp. dimTH (G)) denotes the minimum number of cographs (resp. threshold graphs) whose intersection gives G. We present several new bounds on these parameters for general graphs as well as some special classes of graphs. It is shown that for any graph G: (a) dimCOG(G) 6 tw(G)+2, (b) dimTH (G) 6 pw(G)+ 1, and (c) dimTH (G) 6 χ(G)·box(G), where tw(G), pw(G), χ(G) and box(G) denote respectively the treewidth, pathwidth, chromatic number and boxicity of the graph G. We also derive the exact values for these parameters for cycles and show that every forest is the intersection of two cographs. These results allow us to derive improved bounds on dimCOG(G) and dimTH (G) when G belongs to some special graph classes. Mathematics Subject Classifications: 05C70, 05C62 1 Introduction All graphs in this paper are simple, finite and undirected, unless otherwise mentioned.
    [Show full text]
  • A Combinatorial Analysis of the Eigenvalues of the Laplacian Matrices of Cographs
    A COMBINATORIAL ANALYSIS OF THE EIGENVALUES OF THE LAPLACIAN MATRICES OF COGRAPHS by Tara Abrishami A thesis submitted to Johns Hopkins University in conformity with the requirements for the degree of Master of Science in Engineering Baltimore, Maryland May 2019 c Tara Abrishami 2019 All rights reserved Abstract Cographs, also known as complement reducible graphs or decomposable graphs, are a recursively defined class of graphs built from a single vertex by the operations of dis- joint union and join. The eigenvalues of a cograph's Laplacian matrix are nonnegative integers. In this thesis, we explore the combinatorial significance of cograph Lapla- cian eigenvalues. We show that the second-smallest eigenvalue λ2(C) of a cograph C, also known as the algebraic connectivity of C, is equal to the vertex connectivity of C. We give necessary and sufficient conditions for λ2(C) to be unique, and provide a characterization of the Fiedler vector, the eigenvector of λ2(C), when λ2(C) is unique. Finally, we give a relationship between the nonzero eigenvalues of C and the twin num- bers of C, generalizing a result due to Merris stating that the nonzero eigenvalues of a threshold graph T are equal to the Ferrer's conjugate of the degree sequence of T . ii Acknowledgements First and foremost, thank you to my wonderful advisor Ed Scheinerman. Since my freshman year, he has been an outstanding mentor and working with him has been an incredible opportunity. Thank you for all the research questions we worked on together, for helping me to get an amazing summer internship, and for your constant support and guidance.
    [Show full text]
  • The Chromatic Symmetric Functions of Trivially Perfect Graphs And
    The Chromatic Symmetric Functions of Trivially Perfect Graphs and Cographs Shuhei Tsujie∗ Richard P. Stanley defined the chromatic symmetric function of a simple graph and has conjectured that every tree is determined by its chromatic symmetric function. Recently, Takahiro Hasebe and the author proved that the order qua- sisymmetric functions, which are analogs of the chromatic symmetric functions, distinguish rooted trees. In this paper, using a similar method, we prove that the chromatic symmetric functions distinguish trivially perfect graphs. Moreover, we also prove that claw-free cographs, that is, {K1,3,P4}-free graphs belong to a known class of e-positive graphs. Keywords: chromatic symmetric function, threshold graph, trivially perfect graph, cograph, claw-free, e-positive 2010 MSC: 05C15, 05C25, 05C31, 05C60, 05E05, 1 Introduction Let G =(VG, EG) be a finite simple graph. A proper coloring of G is a function κ: VG → N = {1, 2,... } such that {u, v} ∈ EG implies κ(u) =6 κ(v). Every proper coloring of G can be regarded as a graph homomorphism from G to KN, the complete graph on N. Let arXiv:1707.04058v1 [math.CO] 13 Jul 2017 Hom(G,KN) denote the set of proper colorings of G. Stanley [Sta95] defined the chromatic symmetric function of G as follows: X(G, x) := xκ(v), v∈VG κ∈Hom(XG,KN) Y where x denotes infinitely many indeterminates (x1, x2,... ). By definition, the chromatic symmetric function is homogeneous of degree |VG|. Stanley conjectured in [Sta95] that the chromatic symmetric function distinguishes trees. Namely, if two trees T1, T2 have the same chromatic symmetric function, then T1 and T2 are isomorphic.
    [Show full text]
  • The A4-Structure of a Graph
    The A4-structure of a graph Michael D. Barrus∗ and Douglas B. West† July 13, 2011 Abstract We define the A4-structure of a graph G to be the 4-uniform hypergraph on the vertex set of G whose edges are the vertex subsets inducing 2K2, C4, or P4. We show that perfection of a graph is determined by its A4-structure. We relate the A4- structure to the canonical decomposition of a graph as defined by Tyshkevich [Discrete Mathematics 220 (2000) 201-238]; for example, a graph is indecomposable if and only if its A4-structure is connected. We also characterize the graphs having the same A4-structure as a split graph. 1 Introduction The P4-structure of a simple graph G is the 4-uniform hypergraph with vertex set V (G) whose edges are the vertex subsets inducing copies of P4. Chv´atal [4] introduced this concept in 1984 to study the complexity of recognizing perfect graphs. The P4-structure is also used in refinements of modular decomposition (see [16, 20]) and in defining or characterizing several graph classes ([2] gives a hierarchy of graph classes defined in terms of P4-structure). For any set F of graphs, the F-structure of a graph G as the hypergraph with vertex set V (G) whose edges are the vertex subsets whose induced subgraphs lie in F. Such structures have been considered in [11, 12, 13, 14, 15] when F is {P3}, {C5, paw, P3+K1}, {2K2,C4,C5}, {P3,K2 + K1}, or {K3, 3K1}, where G + H is the disjoint union of graphs G and H, and G is the complement of G.
    [Show full text]