Group Distance Magic Labeling for the Cartesian Product of Cycles

Size: px
Start display at page:

Download "Group Distance Magic Labeling for the Cartesian Product of Cycles"

Transcription

1 Group Distance Magic Labeling for the Cartesian Product of Cycles by Stephen Balamut MS Candidate: Applied and Computational Mathematics Advisor: Dalibor Froncek Department of Mathematics and Statistics University of Minnesota Duluth

2 Abstract Over the past half century, graph labeling has been an emerging area of graph theory. There are still many open problems. To this end, I have worked toward some new results related to distance magic labeling. In this paper, I first outline a number of graph labelings with some interesting results. Secondly, I will introduce two new results on distance magic labeling in a group. Of the two results, I demonstrate a distance magic labeling for a special class of graphs when the sums are calculated using modular arithmetic, and I show that a related case is not group distance magic. i

3 Contents 1 INTRODUCTION Magic Square Basic Definitions Graph Products Graph Labelings RELATED RESULTS Magic Labeling Edge-Magic Total Labeling Super Edge-Magic Labeling Vertex-Magic Total Labeling Super Vertex-Magic Total Labeling Totally Magic Labeling Anti-Magic Labeling Vertex-Antimagic Total Labeling Distance Magic Labeling MAIN RESULTS 11 4 CONCLUSION 18 ii

4 List of Figures 1 Magic Square (n = 3) Magic Square (n = 4) Examples of the Three Fundamental Graph Products [18] Small Cases of Distance Magic [23] C 4 C A C 4 C 4 grid representation A different view of C 4 C C 8 C 4 with Indexing C 4 C 4 Demonstrating Neighborhood Sums C 8 C 4 Example of Labeling Main Superdiagonal C 8 C 4 Example of Labeling C 7 C 5 Demonstrating Layout iii

5 1 INTRODUCTION 1.1 Magic Square Much of what is described in this paper is linked to the 3,000 year old concept of the magic square. This is a square n by n grid of the integers 1 to n 2 where each row, each column, and both diagonals sum to the same constant. The ideas here have been linked to the concepts in a number of labelings, and, along with the spirit of the puzzle, the ideas used here inspire expansions of the problem. For example, in order to find the sum of a row or column, one can use the summation formula for the first n 2 numbers and divide by n. That is, n2 (n 2 1) 2n = n(n2 1) 2 is the magic constant. Several methods have been devised to number magic squares of increasingly large size including using smaller magic squares to make larger ones. Below are some small examples [26] Figure 1: Magic Square (n = 3) Figure 2: Magic Square (n = 4) Transitioning, let us look at this notion from a graph theory point of view. The following section includes some background on graph theory and descriptions of several related concepts that will eventually lead to some correlated results. 1.2 Basic Definitions I will be following the notation and terminology in the book A First Look at Graph Theory by Clark and Holton [5]. Any topics not covered in the book will have notation based on the specific paper cited or a previously cited paper. Definition 1.1 (Clark, Holton [5]). A graph G=(E(G), V (G)) consists of two finite sets. The vertex set of the graph V (G) is a non-empty set of elements called vertices. The edge set of the graph E(G) is a set of the elements called edges and is possibly empty. Each edge e in E is assigned an unordered pair of vertices (u, v), called the end vertices of e [5]. Definition 1.2 (Clark, Holton [5]). The vertices (sometimes called nodes) are said to be joined by edges. A vertex joined to an edge is said to be incident to the edge. The way that edges connect vertices in a graph is unrestricted. Definition 1.3 (Clark, Holton [5]). When an edge starts and ends at the same vertex, the edge is called a loop. If two edges have the same starting and ending points, the two edges are called parallel. Graphs with neither loops nor parallel edges are called simple graphs. 1

6 In graph theory, simple graphs are studied most often. In this project we will only deal with simple graphs. From now on, unless otherwise specified, it is assumed that a graph is simple [5]. Definition 1.4 (Clark, Holton [5]). An edge e of a graph G is said to be incident with the vertex v if v is an end vertex of e. Two edges e and f incident with a common vertex are said to be adjacent. Similarly, two vertices u and v incident with the same edge are said to be adjacent or neighbors. Definition 1.5 (Clark, Holton [5]). The set of vertices that are adjacent to a vertex v is known as the neighborhood set of vertex v and is denoted N(v). Definition 1.6 (Clark, Holton [5]). The degree d(v) of a vertex v in a graph G is the number of edges incident with v. That is, it is the number of times v is an end vertex of an edge. A vertex is either odd or even based on the degree of the vertex. Definition 1.7 (Clark, Holton [5]). For some positive integer k, a graph G with d(v) = k for each v in G is called a k-regular graph. A regular graph is k-regular for some k. Definition 1.8 (Clark, Holton [5]). A walk is a sequence of alternating vertices and edges that are incident with the element directly before and after. A walk begins and ends at vertices and passes through a sequence of adjacent vertices on the way. If a walk starts and ends at the same vertex, it is called closed; otherwise it is open. If the edges of a walk are distinct, then it is called a trail. If the vertices of a walk are distinct, then it is called a path and is denoted P n where n is the number of vertices in the path. Definition 1.9 (Clark, Holton [5]). A vertex v is said to be connected to a vertex u in a graph G if there is a path from v to u. A graph is said to be connected if each pair of vertices in G are connected. A graph that is not connected is called disconnected. Definition 1.10 (Clark, Holton [5]). A complete graph K n is a graph in which each vertex is adjacent to every other vertex in the graph. Definition 1.11 (Clark, Holton [5]). A nontrivial closed trail in a graph G is called a cycle C n if its origin and internal vertices are all distinct where n is a positive integer denoting the number of vertices. Definition 1.12 (Clark, Holton [6]). A tree is a connected graph that contains no cycles. A cycle is a 2-regular graph. Later, we will define a graph using the product of cycles that will be 4-regular. Mentioned first, though, will be a graph called a hypercube (or k-cube). Definition 1.13 (Clark, Holton [5]). A hypercube (or k-cube) is a graph whose vertices are ordered k-tuples of 1 s and 0 s such that two vertices are adjacent when the two k-tuples differ in precisely one position. Some of the related results presented below will reference a type of graph called bipartite. This type of graph can be used to match elements of one group to elements of another. Definition 1.14 (Clark, Holton [5]). Let G be a graph. Then G is bipartite if the vertex set V of G can be partitioned into two non-empty subsets X and Y in such a way that each edge has one end in X and one end in Y. A complete bipartite graph K m,n where m and n are the numbers of vertices in X and Y is a bipartite graph where every vertex in X is adjacent to every vertex in Y. 2

7 1.3 Graph Products There are three fundamental graph products: Cartesian, direct, and strong. The graphs G and H are said to be the factors of the product graph. The Cartesian product will be the focus of this paper and will be represented with the symbol. The two additional products of graphs are also studied in graph theory frequently and are also defined below [18]. Definition 1.15 (Hammack, Imrich, Klavzar [18]). Define the Cartesian product G H to be a graph with vertex set V (G) V (H) and (g,h) is adjacent to (g,h ) if and only if (i) g=g and hh E(H) or (ii) h=h and gg E(G). Definition 1.16 (Hammack, Imrich, Klavzar [18]). The direct product of graphs can be defined as G H and with the vertex set V (G) V (H) such that the vertices (g,h) and (g,h ) are adjacent exactly when gg E(G) and hh E(H). Definition 1.17 (Hammack, Imrich, Klavzar [18]). The strong product of graphs can be defined as G H such that V (G H)={(g, h) g V (G) and h V (H)} and E(G H)=E(G H) E(G H). Figure 3 shows an example of each product. The graphs of the factors are included to show how each is constructed. Figure 3: Examples of the Three Fundamental Graph Products [18] 1.4 Graph Labelings Graph labelings are ways to assign integers to vertices and/or edges of a graph under some rule or restriction. This area of mathematics has only been around for about a half century and has already been published in more than 1,000 papers. A collection of these results has been gathered by Joseph Gallian in A Dynamic Survey of Graph Labeling [12]. Definition A graph labeling is an assignment f of integers to vertices and/or edges of a graph. Research on labelings tends to focus on classes of graphs that can be generalized in some way. Simple graphs (graphs with no parallel edges or loops), regular graphs (graphs with the same degree at each vertex), symmetric graphs, and vertex-transitive graphs (graphs where the vertices are indistinguishable from those around it) are all examples of this. For the results in this paper, graphs that are products of cycles will be the focus. Before looking at a number of magic type labelings, I will first introduce some of the Rosa types of graph labelings, which were among the first to be defined. 3

8 Definition Let G be a graph with n edges. Then a ρ-labeling of G is a one-to-one function f: V (G) {0, 1,..., 2n} such that {min{ f(u) f(v), 2n+1 f(u) f(v) } : {u, v} E(G)}= {1, 2,..., n} [8]. As we will see with graceful labelings, the difference of vertex labels is used to determine the edge label, but this time the labels could be the difference subtracted from 2n 1. This next labeling and its more restrictive variations described below were introduced by Rosa in This labeling was originally called β-valuation by Rosa. Now it is referred to as graceful labeling. Assigning integers to each vertex and each edge, this type of labeling has assigned values for edges based on the value of their incident vertices. Definition A graceful labeling is a ρ-labeling except the vertex labels are in {0, 1, 2,..., n} and the value of each edge, uv, is f(u) f(v) [13]. In other words, in order for a graph to be considered graceful, there still needs to be an injection from the first n integers to the edges where n is the number of edges. Most labelings have their origins in this type [13]. An interesting special case of the graceful labeling is the α-labeling. Definition An α-labeling is a graceful labeling with the additional condition that there exists some constant k such that the following is true for each edge xy: f(x) k < f(y) or f(y) k < f(x). This is a way to balance a graph labeling and is unsurprisingly sometimes called balanced or stronglygraceful [14]. Finally, a harmonious labeling is an additive analogy of a graceful labeling. It is identical to graceful labeling except edge labels are computed f(x) + f(y) (mod n) where n is the number of edges. Thus, to calculate the label of a particular edge, simply compute the sum of the incident vertices modulo n [12]. Next, I will describe some related work done with graph labeling. At the end of the section I will introduce the topic and paper that inspired my new results. 2 RELATED RESULTS There are numerous types of magic labelings in graph theory. Each has its own conditions based on the labels at each vertex and/or edge. The following are some different types of magic labelings that have been studied along with some interesting results for each. 2.1 Magic Labeling In the 1960 s magic labelings began being studied. Naturally, a number of variations were created. A graph is said to be semi-magic if the edges can be labeled in a way that the sum of the incident edges is the same for every vertex chosen. A semi-magic graph becomes a magic graph when the edges are labeled with distinct positive integers. As might be expected, a supermagic graph is a magic graph in which the edges are consecutive positive integers [15]. Ivanco showed the following. Theorem 2.1 (Ivanco [20]). C 2n C 2k, n, k 2 is supermagic. Theorem 2.2 (Ivanco [20]). C n C n for each integer n 3 is supermagic. 4

