DM Unit III Theorems
DM Unit III Theorems
Isolated Vertex
Example:
v4
Null Graph
Self-Loop:
Parallel Edges:
Simple Graph:
Multi Graph:
Pseudo Graph:
A graph in which loops and parallel edges are allowed is
called a pseudo graph.
Complete Graph:
n ( n−1 )
Note: The number of edges in Kn is n c or
2
2
.
Regular Graph:
If every vertex of a simple graph has the same
degree, then the graph is called a regular graph.
Note:
Cycles or Circuits:
Wheel Graph:
Wheel graph W n ( n ≥ 3) is obtained from Cn by adding a
vertex v inside Cn and connecting v to every vertex of Cn
by new edges.
Note:
Bipartite Graph:
Completely
Bipartite
Graph:
⮚ If every vertex
of V1 is connected with every vertex of V2 by an
edge, then the graph G is called a completely
bipartite graph.
Sub graph:
and E ⊆ E.
'
⮚ If V ⊂ V and E ⊂ E,
' '
then H is called a proper sub graph
of G.
If V =V ,
'
then H is called a spanning sub graph of G. A
spanning subgraph of G need not contain all its edges.
Path:
Circuit or Cycle:
Connected Graph:
ISOMORPHIC GRAPHS:
Complement Graph:
Eulerian path:
Eulerian Circuit:
Eulerian Graph:
Hamiltonian path:
Hamiltonian Circuit:
A circuit of a graph G is called a Hamiltonian circuit, if it
includes each vertex of G exactly once.
Hamiltonian Graph:
∑ deg ( v i ) =2 e
i=1
Proof:
Since every edge is incident with exactly two
vertices, every edge contributes 2 to the sum of the
degree of the vertices.
Therefore, all the e edges contribute 2e to the sum
of the degree of the vertices.
n
Hence∑ deg ( v i ) =2 e.
i=1
❑
Let ∑ deg ( v i ) =2 k Where k is a constant .
v i ∈V 1
∑ deg ( v j )=2e-2 k
v j ∈V2
❑
∑ deg ( v j )=2 ( e−k )
v j ∈V 2
❑
∴ ∑ deg ( v j ) is even.
v j∈ V 2
contained in v∑
∈V
deg ( v j ) or in V2 is even.
j 2
n ( n−1 )=2 e
n ( n−1 )
⟹ e=
2
n ( n−1 )
(i.e) Number of edges = 2
( n−k ) ( n−k+ 1 )
components is 2
.
Solution:
Given G be a disconnected graph with n vertices and k
components.
Let the number of vertices in the i
th
component be ni
2 2 2
( n 1−1 ) + ( n2−1 ) + …+ ( n k −1 ) +2 ( n1−1 ) ( n 2−1 )
ni ( ni−1 )
Maximum number of edges in i
th
component ¿
2
n1 ( n1−1 ) n2 ( n2−1 ) nk ( nk −1 )
¿ + + …+
2 2 2
2 2 2
n1 −n1 +n2 −n2+ …+n k −nk
¿
2
( n−k )2+(n−k )
≤
2
( n−k )( n−k +1 )
≤
2
( n−k ) ( n−k+ 1 )
Hence, maximum number of edges 2
.
5)Define self-complementary graph. Show that if G a
self-complementary graph with n vertices then it has
4 n∨4 n+1 vertices( i .e ) n=0∨1 ( mod 4 ).
Solution:
A graph G is said to be self complementary graph if
its complement graph G is isomorphic to G.
( i .e ) G≅ G
Number of edges in G
n ( n−1 )
No. of edges in G=
2
–e
n ( n−1 )
e +e=
2
n ( n−1 )
2 e=
2
4 e=n ( n−1 )
n ( n−1 )
e=
4
( i .e ) n ≡0∨1 ( mod 4 ).
Proof:
Let the graph G be Eulerian and so it has an
Eulerian circuit v 1 e 1 v 2 e 2 v 3 … … … e n v1 which traverses
through all edges of G only once.
and e . n
and v respectively.
n