Normal closure-finding problem: Difference between revisions
No edit summary |
|||
| Line 3: | Line 3: | ||
==Description== | ==Description== | ||
We are given a [[group]] <math>G</math> and a [[subgroup]] <math>H</math> specified by some means (typically using [[generating set]]s, though we may also specify them using membership tests). The goal is to obtain a description of the [[normal closure]] <math>K = H^G</math> of <math>H</math> in <math>G</matH> using the same language (so if <math>G</math> and <math>H</math> are described using generating sets, we want a generating set for <math>K</math>, whereas if <math>G</math> and <math>H</math> are described using membership tests, then <math>K</math> is also to be described using a membership test. | |||
==Relation with other problems== | ==Relation with other problems== | ||
Revision as of 20:27, 25 June 2013
This article describes the subgroup operator computation problem for the subgroup operator: normal closure
Description
We are given a group and a subgroup specified by some means (typically using generating sets, though we may also specify them using membership tests). The goal is to obtain a description of the normal closure of in using the same language (so if and are described using generating sets, we want a generating set for , whereas if and are described using membership tests, then is also to be described using a membership test.