9 Theorem 2.3 (Ivanco [20]). Q n is supermagic if either n=1 or n 4 and n 0 (mod 2). He also conjectured the following result that deals with the Cartesian products of cycles. Conjecture 2.4 (Ivanco [20]). C n C k is supermagic. 2.2 Edge-Magic Total Labeling An edge-magic labeling is called edge-magic total (abbreviated EMT) to distinguish from other magic type labelings. It is a bijection f from the set V E to the set of integers, {1,2,, V + E } such that for every edge uv, f(u) + f(v) + f(uv) = h where h is a constant. We mentioned that for a 2-regular graph, an EMT labeling is the same as a vertex magic total labeling as described below [15]. When studying graph labelings, mathematicians often work with certain types or classes of graphs. In the spirit of this, Ngurah, Baskoro, Simanjuntak, and Uttunggadewa studied kc 4 -snakes. Definition 2.1 (Ngurah, Baskoro, Simanjuntak, Uttunggadewa [24]). A kc 4 -snake is a connected graph with k blocks where the blocks are repeated components of the graph. Each of the blocks is isomorphic to the cycle C 4 such that the block-cut-vertex graph is a path (a graph whose vertices correspond to the the blocks and are adjacent if the blocks were adjacent). One could think of this as a row of diamonds. Theorem 2.5 (Ngurah, Baskoro, Simanjuntak, Uttunggadewa [24]). kc 4 -snakes are EMT. Kotzig and Rosa also showed some interesting results. Theorem 2.6 (Kotzig, Rosa [15]). Complete bipartite graphs K m,n are EMT for all m, n. Theorem 2.7 (Kotzig, Rosa [15]). Cycles C n are EMT for n 3. Wallis, Baskoro, Miller, and Slamin showed some other interesting results. Theorem 2.8 (Wallis, Baskoro, Miller, Slamin [27]). Odd cycles C n have EMT labelings for the following magic constants: (5n + 3) (7n + 3) 3. 3n n + 2 Theorem 2.9 (Wallis, Baskoro, Miller, Slamin [27]). Even cycles C n have EMT labelings for the magic constant 1 2 (5n + 4). Theorem 2.10 (Wallis, Baskoro, Miller, Slamin [27]). Cycles C n of length divisible by 4 have EMT labelings for the following magic constants: (7n + 2) 2. 3n 3. 3n + 3 They also proved a result about kites. 5

10 Definition 2.2 (Wallis, Baskoro, Miller, Slamin [27]). A kite is a cycle with a path connected to one of its vertices. A kite of tail length 1 is a cycle with a path of length 1 connected to one of the vertices in the cycle. Theorem 2.11 (Wallis, Baskoro, Miller, Slamin [27]). Kites with tail length 1 are EMT. Perhaps the most interesting conjecture about EMT labelings is the following. Although no one has been able to prove or disprove it, the conjecture continues to be a popular unsolved problem. Conjecture 2.12 (Baca, Miller [2]). Every tree is EMT. 2.3 Super Edge-Magic Labeling A super edge-magic labeling (SEM) is the same as the edge-magic total labeling with the additional condition that the vertices map to the smallest integers {1, 2,..., V }. Below, super vertex-magic total labelings will have the same additional condition. Enomoto, Llado, Nakamigawa, and Ringel showed the following about SEM labeling. Theorem 2.13 (Enomoto, Llado, Nakamigawa, Ringel [9]). Cycles C n are SEM if and only if n is odd. Definition 2.3 (Clark, Holton [5]). A wheel graph W n is a graph made of a cycle C n 1 and a single vertex where there is a path of length 1 from each vertex in the cycle to the single vertex. I will not that other authors will define a wheel graph using the cycle C n rather than C n 1. Theorem 2.14 (Enomoto, Llado, Nakamigawa, Ringel [9]). There does not exist an n such that the wheel graph W n is super edge-magic. 2.4 Vertex-Magic Total Labeling A vertex-magic total labeling (abbreviated VMT) is a bijection from the set V E to {1, 2,..., V + E }. For this labeling there is some constant weight h such that for each vertex x the sum of the label for x and the labels for all the edges incident to x is h [2]. Related to the results later in this paper, Froncek, Kovar, and Kovarova showed the following about the Cartesian product of cycles. Later it will be shown that this result does not necessarily hold for similar magic type labelings; specifically, products of two odd cycles are not distance magic. Theorem 2.15 (Froncek, Kovar, Kovarova [11]). For each m, n 3 and at least one of m, n odd, there exists a VMT labeling of C m C n for each of the following magic constants: (15mn + m + 4) (17mn + 5) One open problem in this area comes from the paper Vertex-Magic Labelings of Regular Graphs by MacDougal [22]. Since the conjecture was made, a number of constructions for regular graphs have been formulated, but it has never been proven. Conversely, no counterexample has been found either. Conjecture 2.16 (Baca, Miller [2]). Every regular graph has a VMT labeling besides K 2 and 2K 3 Petr Kovar has since put forward a number of results working toward this conjecture. Although he does not cover every case, he was able to show that many regular graphs are VMT. The following theorems demonstrate this. 6

11 Theorem 2.17 (Kovar [21]). Let G be a (2 + s)-regular graph such that it contains an s-regular factor G which allows a VMT labeling with magic constant h and vertex labels being consecutive integers starting at k. Then G is VMT. Theorem 2.18 (Kovar [21]). Let G be a (2r +s)-regular graph such that it contains an s-regular factor G which allows a VMT labeling with magic constant h and vertex labels being consecutive integers starting at k. Then G is VMT. 2.5 Super Vertex-Magic Total Labeling Similar to the vertex-magic total labeling, a super vertex-magic total labeling is one with the additional condition that the smallest integers are the vertex labels and the largest are the edge labels. That is, the vertices are labeled using the set {1, 2,..., V }. Some interesting results are given in a paper by MacDougal, Miller, and Sugeng [22]; however, as is expected they are more restricted under the new condition. Theorem 2.19 (MacDougal, Miller, Sugeng [22]). A cycle C n has a super vertex magic total labeling if and only if n is odd. They also showed that a number of different graphs do not have a super VMTL such as complete bipartite graphs and graphs with a vertex of degree one (including trees) [22]. Below, we will see a negative result for distance magic labelings. 2.6 Totally Magic Labeling A totally magic graph is one in which it has a vertex-magic total labeling and an edge-magic total labeling. Remembering that each vertex is dependent on the incident edges and each edge is dependent on its incident labels, this is obviously a difficult labeling. Many results are small special cases so far. Exoo, Ling, McSorley, Phillips, and Wallis studied how cycles and vertices of degree one within a graph can affect the way the graph must be labeled. Theorem 2.20 (Exoo, Ling, McSorley, Phillips, and Wallis [10]). The only totally magic cycle is C 3 (or K 3 ). Theorem 2.21 (Exoo, Ling, McSorley, Phillips, and Wallis [10]). The only connected totally magic graph containing a vertex of degree one is P 3. Consequently, the only totally magic trees are P 3 and K 1. Theorem 2.22 (Exoo, Ling, McSorley, Phillips, and Wallis [10]). If a totally magic graph contains a triangle (C 3 ), then the sum of the edge labels incident to any one vertex of the triangle and outside the triangle is the same no matter which vertex is chosen. Now, to take a look at a type of labeling that assigns labels to the vertices similarly to magic labeling, I have included anti-magic labeling. In this case, the concentration shifts from equality to pairwise distinct. 7

12 2.7 Anti-Magic Labeling An anti-magic labeling of a graph is essentially the opposite of a magic labeling. That is, it is a bijection from the vertices to consecutive integers, but the sums found must be distinct. Each vertex sum must be different from every other vertex sum [28]. Wang and Hsiao showed a number of results including the Cartesian products of basic graphs. As we saw with some other magic type labelings, this type of product will continue to be part of the theme of this paper. Theorem 2.23 (Wang Hsiao [28]). P m P n (lattice grid graphs) are antimagic for m n 2. Expanding, they also showed a result including a cycle as one of the factors. Theorem 2.24 (Wang Hsiao [28]). C m P n (prism grids) are antimagic. Theorem 2.25 (Wang Hsiao [28]). Other antimagic graphs include 1. Paths P n for n 3 2. Cycles C n for n 3 3. Hypercube graphs Q n A strong result in this area was shown by Cheng. Theorem 2.26 (Cheng [4]). All Cartesian products of two or more regular graphs of positive degree are antimagic. This result about antimagic graphs is very interesting since nothing like this has been shown for distance magic graphs. After describing a number of graphs that are antimagic, Hartsfield and Ringel had the following conjecture. Conjecture 2.27 (Hartsfield, Ringel [19]). Every connected graph, excluding K 2, is antimagic. A number of researchers have unsuccessfully tried to show this to be false. At the same time, given a connected graph, it is typically not difficult to find an antimagic labeling for it. Moreover, there are often multiple such labelings. With that in mind, as with magic labelings, more restrictions have been added to form new types of anti-magic graphs [2]. 2.8 Vertex-Antimagic Total Labeling A vertex-antimagic total labeling is a bijection from the set V E to the set of integers, {1, 2,..., V + E } where the weights of all the vertices are distinct with the additional restriction that all the weights form an arithmetic progression. Interestingly, to show a relation to magic labelings, we have the following result. Theorem 2.28 (Baca, Miller [2]). Every super-magic graph has a vertex-antimagic total labeling. To move back to the perspective of magic labeling, next I define the type of labeling that is the focal point of this paper. Distance magic labeling is the natural way to extend magic type labeling to the vertex set only. 8

