A graph is mathematically defined as $G=<V_G, E_G, S_G, t_G, L_G, M_G>$ where:
These elements come together to create a graph representation:
In this example A and B are labelled vertices and C is a directed, labelled edge.
There are three major types of graph:
A subgraph exists when it contains a subset (proper or improper) of the nodes and edges of another graph. This means that a graph may be a subgraph of itself in the form of an Inclusion (where two graphs share the same nodes and edges). A graph may also be described as Induced if for every edge the correct nodes are given. If a graph is under morphism then it is said to be an Image.