How Many Ways Can You Divide Zero?

Size: px
Start display at page:

Download "How Many Ways Can You Divide Zero?"

Transcription

1 How Many Ways Can You Divide Zero? Katherine Benson, Louis Cruz, Yesenia Cruz Rosado, Melissa Tolley, Bryant Watkins Abstract Let Σ(R) be the graph whose vertices are the nonzero zero divisors of a ring R and whose edges are pairs {u, v} where u v and u + v is a zero divisor. We explore basic properties of sum graphs including degree, planarity, coloring, cycles, and isomorphisms by studying examples and finding various patterns. 1 Introduction A graph is a mathematical structure consisting of points joined by lines. There are thousands of problems related to computer science that can be modeled by graphs, so the growth of computer use over the past 40 years has led to a corresponding development in graph theory. In this paper we focus on sum graphs. In essence, these are graphs whose vertices can be represented as a set S of positive integers, and have the property that vertex i and vertex j are adjacent if and only if i + j is in S. Apart from giving rise to combinatorial problems, sum graphs are fascinating in their own right. They have potential applications in data compression, specifically compressed storage of graphs in memory. Ring Theory Preliminaries In order to understand our work with sum graphs, some ring definitions are helpful. Definition.1. A ring is a nonempty set R with two binary operations, + and satisfying: (R, +) is an abelian group. (R, ) is associative, commutative, and has an identity of 1. For all a, b, c R, the distributive law a (b + c) = (a b) + (a c) holds. 1

2 We work with the set Z n = {0, 1,, n 1}, which is a ring with respect to addition and multiplication modulo n. For convenience of notation we often omit the overhead bars. Definition.. An integral domain is a ring R such that a, b R and ab = 0 implies that either a = 0 or b = 0. Equivalently, a 0 and b 0 implies that ab 0. Definition.3. In a ring R, a zero divisor is an element c R such that there exists x R, x 0 where cx = 0. Clearly 0 R is always a zero divisor. We denote the set of zero divisors by Z(R), and we let Z(R) = Z(R) {0} denote the set of nonzero zero divisors. Theorem.4. [4, Theorem 19.3] In the ring Z n, the nonzero zero divisors are precisely those nonzero elements that are not relatively prime to n. Other than zero divisors, another important class of elements are units, which are helpful and key elements in our work. Definition.5. A unit is an element u R that has a multiplicative inverse in R. That is, there exists v R such that uv = 1. Theorem.6. Let R be a finite ring. Then every element of R is either a zero divisor or a unit. In particular, every element of Z n is either a zero divisor or a unit. Theorem.7. (Chinese Remainder Theorem)[5, Corollary.6] If m = p k 1 1 p kt t (k i > 0; p i distinct primes), then Z m = Zp k 1 1 Z k p t. t 3 Graph Theory Preliminaries Our work is based on a graph-theoretic approach of studying zero divisors. Therefore, some basic definitions from graph theory are helpful. Definition 3.1. A graph G consists of a vertex set V (G), an edge set E(G), and an association to each edge, e E(G), of two vertices called the endpoints of e. Definition 3.. The complement of a graph G, denoted Ḡ, is the graph whose vertex set is V (G) but for which {x, y} E(Ḡ) if and only if {x, y} / E(G) An adjacent vertex of a vertex v in a graph is a vertex that is connected to v by an edge. The neighborhood of a vertex v, denoted N(v), is the set of all vertices adjacent to v. An edge is incident at a vertex if that vertex is one of its endpoints. The degree of a vertex v is the number of edges incident at it, denoted deg(v). A dominating vertex is a vertex in a graph that is adjacent to every other vertex of G.

3 Definition 3.3. An vertices. independent set in a graph is a set of pairwise nonadjacent Definition 3.4. A clique in a graph is a set of pairwise, adjacent vertices. Definition 3.5. The complete graph on n vertices, denoted K n, is a graph such that each pair of distinct vertices is adjacent. Definition 3.6. A graph G is bipartite if V (G) is the union of two disjoint independent sets called partite sets of G. The complete bipartite graph, denoted K n,m, is a bipartite graph whose independent sets have size n and m, respectively, and has the maximum number of edges possible. 3.1 Sum Graphs We focus our research on sum graphs. Definition 3.7. Let R be a ring. Define the sum graph Σ(R) as follows: V (Σ(R)) = Z(R) ; {x, y} E(Σ(R)) x + y Z(R). 4 Degrees Based on examples of sum graphs we can see patterns that lead to some interesting propositions. In this section we focus on propositions that deal with the degrees of vertices in sum graphs. Proposition 4.1. Let R = Z p e 1 1 Z p er r, where max {e 1,..., e r } and n = V (Σ(R)). Then (Σ(R)) = n 1. Proof. Let R and n be as above. Suppose that e 1 > 1. Consider x = (p 1, 0..., 0) V (Σ(R)). Now take another vertex y = (b 1, b,..., b r ). As y V (Σ(R)) at least one b j = cp j, c Z. If j = 1, then x + y = (p 1 (1 + c), b,..., b r ) This implies that x + y V (Σ(R)). Now if j > 1, then x + y = (p 1 + b 1, b,..., b j 1, cp j, b j+1,..., b r ). This implies that x + y V (Σ(R)). Therefore x is adjacent to all other vertices in Σ(R). This implies that deg(x) = n 1. Therefore (Σ(R)) = n 1 3

4 Proposition 4.. Let R = Z p1 Z pr, where p i p i+1, p i prime for 1 i r and n = V (Σ(R)). Then, (Σ(R)) = n ( r 1 i=1 (p i 1)) 1. Proof. Let p i and R be as above. Let w = (0,..., 0, 1) V (Σ(R)). Then the degree of w is n minus the number of vertices that are not adjacent to w, minus one. Now take x V (Σ(R)) a vertex that is not adjacent to w; this implies that x = (u 1,..., u r 1, 0), where u i is a unit in Z pi, 1 i r 1. Thus there are exactly r 1 i=1 (p i 1) vertices not adjacent to w. This implies that deg(w) = n ( r 1 i=1 (p 1)) 1. Now take y = (y 1,..., y r ) V (Σ(R)). Let J = {i y i 0}. Let z = (z 1,..., z r ) V (Σ(R)) not adjacent to y. This implies that z i 0 for i / J and z j y j for j J. As z V (Σ(R)), z j = 0 for some j J. Let T = {z such that z is not adjacent to y}. Take T j T, T j = {z T z j = 0}. Then, T T j = k j (p k 1). This implies that deg(y) n ( k j (p k 1)) 1 deg(w). Therefore (Σ(R)) = n ( r 1 s=1 (p s 1)) 1 Proposition 4.3. Σ(Z n ) is a complete graph n = p r where p is prime and r Proof. ( ) Suppose n = p r where p is prime. The vertices of Σ(Z p r) are multiples of p so any vertex in the sum graph can be written in the form v i = kp for some k N. Then v 1 + v = k 1 p + k p = (k 1 + k )p. Since any multiple of p is in V (Σ(Z p r)), then v i, v j V (Σ(Z p r)) i, j N. ( ) Let Σ(Z n ) be a complete graph and suppose n = p e 1 1 p e... p er r,p i distinct primes and r. Then by the Chinese Remainder Theorem, Z n = Zp e 1 1 Z p e... Z p er Suppose v 1, v V (Σ(Z n )), v 1 = (1, 0,..., 0) and v = (0, 1,..., 1). Then v 1 + v must have a zero divisor in one coordinate in order for there to be an edge between them, but v 1 + v = (1,..., 1) and 1 is a unit in Z pi 1 i r. This means that there is no edge between v 1 and v, which is a contradiction. r. Proposition 4.4. In Z n, let n = p 1 p where p i is prime and p 1 < p. The vertices with maximum degree will be of the form v = kp 1 k N. Proof. The number of vertices in the neighborhood of p 1 is equal to n p 1 = p and the size of the neighborhood of p is equal to p 1. Because p i is only adjacent to the vertices of the form v = kp i k N, N(p i ) = N(kp i ) [3]. Since p 1 < p, p > p 1 so N(p 1 ) > N(p ). This means that any vertex of the form v = kp 1 k N, will have maximum degree. 4

