The countable character of uncountable graphs François Laviolette Barbados 2003.

Slides:



Advertisements
Similar presentations
Connectivity - Menger’s Theorem Graphs & Algorithms Lecture 3.
Advertisements

Chapter 8 Topics in Graph Theory
Edge-connectivity and super edge-connectivity of P 2 -path graphs Camino Balbuena, Daniela Ferrero Discrete Mathematics 269 (2003) 13 – 20.
Bayesian Networks, Winter Yoav Haimovitch & Ariel Raviv 1.
EMIS 8374 Vertex Connectivity Updated 20 March 2008.
CSC401 – Analysis of Algorithms Lecture Notes 14 Graph Biconnectivity
Chapter 9 Connectivity 连通度. 9.1 Connectivity Consider the following graphs:  G 1 : Deleting any edge makes it disconnected.  G 2 : Cannot be disconnected.
Combinatorial Algorithms
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.
MCA 520: Graph Theory Instructor Neelima Gupta
Vertex Cut Vertex Cut: A separating set or vertex cut of a graph G is a set SV(G) such that G-S has more than one component. d f b e a g c i h.
MATH 310, FALL 2003 (Combinatorial Problem Solving) Lecture 10, Monday, September 22.
K-Coloring k-coloring: A k-coloring of a graph G is a labeling f: V(G)  S, where |S|=k. The labels are colors; the vertices of one color form a color.
Introduction to Graph Theory
Graph Theory Ch6 Planar Graphs. Basic Definitions  curve, polygon curve, drawing  crossing, planar, planar embedding, and plane graph  open set  region,
Graph Theory Chapter 6 Planar Graphs Ch. 6. Planar Graphs.
On Edge-Balance Index Sets of L-Product of Cycles by Cycles Daniel Bouchard, Stonehill College Patrick Clark, Stonehill College Hsin-hao Su, Stonehill.
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.
4.1 Connectivity and Paths: Cuts and Connectivity
Based on slides by Y. Peng University of Maryland
V Spanning Trees Spanning Trees v Minimum Spanning Trees Minimum Spanning Trees v Kruskal’s Algorithm v Example Example v Planar Graphs Planar Graphs v.
The countable character of uncountable graphs François Laviolette Barbados 2003.
September1999 CMSC 203 / 0201 Fall 2002 Week #13 – 18/20/22 November 2002 Prof. Marie desJardins.
Mathematical Preliminaries
Connectivity and Paths 報告人:林清池. Connectivity A separating set of a graph G is a set such that G-S has more than one component. The connectivity of G,
Graph Theory and Applications
CSCI 115 Chapter 8 Topics in Graph Theory. CSCI 115 §8.1 Graphs.
 Quotient graph  Definition 13: Suppose G(V,E) is a graph and R is a equivalence relation on the set V. We construct the quotient graph G R in the follow.
Graphs Lecture 2. Graphs (1) An undirected graph is a triple (V, E, Y), where V and E are finite sets and Y:E g{X V :| X |=2}. A directed graph or digraph.
Chapter 20: Graphs. Objectives In this chapter, you will: – Learn about graphs – Become familiar with the basic terminology of graph theory – Discover.
CSCI 115 Course Review.
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.
Indian Institute of Technology Kharagpur PALLAB DASGUPTA Graph Theory: Planarity Pallab Dasgupta, Professor, Dept. of Computer Sc. and Engineering, IIT.
12. Lecture WS 2012/13Bioinformatics III1 V12 Menger’s theorem Borrowing terminology from operations research consider certain primal-dual pairs of optimization.
Fundamental Graph Theory (Lecture 1) Lectured by Hung-Lin Fu 傅 恆 霖 Department of Applied Mathematics National Chiao Tung University.
Trees.
Review: Discrete Mathematics and Its Applications
An Introduction to Graph Theory
Subgraphs Lecture 4.
Applied Discrete Mathematics Week 13: Graphs
Proof technique (pigeonhole principle)
Chapter 5 Fundamental Concept
Graph theory Definitions Trees, cycles, directed graphs.
Graph Theory and Algorithm 01
Biconnectivity SEA PVD ORD FCO SNA MIA 11/16/2018 2:31 AM
Planarity Testing.
3.3 Applications of Maximum Flow and Minimum Cut
V17 Metabolic networks - Graph connectivity
Dependency Models – abstraction of Probability distributions
Discrete Mathematics and its Applications Lecture 1 – Graph Theory
Trees.
Connectivity Section 10.4.
V11 Metabolic networks - Graph connectivity
Review: Discrete Mathematics and Its Applications
Spin Models and Distance-Regular Graphs
5.4 T-joins and Postman Problems
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley.
Text Book: Introduction to algorithms By C L R S
V12 Menger’s theorem Borrowing terminology from operations research
Planarity.
Miniconference on the Mathematics of Computation
V11 Metabolic networks - Graph connectivity
Existence of 3-factors in Star-free Graphs with High Connectivity
Biconnectivity SEA PVD ORD FCO SNA MIA 5/6/2019 5:08 PM Biconnectivity
Graph Theory: Cuts and Connectivity
Biconnectivity SEA PVD ORD FCO SNA MIA 5/23/ :21 PM
V11 Metabolic networks - Graph connectivity
Locality In Distributed Graph Algorithms
Minimum Spanning Trees
Presentation transcript:

