Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  subgpds.tst   Sprache: unbekannt

 
############################################################################
##
#W  subgpds.tst                Groupoids Package               Chris Wensley
##

gap> gpd_infolevel_saved := InfoLevel( InfoGroupoids );; 
gap> SetInfoLevel( InfoGroupoids, 0 );; 

gap> s4 := Group( (1,2), (2,3), (3,4) );; 
gap> SetName( s4, "s4" );
gap> a4 := Subgroup( s4, [ (1,2,3), (2,3,4) ] );; 
gap> SetName( a4, "a4" ); 
gap> Gs4 := Groupoid( s4, [-9..-1] );; 
gap> SetName( Gs4, "Gs4" ); 
gap> Hs4 := Groupoid( s4, [-19..-11] );; 
gap> SetName( Hs4, "Hs4" ); 
gap> iso := GroupHomomorphismByImages( s4, s4, 
>               [(1,2),(2,3),(3,4)], [(2,3),(3,4),(1,4)] );; 
gap> mor := GroupoidHomomorphism( Gs4, Hs4, iso, 
>               [-11,-12,-13,-14,-15,-16,-17,-18,-19], 
>               [(),(),(),(),(),(),(),(),()] );; 
gap> a := Arrow( Gs4, (1,2,4,3), -9, -8 ); 
[(1,2,4,3) : -9 -> -8]
gap> ia := ImageElm( mor, a );
[(1,4,2,3) : -11 -> -12]
gap> Fa4 := SubgroupoidByPieces( Gs4, [ 
>               [ a4, [-9..-6], [(),(1,2),(1,3),(1,4)] ], 
>               [ a4, [-4..-1], [(),(2,3),(2,4),(3,4)] ] ] );
groupoid with 2 pieces:
1:  single piece groupoid with rays: < a4, [ -9 .. -6 ], 
[ (), (1,2), (1,3), (1,4) ] >
2:  single piece groupoid with rays: < a4, [ -4 .. -1 ], 
[ (), (2,3), (2,4), (3,4) ] >
gap> resF := RestrictedMappingGroupoids( mor, Fa4 );
groupoid homomorphism from several pieces : 
groupoid homomorphism : 
[ [ [(1,2,3) : -9 -> -9], [(2,3,4) : -9 -> -9], [(1,2) : -9 -> -8], 
      [(1,3) : -9 -> -7], [(1,4) : -9 -> -6] ], 
  [ [(2,3,4) : -11 -> -11], [(1,3,4) : -11 -> -11], [(2,3) : -11 -> -12], 
      [(2,4) : -11 -> -13], [(1,2) : -11 -> -14] ] ]
groupoid homomorphism : 
[ [ [(1,2,3) : -4 -> -4], [(2,3,4) : -4 -> -4], [(2,3) : -4 -> -3], 
      [(2,4) : -4 -> -2], [(3,4) : -4 -> -1] ], 
  [ [(2,3,4) : -16 -> -16], [(1,3,4) : -16 -> -16], [(3,4) : -16 -> -17], 
      [(1,3) : -16 -> -18], [(1,4) : -16 -> -19] ] ]
gap> Range(resF);
groupoid with 2 pieces:
1:  single piece groupoid with rays: < Group( [ (1,2,3), (1,4,3) ] ), 
[ -19, -18, -17, -16 ], [ (), (1,4,3), (1,3,4), (1,4) ] >
2:  single piece groupoid with rays: < Group( [ (1,3,4), (2,3,4) ] ), 
[ -14, -13, -12, -11 ], [ (), (1,4,2), (1,3,2), (1,2) ] >
gap> ImageElm( resF, a );
[(1,4,2,3) : -11 -> -12]
gap> c3 := Subgroup( a4, [(2,3,4)] );;
gap> SetName( c3, "c3" );
gap> Ea4 := Pieces( Fa4 )[1];
single piece groupoid with rays: < a4, [ -9 .. -6 ], 
[ (), (1,2), (1,3), (1,4) ] >
gap> Ec3 := SubgroupoidBySubgroup( Ea4, c3 );
single piece groupoid with rays: < c3, [ -9 .. -6 ], 
[ (), (1,2), (1,3), (1,4) ] >
gap> Da4 := Pieces( Fa4 )[2];
single piece groupoid with rays: < a4, [ -4 .. -1 ], 
[ (), (2,3), (2,4), (3,4) ] >
gap> Dc3 := SubgroupoidBySubgroup( Da4, c3 );
single piece groupoid with rays: < c3, [ -4 .. -1 ], 
[ (), (2,3), (2,4), (3,4) ] >
gap> Uc3 := UnionOfPieces( Ec3, Dc3 );
groupoid with 2 pieces:
1:  single piece groupoid with rays: < c3, [ -9 .. -6 ], 
[ (), (1,2), (1,3), (1,4) ] >
2:  single piece groupoid with rays: < c3, [ -4 .. -1 ], 
[ (), (2,3), (2,4), (3,4) ] >
gap> IsSubgroupoid( Fa4, Uc3 );
true
gap> resU := RestrictedMappingGroupoids( resF, Uc3 );
groupoid homomorphism from several pieces : 
groupoid homomorphism : 
[ [ [(2,3,4) : -9 -> -9], [(1,2) : -9 -> -8], [(1,3) : -9 -> -7], 
      [(1,4) : -9 -> -6] ], 
  [ [(1,3,4) : -11 -> -11], [(2,3) : -11 -> -12], [(2,4) : -11 -> -13], 
      [(1,2) : -11 -> -14] ] ]
groupoid homomorphism : 
[ [ [(2,3,4) : -4 -> -4], [(2,3) : -4 -> -3], [(2,4) : -4 -> -2], 
      [(3,4) : -4 -> -1] ], 
  [ [(1,3,4) : -16 -> -16], [(3,4) : -16 -> -17], [(1,3) : -16 -> -18], 
      [(1,4) : -16 -> -19] ] ]

gap> Ca4 := SubgroupoidByObjects( Fa4, [-8,-7,-3,-2] ); 
groupoid with 2 pieces:
1:  single piece groupoid with rays: < Group( [ (1,3,2), (1,3,4) ] ), 
[ -8, -7 ], [ (), (1,2,3) ] >
2:  single piece groupoid with rays: < Group( [ (1,3,2), (2,4,3) ] ), 
[ -3, -2 ], [ (), (2,3,4) ] >
gap> Ma4 := MaximalDiscreteSubgroupoid( Ca4 ); 
homogeneous, discrete groupoid: < Group( [ (1,3,2), (1,3,4) ] ), 
[ -8, -7, -3, -2 ] >
gap> Mc3 := MaximalDiscreteSubgroupoid( Uc3 ); 
groupoid with 8 pieces:
1:  single piece groupoid: < c3, [ -9 ] >
2:  single piece groupoid: < Group( [ (1,3,4) ] ), [ -8 ] >
3:  single piece groupoid: < Group( [ (1,4,2) ] ), [ -7 ] >
4:  single piece groupoid: < Group( [ (1,2,3) ] ), [ -6 ] >
5:  single piece groupoid: < c3, [ -4 ] >
6:  single piece groupoid: < Group( [ (2,4,3) ] ), [ -3 ] >
7:  single piece groupoid: < Group( [ (2,4,3) ] ), [ -2 ] >
8:  single piece groupoid: < Group( [ (2,4,3) ] ), [ -1 ] >

gap> SetInfoLevel( InfoGroupoids, gpd_infolevel_saved );; 

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge