Thus a digraph is a graph with oriented edges. D is strict if there are no loops or repeated edges.

Similar documents
Handout #Ch7 San Skulrattanakulchai Gustavus Adolphus College Dec 6, Chapter 7: Digraphs

SCORE SETS IN ORIENTED GRAPHS

V. Adamchik 1. Graph Theory. Victor Adamchik. Fall of 2005

Discrete Mathematics & Mathematical Reasoning Chapter 10: Graphs

CMPSCI611: Approximating MAX-CUT Lecture 20

Midterm Practice Problems

3. Eulerian and Hamiltonian Graphs

Connectivity and cuts

Social Media Mining. Graph Essentials

Class One: Degree Sequences

IE 680 Special Topics in Production Systems: Networks, Routing and Logistics*

Large induced subgraphs with all degrees odd

1 Definitions. Supplementary Material for: Digraphs. Concept graphs

Graph Theory Problems and Solutions

Lecture 15 An Arithmetic Circuit Lowerbound and Flows in Graphs

GRAPH THEORY LECTURE 4: TREES

Extremal Wiener Index of Trees with All Degrees Odd

136 CHAPTER 4. INDUCTION, GRAPHS AND TREES

Data Structures and Algorithms Written Examination

Lecture 1: Course overview, circuits, and formulas

CS 598CSC: Combinatorial Optimization Lecture date: 2/4/2010

5 Directed acyclic graphs

Computer Science Department. Technion - IIT, Haifa, Israel. Itai and Rodeh [IR] have proved that for any 2-connected graph G and any vertex s G there

Outline 2.1 Graph Isomorphism 2.2 Automorphisms and Symmetry 2.3 Subgraphs, part 1

Chapter 6: Graph Theory

An inequality for the group chromatic number of a graph

Finding and counting given length cycles

Introduction to Graph Theory


Course on Social Network Analysis Graphs and Networks

A REMARK ON ALMOST MOORE DIGRAPHS OF DEGREE THREE. 1. Introduction and Preliminaries

Triangle deletion. Ernie Croot. February 3, 2010

Disjoint Compatible Geometric Matchings

Planar Graphs. Complement to Chapter 2, The Villas of the Bellevue

INCIDENCE-BETWEENNESS GEOMETRY

A 2-factor in which each cycle has long length in claw-free graphs

Euler Paths and Euler Circuits

HAMILTONIAN DEGREE SEQUENCES IN DIGRAPHS

Lecture 17 : Equivalence and Order Relations DRAFT

On end degrees and infinite cycles in locally finite graphs

A DIRAC TYPE RESULT ON HAMILTON CYCLES IN ORIENTED GRAPHS

Analysis of Algorithms, I

The chromatic spectrum of mixed hypergraphs

The Goldberg Rao Algorithm for the Maximum Flow Problem

Discrete Mathematics Problems

Cycles and clique-minors in expanders

Graphs without proper subgraphs of minimum degree 3 and short cycles

Scheduling Shop Scheduling. Tim Nieberg

COMBINATORIAL PROPERTIES OF THE HIGMAN-SIMS GRAPH. 1. Introduction

Institut für Informatik Lehrstuhl Theoretische Informatik I / Komplexitätstheorie. An Iterative Compression Algorithm for Vertex Cover

Best Monotone Degree Bounds for Various Graph Parameters

Mean Ramsey-Turán numbers

Just the Factors, Ma am

Optimal Index Codes for a Class of Multicast Networks with Receiver Side Information

Math 179: Graph Theory

The positive minimum degree game on sparse graphs

An inequality for the group chromatic number of a graph

8. Matchings and Factors

Determination of the normalization level of database schemas through equivalence classes of attributes

ON INDUCED SUBGRAPHS WITH ALL DEGREES ODD. 1. Introduction

SHARP BOUNDS FOR THE SUM OF THE SQUARES OF THE DEGREES OF A GRAPH

Dimitris Chatzidimitriou. Corelab NTUA. June 28, 2013

Problem Set 7 Solutions

Simplified External memory Algorithms for Planar DAGs. July 2004

SPANNING CACTI FOR STRUCTURALLY CONTROLLABLE NETWORKS NGO THI TU ANH NATIONAL UNIVERSITY OF SINGAPORE

P. Jeyanthi and N. Angel Benseera

On the independence number of graphs with maximum degree 3

On Pebbling Graphs by their Blocks