The countable character of uncountable graphs François Laviolette Barbados 2003

Many problems use infinite graphs in their representations. To study such an infinite combinatorial structure, we : Analyze the topology of its one-way infinite paths (Theory of end, generalized depth-first search ideas,… Find a construction for the particular graphs related to the problem, and try to encode the most interesting of them by a finite structure. decompose and conquer.

Definitions and Notations Graphs will be simple, connected, and with undirected edges. The set of vertices: V(G) The set of edges: E(G) The degree of a vertex may be infinite

Definition: A cut in a graph G is a set of edges of G which separates a sub-graph A from its complement. Definition 1: A minimal cut (with respect to the inclusion) is called a bond. cut AcAc A

Proposition: a cut is a bond if and only if both the subgraph A and its complement are connected. Proposition: cuts are disjoint unions of bonds. Theorem (Menger): the edge-connectivity between two vertices x and y (i.e. the maximal “number” of edge-disjoint paths linking x and y) is equal to the minimal cardinality of a bond that separates x and y. For any cardinal , the relation “to be at least  -edge connected” induces an equivalence relation on the set of vertices of a graph. Definition 2: an equivalence class of this relation is called an  -class

Definition 3: A decomposition of a graph G is a family of connected subgraphs of G that are pairwise edge disjoint but whose union is G itself. G K2K2 K1K1 The subgraphs of the family are called the fragments of the decomposition. Given any cardinal , an  -decomposition is a decomposition whose fragments are all of size  .

Theorem Nash-Williams (1960) Let G be a graph. Then G has a decomposition whose fragments are all circuits iff G has no finite cut of odd cardinality. (Sketch of the proof.)

Definition 4: an  -decomposition  is bond faithful if 1.any bond of cardinality   of G is totally contained in one fragment; 2.any bond of cardinality<  of a fragment is also a bond of G In other words, (up to the cardinal  ) the bond- structure of the graph can be recovered from the bond-structure of the fragments. Here is an easy example: K1K1 K2K2 K3K3 K4K4 G...

In a bond-faithful  -decomposition , the following properties are always satisfied for any set B of edges of G:  If |B|<  then B is a bond of G  B is a bond of some fragment of  ;  If |B|=  then B is a bond of G  B is a bond of some fragment of  ;  If |B|>  then in any fragment H containing edges of B, B induces a cut of cardinality  in H.

Question: do such decompositions exist for any graph ? For this G, let’s try for  =3 G

Question: do such decompositions exist for any graph ? K2K2 K1K1 For this G, let’s try for  =3 Attempt#1: No G

Questions do such decompositions exist for any graph ? For this G, let’s try for  =3 Attempt#2: No H1H1 H2H2 G

Question: do such decompositions exist for any graph ? For this G, let’s try for  =3 Attempt#3: ?? L2L2 L1L1 G

Theorem: Every graph admits a bond-faithful  -decomposition. In other words, it is always possible to decompose a graph G into countable fragments such that 1.every countable bond of G is a bond of some fragment; 2.The set of all the finite bonds of the fragments is exactly the set of all finite bonds of G. Note: Under the Generalized Continuum Hypothesis assumption, this result can be generalized to: Theorem: For all infinite cardinal , every graph admits a decomposition into fragments of cardinality at most  that is bond-faithful up to .

Proposition: Every graph G is the edge disjoint union of two spanning graphs, say K and L, such that the edge-connectivity between any pair of infinitely edge-connected vertices is preserved, in G, K and L. Proposition: Assuming GCH, every  -edge-connected graph contains  edge-disjoint spanning trees.

The bond-faithful theorem : Every graph admits a bond-faithful  -decomposition. Related theorem : Let W be the set of all the  -classes of G. Then there exists a well ordering on W such that each equivalence class w  W can be separated from all the preceding  -classes by a finite cut of the graph.

Sketch of the proof of the bond-faithful theorem: STEP 1: Every bridgeless graph admits an  -decomposition whose fragments are all 2-edge-connected. STEP 2: Given any  -decomposition , then there exists an  - decomposition  ’ that is coarser than , and such that for any fragment H of , the only bonds of H that are bonds of the corresponding fragment of  ’ are those that are bonds of G.

Proof (following) : STEP 3: Iterating step 2, we obtain an  -decomposition that satisfies the property (i). Also, if we manage to find some  -decomposition that satisfies property (ii), applying STEP 3 to this particular decomposition will give what we want (i.e.: a bond-faithful  -decomposition ). STEP 4: Theorem: Let G be a graph, x a vertex of G and  a regular uncountable cardinal. If x has degree  , then x is a cut vertex or is  -vertex-connected to some other vertex y.

Proof (end) STEP 5: Let G/   represents the graph obtained from G by identifying vertices that belong to the same  1 -classes. Then, because of STEP 4, the blocks of G/   form a bond faithful  - decomposition of G/   . STEP 6: Construct a bond-faithful  -decomposition of G from that bond-faithful  -decomposition of G/  .