<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article  PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "http://dtd.nlm.nih.gov/publishing/3.0/journalpublishing3.dtd"><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="3.0" xml:lang="en" article-type="research article"><front><journal-meta><journal-id journal-id-type="publisher-id">OALibJ</journal-id><journal-title-group><journal-title>Open Access Library Journal</journal-title></journal-title-group><issn pub-type="epub">2333-9705</issn><publisher><publisher-name>Scientific Research Publishing</publisher-name></publisher></journal-meta><article-meta><article-id pub-id-type="doi">10.4236/oalib.1107318</article-id><article-id pub-id-type="publisher-id">OALibJ-108540</article-id><article-categories><subj-group subj-group-type="heading"><subject>Articles</subject></subj-group><subj-group subj-group-type="Discipline-v2"><subject>Biomedical&amp;Life Sciences</subject><subject> Business&amp;Economics</subject><subject> Chemistry&amp;Materials Science</subject><subject> Computer Science&amp;Communications</subject><subject> Earth&amp;Environmental Sciences</subject><subject> Engineering</subject><subject> Medicine&amp;Healthcare</subject><subject> Physics&amp;Mathematics</subject><subject> Social Sciences&amp;Humanities</subject></subj-group></article-categories><title-group><article-title>
 
 
  Center Coloring in Graph Operations
 
</article-title></title-group><contrib-group><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Zeynep</surname><given-names>Ors Yorgancioglu</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Pinar</surname><given-names>Dündar</given-names></name><xref ref-type="aff" rid="aff2"><sup>2</sup></xref></contrib></contrib-group><aff id="aff2"><addr-line>Faculty of Mathematics, Ege University, Izmir, Turkey</addr-line></aff><aff id="aff1"><addr-line>Scholl of Maritime and Port Management Program, Yasar University, Izmir, Turkey</addr-line></aff><pub-date pub-type="epub"><day>02</day><month>04</month><year>2021</year></pub-date><volume>08</volume><issue>04</issue><fpage>1</fpage><lpage>6</lpage><history><date date-type="received"><day>16,</day>	<month>March</month>	<year>2021</year></date><date date-type="rev-recd"><day>17,</day>	<month>April</month>	<year>2021</year>	</date><date date-type="accepted"><day>20,</day>	<month>April</month>	<year>2021</year></date></history><permissions><copyright-statement>&#169; Copyright  2014 by authors and Scientific Research Publishing Inc. </copyright-statement><copyright-year>2014</copyright-year><license><license-p>This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/</license-p></license></permissions><abstract><p>
 
 
  
    Center coloring Cc(G) is a kind of coloring that is to color the vertices of a graph G is such a way that if vertices have different distances from the center then they must receive different colors. Two adjacent vertices can receive the same color. In this paper we observed the behavior of the center coloring under several graph operations such as adding, removing, union, join, sequential join, Cartesian product, corona product of graphs and we get some bounds for center coloring number in these graph operations. 
  
 