Outline. NP-completeness. When is a problem easy? When is a problem hard? Today. Euler Circuits

Lecture 16 : Relations and Functions DRAFT

I. GROUPS: BASIC DEFINITIONS AND EXAMPLES

Tree-representation of set families and applications to combinatorial decompositions

Suk-Geun Hwang and Jin-Woo Park

Odd induced subgraphs in graphs of maximum degree three

Chapter 3. Cartesian Products and Relations. 3.1 Cartesian Products

M-Degrees of Quadrangle-Free Planar Graphs

CSC 505, Fall 2000: Week 8

Approximated Distributed Minimum Vertex Cover Algorithms for Bounded Degree Graphs

SEQUENCES OF MAXIMAL DEGREE VERTICES IN GRAPHS. Nickolay Khadzhiivanov, Nedyalko Nenov

Reductions & NP-completeness as part of Foundations of Computer Science undergraduate course

FIBRATION SEQUENCES AND PULLBACK SQUARES. Contents. 2. Connectivity and fiber sequences. 3

A threshold for the Maker-Breaker clique game

On the crossing number of K m,n

Tiers, Preference Similarity, and the Limits on Stable Partners

A Practical Scheme for Wireless Network Operation

Non-Separable Detachments of Graphs

Product irregularity strength of certain graphs

Simple Graphs Degrees, Isomorphism, Paths

Distributed Computing over Communication Networks: Maximal Independent Set

Notes on NP Completeness

Lecture Notes on GRAPH THEORY Tero Harju

Minimum cost maximum flow, Minimum cost circulation, Cost/Capacity scaling

DETERMINANTS IN THE KRONECKER PRODUCT OF MATRICES: THE INCIDENCE MATRIX OF A COMPLETE GRAPH

ON DEGREES IN THE HASSE DIAGRAM OF THE STRONG BRUHAT ORDER

Discrete Mathematics. Hans Cuypers. October 11, 2007

Graph theory and network analysis. Devika Subramanian Comp 140 Fall 2008

SPERNER S LEMMA AND BROUWER S FIXED POINT THEOREM

6.852: Distributed Algorithms Fall, Class 2

1 if 1 x 0 1 if 0 x 1

Practice with Proofs

Transcription:

Directed graphs Digraph D = (V, A). V ={vertices}, A={arcs} a g f e b h c d V={a,b,...,h}, A={(a,b),(b,a),...} (2 arcs with endpoints (c,d)) Thus a digraph is a graph with oriented edges. D is strict if there are no loops or repeated edges. 1

Digraph D: G(D) is the underlying graph obtained by replaced each arc (a, b) by an edge {a, b}. a g f e b h c d The graph underlying the digraph on previous slide 2

Graph G: an orientation of G is obtained by replacing each edge {a, b} by (a, b) or (b, a). G Orientation of G There are 2 E distinct orientations of G. 3

Walks, trails, paths, cycles now have directed counterparts. a g f e b h c d Directed Walk: (c,d,e,f,a,b,g,f). Directed Path: (a,b,g,f). Directed Cycle: (g,a,b,a) (e,f,g,a) is not a directed walk -- there is no arc (f,g). 4

The indegree d D (v) of vertex v is the number of arcs (x, v), x V. The outdegree d + D (v) of vertex v is the number of arcs (v, x), x V. a g f e b h c d a b c d e f g h d + 2 2 4 1 2 0 2 2 d 2 1 0 2 3 5 2 0 Note that since each arc contributes one to a vertex outdegree and one to a vertex indegree, d + (v) = d (v) = A. v V v V 5

Strong Connectivity or Diconnectivity Given digraph D we define the relation on V by v w iff there is a directed walk from v to w and a directed walk from w to v. This is an equivalence relation (proof same as directed case) and the equivalence classes are called strong components or dicomponents. a g f e b h c d Here the strong components are {a, b, g}, {c}, {d}, {e, f, h}. 6

A graph is strongly connected if it has one strong component i.e. if there is a directed walk between each pair of vertices. For a set S V let N + (S) = {w / S : v S s.t.(v, w) A)}. N (S) = {w / S : v S s.t.(w, v) A)}. Theorem 1 D is strongly connected iff there does not exist S V, S, V such that N + (S) =. Proof Only if: suppose there is such an S and x S, y V \ S and suppose there is a directed walk W from x to y. Let (v 1 = x, v 2,..., v k = y) be the sequence of vertices traversed by W. Let v i be the first vertex of this sequence which is not in S. Then v i N + (S), contradiction, since arc (v i 1, v i ) exists. 7

