I understand what an automorphism is, and I can sort of wrap my head around the idea that the set of automorphisms under composition form a group, but when asked to actually find the automorphism group of a graph, all I really know how to do is write out all the permutations then figure out which are automorphisms, which is both prohibitively tedious and gives answers as lists of permutations, instead of standard group notation.
2026-03-28 22:28:16.1774736896
Is there a general strategy for identifying the automorphism group of a graph?
262 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in GROUP-THEORY
- What is the intersection of the vertices of a face of a simplicial complex?
- Group with order $pq$ has subgroups of order $p$ and $q$
- How to construct a group whose "size" grows between polynomially and exponentially.
- Conjugacy class formula
- $G$ abelian when $Z(G)$ is a proper subset of $G$?
- A group of order 189 is not simple
- Minimal dimension needed for linearization of group action
- For a $G$ a finite subgroup of $\mathbb{GL}_2(\mathbb{R})$ of rank $3$, show that $f^2 = \textrm{Id}$ for all $f \in G$
- subgroups that contain a normal subgroup is also normal
- Could anyone give an **example** that a problem that can be solved by creating a new group?
Related Questions in GRAPH-THEORY
- characterisation of $2$-connected graphs with no even cycles
- Explanation for the static degree sort algorithm of Deo et al.
- A certain partition of 28
- decomposing a graph in connected components
- Is it true that if a graph is bipartite iff it is class 1 (edge-coloring)?
- Fake induction, can't find flaw, every graph with zero edges is connected
- Triangle-free graph where every pair of nonadjacent vertices has exactly two common neighbors
- Inequality on degrees implies perfect matching
- Proving that no two teams in a tournament win same number of games
- Proving that we can divide a graph to two graphs which induced subgraph is connected on vertices of each one
Related Questions in ALGEBRAIC-GRAPH-THEORY
- Normalized Laplacian eigenvalues of a path graph
- Can i consider ($\emptyset, \infty, \emptyset$) to denote a null graph?
- number of edges in infinite graph
- 2-fold covers of graphs, their spectrum and the matching polynomial
- Is the following fact for laplace matrix true? And how to prove it?
- Automorphisms of cospectral k-regular graphs
- Understanding Generalised Quadrangles
- For any sets $X$ & $Y$ can the group of automorphisms for the digraph $G(X,Y)=(X\cup Y,X\times Y)$ be express in terms of symmetric groups?
- Proof that bipartite graph has perfect matching if and only if zero sub-matrix is not included
- Convergence of function with matrix as input
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
I saw in the comments that you are stuck on the automorphism group of the cube graph and want a non-geometric approach. One way to show that the order of the automorphism group $G$ of the cube graph is $48$ is to use the orbit-stabilizer lemma and to draw the distance partition of the cube graph.
The cube graph is vertex-transitive, and so by the orbit-stabilizer lemma, $|G|= 8 \cdot |G_v|$, where $G_v$ is the set of automorphisms of the graph that fixes vertex $v$. Without loss of generality, take $v$ to be the identity vertex $000$ (I'm assuming you are familiar with this definition of the cube where the vertices correspond to bit strings of length $3$). Observe that any permutation of the three coordinates preserves adjacency and fixes $v$. This proves that $|G_v| \ge 3!=6$.
The distance partition of the cube graph with respect to vertex $v$ can be obtained by doing a breadth-first-search starting at vertex $v$. The $i$th layer of the distance partition is the set of vertices whose distance to $v$ is exactly $i$. It can be shown from this drawing of the cube graph that each vertex in the $ith$ layer ($i \ge 2$) has a unique set of neighbors in the previous layer. Hence, any automorphism of the graph which fixes $v$ and each of its neighbors is the trivial automorphism. This proves that $|G_v| \le 3!$. Hence $|G| = 8 \cdot 3! = 48$.
The above argument gives the order of the automorphism group. If you also want the structure of this group, it can be shown to be the semidirect product $\mathbb{Z}_2^3 \rtimes S_3$. The geometric approach can be used to show that the group is isomorphic to the direct product $C_2 \times S_4$.
The strategy used here to obtain the automorphism group was to observe that the cube graph can be defined equivalently by adjacencies between bit strings differing in exactly one coordinate and to use the basic theory of group actions. In the geometric approach also, one can consider the action of the automorphism group of the cube on its four diagonals.