On Edge-Balance Index Sets of L-Product of Cycles by Cycles Daniel Bouchard, Stonehill College Patrick Clark, Stonehill College Hsin-hao Su, Stonehill.

Slides:



Advertisements
Similar presentations
Great Theoretical Ideas in Computer Science for Some.
Advertisements

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, …,
The Grammar According to West By D.B. West. 5. Expressions as units. There exists i < j with x i = x j. ( Double-Duty Definition of i, not OK ) There.
On Z 2  Z 2 -magic Graphs Yihui Wen, Suzhou Science and Technology College Sin-Min Lee, San Jose State University Hsin-hao Su *, Stonehill College 40th.
Chun-Cheng Chen Department of Mathematics National Central University 1.
Map Overlay Algorithm. Birch forest Wolves Map 1: Vegetation Map 2: Animals.
Applications of Euler’s Formula for Graphs Hannah Stevens.
GOLOMB RULERS AND GRACEFUL GRAPHS
Applied Discrete Mathematics Week 11: Graphs
On Mod(k)-Edge-magic Cubic Graphs Sin-Min Lee, San Jose State University Hsin-hao Su *, Stonehill College Yung-Chin Wang, Tzu-Hui Institute of Technology.
On Mod(3)-Edge-magic Graphs Sin-Min Lee, San Jose State University Karl Schaffer, De Anza College Hsin-hao Su*, Stonehill College Yung-Chin Wang, Tzu-Hui.
On Subdivision Graphs which are 2-steps Hyperhamiltonian graphs and Hereditary non 2-steps Hamiltonian graphs Sin-Min Lee, San Jose State University Hsin-hao.
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.
R. Bar-Yehuda © 1 קומבינטוריקה למדעי - המחשב – הרצאה #17 Chapter 2: TREES מבוסס על הספר : S. Even, "Graph Algorithms",
SE561 Math Foundations Week 11 Graphs I
What is the first line of the proof? a). Assume G has an Eulerian circuit. b). Assume every vertex has even degree. c). Let v be any vertex in G. d). Let.
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.
Computational Geometry Seminar Lecture 1
Definition Hamiltonian graph: A graph with a spanning cycle (also called a Hamiltonian cycle). Hamiltonian graph Hamiltonian cycle.
Graph Theory in CS Route Search in Online Map Services
Yangjun Chen 1 Bipartite Graph 1.A graph G is bipartite if the node set V can be partitioned into two sets V 1 and V 2 in such a way that no nodes from.
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.
1 Shira Zucker Ben-Gurion University of the Negev Advisors: Prof. Daniel Berend Prof. Ephraim Korach Anticoloring for Toroidal Grids.
CS5371 Theory of Computation Lecture 1: Mathematics Review I (Basic Terminology)
On The Edge-Graceful and Edge-Magic Maximal Outerplanar Graphs
Selected Topics in Data Networking Graph Representation.
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.
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. d f b e a g c i h.
Curve Curve: The image of a continous map from [0,1] to R 2. Polygonal curve: A curve composed of finitely many line segments. Polygonal u,v-curve: A polygonal.
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.
TECH Computer Science Graph Optimization Problems and Greedy Algorithms Greedy Algorithms  // Make the best choice now! Optimization Problems  Minimizing.
1/22/03Tucker, Applied Combinatorics, Section EDGE COUNTING TUCKER, APPLIED COMBINATORICS, SECTION 1.3, GROUP B Michael Duquette & Amanda Dargie.
9.2 Graph Terminology and Special Types Graphs
On Balanced Index Sets of Disjoint Union Graphs Sin-Min Lee Department of Computer Science San Jose State University San Jose, CA 95192, USA Hsin-Hao Su.
Lecture 5.2: Special Graphs and Matrix Representation CS 250, Discrete Structures, Fall 2013 Nitesh Saxena Adopted from previous lectures by Zeph Grunschlag.
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.
Generalized Derangement Graphs Hannah Jackson.  If P is a set, the bijection f: P  P is a permutation of P.  Permutations can be written in cycle notation.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
On the Edge-Balance Index of Flux Capacitor and L-Product of Star by Cycle Graphs Meghan Galiardi, Daniel Perry, Hsin-hao Su Stone hill College.
On k-Edge-magic Halin Graphs
On the Edge Balance Index of Centipede Graphs and L-Product of Cycle by Star Graphs Meghan Galiardi, Daniel Perry*, Hsin-Hao Su Stonehill College.
CSE 20: Discrete Mathematics for Computer Science Prof. Shachar Lovett.
Copyright © Zeph Grunschlag, More on Graphs.
5.2 Trees  A tree is a connected graph without any cycles.
GRAPHS THEROY. 2 –Graphs Graph basics and definitions Vertices/nodes, edges, adjacency, incidence Degree, in-degree, out-degree Subgraphs, unions, isomorphism.
On The Edge-Balance Index Sets of Fans and Broken Fans Dharam Chopra*, Wichita State University Sin-Min Lee, San Jose State University Hsin-hao Su, Stonehill.
The countable character of uncountable graphs François Laviolette Barbados 2003.
Edge-magic Indices of Stars Sin-Min Lee, San Jose State University Yong-Song Ho and Sie-Keng Tan, Nat’l Univ. of Singapore Hsin-hao Su *, Stonehill College.
On the Edge Balance Index of Flux Capacitor, Centipede, L-Product Graphs Abstract- Let G be a graph with vertex set V (G) and edge set E(G), and let Z.
CS 103 Discrete Structures Lecture 13 Induction and Recursion (1)
Balance Index Set of Generalized Ear Expansion Hsin-hao Su Patrick Clark Dan Bouchard*
Dan Bouchard, Patrick Clark*, Hsin- Hao Su Stonehill College.
On Balance Index Sets of Trees of Diameter Four Sin-Min Lee, San Jose State University Hsin-hao Su, Stonehill College Yung-Chin Wang, Tzu-Hui Institute.
Mathematical Induction Section 5.1. Climbing an Infinite Ladder Suppose we have an infinite ladder: 1.We can reach the first rung of the ladder. 2.If.
The four colour theorem
Introduction to Graph Theory
Introduction to Graph Theory
On k-Edge-magic Cubic Graphs Sin-Min Lee, San Jose State University Hsin-hao Su *, Stonehill College Yung-Chin Wang, Tzu-Hui Institute of Technology 24th.
Chromatic Coloring with a Maximum Color Class Bor-Liang Chen Kuo-Ching Huang Chih-Hung Yen* 30 July, 2009.
Trees.
Discrete Mathematics Graph: Planar Graph Yuan Luo
Lecture 5.2: Special Graphs and Matrix Representation
Applied Discrete Mathematics Week 13: Graphs
The countable character of uncountable graphs François Laviolette Barbados 2003.
Euler Paths and Circuits
Experts and Learners Good afternoon i Back Close.
Existence of 3-factors in Star-free Graphs with High Connectivity
On k-Edge-magic Cubic Graphs
Presentation transcript:

