/usr/share/gap/lib/grpnice.gd is in gap-libs 4r6p5-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 | #############################################################################
##
#W grpnice.gd GAP library Frank Celler
##
##
#Y Copyright (C) 1996, Lehrstuhl D für Mathematik, RWTH Aachen, Germany
#Y (C) 1998 School Math and Comp. Sci., University of St Andrews, Scotland
#Y Copyright (C) 2002 The GAP Group
##
## This file contains generic methods for groups handled by nice
## monomorphisms..
##
#############################################################################
##
#A NiceMonomorphism( <obj> )
##
## <#GAPDoc Label="NiceMonomorphism">
## <ManSection>
## <Attr Name="NiceMonomorphism" Arg='obj'/>
##
## <Description>
## is a homomorphism that is defined (at least) on the whole of <A>obj</A>
## and whose restriction to <A>obj</A> is injective.
## The concrete morphism (and also the image group) will depend on the
## representation of <A>obj</A>.
## </Description>
## </ManSection>
## <#/GAPDoc>
##
DeclareAttribute(
"NiceMonomorphism",
IsObject );
InstallSubsetMaintenance( NiceMonomorphism,
IsGroup and HasNiceMonomorphism, IsGroup );
#############################################################################
##
#F IsNiceMonomorphism( <nhom> )
##
## <ManSection>
## <Func Name="IsNiceMonomorphism" Arg='nhom'/>
##
## <Description>
## This filter indicates that a mappping has been installed as the
## <Ref Func="NiceMonomorphism"/> value of an object.
## (Such mappings may need to be handled specially
## because they should not refer to the <Ref Func="NiceMonomorphism"/> value
## of the source again.)
## </Description>
## </ManSection>
##
DeclareFilter("IsNiceMonomorphism");
#############################################################################
##
#O RestrictedNiceMonomorphism(<hom>,<G>)
##
## <ManSection>
## <Oper Name="RestrictedNiceMonomorphism" Arg='hom, G'/>
##
## <Description>
## returns the restriction of the nice monomorphism <A>hom</A> onto
## <A>G</A>.
## In contrast to <Ref Func="RestrictedMapping"/>,
## this operation returns an object which has the filter
## <Ref Func="IsNiceMonomorphism"/> set.
## (This is important for some operations like
## <Ref Func="CompositionMapping"/>:
## We do not want to compute the <Ref Func="AsGroupGeneralMappingByImages"/>
## value of a nice monomorphism
## –this would counteract the intention of a nice monomorphism.
## Therefore some methods explicitly test whether a mapping is a nice
## monomorphism.
## <P/>
## However for example in
## <Ref Func="NaturalHomomorphismByNormalSubgroupOp"/>,
## a restriction of the nice monomorphism has to be taken
## because the nice monomorphism might be defined on too large a source,
## in this case <Ref Func="RestrictedNiceMonomorphism"/> must be used!)
## </Description>
## </ManSection>
##
DeclareGlobalFunction("RestrictedNiceMonomorphism");
#############################################################################
##
#P IsCanonicalNiceMonomorphism( <nhom> )
##
## <#GAPDoc Label="IsCanonicalNiceMonomorphism">
## <ManSection>
## <Prop Name="IsCanonicalNiceMonomorphism" Arg='nhom'/>
##
## <Description>
## A nice monomorphism (see <Ref Func="NiceMonomorphism"/> <A>nhom</A> is
## canonical if the image set will only depend on the set of group elements
## but not on the generating set and <Ref Func="\<"/> comparison
## of group elements translates through the nice monomorphism.
## This implies that equal objects will always have equal
## <Ref Func="NiceObject"/> values.
## In some situations however this condition would be expensive to
## achieve, therefore it is not guaranteed for every nice monomorphism.
## </Description>
## </ManSection>
## <#/GAPDoc>
##
DeclareProperty("IsCanonicalNiceMonomorphism",IsGroupGeneralMapping);
#############################################################################
##
#A CanonicalNiceMonomorphism( <obj> )
##
## <ManSection>
## <Attr Name="CanonicalNiceMonomorphism" Arg='obj'/>
##
## <Description>
## returns a <C>NiceMonomorphism</C> which is canonical (see
## <C>IsCanonicalNiceMonomorphism</C>).
## </Description>
## </ManSection>
##
DeclareAttribute( "CanonicalNiceMonomorphism", IsObject );
#############################################################################
##
#A NiceObject( <obj> )
##
## <#GAPDoc Label="NiceObject">
## <ManSection>
## <Attr Name="NiceObject" Arg='obj'/>
##
## <Description>
## The <Ref Func="NiceObject"/> value of <A>obj</A> is the image of
## <A>obj</A> under the mapping stored as the value of
## <Ref Func="NiceMonomorphism"/> for <A>obj</A>.
## <P/>
## A typical example are finite matrix groups, which use a faithful action
## on vectors to translate all calculations in a permutation group.
## <P/>
## <Example><![CDATA[
## gap> gl:=GL(3,2);
## SL(3,2)
## gap> IsHandledByNiceMonomorphism(gl);
## true
## gap> NiceObject(gl);
## Group([ (5,7)(6,8), (2,3,5)(4,7,6) ])
## gap> Image(NiceMonomorphism(gl),Z(2)*[[1,0,0],[0,1,1],[1,0,1]]);
## (2,6)(3,4,7,8)
## ]]></Example>
## </Description>
## </ManSection>
## <#/GAPDoc>
##
DeclareAttribute(
"NiceObject",
IsObject );
#############################################################################
##
#P IsHandledByNiceMonomorphism( <obj> )
##
## <#GAPDoc Label="IsHandledByNiceMonomorphism">
## <ManSection>
## <Prop Name="IsHandledByNiceMonomorphism" Arg='obj'/>
##
## <Description>
## If this property is <K>true</K>, high-valued methods that translate all
## calculations in <A>obj</A> in the image under the
## <Ref Func="NiceMonomorphism"/> value of <A>obj</A>
## become available for <A>obj</A>.
## </Description>
## </ManSection>
## <#/GAPDoc>
##
DeclareProperty(
"IsHandledByNiceMonomorphism",
IsObject,NICE_FLAGS );
InstallSubsetMaintenance( IsHandledByNiceMonomorphism,
IsHandledByNiceMonomorphism and IsGroup,
IsGroup);
RUN_IN_GGMBI:=false; # If somebody would call `GHBI' to make a
# NiceMonomorphism, we would get an infinite recursion.
# This flag can be set to avoid GHBIs to be translated
# via the niceo. If it is set, the method which does
# this is passed over. It will be set by methods that
# create some niceos (or similar homomorphisms).
#############################################################################
##
#O GroupByNiceMonomorphism( <nice>, <grp> )
##
## <ManSection>
## <Oper Name="GroupByNiceMonomorphism" Arg='nice, grp'/>
##
## <Description>
## </Description>
## </ManSection>
##
DeclareOperation(
"GroupByNiceMonomorphism",
[ IsGroupHomomorphism, IsGroup ] );
#############################################################################
##
#F AttributeMethodByNiceMonomorphism( <oper>, <par> )
##
## <ManSection>
## <Func Name="AttributeMethodByNiceMonomorphism" Arg='oper, par'/>
##
## <Description>
## </Description>
## </ManSection>
##
BindGlobal( "AttributeMethodByNiceMonomorphism", function( oper, par )
# check the argument length
if 1 <> Length(par) then
Error( "need only one argument for ", NameFunction(oper) );
fi;
par := ShallowCopy(par);
par[1] := par[1] and IsHandledByNiceMonomorphism;
# install the method
InstallOtherMethod( oper,
"handled by nice monomorphism: Attribute",
true,
par,
0,
function( obj )
return oper( NiceObject(obj) );
end );
end );
#############################################################################
##
#F AttributeMethodByNiceMonomorphismCollColl( <oper>, <par> )
##
## <ManSection>
## <Func Name="AttributeMethodByNiceMonomorphismCollColl" Arg='oper, par'/>
##
## <Description>
## </Description>
## </ManSection>
##
BindGlobal( "AttributeMethodByNiceMonomorphismCollColl",
function( oper, par )
# check the argument length
if 2 <> Length(par) then
Error( "need two arguments for ", NameFunction(oper) );
fi;
par := ShallowCopy(par);
par[1] := par[1] and IsHandledByNiceMonomorphism;
par[2] := par[2] and IsHandledByNiceMonomorphism;
# install the method
InstallOtherMethod( oper,
"handled by nice monomorphism: attribute CollColl",
IsIdenticalObj,
par,
0,
function( obj1, obj2 )
if not IsIdenticalObj( NiceMonomorphism(obj1),
NiceMonomorphism(obj2) )
then
TryNextMethod();
fi;
return oper( NiceObject(obj1), NiceObject(obj2) );
end );
end );
#############################################################################
##
#F AttributeMethodByNiceMonomorphismCollElm( <oper>, <par> )
##
## <ManSection>
## <Func Name="AttributeMethodByNiceMonomorphismCollElm" Arg='oper, par'/>
##
## <Description>
## </Description>
## </ManSection>
##
BindGlobal( "AttributeMethodByNiceMonomorphismCollElm", function( oper, par )
# check the argument length
if 2 <> Length(par) then
Error( "need two arguments for ", NameFunction(oper) );
fi;
par := ShallowCopy(par);
par[1] := par[1] and IsHandledByNiceMonomorphism;
# install the method
InstallOtherMethod( oper,
"handled by nice monomorphism: attribute CollElm",
IsCollsElms,
par,
0,
function( obj1, obj2 )
local nice,img;
nice:=NiceMonomorphism(obj1);
img := ImagesRepresentative( nice, obj2:actioncanfail:=true );
if img = fail or
not (img in ImagesSource(nice) and
PreImagesRepresentative(nice,img)=obj2) then
TryNextMethod();
fi;
return oper( NiceObject(obj1), img );
end );
end );
#############################################################################
##
#F AttributeMethodByNiceMonomorphismElmColl( <oper>, <par> )
##
## <ManSection>
## <Func Name="AttributeMethodByNiceMonomorphismElmColl" Arg='oper, par'/>
##
## <Description>
## </Description>
## </ManSection>
##
BindGlobal( "AttributeMethodByNiceMonomorphismElmColl", function( oper, par )
# check the argument length
if 2 <> Length(par) then
Error( "need two arguments for ", NameFunction(oper) );
fi;
par := ShallowCopy(par);
par[2] := par[2] and IsHandledByNiceMonomorphism;
# install the method
InstallOtherMethod( oper,
"handled by nice monomorphism: attributeElmColl",
IsElmsColls,
par,
0,
function( obj1, obj2 )
local nice,img;
nice:=NiceMonomorphism(obj2);
img := ImagesRepresentative( nice, obj1 );
if img = fail or
not (img in ImagesSource(nice) and
PreImagesRepresentative(nice,img)=obj1) then
TryNextMethod();
fi;
return oper( img,NiceObject(obj2));
end );
end );
#############################################################################
##
#F GroupMethodByNiceMonomorphism( <oper>, <par> )
##
BindGlobal( "GroupMethodByNiceMonomorphism", function( oper, par )
# check the argument length
if 1 <> Length(par) then
Error( "need only one argument for ", NameFunction(oper) );
fi;
par := ShallowCopy(par);
par[1] := par[1] and IsHandledByNiceMonomorphism;
# install the method
InstallOtherMethod( oper,
"handled by nice monomorphism:group",
true,
par,
0,
function( obj )
local nice, img;
nice := NiceMonomorphism(obj);
img := oper( NiceObject(obj) );
return GroupByNiceMonomorphism( nice, img );
end );
end );
#############################################################################
##
#F GroupMethodByNiceMonomorphismCollOther( <oper>, <par> )
##
## <ManSection>
## <Func Name="GroupMethodByNiceMonomorphismCollOther" Arg='oper, par'/>
##
## <Description>
## </Description>
## </ManSection>
##
BindGlobal( "GroupMethodByNiceMonomorphismCollOther", function( oper, par )
# check the argument length
if 2 <> Length(par) then
Error( "need two argument for ", NameFunction(oper) );
fi;
par := ShallowCopy(par);
par[1] := par[1] and IsHandledByNiceMonomorphism;
# install the method
InstallOtherMethod( oper,
"handled by nice monomorphism: group CollOther",
true,
par,
0,
function( obj, other )
local nice, img;
nice := NiceMonomorphism(obj);
img := oper( NiceObject(obj), other );
return GroupByNiceMonomorphism( nice, img );
end );
end );
#############################################################################
##
#F GroupMethodByNiceMonomorphismCollColl( <oper>, <par> )
##
## <ManSection>
## <Func Name="GroupMethodByNiceMonomorphismCollColl" Arg='oper, par'/>
##
## <Description>
## </Description>
## </ManSection>
##
BindGlobal( "GroupMethodByNiceMonomorphismCollColl", function( oper, par )
# check the argument length
if 2 <> Length(par) then
Error( "need two arguments for ", NameFunction(oper) );
fi;
par := ShallowCopy(par);
par[1] := par[1] and IsHandledByNiceMonomorphism;
par[2] := par[2] and IsHandledByNiceMonomorphism;
# install the method
InstallOtherMethod( oper,
"handled by nice monomorphism:group CollColl",
IsIdenticalObj,
par,
0,
function( obj1, obj2 )
local nice, img;
nice := NiceMonomorphism(obj1);
if not IsIdenticalObj( nice, NiceMonomorphism(obj2) ) then
TryNextMethod();
fi;
img := oper( NiceObject(obj1), NiceObject(obj2) );
return GroupByNiceMonomorphism( nice, img );
end );
end );
#############################################################################
##
#F GroupMethodByNiceMonomorphismCollElm( <oper>, <par> )
##
## <ManSection>
## <Func Name="GroupMethodByNiceMonomorphismCollElm" Arg='oper, par'/>
##
## <Description>
## </Description>
## </ManSection>
##
BindGlobal( "GroupMethodByNiceMonomorphismCollElm", function( oper, par )
# check the argument length
if 2 <> Length(par) then
Error( "need two arguments for ", NameFunction(oper) );
fi;
par := ShallowCopy(par);
par[1] := par[1] and IsHandledByNiceMonomorphism;
# install the method
InstallOtherMethod( oper,
"handled by nice monomorphism: group CollElm",
IsCollsElms,
par,
0,
function( obj1, obj2 )
local nice, img, img1;
nice := NiceMonomorphism(obj1);
img := ImagesRepresentative( nice, obj2:actioncanfail:=true );
if img = fail or
not (img in ImagesSource(nice) and
PreImagesRepresentative(nice,img)=obj2) then
TryNextMethod();
fi;
img1 := oper( NiceObject(obj1), img );
return GroupByNiceMonomorphism( nice, img1 );
end );
end );
#############################################################################
##
#F SubgroupMethodByNiceMonomorphism( <oper>, <par> )
##
## <ManSection>
## <Func Name="SubgroupMethodByNiceMonomorphism" Arg='oper, par'/>
##
## <Description>
## </Description>
## </ManSection>
##
BindGlobal( "SubgroupMethodByNiceMonomorphism", function( oper, par )
# check the argument length
if 1 <> Length(par) then
Error( "need only one argument for ", NameFunction(oper) );
fi;
par := ShallowCopy(par);
par[1] := par[1] and IsHandledByNiceMonomorphism;
# install the method
InstallOtherMethod( oper,
"handled by nice monomorphism: Subgroup",
true,
par,
0,
function( obj )
local nice, img, sub;
nice := NiceMonomorphism(obj);
img := oper( NiceObject(obj) );
sub := GroupByNiceMonomorphism( nice, img );
SetParent( sub, obj );
return sub;
end );
end );
#############################################################################
##
#F SubgroupsMethodByNiceMonomorphism( <oper>, <par> )
##
## <ManSection>
## <Func Name="SubgroupsMethodByNiceMonomorphism" Arg='oper, par'/>
##
## <Description>
## </Description>
## </ManSection>
##
BindGlobal( "SubgroupsMethodByNiceMonomorphism", function( oper, par )
# check the argument length
if 1 <> Length(par) then
Error( "need only one argument for ", NameFunction(oper) );
fi;
par := ShallowCopy(par);
par[1] := par[1] and IsHandledByNiceMonomorphism;
# install the method
InstallOtherMethod( oper,
"handled by nice monomorphism: subgroups",
true,
par,
0,
function( obj )
local nice, img, sub,i;
nice := NiceMonomorphism(obj);
img := ShallowCopy(oper( NiceObject(obj) ));
for i in [1..Length(img)] do
sub := GroupByNiceMonomorphism( nice, img[i] );
SetParent( sub, obj );
img[i]:=sub;
od;
return img;
end );
end );
#############################################################################
##
#F SubgroupMethodByNiceMonomorphismCollOther( <oper>, <par> )
##
## <ManSection>
## <Func Name="SubgroupMethodByNiceMonomorphismCollOther" Arg='oper, par'/>
##
## <Description>
## </Description>
## </ManSection>
##
BindGlobal( "SubgroupMethodByNiceMonomorphismCollOther",
function( oper, par )
# check the argument length
if 2 <> Length(par) then
Error( "need two argument for ", NameFunction(oper) );
fi;
par := ShallowCopy(par);
par[1] := par[1] and IsHandledByNiceMonomorphism;
# install the method
InstallOtherMethod( oper,
"handled by nice monomorphism: subgroup CollOther",
true,
par,
0,
function( obj, other )
local nice, img, sub;
nice := NiceMonomorphism(obj);
img := oper( NiceObject(obj), other );
sub := GroupByNiceMonomorphism( nice, img );
SetParent( sub, obj );
return sub;
end );
end );
#############################################################################
##
#F SubgroupMethodByNiceMonomorphismCollColl( <oper>, <par> )
##
## <ManSection>
## <Func Name="SubgroupMethodByNiceMonomorphismCollColl" Arg='oper, par'/>
##
## <Description>
## </Description>
## </ManSection>
##
BindGlobal( "SubgroupMethodByNiceMonomorphismCollColl", function( oper, par )
# check the argument length
if 2 <> Length(par) then
Error( "need two arguments for ", NameFunction(oper) );
fi;
par := ShallowCopy(par);
par[1] := par[1] and IsHandledByNiceMonomorphism;
par[2] := par[2] and IsHandledByNiceMonomorphism;
# install the method
InstallOtherMethod( oper,
"handled by nice monomorphism: Subgroup CollColl",
IsIdenticalObj,
par,
0,
function( obj1, obj2 )
local nice, img, sub;
if not IsSubgroup( obj1, obj2 ) then
TryNextMethod();
fi;
nice := NiceMonomorphism(obj1);
img:=ImagesSet(nice,obj2);
if img = fail or
not (IsSubset(ImagesSource(nice),img) and
PreImagesSet(nice,img)=obj2) then
TryNextMethod();
fi;
img := oper( NiceObject(obj1), img );
sub := GroupByNiceMonomorphism( nice, img );
SetParent( sub, obj1 );
return sub;
end );
end );
#############################################################################
##
#F SubgroupMethodByNiceMonomorphismCollElm( <oper>, <par> )
##
## <ManSection>
## <Func Name="SubgroupMethodByNiceMonomorphismCollElm" Arg='oper, par'/>
##
## <Description>
## </Description>
## </ManSection>
##
BindGlobal( "SubgroupMethodByNiceMonomorphismCollElm", function( oper, par )
# check the argument length
if 2 <> Length(par) then
Error( "need two arguments for ", NameFunction(oper) );
fi;
par := ShallowCopy(par);
par[1] := par[1] and IsHandledByNiceMonomorphism;
# install the method
InstallOtherMethod( oper,
"handled by nice monomorphism: subgroup CollElm",
IsCollsElms,
par,
0,
function( obj1, obj2 )
local nice, img, img1, sub;
nice := NiceMonomorphism(obj1);
img := ImagesRepresentative( nice, obj2:actioncanfail:=true );
if img = fail or
not (img in ImagesSource(nice) and
PreImagesRepresentative(nice,img)=obj2) then
TryNextMethod();
fi;
img1 := oper( NiceObject(obj1), img );
sub := GroupByNiceMonomorphism( nice, img1 );
SetParent( sub, obj1 );
return sub;
end );
end );
#############################################################################
##
#F PropertyMethodByNiceMonomorphism( <oper>, <par> )
##
DeclareSynonym( "PropertyMethodByNiceMonomorphism",
AttributeMethodByNiceMonomorphism );
#############################################################################
##
#F PropertyMethodByNiceMonomorphismCollColl( <oper>, <par> )
##
## <ManSection>
## <Func Name="PropertyMethodByNiceMonomorphismCollColl" Arg='oper, par'/>
##
## <Description>
## </Description>
## </ManSection>
##
DeclareSynonym( "PropertyMethodByNiceMonomorphismCollColl",
AttributeMethodByNiceMonomorphismCollColl );
#############################################################################
##
#F PropertyMethodByNiceMonomorphismCollElm( <oper>, <par> )
##
## <ManSection>
## <Func Name="PropertyMethodByNiceMonomorphismCollElm" Arg='oper, par'/>
##
## <Description>
## </Description>
## </ManSection>
##
DeclareSynonym( "PropertyMethodByNiceMonomorphismCollElm",
AttributeMethodByNiceMonomorphismCollElm );
#############################################################################
##
#F PropertyMethodByNiceMonomorphismElmColl( <oper>, <par> )
##
## <ManSection>
## <Func Name="PropertyMethodByNiceMonomorphismElmColl" Arg='oper, par'/>
##
## <Description>
## </Description>
## </ManSection>
##
DeclareSynonym( "PropertyMethodByNiceMonomorphismElmColl",
AttributeMethodByNiceMonomorphismElmColl );
#############################################################################
##
#F GroupSeriesMethodByNiceMonomorphism( <oper>, <par> )
##
## <ManSection>
## <Func Name="GroupSeriesMethodByNiceMonomorphism" Arg='oper, par'/>
##
## <Description>
## </Description>
## </ManSection>
##
BindGlobal( "GroupSeriesMethodByNiceMonomorphism", function( oper, par )
# check the argument length
if 1 <> Length(par) then
Error( "need only one argument for ", NameFunction(oper) );
fi;
par := ShallowCopy(par);
par[1] := par[1] and IsHandledByNiceMonomorphism;
# install the method
InstallOtherMethod( oper,
"handled by nice monomorphism: GroupSeries",
true,
par,
0,
function( obj )
local nice, list, i;
nice := NiceMonomorphism(obj);
list := ShallowCopy( oper( NiceObject(obj) ) );
for i in [ 1 .. Length(list) ] do
list[i] := GroupByNiceMonomorphism( nice, list[i] );
SetParent( list[i], obj );
od;
return list;
end );
end );
#############################################################################
##
#F GroupSeriesMethodByNiceMonomorphismCollOther( <oper>, <par> )
##
## <ManSection>
## <Func Name="GroupSeriesMethodByNiceMonomorphismCollOther" Arg='oper, par'/>
##
## <Description>
## </Description>
## </ManSection>
##
BindGlobal( "GroupSeriesMethodByNiceMonomorphismCollOther",
function( oper, par )
# check the argument length
if 2 <> Length(par) then
Error( "need two argument for ", NameFunction(oper) );
fi;
par := ShallowCopy(par);
par[1] := par[1] and IsHandledByNiceMonomorphism;
# install the method
InstallOtherMethod( oper,
"handled by nice monomorphism: GroupSeries CollOther",
true,
par,
0,
function( obj, other )
local nice, list, i;
nice := NiceMonomorphism(obj);
list := ShallowCopy( oper( NiceObject(obj), other ) );
for i in [ 1 .. Length(list) ] do
list[i] := GroupByNiceMonomorphism( nice, list[i] );
SetParent( list[i], obj );
od;
return list;
end );
end );
#############################################################################
##
#F GroupSeriesMethodByNiceMonomorphismCollColl( <oper>, <par> )
##
## <ManSection>
## <Func Name="GroupSeriesMethodByNiceMonomorphismCollColl" Arg='oper, par'/>
##
## <Description>
## </Description>
## </ManSection>
##
BindGlobal( "GroupSeriesMethodByNiceMonomorphismCollColl",
function( oper, par )
# check the argument length
if 2 <> Length(par) then
Error( "need two arguments for ", NameFunction(oper) );
fi;
par := ShallowCopy(par);
par[1] := par[1] and IsHandledByNiceMonomorphism;
par[2] := par[2] and IsHandledByNiceMonomorphism;
# install the method
InstallOtherMethod( oper,
"handled by nice monomorphism: GroupSeries CollColl",
IsIdenticalObj,
par,
0,
function( obj1, obj2 )
local nice, list, i;
nice := NiceMonomorphism(obj1);
if not IsIdenticalObj( nice, NiceMonomorphism(obj2) ) then
TryNextMethod();
fi;
list := ShallowCopy(oper(NiceObject(obj1),NiceObject(obj2)));
for i in [ 1 .. Length(list) ] do
list[i] := GroupByNiceMonomorphism( nice, list[i] );
SetParent( list[i], obj1 );
od;
return list;
end );
end );
#############################################################################
##
#F GroupSeriesMethodByNiceMonomorphismCollElm( <oper>, <par> )
##
## <ManSection>
## <Func Name="GroupSeriesMethodByNiceMonomorphismCollElm" Arg='oper, par'/>
##
## <Description>
## </Description>
## </ManSection>
##
BindGlobal( "GroupSeriesMethodByNiceMonomorphismCollElm",
function( oper, par )
# check the argument length
if 2 <> Length(par) then
Error( "need two arguments for ", NameFunction(oper) );
fi;
par := ShallowCopy(par);
par[1] := par[1] and IsHandledByNiceMonomorphism;
# install the method
InstallOtherMethod( oper,
"handled by nice monomorphism:GroupSeries CollElm",
IsCollsElms,
par,
0,
function( obj1, obj2 )
local nice, img, list, i;
nice := NiceMonomorphism(obj1);
img := ImagesRepresentative( nice, obj2:actioncanfail:=true );
if img = fail or
not (img in ImagesSource(nice) and
PreImagesRepresentative(nice,img)=obj2) then
TryNextMethod();
fi;
list := ShallowCopy( oper( NiceObject(obj1), img ) );
for i in [ 1 .. Length(list) ] do
list[i] := GroupByNiceMonomorphism( nice, list[i] );
SetParent( list[i], obj1 );
od;
return list;
end );
end );
#############################################################################
##
#A SeedFaithfulAction( <grp> )
##
## <#GAPDoc Label="SeedFaithfulAction">
## <ManSection>
## <Attr Name="SeedFaithfulAction" Arg='grp'/>
##
## <Description>
## If this attribute does not hold the (default) value of <A>fail</A>, it
## is a record with components <A>points</A> (a list of orbit seeds
## and <A>ops</A> a list of action functions, such that the action of the
## group <A>grp</A> on the orbits specified this way is faithful and of
## minimal degree. In this case, a nice monomorphism for <A>grp</A> will be
## determined using this action, and no degree reduction attempt is made.
## </Description>
## </ManSection>
## <#/GAPDoc>
##
DeclareAttribute(
"SeedFaithfulAction",
IsGroup );
#############################################################################
##
#E
|