Edge-graceful Labeling
   HOME

TheInfoList



OR:

In
graph theory In mathematics and computer science, graph theory is the study of ''graph (discrete mathematics), graphs'', which are mathematical structures used to model pairwise relations between objects. A graph in this context is made up of ''Vertex (graph ...
, an edge-graceful labeling is a type of
graph labeling In the mathematical discipline of graph theory, a graph labeling is the assignment of labels, traditionally represented by integers, to edges and/or vertices of a graph. Formally, given a graph , a vertex labeling is a function of to a set ...
for
simple Simple or SIMPLE may refer to: *Simplicity, the state or quality of being simple Arts and entertainment * ''Simple'' (album), by Andy Yorke, 2008, and its title track * "Simple" (Florida Georgia Line song), 2018 * "Simple", a song by John ...
,
connected graph In mathematics and computer science, connectivity is one of the basic concepts of graph theory: it asks for the minimum number of elements (nodes or edges) that need to be removed to separate the remaining nodes into two or more isolated subgrap ...
s in which no two distinct
edge Edge or EDGE may refer to: Technology Computing * Edge computing, a network load-balancing system * Edge device, an entry point to a computer network * Adobe Edge, a graphical development application * Microsoft Edge, a web browser developed by ...
s connect the same two distinct vertices and no edge connects a vertex to itself. Edge-graceful labelings were first introduced by Sheng-Ping Lo in his seminal paper.


Definition

Given a graph , we denote the set of its edges by and that of its vertices by . Let be the
cardinality The thumb is the first digit of the hand, next to the index finger. When a person is standing in the medical anatomical position (where the palm is facing to the front), the thumb is the outermost digit. The Medical Latin English noun for thum ...
of and be that of . Once a labeling of the edges is given, a vertex of the graph is labeled by the sum of the labels of the edges incident to it,
modulo In computing and mathematics, the modulo operation returns the remainder or signed remainder of a division, after one number is divided by another, the latter being called the '' modulus'' of the operation. Given two positive numbers and , mo ...
. Or, in symbols, the induced labeling on a vertex is given by :V(u)=\Sigma E(e) \mod , V(G), where is the resulting value for the vertex and is the existing value of an edge incident to . The problem is to find a labeling for the edges such that all the labels from to are used once and that the induced labels on the vertices run from to . In other words, the resulting set of labels for the edges should be , each value being used once, and that for the vertices should be . A graph is said to be edge-graceful if it admits an edge-graceful labeling.


Examples


Cycles

Consider the cycle with three vertices, . This is simply a triangle. One can label the edges 1, 2, and 3, and check directly that, along with the induced labeling on the vertices, this gives an edge-graceful labeling. Similar to paths, is edge-graceful when is odd and not when is even.


Paths

Consider a
path A path is a route for physical travel – see Trail. Path or PATH may also refer to: Physical paths of different types * Bicycle path * Bridle path, used by people on horseback * Course (navigation), the intended path of a vehicle * Desir ...
with two vertices, . Here the only possibility is to label the only edge in the graph 1. The induced labeling on the two vertices are both 1. So is not edge-graceful. Appending an edge and a vertex to gives , the path with three vertices. Denote the vertices by , , and . Label the two edges in the following way: the edge is labeled 1 and labeled 2. The induced labelings on , , and are then 1, 0, and 2 respectively. This is an edge-graceful labeling and so is edge-graceful. Similarly, one can check that is not edge-graceful. In general, is edge-graceful when is odd and not edge-graceful when it is even. This follows from a necessary condition for edge-gracefulness.


A necessary condition

Lo gave a necessary condition for a graph with edges and vertices to be edge-graceful: must be
congruent Congruence may refer to: Mathematics * Congruence (geometry), being the same size and shape * Congruence or congruence relation, in abstract algebra, an equivalence relation on an algebraic structure that is compatible with the structure * In modu ...
to . In symbols: :q(q+1) \equiv \frac \mod p. This is referred to as Lo's condition in the literature. This follows from the fact that the sum of the labels of the vertices is twice the sum of the edges, modulo . This is useful for disproving a graph is edge-graceful. For instance, one can apply this directly to the path and cycle examples given above.


Further selected results

*The
Petersen graph In the mathematical field of graph theory, the Petersen graph is an undirected graph with 10 vertices and 15 edges. It is a small graph that serves as a useful example and counterexample for many problems in graph theory. The Petersen graph i ...
is not edge-graceful. *The
star graph A star is a luminous spheroid of plasma (physics), plasma held together by Self-gravitation, self-gravity. The List of nearest stars and brown dwarfs, nearest star to Earth is the Sun. Many other stars are visible to the naked eye at night sk ...
S_m (a central node and ''m'' legs of length 1) is edge-graceful when ''m'' is even and not when ''m'' is odd. *The
friendship graph In the mathematical field of graph theory, the friendship graph (or Dutch windmill graph or -fan) is a planar, undirected graph with vertices and edges. The friendship graph can be constructed by joining copies of the cycle graph with a ...
F_m is edge-graceful when ''m'' is odd and not when it is even. * Regular trees, T_ (depth ''n'' with each non-leaf node emitting ''m'' new vertices) are edge-graceful when ''m'' is even for any value ''n'' but not edge-graceful whenever ''m'' is odd. *The
complete graph In the mathematical field of graph theory, a complete graph is a simple undirected graph in which every pair of distinct vertices is connected by a unique edge. A complete digraph is a directed graph in which every pair of distinct vertices i ...
on ''n'' vertices, K_n, is edge-graceful unless ''n'' is
singly even In mathematics an even integer, that is, a number that is divisibility, divisible by 2, is called evenly even or doubly even if it is a multiple of 4, and oddly even or singly even if it is not. The former names are traditional ones, derived from ...
, n=2\mod 4. *The
ladder graph In the mathematical field of graph theory, the ladder graph is a planar, undirected graph with vertices and edges. The ladder graph can be obtained as the Cartesian product of two path graphs, one of which has only one edge: . Properties B ...
is never edge-graceful.


References

{{DEFAULTSORT:Edge-Graceful Labeling Graph theory objects