YES Termination proof of invNSS03.trs

(0) Obligation:

Relative term rewrite system:
The relative TRS consists of the following R rules:

f(x, 0) → s(x)
g(x) → h(x, gen)
h(0, x) → f(x, x)
ab

The relative TRS consists of the following S rules:

gens(gen)

(1) RelTRStoRelADPProof (EQUIVALENT transformation)

We upgrade the RelTRS problem to an equivalent Relative ADP Problem [IJCAR24].

(2) Obligation:

Relative ADP Problem with
absolute ADPs:

f(x, 0) → s(x)
g(x) → H(x, gen)
g(x) → h(x, GEN)
h(0, x) → F(x, x)
ab

and relative ADPs:

gens(GEN)

(3) RelADPDepGraphProof (EQUIVALENT transformation)

We use the relative dependency graph processor [IJCAR24].
The approximation of the Relative Dependency Graph contains:
0 SCCs with nodes from P_abs,
0 Lassos,
Result: This relative DT problem is equivalent to 0 subproblems.

(4) TRUE