Boundary vertices in graphs Discrete Mathematics 263 (2003) 25-34 Gary Chartrand, David Erwin Garry L. Johns, Ping Zhang.

Slides:



Advertisements
Similar presentations
Coloring Warm-Up. A graph is 2-colorable iff it has no odd length cycles 1: If G has an odd-length cycle then G is not 2- colorable Proof: Let v 0, …,
Advertisements

 Theorem 5.9: Let G be a simple graph with n vertices, where n>2. G has a Hamilton circuit if for any two vertices u and v of G that are not adjacent,
Lecture 5 Graph Theory. Graphs Graphs are the most useful model with computer science such as logical design, formal languages, communication network,
Edge-connectivity and super edge-connectivity of P 2 -path graphs Camino Balbuena, Daniela Ferrero Discrete Mathematics 269 (2003) 13 – 20.
Chapter 6. Relaxation (1) Superstring Ding-Zhu Du.
Walks, Paths and Circuits Walks, Paths and Circuits Sanjay Jain, Lecturer, School of Computing.
A Separator Theorem for Graphs with an Excluded Minor and its Applications Paul Seymour Noga Alon Robin Thomas Lecturer : Daniel Motil.
Chapter 9 Connectivity 连通度. 9.1 Connectivity Consider the following graphs:  G 1 : Deleting any edge makes it disconnected.  G 2 : Cannot be disconnected.
1 Minimizing Movement Erik D. Demaine, MohammadTaghi Hajiagahayi, Hamid Mahini, Amin S. Sayedi-Roshkhar, Shayan Oveisgharan, Morteza Zadimoghaddam SODA.
GOLOMB RULERS AND GRACEFUL GRAPHS
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. a b c d e f g h i.
Graph. Undirected Graph Directed Graph Simple Graph.
Mycielski’s Construction Mycielski’s Construction: From a simple graph G, Mycielski’s Construction produces a simple graph G’ containing G. Beginning with.
Internally Disjoint Paths Internally Disjoint Paths : Two paths u to v are internally disjoint if they have no common internal vertex.
Computational Geometry Seminar Lecture 1
Definition Hamiltonian graph: A graph with a spanning cycle (also called a Hamiltonian cycle). Hamiltonian graph Hamiltonian cycle.
Vertex Cut Vertex Cut: A separating set or vertex cut of a graph G is a set SV(G) such that S has more than one component. Connectivity of G ((G)): The.
Is the following graph Hamiltonian- connected from vertex v? a). Yes b). No c). I have absolutely no idea v.
Internally Disjoint Paths
Internally Disjoint Paths
1 More Applications of the Pumping Lemma. 2 The Pumping Lemma: Given a infinite regular language there exists an integer for any string with length we.
How many non-isomorphic tournaments with 10 vertices are there? a). 5 b). 10 c). 362,880 d). Over nine million.
MCA 520: Graph Theory Instructor Neelima Gupta
What is the next line of the proof? a). Assume the theorem holds for all graphs with k edges. b). Let G be a graph with k edges. c). Assume the theorem.
Internally Disjoint Paths Internally Disjoint Paths : Two paths u to v are internally disjoint if they have no common internal vertex. u u v v Common internal.
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.
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.
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 Chapter 6 Planar Graphs Ch. 6. Planar Graphs.
Subdivision of Edge In a graph G, subdivision of an edge uv is the operation of replacing uv with a path u,w,v through a new vertex w.
5.4 Shortest-path problem  Let G=(V,E,w) be a weighted connected simple graph, w is a function from edges set E to position real numbers set. We denoted.
Trees and Distance. 2.1 Basic properties Acyclic : a graph with no cycle Forest : acyclic graph Tree : connected acyclic graph Leaf : a vertex of degree.
Chapter 1 Fundamental Concepts II Pao-Lien Lai 1.
4.1 Connectivity and Paths: Cuts and Connectivity
Mycielski’s Construction Mycielski’s Construction: From a simple graph G, Mycielski’s Construction produces a simple graph G’ containing G. Beginning with.
5.2 Trees  A tree is a connected graph without any cycles.
Markov Chains and Random Walks. Def: A stochastic process X={X(t),t ∈ T} is a collection of random variables. If T is a countable set, say T={0,1,2, …
Introduction to Graph Theory
Chapter 5 Coloring of Graphs. 5.1 Vertex Coloring and Upper Bound Definition: A k-coloring of a graph G is a labeling f:V(G)  S, where |S|=k (or S=[k]).
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
Chapter 1 Fundamental Concepts Introduction to Graph Theory Douglas B. West July 11, 2002.
Partitioning the Labeled Spanning Trees of an Arbitrary Graph into Isomorphism Classes Austin Mohr.
10. Lecture WS 2014/15 Bioinformatics III1 V10 Metabolic networks - Graph connectivity Graph connectivity is related to analyzing biological networks for.
11. Lecture WS 2014/15 Bioinformatics III1 V11 Menger’s theorem Borrowing terminology from operations research consider certain primal-dual pairs of optimization.
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,
Introduction to Graph Theory
Shortest Path Based Sufficiency Condition for Hamiltonian Graphs
MAT 2720 Discrete Mathematics Section 8.2 Paths and Cycles
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.
Copyright (c) by Daphne Liu and Melanie Xie Radio Numbers for Square Paths & Cycles Daphne Liu & Melanie Xie California State University, Los Angeles Department.
Introduction to Graph Theory
Indian Institute of Technology Kharagpur PALLAB DASGUPTA Graph Theory: Trees Pallab Dasgupta, Professor, Dept. of Computer Sc. and Engineering, IIT
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.
COMPSCI 102 Introduction to Discrete Mathematics.
12. Lecture WS 2012/13Bioinformatics III1 V12 Menger’s theorem Borrowing terminology from operations research consider certain primal-dual pairs of optimization.
Chapter 7 Planar Graphs 大葉大學 資訊工程系 黃鈴玲  7.2 Planar Embeddings  7.3 Euler’s Formula and Consequences  7.4 Characterization of Planar Graphs.
Trees.
Introduction to the Design and Analysis of Algorithms
Advanced Algorithms Analysis and Design
V17 Metabolic networks - Graph connectivity
Trees.
V11 Metabolic networks - Graph connectivity
Proof Techniques.
V12 Menger’s theorem Borrowing terminology from operations research
V11 Metabolic networks - Graph connectivity
Simple Graphs: Connectedness, Trees
V11 Metabolic networks - Graph connectivity
Locality In Distributed Graph Algorithms
Presentation transcript:

Boundary vertices in graphs Discrete Mathematics 263 (2003) Gary Chartrand, David Erwin Garry L. Johns, Ping Zhang

Abstract Introduce Peripheral vertex (Per) Eccentric vertex (Ecc) Boundary vertex ( ) Show there relation Per(G) Ecc(G) (G)

Outline Introduction Boundary graphs The boundary, eccentric subgraph, and periphery of a graph

Eccentric vertex Eccentricity e(v) The distance between v and a vertex farthest from v # distance d(u,v)  the length of a shortest u-v path

Eccentric vertex A vertex u of G is an eccentric vertex of a vertex v if d(u,v)=e(v) Eccentric subgraph Ecc(G) The subgraph of G induced by its eccentric vertices

Eccentric subgraph - Ecc(G) Ecc(G)

Peripheral vertex Diameter The maximum eccentricity Peripheral vertex A vertex v in a connected graph G is a peripheral vertex if e(v) = diameter diam(G)=4 

Periphery per(G) The subgraph of G induced by its peripheral vertices is the periphery per(G) Per(G)

Boundary vertex A vertex u of G is a boundary vertex of a vertex v if d(w,v) d(u,v) w N(u)

Boundary vertex A vertex u is a boundary vertex of G if u is the boundary vertex of some vertex of G Boundary The subgraph of G induced by its boundary vertices is the boundary (G)

Boundary (G)

Proposition 1.1 No cut-vertex of a graph is a boundary vertex Pf. Assume, to the contrary, that there exists a graph G and a cut-vertex u of G such that u is a boundary vertex of some vertex v in G. Let G1 and G2 be two distinct components of G-u such that v V(G1),and let w be a neighbor of u that belongs to G2. Then d(w,v)=d(u,v)+1,contrary to the hypothesis. Def : cut-vertex of a graph is a vertex whose deletion increases the number of components d(w,v)<=d(u,v)

Proposition 1.2 Let v be a vertex in a connected graph G such that v belongs to a block B and v is not a cut- vertex of G. Then v is a boundary vertex of G if and only if v is a boundary vertex of B Def : A block of a graph is a maximal connected subgraph has no cut-vertex

Proposition 1.2 Pf: Certainly, every boundary vertex of a block of some connected graph is a boundary vertex of the graph. It remains then only to verify the converse. Let G be a connected graph and let v be a boundary vertex of G. Thus v is a boundary vertex of some vertex w in G. Since v is not a cut- vertex, v belongs to a unique block B of G. If w V(B),then the proof is complete. Thus; we may assume that w V(B).

Let w belong to the block B’, where then B’<>B.For each y v(B),every w-y geodesic contains a unique cut-vertex x of G that belongs to B. Hence d(w,v)=d(w,x)+d(x,v).Let u N(v).Then u V(B) and so d(w,u)=d(w,x)+d(x,u).Because v is a boundary vertex of w, it follows that d(w,u)<=d(w,v). Therefore, d(x,u)<=d(x,v),which implies that v is a boundary vertex of x as well

Proposition 1.3 Let G be a connected graph. A vertex v of G is a boundary vertex of every vertex distinct from v if and only if v is a complete vertex of G. Def : A vertex in a graph is called complete if the subgraph induced by its neighborhood is complete

Proposition 1.3 Pf: First, Let v be a complete vertex in G and let w be a vertex distinct from v.Let w=v0,v1,v2,…,vk=v be a w-v geodesic. Let u be a neighbor of v. If u=vk-1, then d(w,u) vk-1. Since v is complete,uvk-1 E(G) and w=v0,v1,v2,…,vk-1,u is a w-u path in G, implying that d(w,u)<=d(w,v).Hence v is a boundary vertex of w.

For the converse, let v be a vertex of G that is not a complete vertex. Then there exist distinct, nonadjacent vertices u,w N(v), Since d(u,w)>d(u,v),it follows that v is not a boundary vertex of u.

Proposition 1.4 Let G be nontrivial connected graph and let u be a vertex of G. Every vertex distinct from u is a boundary vertex of u if and only if e(u)=1

Pf: Assume first that e(u)=1 and let v be a vertex of G distinct from u. Let w be a neighbor of v, Then d(u,w) 1.Then there exists a vertex x in G such that d(x,u)=2. Let x,y,u be a path in G. Then u is a neighbor of y and d(x,u)=2, while d(y,u)=1. Thus y is not a boundary vertex of u, which is a contradiction.

Boundary graphs Per(G) Ecc(G) (G) G means subgraph

characterization Theorem A. A nontrivial graph F is the periphery of some connected graph if and only if every vertex of F has eccentricity 1 or no vertex of F has eccentricity 1 Theorem B. A nontrivial graph F is the eccentric of some connected graph if and only if every vertex of F has eccentricity 1 or no vertex of F has eccentricity 1

Lemma 2.1 Let G be connected graph of diameter 2. Then every vertex v is a boundary vertex of G unless v is the unique vertex of G having eccentricity 1 Lemma 2.2 Let F be a nontrivial connected graph with no vertices of eccentricity 1 and let G = F + K k where k>=1. Then G is a self-boundary graph if and only if K >=2 (?)

Theorem 2.3 A nontrivial graph H is the boundary of some connected graph if and only if H does not have exactly one vertex with eccentricity 1

Theorem 3.2 For each triple a,b,c of integers with 2 a b c,there is a connected graph G such that Per(G) has order a, Ecc(G) has order b, and (G) has order c.

Theorem 3.3 For each triple r,s,t of rational numbers with 0<r s t 1,there is a connected graph G of order n such that