5 e Proposition 4.5. In Z n, let n = p 1 e 1 p e... p r r where p i is prime, e i > 1 for some i, r and p 1 < p <... < p r. The vertices with maximum degree will be of the form v = kp 1 p... p r k N. Proof. If we let v = kp 1 p r, then v will be adjacent to every vertex in the sum graph because it is a multiple of all the p i and v n. If w is not of the form kp 1 p r, then there exists p i such that p i w. Then it is not adjacent to vertices of the form w = tp i t N. So v is a dominating vertex if and only if v is a multiple of all p i. 5 Connectedness Lemma 5.1. Let R 1,..., R r be rings and R = R 1 R r. Then for any i, 1 i r the set of vertices of Σ(R) with zero in the i th coordinate forms a clique. Proof. Let R = R 1 R r be a ring with S the set of all vertices with 0 in the i th coordinate. Let a, b S. Then, a + b will also have a zero in the i th coordinate and thus a + b S. Therefore, S is a clique. Theorem 5.. Let R = R 1 R where each R i is an integral domain. Then Σ(R) is disconnected and is the union of two cliques with respective size R 1 1 and R 1. Proof. Since R 1 and R are integral domains, R 1 and R have no nonzero zero divisors. Thus Z(R) = S 1 S where S 1 = {(a, 0) : a 0} and S = {(0, b) : b 0}. By Lemma 5.1 S 1 and S are cliques. To show that Σ(R) is disconnected, suppose there exist adjacent vertices (a, 0) and (0, b). It follows that (a, 0) + (0, b) = (a, b) Z(R). Since R 1 and R are integral domains, nonzero zero divisors take the form (a, 0) or (0, b). Therefore (a, b) / Z(R), and thus S 1 and S are connected components of Σ(R). Now we need to show S 1 = R 1 1 and S = R 1. Every vertex in S 1 is of the form (a, 0). There are R 1 choices for a, but 0 R 1, and (0, 0) / S 1. So there are R 1 1 vertices in S 1. Similarly, there are R 1 vertices in S. Proposition 5.3. Let R = R 1 R R r where each R i is a ring and R 1 = n 1,..., R r = n r. If r 3, then diam(σ(r)). In particular, Σ(R) is connected. Proof. We give a proof in the case r = 3; the general case follows similarly. Let r = 3, so R = R 1 R R 3 and let x, y Z(R) be distinct vertices where x = (a 1, a, a 3 ) and y = (b 1, b, b 3 ). If x y then d(x, y) = 1. Suppose x y. In order for d(x, y), there must be a z V (Z(R)) such that x z y. 5

6 Choose z = ( a 1, 0, b 3 ). If x = z or y = z, then d(x, y) = 1. Now assume z x and z y. If a 1 0 or b 3 0, then x z y. If a 1 = 0 and b 3 = 0, x = (0, a, a 3 ) and y = (b 1, b, 0). Now we can choose z = (0, 1, 0) such that x z y and d(x, y) =. Therefore, when r = 3, diam(r). 6 Isolated and Pendant Vertices Proposition 6.1. Let R = Z Z p, p prime, then Σ(R) is the disjoint union of a clique and an isolated vertex. Proof. Since and p are primes we know that V (R) = {(1, 0)} {(0, b) : b 0 Z p }. Also all the vertices of the form (0, b) such that b Z p are pairwise adjacent; therefore, they form a clique. The sum (1, 0) + (0, b) gives us a unit (1, b), therefore (1, b) / V (Z(R)). Hence Σ(R) is the disjoint union of a clique and the isolated vertex, (1, 0). Proposition 6.. Let R = Z 3 Z p, p 3 prime, then Σ(R) contains pendant vertices, namely (1, 0) and (, 0). Proof. Since 3 and p are primes we know that V (R) = {(1, 0), (, 0)} {(0, b) : b 0 Z p }. Also all the vertices of the form (0, b) are pairwise adjacent, therefore they form a clique. The sum (a, 0) + (0, b) where b Z p and a Z 3 gives us units (, b) or (1, b), b Z p, therefore (, b) and (1, b) / V (Z(R)). But (, 0) + (1, 0) V (Z(R)), so (1, 0) and (, 0) are adjacent pendant vertices and are not adjacent to any of the vertices of the clique. Proposition 6.3. Let R = Z Z p, where p is prime. Then Σ(R) is a star with V (R) 1 pendant vertices. Proof. By Proposition 6.1 we know that the vertex (1, 0) is an isolated vertex in the sum graph Σ(Z Z p ) where p is a prime, and that the rest of the vertices are pairwise adjacent. Therefore, in the complement of the sum graph we have that the vertex (1, 0) is adjacent to the rest of the vertices. Hence there are V (R) 1 pendant vertices. Proposition 6.4. Let R = Z 3 Z p, p 3 prime, then Σ(R) contains vertices of degree V (R) and the rest of the vertices are of degree. 6

7 Proof. By Proposition 6. we know that the vertices (1, 0) and (, 0) are pendant vertices in the sum graph Σ(Z Z p ) where p 3 is a prime, and that the rest of the vertices are pairwise adjacent. Therefore, in the complement of the sum graph we have that the vertex (1, 0) is adjacent to the rest of the vertices except (, 0). The same situation holds for the vertex (, 0). Hence there are V (R) vertices of degree and vertices of degree V (R). Proposition 6.5. Let R = Z p1 Z pr, where r 3 and p i is prime, 1 i r. Then Σ(R) and Σ(R) do not contain isolated vertices. Proof. Let n = V (Σ(R)). We will first examine Σ(R). By Proposition 5.3 we know that Σ(R) is connected therefore, it does not have an isolated vertex. Now, by Proposition 4., we know that the max degree is given by n ( r 1 s=1 (p s 1)) 1 but since p i for all i, we know that the maximum degree of Σ(R) is at most n therefore none of the vertices are isolated in Σ(R). Proposition 6.6. Let R = Z m1 Z mr Z p n, where m i, n, r N and p is a prime. Then Σ(R) has at least one isolated vertex given by v 0 = (0 1, 0,, 0 r, p n 1 ). Proof. We prove this by contradiction. Let R and v 0 be as above. Now suppose that v 0 is not a dominating vertex in Σ(R), which implies there exists v V (Σ(R)) such that v 0 + v = v 1 where v 1 = (u 1, u,, u r, u r+1 ) with u j is a unit for 1 j r + 1. Hence v = (u 1, u,, u r, u r+1 p n 1 ). Since u r+1 is a unit in Z p n, p u r+1 and p n 1 p n, therefore we have that p u r+1 p n 1. This implies that u r+1 p n 1 is a unit in Z p n and therefore v / V (Σ(R)) which is a contradiction. Hence v 0 is a dominating vertex of Σ(R) and an isolated vertex in the complement Σ(R). 7 Coloring Definition 7.1. Let G be a graph. A k coloring of G is a map f : V (G) {1,,, k} = [k]. A k-coloring is called proper if adjacent vertices are assigned different colors. G is called k colorable if there exists a proper k-coloring. The chromatic number of G is denoted by χ(g) and is given by χ(g) = min{k : G is k-colorable}. Lemma 7.. For any graph G, χ(g) ω(g). 7

