Skip to content

Commit

Permalink
Remove invalid implication for IsSubsetLocallyFiniteGroup
Browse files Browse the repository at this point in the history
IsFFECollection and IsMagma does *not* imply IsSubsetLocallyFiniteGroup,
as e.g. any finite field GF(q) satisfies the former, but clearly not
the latter
  • Loading branch information
fingolfin committed Feb 28, 2018
1 parent 144b52a commit 516570c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/grp.gd
Original file line number Diff line number Diff line change
Expand Up @@ -251,13 +251,6 @@ InstallSubsetMaintenance( IsSubsetLocallyFiniteGroup,
IsGroup and IsSubsetLocallyFiniteGroup, IsGroup );


#############################################################################
##
#M IsSubsetLocallyFiniteGroup( <G> ) . . . . . . . . . . for magmas of FFEs
##
InstallTrueMethod( IsSubsetLocallyFiniteGroup, IsFFECollection and IsMagma );


#############################################################################
##
## <#GAPDoc Label="[3]{grp}">
Expand Down
5 changes: 5 additions & 0 deletions tst/testbugfix/2018-02-28-IsSubsetLocallyFiniteGroup.tst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# there used to be a bad implication from IsFFECollection and IsMagma to
# IsSubsetLocallyFiniteGroup, which caused all finite fields to be in filter
# IsSubsetLocallyFiniteGroup -- verify this is not the case anymore.
gap> HasIsSubsetLocallyFiniteGroup(GF(2));
false

0 comments on commit 516570c

Please sign in to comment.