Skip to content

Commit 6621d1b

Browse files
committed
adding a new semigroup to the bestiary
1 parent 4878e93 commit 6621d1b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/namedsemigroups.g

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,12 @@ transposition := function(l) local t;
198198
return Transformation(t);
199199
end;
200200

201+
# reported by Hanna Derets in 2025
202+
nosingletonimage := [Transformation([5,6,7,8,3,4,6,7]),
203+
Transformation([3,4,6,7,7,8,4,6]),
204+
Transformation([2,3,4,6,6,7,8,4])];
205+
NOSINGLETONIMAGE := Semigroup(nosingletonimage);
206+
201207
transpositions := List(Combinations([1..6],3), transposition);
202208
cycles := List(Combinations([1..6],3), cycle);
203209
collapsers := List(Combinations([1..6],3), collapser);

0 commit comments

Comments
 (0)