If: suppose that D is not strongly connected and that there is no directed walk from x to y. Let S = {v V : a directed walk from x to v}. S as x S and S V as y / S. x w z y S V/S Then N + (S) =. If z N + (S) then there exists w S such that (w, z) A. But then since w S there is a directed walk from x to w which can be extended to z, contradicting the fact that z / S. 8

A Directed Acyclic Graph (DAG) is a digraph without any directed cycles. Lemma 1 If D is a DAG then D has at least one source (vertex of indegree 0) and at least one sink (vertex of outdegree 0). Proof Let P = (v 1, v 2,..., v k ) be a directed path of maximum length in D. Then v 1 is a source and v k is a sink. 9

Suppose for example that there is an edge xv 1. Then either (a) x / {v 2, v 3,..., v k }. But then (x, P ) is a longer directed path than P contradiction. (b) x = v i for some i 1 and D contains the cycle v 1, v 2,..., v i, v 1. A topological ordering v 1, v 2,..., v ν of the vertex set of a digraph D is one in which v i v j A implies i < j. 2 4 1 6 3 5 10

Theorem 2 D has a topological ordering iff D is a DAG. Proof Only if: Suppose there is a topological ordering and a directed cycle v i1, v i2,..., v ik. Then which is absurd. i 1 < i 2 < < i k < i 1 if: By induction on ν. Suppose that D is a DAG. The result is true for ν = 1 since D has no loops. Suppose that ν > 1, v ν is any sink of D and let D = D v ν. D is a DAG and has a topological ordering v 1, v 2,..., v ν 1, induction. v 1, v 2,..., v ν is a topological ordering of D. For if there is an edge v i v j with i > j then (i) it cannot be in D and (ii) i ν since v ν is a sink. 11

Theorem 3 Let G = G(D). Then D contains a directed path of length χ(g) 1. Proof Let D = (V, A) and A A be a minimal set of edges such that D = D A is a DAG. Let k be the length of the longest directed path in D. Define c(v)=length of longest path from v in D. c(v) {0, 1, 2,..., k}. We claim that c(v) is a proper colouring of G, proving the theorem. 12

Note first that if D contains a path P = (x 1, x 2,..., x k ) then c(x 1 ) c(x k ) + k 1. (1) (We can add the longest path Q from x k to P to create a path (P, Q). This uses the fact that D is a DAG.) Suppose c is not a proper colouring of G and there exists an edge vw G with c(v) = c(w). Suppose vw A i.e. it is directed from v to w. Case 1: vw / A. (1) implies c(v) c(w) + 1 contradiction. Case 2: vw A. There is a cycle in D + vw which contains vw, by the minimality of A. Suppose that C has l 2 edges. Then (1) implies that c(w) c(v) + l 1. 13

Tournaments A tournament is an orientation of a complete graph K n. 2 1 3 5 4 1,2,5,4,3 is a directed Hamilton Path Corollary 1 A tournament T contains a directed Hamilton path. Proof χ(g(t )) = n. Now apply Theorem 3. 14

Theorem 4 If D is a strongly connected tournament with ν 3 then D contains a directed cycle of size k for all 3 k ν. Proof By induction on k. k = 3. Choose v V and let S = N + (V ), T = N (v) = V \ (S {v}). v x y S=N + (v) T=N - (v) S since D is strongly connected. Similarly, S V \ {v} else N + (V \ {v}) =. Thus N + (S). v / N + (S) and so N + (S) = T. Thus x S, y T with xy A. 15

Suppose now that there exists a directed cycle C = (v 1, v 2,..., v k, v 1 ). Case 1: w / C and i j such that v i w A, wv j A. w v i v j 16

It follows that there exists l with v l w A, wv l+1 A. C = (w, v l+1,..., v l, v 1,..., v l, w) is a cycle of length k + 1. w v l v l +1 17

Case 2 V \ C = S T where w S implies wv i A, 1 i k. w T implies v i w A, 1 i k. S C T 18

S = implies T = (and C is a Hamilton cycle) or N + (T ) =. T = implies N + (C) =. Thus we can assume S, T and N + (T ). N + (T ) C = and so N + (T ) S. Thus x T, y S such that xy A. x y The cycle (v 1, x, y, v 3,..., v k, v 1 ) is a cycle of length k + 1. 19

