-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
We have n*I which is I+...+I (n times) with I an ideal, but we do not have the same thing for numerical semigroups; we would probably want to have the same for numerical sets.
For ideals, 0*I is defined as S (the ambient semigroup of I); for semigroups or numerical sets, this is not so clear what should be the setting.
Since
gap> s:=NumericalSemigroup(3,5,7);;
gap> c:=NumericalSemigroupBySmallElements([0,Conductor(s)]);;
gap> s+c=s;
trueWe could take 0*S to be {0,C(S),...}.
Reactions are currently unavailable