Skip to content

Commit

Permalink
tests now ok with 4r8A.sh and 4r8rA.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cdwensley committed Sep 21, 2017
1 parent b4204ce commit 5d9dfa5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions lib/mwohom.gi
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,10 @@ function( gpd1, gpd2, homs )
MappingToSinglePieceMaps, homs,
RespectsMultiplication, true,
IsHomomorphismToSinglePiece, true );
##?? ok := IsInjectiveOnObjects( map );
# ok := IsSurjectiveOnObjects( map );
# ok := IsGroupWithObjectsHomomorphism( map );
# ok := IsHomomorphismFromSinglePiece( map );
ok := IsInjectiveOnObjects( map );
ok := IsSurjectiveOnObjects( map );
ok := IsGroupWithObjectsHomomorphism( map );
ok := IsHomomorphismFromSinglePiece( map );
return map;
end );

Expand Down
16 changes: 8 additions & 8 deletions tst/4-gpdhom.tst
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@ groupoid homomorphism :
[(1,2,4) : -14 -> -12] ] ]

## SubSection 5.1.8
gap> N2 := NormalSubgroups( q8 )[2];;
gap> N2 := Subgroup( q8, [ q8.2] );;
gap> SetName( N2, "N2" );
gap> Hq8 := SubgroupoidWithRays( Gq8, N2, [ One(q8), q8.1 ] );
single piece groupoid with rays: < Group( [ f2, f3 ] ), [ -28, -27 ],
[ <identity> of ..., f1 ] >
gap> isoHq8 := IsomorphismPermGroupoid( Hq8 );
groupoid homomorphism :
[ [ [f2 : -28 -> -28], [f3 : -28 -> -28], [f1 : -28 -> -27] ],
[ [(1,3,4,7)(2,5,6,8) : -28 -> -28], [(1,4)(2,6)(3,7)(5,8) : -28 -> -28],
[(1,2,4,6)(3,8,7,5) : -28 -> -27] ] ]
single piece groupoid with rays: < N2, [ -28, -27 ], [ <identity> of ..., f1 ] >
gap> SetName( Hq8, "Hq8" );
gap> isoHq8 := IsomorphismPermGroupoid( Hq8 );;
gap> MappingToSinglePieceData( isoHq8 );
[ [ [ f2 ] -> [ (1,3,4,7)(2,5,6,8) ], [ -28, -27 ],
[ (), (1,2,4,6)(3,8,7,5) ] ] ]

## SubSection 5.1.9
gap> IsInjectiveOnObjects( mor2 );
Expand Down

0 comments on commit 5d9dfa5

Please sign in to comment.