13 2.9 Distance Magic Labeling Also known as sigma labeled or 1-vertex magic vertex labeled, a distance magic labeled graph is said to be distance magic. The labeling f is said to have a magic constant w. A graph G of order n has a distance magic labeling if there is a bijection f : V {1, 2,..., n } there is a positive integer w such that y N(x) f(y) = w for every x V where N(x) is the neighborhood set of vertex x [1]. It was shown by Miller, Rodger, and Simanjuntak that some common types of graphs are rarely distance magic. They proved the following. Theorem 2.29 (Miller, Rodger, Simanjuntak [23]). Some results. 1. P n is distance magic if and only if n {1, 3}. 2. C n is distance magic if and only if n = K n is distance magic if and only if n = W n is distance magic if and only if n = 4. Figure 4: Small Cases of Distance Magic [23] Much of the work in my project is inspired by the paper by S.B. Rao, T. Singh, and V. Parameswaran. They proved this as the main result of the paper. Theorem 2.30 (Rao, Singh, and Parameswaran [25]). The graph C n C k, n, k 3 is distance magic iff n = k and k 2 (mod 4). Of course, this is under the group, the integers. For the main results, I will be working with finite cyclic groups, but I will be using some of the ideas from their proofs to show my results [25]. Next, I will outline the proof given by Rao, Singh, and Parameswaran. They used a series of lemmas in order to eventually prove that C n C k, n, k 3 is distance magic iff n = k and k 2 (mod 4). The ideas from the first lemma are used later on to prove the new result. Here are the lemmas they used. Lemma 1. The graph C n C k, n, k 3 is not distance magic if n and k are both odd. Lemma 2. The graph C n C k, n k where n 0 (mod 4) is not distance magic. Lemma 3. C n C k, n, k 3 where n k and n 2 (mod 4) is not distance magic. Lemma 4. There is a general distance magic labeling for C n C k, n, k 3 where n = k and k 2 (mod 4) which shows sufficiency. 9