</p></abstract><kwd-group><kwd>Graph</kwd><kwd> Graph Coloring</kwd><kwd> Graph Operations</kwd></kwd-group></article-meta></front><body><sec id="s1"><title>1. Introduction</title><p>Graph coloring is one of the most important, well-known and studied subfields of graph theory. Center coloring [<xref ref-type="bibr" rid="scirp.108540-ref1">1</xref>] is the one of the graph coloring techniques. This coloring can be used to solve several problems like hierarchy problems, earthquake motion problems, etc. In this paper we observed center coloring in graph operations.</p><p>Adding a vertex v to a connected G graph is connecting v to all the vertices of the graph [<xref ref-type="bibr" rid="scirp.108540-ref2">2</xref>].</p><p>Removing a vertex v from the connected G graph, is deleting v and all the edges connected to v vertex [<xref ref-type="bibr" rid="scirp.108540-ref2">2</xref>].</p><p>Adding an edge e to a connected G graph is connecting e with the vertex to be added [<xref ref-type="bibr" rid="scirp.108540-ref3">3</xref>].</p><p>Removing an edge e from the connected G graph, is deleting e and edge set E ( G ) − { e } [<xref ref-type="bibr" rid="scirp.108540-ref3">3</xref>].</p><p>The Union G = G 1 ∪ G 2 has V ( G ) = V ( G 1 ) ∪ V ( G 2 ) and E ( G ) = E ( G 1 ) ∪ E ( G 2 ) [<xref ref-type="bibr" rid="scirp.108540-ref2">2</xref>].</p><p>The Join G 1 + G 2 of graphs G 1 and G 2 is a graph with vertex set V ( G 1 ) ∪ V ( G 2 ) and edge set E ( G 1 ) ∪ E ( G 2 ) ∪ { u v : u ∈ V ( G 1 )   and   v ∈ V ( G 2 ) } [<xref ref-type="bibr" rid="scirp.108540-ref2">2</xref>].</p><p>The Sequential Join G 1 + G 2 + ⋯ + G n of graphs G 1 , G 2 , ⋯ , G n is a graph of three or more disjoint graphs [<xref ref-type="bibr" rid="scirp.108540-ref2">2</xref>],</p><p>( G 1 + G 2 ) ∪ ( G 2 + G 3 ) ∪ ⋯ ∪ ( G n − 1 + G n ) .</p><p>Thorny graph G * is any graph that can be obtained from a parent connected graph G by attaching p i ≥ 0 new vertices of degree one to each vertex i, is called thorny graph [<xref ref-type="bibr" rid="scirp.108540-ref4">4</xref>].</p><p>The Cartesian Product G &#215; H of graphs G and H has the vertex set V ( G &#215; H ) = V ( G ) &#215; V ( H ) and (a, x) (b, y) is an edge of G &#215; H if a = b and x y ∈ E ( H ) , or a b ∈ E ( H ) and x = y [<xref ref-type="bibr" rid="scirp.108540-ref2">2</xref>].</p><p>The Corona Product G o H is defined as the graph obtained from G and H by taking one copy of G and V(G) copies of H and then joining by an edge each vertex of the ith copy of H is named (H, i) with the ith vertex of G [<xref ref-type="bibr" rid="scirp.108540-ref2">2</xref>].</p><p>Some graphs G have the property that each vertex of G is a central vertex. A graph is self-centered if every vertex is in the center.</p><p>Theorem 1.1: If the graph G is a self-centered graph then C c = 1 [<xref ref-type="bibr" rid="scirp.108540-ref1">1</xref>].</p><p>While finding center coloring number of any graph, if the center of a graph consists more than one vertex, these vertices are contracted. So after the vertices are contracted, the center of a graph consists a single vertex.</p><p>Several results on center coloring number are surveyed and compared with the graph operations.</p><p>We refer to the book [<xref ref-type="bibr" rid="scirp.108540-ref5">5</xref>] for graph theory notation and terminology.</p></sec><sec id="s2"><title>2. Center Coloring Number of Graph Operations</title><p>In this part of the study, the number of center coloring in new graphs formed as a result of applying various graph operations to one graph or more than one graph was examined.</p><p>Theorem 2.1: Let G is a connected graph, if we delete a vertex v that is not a center from a graph G, then we obtain,</p><p>1 ≤ C c ( G − v ) ≤ C c ( G ) .</p><p>Proof: The communication from center to other vertices is continued because v is not a center. Just no communication with deleted vertex. When v is deleted from the graph, G can be a self-centered graph and its center coloring number is 1 from theorem 1.1.</p><p>Theorem 2.2: Let G is a connected graph, if we add a vertex v to any vertex of a graph, then we obtain,</p><p>1 ≤ C c ( G + v ) ≤ 2 .</p><p>Proof: When v is added to the graph G shown in <xref ref-type="fig" rid="fig1">Figure 1</xref>, v is the center and the distance from vertex v to the other vertices is 1. And one more color for vertex v so its center coloring number is 2. G can be self-centered graph if v is added to G and its center coloring number is 1 from theorem 1.1.</p><p>Theorem 2.3: Let G is a connected graph, if the deleted edge is not a bridge, we obtain,</p><p>| C c ( G ) − C c ( G − e ) | ≤ 1 .</p><p>Proof: If the deleted edge is e is one of the edges connecting the central vertices then the number of center coloring may increase by 1 if not there will be no change in the center coloring number.</p><p>Theorem 2.4: Let G 1 and G 2 are connected graphs, G = G 1 ∘ G 2 is a corona operation then we obtain,</p><p>1 ≤ C C ( G ) ≤ 2 + C C ( G 1 ) .</p><p>Proof: Theorem 1.1 verifies the lower bound. To verify the upper bound, in corona operation the copy of G 2 is connected with every vertex of G 1 by edges as shown in <xref ref-type="fig" rid="fig2">Figure 2</xref>. So from theorem 2.2 C C ( G 2 ) ≤ 2 . The center of G 1 is also a center of G so the center coloring number G 1 is not changed.</p><p>Theorem 2.5: Let G ∗ is a thorny of G then we obtain C c ( P 5 ) &lt; C c ( P 5 ∗ ) .</p><p>Proof: In thorny operation the central vertex is not changed as shown in <xref ref-type="fig" rid="fig4">Figure 4</xref>. But as the number of vertex will increase, the distance from the center to the vertices is at least as the graph G. If r a d ( G ) &lt; r a d ( G ∗ ) then C c ( G ) &lt; C c ( G ∗ ) . If r a d ( G ) = r a d ( G ∗ ) then C c ( G ) = C c ( G ∗ ) . So center coloring number of G ∗ is at least C c ( G ) . If we compare the center coloring number of path in <xref ref-type="fig" rid="fig3">Figure 3</xref> and thorny path in <xref ref-type="fig" rid="fig4">Figure 4</xref>, it is obvious that C c ( P 5 ) &lt; C c ( P 5 ∗ ) .</p><p>Theorem 2.6: Let K n and K m are complete graphs. Using the join operation we obtain,</p><p>C c ( K n + K m ) &lt; C c ( K n ) + C c ( K m ) .</p><p>Proof: A complete graph is a self-centered graph so from theorem 1.1 its center coloring number is one. Because the join of two complete graphs are another complete graph, the center coloring number is one.</p><p>Theorem 2.7: Let G n and G m are connected graphs. Using the join operation we obtain</p><p>C c ( G n + G m ) ≤ C c ( G n ) + C c ( G m ) .</p><p>Proof: The distance from the center to the vertices is reduced or maintained therefore the distance is reduced between every vertices of G n is connected with every vertex of G m in the join of graph G n and G m .</p><p>Theorem 2.8: For G 1 + G 2 + ⋯ + G n graphs with sequential join of three or more distinctive graphs such as G 1 , G 2 , ⋯ , G n weobtain,</p><p>C c ( G 1 + G 2 + ⋯ + G n ) ≤ C c ( G 1 ) + C c ( G 2 ) + ⋯ + C c ( G n ) .</p><p>Proof: The distance from the center of the graph formed as a result of the series sum of G 1 , G 2 , ⋯ , G n graphs to all other vertices is at most one, or the newly formed graph becomes self-centered graph. In this case, the center coloring number of this sum will be smaller than the sum of the individual center coloring number.</p><p>Theorem 2.9: Consisting of the product of two self-centered graphs the center coloring number is one.</p><p>Proof: It is a self-centered graph in the product of two self-centered graphs [<xref ref-type="bibr" rid="scirp.108540-ref5">5</xref>]. From theorem 1.1 the center coloring number of a new graph is one.</p><p>Theorem 2.10: P n is a path with n-vertices and P m is a path with m-vertices. The center coloring number of Cartesian product of P n &#215; P m is</p><p>C c ( P n &#215; P m ) = ⌈ n 2 − 2 n − 2 m + 9 2 ⌉ .</p><p>Proof: The graph P n &#215; P m has n.m vertices. If n.m is “odd number” its center is a single vertex. n.m vertices are degree of 2, 3 and 4. ( n − 2 ) ( m − 2 ) of these vertices are 4 degrees. One of the 4 degree vertices is the central vertex. Half of the remaining vertices are ( n − 2 ) ( m − 2 ) − 1 2 distances from the center. The distance of 3 degree vertices to the center are 1 more than 4-degree vertices and 2-degree vertices are 1 more than 3-degree vertices. And also one color is needed for central vertex.</p><p>So</p><p>C c ( P n &#215; P m ) = ( n − 2 ) ( m − 2 ) − 1 2 + 3 = n 2 − 2 n − 2 m + 9 2 (1)</p><p>If n.m is even number, the graph has 2-center vertices and</p><p>C c ( P n &#215; P m ) = ⌈ n 2 − 2 n − 2 m + 9 2 ⌉ (2)</p><p>From (1) and (2) C c ( P n &#215; P m ) = ⌈ n 2 − 2 n − 2 m + 9 2 ⌉ .</p><p>Theorem 2.11: Let G n and G m are connected graphs. Using the Cartesian product we obtain,</p><p>C c ( K n &#215; K m ) ≤ C c ( G n &#215; G m ) ≤ C c ( P n &#215; P m ) .</p><p>Proof: To verify the lower bound, it is clear by theorem 2.9. Because, if G n &#215; G m is a self-centered graph, its center coloring number is 1. So C c ( G n &#215; G m ) is at least 1.</p><p>To verify the upper bound, the center coloring number of paths is more than well-known classes of graphs. The upper limit is the product of at least two path graphs, as the graph of the product of two path graphs grows.</p></sec><sec id="s3"><title>3. Conclusion</title><p>In this paper, we have studied the center coloring number of different graph operations and apply our results to find bounds of some common graph families’ operations. However, there are still many other graph operations and special classes of graphs which are not covered here. So, for further research, center coloring of various other graph operations and composite graphs can be considered.</p></sec><sec id="s4"><title>Conflicts of Interest</title><p>The authors declare no conflicts of interest regarding the publication of this paper.</p></sec><sec id="s5"><title>Cite this paper</title><p>Yorgancioglu, Z.O. and D&#252;ndar, P. (2021) Center Coloring in Graph Operations. Open Access Library Journal, 8: e7318 https://doi.org/10.4236/oalib.1107318</p></sec></body><back><ref-list><title>References</title><ref id="scirp.108540-ref1"><label>1</label><mixed-citation publication-type="other" xlink:type="simple">Yorgancioglu, Z., Dundar, P. and Berberler, M. E. (2015) The Center Coloring of a Graph. Journal of Discrete Mathematical Sciences, 18, 531-540.</mixed-citation></ref><ref id="scirp.108540-ref2"><label>2</label><mixed-citation publication-type="other" xlink:type="simple">Buckley, F. and Harary, F. (1990) Distance in Graph. Addison-Wesley, California, 335.</mixed-citation></ref><ref id="scirp.108540-ref3"><label>3</label><mixed-citation publication-type="other" xlink:type="simple">Chartrand, G. and Lesniak, L. (2005) Graphs &amp; Digraphs. Chapman &amp; Hall/CRC Press, USA, 386.</mixed-citation></ref><ref id="scirp.108540-ref4"><label>4</label><mixed-citation publication-type="journal" xlink:type="simple"><name name-style="western"><surname>Gutman</surname><given-names> I. </given-names></name>,<etal>et al</etal>. (<year>1998</year>)<article-title>Distance of Thorny Graphs</article-title><source> Publications de I’Institut Mathematique</source><volume> 63</volume>,<fpage> 31</fpage>-<lpage>36</lpage>.<pub-id pub-id-type="doi"></pub-id></mixed-citation></ref><ref id="scirp.108540-ref5"><label>5</label><mixed-citation publication-type="other" xlink:type="simple">Dündar, P. (2004) The Median and Distance Measures of Celf-Centered Graphs. Journal of Engineering and Science, Sigma, 4, 229-233.</mixed-citation></ref></ref-list></back></article>