8 Proposition 7.3. Let R = Z 3 Z p, p prime, then χ(σ(r)) = p 1. Proof. By Proposition 6. we know that the Σ(R) is a disjoint union of a clique with p 1 vertices and a single edge. Therefore χ(σ(r)) p 1. In a proper coloring of Σ(R), p 1 distinct colors must be used on the clique, but any two distinct colors used there can be used to color the remaining vertices. Hence χ(σ(r)) = p 1. Proposition 7.4. Let R = Z Z p, p prime, then χ(σ(r)) = p 1. Proof. By Proposition 6.1 we know that the Σ(R) is a disjoint union of a clique with p 1 vertices and a vertex. Therefore χ(σ(r)) p 1. In a proper coloring of Σ(R), p 1 distinct colors must be used on the clique, but any color can be used to color the remaining vertex. Hence χ(σ(r)) = p 1. Proposition 7.5. Let R = Z p Z p, p prime, then χ(σ(r)) = p 1. Proof. We know Σ(R) is a graph composed of two components that are cliques, since p is prime each clique contains p 1 vertices and therefore we need at least p 1 colors for a proper coloring. Since the two cliques are disjoint we have that χ(σ(r)) = p 1. By studying the complement graphs of the results just mentioned, we are able to see some patterns that led us to the following general proposition. Proposition 7.6. Let G be a graph which is the disjoint union of two cliques. Then χ(g) =. Proof. Let G be a graph which is the disjoint union of two cliques. Then G is complete bipartite since nonedges become edges and vice versa. Now since V (G) consists of two independent sets, S 1 and S, we can assign each vertex in S i the same color. Now since all the vertices in S are adjacent to those in S 1, in order to obtain a proper coloring we need at least two colors. Hence, χ(g) =. 8 Planarity Definition 8.1. A graph G is planar if G can be drawn in the plane with no edge crossings. Definition 8.. An elementary subdivision of a graph G is a graph obtained by splitting an edge of G. Two graphs are homeomorphic if one can be obtained from the other by elementary subdivisions. 8

9 Figure 1: K 5 and K 3,3 Theorem 8.3. (Kuratowski s Theorem) A graph G is planar if and only if G contains no subgraph homeomorphic to K 5 or K 3,3 See Figure 1. [] Proposition 8.4. Let R = Z n Z m. If max{n, m} 6, Σ(R) is nonplanar. Proof. The set of nonzero zero divisors includes S 1 = {(a, 0) : a 0} and S = {(0, b) : b 0}. The order of S 1 is n 1. Similarly, there are m 1 vertices in S. Without loss of generality, assume n m. Therefore, S 1 has more vertices than S. By Lemma 5.1, S 1 is a clique. Since n 6, V (S 1 ) 6 1 = 5. Therefore, S 1 contains a 5-clique and thus S 1 contains a subgraph isomorphic to K 5. By Kuratowski s Theorem, Σ(R) is nonplanar. Proposition 8.5. Let R = Z n1 Z n Z n3. If max{n 1, n, n 3 } 3, then Σ(R) is nonplanar. Proof. Let R be a ring such that R = Z n1 Z n Z n3 and assume without loss of generality n 1 n n 3. The set of nonzero zero divisors will include S = {(0, a, a 3 ) a Z n, a 3 Z n3 } {(0, 0, 0)}. By Lemma 5.1, S is a clique. Since n 3 3, there are at least three options for a 3 and two options for a. Thus, any vertex in S is adjacent to at least 3 1 = 5 other vertices in S. Therefore S contains a 5- clique and thus S contains a subgraph isomorphic to K 5. By Kuratowski s Theorem, since S is nonplanar, then Σ(R) is nonplanar. Proposition 8.6. Let R = Z n1 Z nr be a ring. If r 4, then Σ(R) is nonplanar. 9

10 Proof. Let R = Z n1 Z nr be a ring with r 4. When r = 4, the set of nonzero zero divisors will include the vertices (0, 0, 0, 1), (0, 0, 1, 0), (0, 1, 0, 0), (1, 0, 0, 0), (1, 1, 0, 0). These vertices form a 5-clique. Thus Σ(R) contains a subgraph isomorphic to K 5 and therefore, by Kuratowski s Theorem, Σ(R) is nonplanar. A similar argument holds for r 4 by simply adding zeros to the additional coordinates. This leaves only a finite number of rings of the form Z n1... Z nr that could give rise to planar sum graphs. Let R 1 = Z 3 Z 4, R = Z 4 Z 4, and R 3 = Z 5 Z 5 be rings. The sum graphs of these rings contain subgraphs isomorphic to K 5 and therefore Σ(R 1 ), Σ(R ), and Σ(R 3 ) are nonplanar. Proposition 8.7. The only sum graphs of rings of the form Z n1... Z nr where r that are planar are the following: Z Z, Z 3 Z, Z 3 Z 3, Z 4 Z, Z 5 Z, Z 5 Z 3, Z 5 Z 5, and Z Z Z. Proof. See Figures - 5. To check for the planarity of Σ(Z n ) where n = p e 1 1 p er r and p i are distinct primes, by the Chinese Remainder Theorem and our work above, we can reduce to the case where n = p e for some prime p. By the definition for sum graphs given in [3], any nonplanar graph will still be nonplanar by our definition because the graph will only have more edges. Hence by [3, Corollary 5.16], we only have to check when n = 4, 8, 9, 5, 49. For n = p e, Σ(Z n ) is a complete graph by Proposition 4.3. When n = 49, Σ(Z n ) contains a subgraph isomorphic to K 5 and therefore is nonplanar. When n = 4, 8, 9, 5, Σ(Z n ) has 1, 3,, 4 vertices, respectively, and therefore does not contain a subgraph isomorphic to K 5. Therefore, when n = 4, 8, 9, 5, Σ(Z n ) is planar. The same arguments show that for a finite direct product of any finite rings, if the number of factors is greater than or equal to 4, if there are three factors, R 1, R, R 3 where max{ R 1, R, R 3 } 3, and if there are two factors with one having size of at least 6, then the sum graphs of these rings are nonplanar. Proposition 8.8. Let R = R 1 R r where R i is a finite local ring. Let m i be the unique maximal ideal of R i. If some m i has six elements or more, Σ(R) is nonplanar. Proof. Let R = R 1 R r where R i is a finite local ring. Let m i be the unique maximal ideal of R i such that m i 6; m i consists of all the zero divisors of R i. 10

11 Figure : (a) Σ(Z Z ) and (b) Σ(Z 3 Z ) Figure 3: (a) Σ(Z 3 Z 3 ) and (b) Σ(Z 4 Z ) 11

12 Figure 4: (a) Σ(Z 5 Z ) and (b) Σ(Z 5 Z 3 ) Figure 5: (a) Σ(Z 5 Z 5 ) and (b) Σ(Z Z Z ) 1

13 Therefore, V (R i ) = m i {0}. Since every ideal is an Abelian group under addition, m i is closed under addition. Therefore, for every a, b V (R i ), a + b V (R i ). Since there are at least six vertices in m i, five of them are nonzero. Therefore Σ(R i ) contains a 5-clique and thus contains a subgraph isomorphic to K 5 which implies that Σ(R) is nonplanar. The finite local rings whose maximal ideal has size less than six as follows: Rings with m = : Z 4 and Z [x] (x ). Rings with m = 3: Z 9 and Z 3[x] (x ). Rings with m = 4: Z 8, Rings with m = 5: Z 5 and Z 5[x] (x ). Z 4 [x] (x, x ), Z [x, y] (x, y, xy), Z [x] (x 3 ), Z 4[x] (x ), Z [x, y] (x, y + y + 1). Definition 8.9. A graph G is outerplanar when G is planar and in some planar drawing every vertex of G is on the boundary of the unbounded face. Corollary (To Kuratowski s Theorem) A graph G is outerplanar if and only if G contains no subgraph homeomorphic to K 4 or K,3 See Figure 6. Figure 6: K 4 and K,3 13