14 I note that the first three lemmas of the proof show the necessity of the conditions. The fourth lemma shows the sufficiency. That is, they provided a simple labeling under the conditions to finish the proof. Finally, at the end of their paper, they expanded by adding an additional theorem. Theorem 2.31 (Rao, Singh, and Parameswaran [25]). K m K n, m 2, n 3 is not distance magic. As a remark, we can note that K 2 K 2 is distance magic and is shown above as C 4 [25]. Looking at some other interesting results, Beena proved the following two theorems. Theorem 2.32 (Beena [3]). Given two positive integers m and n such that m n, the complete bipartite graph K m,n is distance magic if and only if the following are true. 1. m + n 0 or 3 (mod 4) and 2. either n (1 + 2m 1 2 or 2(2m + 2n + 1)2 = 1. Theorem 2.33 (Beena [3]). The product of paths P n P k is not distance magic for all n, k 3. Miller, Rodger, and Simanjuntak included in their paper some interesting negative results for labeling. Theorem 2.34 (Miller, Rodger, Simanjuntak [23]). If G contains two vertices u and v where N(u) N(v) = d(v) 1 = d(u) 1, then G is not distance magic. That is, if two vertices share all their neighbors except for one for each of them, then the graph is not distance magic. Theorem 2.35 (Miller, Rodger, Simanjuntak [23]). If G has n vertices with a maximum degree of and minimum degree of δ, then G does not have a labeling when ( + 1) > δ(2n δ + 1). Theorem 2.36 (Miller, Rodger, Simanjuntak [23]). Every k-regular graph with odd k does not have a magic labeling. These types of results can make it easy for future researchers to rule out many types of graphs as magic. Now that we have seen a number of different results about graph labeling including the products of graphs, one might ask if the product of cycles, other than the ones mentioned above, can ever be distance magic if we relax the definition somehow. If so, how can we work around the results by Rao, Singh, and Parameswaran? If not, what makes it impossible? I will demonstrate proofs for two new results that answer these questions, and they will take the form of a construction and a non-existence result, respectively. 10

15 3 MAIN RESULTS In an attempt to expand the work of Rao, Singh, and Parameswaran mentioned above, I introduce two new results with the perspective of finite groups. That is, consider a new type of labeling based on distance magic labeling. When the vertex weights are calculated under modular arithmetic, call this labeling group distance magic. The first result of this paper is to define a construction for a group distance magic labeling for C n C k, n 0 (mod 4) and k=4. Secondly, I show that when n and k are both odd there is not a group distance magic labeling under the group Z nk. Definition 3.1. A graph G of order n has a group distance magic labeling if there is a bijection f : V Z n and a positive integer w such that y N(x) f(y) = w for every x V where N(x) is the neighborhood set of vertex x, w Z n, and addition is in Z n. The first theorem will be proved by demonstrating a labeling for the graphs in question. In order to do this I will define a number of concepts and symbols as part of the first proof. Eventually, there will be a distinct magic constant for this type of graph. In the proof of the second theorem, I will show that the graphs in question are not group distance magic by demonstrating an algebraic contradiction. This will use a combination of graph theory and algebraic concepts to show that every graph of its type would have two vertices with the same label. Before constructing the labeling to prove Theorem 3.1, I will define some main concepts and general methods for working with products of cycles. I will show how to represent these graphs as a grid, how to differentiate notation for vertices, and how to calculate weights at vertices based on these representations. First, I will look at the grid representation. Given the torus nature of these graphs, the labelings can be easily represented using an n by k grid where boxes represent vertices, and vertices are adjacent if the boxes share a grid line. Since each vertex is adjacent to exactly four other vertices, consider boxes on the corners and sides to be adjacent to the boxes directly opposite them. The grid (Figure 6) represents the graph (Figure 5) where vertex a is adjacent to vertices b, c, d, and e. That is, the neighborhood set N(a) is made of b, c, d, and e. Figure 5: C 4 C 4 11

16 a e # c d # # # # # # # b # # # Figure 6: A C 4 C 4 grid representation Remembering that this graph has a torus structure, a different grid view of the same graph might look like Figure 7. # b # # c a e # # d # # # # # # Figure 7: A different view of C 4 C 4 Given this new representation for these graphs, denote the vertex labels of the graph as a i,j where j is given modulo 4. Figure 8 shows an example. a 0,0 a 0,1 a 0,2 a 0,3 a 1,0 a 1,1 a 1,2 a 1,3 a 2,0 a 2,1 a 2,2 a 2,3 a 3,0 a 3,1 a 3,2 a 3,3 a 4,0 a 4,1 a 4,2 a 4,3 a 5,0 a 5,1 a 5,2 a 5,3 a 6,0 a 6,1 a 6,2 a 6,3 a 7,0 a 7,1 a 7,2 a 7,3 Figure 8: C 8 C 4 with Indexing Define f(a i,j ) to be the label of a vertex a i,j, and define the neighborhood sum of a vertex a i,j by σ i,j where i is taken modulo n and j is taken modulo k. In this case, k = 4. As an example, Figure 9 shows σ 1,0 =( ) modulo 16, which equals 26 modulo 16. Finally, 26 is congruent to 10 (mod 16). 12

17 σ 1, Figure 9: C 4 C 4 Demonstrating Neighborhood Sums The method for labeling C n C k graphs is based on the property that neighborhood sums must be equal throughout. For example, σ 1,1 =σ 2,2. More generally, remembering that the indices are calculated (mod n) and (mod k), σ a,b =σ a+1,b+1. The direct consequence of this, for example, is that f(a 1,0 )+f(a 0,1 )=f(a 3,2 )+f(a 2,3 ). More generally, remembering that the indices are calculated (mod n) and (mod k), f(a c,d )+f(a d,c )=f(a c+2,d+2 )+f(a d+2,c+2 ). With these general definitions at hand, I can now demonstrate a construction of group distance magic labeling for this type of graph. Definition 3.2. Given a C n C 4 graph, the main superdiagonal is the set of vertices a i,j such that i = j (mod 4). The lth superdiagonal is the set of vertices a i,j such that i = j + l (mod 4). Theorem 3.1. A C n C 4 graph where n 0 (mod 4) has a group distance magic labeling. Proof. Label the sequence of vertices a i,j where i = j and j is taken modulo 4 by the following method. First, let a 0,0 = 0 and a 1,1 = 4. Next, for i even, let a i,j = (8 + a i 2,j 2 )(mod 4n). Similarly, for i odd, let a i,j = ( 8 + a i 2,j 2 )(mod 4n). Although the labeling is for a torus, for simplicity, think of the vertices a i,j where i = j as the main superdiagonal of the given grid. For k = 8, this part of the labeling is shown in Figure

18 0 # # # # 4 # # # # 8 # # # # # # # # 20 # # # # 24 # # # # 12 Figure 10: C 8 C 4 Example of Labeling Main Superdiagonal Skipping over a vertex, label the second superdiagonal (a 0,2, a 1,3, a 2,0,...) based on the already labeled vertices. Vertices a i,j where j = i + 2 and j is taken modulo 4 are labeled using a common sum. That is, a i,j + a i+1,j 1 = 4n 1. For example, when n = 8, the sum of the vertex (a i,j ) and its partner (a i+1,j 1 ) is 31. As a consequence, subtracting the given number (specifically, a label from the main superdiagonal) from 31 will give the desired label on the second superdiagonal. Labeling the remaining vertices is a matter of simply adding or subtracting 2 from certain neighbors. For the first superdiagonal (where j = i + 1 and j is taken modulo 4), a i,j = a i 1,j 2. For the third superdiagonal (where j = i + 3 and j is taken modulo 4), a i,j = a i 1,j + 2. The labeled graph where n = 8 is shown in Figure Figure 11: C 8 C 4 Example of Labeling To show that this labeling is group distance magic for all graphs of this type, consider the sum at an arbitrary vertex in each of the four diagonal cases below where i is 0, 1, 2, or 3. Also, for indexing simplicity, define m as a non-negative integer less than n 4. For each of these, when computed with modular arithmetic, there is a relatively simple formula (based on the labeling method) showing that all the sums are equal. For each of the four cases, the sum of its neighbors is shown in terms of the labeling and in reference to the given vertex. Again, 4n 1 is used to label the second superdiagonal as described above. It is used as a reference for two of the neighbors in each case. 14

19 1. The weight for each vertex on the main superdiagonal of the grid, σ 4m+i,i, is the sum of the following: (a) [4n 1 f(a 4m+i 1,i 1 ) 2] (above) (b) [f(a 4m+i,i ) + 2] (below) (c) [f(a 4m+i 1,i 1 ) + 2] (left) (d) [4n 1 f(a 4m+i,i ) 2] (right) Adding the four neighbors, we get [f(a 4m+i,i ) + 2] + [f(a 4m+i 1,i 1 ) + 2] + [4n 1 f(a 4m+i,i ) 2] + [4n 1 f(a 4m+i 1,i 1 ) 2] = 8n 2 (mod 4n) = w 2. The weight for each vertex on the first superdiagonal, σ 4m+i,i+1 is the sum of the following: (a) [f(a 4m+i,i+1 ) + 2] (above) (b) [4n 1 f(a 4m+i,i+1 ) 2] (left) (c) [4n 1 f(a 4m+i+1,i+1+1 ) 2] (below) (d) [f(a 4m+i+1,i+1+1 ) + 2] (right) Adding the four neighbors, we get [f(a 4m+i,i+1 )+2]+[f(a 4m+i+1,i+1+1 )+2]+[4n 1 f(a 4m+i,i+1 ) 2]+[4n 1 f(a 4m+i+1,i+1+1 ) 2] = 8n 2 (mod 4n) = w 3. The weight for each vertex on the second superdiagonal, σ 4m+i,i+2 is the sum of the following: (a) [4n 1 f(a 4m+i 1,i+2 1 ) ] (above) (b) [f(a 4m+i 1,i+2 1 ) 2] (left) (c) [f(a 4m+i,i+2 ) 2] (below) (d) [4n 1 f(a 4m+i,i+2 ) + 2 8] (right) Adding the four neighbors, we get [f(a 4m+i,i+2 ) 2]+[f(a 4m+i 1,i+1 ) 2]+[4n 1 f(a 4m+i,i+2 )+2 8]+[4n 1 f(a 4m+i 1,i+1 ) ] = 8n 2 (mod 4n) = w 4. The weight for each vertex on the third superdiagonal, σ 4m+i,i+3 is the sum of the following: (a) [f(a 4m+i,i+3 ) 2] (above) (b) [4n 1 f(a 4m+i,i+3 ) 8 + 2] (left) (c) [4n 1 f(a 4m+i+1,i ) ] (below) (d) [f(a 4m+i+1,i ) 2] (right) Adding the four neighbors, we get [f(a 4m+i,i+3 ) 2]+[f(a 4m+i+1,i ) 2]+[4n 1 f(a 4m+i,i+3 ) 8+2]+[4n 1 f(a 4m+i+1,i )+8+2] = 8n 2 (mod 4n) = w 15

20 That is, all vertices have a weight of (8n 2) modulo 4n which is congruent to (4n 2) modulo 4n under the given labeling. This means there is a group distance magic labeling for each graph of this type. Next, one might wonder what happens when the cycles have an odd number of vertices. Interestingly, changing to this gives a quite different result. Before introducing my second result, I must prove a proposition for later use. Proposition 3.2. The mapping φ(x) = 2x from Z 2n+1 to Z 2n+1 is a bijection. elements a and b, 2a = 2b implies a = b under the mapping. As a result, for Proof. Since a mapping from Z 2n+1 to Z 2n+1 is a bijection if and only if it is a surjection, I will prove only the surjective property. Notice that for any element x Z 2n+1, either x = 2z and 0 z n or x = 2z + 1 and 0 z n 1. I will show for all x in Z 2n+1 there exists a y such that φ(y) = 2y = x. To do this, I will use two cases. For the case when x = 2z and 0 z n, y = z is the preimage since φ(y) = 2y = 2z = x. For the case when x = 2z + 1 and 0 z n 1, y = n + z + 1 is the preimage since φ(y) = 2y = 2(n + z + 1) = (2n + 1) + (2z + 1) = 2z + 1 = x. Thus, φ(x) is a bijection. For the purposes of this paper, 2x = 2y x = y. Now that I have shown this injective property, I can prove my second result. The following is my second theorem based on the work by Rao, Singh, and Parameswaran [25]. Theorem 3.3. A C n C k graph where n and k are both odd is not group distance magic. Proof. I will use the method from the proof of Lemma 1 in [25] to show these graphs are not group distance magic. Considering the neighborhood sums of a 1,1 and a 2,2, as was described above, Using the same logic, f(a 1,0 )+f(a 0,1 )=f(a 2,3 )+f(a 3,2 ). f(a 2,3 )+f(a 3,2 )=f(a 4,5 )+f(a 5,4 ). These equalities continue such that for some integer x the sum of each pair in the pattern is equal to the sum f(a 2x+1,2x+0 )+f(a 2x+0,2x+1 ) when calculating the indices under the appropriate finite group. In other words, thinking of the graph as a torus, the pairs of equal sums continue to wrap around. To show there exists an x such that the sum f(a 2,1 )+f(a 1,2 ) is included, we have the congruences, 2x (mod n) 2x (mod k) 2x (mod n) 2x (mod k) which reduce to 2x 1 (mod n) 2x 1 (mod k). 16

21 This implies there exist positive integers s and t such that 2x=nt + 1=ks + 1 nt=ks. Let d=gcd(n, k). It follows that the equation is satisfied by t= k d and s= n nk d. Substituting, 2x= d +1. Now, n, k, and d are all odd integers; therefore, x= 1 2 ( nk d + 1) exists as an integer to satisfy f(a 2,1)+f(a 1,2 ). Next, by the same logic, it can be shown that the analogous is true for sums along perpendicular diagonals of the torus graph. That is, repeating the proof starting with the neighborhood sums of a 1,1 and a 2,0, there exists an x such that f(a 0,1 )+f(a 1,2 )=f(a 2x+0,2x+1 )+f(a 2x+1,2x+2 )= f(a 1,0 )+f(a 2,1 ). To summarize, it has now been shown that and f(a 1,0 ) + f(a 0,1 ) = f(a 2,1 ) + f(a 1,2 ) f(a 0,1 ) + f(a 1,2 ) = f(a 1,0 ) + f(a 2,1 ). Visually, for C 7 C 5 the labels on the grid are shown in Figure 12. # a 0,1 # # # a 1,0 # a 1,2 # # # a 2,1 # # # # # # # # # # # # # # # # # # # # # # # Figure 12: C 7 C 5 Demonstrating Layout Remembering that the labels are integers, we can have a system of equations and solve. Subtracting gives f(a 1,0 )+f(a 0,1 )=f(a 2,1 )+f(a 1,2 ) f(a 0,1 )+f(a 1,2 )=f(a 1,0 )+f(a 2,1 ) Solving the new equation, we have Applying Proposition 3.2, f(a 1,0 ) f(a 1,2 )=f(a 1,2 ) f(a 1,0 ). 2f(a 1,0 )=2f(a 1,2 ). f(a 1,0 )=f(a 1,2 ). In words, two vertices must have the same label. This equality contradicts the assumption that there is a bijection from the labeling to the integers modulo nk. As a result, there is no labeling for C n C k while both n and k are odd. 17

22 4 CONCLUSION We have seen that there are many types of graph labelings with highly varied results. Small changes can have a substantial effect on whether or not a graph can be labeled in a certain way. In this case, by introducing a new magic type labeling as a variation on an established one, I was able to label a type of graph that was not possible before the change. At the same time, I showed that the result did not change for odd cycle graphs when using group distance magic. Stated again, there exists a group distance magic labeling for C n C k graphs where k = 4 and n 0 (mod 4). Moreover, the magic constant w equals 4n 2. When n and k are both odd, C n C k is not group distance magic. These results open up new questions for future research. The next logical area to explore would be the case of C n C k where both n and k are equivalent to 0 modulo 4. After that, one would wonder about the cases where n and k are different combinations of 0 modulo 4 and 2 modulo 4. That is, the ideas to explore are the cases not covered by the negative result. 18

23 References [1] Arumugam, S. (2010). Distance magic graphs. National Centre for Advanced Research in Discrete Mathematics, India. [2] Baca, M. and Miller, M. Chapter 2 - Preliminaries, Super Edge-Antimagic Graphs, Brown Walker Press, Boca Raton, 2008, [3] Beena, S. (2009). On Σ and Σ labelled graphs. Discrete Mathematics, (309), [4] Cheng, Y. (2008). A new class of antimagic Cartesian product graphs. Discrete Mathematics. (308), [5] Clark, J., Holton, D.A., Chapter 1 - An Introduction to Graphs, A First Look at Graph Theory, World Scientific, Singapore, 1991, [6] Clark, J., Holton, D.A., Chapter 2 - Trees and Connectivity, A First Look at Graph Theory, World Scientific, Singapore, 1991, [7] Clark, J., Holton, D.A., Chapter 3 - Euler Tours and Hamiltonian Cycles, A First Look at Graph Theory, World Scientific, Singapore, 1991, [8] El-Zanati, S., and Vanden Eynden, C. (2009). On Rosa-type labelings and cyclic graph decompositions, Math. Slovaca, (34), [9] Enomoto, H., Llado, A., Nakamigawa, T., and Ringel, G. (1998). Super edge-magic graphs. SUT Journal of Mathematics, 2(34), [10] Exoo, G., Ling, A., McSorley, J., Phillips, N., and Wallis, W. (2002). Totally magic graphs. Discrete Math, (253), [11] Froncek, D., Kovar, P., and Kovarova, T. (2005). Vertex magic total labeling of products of cycles. Australasian Journal of Combinatorics, (33), [12] Gallian, Joseph A. (2011, November 17). A dynamic survey of graph labeling, 5 6. [13] Gallian, Joseph A. (2011, November 17). A dynamic survey of graph labeling, 7. [14] Gallian, Joseph A. (2011, November 17). A dynamic survey of graph labeling, 32. [15] Gallian, Joseph A. (2011, November 17). A dynamic survey of graph labeling, 77. [16] Hammack, R., Imrich, W., and Klavzar, S. Chapter 1 - Graphs, Handbook of Product Graphs, 2011, [17] Hammack, R., Imrich, W., and Klavzar, S. Chapter 2 - Automorphisms and Invariants, Handbook of Product Graphs, 2011, [18] Hammack, R., Imrich, W., and Klavzar, S. Chapter 4 - Graph Products, Handbook of Product Graphs, 2011, [19] Hartsfield, N. and Ringel, G. Chapter 6 - Labeling Graphs. Pearls in Graph Theory, Academic Press, San Diego, 1990, [20] Ivanco, J. (2000). On supermagic regular graphs. Mathematica Bohemica. 125(1),

24 [21] Kovar, P. (2007). Magic labelings of regular graphs. AKCE Inter. J. Graphs and Combin., (4), [22] MacDougal, J. A., Miller, M., and Sugeng, K. (2004). Super vertex-magic total labelings of graphs. Proceedings 15 th Australasian Workshop on Combinatorial Alogrithms [23] Miller, M., Rodger, C., and Simanjuntak, R. (2003). Distance magic labelings of graphs. Australasian Journal of Combinatorics, (28), [24] Ngurah, A., Baskoro, E., Simanjuntak, R., and Uttunggadewa, S. (2006). On edge-magic total labelings of kc 4 -snakes. (179) [25] Rao, S.B., Singh, T., and Parameswaran, V. (2005). Some sigma labeled graphs: 1, Graphs, Combinatorics, Algorithms and Applications, [26] Sesiano, J. (2003). Construction of magic squares using the knight s move in Islamic mathematics. Arch. Hist. Exact Sci., 1 3. [27] Wallis, W., Baskoro, E., Miller, M., and Slamin. (2000). Edge-magic total labelings. Australas. J. Combin., 22, [28] Wang, T. and Hsiao C. (2007). On anti-magic labeling for graph products. Discrete Mathematics,

arxiv: v1 [math.co] 28 Dec 2013

arxiv: v1 [math.co] 28 Dec 2013 On Distance Antimagic Graphs arxiv:131.7405v1 [math.co] 8 Dec 013 Rinovia Simanjuntak and Kristiana Wijaya Combinatorial Mathematics Research Group Faculty of Mathematics and Natural Sciences Institut

More information

The Cartesian product of cycles C n1, C n2,, C ns, denoted C n1 C n2 C ns can be viewed as the Cayley graph of Abelian group Z n1 Z n2 Z ns

The Cartesian product of cycles C n1, C n2,, C ns, denoted C n1 C n2 C ns can be viewed as the Cayley graph of Abelian group Z n1 Z n2 Z ns Vertex-magic edge Z 2nm -labeling of C n C m Dalibor Froncek, University of Minnesota Duluth James McKeown, University of Miami John McKeown, University of Minnesota Duluth Michael McKeown, University

More information

Regular handicap graphs of order n 0 (mod 8)

Regular handicap graphs of order n 0 (mod 8) Electronic Journal of Graph Theory and Applications 6 (2) (201), 20 21 Regular handicap graphs of order n 0 (mod ) Dalibor Froncek, Aaron Shepanik Department of Mathematics and Statistics University of

More information

How to construct new super edge-magic graphs from some old ones

How to construct new super edge-magic graphs from some old ones How to construct new super edge-magic graphs from some old ones E.T. Baskoro 1, I W. Sudarsana 2 and Y.M. Cholily 1 1 Department of Mathematics Institut Teknologi Bandung (ITB), Jalan Ganesa 10 Bandung

More information

Vertex Magic Group Edge Labelings

Vertex Magic Group Edge Labelings Vertex Magic Group Edge Labelings A PROJECT SUBMITTED TO THE FACULTY OF THE GRADUATE SCHOOL OF THE UNIVERSITY OF MINNESOTA BY Michael Aidan McKeown IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE

More information

Characterizing Graphs (3) Characterizing Graphs (1) Characterizing Graphs (2) Characterizing Graphs (4)

Characterizing Graphs (3) Characterizing Graphs (1) Characterizing Graphs (2) Characterizing Graphs (4) S-72.2420/T-79.5203 Basic Concepts 1 S-72.2420/T-79.5203 Basic Concepts 3 Characterizing Graphs (1) Characterizing Graphs (3) Characterizing a class G by a condition P means proving the equivalence G G

More information

Vertex-antimagic total labelings of graphs

Vertex-antimagic total labelings of graphs Vertex-antimagic total labelings of graphs Martin Bača Department of Applied Mathematics Technical University, 0400 Košice, Slovak Republic e-mail: hollbaca@ccsun.tuke.sk François Bertault Department of

More information

Chapter 4. square sum graphs. 4.1 Introduction

Chapter 4. square sum graphs. 4.1 Introduction Chapter 4 square sum graphs In this Chapter we introduce a new type of labeling of graphs which is closely related to the Diophantine Equation x 2 + y 2 = n and report results of our preliminary investigations

More information

A graph is finite if its vertex set and edge set are finite. We call a graph with just one vertex trivial and all other graphs nontrivial.

A graph is finite if its vertex set and edge set are finite. We call a graph with just one vertex trivial and all other graphs nontrivial. 2301-670 Graph theory 1.1 What is a graph? 1 st semester 2550 1 1.1. What is a graph? 1.1.2. Definition. A graph G is a triple (V(G), E(G), ψ G ) consisting of V(G) of vertices, a set E(G), disjoint from

More information

Note on Group Distance Magic Graphs G[C 4 ]

Note on Group Distance Magic Graphs G[C 4 ] DOI 10.1007/s00373-013-1294-z ORIGINAL PAPER Note on Group Distance Magic Graphs G[C 4 ] Sylwia Cichacz Received: 10 May 2012 / Revised: 25 January 2013 The Author(s) 2013. This article is published with

More information

1. INTRODUCTION. In 1736, Leonhard Euler wrote a paper on the Seven Bridges of Königsberg

1. INTRODUCTION. In 1736, Leonhard Euler wrote a paper on the Seven Bridges of Königsberg 1. INTRODUCTION In 1736, Leonhard Euler wrote a paper on the Seven Bridges of Königsberg which is regarded as the first paper in the history of graph theory. Graph theory is now a major tool in mathematical

More information

CHAPTER - 1 INTRODUCTION

CHAPTER - 1 INTRODUCTION CHAPTER - 1 INTRODUCTION INTRODUCTION This thesis comprises of six chapters and is concerned with the construction of new classes of cordial graphs, even and odd graceful graphs, even and odd mean graphs,

More information

Properly even harmonious labelings of disconnected graphs

Properly even harmonious labelings of disconnected graphs Available online at www.sciencedirect.com ScienceDirect AKCE International Journal of Graphs and Combinatorics 12 (2015) 193 203 www.elsevier.com/locate/akcej Properly even harmonious labelings of disconnected

More information

Graph Theory S 1 I 2 I 1 S 2 I 1 I 2

Graph Theory S 1 I 2 I 1 S 2 I 1 I 2 Graph Theory S I I S S I I S Graphs Definition A graph G is a pair consisting of a vertex set V (G), and an edge set E(G) ( ) V (G). x and y are the endpoints of edge e = {x, y}. They are called adjacent

More information

PROPERLY EVEN HARMONIOUS LABELINGS OF DISJOINT UNIONS WITH EVEN SEQUENTIAL GRAPHS

PROPERLY EVEN HARMONIOUS LABELINGS OF DISJOINT UNIONS WITH EVEN SEQUENTIAL GRAPHS Volume Issue July 05 Discrete Applied Mathematics 80 (05) PROPERLY EVEN HARMONIOUS LABELINGS OF DISJOINT UNIONS WITH EVEN SEQUENTIAL GRAPHS AUTHORS INFO Joseph A. Gallian*, Danielle Stewart Department

More information

Total magic cordial labeling and square sum total magic cordial labeling in extended duplicate graph of triangular snake

Total magic cordial labeling and square sum total magic cordial labeling in extended duplicate graph of triangular snake 2016; 2(4): 238-242 ISSN Print: 2394-7500 ISSN Online: 2394-5869 Impact Factor: 5.2 IJAR 2016; 2(4): 238-242 www.allresearchjournal.com Received: 28-02-2016 Accepted: 29-03-2016 B Selvam K Thirusangu P

More information

On super (a, d)-edge antimagic total labeling of disconnected graphs

On super (a, d)-edge antimagic total labeling of disconnected graphs On super (a, d)-edge antimagic total labeling of disconnected graphs I W. Sudarsana 1, D. Ismaimuza 1,E.T.Baskoro,H.Assiyatun 1 Department of Mathematics, Tadulako University Jalan Sukarno-Hatta Palu,

More information

Math 170- Graph Theory Notes

Math 170- Graph Theory Notes 1 Math 170- Graph Theory Notes Michael Levet December 3, 2018 Notation: Let n be a positive integer. Denote [n] to be the set {1, 2,..., n}. So for example, [3] = {1, 2, 3}. To quote Bud Brown, Graph theory

More information

Odd Harmonious Labeling of Some Graphs

Odd Harmonious Labeling of Some Graphs International J.Math. Combin. Vol.3(0), 05- Odd Harmonious Labeling of Some Graphs S.K.Vaidya (Saurashtra University, Rajkot - 360005, Gujarat, India) N.H.Shah (Government Polytechnic, Rajkot - 360003,

More information

Super edge-magic sequence of maximal outer planer graph and its characteristics

Super edge-magic sequence of maximal outer planer graph and its characteristics Anjaneyulu & Vijayabarathi, Cogent Mathematics 01, : 110 http://dx.doi.org/10.1080/118.01.110 PURE MATHEMATICS RESEARCH ARTICLE Super edge-magic sequence of maximal outer planer graph and its characteristics

More information

Anti-magic labellings of a class of planar graphs

Anti-magic labellings of a class of planar graphs AUSTRALASIAN JOURNAL OF COMBINATORICS Volume 41 (2008), Pages 283 290 Anti-magic labellings of a class of planar graphs V.Ch. Venkaiah K. Ramanjaneyulu Department of Mathematics S C R Engineering College

More information

SOME GRAPHS WITH n- EDGE MAGIC LABELING

SOME GRAPHS WITH n- EDGE MAGIC LABELING SOME GRAPHS WITH n- EDGE MAGIC LABELING Neelam Kumari 1, Seema Mehra 2 Department of mathematics, M. D. University Rohtak (Haryana), India Abstract: In this paper a new labeling known as n-edge magic labeling

More information

Vertex-graceful labelings for some double cycles

Vertex-graceful labelings for some double cycles Vertex-graceful labelings for some double cycles Wai Chee SHIU Department of Mathematics Hong Kong Baptist University. June 28, 2011 Vertex-graceful labelings for some double cycles p. 1/2 Vertex-graceful

More information

Math 776 Graph Theory Lecture Note 1 Basic concepts

Math 776 Graph Theory Lecture Note 1 Basic concepts Math 776 Graph Theory Lecture Note 1 Basic concepts Lectured by Lincoln Lu Transcribed by Lincoln Lu Graph theory was founded by the great Swiss mathematician Leonhard Euler (1707-178) after he solved

More information

Graceful Graphs and Graceful Labelings: Two Mathematical Programming Formulations and Some Other New Results

Graceful Graphs and Graceful Labelings: Two Mathematical Programming Formulations and Some Other New Results Graceful Graphs and Graceful Labelings: Two Mathematical Programming Formulations and Some Other New Results Timothy A. Redl Department of Computational and Applied Mathematics, Rice University, Houston,

More information

arxiv: v1 [math.co] 30 Dec 2013

arxiv: v1 [math.co] 30 Dec 2013 Magic labelings of distance at most 2 arxiv:1312.7633v1 [math.co] 30 Dec 2013 Rinovia Simanjuntak, Mona Elviyenti, Mohammad Nafie Jauhari, Alfan Sukmana Praja, and Ira Apni Purwasih Combinatorial Mathematics

More information

PETERSEN GRAPHS. Anna Benini and Anita Pasotti

PETERSEN GRAPHS. Anna Benini and Anita Pasotti Discussiones Mathematicae Graph Theory 35 (2015) 43 53 doi:10.7151/dmgt.1776 α-labelings OF A CLASS OF GENERALIZED PETERSEN GRAPHS Anna Benini and Anita Pasotti DICATAM - Sezione di Matematica Università

More information

CHAPTER 2. Graphs. 1. Introduction to Graphs and Graph Isomorphism

CHAPTER 2. Graphs. 1. Introduction to Graphs and Graph Isomorphism CHAPTER 2 Graphs 1. Introduction to Graphs and Graph Isomorphism 1.1. The Graph Menagerie. Definition 1.1.1. A simple graph G = (V, E) consists of a set V of vertices and a set E of edges, represented

More information

SUPER (a,d)-edge ANTIMAGIC TOTAL LABELING OF CONNECTED LAMPION GRAPH

SUPER (a,d)-edge ANTIMAGIC TOTAL LABELING OF CONNECTED LAMPION GRAPH SUPER (a,d)-edge ANTIMAGIC TOTAL LABELING OF CONNECTED LAMPION GRAPH Robiatul Adawiyah 13, Dafik 14, Slamin 15 Abstract. A G graph of order p and size q is called an (a,d)-edge antimagic total if there

More information

Mathematics and Statistics, Part A: Graph Theory Problem Sheet 1, lectures 1-4

Mathematics and Statistics, Part A: Graph Theory Problem Sheet 1, lectures 1-4 1. Draw Mathematics and Statistics, Part A: Graph Theory Problem Sheet 1, lectures 1-4 (i) a simple graph. A simple graph has a non-empty vertex set and no duplicated edges. For example sketch G with V

More information

Two Characterizations of Hypercubes

Two Characterizations of Hypercubes Two Characterizations of Hypercubes Juhani Nieminen, Matti Peltola and Pasi Ruotsalainen Department of Mathematics, University of Oulu University of Oulu, Faculty of Technology, Mathematics Division, P.O.

More information

A NOTE ON INCOMPLETE REGULAR TOURNAMENTS WITH HANDICAP TWO OF ORDER n 8 (mod 16) Dalibor Froncek

A NOTE ON INCOMPLETE REGULAR TOURNAMENTS WITH HANDICAP TWO OF ORDER n 8 (mod 16) Dalibor Froncek Opuscula Math. 37, no. 4 (2017), 557 566 http://dx.doi.org/10.7494/opmath.2017.37.4.557 Opuscula Mathematica A NOTE ON INCOMPLETE REGULAR TOURNAMENTS WITH HANDICAP TWO OF ORDER n 8 (mod 16) Dalibor Froncek

More information

Star Decompositions of the Complete Split Graph

Star Decompositions of the Complete Split Graph University of Dayton ecommons Honors Theses University Honors Program 4-016 Star Decompositions of the Complete Split Graph Adam C. Volk Follow this and additional works at: https://ecommons.udayton.edu/uhp_theses

More information

Strong and Semi Strong Outer Mod Sum Graphs

Strong and Semi Strong Outer Mod Sum Graphs Int. Journal of Math. Analysis, Vol. 7, 013, no., 73-83 Strong and Semi Strong Outer Mod Sum Graphs M. Jayalakshmi and B. Sooryanarayana Dept.of Mathematical and Computational Studies Dr.Ambedkar Institute

More information

Discrete Mathematics

Discrete Mathematics Discrete Mathematics Lecturer: Mgr. Tereza Kovářová, Ph.D. tereza.kovarova@vsb.cz Guarantor: doc. Mgr. Petr Kovář, Ph.D. Department of Applied Mathematics, VŠB Technical University of Ostrava About this

More information

Exercise set 2 Solutions

Exercise set 2 Solutions Exercise set 2 Solutions Let H and H be the two components of T e and let F E(T ) consist of the edges of T with one endpoint in V (H), the other in V (H ) Since T is connected, F Furthermore, since T

More information

On vertex types of graphs

On vertex types of graphs On vertex types of graphs arxiv:1705.09540v1 [math.co] 26 May 2017 Pu Qiao, Xingzhi Zhan Department of Mathematics, East China Normal University, Shanghai 200241, China Abstract The vertices of a graph

More information

Vertex Magic Total Labelings of Complete Graphs

Vertex Magic Total Labelings of Complete Graphs AKCE J. Graphs. Combin., 6, No. 1 (2009), pp. 143-154 Vertex Magic Total Labelings of Complete Graphs H. K. Krishnappa, Kishore Kothapalli and V. Ch. Venkaiah Center for Security, Theory, and Algorithmic

More information

Open problems involving super edge-magic labelings and related topics

Open problems involving super edge-magic labelings and related topics Open problems involving super edge-magic labelings and related topics S.C. López 1, F.A. Muntaner-Batle 2 and M. Rius-Font 1 1 Departament de Matemàtica Aplicada 4, Universitat Politècnica de Catalunya,

More information

Module 11. Directed Graphs. Contents

Module 11. Directed Graphs. Contents Module 11 Directed Graphs Contents 11.1 Basic concepts......................... 256 Underlying graph of a digraph................ 257 Out-degrees and in-degrees.................. 258 Isomorphism..........................

More information

Vertex Magic Total Labelings of Complete Graphs 1

Vertex Magic Total Labelings of Complete Graphs 1 Vertex Magic Total Labelings of Complete Graphs 1 Krishnappa. H. K. and Kishore Kothapalli and V. Ch. Venkaiah Centre for Security, Theory, and Algorithmic Research International Institute of Information

More information

Research Article Tree-Antimagicness of Disconnected Graphs

Research Article Tree-Antimagicness of Disconnected Graphs Mathematical Problems in Engineering Volume 2015, Article ID 504251, 4 pages http://dx.doi.org/10.1155/2015/504251 Research Article Tree-Antimagicness of Disconnected Graphs Martin BaIa, 1 Zuzana Kimáková,

More information

Introduction to Graph Theory

Introduction to Graph Theory Introduction to Graph Theory Tandy Warnow January 20, 2017 Graphs Tandy Warnow Graphs A graph G = (V, E) is an object that contains a vertex set V and an edge set E. We also write V (G) to denote the vertex

More information

ON A WEAKER VERSION OF SUM LABELING OF GRAPHS

ON A WEAKER VERSION OF SUM LABELING OF GRAPHS ON A WEAKER VERSION OF SUM LABELING OF GRAPHS IMRAN JAVAID, FARIHA KHALID, ALI AHMAD and M. IMRAN Communicated by the former editorial board In this paper, we introduce super weak sum labeling and weak

More information

Double Vertex Graphs and Complete Double Vertex Graphs. Jobby Jacob, Wayne Goddard and Renu Laskar Clemson University April, 2007

Double Vertex Graphs and Complete Double Vertex Graphs. Jobby Jacob, Wayne Goddard and Renu Laskar Clemson University April, 2007 Double Vertex Graphs and Complete Double Vertex Graphs Jobby Jacob, Wayne Goddard and Renu Laskar Clemson University April, 2007 Abstract Let G = (V, E) be a graph of order n 2. The double vertex graph,

More information

r=1 The Binomial Theorem. 4 MA095/98G Revision

r=1 The Binomial Theorem. 4 MA095/98G Revision Revision Read through the whole course once Make summary sheets of important definitions and results, you can use the following pages as a start and fill in more yourself Do all assignments again Do the

More information

Research Article Harmonious Properties of Uniform k-distant Trees

Research Article Harmonious Properties of Uniform k-distant Trees Chinese Mathematics Volume 013, Article ID 75451, 4 pages http://dx.doi.org/10.1155/013/75451 Research Article Harmonious Properties of Uniform k-distant Trees M. Murugan School of Science, Tamil Nadu

More information

Living with the Labeling Disease for 25 years. Joe Gallian University of Minnesota Duluth

Living with the Labeling Disease for 25 years. Joe Gallian University of Minnesota Duluth Living with the Labeling Disease for 25 years Joe Gallian University of Minnesota Duluth My background PhD in finite groups 1971 Did not know definition of graph when I stated at UMD 1972 Backed into graph

More information

Algorithm to Construct Super Vertex Magic Total Labeling of Complete Graphs

Algorithm to Construct Super Vertex Magic Total Labeling of Complete Graphs Algorithm to Construct Super Vertex Magic Total Labeling of Complete Graphs Krishnappa H K 1, N K Srinath 2 and S Manjunath 3 1 Assistant Professor, Dept. of CSE, RVCE., Bangalore, India. 2 Professor,

More information

Winning Positions in Simplicial Nim

Winning Positions in Simplicial Nim Winning Positions in Simplicial Nim David Horrocks Department of Mathematics and Statistics University of Prince Edward Island Charlottetown, Prince Edward Island, Canada, C1A 4P3 dhorrocks@upei.ca Submitted:

More information

On the Graceful Cartesian Product of Alpha-Trees

On the Graceful Cartesian Product of Alpha-Trees Theory and Applications of Graphs Volume 4 Issue 1 Article 3 017 On the Graceful Cartesian Product of Alpha-Trees Christian Barrientos Clayton State University, chr_barrientos@yahoo.com Sarah Minion Clayton

More information

NEIGHBOURHOOD SUM CORDIAL LABELING OF GRAPHS

NEIGHBOURHOOD SUM CORDIAL LABELING OF GRAPHS NEIGHBOURHOOD SUM CORDIAL LABELING OF GRAPHS A. Muthaiyan # and G. Bhuvaneswari * Department of Mathematics, Government Arts and Science College, Veppanthattai, Perambalur - 66, Tamil Nadu, India. P.G.

More information

Notes on metric spaces and topology. Math 309: Topics in geometry. Dale Rolfsen. University of British Columbia

Notes on metric spaces and topology. Math 309: Topics in geometry. Dale Rolfsen. University of British Columbia Notes on metric spaces and topology Math 309: Topics in geometry Dale Rolfsen University of British Columbia Let X be a set; we ll generally refer to its elements as points. A distance function, or metric

More information

Assignment 4 Solutions of graph problems

Assignment 4 Solutions of graph problems Assignment 4 Solutions of graph problems 1. Let us assume that G is not a cycle. Consider the maximal path in the graph. Let the end points of the path be denoted as v 1, v k respectively. If either of

More information

Introduction III. Graphs. Motivations I. Introduction IV

Introduction III. Graphs. Motivations I. Introduction IV Introduction I Graphs Computer Science & Engineering 235: Discrete Mathematics Christopher M. Bourke cbourke@cse.unl.edu Graph theory was introduced in the 18th century by Leonhard Euler via the Königsberg

More information

Vertex-Colouring Edge-Weightings

Vertex-Colouring Edge-Weightings Vertex-Colouring Edge-Weightings L. Addario-Berry a, K. Dalal a, C. McDiarmid b, B. A. Reed a and A. Thomason c a School of Computer Science, McGill University, University St. Montreal, QC, H3A A7, Canada

More information

Adjacent: Two distinct vertices u, v are adjacent if there is an edge with ends u, v. In this case we let uv denote such an edge.

Adjacent: Two distinct vertices u, v are adjacent if there is an edge with ends u, v. In this case we let uv denote such an edge. 1 Graph Basics What is a graph? Graph: a graph G consists of a set of vertices, denoted V (G), a set of edges, denoted E(G), and a relation called incidence so that each edge is incident with either one

More information

Seema Mehra, Neelam Kumari Department of Mathematics Maharishi Dayanand University Rohtak (Haryana), India

Seema Mehra, Neelam Kumari Department of Mathematics Maharishi Dayanand University Rohtak (Haryana), India International Journal of Scientific & Engineering Research, Volume 5, Issue 10, October-014 119 ISSN 9-5518 Some New Families of Total Vertex Product Cordial Labeling Of Graphs Seema Mehra, Neelam Kumari

More information

Math 778S Spectral Graph Theory Handout #2: Basic graph theory

Math 778S Spectral Graph Theory Handout #2: Basic graph theory Math 778S Spectral Graph Theory Handout #: Basic graph theory Graph theory was founded by the great Swiss mathematician Leonhard Euler (1707-178) after he solved the Königsberg Bridge problem: Is it possible

More information

PACKING DIGRAPHS WITH DIRECTED CLOSED TRAILS

PACKING DIGRAPHS WITH DIRECTED CLOSED TRAILS PACKING DIGRAPHS WITH DIRECTED CLOSED TRAILS PAUL BALISTER Abstract It has been shown [Balister, 2001] that if n is odd and m 1,, m t are integers with m i 3 and t i=1 m i = E(K n) then K n can be decomposed

More information

Graceful Labeling for Cycle of Graphs

Graceful Labeling for Cycle of Graphs International Journal of Mathematics Research. ISSN 0976-5840 Volume 6, Number (014), pp. 173 178 International Research Publication House http://www.irphouse.com Graceful Labeling for Cycle of Graphs

More information

Math 443/543 Graph Theory Notes

Math 443/543 Graph Theory Notes Math 443/543 Graph Theory Notes David Glickenstein September 3, 2008 1 Introduction We will begin by considering several problems which may be solved using graphs, directed graphs (digraphs), and networks.

More information

Extremal Graph Theory: Turán s Theorem

Extremal Graph Theory: Turán s Theorem Bridgewater State University Virtual Commons - Bridgewater State University Honors Program Theses and Projects Undergraduate Honors Program 5-9-07 Extremal Graph Theory: Turán s Theorem Vincent Vascimini

More information

Symmetric Product Graphs

Symmetric Product Graphs Rochester Institute of Technology RIT Scholar Works Theses Thesis/Dissertation Collections 5-20-2015 Symmetric Product Graphs Evan Witz Follow this and additional works at: http://scholarworks.rit.edu/theses

More information

Super edge-magic total labeling of subdivided stars

Super edge-magic total labeling of subdivided stars Super edge-magic total labeling of subdivided stars K. Ali 1, M. Hussain 1, H. Shaker 1, M. Javaid, 1 Department of Mathematical Sciences, COMSATS Institute of Information Technology, Lahore, Pakistan

More information

Distance Magic Labeling and Two Products of Graphs

Distance Magic Labeling and Two Products of Graphs Graphs and Combinatorics (2015) 31:1125 1136 DOI 10.1007/s00373-014-1455-8 ORIGINAL PAPER Distance Magic Labeling and Two Products of Graphs Marcin Anholcer Sylwia Cichacz Iztok Peterin Aleksandra Tepeh

More information

Vertex-magic labeling of non-regular graphs

Vertex-magic labeling of non-regular graphs AUSTRALASIAN JOURNAL OF COMBINATORICS Volume 46 (00), Pages 73 83 Vertex-magic labeling of non-regular graphs I. D. Gray J. A. MacDougall School of Mathematical and Physical Sciences The University of

More information

On the total edge irregularity strength of hexagonal grid graphs

On the total edge irregularity strength of hexagonal grid graphs AUSTRALASIAN JOURNAL OF COMBINATORICS Volume 5 (01), Pages 6 71 On the total edge irregularity strength of hexagonal grid graphs O Al-Mushayt Ali Ahmad College of Computer Sciences & Information Systems

More information

CMSC Honors Discrete Mathematics

CMSC Honors Discrete Mathematics CMSC 27130 Honors Discrete Mathematics Lectures by Alexander Razborov Notes by Justin Lubin The University of Chicago, Autumn 2017 1 Contents I Number Theory 4 1 The Euclidean Algorithm 4 2 Mathematical

More information

1. a graph G = (V (G), E(G)) consists of a set V (G) of vertices, and a set E(G) of edges (edges are pairs of elements of V (G))

1. a graph G = (V (G), E(G)) consists of a set V (G) of vertices, and a set E(G) of edges (edges are pairs of elements of V (G)) 10 Graphs 10.1 Graphs and Graph Models 1. a graph G = (V (G), E(G)) consists of a set V (G) of vertices, and a set E(G) of edges (edges are pairs of elements of V (G)) 2. an edge is present, say e = {u,

More information

Discrete mathematics , Fall Instructor: prof. János Pach

Discrete mathematics , Fall Instructor: prof. János Pach Discrete mathematics 2016-2017, Fall Instructor: prof. János Pach - covered material - Lecture 1. Counting problems To read: [Lov]: 1.2. Sets, 1.3. Number of subsets, 1.5. Sequences, 1.6. Permutations,

More information

SPERNER S LEMMA MOOR XU

SPERNER S LEMMA MOOR XU SPERNER S LEMMA MOOR XU Abstract. Is it possible to dissect a square into an odd number of triangles of equal area? This question was first answered by Paul Monsky in 970, and the solution requires elements

More information

The Structure of Bull-Free Perfect Graphs

The Structure of Bull-Free Perfect Graphs The Structure of Bull-Free Perfect Graphs Maria Chudnovsky and Irena Penev Columbia University, New York, NY 10027 USA May 18, 2012 Abstract The bull is a graph consisting of a triangle and two vertex-disjoint

More information

Component Connectivity of Generalized Petersen Graphs

Component Connectivity of Generalized Petersen Graphs March 11, 01 International Journal of Computer Mathematics FeHa0 11 01 To appear in the International Journal of Computer Mathematics Vol. 00, No. 00, Month 01X, 1 1 Component Connectivity of Generalized

More information

Magic rectangle sets of odd order

Magic rectangle sets of odd order AUSTRALASIAN JOURNAL OF COMBINATORICS Volume 67(2) (2017), Pages 345 351 Magic rectangle sets of odd order Dalibor Froncek Department of Mathematics and Statistics University of Minnesota Duluth Duluth,

More information

MC 302 GRAPH THEORY 10/1/13 Solutions to HW #2 50 points + 6 XC points

MC 302 GRAPH THEORY 10/1/13 Solutions to HW #2 50 points + 6 XC points MC 0 GRAPH THEORY 0// Solutions to HW # 0 points + XC points ) [CH] p.,..7. This problem introduces an important class of graphs called the hypercubes or k-cubes, Q, Q, Q, etc. I suggest that before you

More information

Number Theory and Graph Theory

Number Theory and Graph Theory 1 Number Theory and Graph Theory Chapter 6 Basic concepts and definitions of graph theory By A. Satyanarayana Reddy Department of Mathematics Shiv Nadar University Uttar Pradesh, India E-mail: satya8118@gmail.com

More information

FRUCHT S THEOREM FOR THE DIGRAPH FACTORIAL

FRUCHT S THEOREM FOR THE DIGRAPH FACTORIAL Discussiones Mathematicae Graph Theory 33 (2013) 329 336 doi:10.7151/dmgt.1661 FRUCHT S THEOREM FOR THE DIGRAPH FACTORIAL Richard H. Hammack Department of Mathematics and Applied Mathematics Virginia Commonwealth

More information

Lemma (x, y, z) is a Pythagorean triple iff (y, x, z) is a Pythagorean triple.

Lemma (x, y, z) is a Pythagorean triple iff (y, x, z) is a Pythagorean triple. Chapter Pythagorean Triples.1 Introduction. The Pythagorean triples have been known since the time of Euclid and can be found in the third century work Arithmetica by Diophantus [9]. An ancient Babylonian

More information

Heffter Arrays: Biembeddings of Cycle Systems on Surfaces

Heffter Arrays: Biembeddings of Cycle Systems on Surfaces Heffter Arrays: Biembeddings of Cycle Systems on Surfaces by Jeff Dinitz* University of Vermont and Dan Archdeacon (University of Vermont) Tom Boothby (Simon Fraser University) Our goal is to embed the

More information

International Journal of Pure and Applied Mathematics

International Journal of Pure and Applied Mathematics Volume 115 No. 9 017, 363-375 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu EVEN VERTEX MAGIC TOTAL LABELING C.T. NAGARAJ Research Scholar, Department

More information

Vertex-magic Labeling of Regular Graphs: Disjoint Unions and Assemblages

Vertex-magic Labeling of Regular Graphs: Disjoint Unions and Assemblages Vertex-magic Labeling of Regular Graphs: Disjoint Unions and Assemblages I. D. Gray and J. A. MacDougall School of Mathematical and Physical Sciences The University of Newcastle NSW 38 Australia jim.macdougall@newcastle.edu.au

More information

Definition For vertices u, v V (G), the distance from u to v, denoted d(u, v), in G is the length of a shortest u, v-path. 1

Definition For vertices u, v V (G), the distance from u to v, denoted d(u, v), in G is the length of a shortest u, v-path. 1 Graph fundamentals Bipartite graph characterization Lemma. If a graph contains an odd closed walk, then it contains an odd cycle. Proof strategy: Consider a shortest closed odd walk W. If W is not a cycle,

More information

VERTEX-MAGIC TOTAL LABELINGS OF DISCONNECTED GRAPHS

VERTEX-MAGIC TOTAL LABELINGS OF DISCONNECTED GRAPHS Journal of Prime Research in Mathematics Vol. (006), 147-156 VERTEX-MAGIC TOTAL LABELINGS OF DISCONNECTED GRAPHS SLAMIN 1,, A.C. PRIHANDOKO 1, T.B. SETIAWAN 1, F. ROSITA 1, B. SHALEH 1 Abstract. Let G

More information

Math 443/543 Graph Theory Notes

Math 443/543 Graph Theory Notes Math 443/543 Graph Theory Notes David Glickenstein September 8, 2014 1 Introduction We will begin by considering several problems which may be solved using graphs, directed graphs (digraphs), and networks.

More information

Balanced Degree-Magic Labelings of Complete Bipartite Graphs under Binary Operations

Balanced Degree-Magic Labelings of Complete Bipartite Graphs under Binary Operations Iranian Journal of Mathematical Sciences and Informatics Vol. 13, No. 2 (2018), pp 1-13 DOI: 10.7508/ijmsi.2018.13.001 Balanced Degree-Magic Labelings of Complete Bipartite Graphs under Binary Operations

More information

AMO - Advanced Modeling and Optimization, Volume 16, Number 2, 2014 PRODUCT CORDIAL LABELING FOR SOME BISTAR RELATED GRAPHS

AMO - Advanced Modeling and Optimization, Volume 16, Number 2, 2014 PRODUCT CORDIAL LABELING FOR SOME BISTAR RELATED GRAPHS AMO - Advanced Modeling and Optimization, Volume 6, Number, 4 PRODUCT CORDIAL LABELING FOR SOME BISTAR RELATED GRAPHS S K Vaidya Department of Mathematics, Saurashtra University, Rajkot-6 5, GUJARAT (INDIA).

More information

arxiv: v1 [math.ho] 7 Nov 2017

arxiv: v1 [math.ho] 7 Nov 2017 An Introduction to the Discharging Method HAOZE WU Davidson College 1 Introduction arxiv:1711.03004v1 [math.ho] 7 Nov 017 The discharging method is an important proof technique in structural graph theory.

More information

Graphs (MTAT , 6 EAP) Lectures: Mon 14-16, hall 404 Exercises: Wed 14-16, hall 402

Graphs (MTAT , 6 EAP) Lectures: Mon 14-16, hall 404 Exercises: Wed 14-16, hall 402 Graphs (MTAT.05.080, 6 EAP) Lectures: Mon 14-16, hall 404 Exercises: Wed 14-16, hall 402 homepage: http://courses.cs.ut.ee/2012/graafid (contains slides) For grade: Homework + three tests (during or after

More information

Research Article On (a, 1)-Vertex-Antimagic Edge Labeling of Regular Graphs

Research Article On (a, 1)-Vertex-Antimagic Edge Labeling of Regular Graphs Applied Mathematics Volume 015, Article ID 30616, 7 pages http://dxdoiorg/101155/015/30616 Research Article On (a, 1)-Vertex-Antimagic Edge Labeling of Regular Graphs Martin BaIa, 1 Andrea SemaniIová-Fe^ovIíková,

More information

Edge-magic total labelings

Edge-magic total labelings Edge-magic total labelings W. D. Wallis* Department of Mathematics Southern Illinois University, USA e-mail: wdwallis@math.siu. edu Edy T. Baskoro Department of Mathematics Institut Teknologi Bandung,

More information

Variation of Graceful Labeling on Disjoint Union of two Subdivided Shell Graphs

Variation of Graceful Labeling on Disjoint Union of two Subdivided Shell Graphs Annals of Pure and Applied Mathematics Vol. 8, No., 014, 19-5 ISSN: 79-087X (P), 79-0888(online) Published on 17 December 014 www.researchmathsci.org Annals of Variation of Graceful Labeling on Disjoint

More information

On Sequential Topogenic Graphs

On Sequential Topogenic Graphs Int. J. Contemp. Math. Sciences, Vol. 5, 2010, no. 36, 1799-1805 On Sequential Topogenic Graphs Bindhu K. Thomas, K. A. Germina and Jisha Elizabath Joy Research Center & PG Department of Mathematics Mary

More information

Edge Colorings of Complete Multipartite Graphs Forbidding Rainbow Cycles

Edge Colorings of Complete Multipartite Graphs Forbidding Rainbow Cycles Theory and Applications of Graphs Volume 4 Issue 2 Article 2 November 2017 Edge Colorings of Complete Multipartite Graphs Forbidding Rainbow Cycles Peter Johnson johnspd@auburn.edu Andrew Owens Auburn

More information

γ(ɛ) (a, b) (a, d) (d, a) (a, b) (c, d) (d, d) (e, e) (e, a) (e, e) (a) Draw a picture of G.

γ(ɛ) (a, b) (a, d) (d, a) (a, b) (c, d) (d, d) (e, e) (e, a) (e, e) (a) Draw a picture of G. MAD 3105 Spring 2006 Solutions for Review for Test 2 1. Define a graph G with V (G) = {a, b, c, d, e}, E(G) = {r, s, t, u, v, w, x, y, z} and γ, the function defining the edges, is given by the table ɛ

More information

Module 7. Independent sets, coverings. and matchings. Contents

Module 7. Independent sets, coverings. and matchings. Contents Module 7 Independent sets, coverings Contents and matchings 7.1 Introduction.......................... 152 7.2 Independent sets and coverings: basic equations..... 152 7.3 Matchings in bipartite graphs................

More information

Line Graphs and Circulants

Line Graphs and Circulants Line Graphs and Circulants Jason Brown and Richard Hoshino Department of Mathematics and Statistics Dalhousie University Halifax, Nova Scotia, Canada B3H 3J5 Abstract The line graph of G, denoted L(G),

More information

Mean, Odd Sequential and Triangular Sum Graphs

Mean, Odd Sequential and Triangular Sum Graphs Circulation in Computer Science Vol.2, No.4, pp: (40-52), May 2017 https://doi.org/10.22632/ccs-2017-252-08 Mean, Odd Sequential and Triangular Sum Graphs M. A. Seoud Department of Mathematics, Faculty

More information

Discharging and reducible configurations

Discharging and reducible configurations Discharging and reducible configurations Zdeněk Dvořák March 24, 2018 Suppose we want to show that graphs from some hereditary class G are k- colorable. Clearly, we can restrict our attention to graphs

More information

Point-Set Topology 1. TOPOLOGICAL SPACES AND CONTINUOUS FUNCTIONS

Point-Set Topology 1. TOPOLOGICAL SPACES AND CONTINUOUS FUNCTIONS Point-Set Topology 1. TOPOLOGICAL SPACES AND CONTINUOUS FUNCTIONS Definition 1.1. Let X be a set and T a subset of the power set P(X) of X. Then T is a topology on X if and only if all of the following

More information