TOPICS
Search

Fixing Number


Let G be a finite graph and v a vertex of G. The stabilizer of v, stab(v), is the set of group elements {g in Aut(G)|g(v)=v}, where Aut(g) is the graph automorphism group. The vertex stabilizer of a set of vertices S subset= V(G) is then defined as stab(S)={g in Aut(G)|g(v)=v forall v in S}. A vertex v is fixed by a group element g in Aut(G) if g in stab(v).

A set of vertices S in V(G) is called a fixing set of G if (S) is trivial. The smallest cardinality of a fixing set of G is called its fixing number fix(G) (Erwin and Harary 2006, Gibbons and Laison 2009).

Fixing numbers are integers that range from 0 (for an identity graph) to n-1 (for a complete or empty graph), where n is a graph's vertex count.

The fixing number of a graph is equal to that of its graph complement.

Greenfield (2011) summarizes values of the fixing numbers for a number of graph families and discusses a number of fixing number algorithms.

FixingNumberSuboptimalGreedy

Gibbons and Laison (2009) proposed a greedy algorithm for determining a fixing number, noting that it was not known to be well-defined. The 12-vertex Greenfield graph was subsequently discovered by Greenfield (2011), demonstrating that the result of the algorithm can depend on the vertices chosen at each step and so establishing that it provides only an upper limit to the graph's fixing number. Greenfield's graph (which Greenfield postulated to be the smallest exceptional graph possible), together with a number of other such exceptional graphs (E. Weisstein, Jun. 6, 2023), are illustrated above and summarized in the table below.

vertex countfixing numbergreedy fixing numbergraph
1234Greenfield graph
162316-cubic graph 20
1623(3,3,16,3)-regular nonplanar diameter graph
2057Folkman graph

However, excepting a small number of such cases, the greedy algorithm does give the actual fixing number for almost all small named or tabulated simple graphs.


See also

Greedy Algorithm, Greenfield Graph, Group Orbit, Stabilizer

Explore with Wolfram|Alpha

References

Gibbons, C. R. and Laison, J. D. "Fixing Numbers of Graphs and Groups." Electron. J. Combin. 16, No. R39, 2009.Greenfield, K. B. "The Fixing Number of a Graph." B.S. thesis. Worcester, MA: Worcester Polytechnic Institute, 2011.Erwin, D. and Harary, F. "Destroying Automorphisms by Fixing Nodes." Disc. Math. 306, 3244-3252, 2006.

Cite this as:

Weisstein, Eric W. "Fixing Number." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/FixingNumber.html