1 Don’t be dense, try hypergraphs! Anthony Bonato Ryerson University Ryerson.

Slides:



Advertisements
Similar presentations
Long cycles, short cycles, min-degree subgraphs, and feedback arc sets in Eulerian digraphs Raphael Yuster joint work with Asaf Shapira Eilat 2012.
Advertisements

CS 473Lecture 131 CS473-Algorithms I Lecture 13-A Graphs.
Lecture 9 - Cop-win Graphs and Retracts Dr. Anthony Bonato Ryerson University AM8002 Fall 2014.
1 Almost all cop-win graphs contain a universal vertex Anthony Bonato Ryerson University CanaDAM 2011.
A Separator Theorem for Graphs with an Excluded Minor and its Applications Paul Seymour Noga Alon Robin Thomas Lecturer : Daniel Motil.
Universal Random Semi-Directed Graphs
Distinguishing Infinite Graphs Anthony Bonato 1 Distinguishing Infinite Graphs Anthony Bonato Ryerson University Discrete Mathematics Days 2009 May 23,
Every H-decomposition of K n has a nearly resolvable alternative Wilson: e(H) | n(n-1)/2 and gcd(H) | n-1 n>> then there exists an H-decomposition of K.
Greedy Algorithms for Matroids Andreas Klappenecker.
Mycielski’s Construction Mycielski’s Construction: From a simple graph G, Mycielski’s Construction produces a simple graph G’ containing G. Beginning with.
Conditional Regularity and Efficient testing of bipartite graph properties Ilan Newman Haifa University Based on work with Eldar Fischer and Noga Alon.
NP-Complete Problems Reading Material: Chapter 10 Sections 1, 2, 3, and 4 only.
1 Packing directed cycles efficiently Zeev Nutov Raphael Yuster.
Lower Bounds on the Distortion of Embedding Finite Metric Spaces in Graphs Y. Rabinovich R. Raz DCG 19 (1998) Iris Reinbacher COMP 670P
Courtesy Costas Busch - RPI1 Mathematical Preliminaries.
Cardinality of a Set “The number of elements in a set.” Let A be a set. a.If A =  (the empty set), then the cardinality of A is 0. b. If A has exactly.
Week 10 – Meyniel’s conjecture Dr. Anthony Bonato Ryerson University AM8002 Fall 2014.
The Search for N-e.c. Graphs and Tournaments Anthony Bonato Ryerson University Toronto, Canada 6 th Combinatorics Lethbridge March 28, 2009.
Which graphs are extremal? László Lovász Eötvös Loránd University, Budapest Joint work with Balázs Szegedy.
Infinite Limits and Limits to Infinity: Horizontal and Vertical Asymptotes.
9.1 Sequences. A sequence is a list of numbers written in an explicit order. n th term Any real-valued function with domain a subset of the positive integers.
GRAPHS CSE, POSTECH. Chapter 16 covers the following topics Graph terminology: vertex, edge, adjacent, incident, degree, cycle, path, connected component,
Graphs Chapter 12.
 期中测验时间:  11 月 4 日  课件 集合,关系,函数,基数, 组合数学.  Ⅰ Introduction to Set Theory  1. Sets and Subsets  Representation of set:  Listing elements, Set builder.
Generalized Derangement Graphs Hannah Jackson.  If P is a set, the bijection f: P  P is a permutation of P.  Permutations can be written in cycle notation.
Edge-disjoint induced subgraphs with given minimum degree Raphael Yuster 2012.
1 CS104 : Discrete Structures Chapter V Graph Theory.
Based on slides by Y. Peng University of Maryland
Fall 2005Costas Busch - RPI1 Mathematical Preliminaries.
Prof. Busch - LSU1 Mathematical Preliminaries. Prof. Busch - LSU2 Mathematical Preliminaries Sets Functions Relations Graphs Proof Techniques.
Indian Institute of Technology Kharagpur PALLAB DASGUPTA Graph Theory: Introduction Pallab Dasgupta, Professor, Dept. of Computer Sc. and Engineering,
Mycielski’s Construction Mycielski’s Construction: From a simple graph G, Mycielski’s Construction produces a simple graph G’ containing G. Beginning with.
GRAPHS THEROY. 2 –Graphs Graph basics and definitions Vertices/nodes, edges, adjacency, incidence Degree, in-degree, out-degree Subgraphs, unions, isomorphism.
1 The number of orientations having no fixed tournament Noga Alon Raphael Yuster.
Maximum density of copies of a graph in the n-cube John Goldwasser Ryan Hansen West Virginia University.
Testing the independence number of hypergraphs
1 Independence densities of hypergraphs Anthony Bonato Ryerson University 2014 CMS Summer Meeting Independence densities - Anthony Bonato.
The countable character of uncountable graphs François Laviolette Barbados 2003.
The length of vertex pursuit games Anthony Bonato Ryerson University CCC 2013.
COSC 2007 Data Structures II Chapter 14 Graphs I.
Chapter 5 Graphs  the puzzle of the seven bridge in the Königsberg,  on the Pregel.
Week 1 – Introduction to Graph Theory I Dr. Anthony Bonato Ryerson University AM8002 Fall 2014.
Rosen 1.6, 1.7. Basic Definitions Set - Collection of objects, usually denoted by capital letter Member, element - Object in a set, usually denoted by.
Introduction to Real Analysis Dr. Weihu Hong Clayton State University 8/27/2009.
Discrete Mathematics Set.
GRAPHS. Graph Graph terminology: vertex, edge, adjacent, incident, degree, cycle, path, connected component, spanning tree Types of graphs: undirected,
Graphs Basic properties.
Introduction to Graph Theory
Basic Operations on Graphs Lecture 5.. Basic Operations on Graphs Deletion of edges Deletion of vertices Addition of edges Union Complement Join.
1 Mathematical Preliminaries. 2 Sets Functions Relations Graphs Proof Techniques.
Chromatic Coloring with a Maximum Color Class Bor-Liang Chen Kuo-Ching Huang Chih-Hung Yen* 30 July, 2009.
Nondeterministic property testing László Lovász Katalin Vesztergombi.
Limits Involving Infinity Section 1.4. Infinite Limits A limit in which f(x) increases or decreases without bound as x approaches c is called an infinite.
An introduction to chordal graphs and clique trees
Games and graphs: the legacy of RJN
Copyright © Zeph Grunschlag,
The countable character of uncountable graphs François Laviolette Barbados 2003.
Miniconference on the Mathematics of Computation
Structural graph parameters Part 2: A hierarchy of parameters
Based on slides by Y. Peng University of Maryland
Dependency Models – abstraction of Probability distributions
Discrete Mathematics and its Applications Lecture 1 – Graph Theory
Discrete Mathematics and its Applications Lecture 8 – Cop-win Graphs
Mathematical Preliminaries
Miniconference on the Mathematics of Computation
Modelling and Searching Networks Lecture 8 – Cop-win Graphs
Discrete Mathematics and its Applications Lecture 7 – Cops and Robbers
Miniconference on the Mathematics of Computation
Existence of 3-factors in Star-free Graphs with High Connectivity
For Friday Read chapter 9, sections 2-3 No homework
Presentation transcript:

