-
Notifications
You must be signed in to change notification settings - Fork 8
/
DONE-QPA1.txt
355 lines (309 loc) · 15.4 KB
/
DONE-QPA1.txt
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
Functions that have changed names
============================================================
AlgebraAsModuleOverEnvelopingAlgebra( A ) -> AlgebraAsBimodule( A ) (undocumented)
AllComplementsOfAlmostCompleteTiltingModule( <M>, <X> ) -> AllComplementsOfAlmostCompleteTiltingRepresentation( <R>, <X> )
AllComplementsOfAlmostCompleteCoiltingModule( <M>, <X> ) -> AllComplementsOfAlmostCompleteCotiltingRepresentation( <R>, <X> )
AnnihilatorOfModule( M ) -> AnnihilatorOfModule( M ) and AnnihilatorOfRepresentation( R )
ArrowsOfQuiver( quiver ) -> Arrows( quiver )
BasicVersionOfModule( M ) -> BasicVersionOfRepresentation( R )
BlockDecompositionOfModule( M ) -> BlockDecompositionOfModule( M ) and BlockDecompositionOfRepresentation( R )
CoKernel( f ) -> CokernelObject( f ) (from CAP, undocumented in QPA)
CoKernelProjection( f ) -> CokernelProjection( f ) (from CAP, undocumented in QPA)
CompletelyReduce( GB, a ) -> Reduce( e, divisors ) # divisors is a list containing the elements of GB
ComplexityOfModule( M, n ) -> ComplexityOfModule( M, n ) and ComplexityOfRepresentation( R, n )
ConnectedComponentsOfQuiver( quiver ) -- ConnectedComponents( quiver )
CotiltingModule( M, n ) -> CotiltingRepresentation( R, n )
DecomposeModule( M ) -> DecomposeModule( M ) and DecomposeRepresentation( R )
DecomposeModuleWithMultiplicities( M ) -> DecomposeModuleWithMultiplicities( M ) and DecomposeRepresentationWithMultiplicities( R )
DirectSumOfQPAModules( L ) -> DirectSum( L ) (CAP operation, undocumented in QPA)
DirectSumInclusions( M ) -- use CAP operation InjectionOfCofactorOfDirectSum
DirectSumProjections( M ) -- use CAP operation ProjectionInFactorOfDirectSum
DominantDimensionOfModule( <M>, <n> ) -> DominantDimensionOfRepresentation( M, n )
DualOfAlgebraAsModuleOverEnvelopingAlgebra( A ) ->
DualOfAlgebraAsLeftModule( A ), DualOfAlgebraAsRightModule( A ),
DualOfAlgebraAsBimodule( A ), DualOfAlgebraAsModule( side, A )
DualOfModule( M ) -> DualOfModule( M ), DualOfRepresentation( R )
DualOfModuleHomomorphism( f ) -> DualOfRepresentationHomomorphism
DynkinQuiver( Delta, n, orientation) --> DynkinQuiver( args ), LeftDynkinQuiver( Delta, n, orientation ),
RightDynkinQuiver( Delta, n, orientation )
ElementOfPathAlgebra( PA, path ) -> PathAsAlgebraElement( PA, path )
ElementOfQuotientOfPathAlgebra( family, element, computenormal ) -> QuotientOfPathAlgebraElement( A, element )
EndOverAlgebra( M ) -> EndomorphismAlgebra( M ), EndomorphismAlgebra( R )
EndModuloProjOverAlgebra( M ) -> StableEndomorphismAlgebraModuleProj( R )
f * g -> PreCompose( f, g ) (from CAP, undocumented in QPA)
FromEndMToHomMM( f ) -> FromEndMToHomMM( f ), FromEndRToHomRR( f )
FromHomMMToEndM( f ) -> FromHomRRToEndR( f )
GeneratorsOfQuiver( quiver ) -> PrimitivePaths( quiver )
GroebnerBasis( I, rels ) -> GroebnerBasis( I )
GroebnerBasisOfIdeal( I ) -> GroebnerBasis( I )
HaveFiniteResolutionInAddM( <N>, <M>, <n> ) -> FiniteResolutionInAddR( N, M, n )
HaveFiniteCoresolutionInAddM( <N>, <M>, <n> ) -> FiniteCoresolutionInAddR( N, M, n )
HomFactoringThroughProjOverAlgebra( M, N ) -> HomFactoringThroughProj( M, N )
HomOverAlgebra( M, N ) -> Hom( M, N ) # returns vector space instead of list
Ideal( FQ, elems ) -> QuiverAlgebraTwoSidedIdeal( FQ, elems )
IdentityMapping( M ) -> IdentityMorphism( M ) (from CAP, undocumented in QPA)
Image( f ) -> ImageObject( f ) (from CAP, undocumented in QPA)
ImageInclusion( f ) -> ImageEmbedding( f ) (from CAP, undocumented in QPA)
ImageProjection( f ) -> CoastrictionToImage( f ) (from CAP, undocumented in QPA)
IncludeInProductQuiver( L, Q ) -> PathInProductQuiver( Q, L )
IncomingArrowsOfVertex( vertex ) -> IncomingArrows( vertex )
IndecInjectiveModules( A ) -> IndecInjRepresentations( A ) and IndecInjModule( side, A), IndecInjLeftModules( A ),
IndecInjRightModules( A ), IndecInjBimodules( A )
IndecProjectiveModules( A ) -> IndecProjRepresentations( A ) and IndecProjModule( side, A), IndecProjLeftModules( A ),
IndecProjRightModules( A ), IndecProjBimodules( A )
InDegreeOfVertex( vertex ) -> Indegree( vertex )
InjDimensionOfModule( <M>, <n> ) -> InjDimensionOfObject( M, n )
IntersectionOfSubmodules( list ) -- IntersectionOfModules( L ) and IntersectionOfRepresentations( L )
IsAdmissibleQuotientOfPathAlgebra( A ) -> IsAdmissibleQuiverAlgebra( A )
IsConnectedQuiver( quiver ) -> IsConnected( quiver )
IsCotiltingModule( M ) -> IsCotiltingObject( R )
IsElementOfQuotientOfPathAlgebra( obj ) -> IsQuotientOfPathAlgebraElement( obj )
IsExceptionalModule( M ) -> IsExceptionalModule( M ), IsExceptionalRepresentation( R )
IsIndecomposableModule( M ) -> IsIndecomposableModule( M ) and IsIndecomposableRepresentation( R )
IsInjective( f ) -> IsMonomorphism( f ) (from CAP, undocumented)
IsomorphicModules( M, N ) -> IsomorphicModules( M, N ), IsomorphicRepresentations( R1, R2 )
IsPath( obj ) -> IsPath( obj ), IsLeftPath( obj), IsRightPath( obj )
IsPathAlgebraMatModule( obj ) -> IsQuiverModule( obj ) / IsRightQuiverModule( obj )
IsPathAlgebraModuleHomomorphism( f ) -> IsQuiverModuleHomomorphism( f )
IsProjectiveModule( M ) -> IsProjectiveModule( M ), IsProjectiveRepresentation( R )
IsQuadraticIdeal( I ) -> IsQuadraticElements( list )
IsQuiver( obj ) -> IsQuiver( obj ), IsLeftQuiver, IsRightQuiver( obj )
IsRigidModule( M ) -> IsRigidObject( M )
IsSemisimpleModule( M ) -> IsSemisimpleRepresentation( R )
IsSimpleQPAModule( M ) -> IsSimpleRepresentation( R ) and IsSimpleQuiverModule( M )
IsSurjective( f ) -> IsEpimorphism( f ) (from CAP, undocumented)
IsTiltingModule( M ) -> IsTiltingObject( R )
IsUAcyclicQuiver( quiver ) -> IsUnorientedAcyclicQuiver( quiver )
KernelInclusion( f ) -> KernelEmbedding( f ) (from CAP, undocumented in QPA)
LeadingMonomial( element ), TipMonomial( element ) -> LeadingPath( element )
LeftApproximationByAddM( M, C) -> LeftApproximationByAddR( R, C )
LeftFacMApproximation( <C>, <M> ) -> LeftApproximationByFacR( C, R )
LeftMutationOfCotiltingModuleComplement( <M>, <N> ) -> LeftMutationOfCotiltingRepresentationComplement
LeftMutationOfTiltingModuleComplement( <M>, <N> ) -> LeftMutationOfTiltingRepresentationComplement
LeftSubMApproximation( <C>, <M> ) -> LeftApproximationBySubR( C, M )
LengthOfPath( path ) -> Length( path )
LiftingIdempotent( f, e ) -> LiftIdempotent( f, e )
MatricesOfPathAlgebraModule( M ) -> MatricesOfRepresentation( UnderlyingRepresentation( M ) ) # gives QPA matrices
MatricesOfPathAlgebraMatModuleHomomorphism( f ) -- MatricesOfModuleHomomorphism( f ) # gives QPA matrices,
MatricesOfRepresentationHomomorphism( f )
MinimalGeneratingSetOfModule( R ) -> MinimalGeneratingSet( R ) for representations
MinimalLeftApproximation( C, M ) -> MinimalLeftApproximationByAddR( C, R )
MinimalLeftFacMApproximation( <C>, <M> ) -> MinimalLeftApproximation( C, R )
MinimalLeftSubMApproximation( <C>, <M> ) -> MinimalLeftApproximationBySubR( C, M )
MinimalRightApproximation( M, C ) -> MinimalRightApproximationByAddR( R, C )
MinimalRightSubMApproximation( <M>, <C> ) ->MinimalRightApproximationBySubR( R, C )
NakayamaAlgebra( admiss_seq, field ) -> NakayamaAlgebra( args), LeftNakayamaAlgebra( args ),
RightNakayamaAlgebra( field, admiss_seq )
NeighborsOfVertex( vertex ) -> Neighbors( vertex )
N_RigidModule( <M>, <n> ) -> IsN_RigidObject( R, n )
NumberOfComplementsOfAlmostCompleteTiltingModule( <R> ) -> NumberOfComplementsOfAlmostCompleteTiltingRepresentation( R )
NumberOfComplementsOfAlmostCompleteCotiltingModule( <R> ) -> NumberOfComplementsOfAlmostCompleteCotiltingRepresentation( R )
NumberOfNonIsoDirSummands( M ) -> NumberOfNonIsoDirectSummands( R )
OppositePathAlgebra( A ) -> OppositeAlgebra( A )
OppositePathAlgebraElement( x ) -> OppositeAlgebraElement( x )
OutDegreeOfVertex( vertex ) -> Outdegree( vertex )
OutgoingArrowsOfVertex( vertex ) -> OutgoingArrows( vertex )
PrimitiveIdempotents( A ) -> CompleteSetOfPrimitiveIdempotents( A )
ProjDimensionOfModule( <R>, <n> ) -> ProjDimensionOfObject( M, n )
ProjectFromProductQuiver( i, p ) -> ProjectPathFromProductQuiver( i, p )
Quiver( N, arrows ) -> Quiver( args ), LeftQuiver( args ), RightQuiver( args )
Quiver( vertices, arrows ) -> RightQuiver( "Q", vertices, arrows ) # different format for arrows
Quiver( adjacencymatrix ) -> Quiver( direction, name, matrix )
QuiverOfPathAlgebra( FQ ) -> QuiverOfAlgebra( FQ )
QuiverProductDecomposition( Q ) -> ProductQuiverFactors( Q )
RadicalOfModule( M ) -> RadicalOfModule( M ), RadicalOfRepresentation( R )
RadicalOfModuleInclusion( R ) -> RadicalInclusion( R ) for representations
RejectOfModule( M, N ) -> RejectOfRepresentation( R, N )
RightAlgebraModuleToPathAlgebraMatModule( M ) -> RightAlgebraModuleToRightQuiverModule( M )
RightApproximationByAddR( C, M) -> RightApproximationByAddR( C, R )
RightModuleHomOverAlgebra( M, N, mats ) -> QuiverModuleHomomorphism( M, N, mats ) # different format for mats
RightModuleOverPathAlgebra( A, dim_vector, gens ) -> RightQuiverModule( A, dim_vector, matrices ) # different format for matrices
RightModuleOverPathAlgebra( A, mats ) -- no (use RightQuiverModule)
RightModuleOverPathAlgebraNC( A, mats ) -- no (use RightQuiverModule)
RightModuleOverPathAlgebra -> QuiverRepresentation, QuiverRepresentationNC
RightMutationOfCotiltingModuleComplement( <M>, <N> ) -> RightMutationOfCotiltingRepresentationComplement( M, N )
RightMutationOfTiltingModuleComplement( <M>, <N> ) -> RightMutationOfTiltingRepresentationComplement(M, N )
RightSubMApproximation( <M>, <C> ) -> RightApproximationBySubR( R, C )
SimpleModules( A ) -> SimpleRepresentations( A) and SimpleModule( side, A), SimpleLeftModules( A ),
SimpleRightModules( A ), SimpleBimodules( A
SimpleTensor( L, T ) -> ElementaryTensor( a, b, T )
SourceOfPath( path ) -> Source( path )
SocleOfModule( M ) -> SocleOfRepresentation( R )
SocleOfModuleInclusion( M ) -> SocleOfRepresentationInclusion( R )
SourceOfPath( path ) -> Source( path )
SubRepresentationInclusion( M, gens ) -> SubrepresentationInclusion( R, gens )
SumOfSubmodules( f, g ) -> SumOfSubobjects( list )
SupportModuleElement( m ) -> SupportOfElement( m ) for representations
TargetOfPath( path ) -> Target( path )
TensorAlgebrasInclusion( T, n ) -> TensorAlgebraInclusions( T )[ n ]
TensorProductDecomposition( T ) -> TensorProductFactors( T ) (undocumented)
TiltingModule( M, n ) -> TiltingRepresentation( R, n )
Tip( element ) -> LeadingTerm( element )
TipCoefficient( element ) -> LeadingCoefficient( element )
TopOfModule( M ) -> TopOfModule( M ), TopOfRepresentation( R )
TopOfModuleProjection( R ) -> TopProjection( R ) for representations
TraceOfModule( M, N ) -> TraceOfRepresentation( R, N )
VertexPosition( element ) -- can use VertexNumber( LeadingPath( element ) )
VerticesOfQuiver( quiver ) -> Vertices( quiver )
WalkOfPath( path ) -> ArrowList( path )
ZeroMapping( M, N ) -> ZeroMorphism( M ) (from CAP, undocumented in QPA)
ZeroModule( A ) -> RightZeroModule( A ), ZeroRepresentation( A )
Functions that are the same
============================================================
AddNthPowerToRelations( FQ, rels, n )
AdjacencyMatrixOfQuiver( quiver )
AlgebraAsQuiverAlgebra( A )
AlmostSplitSequence( M, side )
AssociatedMonomialAlgebra( A )
BasisOfProjectives( A )
BilinearFormOfUnitForm
BlockSplittingIdempotents( M ) -- for modules and representations
CanonicalAlgebra( field, weights[, relcoeff] )
CartanMatrix( A )
Centre( A ), Center( A )
Coefficients( B, element )
CommonDirectSummand( M, N )
ComplexityOfAlgebra( A, n )
CoxeterMatrix( A )
CoxeterPolynomial( A )
Dimension( A ) -- same (undocumented)
Dimension( M )
DimensionVector( R )
DominantDimension( R )
DominantDimensionOfAlgebra( A, n )
DTr( M[, n ] ), DualOfTranspose( M[, n ] )
EnvelopingAlgebra( A )
EulerBilinearFormOfAlgebra
GlobalDimension( A )
GlobalDimensionOfAlgebra( A, n )
GorensteinDimension( A )
GorensteinDimensionOfAlgebra( A, n )
f = g -- (undocumented)
f + g -- (undocumented)
FaithfulDimension( M )
FullSubquiver( quiver, list )
Ideal( FQ, elems )
IdealOfQuotient( A )
InjDimension( M )
InjectiveEnvelope( M )
IsAcyclicQuiver( quiver )
IsAdmissibleIdeal( I )
IsArrow( obj ) -- same (change name to IsQuiverArrow)
IsBasicAlgebra( A )
IsCanonicalAlgebra( A )
IsDirectSummand( M, N )
IsDistributiveAlgebra( A )
IsDynkinQuiver( quiver )
IsElementaryAlgebra( A )
IsFiniteDimensional( A )
IsFiniteGlobalDimensionAlgebra( A )
IsFiniteTypeAlgebra( A )
IsGentleAlgebra( A )
IsGorensteinAlgebra( A )
IsHereditaryAlgebra( A )
IsInAdditiveClosure( M, N )
IsIsomorphism( f ) -- (from CAP, undocumented)
IsKroneckerAlgebra( A )
IsLeftUniform( element )
IsLeftMinimal( f )
IsMonomialIdeal( I )
IsNakayamaAlgebra( A )
IsNthSyzygy( R )
IsOmegaPeriodic( M )
IsPathAlgebra( obj )
IsQuiverAlgebra( A )
IsQuiverVertex( obj )
IsQuotientOfPathAlgebra( object )
IsRadicalSquareZeroAlgebra( A )
IsRightMinimal( f )
IsRightUniform( element )
IsSchurianAlgebra( A )
IsSelfinjectiveAlgebra( A )
IsSemicommutativeAlgebra( A )
IsSemisimpleAlgebra( A )
IsSpecialBiserialQuiver( Q )
IsSpecialBiserialAlgebra( A )
IsSplitEpimorphism( f ) -- (from CAP, undocumented)
IsSplitMonomorphism( f ) -- (from CAP, undocumented)
IsStringAlgebra( A )
IsSymmetricAlgebra( A )
IsTauRigidModule( M )
IsTriangularReduced( A )
IsTreeQuiver( quiver )
IsUniform( element )
IsWeaklyNonnegativeUnitForm
IsWeaklyPositiveUnitForm
IsWeaklySymmetricAlgebra( A )
IsZero( f ) -- (from CAP, undocumented)
IyamaGenerator( M )
Kernel( f ) -- (from CAP, undocumented in QPA)
KroneckerAlgebra( field, n )
LeadingTerm( element )
LeadingCoefficient( element )
LeftApproximationByAddTHat( T, M )
LeftInverseOfHomomorphism( f )
LeftMinimalVersion( f )
LiftingCompleteSetOfOrthogonalIdempotents( f, e )
LoewyLength( A )
LoewyLength( M )
M = N
m ^ p -- same (action of an element from a path algebra on a module)
MaximalCommonDirectSummand( M, N )
MinimalGeneratingSetOfIdeal( I )
NakayamaAutomorphism( A )
NakayamaFunctorOfModule( M )
NakayamaFunctorOfModuleHomomorphism( f )
NakayamaPermutation( A )
NthPowerOfArrowIdeal( FQ, n )
NthSyzygy( M, n )
NumberOfArrows( quiver )
NumberOfVertices( quiver )
OppositePath( p )
OppositeQuiver( quiver )
OrderOfNakayamaAutomorphism( A )
p * q -- same for paths
p = q -- same for paths
p < q -- same for paths (undocumented)
PartialIyamaGenerator( M )
PartialOrderOfPoset( P )
PathAlgebra( F, Q )
PathsOfLengthTwo( Q )
Poset( P, rel )
PosetAlgebra( F, P )
PosetOfPosetAlgebra( A )
PositiveRootsOfUnitForm
PreImagesRepresentative( f, elem ) -- (undocumented)
ProjectiveCover( M )
ProjDimension( M )
QuadraticFormOfUnitForm
QuiverProduct( Q1, Q1 )
RadicalSeries( M )
RadicalSeriesOfAlgebra( A )
Range( f ) -- (undocumented)
ReflectionByBilinearForm
RelationsOfAlgebra( A )
RightApproximationByPerpT( T, M )
RightInverseOfHomomorphism( f )
RightMinimalVersion( f )
SeparatedQuiver( quiver )
Size( P )
SocleSeries( M )
Source( f ) -- (undocumented)
StarOfModule( M )
StarOfModuleHomomorphism( M )
SymmetricMatrixOfUnitForm
TensorProductOfAlgebras( FQ1, FQ2 )
TensorProductOfModules( M, N )
TitsUnitFormOfAlgebra
TransposeOfModule( M )
TrD( M[, n ] ), TransposeOfDual( M[, n ] )
TruncatedPathAlgebra( F, Q, n )
UnderlyingSet( P )
UnitForm
New operations:
DeclareAttribute( "DynkinType", IsQuiver );
DeclareProperty( "IsExtendedDynkinQuiver", IsQuiver );
DeclareOperation( "NakayamaFunctor", [ IsQuiverModuleCategory ] );
DeclareOperation( "RightAlgebraModuleToRightQuiverModule", IsRightAlgebraModuleElementCollection );
DeclareOperation( "StarFunctor", [ IsQuiverModuleCategory ] );
DeclareOperation( "TransposeFunctor", [ IsQuiverModuleCategory ] );