Two graphs are isomorphic, i.e have the same structure, if there exists a function taking one graph to the other which has a bijection between edges, and preserves adjacency and non adjacency of the vertices.
I am considering graphs in a set theoretic sense. A graph is a set of two element sets, where each two element set contains, vertices connected by an edge. I know that I am excluding the case of hyperedges.
Now clearly if two such sets have the same cardinality, there is a bijection between edges. Anybody have an idea how I might determine if there is a function that preserves adjacency and non adjacency?