Robbin s Theorem Theorem 5 A connected graph G has an orientation which is strongly connected iff G is 2-edge connected. Only if: Suppose that G has a cut edge e = xy. x y If we orient e from x to y (resp. y to x) then there is no directed path from y to x (resp. x to y). 20

If: Suppose G is 2-edge connected. It contains a cycle C which we can orient to produce a directed cycle. At a general stage of the process we have a set of vertices S C and an orientation of the edges of G[S] which is strongly connected. P 1 x a 1 a 2 y If S V choose x S, y / S. There are 2 edge disjoint paths P 1, P 2 joining y to x. Let a i be the first vertex of P i which is in S. Orient P 1 [y, a 1 ] from y to a 1. Orient P 2 [y, a 2 ] from a 2 to y. P 2 21

Claim: The subgraph G[S P 1 P 2 ] is strongly connected. Let S = S P 1 P 2. We must show that there is a directed path from α to β for all α, β S. (i) α, β S: a directed path from α to β in S. (ii) α S, β P 1 \ S: Go from α to a 2 in S, from a 2 to y on P 2, from y to β along P 1. (iii) α S, β P 2 \ S: Go from α to a 2 in S, from a 2 to β on P 2. (iv) α P 1 \ S, β S: Go from α to α 1 on P 1, from a 1 to β in S. (v) α P 2 \ S, β S: Go from α to y on P 1, from y to a 1 on P 1, from a 1 to β in S. Continuing in this way we can orient the whole graph. 22

Directed Euler Tours An Euler tour of a digraph D is a directed walk which traverses each arc of D exactly once. Theorem 6 A digraph D has an Euler tour iff G(D) is connected and d + (v) = d (v) for all v V. Proof This is similar to the undirected case. If: Suppose W = (v 1, v 2,..., v m, v 1 ) (m = A ) is an Euler Tour. Fix v V. Whenever W visits v it enters through a new arc and leaves through a new arc. Thus each visit requires one entering arc and one leaving arc. Thus d + (v) = d (v). Only if: We use induction on the number of arcs. D is not a DAG as it has no sources or sinks. Thus it must have a directed cycle C. Now remove the edges of C. Each component C i of G(D C) satisfies the degree conditions and so contains an Euler tour W i. Now, as in the undirected case, go round the cycle C and the first time you vist C i add the tour W i. This produces an Euler tour of the whole digraph D. 23

As a simple application of the previous theorem we consider the following problem. A 0-1 sequence x = (x 1, x 2,..., x m ) has proprty P n if for every 0-1 sequence y = (y 1, y 2,..., y n there is an index k such that x k = y 1, x k+1 = y 2,..., x k+n 1 = y n. Here x t = x m+1 t if t > m. Note that we must have m 2 n in order to have a distinct k for each possible x. Theorem 7 There exists a sequence of length 2 n with property P n. Proof Define the digraph D n with vertex set {0, 1} n 1 and 2 n directed arcs of the form ((p 1, p 2,..., p n 1 ), (p 2, p 3,..., p n )). G(D n ) is connected as we can join (p 1, p 2,..., p n 1 ) to (q 1, q 2,..., q n 1 ) by the path (p 1, p 2,..., p n 1 ), (p 2, p 3..., p n 1, q 1 ), (p 3, p 4,..., p n 1, q 1, q 2 ),..., (q 1, q 2,..., q n 1 ). Each vertex of D n has indegree and outdegree 2 and so it has an Euler tour W. 24

001 3 011 1 000 2 16 8 9 15 10 11 010 101 14 13 12 6 4 111 5 100 7 110 Suppose that W visits the vertices of D n in the sequence (v 1, v 2,..., v 2 n. Let x i be the first bit of v i. We claim that x 1, x 2,..., x 2 n has property P n. Give arc ((p 1, p 2,..., p n 1 ), (p 2, p 3,..., p n )) the label (p 1, p 2,..., p n ). No other arc has this label. Given (y 1, y 2,..., y n ) let k be such that (v k, v k+1 ) has this label. Then v k = (y 1, y 2,..., y n 1 ) and v k+1 = (y 2, y 3,..., y n ) and then x k = y 1, x k+1 = y 2,..., x k+n 1 = y n. 25