Definitions Distance Diameter Radio Labeling Span Radio Number Gear Graph.

Slides:



Advertisements
Similar presentations
CSE 211 Discrete Mathematics
Advertisements

CSE 211 Discrete Mathematics
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, …,
Bart Jansen 1.  Problem definition  Instance: Connected graph G, positive integer k  Question: Is there a spanning tree for G with at least k leaves?
 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,
Graph-02.
Radio Labeling of Ladder Graphs Josefina Flores Kathleen Lewis From: California State University Channel Islands Advisors: Dr. Tomova and Dr.Wyels Funding:
CompSci 102 Discrete Math for Computer Science April 19, 2012 Prof. Rodger Lecture adapted from Bruce Maggs/Lecture developed at Carnegie Mellon, primarily.
Midwestern State University Department of Computer Science Dr. Ranette Halverson CMPS 2433 CHAPTER 4 - PART 2 GRAPHS 1.
Edge-Coloring of Graphs On the left we see a 1- factorization of  5, the five-sided prism. Each factor is respresented by its own color. No edges of the.
Graph Labeling Problems Appropriate for Undergraduate Research Cindy Wyels CSU Channel Islands Research with Undergraduates Session MathFest, 2009.
Last time: terminology reminder w Simple graph Vertex = node Edge Degree Weight Neighbours Complete Dual Bipartite Planar Cycle Tree Path Circuit Components.
Computability and Complexity 23-1 Computability and Complexity Andrei Bulatov Search and Optimization.
1 Representing Graphs. 2 Adjacency Matrix Suppose we have a graph G with n nodes. The adjacency matrix is the n x n matrix A=[a ij ] with: a ij = 1 if.
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.
Definition Hamiltonian graph: A graph with a spanning cycle (also called a Hamiltonian cycle). Hamiltonian graph Hamiltonian cycle.
Graphs and Trees This handout: Trees Minimum Spanning Tree Problem.
Is the following graph Hamiltonian- connected from vertex v? a). Yes b). No c). I have absolutely no idea v.
Dean H. Lorenz, Danny Raz Operations Research Letter, Vol. 28, No
CTIS 154 Discrete Mathematics II1 8.2 Paths and Cycles Kadir A. Peker.
Graphs: Graceful, Equitable and Distance Labelings
Cover Pebbling Cycles and Graham’s Conjecture Victor M. Moreno California State University Channel Islands Advisor: Dr. Cynthia Wyels Sponsored by the.
Radio Labeling Cartesian Products of Path Graphs Eduardo Calles and Henry Gómez Advisors: Drs. Maggy Tomova and Cindy Wyels Funding: NSF, NSA, and Moody’s,
9.8 Graph Coloring. Coloring Goal: Pick as few colors as possible so that two adjacent regions never have the same color. See handout.
1/22/03Tucker, Applied Combinatorics, Section EDGE COUNTING TUCKER, APPLIED COMBINATORICS, SECTION 1.3, GROUP B Michael Duquette & Amanda Dargie.
1 Edge-bipancyclicity of star graphs under edge-fault tolerant Applied Mathematics and Computation, Volume 183, Issue 2, 15 December 2006, Pages
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.
Vertices and Edges Introduction to Graphs and Networks Mills College Spring 2012.
Introduction to Graph Theory
The Vertex Arboricity of Integer Distance Graph with a Special Distance Set Juan Liu* and Qinglin Yu Center for Combinatorics, LPMC Nankai University,
The L(2,1)-labelling of Ping An, Yinglie Jin, Nankai University.
MAT 2720 Discrete Mathematics Section 8.2 Paths and Cycles
 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.
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
Great Theoretical Ideas in Computer Science for Some.
Indian Institute of Technology Kharagpur PALLAB DASGUPTA Graph Theory: Trees Pallab Dasgupta, Professor, Dept. of Computer Sc. and Engineering, IIT
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.
COMPSCI 102 Introduction to Discrete Mathematics.
Introduction Wireless Ad-Hoc Network  Set of transceivers communicating by radio.
Antibandwidth and Cyclic Antibandwidth of Meshes and Hypercubes André Raspaud, Ondrej Sýkora, Heiko Schröder, Ľubomír Török, Imrich Vrťo.
Xuding Zhu National Sun Yat-sen University Circular chromatic index.
Trees.
De Bruijn sequences 陳柏澍 Novembers Each of the segments is one of two types, denoted by 0 and 1. Any four consecutive segments uniquely determine.
Introduction to the Design and Analysis of Algorithms
Proof technique (pigeonhole principle)
Graph theory Definitions Trees, cycles, directed graphs.
COMP 6/4030 ALGORITHMS Prim’s Theorem 10/26/2000.
Autumn 2016 Lecture 11 Minimum Spanning Trees (Part II)
Graph Theory Graph Colorings.
Network Flow 2016/04/12.
Autumn 2015 Lecture 11 Minimum Spanning Trees (Part II)
Trees.
Connectivity Section 10.4.
Random Geometric Graph Diameter in the Unit Disk
Introduction Wireless Ad-Hoc Network
Walks, Paths, and Circuits
Graph Theory By Amy C. and John M..
Activity Networks
Activity Networks
Hamiltonian Cycles.
Proof Techniques.
Graphs G = (V, E) V are the vertices; E are the edges.
Planarity.
Discrete Mathematics for Computer Science
Winter 2019 Lecture 11 Minimum Spanning Trees (Part II)
Graph Theory: Proof Techniques
Treewidth meets Planarity
Autumn 2019 Lecture 11 Minimum Spanning Trees (Part II)
Presentation transcript:

