Definition
A (simple) graph is defined as a set of vertices
Properties
Explanations
- Start with a finite graph with no edges so
- Adding any edge has to connect two vertices and it will increase the order of each of those vertices by one increasing the sum by 2.
- Start with a finite graph with no edges so
- Given a finite graph any vertex can be connected to at most all other vertices.
- For a graph with
vertices, for all vertices , there are at most edges it can be connected so
Isomorphism
2 (simple) graphs are isomorphic if they have the same structure e.g. same number of vertices connected in the same way.
Rigorously two graphs
is Bijective
Subgraphs
A subgraph of
Walks
A Walk is a route through a graph along the edges from one vertex to the next.
A Path (denoted as
Connection
Two vertices are connected if there exists a path between them. A graph is connected if every vertex is connected. If it is not connected it is disconnected.
Complete Graph
A Complete Graph (denoted as
Planar
A graph is planar if it can be drawn on a plane with no edges meeting/crossing over other than at the vertices.
Tree
A tree is a connected graph which contains no cycles.
A spanning tree of a graph is a subgraph which contains all the vertices in