Skip to content

Commit

Permalink
Make IsomorphismFpMonoid an attribute of semigroups
Browse files Browse the repository at this point in the history
A semigroup can be isomorphic to a monoid, while not being a monoid in
the technical GAP sense. For example, the semigroup generated by
Transformation([1, 2, 3, 3, 3]) is not a monoid in the GAP sense but is
mathematically.  With this change we could now install methods for
IsomorphismFpMonoid for such a semigroup.
  • Loading branch information
james-d-mitchell authored and fingolfin committed Jan 3, 2017
1 parent 845625c commit 7bdb207
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/fpmon.gd
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ DeclareAttribute("RelationsOfFpMonoid",IsFpMonoid);
## </Description>
## </ManSection>
##
DeclareAttribute("IsomorphismFpMonoid",IsMonoid);

DeclareAttribute("IsomorphismFpMonoid",IsSemigroup);

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

0 comments on commit 7bdb207

Please sign in to comment.