SearchFrobeniusGroups - Maple Help

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Mathematics : Group Theory : SearchFrobeniusGroups

GroupTheory

  

SearchFrobeniusGroups

  

search for Frobenius groups satisfying specified properties

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

SearchFrobeniusGroups(spec, formopt)

Parameters

spec

-

expression sequence of search parameters

formopt

-

(optional) an option of the form form = X, where X is one of "id" (the default), "permgroup", or "count".

Description

• 

The SearchFrobeniusGroups( spec ) command searches Maple's database of Frobenius groups for groups satisfying properties specified in a sequence spec of search parameters. The valid search parameters may be grouped into several classes, as described in the following sections.

• 

Use the form = X option to control the form of the output from this command. By default, an expression sequence of IDs for the FrobeniusGroups database is returned. This is the same as specifying form = "id". To have an expression sequence of groups, either permutation groups, or finitely presented groups, use either the form = "permgroup" or form = "fpgroup" options, respectively. Finally, the form = "count" option causes SearchFrobeniusGroups to return just the number of groups in the database satisfying the constraints implied by the search parameters.

• 

Note that the IDs returned in the default case are the IDs of the groups within the FrobeniusGroups database.  These may differ from the IDs for the same group if it happens to be present in another database, such as the SmallGroups database, which has its own set of group IDs.

• 

Note further that IDs returned by SearchFrobeniusGroups are limited to those actually present in the database. In particular, they are limited by the maximum group order and by the order exclusions documented in FrobeniusGroup.

Boolean Search Parameters

• 

Boolean search parameters p, such as supersoluble, can be specified in one of the forms p = true, p = false, or just p (which is equivalent to p = true). If the boolean search parameter p is true, then only groups satisfying the corresponding predicate are returned.  If the boolean search parameter p is false, then only groups that do not satisfy the predicate are returned. Leaving a boolean search parameter unspecified causes the SearchFrobeniusGroups command to return groups that do, and do not, satisfy the corresponding predicate.

• 

The supported boolean search parameters are described in the following table.

abeliancomplement

describes groups with an Abelian Frobenius complement

abeliankernel

describes groups with an Abelian Frobenius kernel

complete

describes the class of complete  groups

cycliccomplement

describes groups with a cyclic Frobenius complement

cyclickernel

describes groups with a cyclic Frobenius kernel

elementarykernel

describes groups with an elementary abelian Frobenius kernel

homocyclickernel

describes groups with a homocyclic Frobenius kernel

nilpotentcomplement

describes groups with a nilpotent Frobenius complement

orderedsylowtower

describes the class of groups with an ordered Sylow tower

perfect

describes the class of perfect groups

perfectorderclasses

describes the class of groups with perfect order classes

primitive

describes the class of primitive groups

soluble

describes the class of soluble groups

supersoluble

describes the class of supersoluble groups

sylowtower

describes the class of groups with a Sylow tower (of any complexion)

Numeric Search Parameters

• 

Maple supports search parameters that describe numeric invariants of finite groups. All have positive integral values. A numeric search parameter p may be given in the form p = n, for some specific value n, or by indicating a range, as in p = a .. b. In the former case, only groups for which the numeric parameter has the value n will be returned. In the case in which a range is specified, groups for which the numeric invariant lies within the indicated range (inclusive of its end-points) are returned. In addition, inequalities of the form p < n (p > n) or p <= n (p >= n) are supported.

• 

The supported numeric search parameters are listed in the following table.

classnumber

indicates the number of conjugacy classes of the group

orderclassnumber

indicates the number of order classes of the group

elementordersum

indicates the sum of the orders of the elements of the group

maxelementorder

indicates the largest order of an element of the group

derivedlength

indicates the number of composition factors of the group

frattinilength

indicates the length of the Frattini series of the group

exponent

indicates the exponent of the group

kernel_nilpclass

indicates the nilpotency class of the Frobenius kernel

order

indicates the order (cardinality) of the group

rank

indicates the permutation group rank (number of sub-orbits) of the group

transitivity

indicates the transitivity of the group

nsylow[ p ]

indicates the number of Sylow p-subgroups of the group

Subgroup and Quotient Search Parameters

• 

