YES Termination proof of AProVE_24_purge.ari

(0) Obligation:

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

eq(0, 0) → true
eq(0, s(x)) → false
eq(s(x), 0) → false
eq(s(x), s(y)) → eq(x, y)
rm(n, nil) → nil
rm(n, cons(m, x)) → ifrm(eq(n, m), n, cons(m, x))
ifrm(true, n, cons(m, x)) → rm(n, x)
ifrm(false, n, cons(m, x)) → cons(m, rm(n, x))
purge(nil) → nil
purge(cons(n, x)) → cons(n, purge(rm(n, x)))

The relative TRS consists of the following S rules:

purge(cons(n, cons(m, x))) → purge(cons(m, cons(n, 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:

eq(0, 0) → true
eq(0, s(x)) → false
eq(s(x), 0) → false
eq(s(x), s(y)) → EQ(x, y)
rm(n, nil) → nil
rm(n, cons(m, x)) → IFRM(eq(n, m), n, cons(m, x))
rm(n, cons(m, x)) → ifrm(EQ(n, m), n, cons(m, x))
ifrm(true, n, cons(m, x)) → RM(n, x)
ifrm(false, n, cons(m, x)) → cons(m, RM(n, x))
purge(nil) → nil
purge(cons(n, x)) → cons(n, PURGE(rm(n, x)))
purge(cons(n, x)) → cons(n, purge(RM(n, x)))

and relative ADPs:

purge(cons(n, cons(m, x))) → PURGE(cons(m, cons(n, x)))

(3) RelADPDepGraphProof (EQUIVALENT transformation)

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

(4) Complex Obligation (AND)

(5) Obligation:

Relative ADP Problem with
absolute ADPs:

eq(s(x), s(y)) → EQ(x, y)

and relative ADPs:

ifrm(true, n, cons(m, x)) → rm(n, x)
ifrm(false, n, cons(m, x)) → cons(m, rm(n, x))
eq(0, s(x)) → false
eq(s(x), 0) → false
eq(0, 0) → true
purge(cons(n, x)) → cons(n, purge(rm(n, x)))
rm(n, nil) → nil
rm(n, cons(m, x)) → ifrm(eq(n, m), n, cons(m, x))
purge(nil) → nil
purge(cons(n, cons(m, x))) → purge(cons(m, cons(n, x)))

(6) 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 = true = eq_2 = 0, 1 ifrm_3 = 0, 1 0 = purge_1 = 0 cons_2 = 0 rm_2 = 0 EQ_2 = false = nil =
Found this filtering by looking at the following order that orders at least one DP strictly:Combined order from the following AFS and order.
EQ(x1, x2)  =  EQ(x1, x2)
s(x1)  =  s(x1)
purge(x1)  =  purge
cons(x1, x2)  =  x2
rm(x1, x2)  =  x2
ifrm(x1, x2, x3)  =  x3
eq(x1, x2)  =  eq
true  =  true
false  =  false
0  =  0
nil  =  nil

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

purge > nil
eq > [s1, false]
eq > [true, 0]

Status:
EQ2: multiset
s1: multiset
purge: []
eq: []
true: multiset
false: multiset
0: multiset
nil: multiset

(7) Obligation:

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

EQ0(s0(x), s0(y)) → EQ0(x, y)

The TRS R consists of the following rules:

ifrm(cons(x)) → rm(x)
ifrm(cons(x)) → cons(rm(x))
eqfalse0
eqeq
eqtrue0
purgecons(purge)
rm(nil0) → nil0
rm(cons(x)) → ifrm(cons(x))
purgenil0
purgepurge

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

(8) 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:

eqfalse0
eqtrue0

Used ordering: Polynomial interpretation [POLO]:

POL(EQ0(x1, x2)) = x1 + 2·x2   
POL(cons(x1)) = x1   
POL(eq) = 2   
POL(false0) = 1   
POL(ifrm(x1)) = 2·x1   
POL(nil0) = 0   
POL(purge) = 0   
POL(rm(x1)) = 2·x1   
POL(s0(x1)) = x1   
POL(true0) = 0   

(9) Obligation:

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

EQ0(s0(x), s0(y)) → EQ0(x, y)

The TRS R consists of the following rules:

ifrm(cons(x)) → rm(x)
ifrm(cons(x)) → cons(rm(x))
eqeq
purgecons(purge)
rm(nil0) → nil0
rm(cons(x)) → ifrm(cons(x))
purgenil0
purgepurge

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

(10) 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 dependency pairs:

EQ0(s0(x), s0(y)) → EQ0(x, y)

Strictly oriented rules of the TRS R:

rm(nil0) → nil0
purgenil0

Used ordering: Polynomial interpretation [POLO]:

POL(EQ0(x1, x2)) = x1 + x2   
POL(cons(x1)) = x1   
POL(eq) = 0   
POL(ifrm(x1)) = 2 + 2·x1   
POL(nil0) = 1   
POL(purge) = 2   
POL(rm(x1)) = 2 + 2·x1   
POL(s0(x1)) = 1 + x1   

(11) Obligation:

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

ifrm(cons(x)) → rm(x)
ifrm(cons(x)) → cons(rm(x))
eqeq
purgecons(purge)
rm(cons(x)) → ifrm(cons(x))
purgepurge

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

(12) PisEmptyProof (EQUIVALENT transformation)

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

(13) YES

(14) Obligation:

Relative ADP Problem with
absolute ADPs:

ifrm(false, n, cons(m, x)) → cons(m, RM(n, x))
ifrm(true, n, cons(m, x)) → RM(n, x)
rm(n, cons(m, x)) → IFRM(eq(n, m), n, cons(m, x))

and relative ADPs:

eq(0, s(x)) → false
eq(s(x), 0) → false
eq(s(x), s(y)) → eq(x, y)
eq(0, 0) → true
purge(cons(n, x)) → cons(n, purge(rm(n, x)))
rm(n, nil) → nil
rm(n, cons(m, x)) → ifrm(eq(n, m), n, cons(m, x))
purge(nil) → nil
purge(cons(n, cons(m, x))) → purge(cons(m, cons(n, x)))

(15) 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 = true = eq_2 = 0, 1 RM_2 = 0 ifrm_3 = 0, 1 0 = purge_1 = cons_2 = 0 rm_2 = 0 IFRM_3 = 1 false = nil =
Found this filtering by looking at the following order that orders at least one DP strictly:Combined order from the following AFS and order.
RM(x1, x2)  =  RM(x2)
cons(x1, x2)  =  cons(x2)
IFRM(x1, x2, x3)  =  IFRM(x1, x3)
eq(x1, x2)  =  eq
false  =  false
true  =  true
0  =  0
s(x1)  =  x1
purge(x1)  =  purge(x1)
rm(x1, x2)  =  x2
ifrm(x1, x2, x3)  =  x3
nil  =  nil

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

0 > false
0 > true
purge1 > cons1 > [RM1, IFRM2] > eq > false
purge1 > cons1 > [RM1, IFRM2] > eq > true
purge1 > nil

Status:
RM1: [1]
cons1: [1]
IFRM2: [1,2]
eq: multiset
false: multiset
true: multiset
0: multiset
purge1: multiset
nil: multiset

(16) Obligation:

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

RM(cons(x)) → IFRM(eq, cons(x))
IFRM(false0, cons(x)) → RM(x)
IFRM(true0, cons(x)) → RM(x)

The TRS R consists of the following rules:

ifrm(cons(x)) → rm(x)
ifrm(cons(x)) → cons(rm(x))
eqfalse0
eqeq
eqtrue0
purge0(cons(x)) → cons(purge0(rm(x)))
rm(nil0) → nil0
rm(cons(x)) → ifrm(cons(x))
purge0(nil0) → nil0
purge0(cons(cons(x))) → purge0(cons(cons(x)))

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

(17) 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 dependency pairs:

IFRM(false0, cons(x)) → RM(x)
IFRM(true0, cons(x)) → RM(x)

Strictly oriented rules of the TRS R:

ifrm(cons(x)) → rm(x)
purge0(cons(x)) → cons(purge0(rm(x)))

Used ordering: Polynomial interpretation [POLO]:

POL(IFRM(x1, x2)) = 1 + 2·x1 + x2   
POL(RM(x1)) = 1 + x1   
POL(cons(x1)) = 2 + x1   
POL(eq) = 0   
POL(false0) = 0   
POL(ifrm(x1)) = x1   
POL(nil0) = 0   
POL(purge0(x1)) = 2·x1   
POL(rm(x1)) = x1   
POL(true0) = 0   

(18) Obligation:

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

RM(cons(x)) → IFRM(eq, cons(x))

The TRS R consists of the following rules:

ifrm(cons(x)) → cons(rm(x))
eqfalse0
eqeq
eqtrue0
rm(nil0) → nil0
rm(cons(x)) → ifrm(cons(x))
purge0(nil0) → nil0
purge0(cons(cons(x))) → purge0(cons(cons(x)))

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

(19) DependencyGraphProof (EQUIVALENT transformation)

The approximation of the Dependency Graph [LPAR04,FROCOS05,EDGSTAR] contains 0 SCCs with 1 less node.

(20) TRUE

(21) Obligation:

Relative ADP Problem with
absolute ADPs:

purge(cons(n, x)) → cons(n, PURGE(rm(n, x)))

and relative ADPs:

ifrm(true, n, cons(m, x)) → rm(n, x)
ifrm(false, n, cons(m, x)) → cons(m, rm(n, x))
eq(0, s(x)) → false
eq(s(x), 0) → false
eq(s(x), s(y)) → eq(x, y)
eq(0, 0) → true
purge(cons(n, x)) → cons(n, purge(rm(n, x)))
rm(n, nil) → nil
rm(n, cons(m, x)) → ifrm(eq(n, m), n, cons(m, x))
purge(nil) → nil
purge(cons(n, cons(m, x))) → PURGE(cons(m, cons(n, x)))

(22) RelADPReductionPairProof (EQUIVALENT transformation)

We use the reduction pair processor [IJCAR24].
The following rules can be oriented strictly (l^# > ann(r))
and therefore we can remove all of its annotations in the right-hand side:
Absolute ADPs:


purge(cons(n, x)) → cons(n, PURGE(rm(n, x)))

Relative ADPs:

ifrm(true, n, cons(m, x)) → rm(n, x)
ifrm(false, n, cons(m, x)) → cons(m, rm(n, x))
eq(0, s(x)) → false
eq(s(x), 0) → false
eq(s(x), s(y)) → eq(x, y)
eq(0, 0) → true
purge(cons(n, x)) → cons(n, purge(rm(n, x)))
rm(n, nil) → nil
rm(n, cons(m, x)) → ifrm(eq(n, m), n, cons(m, x))
purge(nil) → nil


The remaining rules can at least be oriented weakly:

Ordered with Polynomial interpretation [POLO]:

POL(0) = 3   
POL(EQ(x1, x2)) = 2 + 2·x1·x2   
POL(IFRM(x1, x2, x3)) = 2   
POL(PURGE(x1)) = 2 + 2·x1   
POL(RM(x1, x2)) = 2·x1 + 2·x1·x2 + x2   
POL(cons(x1, x2)) = 1 + x2   
POL(eq(x1, x2)) = 0   
POL(false) = 0   
POL(ifrm(x1, x2, x3)) = x1 + x3   
POL(nil) = 0   
POL(purge(x1)) = 1 + 2·x1   
POL(rm(x1, x2)) = x2   
POL(s(x1)) = 3 + 3·x1   
POL(true) = 0   

(23) Obligation:

Relative ADP Problem with
No absolute ADPs, and relative ADPs:

ifrm(true, n, cons(m, x)) → rm(n, x)
ifrm(false, n, cons(m, x)) → cons(m, rm(n, x))
eq(0, s(x)) → false
eq(s(x), 0) → false
eq(s(x), s(y)) → eq(x, y)
purge(cons(n, x)) → cons(n, purge(rm(n, x)))
eq(0, 0) → true
rm(n, nil) → nil
rm(n, cons(m, x)) → ifrm(eq(n, m), n, cons(m, x))
purge(nil) → nil
purge(cons(n, cons(m, x))) → PURGE(cons(m, cons(n, x)))

(24) DAbsisEmptyProof (EQUIVALENT transformation)

The relative ADP Problem has an empty P_abs. Hence, no infinite chain exists.

(25) YES