On Edge-Balance Index Sets of L-Product of Cycles by Cycles Daniel Bouchard, Stonehill College Patrick Clark, Stonehill College Hsin-hao Su, Stonehill College (Funded by Stonehill Undergraduate Research Experience) 6th IWOGL 2010 University of Minnesota, Duluth October 22, 2010

Edge Labeling A labeling f : E(G)  Z 2 induces a vertex partial labeling f + : V(G)  A defined by f + (x) = 0 if the edge labeling of f(x,y) is 0 more than 1; f + (x) = 1 if the edge labeling of f(x,y) is 1 more than 0; f + (x) is not defined if the number of edge labeled by 0 is equal to the number of edge labeled by 1.

Example : nK 2 EBI(nK 2 ) is {0} if n is even and {2}if n is odd.

Definition of Edge-balance Definition: A labeling f of a graph G is said to be edge-friendly if | e f (0)  e f (1) |  1. Definition: The edge-balance index set of the graph G, EBI(G), is defined as {|v f (0) – v f (1)| : the edge labeling f is edge- friendly.}

Examples

Example : P n Lee, Tao and Lo [1] showed that [1] S-M. Lee, S.P.B. Lo, M.F. Tao, On Edge-Balance Index Sets of Some Trees, manuscript.

Wheels The wheel graph W n = N 1 +C n-1 where V(W n ) = {c 0 }  {c 1,…,c n-1 } and E(W n ) = {(c 0,c i ): i = 1, …, n-1}  E(C n-1 ). W5W5 W6W6

Edge Balance Index Set of Wheels Chopra, Lee ans Su [2] proved: Theorem: If n is even, then EBI(W n ) ={0, 2, …, 2i, …, n-2}. Theorem: If n is odd, then EBI(W n ) = {1, 3, …, 2i+1, …, n-2}  {0, 1, 2, …, (n-1)/2}. [2] D. Chopra, S-M. Lee, H-H. Su, On Edge-Balance Index Sets of Wheels, International Journal of Contemporary Mathematical Sciences 5 (2010), no. 53,

EBI(W 6 ) = {0,2,4} |v(0)-v(1)|= 0 |v(0)-v(1)|= 2 |v(0)-v(1)|= 4

EBI(W 5 ) = {0,1,2,3} |v(0)-v(1)|= 0 |v(0)-v(1)|= 1 |v(0)-v(1)|= 2 |v(0)-v(1)|= 3