Definitions Distance Diameter Radio Labeling Span Radio Number Gear Graph

Distance Distance: dist(u,v) is the length of a shortest path between u and v in a graph G. uv

Diameter Diameter: d(G) is the longest distance in a graph G uv

Radio Labeling A Radio Labeling is a one-to-one mapping c: V(G) N satisfying the condition for any distinct vertices (u,v) uv 2 +≥ 1+3 9≥4

Span of a labeling c Span of a labeling c: the max integer that c maps to a vertex of graph G

Radio Number The Radio Number is the lowest span among all radio labelings of a given graph G. Notation: rn(G) = min {rn(c)}

Gear Graph A gear graph is a planar connected graph with 2n+1 vertices and 3n edges. The center vertex is adjacent to n vertices which are of degree- three. Between two degree-three vertices is a degree-two vertex. When n≥5 the diameter is 4. G7G7

Theorem:, when n ≥ 7.

Standard labeling for, n odd Z V1V1 V2V2 V4V4 V3V3 V6V6 V5V5 V7V7 W1W1 W2W2 W3W3 W7W7 W4W4 W5W5 W6W6

Standard labeling for, n even Z V7V7 V1V1 V3V3 V2V2 V5V5 V4V4 V6V6 W1W1 W2W2 W3W3 W7W7 W4W4 W5W5 W6W6

Prove 1. Define a labeling c 2. Show c is a radio labeling 3. Show span(c) = 4n + 2

Lower Bound Vertex type Max distMin diff Z23 V32 W41 d(u,v)+ | c(u)-c(v) | ≥ 5 Z W V (vertex distance) (label diff) Strategy: consider placing labels in a manner that omits the fewest values possible.

Lower Bound VerticesMin label diff Min. # of values omitted Values used Z32*1 W10n V21**1 V’s22(n-1)n-1 one other Total2n + 1 4n + 2 when n ≥ 7. *Best case: use an extreme value (1 or the span) for Z, otherwise more than two values must be omitted. **Use the remaining extreme value for one of the V vertices, otherwise more than 1 value must be omitted.

ZX0X0 V1V1 V2V2 V3V3 V4V4 V5V5 V6V6 V7V7 X1X1 X2X2 X3X3 X4X4 X5X5 X6X6 X7X7 W1W1 W2W2 W3W3 W4W4 W5W5 W6W6 W7W7 X8X8 X9X9 X 10 X 11 X 12 X 13 X 14 The Order Of The Pattern

For any given let n =2k or n = 2k+ 1 W 2i-1 X i, i= 1,…,k W 2i X n+k+i i= 1,2,…,k V a X n+a Re-labeling Examples: G 7 V 5 X 7+5 =X 12 W 5 = W 2(3) -1 X 3 W 6 = W 2(3) X = X 13 a a W V

1 X 13 X 12 X 11 X 10 X9X9 X8X8 X7X7 X1X1 X6X6 X5X5 X4X4 X3X3 X2X2 X 14 1 i = 0; 3+i 1 ≤ i ≤ n; Example: X 1 3+(1) = 4 4 X 11 2+n+3(i-n) 2+(7)+3( 11 – 7 )= 21 { 2+n+3(i-n) n+1 ≤ i ≤ 2n X0X0

Claim: c is a radio labeling for *Note diam(G) = 4 for all when n ≥ 6 WTS: d(u,v) + | c(u) - c(v)| ≥ 1+ diam(G) = 5 Case1: u = C (center), v = {V 1, …,V n } * Know c(u) = 1 the possible labels for c(v) = { n+5, n+8,…, 4n+2} Then, d(u,v) = 1 so, d(u,v) + | c(u) – c(v)| ≥ 1 + |1 - (n +5)| = 1 + n + 4 = n +5 ≥ 5 V1V Example: u = C enter v = V 1 c(u) = 1 c(v) = | | = = 12 ≥ 5 1 Z V1V1 V2V2 V2V2

Upper Bound 1 i = 0 3+i 1≤ i ≤ n 2+n+3(i-n) n+1≤ i ≤ 2n { Our goal is to show: n+1≤ i ≤2n2+n+3( - n) i 2 + n + 3n 4n + 2 when n ≥ 7.

Conclusion Upper Bound Lower Bound *When n ≥ 7

References [1] Chartrand, Erwin, and Zhang, A graph labeling problem suggest by FM channel restrictions, manuscript, [2] Liu and Zhu, Multi-level distance labeling for paths and cycles, SIAM J. Disc. Math, 2002(revised 2003).

Lower Bound Z12 Wn0 V11 Vn-12(n-1) Last other Vertices Total2n + 1 4n + 2 when n ≥ 7. Values used Values omitted The center has a distance of one to all V vertices and a distance of two with W vertices. Every other W vertex has a distance of four. The V vertices have a distance of two between each other. Z d(u,v)+ | c(u)-c(v) | ≥ 5 W V

1 42 G1G1

G2G2

G3G3

G4G4

G5G5

G6G6