Definition
- an isomorphism from a graph G to a graph H is a bijective function from the vertices of G to the vertices of H:
- a function that will map a vertex of a graph to the equivalent one from the other graph
- G is isomorphic to H if there is an isomorphism from/between G and H
Equivalence Relations
- For any graph
- if then
- For any graphs and , if there is an isomorphism such that then there exists such that
- if and then
- For any graphs if there are isomorphisms and is an isomorphism.
Degrees
- with being an isomorphism between G and H
- Graphs G and H have the same degree sequence
- then the degree sequence of is equal to the degree sequence of
Finding an Isomorphism
- denote the vertices of each graph separately
-
- each vertex from a graph mapped to a specific one from the other graph
- look at the neighborhood of the vertex in G to have and idea of how the neighborhood of H should look like
- could map to or , just hold the information like a sudoku
- list all the edges of a graph and their respective mapping