14 Since a graph must be planar to be outerplanar, there are only a finite number of rings of the form Z n1... Z nr where r that could have outerplanar sum graphs. As seen in Figures 4 and 5, of the eight planar sum graphs we have found, Σ(Z 5 Z ), Σ(Z 5 Z 3 ), Σ(Z 5 Z 5 ), and Σ(Z Z Z ) all have subgraphs isomorphic to K 4. Therefore, these graphs are not outerplanar. This leaves Σ(Z Z ), Σ(Z 3 Z ), Σ(Z 3 Z 3 ), and Σ(Z 4 Z ) as the only sum graphs of this form that are outerplanar, which can be seen in Figures and 3. For the case where r = 1, Σ(Z 4 ), Σ(Z 8 ), and Σ(Z 9 ) are outerplanar. 9 Cycles and Girth Definition 9.1. A path is a sequence of vertices and edges with no repeated internal vertices. A path is called closed if the initial and final vertices conicide. A cycle is a closed path. The length of a cycle is the number of edges in the cycle. The smallest possible length of a cycle is 3. Lemma 9.. Let R = Z n Z m. Then Σ(R) has a cycle if and only if max{n, m} 4. Proof. ( ) Let R = Z n Z m be a ring with max{n, m} 4. The nonzero zero divisors of Σ(R) will include S 1 = {(a, 0) : a 0} and S = {(0, b) : b 0}. The order of S 1 is n 1 and the order of S is m 1. Without loss of generality, assume n m. By Lemma 5.1, S 1 is a clique and has 3 or more vertices. Thus, there are 3 pairwise adjacent vertices in Σ(R) which shows that Σ(R) contains a 3-cycle. ( ) As can be seen by Figures and 3 (a), Σ(Z Z ), Σ(Z 3 Z ), and Σ(Z 3 Z 3 ) do not have cycles. Definition 9.3. The girth of a graph G is the length of the shortest cycle in G or if there are no cycles in G. The girth of G is denoted gr(g). Proposition 9.4. Let R = Z n1 Z nr. If Σ(R) is nonplanar, then gr(σ(r)) = 3. Proof. Let R = Z n1 Z nr with Σ(R) a nonplanar graph. The results from Section 8 show if Σ(R) is nonplanar, then Σ(R) contains a subgraph isomorphic to K 5. Since K 5 is a 5-clique, it contains a 3-cycle. Therefore, gr(σ(r)) = 3. Proposition 9.5. Let R = Z n1 Z nr. Then gr(σ(r)) is either 3 or. Proof. By Proposition 9.4, if Σ(R) is nonplanar, then gr(σ(r)) = 3. This leaves finitely many planar sum graphs to check. By Lemma 9., Σ(Z Z ), Σ(Z 3 Z ), and 14

