Graph homomorphisms between trees

Size: px
Start display at page:

Download "Graph homomorphisms between trees"

Transcription

1 Jimei University Joint work with Petér Csikvári (arxiv: )

2 Graph homomorphism Homomorphism: adjacency-preserving map f : V (G) V (H) uv E(G) = f (u)f (v) E(H) Hom(G, H) := the set of homomorphisms from G to H hom(g, H) := Hom(G, H)

3 Graph homomorphism Homomorphism: adjacency-preserving map f : V (G) V (H) uv E(G) = f (u)f (v) E(H) Hom(G, H) := the set of homomorphisms from G to H hom(g, H) := Hom(G, H) Endomorphism: a homomorphism from the graph to itself End(G) := the set of all endomorphisms of G Note: End(G) forms a monoid

4 Graph homomorphism Homomorphism: adjacency-preserving map f : V (G) V (H) uv E(G) = f (u)f (v) E(H) Hom(G, H) := the set of homomorphisms from G to H hom(g, H) := Hom(G, H) Endomorphism: a homomorphism from the graph to itself End(G) := the set of all endomorphisms of G Note: End(G) forms a monoid Figure : 6 endomorphisms of the path P 3.

5 The Path and the Star P n :=Path on n vertices S n :=Star on n vertices Theorem (L. & Zeng, 2011) { (n + 1)2 n 1 (2n 1) ( n 1 End(P n ) = (n + 1)2 n 1 n ( ) n n/2 (n 1)/2 ) if n is odd if n is even End(S n ) = (n 1) n 1 + (n 1) How to compute End(T n ) for general trees T n? Figure : The path P 6 and the star S 7.

6 Main result hom(p n, P n ) hom(p n, T n ) hom(p n, S n )? hom(t n, P n ) hom(t n, T n ) X hom(t n, S n ) hom(s n, P n ) hom(s n, T n ) hom(s n, S n ) Figure : Trees with the same size Theorem (L. & Csikvári) For all trees T n on n vertices we have End(P n ) End(T n ) End(S n ).

7 The Tree-walk algorithm How to count hom(t, G) for a tree T and a graph G?

8 The Tree-walk algorithm How to count hom(t, G) for a tree T and a graph G? Definition Let v V (T ) and V (G) = {1, 2,..., m}. Define h(t, v, G) := (h 1, h 2,..., h m ), where h i = {f Hom(T, G) f (v) = i}. We call h(t, v, G) the hom-vector at v from T to G. It is clear that hom(t, G) = h(t, v, G) = h i.

9 The Tree-walk algorithm An example: v 2 v 2 3 v v 1 v 2 v 2 Figure : 6 endomorphisms of the path P 3. h(p 3, v, P 3 ) = (1, 4, 1)

10 The Tree-walk algorithm Lemma Let G be a labeled graph and A = A G the adjacency matrix of G. Then the (i, j)-entry of the matrix A n counts the number of walks in G from vertex i to vertex j with length n. By this lemma, we have h(p n, v, G) = 1A n 1, where v is the initial (terminal) vertex of the path P n and 1 denotes the row vector with all entries 1. We will generalize this to compute h(t, v, G).

11 The Tree-walk algorithm T 1 v 1 v T 2 h(t 1 T 2, v 1, G) = h(t 1, v 1, G) h(t 2, v 1, G) a b := (a 1 b 1,..., a n b n ) is Hadamard product h(t, v, G) = h(t 1 T 2, v 1, G)A 3

12 Sidorenko s theorem on extremality of stars Theorem (Sidorenko, 1994) Let G be an arbitrary graph and let T m be a tree on m vertices. Then hom(t m, G) hom(s m, G).

13 Sidorenko s theorem on extremality of stars Theorem (Sidorenko, 1994) Let G be an arbitrary graph and let T m be a tree on m vertices. Then hom(t m, G) hom(s m, G). Fiol & Garriga (2009) reproved the special case T m = P m.

14 Sidorenko s theorem on extremality of stars Theorem (Sidorenko, 1994) Let G be an arbitrary graph and let T m be a tree on m vertices. Then hom(t m, G) hom(s m, G). Fiol & Garriga (2009) reproved the special case T m = P m. Use Wiener index and some easy observations we (rediscover and) give a new proof of Sidorenko s theorem.

15 Sidorenko s theorem on extremality of stars Theorem (Sidorenko, 1994) Let G be an arbitrary graph and let T m be a tree on m vertices. Then hom(t m, G) hom(s m, G). Fiol & Garriga (2009) reproved the special case T m = P m. Use Wiener index and some easy observations we (rediscover and) give a new proof of Sidorenko s theorem. We constructe some special trees T to disprove the inequality hom(p m, T ) hom(t m, T ).

16 hom(p n, P n ) hom(p n, T n ) hom(p n, S n )? hom(t n, P n ) hom(t n, T n ) X hom(t n, S n ) hom(s n, P n ) hom(s n, T n ) hom(s n, S n ) Figure : Trees with the same size

17 KC-transformation k 1 k x z y 0 x 1 k 1 y k A B A B KC-transformation (Csikvári): A transformation on trees with respect to the path 0, 1,..., k

18 KC-transformation The KC-transformation give rise to a graded poset of trees on n vertices with the star as the largest and the path as the smallest element.

19 KC-transformation: Closed Walks C n :=Cycle on n vertices Theorem (Csikvári, 2010) Let T be a tree and T be a KC-transformation of T. Then hom(c m, T ) hom(c m, T ) for any m 1. The extremal problem about the number of closed walks in trees: Corollary (Csikvári, 2010) Let T n be a tree on n vertices. We have hom(c m, P n ) hom(c m, T n ) hom(c m, S n ).

20 KC-transformation: Walks Theorem (Bollobás & Tyomkyn, 2011) Let T be a tree and T be a KC-transformation of T. Then for any m 1. hom(p m, T ) hom(p m, T ) The extremal problem about the number of walks in trees: Corollary (Bollobás & Tyomkyn, 2011) Let T n be a tree on n vertices. We have hom(p m, P n ) hom(p m, T n ) hom(p m, S n ). A natural question arises: Does the above inequalities still true when replacing P m by any tree?

21 Generalize to Tree-Walks Starlike tree: at most one vertex of degree greater than 2 Theorem Let T be a tree and T the KC-transformation of T with respect to a path of length k. Then the inequality holds when Corollary k is even and H is any tree hom(h, T ) hom(h, T ) or k is odd and H is a starlike tree. Let H be a starlike tree and T n be a tree on n vertices. Then hom(h, P n ) hom(h, T n ) hom(h, S n ).

22 Counterexamples to the odd case hom(t n, P n ) hom(t n, T n ) X hom(t n, S n ) Counterexamples to the second inequality: Figure : The doublestar S 10 For k 5 we have hom(s2k, S 2k )> hom(s 2k, S 2k). Note that S 2k can be obtained from S2k by a KC-transfromation.

23 hom(p n, P n ) hom(p n, T n ) hom(p n, S n )? hom(t n, P n ) hom(t n, T n ) X hom(t n, S n ) hom(s n, P n ) hom(s n, T n ) hom(s n, S n ) Figure : Trees with the same size

24 A dual inequality Bollobás & Tyomkyn s theorem: hom(p n, P m ) hom(p n, T m ) hom(p n, S m ). Theorem Let T m be a tree on m vertices and let T m be obtained from T m by a KC-transformation. (i) If n is even, or n is odd and diam(t m ) n 1, then (ii) For any m, n, hom(t m, P n ) hom(t m, P n ). hom(p m, P n ) hom(t m, P n ) hom(s m, P n ).

25 A dual inequality Figure : The trees T 6 (left) and T 6 (right). The KC-transformation does not always increase the number of homomorphisms to the path P n when n is odd. In the figure, we have hom(t 6, P 3 ) = 20 > 16 = hom(t 6, P 3 ).

26 A dual inequality hom(p m, P n ) hom(t m, P n ) hom(s m, P n ) Our proof is complicated, which uses three tree transformations.

27 A dual inequality T 1 1 T T 2 2 T T 4 T T 3 3 T T T 4 Figure : LS-switch.

28 A dual inequality T T Figure : Short-path shift (special KC-transformation).

29 A dual inequality T T Figure : Claw-deletion.

30 A dual inequality Theorem Let T m be a tree on m vertices and let T m be obtained from T m by a KC-transformation. (i) If n is even, or n is odd and diam(t m ) n 1, then (ii) For any m, n, hom(t m, P n ) hom(t m, P n ). hom(p m, P n ) hom(t m, P n ) hom(s m, P n ). Idea of the proof: (i) by the symmetry and unimodality of h(t m, P n ). (ii) hom(p m, P n ) hom(t m, P n ) n even: by (i). n odd: by the symmetry, bi-unimodal and log-concavity of h(t m, P n ) using the LS-switch, Short-path shift and Claw-deletion.

31 hom(p n, P n ) hom(p n, T n ) hom(p n, S n )? hom(t n, P n ) hom(t n, T n ) X hom(t n, S n ) hom(s n, P n ) hom(s n, T n ) hom(s n, S n ) Figure : Trees with the same size

32 Markov chains and homomorphisms Definition (Markov chains) Let G be a graph with V (G) = {1, 2,..., n}. Then P = (p ij ) is a Markov chain on G if: p ij = 1 for all i V (G), j N(i) where p ij 0 and p ij = 0 if (i, j) / E(G). Definition (Stationary distribution) Distribution Q = (q i ) is the stationary distribution of P if: q j p ji = q i for all i V (G). j N(i)

33 Markov chains and homomorphisms Definition (Entropy) We define the following three entropies: and H(Q) = H(D Q) = i V (G) where d i is the degree of i and let H(P Q) = i V (G) i V (G) q i ( q i log 1 q i, j N(i) q i log d i, p ij log 1 ). p ij

34 Markov chains and homomorphisms Theorem If T m is a tree with l leaves and m vertices, where m 3, then ( ) hom(t m, G) exp H(Q) + lh(d Q) + (m 1 l)h(p Q). Corollary (Dellamonica et al., 2012) Let G be a graph with e edges and degree sequence (d 1,..., d n ). Then for any treet m with m vertices we have ( n ) 1/2e. where C = i=1 d d i i hom(t m, G) 2e C m 2, Sketch of proof: Consider the classical Markov chain: p i,j = 1 d i j N(i). if

35 Trees with 4 leaves Lemma If the tree T n has at least four leaves, then Idea of the proof: hom(t m, T n ) (n 2)2 m Fact: If G is a graph and G 1, G 2 are induced subgraphs of G with possible intersection, then for any graph H we have hom(h, G) hom(h, G 1 ) + hom(h, G 2 ) hom(h, G 1 G 2 ). We can reduce T n to trees with exactly 4 leaves. Use the LS-switch, we can further reduce T n to 6 classes of special trees with 4 leaves. Construct some special Markov chains on the 6 classes of trees and use the lower bound related to Markov chains.

36 Trees with 4 leaves Theorem If T n is a tree on n vertices with at least 4 leaves, then Proof: Indeed, hom(t m, T n ) hom(t m, P n ). hom(t m, T n )(n 2)2 m = hom(s m, P n ) hom(t m, P n ), where the second inequality by Sidorenko s theorem on extremality of stars.

37 Summary of our results: trees with the same size hom(p n, P n ) hom(p n, T n ) hom(p n, S n )? hom(t n, P n ) hom(t n, T n ) X hom(t n, S n ) hom(s n, P n ) hom(s n, T n ) hom(s n, S n ) Figure : Trees with the same size Theorem (L. & Csikvári) For all trees T n on n vertices we have End(P n ) End(T n ) End(S n ).

38 Summary of our results: trees with different sizes hom(p m, P n ) hom(p m, T n ) hom(p m, S n ) X hom(t m, P n ) ( ) hom(t m, T n ) X hom(t m, S n ) hom(s m, P n ) hom(s m, T n ) hom(s m, S n ) Figure : Trees with different sizes. The ( ) means that there are some well-determined (possible) counterexamples which should be excluded.

39 Further work If we attach k copies of this rooted tree at the root then for the obtained tree T m we have hom(t m, P 4 ) = 2 4 k k > 4 9 k = hom(t m, S 4 ) for large enough k. Conjecture Let T n be a tree on n vertices, where n 5. Then for any tree T m we have hom(t m, P n ) hom(t m, T n ).

40 Sidorenko s conjecture Definition The homomorphism density t(h, G) is defined as follows: t(h, G) = hom(h, G). V (G) V (H) This is the probability that a random map is a homomorphism.

41 Sidorenko s conjecture Definition The homomorphism density t(h, G) is defined as follows: t(h, G) = hom(h, G). V (G) V (H) This is the probability that a random map is a homomorphism. Conjecture (Sidorenko, 1993) For every bipartite graph H with e(h) edges, t(h, G) t(k 2, G) e(h) for all graph G. Sidorenko s conjecture is true for trees. Using our lower bound involving Markov chains we give a new proof of this fact.

42 Sidorenko s conjecture Sidorenko s conjecture is true for Trees, even cycles and complete bipartite graph (Sidorenko);

43 Sidorenko s conjecture Sidorenko s conjecture is true for Trees, even cycles and complete bipartite graph (Sidorenko); Hypercubes (Hatami 10);

44 Sidorenko s conjecture Sidorenko s conjecture is true for Trees, even cycles and complete bipartite graph (Sidorenko); Hypercubes (Hatami 10); Bipartite graph H with bipartition A B and there is a vertex in A adjacent to all vertices in B (Conlon-Fox-Sudakov 10);

45 Sidorenko s conjecture Sidorenko s conjecture is true for Trees, even cycles and complete bipartite graph (Sidorenko); Hypercubes (Hatami 10); Bipartite graph H with bipartition A B and there is a vertex in A adjacent to all vertices in B (Conlon-Fox-Sudakov 10); Cartesian product T H, where T is a tree and H is a bipartite graph satisfying Sidorenko s conjecture (Kim-Lee-Lee 14);

46 Sidorenko s conjecture Sidorenko s conjecture is true for Trees, even cycles and complete bipartite graph (Sidorenko); Hypercubes (Hatami 10); Bipartite graph H with bipartition A B and there is a vertex in A adjacent to all vertices in B (Conlon-Fox-Sudakov 10); Cartesian product T H, where T is a tree and H is a bipartite graph satisfying Sidorenko s conjecture (Kim-Lee-Lee 14); Many other special bipartite graphs (by works of Blakley-Roy, Benjamini-Peres, Lovász, Li-Szegedy and so on).

47 Sidorenko s conjecture Sidorenko s conjecture is true for Trees, even cycles and complete bipartite graph (Sidorenko); Hypercubes (Hatami 10); Bipartite graph H with bipartition A B and there is a vertex in A adjacent to all vertices in B (Conlon-Fox-Sudakov 10); Cartesian product T H, where T is a tree and H is a bipartite graph satisfying Sidorenko s conjecture (Kim-Lee-Lee 14); Many other special bipartite graphs (by works of Blakley-Roy, Benjamini-Peres, Lovász, Li-Szegedy and so on). On the other hand, the simplest graph not known to have Sidorenko s conjecture is K 5,5 \ C 10, a 3-regular graph on 10 vertices.

48 Möbius function of a poset Definition (Möbius function) Let P be a poset. Define the Möbius function µ of P by µ(s, s) = 1, for all s P µ(s, u) = µ(s, t), for all s < u in P. s t<u Definition (Alternates in sign) Let P be a grated poset with ˆ0 and ˆ1. We say that the Möbius function of P alternates in sign if ( 1) l(s,t) µ(s, t) 0, for all s t in P.

49 Further work Figure : EL-Shellable? Cohen-Maculay? Möbius functions on the intervals alternate in sign?

50 References B. Bollobás and M. Tyomkyn Walks and paths in trees, J. Graph Theory, 70 (2012), P. Csikvári On a poset of trees, Combinatorica, 30 (2010) Z. Lin and J. Zeng On the number of congruence classes of paths, Discrete Math., 312 (2012), A. Sidorenko A partially ordered set of functionals corresponding to graphs, Discrete Math., 131 (1994), Thanks!

Graph homomorphisms between trees

Graph homomorphisms between trees Graph homomorphisms between trees Péter Csikvári Department of Mathematics, Massachusetts Institute of Technology Cambridge, MA 02139 Department of Computer Science, Eötvös Loránd University H-1117 Budapest,

More information

On the Logarithmic Calculus and Sidorenko s Conjecture

On the Logarithmic Calculus and Sidorenko s Conjecture On the Logarithmic Calculus and Sidorenko s Conjecture by Xiang Li A thesis submitted in conformity with the requirements for the degree of Msc. Mathematics Graduate Department of Mathematics University

More information

A reverse Sidorenko inequality Independent sets, colorings, and graph homomorphisms

A reverse Sidorenko inequality Independent sets, colorings, and graph homomorphisms A reverse Sidorenko inequality Independent sets, colorings, and graph homomorphisms Yufei Zhao (MIT) Joint work with Ashwin Sah (MIT) Mehtaab Sawhney (MIT) David Stoner (Harvard) Question Fix d. Which

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

The number of trees in a graph

The number of trees in a graph The number of trees in a graph Dhruv Mubayi Jacques Verstraëte November 23, 205 Abstract Let T be a tree with t edges We show that the number of isomorphic (labeled) copies of T in a graph G = (V, E) of

More information

Two Approaches to Sidorenko s Conjecture

Two Approaches to Sidorenko s Conjecture Two Approaches to Sidorenko s Conjecture Jeong Han Kim Choongbum Lee Joonkyung Lee arxiv:1310.4383v3 [math.co 5 Jun 2014 Abstract Sidorenko s conjecture states that for every bipartite graph H on {1,,

More information

Characterizing extremal limits

Characterizing extremal limits Characterizing extremal limits Oleg Pikhurko University of Warwick ICERM, 11 February 2015 Rademacher Problem g(n, m) := min{#k 3 (G) : v(g) = n, e(g) = m} Mantel 1906, Turán 41: max{m : g(n, m) = 0} =

More information

The step Sidorenko property and non-norming edge-transitive graphs

The step Sidorenko property and non-norming edge-transitive graphs arxiv:1802.05007v3 [math.co] 5 Oct 2018 The step Sidorenko property and non-norming edge-transitive graphs Daniel Král Taísa L. Martins Péter Pál Pach Marcin Wrochna Abstract Sidorenko s Conjecture asserts

More information

Graph polynomials from simple graph sequences

Graph polynomials from simple graph sequences Graph polynomials from simple graph sequences Delia Garijo 1 Andrew Goodall 2 Patrice Ossona de Mendez 3 Jarik Nešetřil 2 1 University of Seville, Spain 2 Charles University, Prague, Czech Republic 3 CAMS,

More information

Undecidability of Linear Inequalities Between Graph Homomorphism Densities

Undecidability of Linear Inequalities Between Graph Homomorphism Densities Undecidability of Linear Inequalities Between Graph Homomorphism Densities Hamed Hatami joint work with Sergey Norin School of Computer Science McGill University December 4, 2013 Hamed Hatami (McGill University)

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

Induced Cycles of Fixed Length

Induced Cycles of Fixed Length Induced Cycles of Fixed Length Terry McKee Wright State University Dayton, Ohio USA terry.mckee@wright.edu Cycles in Graphs Vanderbilt University 31 May 2012 Overview 1. Investigating the fine structure

More information

The Interlace Polynomial of Graphs at 1

The Interlace Polynomial of Graphs at 1 The Interlace Polynomial of Graphs at 1 PN Balister B Bollobás J Cutler L Pebody July 3, 2002 Department of Mathematical Sciences, University of Memphis, Memphis, TN 38152 USA Abstract In this paper we

More information

Hadamard and conference matrices

Hadamard and conference matrices Hadamard and conference matrices Peter J. Cameron December 2011 with input from Dennis Lin, Will Orrick and Gordon Royle Hadamard s theorem Let H be an n n matrix, all of whose entries are at most 1 in

More information

Maximizing H-colorings of a regular graph

Maximizing H-colorings of a regular graph Maximizing H-colorings of a regular graph David Galvin June 13, 2012 Abstract For graphs G and H, a homomorphism from G to H, or H-coloring of G, is an adjacency preserving map from the vertex set of G

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

The neighborhood complex of a random graph

The neighborhood complex of a random graph Journal of Combinatorial Theory, Series A 114 (2007) 380 387 www.elsevier.com/locate/jcta Note The neighborhood complex of a random graph Matthew Kahle Department of Mathematics, University of Washington,

More information

Rigidity of Graphs and Frameworks

Rigidity of Graphs and Frameworks School of Mathematical Sciences Queen Mary, University of London England DIMACS, 26-29 July, 2016 Bar-and-Joint Frameworks A d-dimensional bar-and-joint framework is a pair (G, p), where G = (V, E) is

More information

A lower bound for the Laplacian eigenvalues of a graph proof of a conjecture by Guo

A lower bound for the Laplacian eigenvalues of a graph proof of a conjecture by Guo A lower bound for the Laplacian eigenvalues of a graph proof of a conjecture by Guo A. E. Brouwer & W. H. Haemers 2008-02-28 Abstract We show that if µ j is the j-th largest Laplacian eigenvalue, and d

More information

Graph homomorphisms. Peter J. Cameron. Combinatorics Study Group Notes, September 2006

Graph homomorphisms. Peter J. Cameron. Combinatorics Study Group Notes, September 2006 Graph homomorphisms Peter J. Cameron Combinatorics Study Group Notes, September 2006 Abstract This is a brief introduction to graph homomorphisms, hopefully a prelude to a study of the paper [1]. 1 Homomorphisms

More information

arxiv: v1 [math.co] 20 Dec 2018

arxiv: v1 [math.co] 20 Dec 2018 SIMPLE GRAPH DENSITY INEQUALITIES WITH NO SUM OF SQUARES PROOFS GRIGORIY BLEKHERMAN, ANNIE RAYMOND, MOHIT SINGH, AND REKHA R. THOMAS arxiv:1812.08820v1 [math.co] 20 Dec 2018 Abstract. Establishing inequalities

More information

Katarzyna Mieczkowska

Katarzyna Mieczkowska Katarzyna Mieczkowska Uniwersytet A. Mickiewicza w Poznaniu Erdős conjecture on matchings in hypergraphs Praca semestralna nr 1 (semestr letni 010/11 Opiekun pracy: Tomasz Łuczak ERDŐS CONJECTURE ON MATCHINGS

More information

A Colin de Verdiere-Type Invariant and Odd-K 4 - and Odd-K3 2 -Free Signed Graphs

A Colin de Verdiere-Type Invariant and Odd-K 4 - and Odd-K3 2 -Free Signed Graphs A Colin de Verdiere-Type Invariant and Odd-K 4 - and Odd-K3 2 -Free Signed Graphs Hein van der Holst Georgia State University Conference honouring Robin s 50th birthday Joint work with Marina Arav, Frank

More information

Edge colored complete bipartite graphs with trivial automorphism groups

Edge colored complete bipartite graphs with trivial automorphism groups Edge colored complete bipartite graphs with trivial automorphism groups Michael J. Fisher Garth Isaak Abstract We determine the values of s and t for which there is a coloring of the edges of the complete

More information

C-Perfect K-Uniform Hypergraphs

C-Perfect K-Uniform Hypergraphs C-Perfect K-Uniform Hypergraphs Changiz Eslahchi and Arash Rafiey Department of Mathematics Shahid Beheshty University Tehran, Iran ch-eslahchi@cc.sbu.ac.ir rafiey-ar@ipm.ir Abstract In this paper we define

More information

Simons Workshop on Approximate Counting, Markov Chains and Phase Transitions: Open Problem Session

Simons Workshop on Approximate Counting, Markov Chains and Phase Transitions: Open Problem Session Simons Workshop on Approximate Counting, Markov Chains and Phase Transitions: Open Problem Session Scribes: Antonio Blanca, Sarah Cannon, Yumeng Zhang February 4th, 06 Yuval Peres: Simple Random Walk on

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

Graph homomorphism into an odd cycle

Graph homomorphism into an odd cycle Graph homomorphism into an odd cycle Hong-Jian Lai West Virginia University, Morgantown, WV 26506 EMAIL: hjlai@math.wvu.edu Bolian Liu South China Normal University, Guangzhou, P. R. China EMAIL: liubl@hsut.scun.edu.cn

More information

AN APPROXIMATE VERSION OF SIDORENKO S CONJECTURE. David Conlon, Jacob Fox and Benny Sudakov

AN APPROXIMATE VERSION OF SIDORENKO S CONJECTURE. David Conlon, Jacob Fox and Benny Sudakov Geom. Funct. Anal. Vol. 20 (2010) 1354 1366 DOI 10.1007/s00039-010-0097-0 Published online October 20, 2010 2010 The Author(s). GAFA Geometric And Functional Analysis This article is published with open

More information

On the Dynamic Chromatic Number of Graphs

On the Dynamic Chromatic Number of Graphs On the Dynamic Chromatic Number of Graphs Maryam Ghanbari Joint Work with S. Akbari and S. Jahanbekam Sharif University of Technology m_phonix@math.sharif.ir 1. Introduction Let G be a graph. A vertex

More information

On tight cycles in hypergraphs

On tight cycles in hypergraphs On tight cycles in hypergraphs Hao Huang Jie Ma Abstract A tight k-uniform l-cycle, denoted by T Cl k, is a k-uniform hypergraph whose vertex set is v 0,, v l 1, and the edges are all the k-tuples {v i,

More information

Enumeration of subtrees of trees

Enumeration of subtrees of trees Enumeration of subtrees of trees Weigen Yan a,b 1 and Yeong-Nan Yeh b a School of Sciences, Jimei University, Xiamen 36101, China b Institute of Mathematics, Academia Sinica, Taipei 1159. Taiwan. Theoretical

More information

On the number of cycles in a graph with restricted cycle lengths

On the number of cycles in a graph with restricted cycle lengths On the number of cycles in a graph with restricted cycle lengths Dániel Gerbner, Balázs Keszegh, Cory Palmer, Balázs Patkós arxiv:1610.03476v1 [math.co] 11 Oct 2016 October 12, 2016 Abstract Let L be a

More information

Nowhere-zero Unoriented Flows in Hamiltonian Graphs

Nowhere-zero Unoriented Flows in Hamiltonian Graphs Nowhere-zero Unoriented Flows in Hamiltonian Graphs S. Akbari 1,5, A. Daemi 2, O. Hatami 1, A. Javanmard 3, A. Mehrabian 4 1 Department of Mathematical Sciences Sharif University of Technology Tehran,

More information

The real root modules for some quivers.

The real root modules for some quivers. SS 2006 Selected Topics CMR The real root modules for some quivers Claus Michael Ringel Let Q be a finite quiver with veretx set I and let Λ = kq be its path algebra The quivers we are interested in will

More information

Graphs with few total dominating sets

Graphs with few total dominating sets Graphs with few total dominating sets Marcin Krzywkowski marcin.krzywkowski@gmail.com Stephan Wagner swagner@sun.ac.za Abstract We give a lower bound for the number of total dominating sets of a graph

More information

Ramsey Theory. May 24, 2015

Ramsey Theory. May 24, 2015 Ramsey Theory May 24, 2015 1 König s Lemma König s Lemma is a basic tool to move between finite and infinite combinatorics. To be concise, we use the notation [k] = {1, 2,..., k}, and [X] r will denote

More information

Tree-width. September 14, 2015

Tree-width. September 14, 2015 Tree-width Zdeněk Dvořák September 14, 2015 A tree decomposition of a graph G is a pair (T, β), where β : V (T ) 2 V (G) assigns a bag β(n) to each vertex of T, such that for every v V (G), there exists

More information

ICALP g Mingji Xia

ICALP g Mingji Xia : : ICALP 2010 g Institute of Software Chinese Academy of Sciences 2010.7.6 : 1 2 3 Matrix multiplication : Product of vectors and matrices. AC = e [n] a ec e A = (a e), C = (c e). ABC = e,e [n] a eb ee

More information

Cycles with consecutive odd lengths

Cycles with consecutive odd lengths Cycles with consecutive odd lengths arxiv:1410.0430v1 [math.co] 2 Oct 2014 Jie Ma Department of Mathematical Sciences, Carnegie Mellon University, Pittsburgh, PA 15213. Abstract It is proved that there

More information

The Minimum Rank, Inverse Inertia, and Inverse Eigenvalue Problems for Graphs. Mark C. Kempton

The Minimum Rank, Inverse Inertia, and Inverse Eigenvalue Problems for Graphs. Mark C. Kempton The Minimum Rank, Inverse Inertia, and Inverse Eigenvalue Problems for Graphs Mark C. Kempton A thesis submitted to the faculty of Brigham Young University in partial fulfillment of the requirements for

More information

Saturation numbers for Ramsey-minimal graphs

Saturation numbers for Ramsey-minimal graphs Saturation numbers for Ramsey-minimal graphs Martin Rolek and Zi-Xia Song Department of Mathematics University of Central Florida Orlando, FL 3816 August 17, 017 Abstract Given graphs H 1,..., H t, a graph

More information

Assignment 4: Solutions

Assignment 4: Solutions Math 340: Discrete Structures II Assignment 4: Solutions. Random Walks. Consider a random walk on an connected, non-bipartite, undirected graph G. Show that, in the long run, the walk will traverse each

More information

Zero-Sum Flows in Regular Graphs

Zero-Sum Flows in Regular Graphs Zero-Sum Flows in Regular Graphs S. Akbari,5, A. Daemi 2, O. Hatami, A. Javanmard 3, A. Mehrabian 4 Department of Mathematical Sciences Sharif University of Technology Tehran, Iran 2 Department of Mathematics

More information

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

The Number of Independent Sets in a Regular Graph

The Number of Independent Sets in a Regular Graph Combinatorics, Probability and Computing (2010) 19, 315 320. c Cambridge University Press 2009 doi:10.1017/s0963548309990538 The Number of Independent Sets in a Regular Graph YUFEI ZHAO Department of Mathematics,

More information

0-Sum and 1-Sum Flows in Regular Graphs

0-Sum and 1-Sum Flows in Regular Graphs 0-Sum and 1-Sum Flows in Regular Graphs S. Akbari Department of Mathematical Sciences Sharif University of Technology Tehran, Iran School of Mathematics, Institute for Research in Fundamental Sciences

More information

Proceedings of the 2014 Federated Conference on Computer Science and Information Systems pp

Proceedings of the 2014 Federated Conference on Computer Science and Information Systems pp Proceedings of the 204 Federated Conference on Computer Science Information Systems pp. 479 486 DOI: 0.5439/204F297 ACSIS, Vol. 2 An efficient algorithm for the density Turán problem of some unicyclic

More information

CHROMATIC ROOTS AND LIMITS OF DENSE GRAPHS

CHROMATIC ROOTS AND LIMITS OF DENSE GRAPHS CHROMATIC ROOTS AND LIMITS OF DENSE GRAPHS PÉTER CSIKVÁRI, PÉTER E. FRENKEL, JAN HLADKÝ, AND TAMÁS HUBAI Abstract. In this short note we observe that recent results of Abért and Hubai and of Csikvári and

More information

GRAPHS CONTAINING TRIANGLES ARE NOT 3-COMMON

GRAPHS CONTAINING TRIANGLES ARE NOT 3-COMMON GRAPHS CONTAINING TRIANGLES ARE NOT 3-COMMON JAMES CUMMINGS AND MICHAEL YOUNG Abstract. A finite graph G is k-common if the minimum (over all k- colourings of the edges of K n) of the number of monochromatic

More information

Limits of dense graph sequences

Limits of dense graph sequences Limits of dense graph sequences László Lovász and Balázs Szegedy Microsoft Research One Microsoft Way Redmond, WA 98052 Technical Report TR-2004-79 August 2004 Contents 1 Introduction 2 2 Definitions and

More information

Spectral Graph Theory

Spectral Graph Theory Spectral raph Theory to appear in Handbook of Linear Algebra, second edition, CCR Press Steve Butler Fan Chung There are many different ways to associate a matrix with a graph (an introduction of which

More information

On the number of F -matchings in a tree

On the number of F -matchings in a tree On the number of F -matchings in a tree Hiu-Fai Law Mathematical Institute Oxford University hiufai.law@gmail.com Submitted: Jul 18, 2011; Accepted: Feb 4, 2012; Published: Feb 23, 2012 Mathematics Subject

More information

Hanna Furmańczyk EQUITABLE COLORING OF GRAPH PRODUCTS

Hanna Furmańczyk EQUITABLE COLORING OF GRAPH PRODUCTS Opuscula Mathematica Vol. 6 No. 006 Hanna Furmańczyk EQUITABLE COLORING OF GRAPH PRODUCTS Abstract. A graph is equitably k-colorable if its vertices can be partitioned into k independent sets in such a

More information

Erdös-Ko-Rado theorems for chordal and bipartite graphs

Erdös-Ko-Rado theorems for chordal and bipartite graphs Erdös-Ko-Rado theorems for chordal and bipartite graphs arxiv:0903.4203v2 [math.co] 15 Jul 2009 Glenn Hurlbert and Vikram Kamat School of Mathematical and Statistical Sciences Arizona State University,

More information

Bounds for pairs in partitions of graphs

Bounds for pairs in partitions of graphs Bounds for pairs in partitions of graphs Jie Ma Xingxing Yu School of Mathematics Georgia Institute of Technology Atlanta, GA 30332-0160, USA Abstract In this paper we study the following problem of Bollobás

More information

All Ramsey numbers for brooms in graphs

All Ramsey numbers for brooms in graphs All Ramsey numbers for brooms in graphs Pei Yu Department of Mathematics Tongji University Shanghai, China yupeizjy@16.com Yusheng Li Department of Mathematics Tongji University Shanghai, China li yusheng@tongji.edu.cn

More information

The chromatic covering number of a graph

The chromatic covering number of a graph The chromatic covering number of a graph Reza Naserasr a Claude Tardif b May 7, 005 a: Department of Mathematics, Simon Fraser University, Burnaby BC, V5A 1S6, Canada. Current address: Department of Combinatorics

More information

Graph Packing - Conjectures and Results

Graph Packing - Conjectures and Results Graph Packing p.1/23 Graph Packing - Conjectures and Results Hemanshu Kaul kaul@math.iit.edu www.math.iit.edu/ kaul. Illinois Institute of Technology Graph Packing p.2/23 Introduction Let G 1 = (V 1,E

More information

Cycle lengths in sparse graphs

Cycle lengths in sparse graphs Cycle lengths in sparse graphs Benny Sudakov Jacques Verstraëte Abstract Let C(G) denote the set of lengths of cycles in a graph G. In the first part of this paper, we study the minimum possible value

More information

Some results on the roots of the independence polynomial of graphs

Some results on the roots of the independence polynomial of graphs Some results on the roots of the independence polynomial of graphs Ferenc Bencs Central European University Algebraic and Extremal Graph Theory Conference Aug 9, 2017 Supervisor: Péter Csikvári Denition,

More information

Balanced bipartitions of graphs

Balanced bipartitions of graphs 2010.7 - Dedicated to Professor Feng Tian on the occasion of his 70th birthday Balanced bipartitions of graphs Baogang Xu School of Mathematical Science, Nanjing Normal University baogxu@njnu.edu.cn or

More information

arxiv: v1 [math.co] 21 Jan 2016

arxiv: v1 [math.co] 21 Jan 2016 Cores, joins and the Fano-flow conjectures Ligang Jin, Giuseppe Mazzuoccolo, Eckhard Steffen August 13, 2018 arxiv:1601.05762v1 [math.co] 21 Jan 2016 Abstract The Fan-Raspaud Conjecture states that every

More information

Almost Cross-Intersecting and Almost Cross-Sperner Pairs offamilies of Sets

Almost Cross-Intersecting and Almost Cross-Sperner Pairs offamilies of Sets Almost Cross-Intersecting and Almost Cross-Sperner Pairs offamilies of Sets Dániel Gerbner a Nathan Lemons b Cory Palmer a Balázs Patkós a, Vajk Szécsi b a Hungarian Academy of Sciences, Alfréd Rényi Institute

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

1.3 Vertex Degrees. Vertex Degree for Undirected Graphs: Let G be an undirected. Vertex Degree for Digraphs: Let D be a digraph and y V (D).

1.3 Vertex Degrees. Vertex Degree for Undirected Graphs: Let G be an undirected. Vertex Degree for Digraphs: Let D be a digraph and y V (D). 1.3. VERTEX DEGREES 11 1.3 Vertex Degrees Vertex Degree for Undirected Graphs: Let G be an undirected graph and x V (G). The degree d G (x) of x in G: the number of edges incident with x, each loop counting

More information

arxiv: v3 [math.co] 10 Mar 2018

arxiv: v3 [math.co] 10 Mar 2018 New Bounds for the Acyclic Chromatic Index Anton Bernshteyn University of Illinois at Urbana-Champaign arxiv:1412.6237v3 [math.co] 10 Mar 2018 Abstract An edge coloring of a graph G is called an acyclic

More information

Rational exponents in extremal graph theory

Rational exponents in extremal graph theory Rational exponents in extremal graph theory Boris Bukh David Conlon Abstract Given a family of graphs H, the extremal number ex(n, H) is the largest m for which there exists a graph with n vertices and

More information

On decomposing graphs of large minimum degree into locally irregular subgraphs

On decomposing graphs of large minimum degree into locally irregular subgraphs On decomposing graphs of large minimum degree into locally irregular subgraphs Jakub Przyby lo AGH University of Science and Technology al. A. Mickiewicza 0 0-059 Krakow, Poland jakubprz@agh.edu.pl Submitted:

More information

Quantum walk algorithms

Quantum walk algorithms Quantum walk algorithms Andrew Childs Institute for Quantum Computing University of Waterloo 28 September 2011 Randomized algorithms Randomness is an important tool in computer science Black-box problems

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

On the Homological Dimension of Lattices

On the Homological Dimension of Lattices On the Homological Dimension of Lattices Roy Meshulam August, 008 Abstract Let L be a finite lattice and let L = L {ˆ0, ˆ1}. It is shown that if the order complex L satisfies H k L 0 then L k. Equality

More information

AALBORG UNIVERSITY. Total domination in partitioned graphs. Allan Frendrup, Preben Dahl Vestergaard and Anders Yeo

AALBORG UNIVERSITY. Total domination in partitioned graphs. Allan Frendrup, Preben Dahl Vestergaard and Anders Yeo AALBORG UNIVERSITY Total domination in partitioned graphs by Allan Frendrup, Preben Dahl Vestergaard and Anders Yeo R-2007-08 February 2007 Department of Mathematical Sciences Aalborg University Fredrik

More information

arxiv: v2 [math.co] 20 Jun 2018

arxiv: v2 [math.co] 20 Jun 2018 ON ORDERED RAMSEY NUMBERS OF BOUNDED-DEGREE GRAPHS MARTIN BALKO, VÍT JELÍNEK, AND PAVEL VALTR arxiv:1606.0568v [math.co] 0 Jun 018 Abstract. An ordered graph is a pair G = G, ) where G is a graph and is

More information

Chih-Hung Yen and Hung-Lin Fu 1. INTRODUCTION

Chih-Hung Yen and Hung-Lin Fu 1. INTRODUCTION TAIWANESE JOURNAL OF MATHEMATICS Vol. 14, No. 1, pp. 273-286, February 2010 This paper is available online at http://www.tjm.nsysu.edu.tw/ LINEAR 2-ARBORICITY OF THE COMPLETE GRAPH Chih-Hung Yen and Hung-Lin

More information

Embeddings of finite metric spaces in Euclidean space: a probabilistic view

Embeddings of finite metric spaces in Euclidean space: a probabilistic view Embeddings of finite metric spaces in Euclidean space: a probabilistic view Yuval Peres May 11, 2006 Talk based on work joint with: Assaf Naor, Oded Schramm and Scott Sheffield Definition: An invertible

More information

The Bipartite Swapping Trick on Graph Homomorphisms

The Bipartite Swapping Trick on Graph Homomorphisms The Bipartite Swapping Trick on Graph Homomorphisms Yufei Zhao Massachusetts Institute of Technology yufei.zhao@gmail.com June 11, 2011 Abstract We provide an upper bound to the number of graph homomorphisms

More information

Rigidity of Graphs and Frameworks

Rigidity of Graphs and Frameworks Rigidity of Graphs and Frameworks Rigid Frameworks The Rigidity Matrix and the Rigidity Matroid Infinitesimally Rigid Frameworks Rigid Graphs Rigidity in R d, d = 1,2 Global Rigidity in R d, d = 1,2 1

More information

15.1 Matching, Components, and Edge cover (Collaborate with Xin Yu)

15.1 Matching, Components, and Edge cover (Collaborate with Xin Yu) 15.1 Matching, Components, and Edge cover (Collaborate with Xin Yu) First show l = c by proving l c and c l. For a maximum matching M in G, let V be the set of vertices covered by M. Since any vertex in

More information

Laplacian eigenvalues and optimality: II. The Laplacian of a graph. R. A. Bailey and Peter Cameron

Laplacian eigenvalues and optimality: II. The Laplacian of a graph. R. A. Bailey and Peter Cameron Laplacian eigenvalues and optimality: II. The Laplacian of a graph R. A. Bailey and Peter Cameron London Taught Course Centre, June 2012 The Laplacian of a graph This lecture will be about the Laplacian

More information

Hadamard and conference matrices

Hadamard and conference matrices Hadamard and conference matrices Peter J. Cameron University of St Andrews & Queen Mary University of London Mathematics Study Group with input from Rosemary Bailey, Katarzyna Filipiak, Joachim Kunert,

More information

Sparse halves in dense triangle-free graphs

Sparse halves in dense triangle-free graphs Sparse halves in dense triangle-free graphs Sergey Norin and Liana Yepremyan 2 Department of Mathematics and Statistics, McGill University 2 School of Computer Science, McGill University arxiv:3.588v2

More information

Hadamard and conference matrices

Hadamard and conference matrices Hadamard and conference matrices Peter J. Cameron University of St Andrews & Queen Mary University of London Mathematics Study Group with input from Rosemary Bailey, Katarzyna Filipiak, Joachim Kunert,

More information

Observation 4.1 G has a proper separation of order 0 if and only if G is disconnected.

Observation 4.1 G has a proper separation of order 0 if and only if G is disconnected. 4 Connectivity 2-connectivity Separation: A separation of G of order k is a pair of subgraphs (H, K) with H K = G and E(H K) = and V (H) V (K) = k. Such a separation is proper if V (H) \ V (K) and V (K)

More information

Some Results on Paths and Cycles in Claw-Free Graphs

Some Results on Paths and Cycles in Claw-Free Graphs Some Results on Paths and Cycles in Claw-Free Graphs BING WEI Department of Mathematics University of Mississippi 1 1. Basic Concepts A graph G is called claw-free if it has no induced subgraph isomorphic

More information

Endomorphism Breaking in Graphs

Endomorphism Breaking in Graphs Endomorphism Breaking in Graphs Wilfried Imrich Montanuniversität Leoben, A-8700 Leoben, Austria imrich@unileoben.ac.at Rafa l Kalinowski AGH University of Science and Technology, al. Mickiewicza 30, 30-059

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

Paul Erdős and Graph Ramsey Theory

Paul Erdős and Graph Ramsey Theory Paul Erdős and Graph Ramsey Theory Benny Sudakov ETH and UCLA Ramsey theorem Ramsey theorem Definition: The Ramsey number r(s, n) is the minimum N such that every red-blue coloring of the edges of a complete

More information

Parity Versions of 2-Connectedness

Parity Versions of 2-Connectedness Parity Versions of 2-Connectedness C. Little Institute of Fundamental Sciences Massey University Palmerston North, New Zealand c.little@massey.ac.nz A. Vince Department of Mathematics University of Florida

More information

Turán s problem and Ramsey numbers for trees. Zhi-Hong Sun 1, Lin-Lin Wang 2 and Yi-Li Wu 3

Turán s problem and Ramsey numbers for trees. Zhi-Hong Sun 1, Lin-Lin Wang 2 and Yi-Li Wu 3 Colloquium Mathematicum 139(015, no, 73-98 Turán s problem and Ramsey numbers for trees Zhi-Hong Sun 1, Lin-Lin Wang and Yi-Li Wu 3 1 School of Mathematical Sciences, Huaiyin Normal University, Huaian,

More information

Observation 4.1 G has a proper separation of order 0 if and only if G is disconnected.

Observation 4.1 G has a proper separation of order 0 if and only if G is disconnected. 4 Connectivity 2-connectivity Separation: A separation of G of order k is a pair of subgraphs (H 1, H 2 ) so that H 1 H 2 = G E(H 1 ) E(H 2 ) = V (H 1 ) V (H 2 ) = k Such a separation is proper if V (H

More information

On r-dynamic Coloring of Grids

On r-dynamic Coloring of Grids On r-dynamic Coloring of Grids Ross Kang, Tobias Müller, and Douglas B. West July 12, 2014 Abstract An r-dynamic k-coloring of a graph G is a proper k-coloring of G such that every vertex in V(G) has neighbors

More information

MINIMALLY NON-PFAFFIAN GRAPHS

MINIMALLY NON-PFAFFIAN GRAPHS MINIMALLY NON-PFAFFIAN GRAPHS SERGUEI NORINE AND ROBIN THOMAS Abstract. We consider the question of characterizing Pfaffian graphs. We exhibit an infinite family of non-pfaffian graphs minimal with respect

More information

The Lopsided Lovász Local Lemma

The Lopsided Lovász Local Lemma Department of Mathematics Nebraska Wesleyan University With Linyuan Lu and László Székely, University of South Carolina Note on Probability Spaces For this talk, every a probability space Ω is assumed

More information

Bipartite Subgraphs of Integer Weighted Graphs

Bipartite Subgraphs of Integer Weighted Graphs Bipartite Subgraphs of Integer Weighted Graphs Noga Alon Eran Halperin February, 00 Abstract For every integer p > 0 let f(p be the minimum possible value of the maximum weight of a cut in an integer weighted

More information

On uniquely 3-colorable plane graphs without prescribed adjacent faces 1

On uniquely 3-colorable plane graphs without prescribed adjacent faces 1 arxiv:509.005v [math.co] 0 Sep 05 On uniquely -colorable plane graphs without prescribed adjacent faces Ze-peng LI School of Electronics Engineering and Computer Science Key Laboratory of High Confidence

More information

Edge-counting vectors, Fibonacci cubes, and Fibonacci triangle

Edge-counting vectors, Fibonacci cubes, and Fibonacci triangle Publ. Math. Debrecen Manuscript (November 16, 2005) Edge-counting vectors, Fibonacci cubes, and Fibonacci triangle By Sandi Klavžar and Iztok Peterin Abstract. Edge-counting vectors of subgraphs of Cartesian

More information

Power propagation time and lower bounds for power domination number

Power propagation time and lower bounds for power domination number 1 2 3 4 Power propagation time and lower bounds for power domination number Daniela Ferrero Leslie Hogben Franklin H.J. Kenter Michael Young December 17, 2015 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20

More information

AN IMPROVED ERROR TERM FOR MINIMUM H-DECOMPOSITIONS OF GRAPHS. 1. Introduction We study edge decompositions of a graph G into disjoint copies of

AN IMPROVED ERROR TERM FOR MINIMUM H-DECOMPOSITIONS OF GRAPHS. 1. Introduction We study edge decompositions of a graph G into disjoint copies of AN IMPROVED ERROR TERM FOR MINIMUM H-DECOMPOSITIONS OF GRAPHS PETER ALLEN*, JULIA BÖTTCHER*, AND YURY PERSON Abstract. We consider partitions of the edge set of a graph G into copies of a fixed graph H

More information

Graph invariants in the spin model

Graph invariants in the spin model Graph invariants in the spin model Alexander Schrijver 1 Abstract. Given a symmetric n n matrix A, we define, for any graph G, f A (G) := a φ(u),φ(v). φ:v G {1,...,n} uv EG We characterize for which graph

More information