Consider the graph $G$ in the following picture
It can be verified (using Sage or an equivalent program) that $G$ has a trivial automorphism group.
What I am wondering is how to show this fact by a formal (by hand) proof that uses the least amount possible of case analysis. Anyone happens to see a short proof?
Well, here is my attempt.
First, we observe that there are 3 triangles: $A=\{1, 5, 9\}, \,B=\{0, 8, 4\}$ and $C=\{2, 6, 11\}$. If $\varphi$ is an automorphism, then it should act as a permutation of ${A, B, C}$. Now, looking at the distances between triangles, we see that $d(A, B)=d(A, C)=1$ and $d(B, C)=2$. Therefore, $\varphi$ should send $A$ to itself.
So, $\varphi$ somehow permutes vertices $\{1, 5, 9\}$. Now we look at the distances from these vertices to the triangles $B$ and $C$. $d(1, B)=d(1,C)=2$, $d(5, B)=d(9, C)=1$ and $d(5, C)=d(9, B)=2$. From this it is clear that $\varphi(1)=1$, and $\varphi(\{5, 9\}) = \{5, 9\}$.
From the above it follows that $\varphi(7)=7$. Now, $d(7, B)=1$ and $d(7, C)=2$. Therefore, $\varphi(B)=B$ and $\varphi(C)=C$. From this we see that $\varphi(5)=5$ and $\varphi(9)=9$.
So now we know that $\varphi$ fixes vertices $1, 5, 9, 7$. From this it is already clear that $\varphi$ is the identity.
This doesn't look very short, but it doesn't involve any case analysis either.