Graph Theory

Total Page:16

File Type:pdf, Size:1020Kb

Graph Theory Graph Theory Lecture by Prof. Dr. Maria Axenovich Lecture notes by M´onika Csik´os,Daniel Hoske and Torsten Ueckerdt 1 Contents 1 Introduction 3 2 Notations 3 3 Preliminaries 4 4 Matchings 13 5 Connectivity 17 6 Planar graphs 22 7 Colorings 27 8 Extremal graph theory 30 9 Ramsey theory 34 10 Flows 38 11 Random graphs 40 12 Hamiltonian cycles 42 13 Proofs 44 13.1 Kuratowski's Theorem . 61 13.2 Other coloring results . 81 13.3 Preparation for Tur´an'stheorem . 82 13.4 Induced Ramsey numbers . 97 13.5 Flows . 99 13.5.1 Group-valued flows . 101 13.6 Random graphs . 105 References 108 Index 109 2 1 Introduction These notes include major definitions and theorems of the graph theory lecture held by Prof. Maria Axenovich at KIT in the winter term 2017/18. Most of the content is based on the book \Graph Theory" by Reinhard Diestel [4]. A free version of the book is available at http://diestel-graph-theory.com. The first part includes only formulations and definitions. The second part includes the proofs. Conventions: • G = (V; E) is an arbitrary (undirected, simple) graph • n := jV j is its number of vertices • m := jEj is its number of edges 2 Notations notation definition meaning V k , V finite set, fS ⊆ V : jSj = kg the set of all k-element k integer subsets of V V 2, V finite set f(u; v): u; v 2 V; u 6= vg the set of all ordered pairs of elements in V [n], n integer f1; : : : ; ng the set of the first n posi- tive integers N 1; 2;::: the natural numbers, not including 0 2S, S finite set fT : T ⊆ Sg the power set of S, i.e., the set of all subsets of S S4T , S, T finite sets (S [ T ) n (S \ T ) the symmetric difference of sets S and T , i.e., the set of elements that ap- pear in exactly one of S or T A[_ B, A, B disjoint sets A [ B the disjoint union of A and B 3 3 Preliminaries Definition 3.1. A graph G is an ordered pair (V; E), where V is a finite set and graph, G V E ⊆ 2 is a set of pairs of elements in V . • The set V is called the set of vertices and E is called the set of edges of G. vertex, edge V • The edge e = fu; vg 2 2 is also denoted by e = uv. • If e = uv 2 E is an edge of G, then u is called adjacent to v and u is called adjacent, incident incident to e. • If e1 and e2 are two edges of G, then e1 and e2 are called adjacent if e1 \ e2 6= ;, i.e., the two edges are incident to the same vertex in G. We can visualize graphs G = (V; E) using pictures. For each vertex v 2 V we draw a point (or small disc) in the plane. And for each edge uv 2 E we draw a continuous curve starting and ending in the point/disc for u and v, respectively. Several examples of graphs and their corresponding pictures follow: V = [5], E = f12; 13; 24g V = fA; B; C; D; Eg, E = fAB; AC; AD; AE; CEg Definition 3.2 (Graph variants). • A directed graph is a pair G = (V; A) where V is a finite set and A ⊆ V 2. The directed graph edges of a directed graph are also called arcs. arc • A multigraph is a pair G = (V; E) where V is a finite set and E is a multiset of multigraph V V elements from 1 [ 2 , i.e., we also allow loops and multiedges. • A hypergraph is a pair H = (X; E) where X is a finite set and E ⊆ 2X n f;g. hypergraph Definition. For two graphs G1 = (V1;E1) and G2 = (V2;E2) we say that G1 and G2 are isomorphic, denoted by G1 ' G2, if there exists a bijection φ : V1 ! V2 with isomorphic, ' xy 2 E1 if and only if φ(x)φ(y) 2 E2. Loosely speaking, G1 and G2 are isomorphic if they are the same up to renaming of vertices. When making structural comments, we do not normally distinguish between isomor- phic graphs. Hence, we usually write G1 = G2 instead of G1 ' G2 whenever vertices = 4 are indistinguishable. Then we use the informal expression unlabeled graph (or just unlabeled graph graph when it is clear from the context) to mean an isomorphism class of graphs. Important graphs and graph classes Definition. For all natural numbers n we define: • the complete graph Kn on n vertices as the (unlabeled) graph isomorphic to complete graph, [n] Kn [n]; 2 . Complete graphs correspond to cliques. • for n ≥ 3, the cycle Cn on n vertices as the (unlabeled) graph isomorphic to cycle, Cn [n]; fi; i + 1g : i = 1; : : : ; n − 1 [ n; 1 . The length of a cycle is its number of edges. We write Cn = 12 : : : n1. The cycle of length 3 is also called a triangle. triangle • the path Pn on n vertices as the (unlabeled) graph isomorphic to [n]; fi; i+1g : path, Pn i = 1; : : : ; n − 1 . The vertices 1 and n are called the endpoints or ends of the path. The length of a path is its number of edges. We write Pn = 12 : : : n. • the empty graph En on n vertices as the (unlabeled) graph isomorphic to [n]; ; . empty graph, En Empty graphs correspond to independent sets. • for m ≥ 1, the complete bipartite graph Km;n on n+m vertices as the (unlabeled) complete bipartite graph isomorphic to (A [ B; fxy : x 2 A; y 2 Bg), where jAj = m and jBj = n, graph, Km;n A \ B = ;. 5 • for r ≥ 2, a complete r-partite graph as an (unlabeled) graph isomorphic to complete r-partite A1[···_ [_ Ar; fxy : x 2 Ai; y 2 Aj; i 6= jg ; where A1;:::;Ar are non-empty finite sets. In particular, the complete bipartite graph Km;n is a complete 2-partite graph. • the Petersen graph as the (unlabeled) graph isomorphic to Petersen graph [5] [5] ; fS; T g : S; T 2 ;S \ T = ; : 2 2 • for a natural number k, k ≤ n, the Kneser graph K(n; k) as the (unlabeled) Kneser graph, graph isomorphic to K(n; k) [n] [n] ; fS; T g : S; T 2 ;S \ T = ; : k k Note that K(5; 2) is the Petersen graph. • the n-dimensional hypercube Qn as the (unlabeled) graph isomorphic to hypercube, Qn 2[n]; fS; T g : S; T 2 2[n]; jS4T j = 1 : Vertices are labeled either by corresponding sets or binary indicators vectors. For example the vertex f1; 3; 4g in Q6 is coded by (1; 0; 1; 1; 0; 0; 0). 6 Basic graph parameters and degrees Definition 3.3. Let G = (V; E) be a graph. We define the following parameters of G. • The graph G is non-trivial if it contains at least one edge, i.e., E 6= ;. Equiva- non-trivial lently, G is non-trivial if G is not an empty graph. • The order of G, denoted by jGj, is the number of vertices of G, i.e., jGj = jV j. order, jGj • The size of G, denoted by kGk, is the number of edges of G, i.e., kGk = jEj. size, kGk n Note that if the order of G is n, then the size of G is between 0 and 2 . • Let S ⊆ V be a set of vertices. The neighbourhood of S, denoted by N(S), is the neighbourhood, set of vertices in V that have an adjacent vertex in S. The elements of N(S) are N(v) called neighbours of S. Instead of N(fvg) for v 2 V we usually write N(v). neighbour • If the vertices of G are labeled v1; : : : ; vn, then there is an n × n matrix A with entries in f0; 1g, which is called the adjacency matrix and is defined as follows: adjacency matrix vivj 2 E , A[i; j] = 1 7 0 1 0 1 1 0 B C B C B1 0 1 1C A = B C B C B1 1 0 0C @ A 0 1 0 0 A graph and its adjacency matrix. • The degree of a vertex v of G, denoted by d(v) or deg(v), is the number of degree, d(v) edges incident to v. deg(v1) = 2, deg(v2) = 3, deg(v3) = 2, deg(v4) = 1 • A vertex of degree 1 in G is called a leaf , and a vertex of degree 0 in G is called leaf an isolated vertex. isolated vertex • The degree sequence of G is the multiset of degrees of vertices of G, e.g. in the degree sequence example above the degree sequence is f1; 2; 2; 3g. • The minimum degree of G, denoted by δ(G), is the smallest vertex degree in G minimum degree, (it is 1 in the example). δ(G) • The maximum degree of G, denoted by ∆(G), is the highest vertex degree in G maximum degree, (it is 3 in the example). ∆(G) • The graph G is called k-regular for a natural number k if all vertices have regular degree k. Graphs that are 3-regular are also called cubic. cubic P • The average degree of G is defined as d(G) = v2V deg(v) =jV j. Clearly, we average degree, have δ(G) ≤ d(G) ≤ ∆(G) with equality if and only if G is k-regular for some k.
Recommended publications
  • Forbidden Subgraph Characterization of Quasi-Line Graphs Medha Dhurandhar [email protected]
    Forbidden Subgraph Characterization of Quasi-line Graphs Medha Dhurandhar [email protected] Abstract: Here in particular, we give a characterization of Quasi-line Graphs in terms of forbidden induced subgraphs. In general, we prove a necessary and sufficient condition for a graph to be a union of two cliques. 1. Introduction: A graph is a quasi-line graph if for every vertex v, the set of neighbours of v is expressible as the union of two cliques. Such graphs are more general than line graphs, but less general than claw-free graphs. In [2] Chudnovsky and Seymour gave a constructive characterization of quasi-line graphs. An alternative characterization of quasi-line graphs is given in [3] stating that a graph has a fuzzy reconstruction iff it is a quasi-line graph and also in [4] using the concept of sums of Hoffman graphs. Here we characterize quasi-line graphs in terms of the forbidden induced subgraphs like line graphs. We consider in this paper only finite, simple, connected, undirected graphs. The vertex set of G is denoted by V(G), the edge set by E(G), the maximum degree of vertices in G by Δ(G), the maximum clique size by (G) and the chromatic number by G). N(u) denotes the neighbourhood of u and N(u) = N(u) + u. For further notation please refer to Harary [3]. 2. Main Result: Before proving the main result we prove some lemmas, which will be used later. Lemma 1: If G is {3K1, C5}-free, then either 1) G ~ K|V(G)| or 2) If v, w V(G) are s.t.
    [Show full text]
  • Infinitely Many Minimal Classes of Graphs of Unbounded Clique-Width∗
    Infinitely many minimal classes of graphs of unbounded clique-width∗ A. Collins, J. Foniok†, N. Korpelainen, V. Lozin, V. Zamaraev Abstract The celebrated theorem of Robertson and Seymour states that in the family of minor-closed graph classes, there is a unique minimal class of graphs of unbounded tree-width, namely, the class of planar graphs. In the case of tree-width, the restriction to minor-closed classes is justified by the fact that the tree-width of a graph is never smaller than the tree-width of any of its minors. This, however, is not the case with respect to clique-width, as the clique-width of a graph can be (much) smaller than the clique-width of its minor. On the other hand, the clique-width of a graph is never smaller than the clique-width of any of its induced subgraphs, which allows us to be restricted to hereditary classes (that is, classes closed under taking induced subgraphs), when we study clique-width. Up to date, only finitely many minimal hereditary classes of graphs of unbounded clique-width have been discovered in the literature. In the present paper, we prove that the family of such classes is infinite. Moreover, we show that the same is true with respect to linear clique-width. Keywords: clique-width, linear clique-width, hereditary class 1 Introduction Clique-width is a graph parameter which is important in theoretical computer science, because many algorithmic problems that are generally NP-hard become polynomial-time solvable when restricted to graphs of bounded clique-width [4].
    [Show full text]
  • Graph Varieties Axiomatized by Semimedial, Medial, and Some Other Groupoid Identities
    Discussiones Mathematicae General Algebra and Applications 40 (2020) 143–157 doi:10.7151/dmgaa.1344 GRAPH VARIETIES AXIOMATIZED BY SEMIMEDIAL, MEDIAL, AND SOME OTHER GROUPOID IDENTITIES Erkko Lehtonen Technische Universit¨at Dresden Institut f¨ur Algebra 01062 Dresden, Germany e-mail: [email protected] and Chaowat Manyuen Department of Mathematics, Faculty of Science Khon Kaen University Khon Kaen 40002, Thailand e-mail: [email protected] Abstract Directed graphs without multiple edges can be represented as algebras of type (2, 0), so-called graph algebras. A graph is said to satisfy an identity if the corresponding graph algebra does, and the set of all graphs satisfying a set of identities is called a graph variety. We describe the graph varieties axiomatized by certain groupoid identities (medial, semimedial, autodis- tributive, commutative, idempotent, unipotent, zeropotent, alternative). Keywords: graph algebra, groupoid, identities, semimediality, mediality. 2010 Mathematics Subject Classification: 05C25, 03C05. 1. Introduction Graph algebras were introduced by Shallon [10] in 1979 with the purpose of providing examples of nonfinitely based finite algebras. Let us briefly recall this concept. Given a directed graph G = (V, E) without multiple edges, the graph algebra associated with G is the algebra A(G) = (V ∪ {∞}, ◦, ∞) of type (2, 0), 144 E. Lehtonen and C. Manyuen where ∞ is an element not belonging to V and the binary operation ◦ is defined by the rule u, if (u, v) ∈ E, u ◦ v := (∞, otherwise, for all u, v ∈ V ∪ {∞}. We will denote the product u ◦ v simply by juxtaposition uv. Using this representation, we may view any algebraic property of a graph algebra as a property of the graph with which it is associated.
    [Show full text]
  • On the Tree–Depth of Random Graphs Arxiv:1104.2132V2 [Math.CO] 15 Feb 2012
    On the tree–depth of random graphs ∗ G. Perarnau and O.Serra November 11, 2018 Abstract The tree–depth is a parameter introduced under several names as a measure of sparsity of a graph. We compute asymptotic values of the tree–depth of random graphs. For dense graphs, p n−1, the tree–depth of a random graph G is a.a.s. td(G) = n − O(pn=p). Random graphs with p = c=n, have a.a.s. linear tree–depth when c > 1, the tree–depth is Θ(log n) when c = 1 and Θ(log log n) for c < 1. The result for c > 1 is derived from the computation of tree–width and provides a more direct proof of a conjecture by Gao on the linearity of tree–width recently proved by Lee, Lee and Oum [?]. We also show that, for c = 1, every width parameter is a.a.s. constant, and that random regular graphs have linear tree–depth. 1 Introduction An elimination tree of a graph G is a rooted tree on the set of vertices such that there are no edges in G between vertices in different branches of the tree. The natural elimination scheme provided by this tree is used in many graph algorithmic problems where two non adjacent subsets of vertices can be managed independently. One good example is the Cholesky decomposition of symmetric matrices (see [?, ?, ?, ?]). Given an elimination tree, a distributed algorithm can be designed which takes care of disjoint subsets of vertices in different parallel processors. Starting arXiv:1104.2132v2 [math.CO] 15 Feb 2012 by the furthest level from the root, it proceeds by exposing at each step the vertices at a given depth.
    [Show full text]
  • Counting Independent Sets in Graphs with Bounded Bipartite Pathwidth∗
    Counting independent sets in graphs with bounded bipartite pathwidth∗ Martin Dyery Catherine Greenhillz School of Computing School of Mathematics and Statistics University of Leeds UNSW Sydney, NSW 2052 Leeds LS2 9JT, UK Australia [email protected] [email protected] Haiko M¨uller∗ School of Computing University of Leeds Leeds LS2 9JT, UK [email protected] 7 August 2019 Abstract We show that a simple Markov chain, the Glauber dynamics, can efficiently sample independent sets almost uniformly at random in polynomial time for graphs in a certain class. The class is determined by boundedness of a new graph parameter called bipartite pathwidth. This result, which we prove for the more general hardcore distribution with fugacity λ, can be viewed as a strong generalisation of Jerrum and Sinclair's work on approximately counting matchings, that is, independent sets in line graphs. The class of graphs with bounded bipartite pathwidth includes claw-free graphs, which generalise line graphs. We consider two further generalisations of claw-free graphs and prove that these classes have bounded bipartite pathwidth. We also show how to extend all our results to polynomially-bounded vertex weights. 1 Introduction There is a well-known bijection between matchings of a graph G and independent sets in the line graph of G. We will show that we can approximate the number of independent sets ∗A preliminary version of this paper appeared as [19]. yResearch supported by EPSRC grant EP/S016562/1 \Sampling in hereditary classes". zResearch supported by Australian Research Council grant DP190100977. 1 in graphs for which all bipartite induced subgraphs are well structured, in a sense that we will define precisely.
    [Show full text]
  • Strongly Connected Component
    Graph IV Ian Things that we would talk about ● DFS ● Tree ● Connectivity Useful website http://codeforces.com/blog/entry/16221 Recommended Practice Sites ● HKOJ ● Codeforces ● Topcoder ● Csacademy ● Atcoder ● USACO ● COCI Term in Directed Tree ● Consider node 4 – Node 2 is its parent – Node 1, 2 is its ancestors – Node 5 is its sibling – Node 6 is its child – Node 6, 7, 8 is its descendants ● Node 1 is the root DFS Forest ● When we do DFS on a graph, we would obtain a DFS forest. Noted that the graph is not necessarily a tree. ● Some of the information we get through the DFS is actually very useful, such as – Starting time of a node – Finishing time of a node – Parent of the node Some Tricks Using DFS Order ● Suppose vertex v is ancestor(not only parent) of u – Starting time of v < starting time of u – Finishing time of v > starting time of u ● st[v] < st[u] <= ft[u] < ft[v] ● O(1) to check if ancestor or not ● Flatten the tree to store subtree information(maybe using segment tree or other data structure to maintain) ● Super useful !!!!!!!!!! Partial Sum on Tree ● Given queries, each time increase all node from node v to node u by 1 ● Assume node v is ancestor of node u ● sum[u]++, sum[par[v]]-- ● Run dfs in root dfs(v) for all child u dfs(u) d[v] = d[v] + d[u] Types of Edges ● Tree edges – Edges that forms a tree ● Forward edges – Edges that go from a node to its descendants but itself is not a tree edge.
    [Show full text]
  • The Determining Number of Kneser Graphs José Cáceres, Delia Garijo, Antonio González, Alberto Márquez, Marıa Luz Puertas
    The determining number of Kneser graphs José Cáceres, Delia Garijo, Antonio González, Alberto Márquez, Marıa Luz Puertas To cite this version: José Cáceres, Delia Garijo, Antonio González, Alberto Márquez, Marıa Luz Puertas. The determining number of Kneser graphs. Discrete Mathematics and Theoretical Computer Science, DMTCS, 2013, Vol. 15 no. 1 (1), pp.1–14. hal-00990602 HAL Id: hal-00990602 https://hal.inria.fr/hal-00990602 Submitted on 13 May 2014 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. Discrete Mathematics and Theoretical Computer Science DMTCS vol. 15:1, 2013, 1–14 The determining number of Kneser graphsy Jose´ Caceres´ 1z Delia Garijo2x Antonio Gonzalez´ 2{ Alberto Marquez´ 2k Mar´ıa Luz Puertas1∗∗ 1 Department of Statistics and Applied Mathematics, University of Almeria, Spain. 2 Department of Applied Mathematics I, University of Seville, Spain. received 21st December 2011, revised 19th December 2012, accepted 19th December 2012. A set of vertices S is a determining set of a graph G if every automorphism of G is uniquely determined by its action on S. The determining number of G is the minimum cardinality of a determining set of G.
    [Show full text]
  • K-Outerplanar Graphs, Planar Duality, and Low Stretch Spanning Trees
    k-Outerplanar Graphs, Planar Duality, and Low Stretch Spanning Trees Yuval Emek∗ Abstract Low distortion probabilistic embedding of graphs into approximating trees is an extensively studied topic. Of particular interest is the case where the approximating trees are required to be (subgraph) spanning trees of the given graph (or multigraph), in which case, the focus is usually on the equivalent problem of finding a (single) tree with low average stretch. Among the classes of graphs that received special attention in this context are k-outerplanar graphs (for a fixed k): Chekuri, Gupta, Newman, Rabinovich, and Sinclair show that every k-outerplanar graph can be probabilistically embedded into approximating trees with constant distortion regardless of the size of the graph. The approximating trees in the technique of Chekuri et al. are not necessarily spanning trees, though. In this paper it is shown that every k-outerplanar multigraph admits a spanning tree with constant average stretch. This immediately translates to a constant bound on the distortion of probabilistically embedding k-outerplanar graphs into their spanning trees. Moreover, an efficient randomized algorithm is presented for constructing such a low average stretch spanning tree. This algorithm relies on some new insights regarding the connection between low average stretch spanning trees and planar duality. Keywords: planar graphs, outerplanarity, average stretch, planar dual. ∗Microsoft Israel R&D Center, Herzelia, Israel and School of Electrical Engineering, Tel Aviv University, Tel Aviv, Israel. E-mail: [email protected]. Supported in part by the Israel Science Foundation, grants 221/07 and 664/05. 1 Introduction The problem.
    [Show full text]
  • Math 7410 Graph Theory
    Math 7410 Graph Theory Bogdan Oporowski Department of Mathematics Louisiana State University April 14, 2021 Definition of a graph Definition 1.1 A graph G is a triple (V,E, I) where ◮ V (or V (G)) is a finite set whose elements are called vertices; ◮ E (or E(G)) is a finite set disjoint from V whose elements are called edges; and ◮ I, called the incidence relation, is a subset of V E in which each edge is × in relation with exactly one or two vertices. v2 e1 v1 Example 1.2 ◮ V = v1, v2, v3, v4 e5 { } e2 e4 ◮ E = e1,e2,e3,e4,e5,e6,e7 { } e6 ◮ I = (v1,e1), (v1,e4), (v1,e5), (v1,e6), { v4 (v2,e1), (v2,e2), (v3,e2), (v3,e3), (v3,e5), e7 v3 e3 (v3,e6), (v4,e3), (v4,e4), (v4,e7) } Simple graphs Definition 1.3 ◮ Edges incident with just one vertex are loops. ◮ Edges incident with the same pair of vertices are parallel. ◮ Graphs with no parallel edges and no loops are called simple. v2 e1 v1 e5 e2 e4 e6 v4 e7 v3 e3 Edges of a simple graph can be described as v e1 v 2 1 two-element subsets of the vertex set. Example 1.4 e5 e2 e4 E = v1, v2 , v2, v3 , v3, v4 , e6 {{ } { } { } v1, v4 , v1, v3 . v4 { } { }} v e7 3 e3 Note 1.5 Graph Terminology Definition 1.6 ◮ The graph G is empty if V = , and is trivial if E = . ∅ ∅ ◮ The cardinality of the vertex-set of a graph G is called the order of G and denoted G .
    [Show full text]
  • Strongly Regular and Pseudo Geometric Graphs
    Strongly regular and pseudo geometric graphs M. Mitjana 1;2 Departament de Matem`atica Aplicada I Universitat Polit`ecnica de Catalunya Barcelona, Spain E. Bendito, A.´ Carmona, A. M. Encinas 1;3 Departament de Matem`atica Aplicada III Universitat Polit`ecnica de Catalunya Barcelona, Spain Abstract Very often, strongly regular graphs appear associated with partial geometries. The point graph of a partial geometry is the graph whose vertices are the points of the geometry and adjacency is defined by collinearity. It is well known that the point graph associated to a partial geometry is a strongly regular graph and, in this case, the strongly regular graph is named geometric. When the parameters of a strongly regular graph, Γ, satisfy the relations of a geometric graph, then Γ is named a pseudo geometric graph. Moreover, it is known that not every pseudo geometric graph is geometric. In this work, we characterize strongly regular graphs that are pseudo geometric and we analyze when the complement of a pseudo geometric graph is also pseudo geometric. Keywords: Strongly regular graph, partial geometry, pseudo geometric graph. 1 Strongly regular graphs A strongly regular graph with parameters (n; k; λ, µ) is a graph on n vertices which is regular of degree k, any two adjacent vertices have exactly λ common neighbours and two non{adjacent vertices have exactly µ common neighbours. We recall that antipodal strongly regular graphs are characterized by sat- isfying µ = k, or equivalently λ = 2k − n, which in particular implies that 2k ≥ n. In addition, any bipartite strongly regular graph is antipodal and it is characterized by satisfying µ = k and n = 2k.
    [Show full text]
  • CLRS B.4 Graph Theory Definitions Unit 1: DFS Informally, a Graph
    CLRS B.4 Graph Theory Definitions Unit 1: DFS informally, a graph consists of “vertices” joined together by “edges,” e.g.,: example graph G0: 1 ···················•······························· ····························· ····························· ························· ···· ···· ························· ························· ···· ···· ························· ························· ···· ···· ························· ························· ···· ···· ························· ············· ···· ···· ·············· 2•···· ···· ···· ··· •· 3 ···· ···· ···· ···· ···· ··· ···· ···· ···· ···· ···· ···· ···· ···· ···· ···· ······· ······· ······· ······· ···· ···· ···· ··· ···· ···· ···· ···· ···· ··· ···· ···· ···· ···· ···· ···· ···· ···· ···· ···· ··············· ···· ···· ··············· 4•························· ···· ···· ························· • 5 ························· ···· ···· ························· ························· ···· ···· ························· ························· ···· ···· ························· ····························· ····························· ···················•································ 6 formally a graph is a pair (V, E) where V is a finite set of elements, called vertices E is a finite set of pairs of vertices, called edges if H is a graph, we can denote its vertex & edge sets as V (H) & E(H) respectively if the pairs of E are unordered, the graph is undirected if the pairs of E are ordered the graph is directed, or a digraph two vertices joined by an edge
    [Show full text]
  • Density Theorems for Bipartite Graphs and Related Ramsey-Type Results
    Density theorems for bipartite graphs and related Ramsey-type results Jacob Fox Benny Sudakov Princeton UCLA and IAS Ramsey’s theorem Definition: r(G) is the minimum N such that every 2-edge-coloring of the complete graph KN contains a monochromatic copy of graph G. Theorem: (Ramsey-Erdos-Szekeres,˝ Erdos)˝ t/2 2t 2 ≤ r(Kt ) ≤ 2 . Question: (Burr-Erd˝os1975) How large is r(G) for a sparse graph G on n vertices? Ramsey numbers for sparse graphs Conjecture: (Burr-Erd˝os1975) For every d there exists a constant cd such that if a graph G has n vertices and maximum degree d, then r(G) ≤ cd n. Theorem: 1 (Chv´atal-R¨odl-Szemer´edi-Trotter 1983) cd exists. 2αd 2 (Eaton 1998) cd ≤ 2 . βd αd log2 d 3 (Graham-R¨odl-Ruci´nski2000) 2 ≤ cd ≤ 2 . Moreover, if G is bipartite, r(G) ≤ 2αd log d n. Density theorem for bipartite graphs Theorem: (F.-Sudakov) Let G be a bipartite graph with n vertices and maximum degree d 2 and let H be a bipartite graph with parts |V1| = |V2| = N and εN edges. If N ≥ 8dε−d n, then H contains G. Corollary: For every bipartite graph G with n vertices and maximum degree d, r(G) ≤ d2d+4n. (D. Conlon independently proved that r(G) ≤ 2(2+o(1))d n.) Proof: Take ε = 1/2 and H to be the graph of the majority color. Ramsey numbers for cubes Definition: d The binary cube Qd has vertex set {0, 1} and x, y are adjacent if x and y differ in exactly one coordinate.
    [Show full text]