15 Σ(Z 3 Z 3 ) do not have any cycles and therefore gr(σ(r)) =. Also, gr(σ(z 4 )) = and gr(σ(z 9 )) = because they are isomorphic to K 1 and K, respectively. Since Σ(Z 8 ) is isomorphic to K 3 and Σ(Z 5 ) is isomorphic to K 4, these graphs have girth of 3. The rest of the planar graphs, namely Σ(Z 4 Z ), Σ(Z 5 ΣZ ), Σ(Z 5 Z 3 ), Σ(Z 5 Z 5 ), and ΣZ Z Z ), have girth of 3 as can be seen by Figures 3 (b), 4, and 5. Lemma 9.6. [7] Let G be a graph. Then gr(g) diam(r) + 1 Proposition 9.7. Let R = R 1 R R r where each R i is a ring and r 3. Then gr(σ(r)) 5. Proof. By Proposition 5.3, diam(σ(r)). Now by Lemma 9.6, gr(σ(r)) + 1 = 5 By considering different examples, we find gr(σ(r)) is not as easily determined as gr(σ(r)). Proposition 9.8. Let R = Z Z p. Then gr(σ(r)) =. Proof. By Proposition 6.3 we know that Σ(R) is a star, therefore it does not have cycles. Hence gr(σ(r)) =. Proposition 9.9. Let R = Z 3 Z p, with p 3 is prime. Then gr(σ(r)) = 4. Proof. By Proposition 6.4 we know that Σ(R) is bipartite. From this, it follows that gr(σ(r)) 3. There is a 4-cycle (1, 0), (0, 1), (, 0), (0, ), (1, 0) in Σ(R)). This shows that gr(σ(r)) = 4. We find Σ(Z Z 6 ) is an interesting case because gr(σ(z Z 6 ) = 6 as can be seen by Figure Isomorphisms Definition Let G and H be graphs. An isomorphism is a bijective function f : V (G) V (H) such that xy E(G) f(x)f(y) E(H). Definition 10.. The clique number, denoted ω(g), is the max{ S : S V (G), where S is a clique}. 15

16 Figure 7: Σ(Z Z 6 ) Proposition Let p 1, p, p 3, and p 4 be distinct primes. Then Σ(Z p1 p ) is not isomorphic to Σ(Z p3 p 4 ). Proof. Assume Σ(Z p1 p ) is isomorphic to Σ(Z p3 p 4 ) and each p i is distinct. This means that each sum graph has the same number of vertices and edges. Using the Euler Phi Function, the number of vertices of Σ(Z p1 p ) is p 1 + p. Using the same method to find the number of vertices of Σ(Z p3 p 4 ) and the fact that the number of vertices in each sum graph is equal, p 1 + p = p 3 + p 4. (1) Also, each sum graph has the same number of edges. Since Z p1 p = Zp1 Z p, the sum graph will have two disjoint cliques (5.) one with p 1 1 vertices and the other with p 1 vertices. Since each is complete, the first component has (p 1 1)(p 1 ) edges and the second has (p 1)(p ) for a total of (p 1 1)(p 1 ) + (p 1)(p ) edges in the graph. Since the graphs are isomorphic, = p 1(p 1 3) + p (p 3) + 4 p 1 (p 1 3) + p (p 3) + 4 = p 3 (p 3 3) + p 4 (p 4 3) + 4.[] Using (1), p 1 = p 3 + p 4 p. Substituting this into the second equation: (p 3 + p 4 p )(p 3 + p 4 p 3) + p (p 3) + 4 = p 3 (p 3 3) + p 4 (p 4 3) + 4 () p 3 + p 3 p 4 p p 3 3p 3 + p 4 p p 4 3p 4 + p = p 3 3p 3 + p 4 3p 4 16

17 p 3 p 4 p p 3 p p 4 + p = 0 p 3 p 4 + p = p (p 3 + p 4 ) Therefore, p divides p 3 p 4 + p. Since p divides p, p must also divide p 3 p 4, but since p, p 3, p 4 are primes, either p = p 3 or p = p 4, so the primes are not distinct and this is a contradiction. Therefore the sum graphs of Z p1 p and Z p3 p 4 cannot be isomorphic. Proposition Let p 1, p be distinct primes and r, s integers. Then Σ(Z p r 1 ) is not isomorphic to Σ(Z p s ). Proof. Assume that Σ(Z p r 1 ) = Σ(Z p s ) and p 1 and p are distinct. Applying the Euler Phi Function, Z(Z p r 1 ) = p r 1 p r 1 1 (p 1 1) 1 and Z(Z p s ) = p s p s 1 (p 1) 1. Since the sum graphs are isomorphic, they have the same number of vertices, so p r 1 p r 1 1 (p 1 1) 1 = p s p s 1 (p 1) 1 p r 1 1 = p s 1 p 1 p r 1 = p s 1 This implies that p 1 divides p s 1. Since p 1, p are primes, p 1 must divide p, so p 1 = p. This is a contradiction since we assumed the two primes were distinct. Therefore Σ(Z p r 1 ) Σ(Z p s ). Theorem Let p < q < r be primes and R = Z p Z q Z r. Then ω(σ(r)) = qr 1. Proof. First, we note that V (Σ(R)) is partitioned into three subsets as follows: S 1 = {(0, y, z) : y, z not both zero } S = {(x, 0, z) : x 0} S 3 = {(x, y, 0) : x 0, y 0} By Lemma 5.1, each S i is a clique. By an elementary counting argument, S 1 = qr 1, S = (p 1)r, S 3 = (p 1)(q 1). Clearly S 1 > S > S 3. 17

18 It remains to show that every clique has size at most S 1 = qr 1. Let C be an arbitrary clique in Σ(R). Suppose C contains v = (x, 0, z) S with z 0. Any of the other (p 1)r 1 elements of S is adjacent to v; moreover, if w = (0, y, z ) S 1 is adjacent to v, then either y = 0 and z 0 or z = z and y is arbitrary. This gives at most r + q possibilities for w. Finally, if u = (x, y, 0) S 3 is adjacent to v, then x = x. This gives at most q 1 possibilities for u. Thus, C (p 1)r + r + q 1 + q 1 = pr + q. We claim that pr + q qr 1. If not, then pr + q > qr 1; that is q < pr 1 r = pr p + p 1 r = p(r ) + p 1 r = p+ p 1 r p+p 1 q < p+. Thus, q < p +, so q p + 1, which is a contradiction unless p =, q = 3. In the case, the given upper bound for C becomes pr + q = r + 4 qr 1 = 3r 1. Now suppose C contains a vertex v = (x, 0, 0) S but no vertices of type (x, 0, z) with z 0. Thus, C contains at most p other vertices in S. If w = (0, y, z ) S 1 is adjacent to v, then either y = 0 or z = 0, which accounts for q +r 1 possibilities. Now any vertex of S 3 is adjacent to v; thus in this case C p 1 + q + r 1 + (p 1)(q 1) = pq + r 1 (q 1)r + r 1 = qr 1. Finally, suppose C contains no vertex of S but contains some vertex v = (x, y, 0) S 3. Evidently any of the other (p 1)(q 1) 1 vertices of S 3 is adjacent to v. In order for w = (0, y, z ) S 1 to be adjacent to v, either y = y or z = 0, which gives r + q 1 possibilities for w. Thus, C (p 1)(q 1) + r + q 1 = pq + r p 1 pq + r 1 qr 1 as in the previous paragraph. Therefore, any clique in Σ(R) containing a vertex of S or a vertex of S 3 has size at most S 1 = qr 1, and hence S 1 is a clique of maximum size. Theorem Let R 1 = Z p1 Z p Z p3 and R = Z q1 Z q Z q3 where R 1 and R are rings and p i, q j primes where p i q j for some i and j. Then Σ(R 1 ) Σ(R ). Proof. Assume Σ(R 1 ) = Σ(R ), so the clique number must be equal for each graph. By Theorem 10.5, ω(σ(r 1 )) = p p 3 1 and ω(σ(r )) = q q

19 . p p 3 = q q 3 For any q i, q i divides p p 3, so q i = p j for some i and j. This hold for each q and p. Therefore the sum graphs cannot be isomorphic unless the rings are equal. 11 Open Problems and Conjectures Conjecture In Z n, let n = p 1 p... p r where p is a distinct prime p 1 < p <... < p r, then N(p 1 ) > N(p ) N(p 3 )... N(p r ). The motivation for our conjecture is the following: the neighborhood of any vertex has to have size at least n/p i since it has to be adjacent to all the vertices of the form v = kp i where k N that do not include zero and itself (hence the subtraction of two). This is only a lower bound because it is possible that the vertex could be adjacent to a vertex of the form w = kp j where k N and i j. Conjecture 11.. Let R = Z p1 Z pr where p i is prime and p 1 < p <... < p r. The clique number is p p 3 p n 1. Proof. This proof should be similar to Lemma The problem arises when showing that the only maximal cliques are the S i. Corollary Let R 1 = Z p1 Z pr and R = Z q1 Z qk where R 1 and R are rings and p i, q j primes, where p i q j for some i and j. Then Σ(R 1 ) Σ(R ). Proof. This proof follows from the previous lemma and uses the same technique as the proof of Theorem Conclusions We have explored various aspects of sum graphs, but there is still room for further research. We suggest looking into the edge coloring, more investigation into the complements, and continued work on isomorphisms of sum graphs. 19

20 13 Acknowledgments We thank Dr. Reza Akhtar for his teaching and guidance throughout our research. We also appreciate all the help, encouragement and suggestions given to us by Amanda Phillips, our graduate assistant from Purdue University. Our thanks goes to Dr. Farmer who instructed us and gave us advice on writing this paper. We would also like to thank the other participants of SUMSRI, especially Team Sweet Action Score, and graduate assistants for their support and encouragement throughout this research process. Our gratitude goes to Dr. Davenport and Dr. Waikar, directors of SUMSRI, and all others who made this experience in SUMSRI possible for us. We would also like to thank the National Security Agency, National Science Foundation, and Miami University for their support of this program. References [1] D. Anderson, P. Livingston. The Zero-divisor Graph of a Commutative Ring, J. Algebra 17 (1999), no., [] R. Balakrishnan., K. Ranganathan. A Textbook of Graph Theory. Springer, 000. [3] C. Bicket, S. Graffeo, W. Ross, E. Washington. The Structure of Zero Divisor Sum Graphs. SUMSRI, Miami University, 006. [4] Fraleigh, John B. A First Course in Abstract Algebra. 7th ed. New York: Addison Wesley, 003. [5] Hungerford, Thomas W. Algebra. New York: Springer-Verlag, [6] A. Phillips, J. Rogers, K. Tolliver and F. Worek. Uncharted Territory of Zero Divisor Graphs and Their Complements. SUMSRI, Miami University, 004. [7] West, Douglas, Introduction to Graph Theory, Second Edition. Prentice Hall, 001. Katherine Benson Luther College Decorah, IA benska01@luther.edu 0

21 Louis Cruz University of Puerto Rico at Humacao Humacao, Puerto Rico Yesenia Cruz Rosado University of Puerto Rico at Humacao Humacao, Puerto Rico Melissa Tolley Agnes Scott College Decatur, Georgia Bryant Watkins Howard University Washington, D.C. 1

Uncharted Territory of Zero Divisor Graphs and Their Complements

Uncharted Territory of Zero Divisor Graphs and Their Complements Uncharted Territory of Zero Divisor Graphs and Their Complements Amanda Phillips, Julie Rogers, Kevin Tolliver, and Frances Worek July, 004 Abstract Let Γ(Z n ) be a zero divisor graph whose vertices are

More information

The Structure of Zero Divisor Sum Graphs

The Structure of Zero Divisor Sum Graphs The Structure of Zero Divisor Sum Graphs Chantelle Bicket, Samantha Graffeo, Whitney Ross, Edward Washington Abstract Let Σ n be the graph whose vertex set is the set of non-zero zero divisors of Z n where

More information

Connectivity of the zero-divisor graph for finite rings

Connectivity of the zero-divisor graph for finite rings Connectivity of the zero-divisor graph for finite rings Reza Akhtar and Lucas Lee Abstract The vertex-connectivity and edge-connectivity of the zero-divisor graph associated to a finite commutative ring

More information

Modular Representations of Graphs

Modular Representations of Graphs Modular Representations of Graphs Crystal Altamirano, Stephanie Angus, Lauren Brown, Joseph Crawford, and Laura Gioco July 2011 Abstract A graph G has a representation modulo r if there exists an injective

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

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

A generalization of zero divisor graphs associated to commutative rings

A generalization of zero divisor graphs associated to commutative rings Proc. Indian Acad. Sci. (Math. Sci.) (2018) 128:9 https://doi.org/10.1007/s12044-018-0389-0 A generalization of zero divisor graphs associated to commutative rings M. AFKHAMI 1, A. ERFANIAN 2,, K. KHASHYARMANESH

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

SANDRA SPIROFF AND CAMERON WICKHAM

SANDRA SPIROFF AND CAMERON WICKHAM A ZERO DIVISOR GRAPH DETERMINED BY EQUIVALENCE CLASSES OF ZERO DIVISORS arxiv:0801.0086v2 [math.ac] 17 Aug 2009 SANDRA SPIROFF AND CAMERON WICKHAM Abstract. We study the zero divisor graph determined by

More information

Key Graph Theory Theorems

Key Graph Theory Theorems Key Graph Theory Theorems Rajesh Kumar MATH 239 Intro to Combinatorics August 19, 2008 3.3 Binary Trees 3.3.1 Problem (p.82) Determine the number, t n, of binary trees with n edges. The number of binary

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

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

Chapter 6 GRAPH COLORING

Chapter 6 GRAPH COLORING Chapter 6 GRAPH COLORING A k-coloring of (the vertex set of) a graph G is a function c : V (G) {1, 2,..., k} such that c (u) 6= c (v) whenever u is adjacent to v. Ifak-coloring of G exists, then G is called

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

Basics of Graph Theory

Basics of Graph Theory Basics of Graph Theory 1 Basic notions A simple graph G = (V, E) consists of V, a nonempty set of vertices, and E, a set of unordered pairs of distinct elements of V called edges. Simple graphs have their

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

Lecture 6: Graph Properties

Lecture 6: Graph Properties Lecture 6: Graph Properties Rajat Mittal IIT Kanpur In this section, we will look at some of the combinatorial properties of graphs. Initially we will discuss independent sets. The bulk of the content

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

Some properties of the line graphs associated to the total graph of a commutative ring

Some properties of the line graphs associated to the total graph of a commutative ring Pure and Applied Mathematics Journal 013; () : 51-55 Published online April, 013 (http://wwwsciencepublishinggroupcom/j/pamj) doi: 1011648/jpamj0130011 Some properties of the line graphs associated to

More information

v V Question: How many edges are there in a graph with 10 vertices each of degree 6?

v V Question: How many edges are there in a graph with 10 vertices each of degree 6? ECS20 Handout Graphs and Trees March 4, 2015 (updated 3/9) Notion of a graph 1. A graph G = (V,E) consists of V, a nonempty set of vertices (or nodes) and E, a set of pairs of elements of V called edges.

More information

GRAPHS, GRAPH MODELS, GRAPH TERMINOLOGY, AND SPECIAL TYPES OF GRAPHS

GRAPHS, GRAPH MODELS, GRAPH TERMINOLOGY, AND SPECIAL TYPES OF GRAPHS GRAPHS, GRAPH MODELS, GRAPH TERMINOLOGY, AND SPECIAL TYPES OF GRAPHS DR. ANDREW SCHWARTZ, PH.D. 10.1 Graphs and Graph Models (1) A graph G = (V, E) consists of V, a nonempty set of vertices (or nodes)

More information

Bipartite Roots of Graphs

Bipartite Roots of Graphs Bipartite Roots of Graphs Lap Chi Lau Department of Computer Science University of Toronto Graph H is a root of graph G if there exists a positive integer k such that x and y are adjacent in G if and only

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

Math 443/543 Graph Theory Notes 5: Planar graphs and coloring

Math 443/543 Graph Theory Notes 5: Planar graphs and coloring Math 443/543 Graph Theory Notes 5: Planar graphs and coloring David Glickenstein October 10, 2014 1 Planar graphs The Three Houses and Three Utilities Problem: Given three houses and three utilities, can

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

On the packing chromatic number of some lattices

On the packing chromatic number of some lattices On the packing chromatic number of some lattices Arthur S. Finbow Department of Mathematics and Computing Science Saint Mary s University Halifax, Canada BH C art.finbow@stmarys.ca Douglas F. Rall Department

More information

Planar graphs. Chapter 8

Planar graphs. Chapter 8 Chapter 8 Planar graphs Definition 8.1. A graph is called planar if it can be drawn in the plane so that edges intersect only at vertices to which they are incident. Example 8.2. Different representations

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

A ZERO DIVISOR GRAPH DETERMINED BY EQUIVALENCE CLASSES OF ZERO DIVISORS. Introduction

A ZERO DIVISOR GRAPH DETERMINED BY EQUIVALENCE CLASSES OF ZERO DIVISORS. Introduction A ZERO DIVISOR GRAPH DETERMINED BY EQUIVALENCE CLASSES OF ZERO DIVISORS SANDRA SPIROFF AND CAMERON WICKHAM Abstract. We study the zero divisor graph determined by equivalence classes of zero divisors of

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

Lecture Notes on Graph Theory

Lecture Notes on Graph Theory Lecture Notes on Graph Theory Vadim Lozin 1 Introductory concepts A graph G = (V, E) consists of two finite sets V and E. The elements of V are called the vertices and the elements of E the edges of G.

More information

Discrete mathematics

Discrete mathematics Discrete mathematics Petr Kovář petr.kovar@vsb.cz VŠB Technical University of Ostrava DiM 470-2301/02, Winter term 2017/2018 About this file This file is meant to be a guideline for the lecturer. Many

More information

Abstract. A graph G is perfect if for every induced subgraph H of G, the chromatic number of H is equal to the size of the largest clique of H.

Abstract. A graph G is perfect if for every induced subgraph H of G, the chromatic number of H is equal to the size of the largest clique of H. Abstract We discuss a class of graphs called perfect graphs. After defining them and getting intuition with a few simple examples (and one less simple example), we present a proof of the Weak Perfect Graph

More information

CS 311 Discrete Math for Computer Science Dr. William C. Bulko. Graphs

CS 311 Discrete Math for Computer Science Dr. William C. Bulko. Graphs CS 311 Discrete Math for Computer Science Dr. William C. Bulko Graphs 2014 Definitions Definition: A graph G = (V,E) consists of a nonempty set V of vertices (or nodes) and a set E of edges. Each edge

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

The Fibonacci hypercube

The Fibonacci hypercube AUSTRALASIAN JOURNAL OF COMBINATORICS Volume 40 (2008), Pages 187 196 The Fibonacci hypercube Fred J. Rispoli Department of Mathematics and Computer Science Dowling College, Oakdale, NY 11769 U.S.A. Steven

More information

Treewidth and graph minors

Treewidth and graph minors Treewidth and graph minors Lectures 9 and 10, December 29, 2011, January 5, 2012 We shall touch upon the theory of Graph Minors by Robertson and Seymour. This theory gives a very general condition under

More information

Chordal Graphs and Minimal Free Resolutions

Chordal Graphs and Minimal Free Resolutions Chordal Graphs and Minimal Free Resolutions David J. Marchette David A. Johannsen Abstract The problem of computing the minimal free resolution of the edge ideal of a graph has attracted quite a bit of

More information

Graph Theory: Introduction

Graph Theory: Introduction Graph Theory: Introduction Pallab Dasgupta, Professor, Dept. of Computer Sc. and Engineering, IIT Kharagpur pallab@cse.iitkgp.ernet.in Resources Copies of slides available at: http://www.facweb.iitkgp.ernet.in/~pallab

More information

On Rainbow Cycles in Edge Colored Complete Graphs. S. Akbari, O. Etesami, H. Mahini, M. Mahmoody. Abstract

On Rainbow Cycles in Edge Colored Complete Graphs. S. Akbari, O. Etesami, H. Mahini, M. Mahmoody. Abstract On Rainbow Cycles in Edge Colored Complete Graphs S. Akbari, O. Etesami, H. Mahini, M. Mahmoody Abstract In this paper we consider optimal edge colored complete graphs. We show that in any optimal edge

More information

[8] that this cannot happen on the projective plane (cf. also [2]) and the results of Robertson, Seymour, and Thomas [5] on linkless embeddings of gra

[8] that this cannot happen on the projective plane (cf. also [2]) and the results of Robertson, Seymour, and Thomas [5] on linkless embeddings of gra Apex graphs with embeddings of face-width three Bojan Mohar Department of Mathematics University of Ljubljana Jadranska 19, 61111 Ljubljana Slovenia bojan.mohar@uni-lj.si Abstract Aa apex graph is a graph

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

Jordan Curves. A curve is a subset of IR 2 of the form

Jordan Curves. A curve is a subset of IR 2 of the form Jordan Curves A curve is a subset of IR 2 of the form α = {γ(x) : x [0, 1]}, where γ : [0, 1] IR 2 is a continuous mapping from the closed interval [0, 1] to the plane. γ(0) and γ(1) are called the endpoints

More information

CUT VERTICES IN ZERO-DIVISOR GRAPHS OF FINITE COMMUTATIVE RINGS

CUT VERTICES IN ZERO-DIVISOR GRAPHS OF FINITE COMMUTATIVE RINGS CUT VERTICES IN ZERO-DIVISOR GRAPHS OF FINITE COMMUTATIVE RINGS M. AXTELL, N. BAETH, AND J. STICKLES Abstract. A cut vertex of a connected graph is a vertex whose removal would result in a graph having

More information

Weak Dynamic Coloring of Planar Graphs

Weak Dynamic Coloring of Planar Graphs Weak Dynamic Coloring of Planar Graphs Caroline Accurso 1,5, Vitaliy Chernyshov 2,5, Leaha Hand 3,5, Sogol Jahanbekam 2,4,5, and Paul Wenger 2 Abstract The k-weak-dynamic number of a graph G is the smallest

More information

An Investigation of the Planarity Condition of Grötzsch s Theorem

An Investigation of the Planarity Condition of Grötzsch s Theorem Le Chen An Investigation of the Planarity Condition of Grötzsch s Theorem The University of Chicago: VIGRE REU 2007 July 16, 2007 Abstract The idea for this paper originated from Professor László Babai

More information

Triple Connected Domination Number of a Graph

Triple Connected Domination Number of a Graph International J.Math. Combin. Vol.3(2012), 93-104 Triple Connected Domination Number of a Graph G.Mahadevan, Selvam Avadayappan, J.Paulraj Joseph and T.Subramanian Department of Mathematics Anna University:

More information

Discrete Mathematics I So Practice Sheet Solutions 1

Discrete Mathematics I So Practice Sheet Solutions 1 Discrete Mathematics I So 2016 Tibor Szabó Shagnik Das Practice Sheet Solutions 1 Provided below are possible solutions to the questions from the practice sheet issued towards the end of the course. Exercise

More information

Planarity: dual graphs

Planarity: dual graphs : dual graphs Math 104, Graph Theory March 28, 2013 : dual graphs Duality Definition Given a plane graph G, the dual graph G is the plane graph whose vtcs are the faces of G. The correspondence between

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

Math 443/543 Graph Theory Notes 11: Graph minors and Kuratowski s Theorem

Math 443/543 Graph Theory Notes 11: Graph minors and Kuratowski s Theorem Math 443/543 Graph Theory Notes 11: Graph minors and Kuratowski s Theorem David Glickenstein November 26, 2008 1 Graph minors Let s revisit some de nitions. Let G = (V; E) be a graph. De nition 1 Removing

More information

Part II. Graph Theory. Year

Part II. Graph Theory. Year Part II Year 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2017 53 Paper 3, Section II 15H Define the Ramsey numbers R(s, t) for integers s, t 2. Show that R(s, t) exists for all s,

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

On the Relationships between Zero Forcing Numbers and Certain Graph Coverings

On the Relationships between Zero Forcing Numbers and Certain Graph Coverings On the Relationships between Zero Forcing Numbers and Certain Graph Coverings Fatemeh Alinaghipour Taklimi, Shaun Fallat 1,, Karen Meagher 2 Department of Mathematics and Statistics, University of Regina,

More information

On vertex-coloring edge-weighting of graphs

On vertex-coloring edge-weighting of graphs Front. Math. China DOI 10.1007/s11464-009-0014-8 On vertex-coloring edge-weighting of graphs Hongliang LU 1, Xu YANG 1, Qinglin YU 1,2 1 Center for Combinatorics, Key Laboratory of Pure Mathematics and

More information

List Coloring Graphs

List Coloring Graphs List Coloring Graphs January 29, 2004 CHROMATIC NUMBER Defn 1 A k coloring of a graph G is a function c : V (G) {1, 2,... k}. A proper k coloring of a graph G is a coloring of G with k colors so that no

More information

Problem Set 3. MATH 776, Fall 2009, Mohr. November 30, 2009

Problem Set 3. MATH 776, Fall 2009, Mohr. November 30, 2009 Problem Set 3 MATH 776, Fall 009, Mohr November 30, 009 1 Problem Proposition 1.1. Adding a new edge to a maximal planar graph of order at least 6 always produces both a T K 5 and a T K 3,3 subgraph. Proof.

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

Rectilinear Crossing Number of a Zero Divisor Graph

Rectilinear Crossing Number of a Zero Divisor Graph International Mathematical Forum, Vol. 8, 013, no. 1, 583-589 HIKARI Ltd, www.m-hikari.com Rectilinear Crossing Number of a Zero Divisor Graph M. Malathi, S. Sankeetha and J. Ravi Sankar Department of

More information

WUCT121. Discrete Mathematics. Graphs

WUCT121. Discrete Mathematics. Graphs WUCT121 Discrete Mathematics Graphs WUCT121 Graphs 1 Section 1. Graphs 1.1. Introduction Graphs are used in many fields that require analysis of routes between locations. These areas include communications,

More information

K 4 C 5. Figure 4.5: Some well known family of graphs

K 4 C 5. Figure 4.5: Some well known family of graphs 08 CHAPTER. TOPICS IN CLASSICAL GRAPH THEORY K, K K K, K K, K K, K C C C C 6 6 P P P P P. Graph Operations Figure.: Some well known family of graphs A graph Y = (V,E ) is said to be a subgraph of a graph

More information

Section 8.2 Graph Terminology. Undirected Graphs. Definition: Two vertices u, v in V are adjacent or neighbors if there is an edge e between u and v.

Section 8.2 Graph Terminology. Undirected Graphs. Definition: Two vertices u, v in V are adjacent or neighbors if there is an edge e between u and v. Section 8.2 Graph Terminology Undirected Graphs Definition: Two vertices u, v in V are adjacent or neighbors if there is an edge e between u and v. The edge e connects u and v. The vertices u and v are

More information

Some Elementary Lower Bounds on the Matching Number of Bipartite Graphs

Some Elementary Lower Bounds on the Matching Number of Bipartite Graphs Some Elementary Lower Bounds on the Matching Number of Bipartite Graphs Ermelinda DeLaViña and Iride Gramajo Department of Computer and Mathematical Sciences University of Houston-Downtown Houston, Texas

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

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

Fundamental Properties of Graphs

Fundamental Properties of Graphs Chapter three In many real-life situations we need to know how robust a graph that represents a certain network is, how edges or vertices can be removed without completely destroying the overall connectivity,

More information

Claw-Free Graphs With Strongly Perfect Complements. Fractional and Integral Version.

Claw-Free Graphs With Strongly Perfect Complements. Fractional and Integral Version. Claw-Free Graphs With Strongly Perfect Complements. Fractional and Integral Version. Part I. Basic graphs Maria Chudnovsky Department of Industrial Engineering and Operations Research Columbia University,

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

Bar k-visibility Graphs

Bar k-visibility Graphs Bar k-visibility Graphs Alice M. Dean Department of Mathematics Skidmore College adean@skidmore.edu William Evans Department of Computer Science University of British Columbia will@cs.ubc.ca Ellen Gethner

More information

CLAW-FREE 3-CONNECTED P 11 -FREE GRAPHS ARE HAMILTONIAN

CLAW-FREE 3-CONNECTED P 11 -FREE GRAPHS ARE HAMILTONIAN CLAW-FREE 3-CONNECTED P 11 -FREE GRAPHS ARE HAMILTONIAN TOMASZ LUCZAK AND FLORIAN PFENDER Abstract. We show that every 3-connected claw-free graph which contains no induced copy of P 11 is hamiltonian.

More information

Class Six: Coloring Planar Graphs

Class Six: Coloring Planar Graphs Class Six: Coloring Planar Graphs A coloring of a graph is obtained by assigning every vertex a color such that if two vertices are adjacent, then they receive different colors. Drawn below are three different

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

How many colors are needed to color a map?

How many colors are needed to color a map? How many colors are needed to color a map? Is 4 always enough? Two relevant concepts How many colors do we need to color a map so neighboring countries get different colors? Simplifying assumption (not

More information

Sharp lower bound for the total number of matchings of graphs with given number of cut edges

Sharp lower bound for the total number of matchings of graphs with given number of cut edges South Asian Journal of Mathematics 2014, Vol. 4 ( 2 ) : 107 118 www.sajm-online.com ISSN 2251-1512 RESEARCH ARTICLE Sharp lower bound for the total number of matchings of graphs with given number of cut

More information

Some Upper Bounds for Signed Star Domination Number of Graphs. S. Akbari, A. Norouzi-Fard, A. Rezaei, R. Rotabi, S. Sabour.

Some Upper Bounds for Signed Star Domination Number of Graphs. S. Akbari, A. Norouzi-Fard, A. Rezaei, R. Rotabi, S. Sabour. Some Upper Bounds for Signed Star Domination Number of Graphs S. Akbari, A. Norouzi-Fard, A. Rezaei, R. Rotabi, S. Sabour Abstract Let G be a graph with the vertex set V (G) and edge set E(G). A function

More information

GEODETIC DOMINATION IN GRAPHS

GEODETIC DOMINATION IN GRAPHS GEODETIC DOMINATION IN GRAPHS H. Escuadro 1, R. Gera 2, A. Hansberg, N. Jafari Rad 4, and L. Volkmann 1 Department of Mathematics, Juniata College Huntingdon, PA 16652; escuadro@juniata.edu 2 Department

More information

Domination, Independence and Other Numbers Associated With the Intersection Graph of a Set of Half-planes

Domination, Independence and Other Numbers Associated With the Intersection Graph of a Set of Half-planes Domination, Independence and Other Numbers Associated With the Intersection Graph of a Set of Half-planes Leonor Aquino-Ruivivar Mathematics Department, De La Salle University Leonorruivivar@dlsueduph

More information

INTRODUCTION TO GRAPH THEORY. 1. Definitions

INTRODUCTION TO GRAPH THEORY. 1. Definitions INTRODUCTION TO GRAPH THEORY D. JAKOBSON 1. Definitions A graph G consists of vertices {v 1, v 2,..., v n } and edges {e 1, e 2,..., e m } connecting pairs of vertices. An edge e = (uv) is incident with

More information

MATH 350 GRAPH THEORY & COMBINATORICS. Contents

MATH 350 GRAPH THEORY & COMBINATORICS. Contents MATH 350 GRAPH THEORY & COMBINATORICS PROF. SERGEY NORIN, FALL 2013 Contents 1. Basic definitions 1 2. Connectivity 2 3. Trees 3 4. Spanning Trees 3 5. Shortest paths 4 6. Eulerian & Hamiltonian cycles

More information

5 Graphs

5 Graphs 5 Graphs jacques@ucsd.edu Some of the putnam problems are to do with graphs. They do not assume more than a basic familiarity with the definitions and terminology of graph theory. 5.1 Basic definitions

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

AMS /672: Graph Theory Homework Problems - Week V. Problems to be handed in on Wednesday, March 2: 6, 8, 9, 11, 12.

AMS /672: Graph Theory Homework Problems - Week V. Problems to be handed in on Wednesday, March 2: 6, 8, 9, 11, 12. AMS 550.47/67: Graph Theory Homework Problems - Week V Problems to be handed in on Wednesday, March : 6, 8, 9,,.. Assignment Problem. Suppose we have a set {J, J,..., J r } of r jobs to be filled by a

More information

Bar k-visibility Graphs: Bounds on the Number of Edges, Chromatic Number, and Thickness

Bar k-visibility Graphs: Bounds on the Number of Edges, Chromatic Number, and Thickness Bar k-visibility Graphs: Bounds on the Number of Edges, Chromatic Number, and Thickness Alice M. Dean, William Evans, Ellen Gethner 3,JoshuaD.Laison, Mohammad Ali Safari 5, and William T. Trotter 6 Department

More information

Jordan Curves. A curve is a subset of IR 2 of the form

Jordan Curves. A curve is a subset of IR 2 of the form Jordan Curves A curve is a subset of IR 2 of the form α = {γ(x) : x [0,1]}, where γ : [0,1] IR 2 is a continuous mapping from the closed interval [0,1] to the plane. γ(0) and γ(1) are called the endpoints

More information

DO NOT RE-DISTRIBUTE THIS SOLUTION FILE

DO NOT RE-DISTRIBUTE THIS SOLUTION FILE Professor Kindred Math 104, Graph Theory Homework 3 Solutions February 14, 2013 Introduction to Graph Theory, West Section 2.1: 37, 62 Section 2.2: 6, 7, 15 Section 2.3: 7, 10, 14 DO NOT RE-DISTRIBUTE

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

Pebble Sets in Convex Polygons

Pebble Sets in Convex Polygons 2 1 Pebble Sets in Convex Polygons Kevin Iga, Randall Maddox June 15, 2005 Abstract Lukács and András posed the problem of showing the existence of a set of n 2 points in the interior of a convex n-gon

More information

Small Survey on Perfect Graphs

Small Survey on Perfect Graphs Small Survey on Perfect Graphs Michele Alberti ENS Lyon December 8, 2010 Abstract This is a small survey on the exciting world of Perfect Graphs. We will see when a graph is perfect and which are families

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

Combinatorics Summary Sheet for Exam 1 Material 2019

Combinatorics Summary Sheet for Exam 1 Material 2019 Combinatorics Summary Sheet for Exam 1 Material 2019 1 Graphs Graph An ordered three-tuple (V, E, F ) where V is a set representing the vertices, E is a set representing the edges, and F is a function

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

HW Graph Theory Name (andrewid) - X. 1: Draw K 7 on a torus with no edge crossings.

HW Graph Theory Name (andrewid) - X. 1: Draw K 7 on a torus with no edge crossings. 1: Draw K 7 on a torus with no edge crossings. A quick calculation reveals that an embedding of K 7 on the torus is a -cell embedding. At that point, it is hard to go wrong if you start drawing C 3 faces,

More information

Determining Corresponding Artinian Rings to Zero-Divisor Graphs

Determining Corresponding Artinian Rings to Zero-Divisor Graphs Wellesley College Wellesley College Digital Scholarship and Archive Honors Thesis Collection 2016 Determining Corresponding Artinian Rings to Zero-Divisor Graphs Abigail Mary Jones Wellesley College, ajones3@wellesley.edu

More information

Maximum 4-degenerate subgraph of a planar graph

Maximum 4-degenerate subgraph of a planar graph Maximum 4-degenerate subgraph of a planar graph Robert Lukot ka, Ján Mazák, Xuding Zhu March 19, 2018 Abstract arxiv:130.619v2 [math.co] 3 Oct 2013 A graph G is k-degenerate if it can be transformed into

More information

HW Graph Theory SOLUTIONS (hbovik)

HW Graph Theory SOLUTIONS (hbovik) Diestel 1.3: Let G be a graph containing a cycle C, and assume that G contains a path P of length at least k between two vertices of C. Show that G contains a cycle of length at least k. If C has length

More information

The Probabilistic Method

The Probabilistic Method The Probabilistic Method Po-Shen Loh June 2010 1 Warm-up 1. (Russia 1996/4 In the Duma there are 1600 delegates, who have formed 16000 committees of 80 persons each. Prove that one can find two committees

More information

Chapter 2 Graphs. 2.1 Definition of Graphs

Chapter 2 Graphs. 2.1 Definition of Graphs Chapter 2 Graphs Abstract Graphs are discrete structures that consist of vertices and edges connecting some of these vertices. Graphs have many applications in Mathematics, Computer Science, Engineering,

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

Hamiltonian cycles in bipartite quadrangulations on the torus

Hamiltonian cycles in bipartite quadrangulations on the torus Hamiltonian cycles in bipartite quadrangulations on the torus Atsuhiro Nakamoto and Kenta Ozeki Abstract In this paper, we shall prove that every bipartite quadrangulation G on the torus admits a simple

More information

Matching Algorithms. Proof. If a bipartite graph has a perfect matching, then it is easy to see that the right hand side is a necessary condition.

Matching Algorithms. Proof. If a bipartite graph has a perfect matching, then it is easy to see that the right hand side is a necessary condition. 18.433 Combinatorial Optimization Matching Algorithms September 9,14,16 Lecturer: Santosh Vempala Given a graph G = (V, E), a matching M is a set of edges with the property that no two of the edges have

More information