Jesrael B. Palco, PHD: School of Graduate Studies Mindanao State University at Naawan
Jesrael B. Palco, PHD: School of Graduate Studies Mindanao State University at Naawan
Definition 1.1.1
Example 1.1.2
Consider the graph G with V (G) = {1, 2, 3, 4, 5} and
E(G) = {[1, 2], [3, 2], [1, 4], [3, 5]}. The graph G is as follows
G: 5 2
4 3
Definition 1.1.3
N (v) = {u : uv ∈ E(G)}.
Example 1.1.4
Consider the graph G in Example 1.1.2, if
E(G) = {12, 13, 25, 35, 32}, then 4 ∈ V (G) is an isolated
vertex.
G: 5 2
4 3
1. Simple Graphs
1.2 Varieties in Graphs
Definition 1.2.1
Example 1.2.2
The graph below is a pseudograph.
a b
G:
c
|V (G)| = 3, |E(G)| = 5
E(G) = {[a, a] , [a, b] , [b, c] , [a, c] , [c, b]}
1. Simple Graphs
1.2 Varieties in Graphs
Definition 1.2.3
Remark 1.2.4
A multigraph is a graph. A simple graph is a multigraph
but the converse is not always true.
1. Simple Graphs
1.3 u-v Geodesics
Definition 1.3.1
Remark 1.3.2
We may denote W as W = [v0 , v1 , v2 , . . . , vn−1 , vn ].
1. Simple Graphs
1.3 u-v Geodesics
Example 1.3.3
Consider the graph G below
a
c
G: b d
Remark 1.3.4
A path and a cycle of order n are denoted by Pn and Cn ,
respectively.
Definition 1.3.5
a1 a4
K9 :
a9 a5
a8 a6
a7
1. Simple Graphs
1.3 u-v Geodesics
Definition 1.3.6
K4,5 :
b1 b2 b3 b4 b5
Exercises 1.3.7
1 Construct a complete graph of order 1 ≤ n ≤ 6.
2 Construct all possible bipartite graphs of order 4.
3 Construct K4,5 and K3,5 .