New
New
Definition:3.4
Definition:3.5
Theorem: 3.11
Proof:
Conversely,
44
Let g be a minimal majority dominating function of G and let g(v) = 1.
Theorem: 3.12
1 if n is odd
Γmaj (Kn )=
2 if n is even
Proof:
45
1 if n is odd
Therefore for any minimal dominating function of Kn , g(V )=
2 if n is even
1 if n is odd
Hence Γmaj (Kn )=
2 if n is even
Theorem: 3.13
1 if n is odd
Γmaj (K1 , n − 1)=
2 if n is even
Proof:
Let G = K1,n−1 .
Let V (G) = {v1 , v2 , v3 , ..., vn−1 } and d(v) = n
Let g : V → {−1, 1} be a majority domainating function of G.
If g(v) = −1, then g(N [vi ]) ≤ 0 for all i, 1 ≤ i ≤ n − 1,
which is contradiction.
Hence g(v) = 1.
Now, g(N [vi ]) ≥ 1 if and only if g(vi ) = 1 for atleast d n−1
2
e vertices vi .
Thus v ∈ P and |P | ≥ d n−1
2
e + 1.
Also if |P | ≥ d n−1
2
e + 1, then g(N [v]) ≥ 2 for all v ∈ P .
Hence |S| − k > d n2 e and by theorem
A Majority dominating function g of a graph G is minimal if and only if |S| − k < d n2 e.
g is not a minimal majority dominating function of G.
46
1 if n is odd
Hence Γmaj (K1 , n − 1) = g(v)=
2 if n is even
Theorem: 3.14
Let G denoted the friendship graph with t triangles (u0 , ui , ui+t , u0 ), where 1 ≤ i ≤ t.
Then Γmaj (G) = 1
Proof:
P
Thus Γmaj ≥ ui ∈V g(ui ) = 1
47
Now, suppose f (N [u0 ]) = Γmaj (G) ≥ 3.
Then |P | ≥ t + 2. Since f (N [u0 ]) ≥ 3 and k > 0,
which is contradiction.
48
CONCLUSION
Graph theory enables us to study and modle networks and solve difficult problems
inherently capable of being modelled using nrtworks.
Various terms e.g. veretex and edge, are associated with graph theory which gives these
terms special meanings need to be understood and remember in order to apply graph the-
oretic approaches to solving problem.
When solving a peoblem by developing a graph -based program, careful attention must
be given at the design stage to the structuring of data to help make solving the problem
teactable,to enable linkages to be traced efficiently and to avoid duplication of data.
49
APPLICATIONS
The ideas and concepts of graph theory are widely used in various branches of science.
In general , without knowing the concepts of graph we also use these in our day to
day life. For example when we have to go to place which is connecting with our starting
point by different ways then we use the shortest rode to arrive the destination soon.
Here if we observe this problem from the point of view of graph theory the two places
can be considered as vertices and roads are as edges.
If we also consider the direction of travel then the graph must be directed.
Similarly ,we can use these concepts of graph theory in verious situations.
Here we are now going to discuss the applications of graph theory in various branches
of science:
Graph theory is used in chemistry for mathematical modelling of chemical phenomena.
We can make natural model of a molecule where vertices represent atoms and edges rep-
resent bond.
Graph theory is used in many areas of biology. Graphcan be drug target identification,
determining a protein’s orgene’s function.
Using these algorithums and programmes we can solve different theoritical problems.
There are some algorithms listed below.
50