@@ -19,52 +19,52 @@ EEE := KoszulDualRing( QQxy * "a,b" );;
19
19
operations_for_arbitrary_ring := [
20
20
" AdditionForMorphisms" ,
21
21
" AdditiveInverseForMorphisms" ,
22
- # "AssociatorLeftToRightWithGivenTensorProducts",
23
- # "AssociatorRightToLeftWithGivenTensorProducts",
24
- # "BraidingWithGivenTensorProducts",
25
- # "CoevaluationMorphismWithGivenRange",
26
22
" CokernelColiftWithGivenCokernelObject" ,
27
23
" CokernelProjection" ,
28
- # "Colift",
29
- # "ColiftOrFail",
30
24
" DirectSum" ,
31
25
" EpimorphismFromSomeProjectiveObject" ,
32
- # "EvaluationMorphismWithGivenSource",
33
26
" IdentityMorphism" ,
34
27
" InjectionOfCofactorOfDirectSumWithGivenDirectSum" ,
35
- # "InternalHomOnMorphismsWithGivenInternalHoms",
36
- # "InternalHomOnObjects",
37
- # "IsColiftable",
38
28
" IsCongruentForMorphisms" ,
39
29
" IsEqualForMorphisms" ,
40
- # "IsEqualForObjects",
41
- # "IsLiftable",
30
+ " IsEqualForObjects" ,
42
31
# "IsWellDefinedForMorphisms",
43
32
# "IsWellDefinedForObjects",
44
33
" IsZeroForMorphisms" ,
45
- # "KernelEmbedding",
46
- # "LeftUnitorWithGivenTensorProduct",
47
- # "Lift",
48
- # "LiftAlongMonomorphism",
49
- # "LiftOrFail",
50
- # "MultiplyWithElementOfCommutativeRingForMorphisms",
51
- # "PreCompose",
34
+ " KernelEmbedding" ,
35
+ " LiftAlongMonomorphism" ,
36
+ " PreCompose" ,
52
37
" ProjectionInFactorOfDirectSumWithGivenDirectSum" ,
53
- # "RightUnitorWithGivenTensorProduct",
54
- # "TensorProductOnMorphismsWithGivenTensorProducts",
55
- # "TensorProductOnObjects",
56
- # "TensorUnit",
57
38
" UniversalMorphismFromDirectSumWithGivenDirectSum" ,
58
39
" UniversalMorphismFromZeroObjectWithGivenZeroObject" ,
59
40
" UniversalMorphismIntoDirectSumWithGivenDirectSum" ,
60
41
" UniversalMorphismIntoZeroObjectWithGivenZeroObject" ,
61
42
" ZeroMorphism" ,
62
- " ZeroObject"
43
+ " ZeroObject" ,
63
44
] ;;
64
45
65
46
operations_for_commutative_ring := Concatenation(
66
47
operations_for_arbitrary_ring,
67
- [ " MultiplyWithElementOfCommutativeRingForMorphisms" ]
48
+ [ " AssociatorLeftToRightWithGivenTensorProducts" ,
49
+ " AssociatorRightToLeftWithGivenTensorProducts" ,
50
+ " BraidingWithGivenTensorProducts" ,
51
+ " CoevaluationMorphismWithGivenRange" ,
52
+ # "Colift",
53
+ # "ColiftOrFail",
54
+ " EvaluationMorphismWithGivenSource" ,
55
+ " InternalHomOnMorphismsWithGivenInternalHoms" ,
56
+ " InternalHomOnObjects" ,
57
+ # "IsColiftable",
58
+ # "IsLiftable",
59
+ " LeftUnitorWithGivenTensorProduct" ,
60
+ # "Lift",
61
+ # "LiftOrFail",
62
+ " MultiplyWithElementOfCommutativeRingForMorphisms" ,
63
+ " RightUnitorWithGivenTensorProduct" ,
64
+ " TensorProductOnMorphismsWithGivenTensorProducts" ,
65
+ " TensorProductOnObjects" ,
66
+ " TensorUnit" ,
67
+ ]
68
68
);;
69
69
70
70
precompile_LeftPresentations := function ( ring, name, operations )
0 commit comments