/usr/share/gap/lib/zmodnz.gi is in gap-libs 4r8p8-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 | #############################################################################
##
#W zmodnz.gi GAP library Thomas Breuer
##
##
#Y Copyright (C) 1997, 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 methods for the elements of the rings $Z / n Z$
## in their representation via the residue modulo $n$.
## This residue is always assumed to be in the range $[ 0, 1 ..., n-1 ]$.
##
## Each ring $\Z / n \Z$ contains the whole elements family if $n$ is not a
## prime, and is embedded into the family of finite field elements of
## characteristic $n$ otherwise.
##
## If $n$ is not a prime then an external representation of elements is
## defined. For the element $k + n \Z$, it is the representative $k$,
## chosen such that $0 \leq k \leq n - 1$.
##
## The ordering of elements for nonprime $n$ is defined by the ordering of
## the representatives.
## For primes smaller than `MAXSIZE_GF_INTERNAL', the ordering of the
## internal finite field elements must be respected, for larger primes
## again the ordering of representatives is chosen.
##
#T for small residue class rings, avoid constructing new objects by
#T keeping an elements list, and change the constructor such that the
#T object in question is just fetched
#T (check performance for matrices over Z/4Z, say)
#############################################################################
##
#R IsModulusRep( <obj> )
##
## Objects in this representation are defined by a single data entry, an
## integer at first position.
##
DeclareRepresentation( "IsModulusRep", IsPositionalObjectRep, [ 1 ] );
#############################################################################
##
## 1. The elements
##
#############################################################################
##
#M ZmodnZObj( <Fam>, <residue> )
#M ZmodnZObj( <residue>, <modulus> )
##
InstallMethod( ZmodnZObj,
"for family of elements in Z/nZ (nonprime), and integer",
[ IsZmodnZObjNonprimeFamily, IsInt ],
function( Fam, residue )
return Objectify( Fam!.typeOfZmodnZObj,
[ residue mod Fam!.Characteristic ] );
end );
InstallOtherMethod( ZmodnZObj,
"for family of FFE elements, and integer",
[ IsFFEFamily, IsInt ],
function( Fam, residue )
local p;
p:= Fam!.Characteristic;
if not IsBound( Fam!.typeOfZmodnZObj ) then
# Store the type for the representation of prime field elements
# via residues.
Fam!.typeOfZmodnZObj:= NewType( Fam,
IsZmodpZObjSmall and IsModulusRep );
SetDataType( Fam!.typeOfZmodnZObj, p ); # TODO: remove once no package uses this
fi;
return Objectify( Fam!.typeOfZmodnZObj, [ residue mod p ] );
end );
InstallMethod( ZmodnZObj,
"for a positive integer, and an integer -- check small primes",
[ IsInt, IsPosInt ],
function( residue, n )
if n in PRIMES_COMPACT_FIELDS then
return residue*Z(n)^0;
else
return ZmodnZObj( ElementsFamily( FamilyObj( ZmodnZ( n ) ) ), residue );
fi;
end );
#############################################################################
##
#M ObjByExtRep( <Fam>, <residue> )
##
## Note that finite field elements do not have an external representation.
##
InstallMethod( ObjByExtRep,
"for family of elements in Z/nZ (nonprime), and integer",
[ IsZmodnZObjNonprimeFamily, IsInt ],
function( Fam, residue )
return ZmodnZObj( Fam, residue mod Fam!.Characteristic );
end );
#############################################################################
##
#M ExtRepOfObj( <obj> )
##
InstallMethod( ExtRepOfObj,
"for element in Z/nZ (ModulusRep, nonprime)",
[ IsZmodnZObjNonprime and IsModulusRep ],
obj -> obj![1] );
#############################################################################
##
#M PrintObj( <obj> ) . . . . . . . . . . . for element in Z/nZ (ModulusRep)
##
InstallMethod( PrintObj,
"for element in Z/nZ (ModulusRep)",
IsZmodnZObjNonprimeFamily,
[ IsZmodnZObj and IsModulusRep ],
function( x )
Print( "ZmodnZObj( ", x![1], ", ", FamilyObj( x )!.Characteristic, " )" );
end );
InstallMethod( PrintObj,
"for element in Z/pZ (ModulusRep)",
[ IsZmodpZObj and IsModulusRep ],
function( x )
Print( "ZmodpZObj( ", x![1], ", ", FamilyObj( x )!.Characteristic, " )" );
end );
InstallMethod( String,
"for element in Z/nZ (ModulusRep)",
IsZmodnZObjNonprimeFamily,
[ IsZmodnZObj and IsModulusRep ],
function( x )
return Concatenation( "ZmodnZObj(", String(x![1]), ",",
String(FamilyObj( x )!.Characteristic), ")" );
end );
InstallMethod( String,
"for element in Z/pZ (ModulusRep)",
[ IsZmodpZObj and IsModulusRep ],
function( x )
return Concatenation( "ZmodpZObj(", String(x![1]), ",",
String(FamilyObj( x )!.Characteristic), ")" );
end );
#############################################################################
##
#M \=( <x>, <y> )
#M \<( <x>, <y> )
##
InstallMethod( \=,
"for two elements in Z/nZ (ModulusRep)",
IsIdenticalObj,
[ IsZmodnZObj and IsModulusRep, IsZmodnZObj and IsModulusRep ],
function( x, y ) return x![1] = y![1]; end );
InstallMethod( \=,
"for element in Z/pZ (ModulusRep) and internal FFE",
IsIdenticalObj,
[ IsZmodpZObj and IsModulusRep, IsFFE and IsInternalRep ],
function( x, y )
return DegreeFFE( y ) = 1 and x![1] = IntFFE( y );
end );
InstallMethod( \=,
"for internal FFE and element in Z/pZ (ModulusRep)",
IsIdenticalObj,
[ IsFFE and IsInternalRep, IsZmodpZObj and IsModulusRep ],
function( x, y )
return DegreeFFE( x ) = 1 and y![1] = IntFFE( x );
end );
InstallMethod( \<,
"for two elements in Z/nZ (ModulusRep, nonprime)",
IsIdenticalObj,
[ IsZmodnZObjNonprime and IsModulusRep,
IsZmodnZObjNonprime and IsModulusRep ],
function( x, y ) return x![1] < y![1]; end );
InstallMethod( \<,
"for two elements in Z/pZ (ModulusRep, large)",
IsIdenticalObj,
[ IsZmodpZObjLarge and IsModulusRep,
IsZmodpZObjLarge and IsModulusRep ],
function( x, y ) return x![1] < y![1]; end );
InstallMethod( \<,
"for two elements in Z/pZ (ModulusRep, small)",
IsIdenticalObj,
[ IsZmodpZObjSmall and IsModulusRep,
IsZmodpZObjSmall and IsModulusRep ],
function( x, y )
local p, r; # characteristic and primitive root
if x![1] = 0 then
return y![1] <> 0;
elif y![1] = 0 then
return false;
else
p:= Characteristic( x );
r:= PrimitiveRootMod( p );
return LogMod( x![1], r, p ) < LogMod( y![1], r, p );
fi;
end );
InstallMethod( \<,
"for element in Z/pZ (ModulusRep) and internal FFE",
IsIdenticalObj,
[ IsZmodpZObjSmall and IsModulusRep, IsFFE and IsInternalRep ],
function( x, y )
return x![1] * One( Z( Characteristic( x ) ) ) < y;
end );
InstallMethod( \<,
"for internal FFE and element in Z/pZ (ModulusRep)",
IsIdenticalObj,
[ IsFFE and IsInternalRep, IsZmodpZObjSmall and IsModulusRep ],
function( x, y )
return x < y![1] * One( Z( Characteristic( y ) ) );
end );
#############################################################################
##
#M \+( <x>, <y> )
#M \-( <x>, <y> )
#M \*( <x>, <y> )
#M \/( <x>, <y> )
#M \^( <x>, <n> )
##
## The result of an arithmetic operation of
## - two `ZmodnZObj' is again a `ZmodnZObj',
## - a `ZmodnZObj' and a rational with acceptable denominator
## is a `ZmodnZObj',
## - a `ZmodpZObj' and an internal FFE in the same characteristic
## is an internal FFE.
##
InstallMethod( \+,
"for two elements in Z/nZ (ModulusRep)",
IsIdenticalObj,
[ IsZmodnZObj and IsModulusRep, IsZmodnZObj and IsModulusRep ],
function( x, y )
local Fam;
Fam := FamilyObj( x );
return Objectify( Fam!.typeOfZmodnZObj,
[ ( x![1] + y![1] ) mod Fam!.Characteristic ] );
end );
InstallMethod( \+,
"for element in Z/nZ (ModulusRep) and integer",
[ IsZmodnZObj and IsModulusRep, IsInt ],
function( x, y )
local Fam;
Fam := FamilyObj( x );
return Objectify( Fam!.typeOfZmodnZObj,
[ ( x![1] + y ) mod Fam!.Characteristic ] );
end );
InstallMethod( \+,
"for integer and element in Z/nZ (ModulusRep)",
[ IsInt, IsZmodnZObj and IsModulusRep ],
function( x, y )
local Fam;
Fam := FamilyObj( y );
return Objectify( Fam!.typeOfZmodnZObj,
[ ( x + y![1] ) mod Fam!.Characteristic ] );
end );
InstallMethod( \+,
"for element in Z/nZ (ModulusRep) and rational",
[ IsZmodnZObj and IsModulusRep, IsRat ],
function( x, y )
local Fam, m;
Fam := FamilyObj( x );
m:= Fam!.Characteristic;
if GcdInt( DenominatorRat( y ), m ) = 1 then
return Objectify( Fam!.typeOfZmodnZObj,
[ ( x![1] + y ) mod m ] );
else
return fail;
fi;
end );
InstallMethod( \+,
"for rational and element in Z/nZ (ModulusRep)",
[ IsRat, IsZmodnZObj and IsModulusRep ],
function( x, y )
local Fam, m;
Fam := FamilyObj( y );
m:= Fam!.Characteristic;
if GcdInt( DenominatorRat( x ), m ) = 1 then
return Objectify( Fam!.typeOfZmodnZObj,
[ ( x + y![1] ) mod m ] );
else
return fail;
fi;
end );
InstallMethod( \+,
"for element in Z/pZ (ModulusRep) and internal FFE",
IsIdenticalObj,
[ IsZmodpZObjSmall and IsModulusRep, IsFFE and IsInternalRep ],
function( x, y ) return x![1] + y; end );
InstallMethod( \+,
"for internal FFE and element in Z/pZ (ModulusRep)",
IsIdenticalObj,
[ IsFFE and IsInternalRep, IsZmodpZObjSmall and IsModulusRep ],
function( x, y ) return x + y![1]; end );
InstallMethod( \-,
"for two elements in Z/nZ (ModulusRep)",
IsIdenticalObj,
[ IsZmodnZObj and IsModulusRep, IsZmodnZObj and IsModulusRep ],
function( x, y )
local Fam;
Fam := FamilyObj( x );
return Objectify( Fam!.typeOfZmodnZObj,
[ ( x![1] - y![1] ) mod Fam!.Characteristic ] );
end );
InstallMethod( \-,
"for element in Z/nZ (ModulusRep) and integer",
[ IsZmodnZObj and IsModulusRep, IsInt ],
function( x, y )
local Fam;
Fam := FamilyObj( x );
return Objectify( Fam!.typeOfZmodnZObj,
[ ( x![1] - y ) mod Fam!.Characteristic ] );
end );
InstallMethod( \-,
"for integer and element in Z/nZ (ModulusRep)",
[ IsInt, IsZmodnZObj and IsModulusRep ],
function( x, y )
local Fam;
Fam := FamilyObj( y );
return Objectify( Fam!.typeOfZmodnZObj,
[ ( x - y![1] ) mod Fam!.Characteristic ] );
end );
InstallMethod( \-,
"for element in Z/nZ (ModulusRep) and rational",
[ IsZmodnZObj and IsModulusRep, IsRat ],
function( x, y )
local Fam, m;
Fam := FamilyObj( x );
m:= Fam!.Characteristic;
if GcdInt( DenominatorRat( y ), m ) = 1 then
return Objectify( Fam!.typeOfZmodnZObj,
[ ( x![1] - y ) mod m ] );
else
return fail;
fi;
end );
InstallMethod( \-,
"for rational and element in Z/nZ (ModulusRep)",
[ IsRat, IsZmodnZObj and IsModulusRep ],
function( x, y )
local Fam, m;
Fam := FamilyObj( y );
m:= Fam!.Characteristic;
if GcdInt( DenominatorRat( x ), m ) = 1 then
return Objectify( Fam!.typeOfZmodnZObj,
[ ( x - y![1] ) mod m ] );
else
return fail;
fi;
end );
InstallMethod( \-,
"for element in Z/pZ (ModulusRep) and internal FFE",
IsIdenticalObj,
[ IsZmodpZObjSmall and IsModulusRep, IsFFE and IsInternalRep ],
function( x, y ) return x![1] - y; end );
InstallMethod( \-,
"for internal FFE and element in Z/pZ (ModulusRep)",
IsIdenticalObj,
[ IsFFE and IsInternalRep, IsZmodpZObjSmall and IsModulusRep ],
function( x, y ) return x - y![1]; end );
InstallMethod( \*,
"for two elements in Z/nZ (ModulusRep)",
IsIdenticalObj,
[ IsZmodnZObj and IsModulusRep, IsZmodnZObj and IsModulusRep ],
function( x, y )
local Fam;
Fam := FamilyObj( x );
return Objectify( Fam!.typeOfZmodnZObj,
[ ( x![1] * y![1] ) mod Fam!.Characteristic ] );
end );
InstallMethod( \*,
"for element in Z/nZ (ModulusRep) and integer",
[ IsZmodnZObj and IsModulusRep, IsInt ],
function( x, y )
local Fam;
Fam := FamilyObj( x );
return Objectify( Fam!.typeOfZmodnZObj,
[ ( x![1] * y ) mod Fam!.Characteristic ] );
end );
InstallMethod( \*,
"for integer and element in Z/nZ (ModulusRep)",
[ IsInt, IsZmodnZObj and IsModulusRep ],
function( x, y )
local Fam;
Fam := FamilyObj( y );
return Objectify( Fam!.typeOfZmodnZObj,
[ ( x * y![1] ) mod Fam!.Characteristic ] );
end );
InstallMethod( \*,
"for element in Z/nZ (ModulusRep) and rational",
[ IsZmodnZObj and IsModulusRep, IsRat ],
function( x, y )
local Fam, m;
Fam := FamilyObj( x );
m:= Fam!.Characteristic;
if GcdInt( DenominatorRat( y ), m ) = 1 then
return Objectify( Fam!.typeOfZmodnZObj,
[ ( x![1] * y ) mod m ] );
else
return fail;
fi;
end );
InstallMethod( \*,
"for rational and element in Z/nZ (ModulusRep)",
[ IsRat, IsZmodnZObj and IsModulusRep ],
function( x, y )
local Fam, m;
Fam := FamilyObj( y );
m:= Fam!.Characteristic;
if GcdInt( DenominatorRat( x ), m ) = 1 then
return Objectify( Fam!.typeOfZmodnZObj,
[ ( x * y![1] ) mod m ] );
else
return fail;
fi;
end );
InstallMethod( \*,
"for element in Z/pZ (ModulusRep) and internal FFE",
IsIdenticalObj,
[ IsZmodpZObjSmall and IsModulusRep, IsFFE and IsInternalRep ],
function( x, y ) return x![1] * y; end );
InstallMethod( \*,
"for internal FFE and element in Z/pZ (ModulusRep)",
IsIdenticalObj,
[ IsFFE and IsInternalRep, IsZmodpZObjSmall and IsModulusRep ],
function( x, y ) return x * y![1]; end );
InstallMethod( \/,
"for two elements in Z/nZ (ModulusRep)",
IsIdenticalObj,
[ IsZmodnZObj and IsModulusRep, IsZmodnZObj and IsModulusRep ],
function( x, y )
local Fam, q;
Fam := FamilyObj( x );
q := QuotientMod( Integers, x![1], y![1],
Fam!.Characteristic );
if q = fail then
return fail;
else
# Avoid to touch the rational arithmetics.
return Objectify( Fam!.typeOfZmodnZObj,
[ q ] );
fi;
end );
InstallMethod( \/,
"for element in Z/nZ (ModulusRep) and integer",
[ IsZmodnZObj and IsModulusRep, IsInt ],
function( x, y )
local Fam, q;
Fam := FamilyObj( x );
q := QuotientMod( Integers, x![1], y,
Fam!.Characteristic );
if q = fail then
return fail;
else
# Avoid to touch the rational arithmetics.
return Objectify( Fam!.typeOfZmodnZObj,
[ q ] );
fi;
end );
InstallMethod( \/,
"for integer and element in Z/nZ (ModulusRep)",
[ IsInt, IsZmodnZObj and IsModulusRep ],
function( x, y )
local Fam, q;
Fam := FamilyObj( y );
q := QuotientMod( Integers, x, y![1],
Fam!.Characteristic );
if q = fail then
return fail;
else
# Avoid to touch the rational arithmetics.
return Objectify( Fam!.typeOfZmodnZObj,
[ q ] );
fi;
end );
InstallMethod( \/,
"for element in Z/nZ (ModulusRep) and rational",
[ IsZmodnZObj and IsModulusRep, IsRat ],
function( x, y )
local Fam, m;
Fam := FamilyObj( x );
m:= Fam!.Characteristic;
if GcdInt( NumeratorRat( y ), m ) = 1 then
return Objectify( Fam!.typeOfZmodnZObj,
[ ( x![1] / y ) mod m ] );
else
return fail;
fi;
end );
InstallMethod( \/,
"for rational and element in Z/nZ (ModulusRep)",
[ IsRat, IsZmodnZObj and IsModulusRep ],
function( x, y )
local Fam, m;
Fam := FamilyObj( y );
m:= Fam!.Characteristic;
if GcdInt( DenominatorRat( x ), m ) = 1 then
return Objectify( Fam!.typeOfZmodnZObj,
[ ( x / y![1] ) mod m ] );
else
return fail;
fi;
end );
InstallMethod( \/,
"for element in Z/pZ (ModulusRep) and internal FFE",
IsIdenticalObj,
[ IsZmodpZObjSmall and IsModulusRep, IsFFE and IsInternalRep ],
function( x, y ) return x![1] / y; end );
InstallMethod( \/,
"for internal FFE and element in Z/pZ (ModulusRep)",
IsIdenticalObj,
[ IsFFE and IsInternalRep, IsZmodpZObjSmall and IsModulusRep ],
function( x, y ) return x / y![1]; end );
InstallMethod( \^,
"for element in Z/nZ (ModulusRep), and integer",
[ IsZmodnZObj and IsModulusRep, IsInt ],
function( x, n )
local Fam;
Fam := FamilyObj( x );
return Objectify( Fam!.typeOfZmodnZObj,
[ PowerModInt( x![1], n, Fam!.Characteristic ) ] );
end );
#############################################################################
##
#M ZeroOp( <elm> ) . . . . . . . . . . . . . . . . . . . . for `IsZmodnZObj'
##
InstallMethod( ZeroOp,
"for element in Z/nZ (ModulusRep)",
[ IsZmodnZObj ],
elm -> ZmodnZObj( FamilyObj( elm ), 0 ) );
#############################################################################
##
#M AdditiveInverseOp( <elm> ) . . . . . . . . . . . . . . for `IsZmodnZObj'
##
InstallMethod( AdditiveInverseOp,
"for element in Z/nZ (ModulusRep)",
[ IsZmodnZObj and IsModulusRep ],
elm -> ZmodnZObj( FamilyObj( elm ), AdditiveInverse( elm![1] ) ) );
#############################################################################
##
#M OneOp( <elm> ) . . . . . . . . . . . . . . . . . . . . for `IsZmodnZObj'
##
InstallMethod( OneOp,
"for element in Z/nZ (ModulusRep)",
[ IsZmodnZObj ],
elm -> ZmodnZObj( FamilyObj( elm ), 1 ) );
#############################################################################
##
#M InverseOp( <elm> ) . . . . . . . . . . . . . . . . . . for `IsZmodnZObj'
##
InstallMethod( InverseOp,
"for element in Z/nZ (ModulusRep)",
[ IsZmodnZObj and IsModulusRep ],
function( elm )
local fam, inv;
fam:= FamilyObj( elm );
inv:= QuotientMod( Integers, 1, elm![1], fam!.Characteristic );
if inv <> fail then
inv:= ZmodnZObj( fam, inv );
fi;
return inv;
end );
#############################################################################
##
#M Order( <obj> ) . . . . . . . . . . . . . . . . . . . . for `IsZmodpZObj'
##
InstallMethod( Order,
"for element in Z/nZ (ModulusRep)",
[ IsZmodnZObj and IsModulusRep ],
function( elm )
local ord;
ord := OrderMod( elm![1], FamilyObj( elm )!.Characteristic );
if ord = 0 then
Error( "<obj> is not invertible" );
fi;
return ord;
end );
#############################################################################
##
#M DegreeFFE( <obj> ) . . . . . . . . . . . . . . . . . . for `IsZmodpZObj'
##
InstallMethod( DegreeFFE,
"for element in Z/pZ (ModulusRep)",
[ IsZmodpZObj and IsModulusRep ],
z -> 1 );
#############################################################################
##
#M LogFFE( <n>, <r> ) . . . . . . . . . . . . . . . . . . for `IsZmodpZObj'
##
InstallMethod( LogFFE,
"for two elements in Z/pZ (ModulusRep)",
IsIdenticalObj,
[ IsZmodpZObj and IsModulusRep, IsZmodpZObj and IsModulusRep ],
function( n, r )
return LogMod( n![1], r![1], Characteristic( n ) );
end );
#############################################################################
##
#M RootFFE( <z>, <k> ) . . . . . . . . . . . . . . . . . . for `IsZmodpZObj'
##
InstallMethod(RootFFE,"for modulus rep, using RootMod",true,
[IsZmodpZObj and IsModulusRep,IsPosInt],
function( z, k )
local r,fam;
fam:=FamilyObj(z);
r:=RootMod(z![1],k,fam!.Characteristic);
if r=fail then return r;fi;
return ZmodnZObj(fam,r);
end );
#############################################################################
##
#M Int( <obj> ) . . . . . . . . . . . . . . . . . . . . . for `IsZmodnZObj'
##
InstallMethod( Int,
"for element in Z/nZ (ModulusRep)",
[ IsZmodnZObj and IsModulusRep ],
z -> z![1] );
#############################################################################
##
#M IntFFE( <obj> ) . . . . . . . . . . . . . . . . . . . for `IsZmodnZObj'
##
InstallMethod(IntFFE,
[IsZmodpZObj and IsModulusRep],
x->x![1]);
#############################################################################
##
#M IntFFESymm( <obj> ) . . . . . . . . . . . . . . . . . . . for `IsZmodnZObj'
##
InstallOtherMethod(IntFFESymm,"Z/nZ (ModulusRep)",
[IsZmodnZObj and IsModulusRep],
function(z)
local n;
n:=Characteristic( FamilyObj(z) );
if 2*z![1]>n then
return z![1]-n;
else
return z![1];
fi;
end);
#############################################################################
##
#M Z(p) ... return a primitive root
##
InstallMethod(ZOp,
[IsPosInt],
function(p)
local f;
if p <= MAXSIZE_GF_INTERNAL then
TryNextMethod(); # should never happen
fi;
if not IsProbablyPrimeInt(p) then
TryNextMethod();
fi;
f := FFEFamily(p);
if not IsBound(f!.primitiveRootModP) then
f!.primitiveRootModP := PrimitiveRootMod(p);
fi;
return ZmodnZObj(f!.primitiveRootModP,p);
end);
#############################################################################
##
## 2. The collections
##
#############################################################################
##
#M InverseOp( <mat> ) . . . . . . . . . . . . for ordinary matrix over Z/nZ
#M InverseSM( <mat> ) . . . . . . . . . . . . for ordinary matrix over Z/nZ
##
## For a nonprime integer $n$, the residue class ring $\Z/n\Z$ has zero
## divisors, so the standard algorithm to invert a matrix over $\Z/n\Z$
## cannot be applied.
##
#T The method below should of course be replaced by a method that uses
#T inversion modulo the maximal prime powers dividing the modulus,
#T this ``brute force method'' is only preliminary!
##
InstallMethod( InverseOp,
"for an ordinary matrix over a ring Z/nZ",
[ IsMatrix and IsOrdinaryMatrix and IsZmodnZObjNonprimeCollColl ],
function( mat )
local one;
one:= One( mat[1][1] );
mat:= InverseOp( List( mat, row -> List( row, Int ) ) );
if mat <> fail then
mat:= mat * one;
fi;
if not IsMatrix( mat ) then
mat:= fail;
fi;
return mat;
end );
InstallMethod( InverseSM,
"for an ordinary matrix over a ring Z/nZ",
[ IsMatrix and IsOrdinaryMatrix and IsZmodnZObjNonprimeCollColl ],
function( mat )
local inv, row;
inv:= InverseOp( mat );
if inv <> fail then
if not IsMutable( mat ) then
MakeImmutable( inv );
elif not IsMutable( mat[1] ) then
for row in inv do
MakeImmutable( row );
od;
fi;
fi;
return inv;
end );
InstallMethod( TriangulizeMat,
"for a mutable ordinary matrix over a ring Z/nZ",
[ IsMatrix and IsMutable and IsOrdinaryMatrix
and IsZmodnZObjNonprimeCollColl ],
function( mat )
local imat, i;
imat:= List( mat, row -> List( row, Int ) );
TriangulizeMat( imat );
imat:= imat * One( mat[1][1] );
for i in [ 1 .. Length( mat ) ] do
mat[i]:= imat[i];
od;
end );
#############################################################################
##
#M ViewObj( <R> ) . . . . . . . . . . . . . . . . method for full ring Z/nZ
#M PrintObj( <R> ) . . . . . . . . . . . . . . . . method for full ring Z/nZ
##
InstallMethod( ViewObj,
"for full ring Z/nZ",
[ IsZmodnZObjNonprimeCollection and IsWholeFamily ], SUM_FLAGS,
function( obj )
Print( "(Integers mod ", Size( obj ), ")" );
end );
InstallMethod( PrintObj,
"for full ring Z/nZ",
[ IsZmodnZObjNonprimeCollection and IsWholeFamily ], SUM_FLAGS,
function( obj )
Print( "(Integers mod ", Size( obj ), ")" );
end );
#############################################################################
##
#M AsSSortedList( <R> ) . . . . . . . . . . . . set of elements of Z mod n Z
#M AsList( <R> ) . . . . . . . . . . . . . . . set of elements of Z mod n Z
##
InstallMethod( AsList,
"for full ring Z/nZ",
[ IsZmodnZObjNonprimeCollection and IsWholeFamily ],
RankFilter( IsRing ),
function( R )
local F;
F:= ElementsFamily( FamilyObj( R ) );
F:= List( [ 0 .. Size( R ) - 1 ], x -> ZmodnZObj( F, x ) );
SetAsSSortedList( R, F );
SetIsSSortedList( F, true );
return F;
end );
InstallMethod( AsSSortedList,
"for full ring Z/nZ",
[ IsZmodnZObjNonprimeCollection and IsWholeFamily ],
RankFilter( IsRing ),
function( R )
local F;
F:= ElementsFamily( FamilyObj( R ) );
F:= List( [ 0 .. Size( R ) - 1 ], x -> ZmodnZObj( F, x ) );
SetIsSSortedList( F, true );
return F;
end );
#############################################################################
##
#M Random( <R> ) . . . . . . . . . . . . . . . . . method for full ring Z/nZ
##
InstallMethod( Random,
"for full ring Z/nZ",
[ IsZmodnZObjNonprimeCollection and IsWholeFamily ],
RankFilter( IsRing ),
R -> ZmodnZObj( ElementsFamily( FamilyObj( R ) ),
Random( [ 0 .. Size( R ) - 1 ] ) ) );
#############################################################################
##
#M IsIntegralRing( <obj> ) . . . . . . . . . . method for subrings of Z/nZ
##
InstallImmediateMethod( IsIntegralRing,
IsZmodnZObjNonprimeCollection and IsRing, 0,
ReturnFalse );
#############################################################################
##
#M IsUnit( <obj> ) . . . . . . . . . . . . . . . . . . . for `IsZmodpZObj'
##
InstallMethod( IsUnit,
"for element in Z/nZ (ModulusRep)",
IsCollsElms,
[ IsZmodnZObjNonprimeCollection and IsWholeFamily and IsRing, IsZmodnZObj and IsModulusRep ],
function( R, elm )
return GcdInt( elm![1], FamilyObj( elm )!.Characteristic ) = 1;
end );
#############################################################################
##
#M Units( <R> ) . . . . . . . . . . . . . . . . . method for full ring Z/nZ
##
InstallMethod( Units,
"for full ring Z/nZ",
[ IsZmodnZObjNonprimeCollection and IsWholeFamily and IsRing ],
function( R )
local G, gens;
gens := GeneratorsPrimeResidues( Size( R ) ).generators;
if not IsEmpty( gens ) and gens[ 1 ] = 1 then
gens := gens{ [ 2 .. Length( gens ) ] };
fi;
gens := Flat( gens ) * One( R );
G := GroupByGenerators( gens, One( R ) );
SetIsAbelian( G, true );
SetSize( G, Product( List( gens, Order ) ) );
SetIsHandledByNiceMonomorphism(G,true);
return G;
end );
#InstallTrueMethod( IsHandledByNiceMonomorphism,
# IsGroup and IsZmodnZObjNonprimeCollection );
#T what is going on here?
#############################################################################
##
#M <res> in <G> . . . . . . . . . . . for cyclic prime residue class groups
##
InstallMethod( \in,
"for subgroups of Z/p^aZ, p<>2",
IsElmsColls,
[ IsZmodnZObjNonprime, IsGroup and IsZmodnZObjNonprimeCollection ],
function( res, G )
local m;
m := FamilyObj( res )!.Characteristic;
res := Int( res );
if GcdInt( res, m ) <> 1 then
return false;
elif m mod 2 <> 0 and IsPrimePowerInt( m ) then
return LogMod( res, PrimitiveRootMod( m ), m ) mod
( Phi( m ) / Size( G ) ) = 0;
else
TryNextMethod();
fi;
end );
#############################################################################
##
#F EnumeratorOfZmodnZ( <R> ). . . . . . . . . . . . . enumerator for Z / n Z
#M Enumerator( <R> ) . . . . . . . . . . . . . . . . enumerator for Z / n Z
##
BindGlobal( "ElementNumber_ZmodnZ", function( enum, nr )
if nr <= enum!.size then
return Objectify( enum!.type, [ nr - 1 ] );
else
Error( "<enum>[", nr, "] must have an assigned value" );
fi;
end );
BindGlobal( "NumberElement_ZmodnZ", function( enum, elm )
if IsCollsElms( FamilyObj( enum ), FamilyObj( elm ) ) then
return elm![1] + 1;
fi;
return fail;
end );
InstallGlobalFunction( EnumeratorOfZmodnZ, function( R )
local enum;
enum:= EnumeratorByFunctions( R, rec(
ElementNumber := ElementNumber_ZmodnZ,
NumberElement := NumberElement_ZmodnZ,
size:= Size( R ),
type:= ElementsFamily( FamilyObj( R ) )!.typeOfZmodnZObj ) );
SetIsSSortedList( enum, true );
return enum;
end );
InstallMethod( Enumerator,
"for full ring Z/nZ",
[ IsZmodnZObjNonprimeCollection and IsWholeFamily ], SUM_FLAGS,
EnumeratorOfZmodnZ );
#############################################################################
##
#M SquareRoots( <F>, <obj> )
##
## (is used in the implementation of Dixon's algorithm ...)
##
InstallMethod( SquareRoots,
"for prime field and object in Z/pZ",
IsCollsElms,
[ IsField and IsPrimeField, IsZmodpZObj and IsModulusRep ],
function( F, obj )
F:= FamilyObj( obj );
return List( RootsMod( obj![1], 2, F!.Characteristic ),
x -> ZmodnZObj( F, x ) );
end );
#############################################################################
##
#F ZmodpZ( <p> ) . . . . . . . . . . . . . . . construct `Integers mod <p>'
#F ZmodpZNC( <p> ) . . . . . . . . . . . . . . construct `Integers mod <p>'
##
InstallGlobalFunction( ZmodpZ, function( p )
if not IsPrimeInt( p ) then
Error( "<p> must be a prime" );
fi;
return ZmodpZNC( p );
end );
InstallGlobalFunction( ZmodpZNC, function( p )
local pos, F;
# Check whether this has been stored already.
pos:= Position( Z_MOD_NZ[1], p );
if pos = fail then
# Get the family of element objects of our ring.
F:= FFEFamily( p );
# Make the domain.
F:= FieldOverItselfByGenerators( [ ZmodnZObj( F, 1 ) ] );
SetIsPrimeField( F, true );
SetIsWholeFamily( F, false );
# Store the field.
Add( Z_MOD_NZ[1], p );
Add( Z_MOD_NZ[2], F );
SortParallel( Z_MOD_NZ[1], Z_MOD_NZ[2] );
else
F:= Z_MOD_NZ[2][ pos ];
fi;
# Return the field.
return F;
end );
#############################################################################
##
#F ZmodnZ( <n> ) . . . . . . . . . . . . . . . construct `Integers mod <n>'
##
InstallGlobalFunction( ZmodnZ, function( n )
local pos,
F,
R;
if not IsInt( n ) then
Error( "<n> must be an integer" );
elif n = 0 then
return Integers;
elif n < 0 then
n := -n;
fi;
if IsPrimeInt( n ) then
return ZmodpZNC( n );
fi;
# Check whether this has been stored already.
pos:= Position( Z_MOD_NZ[1], n );
if pos = fail then
# Construct the family of element objects of our ring.
F:= NewFamily( Concatenation( "Zmod", String( n ) ),
IsZmodnZObj,
IsZmodnZObjNonprime and CanEasilySortElements
and IsNoImmediateMethodsObject,
CanEasilySortElements);
# Install the data.
SetCharacteristic(F,n);
# Store the objects type.
F!.typeOfZmodnZObj:= NewType( F, IsZmodnZObjNonprime
and IsModulusRep );
SetDataType( F!.typeOfZmodnZObj, n ); # TODO: remove once no package uses this
# as n is no prime, the family is no UFD
SetIsUFDFamily(F,false);
# Make the domain.
R:= RingWithOneByGenerators( [ ZmodnZObj( F, 1 ) ] );
SetIsWholeFamily( R, true );
SetZero(F,Zero(R));
SetOne(F,One(R));
SetSize(R,n);
# Store the ring.
Add( Z_MOD_NZ[1], n );
Add( Z_MOD_NZ[2], R );
SortParallel( Z_MOD_NZ[1], Z_MOD_NZ[2] );
else
R:= Z_MOD_NZ[2][ pos ];
fi;
# Return the ring.
return R;
end );
#############################################################################
##
#M \mod( Integers, <n> )
##
InstallMethod( \mod,
"for `Integers', and integer",
[ IsIntegers, IsInt ],
function( Integers, n ) return ZmodnZ( n ); end );
#############################################################################
##
#M ModulusOfZmodnZObj( <obj> )
##
## For an element <obj> in a residue class ring of integers modulo $n$
## (see~"IsZmodnZObj"), `ModulusOfZmodnZObj' returns the positive integer
## $n$.
##
InstallMethod( ModulusOfZmodnZObj,
"for element in Z/nZ (nonprime)",
[ IsZmodnZObjNonprime ],
res -> FamilyObj( res )!.Characteristic );
InstallMethod( ModulusOfZmodnZObj,
"for element in Z/pZ (prime)",
[ IsZmodpZObj ],
Characteristic );
InstallOtherMethod( ModulusOfZmodnZObj,
"for FFE",
[ IsFFE ],
function( ffe )
if DegreeFFE( ffe ) = 1 then
return Characteristic( ffe );
else
return fail;
fi;
end );
#############################################################################
##
#M DefaultRingByGenerators( <zmodnzcoll> )
##
InstallMethod( DefaultRingByGenerators,
"for a collection over a ring Z/nZ",
[ IsZmodnZObjNonprimeCollection ],
C -> ZmodnZ( Characteristic( Representative( C ) ) ) );
#############################################################################
##
#M DefaultFieldOfMatrixGroup( <zmodnz-mat-grp> )
##
## Is it possible to avoid this very special method?
## In fact the whole stuff in the library is not very clean,
## as the ``generic'' method for matrix groups claims to be allowed to
## call `Field'.
## The bad name of the function (`DefaultFieldOfMatrixGroup') may be the
## reason for this bad behaviour.
## Do we need to distinguish matrix groups over fields and rings that aren't
## fields, and change the generic `DefaultFieldOfMatrixGroup' method
## accordingly?
##
InstallMethod( DefaultFieldOfMatrixGroup,
"for a matrix group over a ring Z/nZ",
[ IsMatrixGroup and IsZmodnZObjNonprimeCollCollColl ],
G -> ZmodnZ( Characteristic( Representative( G )[1][1] ) ) );
#############################################################################
##
#M AsInternalFFE( <zmodpzobj> )
##
## A ZmodpZ object can be a finite field element, but is never equal to
## an internal FFE, so this method just returns fail
##
InstallMethod(AsInternalFFE, [IsZmodpZObj], ReturnFail);
#############################################################################
##
#E
|