Is automorphism group (or set) of a graph G equal to the automorphism group (or set) of adjacency matrix of G? Example: G1,G2 are separate graphs where Gpi/1=G2 and G=bar G1∪bar G2. Also, pi swaps only 2 vertices of G1, say, it swaps kth vertex with (k+1)^th vertex. So, the adjacency matrix of G1!= the adjacency matrix of G2. We will have this dissimilarity in G also.

Madilyn Quinn

Madilyn Quinn

Answered question

2022-10-17

Automorphism group of a graph = Automorphism group of that graph's adjacency matrix?
Is automorphism group (or set) of a graph G equal to the automorphism group (or set) of adjacency matrix of G?
Example: G 1 , G 2 are separate graphs where G 1 π = G 2 and G = G ¯ 1 G ¯ 2 . Also, π swaps only 2 vertices of G 1 , say, it swaps k t h vertex with ( k + 1 ) t h vertex.
So, the adjacency matrix of G 1 the adjacency matrix of G 2 .
We will have this dissimilarity in G also.
G is made of 2 non equal matrices of G ¯ 1 , G ¯ 2 . There are only two dissimilar columns/ rows. They are k t h , ( k + n ) t h and ( k + 1 ) t h , ( k + 1 + n ) t h vertex. Remaining all pairs of rows/columns (i,i+n) are same where i k , k + 1
Now, consider a permutation σ of G that swaps k t h vertex of Gwith ( k + 1 + n ) t h vertex of G. Note that, k t h vertex is in G 1 and ( k + 1 + n ) t h vertex is in G 2 .
here, the adjacency matrix of G σ the adjacency matrix of G.
So, Automorphism group of a graph Automorphism group of that graph's adjacency matrix.
Is it correct?
This post is the source of my argument.
If A is a matrix and π is an automorphism of A, then A π = A.

Answer & Explanation

cdtortosadn

cdtortosadn

Beginner2022-10-18Added 19 answers

Your definition of automorphism is a bit too strong, I feel. Leaving something "unchanged" in the sense that the numbers in each cell of a matrix is a VERY strong notion of equality. However, you're not using that definition of equality for graphs.
As corrected by Morgan Rodgers, strict equality actually works fine. The adjacency matrices are indeed unchanged under automorphisms when the adjacency matrices are constructed with the same vertex set and the vertex vi corresponds to column and row i always.
Everything below still holds, but any mention of row-column swapping may be trivially true.
If a graph undergoes an automorphism, it has been turned into another graph with equivalent structure.
G 1 = ( V 1 , E 1 )
G 2 = ( V 2 , E 2 )
f ( G 1 ) = G 2 is an automorphism if and only if:
There exists a bijection g: g : V 1 V 2 such that ( x , y ) E 1 if and only if ( g ( x ) , g ( y ) ) E 2
This is not the same as f ( G 1 ) = G 2 if and only if V 1 = V 2 and e E 1 e E 2 , which would be true equality. This stricter definition is closer to the one you were holding for adjacency matrices. Essentially, each index in each of the vertex and edge is "unchanged", therefore under this equality any swapping at all is not an automorphism. This is not what you intend at all, I'm fairly certain.
If you consider that you're already constructing equivalence classes between graphs (otherwise, the only automorphism on graphs is the identity map), then you can similarly construct an equivalence class on the adjacency matrices.
You define a new = relation such that A 1 = A 2 if and only if A 2 can be attained by a sequence of (i,j) row-column swaps (swap the i,j rows and i,j columns) from A 1 . For any finite graph, this is verifiable exhaustively by trying every possible sequence of swaps to check equality. This equality relation is far more relaxed than cell-by-cell equality and it gives you exactly what you need to verify automorphisms between the graphs these adjacency matrices represent.
This equality relation is consistent with any automorphism on your graph. If your automorphism swaps the i,j vertices with each other, this bijectively maps to an automorphism in your adjacency matrices by swapping the i,j row-columns. The reverse also holds following similar logic.
Any automorphism on your graphs can be factored into a minimal chain of single-swap automorphisms. Any automorphisms on your adjacency matrices can be constructed by composition of single-swap automorphisms (closure property of automorphisms). As such, there is a unique automorphism on the graphs for each automorphism on the adjacency matrices. The reverse is also true following similar logic.
We now have a bijective map from the automorphism group of the graphs to the automorphism group of their adjacency matrices. Therefore, the groups are equivalent.

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?