GroupTheory
Simplify
simplify the presentation for a group
Calling Sequence
Parameters
Description
Examples
Compatibility
Simplify( G )
Simplify( G, tryhard )
G
-
a finitely presented group
The Simplify( G ) command attempts to simplify the presentation associated to the finitely presented group G. First, simplifications try to reduce the numbers of generators and relators, but this may cause an increase in the total relator length.
Use the tryhard option to force the Simplify command to employ more expensive simplifications that aim to reduce the total relator length.
You can use the PresentationComplexity command to measure the result of simplification.
The Simplify( G ) command employs several Tietze transformations, composed in a series of "rounds", to try to produce a "smaller" presentation for the input group G. In the current implementation, each round consists of the following steps:
Step
cyclic reduction
all relators are cyclically reduced
redundant relator removal
any relators that are trivially redundant are removed
elimination of trivial generators
any trivial generators detected are removed
elimination by "short" relators
relators of length 2 are used to eliminate generators
power-relator consolidation
multiple power relators for the same generator are resolved to a single relator
elimination by "long" relators
relators of length greater than 2 are used to eliminate generators
common subword reduction (tryhard)
with the tryhard option, or for very small presentations, an attempt is made to reduce the total relator length
The first several simplifications listed are relatively inexpensive, and do not increase the total relator length, but may reduce the number of generators and relators.
Elimination by "long" relators is moderately expensive, and decreases the number of generators and relators, at the expense of an increase in the total relator length.
Common subword reduction is very expensive, and is only performed for presentations with few relators, or at the request of the user by the inclusion of the tryhard option.
Because the implementation of this command involves heuristics that employ a trade-off between the level of simplification that can be achieved as well as time- and space-performance, the implementation is expected to evolve. As a result, it cannot be expected that the exact simplifications performed on any given finite presentation will be compatible between Maple releases.
with⁡GroupTheory:
G≔a,b,c,d|a2,b2,c2,d2,a·b=c,b·c=d,d·a=b
G≔⁢a,b,c,d⁢∣⁢a2,b2,c2,d2,a-1⁢d-1⁢b,b-1⁢a-1⁢c,c-1⁢b-1⁢d⁢
Simplify⁡G
⁢a⁢∣⁢a2⁢
G≔a,b,c|a2,b3,c5,a·b·c=1
G≔⁢a,b,c⁢∣⁢a2,a⁢b⁢c,b3,c5⁢
PresentationComplexity⁡G
3,4,13
G≔Simplify⁡G
G≔⁢a,b⁢∣⁢a2,b3,b-1⁢a-1⁢b-1⁢a-1⁢b-1⁢a-1⁢b-1⁢a-1⁢b-1⁢a-1⁢
Note that while the number of generators and relators have each been reduced by one, the total relator length has increased by two.
2,3,15
G≔SmallGroup⁡32,5,form=fpgroup
G≔⁢a1,a2,a3,a4,a5⁢∣⁢a22,a32,a52,a12⁢a4-1,a42⁢a5-1,a3-1⁢a1-1⁢a3⁢a1,a3-1⁢a2-1⁢a3⁢a2,a4-1⁢a1-1⁢a4⁢a1,a4-1⁢a2-1⁢a4⁢a2,a4-1⁢a3-1⁢a4⁢a3,a5-1⁢a1-1⁢a5⁢a1,a5-1⁢a2-1⁢a5⁢a2,a5-1⁢a3-1⁢a5⁢a3,a5-1⁢a4-1⁢a5⁢a4,a2-1⁢a1-1⁢a2⁢a1⁢a3-1⁢
5,15,53
G≔⁢a1,a2⁢∣⁢a22,a1-2⁢a2-1⁢a12⁢a2,a18,a1-1⁢a2-1⁢a1⁢a2-1⁢a1-1⁢a2⁢a1⁢a2,a2-1⁢a1⁢a2⁢a1-1⁢a2-1⁢a1-1⁢a2⁢a1,a2-1⁢a1-1⁢a2⁢a1⁢a2-1⁢a1-1⁢a2⁢a1,a1-4⁢a2-1⁢a14⁢a2,a1-2⁢a2-1⁢a1⁢a2⁢a12⁢a2-1⁢a1-1⁢a2,a1-4⁢a2-1⁢a1⁢a2⁢a14⁢a2-1⁢a1-1⁢a2⁢
As in the previous example, the total relator length is increased, though the number of generators and relators have both been reduced.
2,9,74
Using the tryhard option, more expensive simplifications are attempted which, in this case, successfully reduce the total relator length.
G≔Simplify⁡G,tryhard
G≔⁢a1,a2⁢∣⁢a22,a1-1⁢a2⁢a12⁢a2-1⁢a1-1,a18,a1-1⁢a2-1⁢a1⁢a2-1⁢a1-1⁢a2⁢a1⁢a2,a2-1⁢a1⁢a2⁢a1-1⁢a2-1⁢a1-1⁢a2⁢a1⁢
2,5,32
The next example does not result in the elimination of any generators, but the number and total length of the relators is reduced.
G≔a,b|a10·b·a·b=1,a11·b·a2·b·a−11·b=1:
2,2,40
H≔Simplify⁡G
H≔⁢a,b⁢∣⁢a⁢b-1⁢a⁢b2⁢a⁢b⁢a-1⁢b,a10⁢b⁢a⁢b⁢
PresentationComplexity⁡H
2,2,22
The Simplify command is typically used on the output of a Reidemeister-Schreier process for producing a presentation of a subgroup of a finitely presented group.
G≔a,b,c|a3,b7,c13,a·b2,b·c2,c·a2,a·b·c2=1:
H≔Subgroup⁡c,a·b,G:
2,60,25340
H≔Simplify⁡H:
2,28,10795
H≔Simplify⁡H,tryhard:
2,5,349
The GroupTheory[Simplify] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
GroupTheory[FPGroup]
GroupTheory[PresentationComplexity]
Download Help Document