A subgroup of a Frobenius group is typically not a Frobenius group. (It may be in some cases, of course.) Therefore, subgroups of Frobenius groups are indicated by using their ID from the database of small groups. In some cases, only the order of the subgroup is stored, since the subgroup is larger than any group in the SmallGroups database.

• 

Several subgroup search parameters are supported. These describe the isomorphism type of various subgroups of a group by specifying the Small Group ID (as returned by the IdentifySmallGroup command), or just the order of the group if is too large to have a SmallGroups database ID.

• 

For a subgroup or quotient search parameter p, passing an equation of the form p = [ord,id] causes the SearchSmallGroups command to return only groups whose subgroup, or quotient group, corresponding to p are isomorphic to the small group ord/id to be returned.  Passing an equation of the form p = ord causes the SearchSmallGroups command to return only groups whose subgroup, or quotient group, corresponding to p have order ord.

• 

The following table describes the supported subgroup search parameters.

complement

specifies the SmallGroup ID (or order) of the Frobenius complement

derivedsubgroup

specifies the SmallGroup ID (or order) of the derived subgroup

derivedquotient

specifies the SmallGroup ID (or order) of the derived quotient

kernel

specifies the SmallGroup ID (or order) of the Frobenius kernel

sylow[ p]

specifies the SmallGroup ID (or order) of the Sylow p-subgroup

• 

It is important to understand that the option values for subgroups are the IDs within the small groups database, while the IDs returned by the SearchFrobeniusGroups command are the IDs of groups within the FrobeniusGroups database.

Examples

withGroupTheory&colon;

The following command places no restrictions on the groups being queried, so it just returns the total number of Frobenius groups in the database because of the form = "count" option.

SearchFrobeniusGroupsform=count

9034

(1)

What are the Frobenius groups of order 100?

SearchFrobeniusGroupsorder=100

100&comma;1,100&comma;2,100&comma;3

(2)

Let's check that each of these has an abelian Frobenius kernel.

IsAbelianFrobeniusKernelFrobeniusGroup100&comma;1

true

(3)

IsAbelianFrobeniusKernelFrobeniusGroup100&comma;2

true

(4)

IsAbelianFrobeniusKernelFrobeniusGroup100&comma;3

true

(5)

However, not all have a cyclic Frobenius kernel.

IsCyclicFrobeniusKernelFrobeniusGroup100&comma;1

true

(6)

IsCyclicFrobeniusKernelFrobeniusGroup100&comma;2

false

(7)

IsCyclicFrobeniusKernelFrobeniusGroup100&comma;3

false

(8)

Let's see what other Frobenius groups have a cyclic kernel of order 25.

SearchFrobeniusGroupskernel=25&comma;cyclickernel

50&comma;1,100&comma;1

(9)

We get the same result if we further specify that the Frobenius complement be nilpotent.

SearchFrobeniusGroupskernel=25&comma;cyclickernel&comma;nilpotentcomplement

50&comma;1,100&comma;1

(10)

The following command counts the number of Frobenius groups of order at most 1000 with Frobenius complement of order 4.

SearchFrobeniusGroupsorder1000&comma;complement=4&comma;form=count

59

(11)

Find the doubly transitive Frobenius groups in the database with a homocyclic Frobenius kernel and order greater than 10000.

SearchFrobeniusGroups10000<order&comma;1<transitivity&comma;homocyclickernel

10100&comma;1,10506&comma;1,11342&comma;1,11772&comma;1,12656&comma;1,14520&comma;1,14520&comma;2,14520&comma;3,14520&comma;4

(12)

Count the Frobenius groups with rank equal to 7.

SearchFrobeniusGroupsrank=7&comma;form=count

39

(13)

Compatibility

• 

The GroupTheory[SearchFrobeniusGroups] command was introduced in Maple 2019.

• 

For more information on Maple 2019 changes, see Updates in Maple 2019.

• 

The GroupTheory[SearchFrobeniusGroups] command was updated in Maple 2021.

See Also

GroupTheory

GroupTheory[FrobeniusComplement]

GroupTheory[FrobeniusGroup]

GroupTheory[FrobeniusKernel]

GroupTheory[IsAbelian]

GroupTheory[IsCyclic]