@@ -799,7 +799,7 @@ AddExponentialOnObjects( SkeletalFinSets,
799799
800800end );
801801
802- # # A special case of ExponentialToDirectProductRightAdjunctionMap for A = 𝟙 = TerminalObject
802+ # # A special case of ExponentialToDirectProductRightAdjunctMorphism for A = 𝟙 = TerminalObject
803803# # InterpretMorphismFromDistinguishedObjectToHomomorphismStructureAsMorphism
804804# # (g: 𝟙 → Bᴸ) ↦ (f: L = L × 𝟙 → B)
805805AddCartesianLambdaElimination( SkeletalFinSets,
@@ -820,7 +820,7 @@ end );
820820
821821# # base-change from b^l to b:
822822# # (g: A → Bᴸ) ↦ (f: L × A → B)
823- AddExponentialToDirectProductRightAdjunctionMapWithGivenDirectProduct ( SkeletalFinSets,
823+ AddExponentialToDirectProductRightAdjunctMorphismWithGivenDirectProduct ( SkeletalFinSets,
824824 function ( cat, L, B, g, LxA )
825825 local l, b, g_map, la;
826826
@@ -844,7 +844,7 @@ end );
844844
845845# # base-change from b to b^l:
846846# # (f: L × A → B) ↦ (g: A → Bᴸ)
847- AddDirectProductToExponentialRightAdjunctionMapWithGivenExponential ( SkeletalFinSets,
847+ AddDirectProductToExponentialRightAdjunctMorphismWithGivenExponential ( SkeletalFinSets,
848848 function ( cat, L, A, f, expLB )
849849 local B, l, b, f_map;
850850
@@ -909,7 +909,7 @@ end, 1 + Sum( [ [ "ExponentialOnObjects", 1 ],
909909 [ " ExactCoverWithGlobalElements" , 1 ] ,
910910 [ " PreComposeList" , 2 ] ,
911911 [ " CartesianLambdaElimination" , 2 ] ,
912- [ " DirectProductToExponentialRightAdjunctionMapWithGivenExponential " , 2 ] ] ,
912+ [ " DirectProductToExponentialRightAdjunctMorphismWithGivenExponential " , 2 ] ] ,
913913 e -> e[ 2 ] * CurrentOperationWeight( SkeletalFinSets!. derivations_weight_list, e[ 1 ] ) ) );
914914
915915# # Bᴸ × L → B
0 commit comments