Small generating set-finding problem for permutation encodings

From Groupprops

Description

A group acting on a set of size , described by means of a generating set of .

Find a generating set for whose size is bounded by some fixed polynomial in , in time proportional to times a fixed polynomial in .

Particular algorithms

Reductions

Reduction to generating set-checking problem

The generating set-finding problem has a nondeterministic reduction to the generating set-checking problem: first guess a generating set, then check if it works.

Importance

Many problems, including the testing of group properties and subgroup properties, have algorithms that proceed much faster if a generating set of small size is available. Thus, the small generating set-finding algorithms are typically used in conjunction with the generating set-dependent algorithms.