Skip to content

strange behaviour of LeftCosets #77

@rlutowsk

Description

@rlutowsk

I have noticed the following, strange and bad behavior of listing elements in left cosets, which is shown in the following example:

gap> G:=SymmetricGroup(3);;
gap> H:=Group((1,2));;
gap> List(LeftCosets(G,H), List);
[ [ (), (1,2) ], [ (1,3), (1,2,3) ], [ (1,2,3), (1,3) ] ]

Using AsSet instead of List works as expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions