-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Catch trivial group LatticeViaRadical and IsomorphismFpGroup
Reported-By: Madeleine Whybrow <mlw10@ic.ac.uk>
- Loading branch information
Markus Pfeiffer
committed
Jan 18, 2019
1 parent
e0ac2e5
commit 485b8e0
Showing
3 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
gap> LatticeSubgroups(Group(())); | ||
<subgroup lattice of Group(()), 1 classes, 1 subgroups> | ||
gap> IsomorphismFpGroup(SymmetricGroup(1)); | ||
MappingByFunction( Group(()), <fp group on the generators | ||
[ ]>, function( x ) ... end, function( x ) ... end ) | ||
gap> IsomorphismFpGroup(SymmetricGroup(1), "F"); | ||
MappingByFunction( Group(()), <fp group on the generators | ||
[ ]>, function( x ) ... end, function( x ) ... end ) |