Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NormalHallSubgroups #561

Merged
merged 1 commit into from
Mar 28, 2016

Conversation

hungaborhorvath
Copy link
Contributor

This is the second installment in the series of enhancing
StructureDescription. (The first being DirectFactorsOfGroup.)

A new global function NormalHalSubgroupFromSylows is introduced, which
computes normal Hall subgroups by computing normal closures of all Sylows.
An optional second argument "any" is recognized, in which case the function
returns the first nontrivial normal Hall subgroup, if exists, and returns
fail, otherwise. This will be used for computing semidirect decompositions,
because in this situation the Schur-Zassenhaus theorem guarantees a
complement.

NormalHallSubgroups is a new attribute, which consists of a list of all
normal Hall subgroups of a group. This is currently defined only for groups
which can compute size for all their subgroups. This check might not be
needed, e.g. the function works for DihedralGroup(IsFpGroup, 60), as well.

A test file is added.

This is the second installment in the series of enhancing
StructureDescription. (The first being DirectFactorsOfGroup.)

A new global function NormalHalSubgroupFromSylows is introduced, which
computes normal Hall subgroups by computing normal closures of all Sylows.
An optional second argument "any" is recognized, in which case the function
returns the first nontrivial normal Hall subgroup, if exists, and returns
fail, otherwise. This will be used for computing semidirect decompositions,
because in this situation the Schur-Zassenhaus theorem guarantees a
complement.

NormalHallSubgroups is a new attribute, which consists of a list of all
normal Hall subgroups of a group. This is currently defined only for groups
which can compute size for all their subgroups. This check might not be
needed, e.g. the function works for DihedralGroup(IsFpGroup, 60), as well.

A test file is added.
@fingolfin fingolfin added the kind: enhancement Label for issues suggesting enhancements; and for pull requests implementing enhancements label Feb 10, 2016
@markuspf markuspf added this to the GAP 4.9.0 milestone Mar 7, 2016
@markuspf markuspf merged commit d59a4db into gap-system:master Mar 28, 2016
@olexandr-konovalov
Copy link
Member

@hungaborhorvath: since this PR now merged, could you please add to the Wiki page for the next major release the text to include in the changes manual and the release announcement?

@hungaborhorvath
Copy link
Contributor Author

@alex-konovalov I wrote a sentence about it, is that enough?

@hungaborhorvath hungaborhorvath deleted the NormalHallSubgroups branch April 3, 2016 19:31
@olexandr-konovalov olexandr-konovalov added the release notes: added PRs introducing changes that have since been mentioned in the release notes label Jan 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: enhancement Label for issues suggesting enhancements; and for pull requests implementing enhancements release notes: added PRs introducing changes that have since been mentioned in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants