And that one can “walk” from a factorization to any other factorization of the same element by using this minimal relations.
Set(rho,p->AbsInt(Sum(p[1]-p[2])));
[ 0, 2 ]
So it comes as no surprise that . In fact, it is not difficult to prove , with any minimal presentation of , and that .
The idea behing the minimum is that any possible “jump” will be a linear combination of the “jumps” in the minimal relations. As for the maximum, “jumps” are preserved under translations, and thus the largest “jump” will be achieved between two factorizations with no commom support and in a Betti element.
The structure of is very well known when has embedding dimension two or three, and even when it is generated by an arithmetice sequence.
The elasticity of the factorizations of an element in a numerical semigroup is ratio between the largest length and smallest lenght of its factorizations, that is, The elasticity of the semigroup is defined as
For numerical semigroups, this supremum becomes a maximum, and the elasticity is attained at the element (the product of the smallest generator times the largest generator).
Elasticity(100,s);
10/7
Elasticity(s);
17/10
Elasticity(10*17,s);
17/10
Distance based factorization invariants
Given and in , their “common part” is and the distance between and as
s:=NumericalSemigroup(10,13,19,21);;
We have already used DotEliahouGraph, the labels of the edges are the distances between de factorizations they connect.
In particular, this means that we can go from any factorization of in to any other factorization of the same element by using a path such that two consecutive nodes are at a distance of at most four. This is precisely the idea behind the concept of catenary degree.
Let and be two factorizations of . An -chain joining and is a sequence of factorizations of such that . The catenary degree of , denoted , in the minimum such that for any two factorizations of there exists an -chain connecting them.
The catenary degree of is
This supremum is a maximum.
CatenaryDegree(100,s);
4
CatenaryDegree(s);
4
CatenaryDegree(200,s);
4
Length(Factorizations(200,s));
40
Recall that by using the minimal relations of we can find a path joining any two different factorizations of an element. Thus, it is not hard to prove that the maximum of the catenary degree of is attained at one of its Betti elements.
Set(BettiElements(s),b->CatenaryDegree(b,s));
[ 3, 4 ]
The tame degree
The catenary degree measures the minimum distance needed to find paths connecting any two factorizations of an element in the semigroup in such a way that every step in the path is withing that minimum distance.
The tame degree intends to measure a radius in which for any factorization of , with , you will find another factorization such that and .
Let such that for some . Define , which is nonempty as . Set and
The tame degree of is defined as
s:=NumericalSemigroup( 24,59,114);
<Numerical semigroup with 3 generators>
TameDegree(s);
29
Usually the tame degre is not attained at the Betti elements.
Set(BettiElements(s),b->TameDegree(b,s));
[ 11, 19 ]
It can be shown that the tame degree of is attained at an element such that has a factorization in for some . Elements having this property are of the form with , more specifically, there exists such that and .
For , the Rosales graph is defined as follows. The vertices of are the minimal generators such that , and is an edge whenever .
JupyterSplashDot(DotRosalesGraph(400,s));
BettiElements(s);
[ 354, 456 ]
JupyterSplashDot(DotRosalesGraph(456,s));
JupyterSplashDot(DotRosalesGraph(354,s));
The number of connected components of coincides with the set of -classes of the set of factorizations of . Thus the catenary degree is attained in an with not connected, and the tame degree in an with not complete.
Primality
Recall that induces an order over the integers if . If and are in , then we say that divides if . In this way, minimal generators (irreducibles, atoms, primitive elements) are those not having proper divisors. A natural question arises: are there “prime” elements in a numerical semigroup. The ones to be candidates to be prime are the minimal generators of the semigroup.
Let be minimally generated by . Consider the set . Notice that , and so the set 𝕖. Let , . Then divides and cannot divide any of its “factors”. Hence, cannot be prime.
Let . The -primality of , , is defined as the least integer such that whenever divides for some , then divides for some . By an argument similar to the one given above,
s:=NumericalSemigroup(3,5,7);
<Numerical semigroup with 3 generators>
OmegaPrimality(10,s);
5
Observe that if , then for some . Let be such . Then , and thus , which means that . This limits the search for computing .
There is an alternative way to compute the set . Observe that if and only if for some . So we can solve the problem by looking at the nonnegative integer solutions (in ) to the equation and then project onto the first coordinates.
The omega primality of is defined as the maximum of the omega primalities of its minimal generators.
OmegaPrimality(s);
4
It can be shown that
Divisors
Let be an element in a numerical semigroup . The set of divisors of is
The Feng-Rao distance of is defined as
Let be the conductor of and let be its genus. It can be shown that for ,
The generalized Feng-Rao distance is defined as where . It can be shown that for , The constant is known as the th Feng-Rao number. For , The definition of the Apéry set for elements not in is the same as the one given above.