Graph Isomorphism
Definition 1
Let two graphs and be given. If there exists a bijective function between and , and the number of edges between vertices of matches with the corresponding vertices of , then this bijective function is called an isomorphism, and the two graphs are said to be isomorphic. In other words, a bijective function satisfying the following is called an isomorphism:
Example
For instance, consider the following two graphs:
Strictly speaking, these two graphs are not the same. Of course, the appearance of a graph is not important when distinguishing them. However, aside from that, they differ because their sets of vertices and edges are distinctly different. However, if a one-to-one correspondence like the following is provided, then the two graphs can essentially be considered the same:
See Also
Wilson. (1970). Introduction to Graph Theory: p9. ↩︎