Graph Reconstruction Conjecture. Proposed by S.M. Ulan & P.J. Kelly in 1941: The conjecture states that every graph with at least 3 vertices is reconstructible;

Slides:



Advertisements
Similar presentations
1 Decomposing Hypergraphs with Hypertrees Raphael Yuster University of Haifa - Oranim.
Advertisements

8.3 Representing Relations Connection Matrices Let R be a relation from A = {a 1, a 2,..., a m } to B = {b 1, b 2,..., b n }. Definition: A n m  n connection.
22C:19 Discrete Math Graphs Fall 2014 Sukumar Ghosh.
5/12/2015PhD seminar CS BGU Counting subgraphs Support measures for graphs Natalia Vanetik.
Mining Graphs.
GOLOMB RULERS AND GRACEFUL GRAPHS
Cubic Subgraphs Why? Why not?. 5 vertices, 8 edges, claw-free, no cubic subgraph.
Distinguishing Infinite Graphs Anthony Bonato 1 Distinguishing Infinite Graphs Anthony Bonato Ryerson University Discrete Mathematics Days 2009 May 23,
Reconstruction Algorithm for Permutation Graphs Masashi Kiyomi, Toshiki Saitoh, and Ryuhei Uehara School of Information Science Japan Advanced Institute.
The number of edge-disjoint transitive triples in a tournament.
Association Analysis (7) (Mining Graphs)
Graph Algorithms: Minimum Spanning Tree We are given a weighted, undirected graph G = (V, E), with weight function w:
Asymmetric Ramsey Properties of Random Graphs involving Cliques Reto Spöhel Joint work with Martin Marciniszyn, Jozef Skokan, and Angelika Steger TexPoint.
1 2 Introduction In last chapter we saw a few consistency tests. In this chapter we are going to prove the properties of Plane-vs.- Plane test: Thm[RaSa]:
What is the next line of the proof? a). Let G be a graph with k vertices. b). Assume the theorem holds for all graphs with k+1 vertices. c). Let G be a.
Is the following graph Hamiltonian- connected from vertex v? a). Yes b). No c). I have absolutely no idea v.
CSE 222 Systems Programming Graph Theory Basics Dr. Jim Holten.
On The Edge-Graceful and Edge-Magic Maximal Outerplanar Graphs
1 Section 8.4 Connectivity. 2 Paths In an undirected graph, a path of length n from u to v, where n is a positive integer, is a sequence of edges e 1,
3/29/05Tucker, Sec Applied Combinatorics, 4th Ed. Alan Tucker Section 4.2 Minimal Spanning Trees Prepared by Amanda Dargie and Michele Fretta.
New Algorithm DOM for Graph Coloring by Domination Covering
Antimagic Labellings of Graphs Torsten Mütze Joint work with Dan Hefetz and Justus Schwartz.
MATH 310, FALL 2003 (Combinatorial Problem Solving) Lecture 10, Monday, September 22.
Bipartite Permutation Graphs are Reconstructible Toshiki Saitoh (ERATO) Joint work with Masashi Kiyomi (JAIST) and Ryuhei Uehara (JAIST) COCOA /Dec/2010.
Combinatorial approach to Guerra's interpolation method David Gamarnik MIT Joint work with Mohsen Bayati (Stanford) and Prasad Tetali (Georgia Tech) Physics.
Entropy Rate of a Markov Chain
Alexander A. Razborov University of Chicago BIRS, October 3, 2011 Flag Algebras TexPoint fonts used in EMF. Read the TexPoint manual before you delete.
ساختمانهای گسسته دانشگاه صنعتی شاهرود – اردیبهشت 1392.
7.1 and 7.2: Spanning Trees. A network is a graph that is connected –The network must be a sub-graph of the original graph (its edges must come from the.
Copyright © Zeph Grunschlag, More on Graphs.
1 CS104 : Discrete Structures Chapter V Graph Theory.
CSE332: Data Abstractions Lecture 24.5: Interlude on Intractability Dan Grossman Spring 2012.
Introduction to Graph Theory
Ramsey Properties of Random Graphs; A Sharp Threshold Proven via A Hypergraph Regularity Lemma. Ehud Friedgut, Vojtech Rödl, Andrzej Rucinski, Prasad.
1 1-1 Patterns and Inductive Reasoning Objectives: Define: –Conjectures –Inductive reasoning –Counterexamples Make conjectures based on inductive reasoning.
An Introduction to Graph Theory
Alexander A. Razborov University of Chicago Steklov Mathematical Institute Toyota Technological Institute at Chicago Institute for Mathematics and Applications,
Graphs. Graphs Similar to the graphs you’ve known since the 5 th grade: line graphs, bar graphs, etc., but more general. Those mathematical graphs are.
Graphs and MSTs Sections 1.4 and 9.1. Partial-Order Relations Everybody is not related to everybody. Examples? Direct road connections between locations.
Homework #5 Due: October 31, 2000 Christine Kang Graph Concepts and Algorithms.
Trees Thm 2.1. (Cayley 1889) There are nn-2 different labeled trees
Xuding Zhu Zhejiang Normal University Budapest Circular flow of signed graphs.
Graph Concepts and Algorithms Using LEDA By Caroline Moore and Carmen Frerichs (252a-at and 252a-ao) each graph in the presentation was created using gw_basic_graph_algorithms.
Graphs Definition: a graph is an abstract representation of a set of objects where some pairs of the objects are connected by links. The interconnected.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. Fast.
Fundamental Graph Theory (Lecture 1) Lectured by Hung-Lin Fu 傅 恆 霖 Department of Applied Mathematics National Chiao Tung University.
Trees.
Theory of Computational Complexity Probability and Computing Chapter Hikaru Inada Iwama and Ito lab M1.
Hyperfinite graphs and combinatorial optimization László Lovász
Tracing An Algorithm for Strongly Connected Components that uses Depth First Search Graph obtained from Text, page a-al: Geetika Tewari.
What is the next line of the proof?
Reconstruction on trees and Phylogeny 1
Tucker, Applied Combinatorics, Sec 2.4
More NP-complete Problems
Depth Estimation via Sampling
Graphs Chapter 13.
Discrete Math II Howon Kim
Isomorphism in GRAPHS.
10.1 Graphs and Graph Models
Decision Maths Graphs.
A Introduction to Computing II Lecture 13: Trees
Student:連敏筠 Advisor:傅恆霖
MAT 2720 Discrete Mathematics
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley.
SYSTEMS.
Proof Techniques.
Simple Graphs: Connectedness, Trees
Section 9.1 Day 1 Graphing Quadratic Functions
Graph Vocabulary.
Locality In Distributed Graph Algorithms
Presentation transcript:

Graph Reconstruction Conjecture

Proposed by S.M. Ulan & P.J. Kelly in 1941: The conjecture states that every graph with at least 3 vertices is reconstructible; a graph G is reconstructible if it is defined by its vertex- deleted subgraphs. The conjecture states that every graph with at least 3 vertices is reconstructible; a graph G is reconstructible if it is defined by its vertex- deleted subgraphs.

Definitions DECK = the multi-subset of vertex-deleted subgraphs of G CARD = a vertex-deleted subgraph of G (we do not worry about graphs that are different through labelling nodes differently, but are isomorphic) G = v1v1 v2v2 v3v3 v4v4 D( G) = v1v1 v1v1 v1v1 v2v2 v2v2 v2v2 v3v3 v3v3 v3v3 v4v4 v4v4 v4v4

Graph reconstruction D( G) = Can we obtain G from D(G)?

Graph reconstruction G = D( G) = Can we obtain G from D(G)?

Graph Reconstruction Conjecture Every graph with at least three vertices is reconstructible Unproven Unproven Verified for regular graphs (graphs in which all vertices have same number of edges). Verified for regular graphs (graphs in which all vertices have same number of edges). Verified for all graphs with at most 11 vertices. Verified for all graphs with at most 11 vertices. Bollobás: Used probability to show that almost all graphs are reconstructible; probability that a randomly chosen graph with n vertices is not reconstructible approaches zero as n approaches infinity. Bollobás: Used probability to show that almost all graphs are reconstructible; probability that a randomly chosen graph with n vertices is not reconstructible approaches zero as n approaches infinity. For almost all graphs, there exist 3 cards that uniquely determine the graph. For almost all graphs, there exist 3 cards that uniquely determine the graph.

Reconstruction Number  rn(G) The number of cards required to reconstruct the original graph. The number of cards required to reconstruct the original graph. > 2 because at least 2 different graphs can be generated from a deck of 2 (difference between the 2 graphs is 1 edge) > 2 because at least 2 different graphs can be generated from a deck of 2 (difference between the 2 graphs is 1 edge)

Reconstruction Number Logic 1. Get all cards of a given deck 2. Extend the cards 3. The intersection of the extended cards is the solution Conjecture:  rn(G) is at most ( n/2 +1) Bollobás used proof via probability to prove  rn(G) is at least 3 Bollobás used proof via probability to prove  rn(G) is at least 3

Finding Reconstruction Number G = v1v1 v2v2 v3v3 v4v4 D( G) = v1v1 v1v1 v1v1 v2v2 v2v2 v2v2 v3v3 v3v3 v3v3 v4v4 v4v4 v4v4 1. Get all cards of a given deck

Finding Reconstruction Number 1. Get all cards of a given deck 2. Extend the cards D( G) = v1v1 v1v1 v1v1 v2v2 v2v2 v2v2 v3v3 v3v3 v3v3 v4v4 v4v4 v4v4 =>

Finding Reconstruction Number D( G) = v1v1 v1v1 v1v1 v2v2 v2v2 v2v2 v3v3 v3v3 v3v3 v4v4 v4v4 v4v4 => 1. Get all cards of a given deck 2. Extend the cards 3. The intersection of the extended cards is the solution

Proven generally not reconstructible: Digraphs (AKA Directed graph) Digraphs (AKA Directed graph) Hypergraphs: edges can connect to any number of vertices. Hypergraphs: edges can connect to any number of vertices. Infinite Graphs: Infinitely many vertices and/or edges Infinite Graphs: Infinitely many vertices and/or edges