1 Don’t be dense, try hypergraphs! Anthony Bonato Ryerson University Ryerson

Independent sets set of vertices in an undirected, simple graph, no two of which are adjacent 2

Paths 3 … number of independent sets = F(n+2) -Fibonacci number PnPn

Stars 4 number of independent sets = 1+2 n independence density = 2 -n-1 +½ K 1,n …

Independence density G a graph of order n i(G) = number of independent sets in G (including ∅ ) –Fibonacci number of G id(G) = i(G) / 2 n –independence density of G –rational in (0,1] 5

Properties if G is a spanning subgraph of H, then i(H) ≤ i(G) –(possibly) fewer edges in G i(G U H) = i(G)i(H) 6

Monotonicity if G is subgraph of H, then id(H) ≤ id(G) –G has an edge, then: id(G) ≤ id(K 2 ) = ¾ Proof: Say G has order m and H has order n. id(H)= i(H) / 2 n ≤ i(G U (H-G)) / 2 n (disjoint union) = i(G)i(H-G) / 2 m 2 n-m = id(G)id(H-G) ≤ id(G). id(G U H) = id(G)id(H) 7

Infinite graphs? 8

Chains 9

Existence and uniqueness 10

Examples infinite star: id(K 1,∞ ) = 1/2 one-way infinite path: id(P ∞ ) = 0 11

Bounds on id 12

Rationality Theorem (BBKP,11) Let G be a countable graph. 1.id(G) is rational. 2.The closure of the set {id(G): G countable} is a subset of the rationals. 13

Aside: other densities many other density notions for graphs and hypergraphs: –upper density –homomorphism density –Turán density –co-degree density –cop density, … 14

Question hereditary graph class X: closed under induced subgraphs egs: X = independent sets; cliques; triangle-free graphs; perfect graphs; H-free graphs Xd(G) = proportion of subsets which induce a graph in X –generalizes to infinite graphs via chains is Xd(G) rational? 15

Try hypergraphs! hypergraph H = (V,E), E = hyperedges independent set: does not contain a hyperedge id(H) defined analogously –extend to infinite hypergraphs by continuity –well-defined 16

Examples ∅,{1},{2},{3},{4}, {1,2},{1,3},{2,3}, {1,4},{3,4}, {1,3,4} id(H) = 11/16 H 17

Examples, cont 18 … id(H) = 7/8

Hypergraph id’s examples: 1.graph, E = subsets of vertices containing a copy of K 2 –recovers the independence density of graphs 2.graph, fix a finite graph F; E = subsets of vertices containing a copy of F –F-free density (generalizes (1)). 3.relational structure (graphs, digraphs, orders, etc); F a set of finite structures; E = subsets of vertices containing a member of F –F -free density of a structure (generalizes (2)) 19

Bounds on id 20

Rationality rank k hypergraph: hyperedges bounded in cardinality by k > 0 –finite rank: rank k for some k Theorem (BBMP,14): If H has finite rank, then id(H) is rational. 21

Sketch of proof notation: for finite disjoint sets of vertices A and B id A,B (H) = density of independent sets containing A and not B analogous properties to id(H) = id ∅, ∅ (H) 22

Properties of id A,B (H) 23

Out-sets for a given A, B, and any hyperedge S such that S∩B = ∅, the set S \ A is the out-set of S relative to A and B –example: A B S notation: id r A,B (H) denotes that every out-set has cardinality at most r note that: id k ∅, ∅ (H) = id(H) 24

Claims 25

Final steps… 26

Unbounded rank 27 … H

Any real number case of finite, but unbounded hyperedges H unb = {x: there is a countable hypergraph H with id(H) = x} Theorem (BBMP,14) H unb = [0,1]. contrasts with rank k case, where there exist gaps such as (1-1/2 k,1) 28

Independence polynomials 29

Independence densities at x 30

Examples, continued 31

Asymptotic behaviour 32

Sketch of proof 33

Examples, continued 34

Future directions classify gaps among densities for given hypergraphs –eg: rank k, (1-1/2 k,1) is a gap rationality of closure of set of id’s for rank k hypergraphs which hypergraphs have jumping points, and what are their values? 35

General densities 36