/usr/share/gap/lib/rwspcgrp.gi 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 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 | #############################################################################
##
#W rwspcgrp.gi 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 the methods for groups defined by a polycyclic
## collector.
##
#############################################################################
##
#M IsConfluent( <pc-group> )
##
InstallOtherMethod( IsConfluent,
"for pc group",
true,
[ IsPcGroup ],
0,
function( g )
local gens, fam, exps, R, R1, k, gk, j, gj, i, gi, r;
gens := GeneratorsOfGroup(g);
fam := ElementsFamily(FamilyObj(g));
exps := fam!.rewritingSystem![SCP_RELATIVE_ORDERS];
# be verbose for debugging
Info( InfoTiming + InfoConfluence, 2,
"'IsConfluent' starting part 1" );
R := Runtime(); R1 := R;
# Consistency relations: gk * ( gj * gi ) = ( gk * gj ) * gi
for k in [ 1 .. Length(gens) ] do
gk := gens[k];
for j in [ 1 .. k-1 ] do
gj := gens[j];
for i in [ 1 .. j-1 ] do
gi := gens[i];
r := [ gk * ( gj * gi ), ( gk * gj ) * gi ];
if r[1] <> r[2] then
return false;
fi;
od;
od;
od;
# be verbose for debugging
Info( InfoTiming + InfoConfluence, 2,
"'IsConfluent' part 1 took ", Runtime()-R, " ms, ",
"starting part 2" );
R := Runtime();
# Consistency relations: gj^ej-1 * ( gj * gi ) = ( gj^ej-1 * gj ) * gi
for j in [ 1 .. Length(gens) ] do
gj := gens[j];
for i in [ 1 .. j-1 ] do
gi := gens[i];
r := [ gj^(exps[j]-1)*(gj*gi), (gj^(exps[j]-1)*gj)*gi ];
if r[1] <> r[2] then
return false;
fi;
od;
od;
# be verbose for debugging
Info( InfoTiming + InfoConfluence, 2,
"'IsConfluent' part 2 took ", Runtime()-R, " ms, ",
"'IsConfluent' starting part 3" );
R := Runtime();
# Consistency relations: gj * ( gi^ei-1 * gi ) = ( gj * gi^ei-1 ) * gi
for j in [ 1 .. Length( gens ) ] do
gj := gens[j];
for i in [ 1 .. j-1 ] do
gi := gens[i];
r := [ gj*(gi^(exps[i]-1)*gi), (gj*gi^(exps[i]-1))*gi ];
if r[1] <> r[2] then
return false;
fi;
od;
od;
# be verbose for debugging
Info( InfoTiming + InfoConfluence, 2,
"'IsConfluent' part 3 took ", Runtime()-R, " ms, ",
"'IsConfluent' starting part 4" );
R := Runtime();
# Consistency relations: gi * ( gi^ei-1 * gi ) = ( gi * gi^ei-1 ) * gi
for i in [ 1 .. Length(gens) ] do
gi := gens[ i ];
r := [ gi*(gi^(exps[i]-1)*gi), (gi*gi^(exps[i]-1))*gi ];
if r[1] <> r[2] then
return false;
fi;
od;
Info( InfoTiming + InfoConfluence, 2,
"'IsConfluent' part 4 took, ", Runtime()-R, " ms" );
Info( InfoTiming + InfoConfluence, 1,
"'IsConfluent' took ", Runtime()-R1, " ms" );
# Report if one check failed and <all> was set.
return true;
end );
#############################################################################
##
#M MultiplicativeElementsWithInversesFamilyByRws( <rws> )
##
InstallMethod( MultiplicativeElementsWithInversesFamilyByRws,
"generic method",
true,
[ IsPolycyclicCollector ],
0,
function( rws )
local fam, pcs, implied;
implied:=IsObject;
# not sure whether this would work: Has the rewriting system the relative
# Orders component? (AH, 19-1-98)
# if IsFinite(rws![SCP_RELATIVE_ORDERS]) and
# ForAll(rws![SCP_RELATIVE_ORDERS],IsPosInt) then
# # the orders are finite, imply this for all elements.
# implied:=implied and IsElementFinitePolycyclicGroup;
# fi;
# create a new family in the category <IsElementsFamilyByRws>
fam := NewFamily(
"MultiplicativeElementsWithInversesFamilyByPolycyclicCollector(...)",
IsMultiplicativeElementWithInverseByPolycyclicCollector
and IsAssociativeElement,
implied and CanEasilySortElements,
IsElementsFamilyByRws and CanEasilySortElements );
# create the default type for the elements
fam!.defaultType := NewType( fam, IsPackedElementDefaultRep );
# store the identity
SetOne( fam, ElementByRws( fam, ReducedOne(rws) ) );
# store the rewriting system
UpdatePolycyclicCollector(rws);
fam!.rewritingSystem := Immutable(rws);
# this family has a defining pcgs
pcs := List( GeneratorsOfRws(rws), x -> ElementByRws(fam,x) );
SetDefiningPcgs( fam, PcgsByPcSequenceNC( fam, pcs ) );
# that's it
return fam;
end );
#############################################################################
##
#R IsNBitsPcWordRep
##
DeclareRepresentation(
"IsNBitsPcWordRep",
IsDataObjectRep, [] );
#############################################################################
##
#M PrintObj( <IsNBitsPcWordRep> )
##
InstallMethod( PrintObj,"pcword", true,
[ IsMultiplicativeElementWithInverseByPolycyclicCollector
and IsNBitsPcWordRep ],
0,
function( obj )
local names, word, len, i;
names := TypeObj(obj)![PCWP_NAMES];
word := ExtRepOfObj(obj);
len := Length(word) - 1;
if len < 0 then
Print( "<identity> of ..." );
else
i := 1;
while i < len do
Print( names[ word[i] ] );
if word[i+1] <> 1 then
Print( "^", word[i+1] );
fi;
Print( "*" );
i := i+2;
od;
Print( names[word[i]] );
if word[i+1] <> 1 then
Print( "^", word[ i+1 ] );
fi;
fi;
end );
#############################################################################
##
#M String( <IsNBitsPcWordRep> )
##
InstallMethod( String,"pcword",true,
[ IsMultiplicativeElementWithInverseByPolycyclicCollector
and IsNBitsPcWordRep ], 0,
function( obj )
local names, word, len, i,s;
names := TypeObj(obj)![PCWP_NAMES];
word := ExtRepOfObj(obj);
len := Length(word) - 1;
if len < 0 then
return "<identity> of ...";
else
s:="";
i := 1;
while i < len do
Append(s,names[ word[i] ]);
if word[i+1] <> 1 then
Add(s,'^');
Append(s, String(word[i+1]) );
fi;
Add(s,'*');
i := i+2;
od;
Append(s,names[word[i]] );
if word[i+1] <> 1 then
Add(s,'^');
Append(s,String(word[ i+1 ]));
fi;
fi;
return s;
end );
#############################################################################
##
#M InverseOp( <IsNBitsPcWordRep> )
##
InstallMethod( InverseOp,
"generic method for n bits pc word rep",
true,
[ IsMultiplicativeElementWithInverseByPolycyclicCollector
and IsNBitsPcWordRep ],
0,
function( obj )
return FinPowConjCol_ReducedPowerSmallInt(
TypeObj(obj)![PCWP_COLLECTOR], obj, -1 );
end );
#############################################################################
##
#M Comm( <IsNBitsPcWordRep>, <IsNBitsPcWordRep> )
##
InstallMethod( Comm,
"generic method for n bits pc word rep",
IsIdenticalObj,
[ IsMultiplicativeElementWithInverseByPolycyclicCollector
and IsNBitsPcWordRep,
IsMultiplicativeElementWithInverseByPolycyclicCollector
and IsNBitsPcWordRep ],
0,
NBitsPcWord_Comm );
#############################################################################
##
#M LeftQuotient( <IsNBitsPcWordRep>, <IsNBitsPcWordRep> )
##
InstallMethod( LeftQuotient,
"generic method for n bits pc word rep",
IsIdenticalObj,
[ IsMultiplicativeElementWithInverseByPolycyclicCollector
and IsNBitsPcWordRep,
IsMultiplicativeElementWithInverseByPolycyclicCollector
and IsNBitsPcWordRep ],
0,
NBitsPcWord_LeftQuotient );
#############################################################################
##
#M <IsNBitsPcWordRep> / <IsNBitsPcWordRep>
##
InstallMethod( \/,
"generic method for n bits pc word rep",
IsIdenticalObj,
[ IsMultiplicativeElementWithInverseByPolycyclicCollector
and IsNBitsPcWordRep,
IsMultiplicativeElementWithInverseByPolycyclicCollector
and IsNBitsPcWordRep ],
0,
NBitsPcWord_Quotient );
#############################################################################
##
#M <IsNBitsPcWordRep> * <IsNBitsPcWordRep>
##
InstallMethod( \*,
"generic method for n bits pc word rep",
IsIdenticalObj,
[ IsMultiplicativeElementWithInverseByPolycyclicCollector
and IsNBitsPcWordRep,
IsMultiplicativeElementWithInverseByPolycyclicCollector
and IsNBitsPcWordRep ],
0,
NBitsPcWord_Product );
#############################################################################
##
#M <IsNBitsPcWordRep> ^ <IsNBitsPcWordRep>
##
InstallMethod( \^,
"generic method for n bits pc word rep",
IsIdenticalObj,
[ IsMultiplicativeElementWithInverseByPolycyclicCollector
and IsNBitsPcWordRep,
IsMultiplicativeElementWithInverseByPolycyclicCollector
and IsNBitsPcWordRep ],
0,
NBitsPcWord_Conjugate );
#############################################################################
##
#M <IsNBitsPcWordRep> ^ <small-int>
##
InstallMethod( \^,
"generic method for n bits pc word rep and small int",
true,
[ IsMultiplicativeElementWithInverseByPolycyclicCollector
and IsNBitsPcWordRep,
IsInt and IsSmallIntRep ],
0,
NBitsPcWord_PowerSmallInt );
#############################################################################
##
#R Is8BitsPcWordRep
##
DeclareRepresentation(
"Is8BitsPcWordRep",
IsNBitsPcWordRep and IsKernelPcWord, [] );
#############################################################################
##
#M MultiplicativeElementsWithInversesFamilyByRws( <8bits-sc> )
##
InstallMethod( MultiplicativeElementsWithInversesFamilyByRws,
"8 bits family",
true,
[ IsPolycyclicCollector and IsFinite and Is8BitsSingleCollectorRep
and IsDefaultRhsTypeSingleCollector
and IsUpToDatePolycyclicCollector ],
0,
function( sc )
local fam, i, pcs, implied;
implied:=IsObject;
if IsFinite(sc![SCP_RELATIVE_ORDERS]) and
ForAll(sc![SCP_RELATIVE_ORDERS],IsPosInt) then
# the orders are finite, imply this for all elements.
implied:=implied and IsElementFinitePolycyclicGroup;
fi;
# create a new family in the category <IsElementsFamilyByRws>
fam := NewFamily5( NewType( FamilyOfFamilies,
IsFamily and IsFamilyDefaultRep
and IsElementsFamilyBy8BitsSingleCollector ),
"MultiplicativeElementsWithInversesFamilyBy8BitsSingleCollector(...)",
IsMultiplicativeElementWithInverseByPolycyclicCollector
and IsAssociativeElement,
implied and CanEasilySortElements,
CanEasilySortElements);
# store the rewriting system
fam!.rewritingSystem := Immutable(sc);
# create the default type for the elements
fam!.defaultType := NewType( fam, IsPackedElementDefaultRep );
# create the special 8 bits type
fam!.8BitsType := NewType( fam, Is8BitsPcWordRep );
# copy the assoc word type
for i in [ AWP_FIRST_ENTRY .. AWP_FIRST_FREE-1 ] do
fam!.8BitsType![i] := sc![SCP_DEFAULT_TYPE]![i];
od;
# default type to use
fam!.8BitsType![AWP_PURE_TYPE] := fam!.8BitsType;
# store the names
fam!.8BitsType![PCWP_NAMES] := FamilyObj(ReducedOne(sc))!.names;
# force the single collector to return elements of that type
sc := ShallowCopy(sc);
sc![SCP_DEFAULT_TYPE] := fam!.8BitsType;
fam!.8BitsType![PCWP_COLLECTOR] := sc;
# store the identity
SetOne( fam, ElementByRws( fam, ReducedOne(fam!.rewritingSystem) ) );
# this family has a defining pcgs
pcs := List( GeneratorsOfRws(sc), x -> ElementByRws(fam,x) );
pcs:=PcgsByPcSequenceNC( fam, pcs ) ;
SetDefiningPcgs( fam, pcs);
# that's it
return fam;
end );
#############################################################################
##
#M ElementByRws( <fam>, <elm> )
##
InstallMethod( ElementByRws,
"using 8Bits_AssocWord",
true,
[ IsElementsFamilyBy8BitsSingleCollector,
Is8BitsAssocWord ],
0,
function( fam, elm )
return 8Bits_AssocWord( fam!.8BitsType, ExtRepOfObj(elm) );
end );
#############################################################################
##
#M UnderlyingElement( <Is8BitsPcWordRep> )
##
InstallMethod( UnderlyingElement,
"using 8Bits_ExtRepOfObj",
true,
[ Is8BitsPcWordRep ],
0,
function( obj )
local fam;
fam := UnderlyingFamily( FamilyObj(obj)!.rewritingSystem );
return ObjByExtRep( fam, 8Bits_ExtRepOfObj(obj) );
end );
#############################################################################
##
#M ExtRepOfObj( <Is8BitsPcWordRep> )
##
InstallMethod( ExtRepOfObj,
"using 8Bits_ExtRepOfObj",
true,
[ Is8BitsPcWordRep ],
0,
8Bits_ExtRepOfObj );
#############################################################################
##
#M ObjByExtRep( <fam>, <elm> )
##
InstallMethod( ObjByExtRep,
"using 8Bits_AssocWord",
true,
[ IsElementsFamilyBy8BitsSingleCollector,
IsList ],
0,
function( fam, elm )
return 8Bits_AssocWord( fam!.8BitsType, elm );
end );
#############################################################################
##
#M <Is8BitsPcWordRep> = <Is8BitsPcWordRep>
##
InstallMethod( \=,
"for 8 bits pc word rep",
IsIdenticalObj,
[ IsMultiplicativeElementWithInverseByPolycyclicCollector
and Is8BitsPcWordRep,
IsMultiplicativeElementWithInverseByPolycyclicCollector
and Is8BitsPcWordRep ],
0,
8Bits_Equal );
#############################################################################
##
#M <Is8BitsPcWordRep> < <Is8BitsPcWordRep>
##
InstallMethod( \<,
"method for 8 bits pc word rep",
IsIdenticalObj,
[ IsMultiplicativeElementWithInverseByPolycyclicCollector
and Is8BitsPcWordRep,
IsMultiplicativeElementWithInverseByPolycyclicCollector
and Is8BitsPcWordRep ],
0,
8Bits_Less );
#############################################################################
##
#R Is16BitsPcWordRep
##
DeclareRepresentation(
"Is16BitsPcWordRep",
IsNBitsPcWordRep and IsKernelPcWord, [] );
#############################################################################
##
#M MultiplicativeElementsWithInversesFamilyByRws( <16bits-sc> )
##
InstallMethod( MultiplicativeElementsWithInversesFamilyByRws,
"16 bits family",
true,
[ IsPolycyclicCollector and IsFinite and Is16BitsSingleCollectorRep
and IsDefaultRhsTypeSingleCollector
and IsUpToDatePolycyclicCollector ],
0,
function( sc )
local fam, i, pcs, implied;
implied:=IsObject;
if IsFinite(sc![SCP_RELATIVE_ORDERS]) and
ForAll(sc![SCP_RELATIVE_ORDERS],IsPosInt) then
# the orders are finite, imply this for all elements.
implied:=implied and IsElementFinitePolycyclicGroup;
fi;
# create a new family in the category <IsElementsFamilyByRws>
fam := NewFamily5( NewType( FamilyOfFamilies,
IsFamily and IsFamilyDefaultRep
and IsElementsFamilyBy16BitsSingleCollector ),
"MultiplicativeElementsWithInversesFamilyBy16BitsSingleCollector(...)",
IsMultiplicativeElementWithInverseByPolycyclicCollector
and IsAssociativeElement,
implied and CanEasilySortElements,
CanEasilySortElements);
# store the rewriting system
fam!.rewritingSystem := Immutable(sc);
# create the default type for the elements
fam!.defaultType := NewType( fam, IsPackedElementDefaultRep );
# create the special 16 bits type
fam!.16BitsType := NewType( fam, Is16BitsPcWordRep );
# copy the assoc word type
for i in [ AWP_FIRST_ENTRY .. AWP_FIRST_FREE-1 ] do
fam!.16BitsType![i] := sc![SCP_DEFAULT_TYPE]![i];
od;
# default type to use
fam!.16BitsType![AWP_PURE_TYPE] := fam!.16BitsType;
# store the names
fam!.16BitsType![PCWP_NAMES] := FamilyObj(ReducedOne(sc))!.names;
# force the single collector to return elements of that type
sc := ShallowCopy(sc);
sc![SCP_DEFAULT_TYPE] := fam!.16BitsType;
fam!.16BitsType![PCWP_COLLECTOR] := sc;
# store the identity
SetOne( fam, ElementByRws( fam, ReducedOne(fam!.rewritingSystem) ) );
# this family has a defining pcgs
pcs := List( GeneratorsOfRws(sc), x -> ElementByRws(fam,x) );
SetDefiningPcgs( fam, PcgsByPcSequenceNC( fam, pcs ) );
# that's it
return fam;
end );
#############################################################################
##
#M ElementByRws( <fam>, <elm> )
##
InstallMethod( ElementByRws,
"using 16Bits_AssocWord",
true,
[ IsElementsFamilyBy16BitsSingleCollector,
Is16BitsAssocWord ],
0,
function( fam, elm )
return 16Bits_AssocWord( fam!.16BitsType, ExtRepOfObj(elm) );
end );
#############################################################################
##
#M UnderlyingElement( <Is16BitsPcWordRep> )
##
InstallMethod( UnderlyingElement,
"using 16Bits_ExtRepOfObj",
true,
[ Is16BitsPcWordRep ],
0,
function( obj )
local fam;
fam := UnderlyingFamily( FamilyObj(obj)!.rewritingSystem );
return ObjByExtRep( fam, 16Bits_ExtRepOfObj(obj) );
end );
#############################################################################
##
#M ExtRepOfObj( <Is16BitsPcWordRep> )
##
InstallMethod( ExtRepOfObj,
"using 16Bits_ExtRepOfObj",
true,
[ Is16BitsPcWordRep ],
0,
16Bits_ExtRepOfObj );
#############################################################################
##
#M ObjByExtRep( <fam>, <elm> )
##
InstallMethod( ObjByExtRep,
"using 16Bits_AssocWord",
true,
[ IsElementsFamilyBy16BitsSingleCollector,
IsList ],
0,
function( fam, elm )
return 16Bits_AssocWord( fam!.16BitsType, elm );
end );
#############################################################################
##
#M <Is16BitsPcWordRep> = <Is16BitsPcWordRep>
##
InstallMethod( \=,
"for 16 bits pc word rep",
IsIdenticalObj,
[ IsMultiplicativeElementWithInverseByPolycyclicCollector
and Is16BitsPcWordRep,
IsMultiplicativeElementWithInverseByPolycyclicCollector
and Is16BitsPcWordRep ],
0,
16Bits_Equal );
#############################################################################
##
#M <Is16BitsPcWordRep> < <Is16BitsPcWordRep>
##
InstallMethod( \<,
"for 16 bits pc word rep",
IsIdenticalObj,
[ IsMultiplicativeElementWithInverseByPolycyclicCollector
and Is16BitsPcWordRep,
IsMultiplicativeElementWithInverseByPolycyclicCollector
and Is16BitsPcWordRep ],
0,
16Bits_Less );
#############################################################################
##
#R Is32BitsPcWordRep
##
DeclareRepresentation(
"Is32BitsPcWordRep",
IsNBitsPcWordRep and IsKernelPcWord, [] );
#############################################################################
##
#M MultiplicativeElementsWithInversesFamilyByRws( <32bits-sc> )
##
InstallMethod( MultiplicativeElementsWithInversesFamilyByRws,
"32 bits family",
true,
[ IsPolycyclicCollector and IsFinite and Is32BitsSingleCollectorRep
and IsDefaultRhsTypeSingleCollector
and IsUpToDatePolycyclicCollector ],
0,
function( sc )
local fam, i, pcs, implied;
implied:=IsObject;
if IsFinite(sc![SCP_RELATIVE_ORDERS]) and
ForAll(sc![SCP_RELATIVE_ORDERS],IsPosInt) then
# the orders are finite, imply this for all elements.
implied:=implied and IsElementFinitePolycyclicGroup;
fi;
# create a new family in the category <IsElementsFamilyByRws>
fam := NewFamily5( NewType( FamilyOfFamilies,
IsFamily and IsFamilyDefaultRep
and IsElementsFamilyBy32BitsSingleCollector ),
"MultiplicativeElementsWithInversesFamilyBy32BitsSingleCollector(...)",
IsMultiplicativeElementWithInverseByPolycyclicCollector
and IsAssociativeElement,
implied and CanEasilySortElements,
CanEasilySortElements);
# store the rewriting system
fam!.rewritingSystem := Immutable(sc);
# create the default type for the elements
fam!.defaultType := NewType( fam, IsPackedElementDefaultRep );
# create the special 32 bits type
fam!.32BitsType := NewType( fam, Is32BitsPcWordRep );
# copy the assoc word type
for i in [ AWP_FIRST_ENTRY .. AWP_FIRST_FREE-1 ] do
fam!.32BitsType![i] := sc![SCP_DEFAULT_TYPE]![i];
od;
# default type to use
fam!.32BitsType![AWP_PURE_TYPE] := fam!.32BitsType;
# store the names
fam!.32BitsType![PCWP_NAMES] := FamilyObj(ReducedOne(sc))!.names;
# force the single collector to return elements of that type
sc := ShallowCopy(sc);
sc![SCP_DEFAULT_TYPE] := fam!.32BitsType;
fam!.32BitsType![PCWP_COLLECTOR] := sc;
# store the identity
SetOne( fam, ElementByRws( fam, ReducedOne(fam!.rewritingSystem) ) );
# this family has a defining pcgs
pcs := List( GeneratorsOfRws(sc), x -> ElementByRws(fam,x) );
SetDefiningPcgs( fam, PcgsByPcSequenceNC( fam, pcs ) );
# that's it
return fam;
end );
#############################################################################
##
#M ElementByRws( <fam>, <elm> )
##
InstallMethod( ElementByRws,
"using 32Bits_AssocWord",
true,
[ IsElementsFamilyBy32BitsSingleCollector,
Is32BitsAssocWord ],
0,
function( fam, elm )
return 32Bits_AssocWord( fam!.32BitsType, ExtRepOfObj(elm) );
end );
#############################################################################
##
#M UnderlyingElement( <Is32BitsPcWordRep> )
##
InstallMethod( UnderlyingElement,
"using 16Bits_ExtRepOfObj",
true,
[ Is32BitsPcWordRep ],
0,
function( obj )
local fam;
fam := UnderlyingFamily( FamilyObj(obj)!.rewritingSystem );
return ObjByExtRep( fam, 32Bits_ExtRepOfObj(obj) );
end );
#############################################################################
##
#M ExtRepOfObj( <Is32BitsPcWordRep> )
##
InstallMethod( ExtRepOfObj,
"using 32Bits_ExtRepOfObj",
true,
[ Is32BitsPcWordRep ],
0,
32Bits_ExtRepOfObj );
#############################################################################
##
#M ObjByExtRep( <fam>, <elm> )
##
InstallMethod( ObjByExtRep,
"using 32Bits_AssocWord",
true,
[ IsElementsFamilyBy32BitsSingleCollector,
IsList ],
0,
function( fam, elm )
return 32Bits_AssocWord( fam!.32BitsType, elm );
end );
#############################################################################
##
#M <Is32BitsPcWordRep> = <Is32BitsPcWordRep>
##
InstallMethod( \=,
"for 32 bits pc word rep",
IsIdenticalObj,
[ IsMultiplicativeElementWithInverseByPolycyclicCollector
and Is32BitsPcWordRep,
IsMultiplicativeElementWithInverseByPolycyclicCollector
and Is32BitsPcWordRep ],
0,
32Bits_Equal );
#############################################################################
##
#M <Is32BitsPcWordRep> < <Is32BitsPcWordRep>
##
InstallMethod( \<,
"for 32 bits pc word rep",
IsIdenticalObj,
[ IsMultiplicativeElementWithInverseByPolycyclicCollector
and Is32BitsPcWordRep,
IsMultiplicativeElementWithInverseByPolycyclicCollector
and Is32BitsPcWordRep ],
0,
32Bits_Less );
#############################################################################
##
#F SingleCollector_GroupRelators( ... )
##
SingleCollector_GroupRelators := function(
efam, gens, rods, powersp, powersn,
commpp, commpn, commnp, commnn, conjpp,
conjpn, conjnp, conjnn, conflicts )
local col, i, j, rhs;
# be verbose
# Print( "#I SingleCollector_GroupRelators: ", Length(Flat(powersp)),
# "/", Length(Flat(powersn)), " ", Length(Flat(commpp)), "/",
# Length(Flat(commpn)), "/", Length(Flat(commnp)), "/",
# Length(Flat(commnn)), " ", Length(Flat(conjpp)), "/",
# Length(Flat(conjpn)), "/", Length(Flat(conjnp)), "/",
# Length(Flat(conjnn)), " ", Length(conflicts), "\n" );
# start with an empty single collector
col := SingleCollectorByGenerators( efam, gens, rods );
# we want to use positive powers first
for i in [ 1 .. Length(rods) ] do
if IsBound(powersp[i]) then
SetPower( col, i, powersp[i]^-1 * gens[i]^rods[i] );
fi;
od;
# we want to use positive conjugates/commutators first
for i in [ 1 .. Length(gens) ] do
for j in [ 1 .. i-1 ] do
if IsBound(conjpp[i][j]) then
rhs := ( (gens[i]^-1)^gens[j] * conjpp[i][j] ) ^ -1;
SetConjugate( col, i, j, rhs );
Unbind(conjpp[i][j]);
elif IsBound(commpp[i][j]) then
rhs := gens[i]*(Comm(gens[j],gens[i])*commpp[i][j])^-1;
SetConjugate( col, i, j, rhs );
Unbind(commpp[i][j]);
elif IsBound(conjnp[i][j]) then
rhs := gens[j]^-1*gens[i]*gens[j]*conjnp[i][j];
SetConjugate( col, i, j, rhs );
Unbind(conjnp[i][j]);
elif IsBound(commnp[i][j]) then
rhs := gens[i]^gens[j] * commnp[i][j]^gens[i];
SetConjugate( col, i, j, rhs );
Unbind(commnp[i][j]);
fi;
od;
od;
# everything must a consequence
Append( conflicts, Flat(commpp) );
Append( conflicts, Flat(conjpp) );
Append( conflicts, Flat(powersn) );
Append( conflicts, Flat(conjpn) );
Append( conflicts, Flat(conjnp) );
Append( conflicts, Flat(conjnn) );
Append( conflicts, Flat(commpn) );
Append( conflicts, Flat(commnp) );
Append( conflicts, Flat(commnn) );
# return the rewriting system
return col;
end;
#############################################################################
##
#M PolycyclicFactorGroupByRelators( <efam>, <gens>, <rels> )
##
InstallGlobalFunction( "SingleCollectorByRelators",
function( efam, gens, rels, conflicts )
local i, r, rel, powersp, powersn, powlst, commpp,
commpn, commnp, commnn, conjpp, conjpn, conjnp,
conjnn, n, g1, e1, g2, e2, g3, e3, g4,
e4, rods, col;
# check the generators
for i in [ 1 .. Length(gens) ] do
if 1 <> NumberSyllables(gens[i]) then
Error( gens[i], " must be a word of length 1" );
elif 1 <> ExponentSyllable( gens[i], 1 ) then
Error( gens[i], " must be a word of length 1" );
elif i <> GeneratorSyllable( gens[i], 1 ) then
Error( gens[i], " must be generator number ", i );
fi;
od;
# first convert relations into relators
r := [];
for rel in rels do
if IsList(rel) then
if 2 <> Length(rel) then
Error( rel, " is not a relation" );
fi;
AddSet( r, rel[1] / rel[2] );
else
AddSet( r, rel );
fi;
od;
rels := r;
# power relation
powersp := [];
powersn := [];
powlst := [];
# commutator pos, pos
commpp := List( gens, x -> [] );
# commutator pos, neg
commpn := List( gens, x -> [] );
# commutator neg, pos
commnp := List( gens, x -> [] );
# commutator neg, neg
commnn := List( gens, x -> [] );
# conjugate pos, pos
conjpp := List( gens, x -> [] );
# conjugate pos, neg
conjpn := List( gens, x -> [] );
# conjugate neg, pos
conjnp := List( gens, x -> [] );
# conjugate neg, neg
conjnn := List( gens, x -> [] );
# conflicts is passed already as argument and is changed!
# conflicts are collected in this list and tested later
#conflicts := [];
# sort relators into power and commutator/conjugate relators
for rel in rels do
n := NumberSyllables(rel);
# a word with only one or two syllabel is a power
if n = 1 or n = 2 then
Add( powlst, rel );
# ignore the trivial word
elif 2 < n then
# extract the first four entries
g1 := GeneratorSyllable( rel, 1 );
e1 := ExponentSyllable( rel, 1 );
g2 := GeneratorSyllable( rel, 2 );
e2 := ExponentSyllable( rel, 2 );
g3 := GeneratorSyllable( rel, 3 );
e3 := ExponentSyllable( rel, 3 );
if 3 < n then
g4 := GeneratorSyllable( rel, 4 );
e4 := ExponentSyllable( rel, 4 );
fi;
# a word starting with gi^-1gj^+-1gi is a conjugate or commutator
if e1 = -1 and e3 = 1 and g1 = g3 then
# gi^-1 gj^-1 gi gj is a commutator
if 3<n and e2 = -1 and e4 = 1 and g2 = g4 and g2 < g1 then
if IsBound(commpp[g1][g2]) then
Add( conflicts, rel );
else
commpp[g1][g2] := rel;
fi;
# gi^-1 gj^-1 gi is a conjugate
elif e2 = -1 and g1 < g2 then
if IsBound(conjnp[g2][g1]) then
Add( conflicts, rel );
else
conjnp[g2][g1] := rel;
fi;
# gi^-1 gj gi gj^-1 is a commutator
elif 3<n and e2 = 1 and e4 = -1 and g2 = g4 and g2 < g1 then
if IsBound(commpn[g1][g2]) then
Add( conflicts, rel );
else
commpn[g1][g2] := rel;
fi;
# gi^-1 gj gi is a conjugate
elif e2 = 1 and g1 < g2 then
if IsBound(conjpp[g2][g1]) then
Add( conflicts, rel );
else
conjpp[g2][g1] := rel;
fi;
# impossible
else
Error( "illegal relator ", rel );
fi;
# a word starting with gigjgi^-1 is a conjugate or commutator
elif e1 = 1 and e3 = -1 and g1 = g3 then
# gi gj gi^-1 gj^-1 is a commutator
if 3 < n and e2 = 1 and e4 = -1 and g2 = g4 and g2 < g1 then
if IsBound(commnn[g1][g2]) then
Add( conflicts, rel );
else
commnn[g1][g2] := rel;
fi;
# gi gj gi^-1 is a conjugate
elif e2 = 1 and g1 < g2 then
if IsBound(conjpn[g2][g1]) then
Add( conflicts, rel );
else
conjpn[g2][g1] := rel;
fi;
# gi gj^-1 gi^-1 gj is a commutator
elif 3<n and e2 = -1 and e4 = 1 and g2 = g4 and g2 < g1 then
if IsBound(commnp[g1][g2]) then
Add( conflicts, rel );
else
commnp[g1][g2] := rel;
fi;
# gi gj^-1 gi^-1 gj is a conjugate
elif e2 = -1 and g1 < g2 then
if IsBound(conjnp[g2][g1]) then
Add( conflicts, rel );
else
conjnp[g2][g1] := rel;
fi;
# impossible
else
Error( "illegal relator ", rel );
fi;
# it must be a power
else
Add( powlst, rel );
fi;
fi;
od;
# now check the powers
rods := List( gens, x -> 0 );
for rel in powlst do
g1 := GeneratorSyllable( rel, 1 );
e1 := ExponentSyllable( rel, 1 );
if rods[g1] <> 0 then
if IsBound(powersp[g1]) then
Add( conflicts, rel );
else
Add( conflicts, rel );
fi;
else
rods[g1] := AbsInt(e1);
if e1 < 0 then
powersn[g1] := rel;
else
powersp[g1] := rel;
fi;
fi;
od;
# now decide which collector to use
if ForAny( rods, x -> x = 0 ) then
Error( "not ready yet, only finite polycyclic groups are allowed" );
else
col := SingleCollector_GroupRelators( efam, gens,
rods, powersp, powersn,
commpp, commpn, commnp, commnn, conjpp, conjpn,
conjnp, conjnn, conflicts );
fi;
return col;
end );
InstallMethod( PolycyclicFactorGroupByRelatorsNC,
"generic method for family, generators, relators",
true,
[ IsFamily, IsList, IsList ], 0,
function( efam, gens, rels )
local col;
col := SingleCollectorByRelators( efam, gens, rels, [] );
return GroupByRwsNC(col);
end );
InstallMethod( PolycyclicFactorGroupByRelators,
"generic method for family, generators, relators",
true,
[ IsFamily, IsList, IsList ], 0,
function( efam, gens, rels )
local col, conflicts, e1, rel;
conflicts := [];
col := SingleCollectorByRelators( efam, gens, rels, conflicts );
# check that there are no conflicts between the relations
e1 := ReducedOne(col);
for rel in conflicts do
if ReducedForm( col, rel ) <> e1 then
Error( "relator ", rel, " is not trivial" );
fi;
od;
# check consistency & return the group described by this system
return GroupByRws(col);
end );
#############################################################################
##
#M PolycyclicFactorGroup( <fgrp>, <rels> )
##
#############################################################################
InstallMethod( PolycyclicFactorGroup,
"for free group, list using ' PolycyclicFactorGroupByRelators'",
IsIdenticalObj,
[ IsFreeGroup,
IsHomogeneousList ],
0,
function( fgrp, rels )
return PolycyclicFactorGroupByRelators(
ElementsFamily(FamilyObj(fgrp)),
GeneratorsOfGroup(fgrp),
rels );
end );
InstallMethod( PolycyclicFactorGroupNC,
"for free group, list using ' PolycyclicFactorGroupByRelators'",
IsIdenticalObj,
[ IsFreeGroup,
IsHomogeneousList ],
0,
function( fgrp, rels )
return PolycyclicFactorGroupByRelatorsNC(
ElementsFamily(FamilyObj(fgrp)),
GeneratorsOfGroup(fgrp),
rels );
end );
#############################################################################
InstallMethod( PolycyclicFactorGroup,
"for free group, empty list using ' PolycyclicFactorGroupByRelators'",
true,
[ IsFreeGroup,
IsList and IsEmpty ],
0,
function( fgrp, rels )
return PolycyclicFactorGroupByRelators(
ElementsFamily(FamilyObj(fgrp)),
GeneratorsOfGroup(fgrp),
rels );
end );
#############################################################################
##
#E
|