File: rings.xml

package info (click to toggle)
gap 4.15.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 110,212 kB
  • sloc: ansic: 97,261; xml: 48,343; cpp: 13,946; sh: 4,900; perl: 1,650; javascript: 255; makefile: 252; ruby: 9
file content (202 lines) | stat: -rw-r--r-- 6,402 bytes parent folder | download | duplicates (2)
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
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<!-- %% -->
<!-- %A  rings.xml                    GAP documentation              Thomas Breuer -->
<!-- %% -->
<!-- %% -->
<!-- %Y  (C) 1998 School Math and Comp. Sci., University of St Andrews, Scotland -->
<!-- %Y  Copyright (C) 2002 The GAP Group -->
<!-- %% -->
<Chapter Label="Rings">
<Heading>Rings</Heading>

This chapter deals with domains that are additive groups
(see <Ref Filt="IsAdditiveGroup"/> closed under multiplication <C>*</C>.
Such a domain, if <C>*</C> and <C>+</C> are distributive,
is called a <E>ring</E> in &GAP;.
Each division ring, field (see&nbsp;<Ref Chap="Fields and Division Rings"/>),
or algebra (see&nbsp;<Ref Chap="Algebras"/>) is a ring.
Important examples of rings are the integers (see&nbsp;<Ref Chap="Integers"/>)
and matrix rings.
<!-- %(see&nbsp;<Ref Chap="???"/>). -->
<!-- % residue class rings ? -->
<P/>
In the case of a <E>ring-with-one</E>, additional multiplicative structure is
present, see&nbsp;<Ref Filt="IsRingWithOne"/>. There is a little support in &GAP;
for rings that have no additional structure: it is possible to perform some
computations for small finite rings; infinite rings are handled by &GAP; in
an acceptable way in the case that they are algebras.
<P/>
Also, the <Package>SONATA</Package> package provides support for near-rings,
and a related functionality for multiplicative semigroups of near-rings is
available in the <Package>Smallsemi</Package> package.
<P/>
Several functions for ring elements,
such as <Ref Oper="IsPrime"/> and <Ref Oper="Factors"/>,
are defined only relative to a ring <A>R</A>,
which can be entered as an optional argument;
if <A>R</A> is omitted then a <E>default ring</E> is formed
from the ring elements given as arguments,
see&nbsp;<Ref Func="DefaultRing" Label="for ring elements"/>.


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Generating Rings">
<Heading>Generating Rings</Heading>

<#Include Label="IsRing">
<#Include Label="Ring">
<#Include Label="DefaultRing">
<#Include Label="RingByGenerators">
<#Include Label="DefaultRingByGenerators">
<#Include Label="GeneratorsOfRing">
<!-- %W <#Include Label="AsRing"> -->
<#Include Label="Subring">
<#Include Label="ClosureRing">
<#Include Label="Quotient">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Ideals of Rings">
<Heading>Ideals of Rings</Heading>

<#Include Label="[1]{ideal}">
<#Include Label="TwoSidedIdeal">
<#Include Label="TwoSidedIdealNC">
<#Include Label="IsTwoSidedIdeal">
<#Include Label="TwoSidedIdealByGenerators">
<#Include Label="LeftIdealByGenerators">
<#Include Label="RightIdealByGenerators">
<#Include Label="GeneratorsOfTwoSidedIdeal">
<#Include Label="GeneratorsOfLeftIdeal">
<#Include Label="GeneratorsOfRightIdeal">
<#Include Label="LeftActingRingOfIdeal">
<#Include Label="AsLeftIdeal">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Rings With One">
<Heading>Rings With One</Heading>

<#Include Label="IsRingWithOne">
<#Include Label="RingWithOne">
<#Include Label="RingWithOneByGenerators">
<#Include Label="GeneratorsOfRingWithOne">
<#Include Label="SubringWithOne">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Properties of Rings">
<Heading>Properties of Rings</Heading>

<#Include Label="IsIntegralRing">
<#Include Label="IsUniqueFactorizationRing">
<#Include Label="IsLDistributive">
<#Include Label="IsRDistributive">
<#Include Label="IsDistributive">
<#Include Label="IsAnticommutative">
<#Include Label="IsZeroSquaredRing">
<#Include Label="IsJacobianRing">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Units and Factorizations">
<Heading>Units and Factorizations</Heading>

<#Include Label="IsUnit">
<#Include Label="Units">
<#Include Label="IsAssociated">
<#Include Label="Associates">
<#Include Label="StandardAssociate">
<#Include Label="StandardAssociateUnit">
<#Include Label="IsIrreducibleRingElement">
<#Include Label="IsPrime">
<#Include Label="Factors">
<#Include Label="PadicValuation">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Euclidean Rings">
<Heading>Euclidean Rings</Heading>

<#Include Label="IsEuclideanRing">
<#Include Label="EuclideanDegree">
<#Include Label="EuclideanQuotient">
<#Include Label="EuclideanRemainder">
<#Include Label="QuotientRemainder">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Gcd and Lcm">
<Heading>Gcd and Lcm</Heading>

<#Include Label="Gcd">
<#Include Label="GcdOp">
<#Include Label="GcdRepresentation">
<#Include Label="GcdRepresentationOp">
<#Include Label="ShowGcd">
<#Include Label="Lcm">
<#Include Label="LcmOp">
<#Include Label="QuotientMod">
<#Include Label="PowerMod">
<#Include Label="InterpolatedPolynomial">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Homomorphisms of Rings">
<Heading>Homomorphisms of Rings</Heading>

A <E>ring homomorphism</E> is a mapping between two rings
that respects addition and multiplication.

<P/>

Currently &GAP; supports ring homomorphisms between finite rings
(using straightforward methods)
and ring homomorphisms with additional structures,
where source and range are in fact algebras
and where also the linear structure is respected,
see <Ref Sect="Homomorphisms of Algebras"/>.

<#Include Label="RingGeneralMappingByImages">
<#Include Label="RingHomomorphismByImages">
<#Include Label="RingHomomorphismByImagesNC">
<!-- Are ring-with-one homomorphisms not supported? -->
<#Include Label="NaturalHomomorphismByIdeal">
</Section>

<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Small Rings">
<Heading>Small Rings</Heading>

&GAP; contains a library of small (order up to 15) rings.

<#Include Label="SmallRing">
<#Include Label="NumberSmallRings">
<#Include Label="Subrings">
<#Include Label="Ideals">
<#Include Label="DirectSum">
<#Include Label="RingByStructureConstants">


</Section>
</Chapter>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<!-- %% -->
<!-- %E -->