YES Termination proof of AG_#3.35_rand.trs

(0) Obligation:

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

g(s(x)) → f(x)
f(0) → s(0)
f(s(x)) → s(s(g(x)))
g(0) → 0

The relative TRS consists of the following S rules:

rand(x) → rand(s(x))
rand(x) → x

(1) RelTRStoRelADPProof (EQUIVALENT transformation)

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

(2) Obligation:

Relative ADP Problem with
absolute ADPs:

g(s(x)) → F(x)
f(0) → s(0)
f(s(x)) → s(s(G(x)))
g(0) → 0

and relative ADPs:

rand(x) → RAND(s(x))
rand(x) → x

(3) RelADPDepGraphProof (EQUIVALENT transformation)

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

(4) Obligation:

Relative ADP Problem with
absolute ADPs:

f(0) → s(0)
f(s(x)) → s(s(G(x)))
g(s(x)) → F(x)
g(0) → 0

and relative ADPs:

rand(x) → rand(s(x))
rand(x) → x

(5) RelADPCleverAfsProof (SOUND transformation)

We use the first derelatifying processor [IJCAR24].
There are no annotations in relative ADPs, so the relative ADP problem can be transformed into a non-relative DP problem.

Furthermore, We use an argument filter [LPAR04].
Filtering:s_1 = G_1 = f_1 = 0 = F_1 = rand_1 = g_1 =
Found this filtering by looking at the following order that orders at least one DP strictly:Combined order from the following AFS and order.
G(x1)  =  G(x1)
s(x1)  =  s(x1)
F(x1)  =  F(x1)
f(x1)  =  f(x1)
0  =  0
g(x1)  =  x1

Recursive path order with status [RPO].
Quasi-Precedence:

[G1, s1, f1] > F1
[G1, s1, f1] > 0

Status:
G1: multiset
s1: multiset
F1: multiset
f1: multiset
0: multiset

(6) Obligation:

Q DP problem:
The TRS P consists of the following rules:

G0(s0(x)) → F0(x)
F0(s0(x)) → G0(x)

The TRS R consists of the following rules:

f0(00) → s0(00)
g0(00) → 00
f0(s0(x)) → s0(s0(g0(x)))
rand0(x) → rand0(s0(x))
g0(s0(x)) → f0(x)
rand0(x) → x

Q is empty.
We have to consider all (P,Q,R)-chains.

(7) MRRProof (EQUIVALENT transformation)

By using the rule removal processor [LPAR04] with the following ordering, at least one Dependency Pair or term rewrite system rule of this QDP problem can be strictly oriented.

Strictly oriented rules of the TRS R:

rand0(x) → x

Used ordering: Polynomial interpretation [POLO]:

POL(00) = 0   
POL(F0(x1)) = x1   
POL(G0(x1)) = x1   
POL(f0(x1)) = 2·x1   
POL(g0(x1)) = 2·x1   
POL(rand0(x1)) = 2 + x1   
POL(s0(x1)) = x1   

(8) Obligation:

Q DP problem:
The TRS P consists of the following rules:

G0(s0(x)) → F0(x)
F0(s0(x)) → G0(x)

The TRS R consists of the following rules:

f0(00) → s0(00)
g0(00) → 00
f0(s0(x)) → s0(s0(g0(x)))
rand0(x) → rand0(s0(x))
g0(s0(x)) → f0(x)

Q is empty.
We have to consider all (P,Q,R)-chains.

(9) MRRProof (EQUIVALENT transformation)

By using the rule removal processor [LPAR04] with the following ordering, at least one Dependency Pair or term rewrite system rule of this QDP problem can be strictly oriented.

Strictly oriented rules of the TRS R:

f0(00) → s0(00)
g0(00) → 00

Used ordering: Polynomial interpretation [POLO]:

POL(00) = 2   
POL(F0(x1)) = x1   
POL(G0(x1)) = x1   
POL(f0(x1)) = 1 + 2·x1   
POL(g0(x1)) = 1 + 2·x1   
POL(rand0(x1)) = x1   
POL(s0(x1)) = x1   

(10) Obligation:

Q DP problem:
The TRS P consists of the following rules:

G0(s0(x)) → F0(x)
F0(s0(x)) → G0(x)

The TRS R consists of the following rules:

f0(s0(x)) → s0(s0(g0(x)))
rand0(x) → rand0(s0(x))
g0(s0(x)) → f0(x)

Q is empty.
We have to consider all (P,Q,R)-chains.

(11) QDPOrderProof (EQUIVALENT transformation)

We use the reduction pair processor [LPAR04,JAR06].


The following pairs can be oriented strictly and are deleted.


G0(s0(x)) → F0(x)
F0(s0(x)) → G0(x)
The remaining pairs can at least be oriented weakly.
Used ordering: Combined order from the following AFS and order.
G0(x1)  =  G0(x1)
s0(x1)  =  s0(x1)
F0(x1)  =  F0(x1)
f0(x1)  =  f0(x1)
g0(x1)  =  x1
rand0(x1)  =  rand0

Recursive path order with status [RPO].
Quasi-Precedence:
rand0 > [s01, f01] > F01 > G01

Status:
G01: multiset
s01: multiset
F01: multiset
f01: multiset
rand0: multiset


The following usable rules [FROCOS05] with respect to the argument filtering of the ordering [JAR06] were oriented:

f0(s0(x)) → s0(s0(g0(x)))
rand0(x) → rand0(s0(x))
g0(s0(x)) → f0(x)

(12) Obligation:

Q DP problem:
P is empty.
The TRS R consists of the following rules:

f0(s0(x)) → s0(s0(g0(x)))
rand0(x) → rand0(s0(x))
g0(s0(x)) → f0(x)

Q is empty.
We have to consider all (P,Q,R)-chains.

(13) PisEmptyProof (EQUIVALENT transformation)

The TRS P is empty. Hence, there is no (P,Q,R) chain.

(14) YES