Skip to content

Commit

Permalink
IsFFEMatrixGroup implies IsSubsetLocallyFiniteGroup
Browse files Browse the repository at this point in the history
... and this then automatically gives the implication
  IsFFEMatrixGroup and IsFinitelyGeneratedGroup => IsFinite
  • Loading branch information
fingolfin authored and ChrisJefferson committed Mar 2, 2018
1 parent e5a23cb commit e671010
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/grpffmat.gd
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@ DeclareSynonym( "IsFFEMatrixGroup", IsFFECollCollColl and IsMatrixGroup );

#############################################################################
##
#M IsFinite( <ffe-mat-grp> )
#M IsSubsetLocallyFiniteGroup( <ffe-mat-grp> )
##
## As a consequence, any IsFFEMatrixGroup in IsFinitelyGeneratedGroup
## automatically is also in IsFinite.
##
## *Note:* The following implication only holds if there are no infinite
## dimensional matrices.
##
InstallTrueMethod( IsFinite,
IsFFEMatrixGroup and IsFinitelyGeneratedGroup );
InstallTrueMethod( IsSubsetLocallyFiniteGroup, IsFFEMatrixGroup );


#############################################################################
Expand Down

0 comments on commit e671010

Please sign in to comment.