Skip to content

Commit

Permalink
document the direction of group isomorphisms (#3645)
Browse files Browse the repository at this point in the history
for functions that return group isomorphisms
  • Loading branch information
ThomasBreuer authored Apr 26, 2024
1 parent d7845e7 commit c258864
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/src/Groups/grouphom.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,15 @@ preimage(f::GAPGroupHomomorphism{S, T}, H::T) where S <: GAPGroup where T <: GAP

## Group isomorphisms

For all functions that return group isomorphisms,
we have the following rule about the direction of the result.

If two groups are given as inputs then the domain of the returned isomorphism
is the first given group and the codomain is the second.

If one group is given then the domain of the result is this group,
and the codomain is some new group constructed by the function.

```@docs
is_isomorphic(G::GAPGroup, H::GAPGroup)
is_isomorphic_with_map(G::GAPGroup, H::GAPGroup)
Expand Down

0 comments on commit c258864

Please sign in to comment.