* [[Start|Home]] * [[Possible Outlines]] * [[playground:Playground]] * [[Needs Review]] * [[sidebar|Edit The Sidebar]]
* [[Start|Home]] * [[Possible Outlines]] * [[playground:Playground]] * [[Needs Review]] * [[sidebar|Edit The Sidebar]]
Consider the directed graph shown below with vertex set and arrows (directed edges)
%center%http://bmw.byuimath.com/aa/lib/exe/fetch.php?media=problem:digraphsquare.png%%
# Is there is an such that every other is of the form for some ?
%%%%%
% DEPENDENCIES
% RequiredPackages: \usepackage{tikz}
% RequiredMacros: \DeclareMathOperator{\aut}{Aut}
%%%%%
\begin{problem}
Consider the directed graph $\mathcal{G} = (V,A)$ shown below with vertex set $V = \{1,2,3,4\}$ and arrows (directed edges) $$A = \{(1,2),(2,3),(3,4),(4,1)\}.$$
%center%http://bmw.byuimath.com/aa/lib/exe/fetch.php?media=problem:digraphsquare.png%%
\begin{enumerate}
\item How would you define an automorphism of a directed graph?
\item List all the automorphisms of this directed graph. You should have 4.
\item Is there is an automorphism $a\in \aut(\mathcal{G})$ such that $a^2=a\circ a$ (the composition) is the identity automorphism, but $a$ is not the identity?
\item Is there is an $a\in \aut(\mathcal{G})$ such that $a^3=a\circ a\circ a$ is the identity but $a$ is not the identity?
\item Is there is an $a\in \aut(\mathcal{G})$ such that every other $b\in \aut(\mathcal{G})$ is of the form $b=a^n$ for some $n$?
\item For every $a,b\in \aut(\mathcal{G})$, do we have $a\circ b = b\circ a$?
\end{problem}