Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

563664 views
1
2
1 Introduction
3
4
5
1.1 General aims
6
7
Let R be an associative ring, not necessarily with one. The set of all
8
elements of R forms a monoid with the neutral element 0 from R under the
9
operation r ⋅ s = r + s + rs defined for all r and s of R. This operation is
10
called the circle multiplication, and it is also known as the star
11
multiplication. The monoid of elements of R under the circle multiplication
12
is called the adjoint semigroup of R and is denoted by R^ad. The group of
13
all invertible elements of this monoid is called the adjoint group of R and
14
is denoted by R^*.
15
16
These notions naturally lead to a number of questions about the connection
17
between a ring and its adjoint group, for example, how the ring properties
18
will determine properties of the adjoint group; which groups can appear as
19
adjoint groups of rings; which rings can have adjoint groups with prescribed
20
properties, etc.
21
22
For example, V. O. Gorlov in [Gor95] gives a full list of finite nilpotent
23
algebras R, such that R^2 ne 0 and the adjoint group of R is metacyclic (but
24
not cyclic).
25
26
S. V. Popovich and Ya. P. Sysak in [PS97] characterize all quasiregular
27
algebras such that all subgroups of their adjoint group are their
28
subalgebras. In particular, they show that all algebras of such type are
29
nilpotent with nilpotency index at most three.
30
31
Various connections between properties of a ring and its adjoint group were
32
considered by O. D. Artemovych and Yu. B. Ishchuk in [AI97].
33
34
B. Amberg and L. S. Kazarin in [AK00] give the description of all
35
nonisomorphic finite p-groups that can occur as the adjoint group of some
36
nilpotent p-algebra of the dimension at most 5.
37
38
In [AS01] B. Amberg and Ya. P. Sysak give a survey of results on adjoint
39
groups of radical rings, including such topics as subgroups of the adjoint
40
group; nilpotent groups which are isomorphic to the adjoint group of some
41
radical ring; adjoint groups of finite nilpotent $p$-algebras. The authors
42
continued their investigations in further papers [AS02] and [AS04].
43
44
In [KS04] L. S. Kazarin and P. Soules study associative nilpotent algebras
45
over a field of positive characteristic whose adjoint group has a small
46
number of generators.
47
48
The main objective of the proposed GAP4 package Circle is to extend the GAP
49
functionality for computations in adjoint groups of associative rings to
50
make it possible to use the GAP system for the investigation of the above
51
described questions.
52
53
Circle provides functionality to construct circle objects that will respect
54
the circle multiplication r ⋅ s = r + s + rs, create multiplicative
55
structures, generated by such objects, and compute adjoint semigroups and
56
adjoint groups of finite rings.
57
58
Also we hope that the package will be useful as an example of extending the
59
GAP system with new multiplicative objects. Relevant details are explained
60
in the next chapter of the manual.
61
62
63
1.2 Installation and system requirements
64
65
Circle does not use external binaries and, therefore, works without
66
restrictions on the type of the operating system. This version of the
67
package is designed for GAP4.5 and no compatibility with previous releases
68
of GAP4 is guaranteed.
69
70
To use the Circle online help it is necessary to install the GAP4 package
71
GAPDoc by Frank Lübeck and Max Neunhöffer, which is available from the GAP
72
site or from http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc/.
73
74
Circle is distributed in standard formats (tar.gz, tar.bz2, zip and
75
-win.zip) and can be obtained from
76
http://www.cs.st-andrews.ac.uk/~alexk/circle/ or from the GAP homepage. To
77
install the package, unpack its archive in the pkg subdirectory of your GAP
78
installation.
79
80
81