graph isomorphism
A graph isomorphism is a bijection between the vertices of two graphs and :
with the property that any two vertices and from are adjacent if and only if and are adjacent in .
If an isomorphism can be constructed between two graphs, then we say those graphs are isomorphic.
For example, consider these two graphs:
Although these graphs look very different at first, they are in fact isomorphic; one isomorphism between them is
Title | graph isomorphism |
---|---|
Canonical name | GraphIsomorphism |
Date of creation | 2013-03-22 12:16:24 |
Last modified on | 2013-03-22 12:16:24 |
Owner | vampyr (22) |
Last modified by | vampyr (22) |
Numerical id | 5 |
Author | vampyr (22) |
Entry type | Definition |
Classification | msc 05C60 |
Synonym | isomorphism |
Synonym | isomorphic |
Related topic | Graph |
Related topic | Digraph |
Related topic | GraphHomomorphism |