A Lot of Numbers are Missing EBI(W 7 ) ={0, 1, 2, 3, 5}. EBI(W 9 ) ={0, 1, 2, 3, 4, 5, 7}. EBI(W 11 ) ={0, 1, 2, 3, 4, 5, 7, 9}. EBI(W 13 ) ={0, 1, 2, 3, 4, 5, 6, 7, 9, 11}. EBI(W 15 ) ={0, 1, 2, 3, 4, 5, 6, 7, 9, 11, 13}. EBI(W 17 ) ={0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 15}.

L-Product Let H be a connected graph with a distinguished vertex s. Construct a new graph G × L (H,s) as follows: Take |V(G)| copies of (H,s), and identify each vertex of G with s of a single copy of H. We call the resulting graph the L-product of G and (H,s).

L-Product Example

Generalized L-Product More generally, the n copies of graphs to be identified with the vertices of G need not be identical.

Generalized L-Product Let Gph* be the family of pairs (H,s), where H is a connected graph with a distinguished vertex s. For any graph G and any mapping  : V(G)  Gph* we construct the generalized L-product of G and , denoted G × L , by identifying each v  V(G) with s of the respective  (v).

L-Product of Cycles by Cycles

Notations Let f be an edge labeling of a cycle C n. We denote the number of edges of C n which are labeled by 0 and 1 by f + by e C (0) and e C (1), respectively. We denote the number of vertices on C n which are labeled by 0, 1, and not labeled by the restricted f + by v C (0), v C (1), and v C (x), respectively

Proposition (Chopra, Lee and Su [2] ) In a cycle C n with a labeling f (not necessary edge friendly), assume that e C (0) > e C (1) > 1 and v C (x) = 2k > 0. Then we have v C (1) = e C (1) - k. and v C (0) = n - e C (1) - k. [2] D. Chopra, S-M. Lee, H-H. Su, On Edge-Balance Index Sets of Wheels, International Journal of Contemporary Mathematical Sciences 5 (2010), no. 53,

EBI of Cycles Lemma: For an edge labeling f (not necessary edge friendly) of a finite disjoint union of cycles, we have Note that this EBI of the disjoint union of cycles depends on the number of 1- edges only, not how you label them.

Maximal Edge-balance Index Theorem: The highest edge-balance index of when m ≥ 5 is n if m is odd or n is even; n+1 if n is odd and m is even.

Proof Idea By the previous lemma, to maximize EBI, e C (1) has to be as small as it can be. Thus, if we label all edges in C n 1, it gives us the best chance to find the maximal EBI. Thus, might yield the maximal EBI.

Less 1 inside, Higher EBI

Proof The number of edges of is If n is even or m is odd, then If n is odd and m is even, then (Note that w.l.o.g we assume that.)

Proof (continued) Since the outer cycles of contain all vertices, the EBI calculated by the previous lemma could be our highest EBI. We already label all edges in C n by 1. Thus, to not alter the label of the vertex adjuncts to a outer cycle, we have to have all two edges of outer cycle labeled by 1 too.

Degree 4 Vertices

Proof (continued) The above labeling requires n 1-edges for C n and 2n 1-edges for outer cycles. In order to have at least 3n 1-edges, the number of edges of must be greater or equal to 6n. Thus, implies m must be greater or equal to 5.

Keep Degree 4 Unchanged According to the formula we can label the rest in any way without changing EBI.

Proof (continued) The highest EBI of is If n is even or m is odd, then If n is odd and m is even, then

Switching Edges By switching a 0-edge with an 1-edge adjacent to the inner cycle, we reduces the EBI by 1.

Switching Edges By switching a 0-edge with an 1-edge adjacent to the inner cycle, we reduces the EBI by 1.

Main Results Theorem: EBI( ) when m ≥ 5 is {0,1,2,…, n} if m is odd or n is even; {0,1,2,…, n+1} if n is odd and m is even.

Proof While creating an edge-labeling to yield the highest EBI, we label all edges adjacent to the inner cycle vertex 1. Since the formula in the lemma says that the EBI of all outer cycles depends only on the number of 1-edges, we can label the edges adjacent to the edges adjacent the inner cycle vertex 0 without alter the EBI.

Special Edge-labeling to Yield the Highest EBI According to the formula we can label the rest in any way without changing EBI.

Proof (continued) Each outer cycle can reduce the EBI by 1 by switching edges. Since there are n outer cycles, we can reduce the EBI by 1 n times. Therefore, we have the EBI set contains {0,1,2,…, n} if m is odd or n is even; {1,2,…, n+1} if n is odd and m is even.

Proof (continued) When n is odd and m is even, a special labeling like the one on the right produces an EBI 0.

When m = 3 or 4 Theorem: EBI( ) is {0, 1, 2, …, } if n is even. {0, 1, 2, …, } if n is odd. Theorem: EBI( ) is {0, 1, 2, …, }.