Edge-graceful Labeling
   HOME

TheInfoList



OR:

In
graph theory In mathematics, graph theory is the study of ''graphs'', which are mathematical structures used to model pairwise relations between objects. A graph in this context is made up of '' vertices'' (also called ''nodes'' or ''points'') which are conne ...
, an edge-graceful labeling is a type of
graph labeling In the mathematical discipline of graph theory, a graph labelling is the assignment of labels, traditionally represented by integers, to edges and/or vertices of a graph. Formally, given a graph , a vertex labelling is a function of to a set o ...
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 Johnn ...
,
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 edges by and the vertices by . Let be the
cardinality In mathematics, the cardinality of a set is a measure of the number of elements of the set. For example, the set A = \ contains 3 elements, and therefore A has a cardinality of 3. Beginning in the late 19th century, this concept was generalized ...
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 . Or, in symbols, the induced labeling on the vertex is given by :V(u)=\Sigma E(e) \mod , V(G), where is the label for the vertex and is the assigned value of an edge incident to . The problem is to find a labeling for the edges such that all the labels from 1 to are used once and the induced labels on the vertices run from 0 to . In other words, the resulting set for labels of the edges should be and for the vertices. 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 * Desire p ...
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 mod ...
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 is n ...
is not edge-graceful. *The star graph S_m (a central node and ''m'' legs of length 1) is edge-graceful when ''m'' is
even Even may refer to: General * Even (given name), a Norwegian male personal name * Even (surname) * Even (people), an ethnic group from Siberia and Russian Far East ** Even language, a language spoken by the Evens * Odd and Even, a solitaire game w ...
and not when ''m'' is
odd Odd means unpaired, occasional, strange or unusual, or a person who is viewed as eccentric. Odd may also refer to: Acronym * ODD (Text Encoding Initiative) ("One Document Does it all"), an abstracted literate-programming format for describing X ...
. *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 tree In theoretical computer science and formal language theory, a regular tree grammar is a formal grammar that describes a set of directed trees, or terms. A regular word grammar can be seen as a special kind of regular tree grammar, describing a se ...
s, 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 is c ...
on ''n'' vertices, K_n, is edge-graceful unless ''n'' is
singly even In mathematics an even integer, that is, a number that is 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 ancient Gree ...
, n=2\mod 4. *The ladder graph is never edge-graceful.


References

{{DEFAULTSORT:Edge-Graceful Labeling Graph theory objects