By def- inition, if G′ is such a graph isomorphic to G, there exists a bijection f:V →V that is an isomorphism of G and G′.The number of all possible bijections f : V → V is n!, and hence G is isomorphic to at most n! distinct graphs on the set V . (We may be overcounting! For our specific example for n = 3, we had 3! = 6 bijections but only 3 distinct graphs isomorphic to G—can you explain why?)
In other words, each class of the equivalence $\cong$ on the set of all graphs with vertex set V consists of no more than n! graphs, Therefore, the number of equivalence classes is at least
$$\frac{2^{\frac{n}{2}}}{n!}$$
My question 1 is on the first highlighted part, is the reason because every edge can be counted twice therefore, the 3 more? like if the same graph in a mirror?
my second question is I still don't fully understand the concept of equivalence on the second highlight.
Please show me some examples with detail explaination. Thanks.