Does a graph with two vertices of the same degree automatically have a non-trivial automorphism

automorphism-groupgraph theory

Hi I am trying to proof that all graphs with 4 vertices have a non-trivial automorphism group. I constructed a two case proof (connected and unconnected graphs) and said that if at least two vertices have the same degree the graph has a non-trivial automorphism since those two vertices can swap.

I realise this is wrong as this does not necessarily maintain the adjacency of the graph but don't know how else I would complete this proof?

any advice would be appreciated

Best Answer

Welcome to MSE ^_^

Hint: Consider any of the following asymmetric graphs

asymmetric graphs from wikipedia

Notice each of these has two vertices of the same degree, yet none of them have any nontrivial automorphisms (do you see why?). The idea is that it's not enough to swap two vertices $x$ and $y$. To be an automorphism we must the swap things next to $x$ with things next to $y$. But there might be some obstruction at this next stage. Or, similarly, at some stage many vertices away from $x$ and $y$. There is a more detailed explanation for the top left graph above below the fold, but you should try to work it out yourself too.

In the top left graph, for instance, we can't swap the two vertices of degree $1$ because we would then be forced to swap their (unique!) adjacent vertices too. Yet the two adjacent vertices have different degrees, and so cannot be swapped. Every such graph has a similar argument.


I hope this helps ^_^