0020 - Beyond The Graph Theory
0020 - Beyond The Graph Theory
Graph theory has the widely ranges of applications and theoretical aspects. In
this book, focus in on definitions and there’s an effort to make connections
about different types of graphs with using the new ideas which arise from the
definitions and using examples which are the tools to get the understandable
perspective about the concepts. The context is away from some texts which
aren’t in literature of mathematics. The author avoid to bring some texts to
describe the ideas and the results before bringing them. The main idea is to
write the main concepts but in examples, some explanations are found about the
connections of the definitions. In this book, the goal is to present the relations
between definition in the ways, the number of definitions in the results is the
matter minds and it’s avoided to pay attention to the degree of the results in
the terms of being hard. The book is devised to make the gentle comparison
between concepts and in this way, there’s the priority about including the easy
concept for covering the wides ranges of readers and spreading the ranges of
readership. Easy connections with the priority of making connections with the
most definitions as possible.
Priority about including the easy concept for covering the wides ranges of readers
and spreading the ranges of readership. Easy connections with the priority of making
connections with the most definitions as possible.
i
Acknowledgements
The author is going to say his gratitude and his appreciation about the brains
and their hands which are showing the importance of words in the framework
of every wisdom, knowledge, arts and emotions which are streaming in the lines The words of mind and the
from the words, notions, ideas and approaches to have the material which is minds of words, are too
eligible to be in the stage
only the way to flourish the minds, the growing the notions, advancing ways of aknowledgements
and making the stable ways to be amid the events and storms of minds for
surviving from them and making the outstanding experiences about the tools
and ideas to be on the star lines of words and shining like stars, forever.
iii
Contents
Abstract i
Acknowledgements iii
Contents v
v
CHAPTER 1
Points and
continuum of Beyond Of Graph Theory #1
points as lines Words of graph theory could act on any notions to get new notions.
and curves call
for a theory to
call it graph 1.1 Definition And Its Consequences
theory and there
are too many
There are different kinds of defining a graph. Sometimes, the couple of two
points about
seen points and distinct sets of objects with function amid them. The domain is called edges
unseen points set and the image of this function is called vertices set. In other ways, there
like one point are new notions to define a graph on a set of objects instead of defining by a
is seen and have
function but second style has open ways to connect other branch because every
a name but
points are function could be a graph.
unseen and have
no names but all
of them could be 1.2 Different Styles Of Graph
called lines,
loops and curve. Definition 1.2.1 (Graph: Function-Orientated Style). Let F be a function from
In the term of
V to E where V and E are the sets of distinct objects and function is assigning
pronoun, there
are two pronouns unordered couple of objects of V to any of object of E. Then the couple of V
we and us when and E is called graph and it’s denoted by G : (V, E).
the pronoun we
is used for Definition 1.2.2 (Graph: Set-Orientated Style). Let V be a set of objects and
known point but any set E of unordered couple objects of V is up. Therefore, G : (V, E) is a
the pronoun us graph.
is used for
unknown points Definition 1.2.3 (Graph: Matrix-Orientated Style). Let G be a matrix. If all
as the elements
of straight
entries are zero and one, then the couple of vertical set of objects which is
lines, curves denoted by V and the couple of horizontal set of objects which is denoted by E,
and loops is denoted by G : (V, E) and it’s called a graph.
Definition 1.2.4 (Graph: Matrix-Orientated Style). Let G be a matrix. If all
entries are zero and one, then the couple of vertical set of objects which is
denoted by V and the couple of horizontal set of objects which is denoted by
V, is denoted by G : (V, E) and it’s called a graph. Eigenvalue of graph is
the eigenvalues of this matrix and characteristic polynomial of graph is the
characteristic polynomial of this matrix where the characteristic polynomial of a
matrix is det(A − xI) and the eigenvalues of a matrix is the roots of det(A − xI).
Exercises
1
1. Words Of Graph Theory
Proof. For any given vertex x, summation of its row gives us degree(x) so
the summation of all rows equals x∈V degree(x) which is left hand of the
P
statement. Every edge has two endpoints so for any given edge e, summation
of its column gives us 2 thus the summation of all columns equals 2|E| which is
right hand of the statement. By summation twice, the statement is proved.
First, summation all enters from each rows and secondly, summation all
enters from each column. Summations of all enters from each column with each
others are summation of all numbers in the matrix. Therefore, there are two
systematically ways to summation of all enters of a matrix. Column by column
or row by row but the result is the same.
Strongest tool about determine number whether is or not an even number, is
module 2. 0 tells us the structure of number is even but 1 tells us the structure
2
1.5. Some Classes Of Graphs
of the number is odd. The even number is shown the warmly welcome to the
numbers which belongs to this class and characteristics.
Proof. By equation (1.1) under module 2, right-hand side is zero. Thus left-
hand side has to be zero which implies the number of vertices is even where
these vertices have odd degree.
Degree of a vertex could spread to all vertices when all vertices have the
same degree thus there’s a new graph which is created by the notion of degree
of a vertex.
Definition 1.4.6. Let G : (V, E) be a graph such that all vertices have the same
degree t. Then a graph is called t−regular.
3
1. Words Of Graph Theory
Exercises
Exercises
With having known attributes of vertex set and edge set, there’s new class of
graphs.
Definition 1.5.16 (n−Cube). A graph is denoted by Qn and is called n−cube
where the vertex set is the set of all n − tuple including 0s and 1s and edge set
is the set of couple of n-tuple of vertex set which have one difference in their
coordinate.
Definition 1.5.17 (Boolean Lattice). A graph is denoted by BLn and is called
boolean lattice where the vertex set is the set of all subsets of {1, 2, · · · , n} and
edge set is the set of couple of subsets of vertex set which have one difference
in their elements.
Definition 1.5.18 (Complement). A graph is denoted by Ḡ and is called
complement if it introduces a graph which its vertex set is vertex set of Ḡ
but its edge set is non-edge set of Ḡ.
Definition 1.5.19 (Strongly Regular Graph). A simple graph G which is neither
empty nor complete is called strongly regular with parameters (v, k, λ, µ) if:
• v(G) = v,
• G is k−regular,
• For any two given vertices which are in the list of each other, they’ve λ
common members in list of each other.
• For any two given vertices which aren’t in the list of each other, they’ve
µ common members in list of each other.
4
CHAPTER 2
In the term of
pronoun, there Beyond Of Graph Theory #1
are two pronouns
we and us when
the pronoun we 2.1 Unary Operations And Graphs
is used for
known point but Definition 2.1.1 (Identical). Using function-orientated style, two graphs G and
the pronoun us
is used for
H are denoted by G = H and are called identical if V(G) = V(H), E(G) = E(H)
unknown points and FG = FH .
as the elements
of straight Definition 2.1.2 (Isomorphic). Two unary operations are called isomorphism
lines, curves amid G and H such that using function-orientated Style, two graphs G and H
and loops are denoted by G ∼ = H and are called isomorphic if there are unary operations
θ : V(G) → V(H), φ : E(G) → E(H) which are bijection and ψG (e) = uv if
and only if ψH (φ(e)) = θ(u)θ(v). A representative of an equivalence class of
isomorphic graphs, is called unlabelled graph. Up to isomorphism, it makes
sense to use the notations Kn , Kn,m , Pn and Cn for complete, complete bipartite,
path and cycle graphs.
Exercises
Exercises
5
2. Connections Of The Words
Exercises
1. C5 is self-complementary.
2. P4 is self-complementary.
Exercises
Exercises
6
2.2. Related Classes Of Graphs
7
2. Connections Of The Words
Exercises
5. Aut(LKn 6∼
= Aut(Kn ), n = 2, 4
6. Aut(LKn ∼
6 Aut(Kn ), n = 3, n ≥ 5
=
Exercises
1. KG 1,n ∼
= Kn , n ≥ 3.
8
2.2. Related Classes Of Graphs
Exercises
1. Qn = YG(Γ, S).
2. YG(Γ, S) is vertex-transitive graph.
3. Every vertex-transitive graph isn’t YG(Γ, S).
Definition 2.2.16 (Circulant Graph). A Cayley graph is denoted by YG(Zn , S)
and it’s called circulant graph. In special case, let p be a prime number, then
YG(Zp , S) is circulant graph.
Definition 2.2.17 (Paley Graph). A graph is denoted by PG q (Zn , S) where q
is a prime power such that q ∼= 1 and it’s called Paley graph where vertex set
is the set of elements of the field GF(q) and two vertices have edge if their
difference is a nonzero square in GF(q).
Exercises
Example 2.2.22. The picture (2.5) depicts C3 P1 and C5 P1 . Cn P1 is
called n−prism. In special case, it’s called triangular prism, the cube and
the pentagonal prism.
Exercises
1. Pn Pm is (m × n)−grid.
1. For n ≥ 3, Cn P1 is polyhedral graphs.
9
2. Connections Of The Words
10
2.3. Directed Graphs And Its Variants
→
−
by one of two arrows is denoted G and it’s called an orientation of G.
Definition 2.3.5 (Orientated Graph). An orientation of a simple graph is called
orientated graph.
Definition 2.3.6 (Tournament). An orientation of a complete graph is called
tournament.
Example 2.3.7. Picture (2.6) depicts four unlabelled tournaments on four
vertices. The orientation of unlabelled complete graph from the order four is
called unlabelled tournaments on four vertices.
11
2. Connections Of The Words
Example 2.4.3. Picture (2.8), depicts three countable graphs and infinite graphs
which are well-known as square lattice, triangular lattice, and hexagonal lattice.
Definition 2.4.4 (Unit Distance Graph). A graph G is called unit distance graph
if its vertex set is a subset of R2 and two vertices (x1 , y1 ) and (x2 , y2 ) have one
edge if their euclidean distance is 1 which it means (x1 − x2 )2 + (y1 − y2 )2 = 1.
Definition 2.4.6 (Real Unit Distance Graph). A graph G is called real unit
distance graph if its vertex set is R2 .
12
2.5. Vertex and Edge: Delete Or Add
Proof. If the graph isn’t simple, then it has either loop making cycle from order
one or parallel edges making a cycle from order two.
If the graph is simple, then let P is a longest path from one vertex to another
vertex. By all vertices have the degree at least two, the ending vertex of P has
the edge either with a vertex in P making a cycle or a vertex out of P which is
contradiction with choosing P as longest path in graph.
Exercises
13
2. Connections Of The Words
Exercises
1. Cn ∨ K1 = Wn
Exercises
1. Every graph with average degree at least 2k, where k is a positive integer,
has an induced subgraph with minimum degree at least k + 1.
14
2.5. Vertex and Edge: Delete Or Add
Exercises
1. Every loopless graph has a trivial path decomposition, into paths of length
one.
2. A graph which admits a cycle decomposition is necessarily even.
3. A graph admits a cycle if and only if it’s even.
Definition 2.5.31 (Cover). A family of subgraphs F is called covering or cover
of a graph G if it isn’t necessarily edge-disjoint and ∪F ∈F E(F ) = E(G).
Definition 2.5.32 (Uniform). A covering is called uniform of a graph G if it
covers each edge of G the same number of times.
Definition 2.5.33 (k-cover). A covering is called k-cover of a graph G if it covers
each edge of G k-times. 2-cover is called a double cover. If family of subgraphs
F only consists paths, it’s called path covering. If family of subgraphs F only
consists cycles, it’s called cycle covering.
Exercises
1. 1-cover is a decomposition.
Definition 2.5.34 (Even Digraph). A digraph D is called even if d− (v) = d+ (v)
for each vertex v ∈ V.
Definition 2.5.35 (Hypomorphic). Two graphs G and H are called hypomorphic
if for all v ∈ V, their vertex-deleted subgraphs G − v and H − v are isomorphic.
Definition 2.5.36 (Reconstruction). Any graph which is hypomorphic to G is
called a reconstruction of G.
Definition 2.5.37 (Reconstructible). A graph is called reconstructible if any
reconstruction of G is isomorphic to G.
15
2. Connections Of The Words
Exercises
Exercises
1. K3,3 is 2-arc-transitive.
16
2.5. Vertex and Edge: Delete Or Add
Exercises
Exercises
Exercises
17
2. Connections Of The Words
18
2.6. Various Types Of Numbers
19
CHAPTER 3
Words are
related to each Example 3.0.1. Consider f : {α, β, η} → {a, b, c}. Thus it’s a graph. In the
other by terms of simple graph, it represents one graph. One edge from one vertex to
different types it, is called loop. Thus there’s one graph with three loops and it’s 3-connected
of tools
graph which has three components. In Listing (3), the python code is used to
engage this concept. And in Listing (3), the TeX code is used where the code
is about the Figures.
lst:code_direct
Listing 3.1: Python Code
i =3
print ( i ∗ i )
i f i ==3:
def Ver ( i ) :
print ( "One s i m p l e g raph w i t h number o f e d g e s : " , i )
x=input ( ’ i= ’ )
n=7;
x =8;
i f n%3==1:
print ( " The number o f s i m p l e g r a p h s i s " , 2^n )
e l i f x%3==2:
print ( " The number o f s i m p l e g r a p h s i s " , 2^ x )
e l i f i %3==0:
print ( " The number o f s i m p l e g r a p h s i s " , 2^ i )
else :
print ( x , ( " i s odd " ) )
21
3. Ideas And The Approaches
Figure 3.1: Simple Graphs And A Graph With Three Loops G1011
Theorem 3.0.2. Let n be a positive integer. Then there are only n numbers of
labelled simple graph where n is both the number of vertices and the number of
edges.
Theorem 3.0.3. Let I be an identity function. Then it represents one labelled
simple graph.
Theorem 3.0.4. Let f be a map. If the cardinality of domain is greater than
the cardinality of image, then it doesn’t represent any labelled simple graph.
22
Theorem 3.0.5. Let f be a map. If there’s a labelled simple graph, then the
cardinality of domain is greater than the cardinality of image.
Example 3.0.6. Let V be a set {1, 2, 3}. Thus the complete graph could be like
functions summation, minus, production, and division as Figures (3.2). There
are infinite graphs on a given set {1, 2, 3} but 23 = 8 are simple graphs.
Figure 3.2: Simple Graphs: Summation, Minus, Production, And Division G1217
Example 3.0.8. Consider N3 . Then {1, 2} is the graph which the edge amid
vertices 1 and 2 holds but the vertex 3 is isolated. By using this notation,
{1, 2, 3} aren’t complete graph because there’s no edge amid the vertex 1 and
the vertex 3, although, vertex 1 and 2 as has edge as vertex 2 and vertex 3.
Theorem 3.0.9. Let n be the number of objects. The power set of Nn is all
possibly simple graphs with the exception complete graph.
0 1 0
23
3. Ideas And The Approaches
0 1 1 0 0 0
Theorem 3.0.11. For any given vertex, its list of vertices are the vertices with
nonzero number in the corresponded column or corresponded row.
Theorem 3.0.12. For any given vertex, the cardinality of its list of vertices are
the summation of all numbers belongs to its column.
Theorem 3.0.13. For any given vertex, summation of all numbers belongs to
its column, are equal with summation of all numbers belongs to its row.
Theorem 3.0.14. Summation of all numbers belongs to all columns, are equal
with summation of all numbers belongs to all rows. The number is double
number of edges.
Theorem 3.0.15. For any given vertex in a simple graph, the number of its
edges are equal with the number of its vertices in its list.
Theorem 3.0.16. For any given vertex in a simple graph, the number of its
edges are equal with the number of its vertices in its list.
24
Example 3.0.18. Consider the matrixes.
1 1 1 1 0 0 0 1 1 0 1 0 0 0 1 1 0 1
0 0 0 , 0 1 0 , 0 0 1 , 0 0 0 , 0 1 0 , 0 0 0
0 0 0 0 0 1 0 0 0 1 0 1 1 0 0 0 1 0
By Theorem (3.0.17), these matrixes are graphs. Thus we want to draw the
figures of these graphs as figures (3.3). Parallel edges give us the opportunity
to have infinite numbers of edges amid two vertices as the 22nd item of Figures
(3.3).
Theorem 3.0.19. In matrix, the ijth place is as nonzero as jith place. Then
there are at least two parallel edges.
Theorem 3.0.20. In the directed graphs, it’s possible to get the edge in its simple
graph as two edges with different directions.
Theorem 3.0.21. Any simple graphs could be a directed graphs where the edges
are double but with different directions.
R22 Theorem 3.0.22. Any of zero-one-minus-one square matrix represents a directed
graph.
Example 3.0.23.
−1 0 −1 1 0 0 0 1 0 0 0 0 −1 1 0 1
−1 −1
0 0 0 , 0 −1 0 , 0 0 −1 , 0 0 0 , 0 1 0 , 0 0 0
1 0 0 0 0 1 0 0 0 −1 0 −1 −1 0 0 0 −1 0
25
3. Ideas And The Approaches
26
horizontal set of objects which is denoted by E. Thus the number two in a
matrix denotes either parallel edges or loops. Consider
−1 0 −1
0 0 0
1 0 0
The first vertex has one outer first edge and the third vertex has one inner
outer edge. The first vertex has one outer third edge but there’s no destination
vertex to accept one inner third edge. Thus,
Theorem 3.0.30. Consider a matrix involving V and E. Then it forever
represents neither a simple graph nor directed simple graph.
R31 Theorem 3.0.31. Consider a matrix involving V and E. Then it represents
either a graph or directed graph.
Example 3.0.32.
−1 0 −1 1 0 0 0 1 0 0 0 0 −1 1 0 1
−1 −1
0 0 0 , 0 −1 0 , 0 0 −1 , 0 0 0 , 0 1 0 , 0 0 0
1 0 0 0 0 1 0 0 0 −1 0 −1 −1 0 0 0 −1 0
27
3. Ideas And The Approaches
Theorem 3.0.33. The list of given vertex has the length at most n − 2.
Theorem 3.0.34. The list of given vertex has the length n − 2. Then the graph
is a star graph.
Theorem 3.0.35. The list of given vertex has the length n − 2 and the list has
consecutive vertices. Then the graph is a wheel graph.
Theorem 3.0.36. For two given vertices u, v, the list of u and v has the length
at most n − 1.
Theorem 3.0.37. For two given vertices u, v, the list of u and v has the length
n − 1. Then the graph is a path graph.
Theorem 3.0.38. For two given vertices u, v, the degree list of u and v has
degree at most ∆ and the length at most n − 1.
Theorem 3.0.39. The degree list of a given vertex has degree at most ∆ and
the length at most n − 2.
Theorem 3.0.40. The list of numbers is graphic if and only if it’s degree list.
Theorem 3.0.41. δ = ∆ if and only if it’s ∆−regular graph.
Theorem 3.0.42. Any cycle graph from any given order is 2−regular graph.
Theorem 3.0.43. A complete graph from any given order is (n − 1)−regular
graph.
Example 3.0.44. In Figure (3.7), the graph isn’t a complete graph but it’s
3−regular graph. The number list 333333 is degree list. Thus it’s graphic. It
isn’t a cycle graph because it has more than one cycle. Precisely, there are two
cycles which are v1 v4 v5 v6 v1 and v1 v4 v2 v1 . It isn’t path graph because there’re
two vertices such that there is more than one path amid them. Precisely, there
are two paths v1 v4 v5 v6 and v1 v2 v3 v6 from the vertex v1 to the vertex v6 and
they’re two lists from the vertex v1 to the vertex v6 . v2 v4 v6 is list of v1 .
28
Example 3.0.47. The number list 543258642 isn’t degree list in any given simple
graph with any given order. Consider 4567264. Parity of summation the all
numbers is even but it isn’t degree list because of attending the number 7 which
is the length of number list in the number list.
Theorem 3.0.48. If the length of number list is in the number list, then it isn’t
degree list in a simple graph.
Example 3.0.49. Consider Figure (3.8). The first item is connected graph.
The second item is disconnected graph which has two components. The first
component has the vertex set {x1 , x2 } and second component has the vertex
set {x3 } and it’s called trivial graph. The items 1,2,4,5,6 are simple graphs but
the item 3 isn’t simple graph. The item 4 isn’t a planar graph and it’s also
called complete graph from order four, K5 . The item 5 is a planar graph and
it’s also called K4 . The item 6 is empty graph and it isn’t trivial graph and
it’s also called nontrivial graph. All items are nontrivial graphs but the second
component from item 1, is called trivial graph. All items are finite graphs.
29
3. Ideas And The Approaches
Theorem 3.0.50. A graph which the second component is null graph, is called
connected graph.
Theorem 3.0.51. A graph with vertex set, N and two vertices have edges if their
parity is even, is infinite graph.
Theorem 3.0.52. Null graph and trivial graph are finite graph but empty graph
could be either finite graph or infinite graph.
Example 3.0.53. Consider Figure (3.9). The first item is bipartite because it
has two parts which one part has three vertices and second part has four vertices.
The second item is 3−partite because there are two parts including two vertices
30
and one part including three vertices. Third item is Turan because every part
has the three vertices and the graph is Turan from the order three. Fourth
part is 6−path including seven vertices and six edges. Fifth item is 6−cycle
including six vertices and six edges. The sixth item is 3−cycle including three
vertices and three edges.
The fourth item is 2−partite but it isn’t complete. The fifth item is 3−partite
but it isn’t complete. For n ≥ 3, n−cycle is defined. Thus first n−cycle is
3−cycle. The sixth item is 3−partite but it isn’t complete. The items one, two
and three are complete. The sixth item is 3−partite. All items are n−partite
but the items two, three, four, five and six aren’t bipartite. The only item one
is bipartite.
Theorem 3.0.54. Turan graph is n−partite.
Theorem 3.0.55. Bipartite graph is n−partite.
Theorem 3.0.56. m−path is n−partite.
Theorem 3.0.57. m−cycle is n−partite.
Theorem 3.0.58. m−cycle is bipartite where m is even.
Theorem 3.0.59. Bipartite graph is m−cycle where m is even.
Theorem 3.0.60. Null graph and trivial graph are finite graph but empty graph
could be either finite graph or infinite graph.
The next example plays with the notions of order and the lack of it in the
terms of n−cube and Boolean lattice.
Example 3.0.61. Consider Figure (3.10). 6−cube Q6 , Boolean lattice BL6 ,
Complement of Q6 , Complement of BL6 , Strongly regular graph with (6, 4, 2, 4),
Complement of strongly regular graph with (6, 4, 2, 4) are the items, respectively.
All items are defined on six vertices. One difference amid the labels, is a necessary
and sufficient condition to have edges amid intended vertices.
The items of three to six are the complements of mentioned graphs.
Complement is unary operation thus the input is one graph and the output is
another graph which couldn’t hold the property of the input. The complement
of items one and two don’t hold initial property. The complement of 6−cube Q6
isn’t n−cube as items of one and three. The complement of Boolean lattice BL6
isn’t Boolean lattice BLn as items of two and five. The complement of strongly
regular graph with (6, 4, 2, 4) isn’t strongly regular graph with (6, 1, 0, 0) as
items of three and six.
Theorem 3.0.62. n−cube is a star graph if a degree one vertex is order minus
one.
Theorem 3.0.63. n−cube has at most n − 1 edges if there’s one vertex whose
degree is order minus one.
Theorem 3.0.64. There are 2n−1 + 1 n−cube if there’s one vertex whose degree
is order minus one.
Theorem 3.0.65. Boolean lattice is a star graph if there’s one vertex whose
degree is order minus one.
31
3. Ideas And The Approaches
Theorem 3.0.66. Boolean lattice has at most n − 1 edges if there’s one vertex
whose degree is order minus one.
Theorem 3.0.67. There are 2n−1 + 1 Boolean lattice if there’s one vertex whose
degree is order minus one.
Theorem 3.0.68. A strongly regular graph is regular.
Theorem 3.0.69. The complement of n−cube isn’t forever n−cube.
Theorem 3.0.70. The complement of Boolean lattice isn’t forever Boolean
lattice.
Theorem 3.0.71. There’s at least one strongly regular graph whose complement
is strongly regular graph.
32
Figure 3.11: 6−cycle C6 , 6−path P6 , 6−star S5,1 , line graph of 6−cycle C6 , line
graph of 6−path P6 , line graph of 6−star S5,1 G5863
line graph of 6−cycle C6 , line graph of 6−path P6 , line graph of 6−star S5,1 are
the items, respectively. All items are defined on six vertices.
The items of three to six are the line graph of mentioned graphs. Line graph
is unary operation thus the input is one graph and the output is another graph
which couldn’t hold the property of the input as items two and three. The line
graph of items two and three don’t hold initial property but the item two holds
the type of initial graph. The item three not only doesn’t preserve initial graph
but also it doesn’t preserve the style of initial graph. The line graph of the item
three, 6−star S5,1 is the item six, 5−complete K5 . line graph of 6−cycle C6 is
6−cycle C6 and line graph of 6−path P6 is 5−path P5
33
3. Ideas And The Approaches
Figure 3.12: 6−complete K6 , (3, 3)−partite K3,3 , 5−wheel W5,1 , line graph of
6−complete K6 , line graph of (3, 3)−partite K3,3 , line graph of 5−wheel W5,1 G6469
In this case, the line graph of path is path but in the case of cycle, not only
a line graph of cycle is cycle but also both input and output are the same up to
isomorphism. The line graph of star graph is complete.
Theorem 3.0.73. Line graph if cycle graph is cycle graph.
Theorem 3.0.74. Line graph if n−cycle Cn is n−cycle Cn−1 .
Theorem 3.0.75. Line graph of path graph is path graph.
Theorem 3.0.76. Line graph of n−path Pn is (n − 1)−path Pn−1 .
Theorem 3.0.77. Line graph of star graph is complete graph.
34
Figure 3.13: 6−complete K6 , (3, 3)−partite K3,3 , 5−wheel W5,1 , 2−vertex
deletion of 6−complete K6 , 4−edge deletion of (3, 3)−partite K3,3 , 2−vertex
deletion and 5−edge deletion of 5−wheel W5,1 G7075
35
3. Ideas And The Approaches
The items of three to six are the line graph of mentioned graphs. Line graph
is unary operation thus the input is one graph and the output is another graph
which couldn’t hold the property of the input. The line graph of items don’t
hold initial property. The items not only don’t preserve initial graph but also
they don’t preserve the style of initial graph.
Example 3.0.80. Consider Figure (3.13). 6−complete K6 , (3, 3)−partite K3,3 ,
5−wheel W5,1 , 2−vertex deletion of 6−complete K6 , 4−edge deletion of
(3, 3)−partite K3,3 , 2−vertex deletion and 5−edge deletion of 5−wheel W5,1 are
the items, respectively. All items are defined on six vertices.
The items of three to six are the line graph of mentioned graphs. n−vertex
deletion and n−edge deletion are unary operations thus the input is one graph
and the output is another graph which couldn’t hold the property of the input.
The n−vertex deletion and n−edge deletion of items don’t hold initial property.
The items not only don’t preserve initial graph but also they don’t preserve the
style of initial graph. n−vertex deletion and n−edge deletion of a graph make
the graphs which are subgraphs of initial graph. All items are countable graphs.
All items have cycle with the exception item five. The item five is acyclic graph.
All items are triangle-free graph with the exception item five. The item five is
spanning subgraph of item two.
36
Figure 3.14: 6−complete K6 , (3, 3)−partite K3,3 , 5−wheel W5,1 , Hamiltonian
cycle of 6−complete K6 , Hamiltonian cycle of (3, 3)−partite K3,3 , Hamiltonian
cycle of 5−wheel W5,1 G7681
37
3. Ideas And The Approaches
Figure 3.15: Initial graph, 2−factor of initial graph, First element of symmetric
difference graph, Second element of symmetric difference graph, 4−factor of
initial graph. G8287
38
items two and three are spanning subgraphs form the initial graph with new
title symmetric difference graph.
Figure 3.16: Initial graph, vertex identification of initial graph, edge contraction
of initial graph, vertex splitting of initial graph, edge subdivision of initial graph,
weighted graph of initial graph. G8893
39
3. Ideas And The Approaches
Figure 3.17: Tree graph, cyclic graph, cotree, nonplanar bipartite graph K3,3 ,
nonplanar complete graph K5 , fan graph. G9499
40
Theorem 3.0.110. A graph only has 0-factor, is disconnected graph.
Theorem 3.0.111. A graph has 1-factor, is connected graph.
Example 3.0.112. Consider Figure (3.16). Initial graph, vertex identification of
initial graph, edge contraction of initial graph, vertex splitting of initial graph,
edge subdivision of initial graph, weighted graph of initial graph, respectively.
All items are defined on six vertices.
Labeled edges and vertices are the changes in comparison to the initial
graph. The items of two to six are the operations of mentioned graph as item
one. all operations, vertex identification, edge contraction, vertex splitting, edge
subdivision, weighted graph are unary operations thus the input is one graph
and the output is another graph which couldn’t hold the property of the input
as items with exception item six.
Example 3.0.113. Consider Figure (3.17). Tree graph, cyclic graph, cotree,
nonplanar bipartite graph K3,3 , nonplanar complete graph K5 , fan graph,
respectively. All items are defined on six vertices with exception item five.
Item one and item two are planar graphs. Item four and item five aren’t
planar. Item two is tree graph and item three is cotree of item two. Item six is
a fan graph.
Theorem 3.0.114. A bipartite graph K3,3 is nonplanar.
Theorem 3.0.115. A complete graph K5 is nonplanar.
Theorem 3.0.116. A fan graph is cyclic where the order is greater than two.
Theorem 3.0.117. A fan graph is planar.
Theorem 3.0.118. A fan graph isn’t tree where the order is greater than two.
Theorem 3.0.119. A bipartite graph K3,3 is cyclic.
Theorem 3.0.120. A complete graph K5 is cyclic.
Theorem 3.0.121. A bipartite graph K3,3 isn’t tree.
Theorem 3.0.122. A complete graph K5 isn’t tree.
Theorem 3.0.123. A complete graph Kn is cyclic where the order is greater
than two.
Theorem 3.0.124. A bipartite graph Kn,m is cyclic where the order is greater
than three.
Theorem 3.0.125. A complete graph Kn isn’t tree where the order is greater
than two.
Theorem 3.0.126. A bipartite graph Kn,m isn’t tree where the order is greater
than three.
Theorem 3.0.127. A tree graph is acyclic.
Theorem 3.0.128. A path graph Pn is acyclic.
Theorem 3.0.129. A complete graph Kn isn’t tree where the order is greater
than two.
41
3. Ideas And The Approaches
Theorem 3.0.130. A bipartite graph Kn,m isn’t tree where the order is greater
than three.
Theorem 3.0.131. An n−star Sn,1 is acyclic.
Theorem 3.0.132. An n−star Sn,1 is tree.
Theorem 3.0.133. An n−star Sn,1 is planar.
Theorem 3.0.134. A path graph Pn is tree.
Theorem 3.0.135. A path graph Pn is planar.
Theorem 3.0.136. A cycle graph Cn is planar.
Theorem 3.0.137. A cycle graph Cn isn’t tree.
42