theorem
Hex.GraphIso.Aut.complete
{n k : Nat}
(G : Colored n k)
{p : Perm n}
(hp : IsIso G G p)
:
Perm.Generated (gens G) p
The discovered generators generate every automorphism of the graph.
theorem
Hex.GraphIso.autos_complete
{n k : Nat}
(G : Colored n k)
{p : Perm n}
(hp : IsIso G G p)
:
Perm.Generated (autos G).gens p
Completeness: every automorphism is a word in the returned generators.