Session 02 - Introduction to Graph Theory II
A graph
A subgraph
Let
Some Operations on Graphs
Let
- removing an edge
is notated by - removing a set of edges
is notated by - adding an edge e is notated by
- removing a vertex
(and all edges incident to it): where is the set of edges in not incident to . - removing a set of vertices
: where is the set of edges in not incident to any vertex in . - For an edge
with endpoints and , let
= all edges in that do not have or as an endpoint and an edge connecting with every neighbour of or . - The union of
and is defined to be:
Two simple graphs
Such a function
Two simple graphs are not isomorphic are called nonisomorphic.
Let
A path of length
The path is a circuit if it begins and ends at the same vertex.
The path passes through the vertices
A path or circuit is simple if it does not contain the same edge more than once.
An undirected graph is connected if there is a path between every pair of distinct vertices of the graph.