0 QTRS
↳1 DependencyPairsProof (⇔)
↳2 QDP
↳3 DependencyGraphProof (⇔)
↳4 QDP
↳5 QDPSizeChangeProof (⇔)
↳6 TRUE
fst(0, Z) → nil
fst(s(X), cons(Y, Z)) → cons(Y, n__fst(activate(X), activate(Z)))
from(X) → cons(X, n__from(n__s(X)))
add(0, X) → X
add(s(X), Y) → s(n__add(activate(X), Y))
len(nil) → 0
len(cons(X, Z)) → s(n__len(activate(Z)))
fst(X1, X2) → n__fst(X1, X2)
from(X) → n__from(X)
s(X) → n__s(X)
add(X1, X2) → n__add(X1, X2)
len(X) → n__len(X)
activate(n__fst(X1, X2)) → fst(activate(X1), activate(X2))
activate(n__from(X)) → from(activate(X))
activate(n__s(X)) → s(X)
activate(n__add(X1, X2)) → add(activate(X1), activate(X2))
activate(n__len(X)) → len(activate(X))
activate(X) → X
FST(s(X), cons(Y, Z)) → ACTIVATE(X)
FST(s(X), cons(Y, Z)) → ACTIVATE(Z)
ADD(s(X), Y) → S(n__add(activate(X), Y))
ADD(s(X), Y) → ACTIVATE(X)
LEN(cons(X, Z)) → S(n__len(activate(Z)))
LEN(cons(X, Z)) → ACTIVATE(Z)
ACTIVATE(n__fst(X1, X2)) → FST(activate(X1), activate(X2))
ACTIVATE(n__fst(X1, X2)) → ACTIVATE(X1)
ACTIVATE(n__fst(X1, X2)) → ACTIVATE(X2)
ACTIVATE(n__from(X)) → FROM(activate(X))
ACTIVATE(n__from(X)) → ACTIVATE(X)
ACTIVATE(n__s(X)) → S(X)
ACTIVATE(n__add(X1, X2)) → ADD(activate(X1), activate(X2))
ACTIVATE(n__add(X1, X2)) → ACTIVATE(X1)
ACTIVATE(n__add(X1, X2)) → ACTIVATE(X2)
ACTIVATE(n__len(X)) → LEN(activate(X))
ACTIVATE(n__len(X)) → ACTIVATE(X)
fst(0, Z) → nil
fst(s(X), cons(Y, Z)) → cons(Y, n__fst(activate(X), activate(Z)))
from(X) → cons(X, n__from(n__s(X)))
add(0, X) → X
add(s(X), Y) → s(n__add(activate(X), Y))
len(nil) → 0
len(cons(X, Z)) → s(n__len(activate(Z)))
fst(X1, X2) → n__fst(X1, X2)
from(X) → n__from(X)
s(X) → n__s(X)
add(X1, X2) → n__add(X1, X2)
len(X) → n__len(X)
activate(n__fst(X1, X2)) → fst(activate(X1), activate(X2))
activate(n__from(X)) → from(activate(X))
activate(n__s(X)) → s(X)
activate(n__add(X1, X2)) → add(activate(X1), activate(X2))
activate(n__len(X)) → len(activate(X))
activate(X) → X
ACTIVATE(n__fst(X1, X2)) → FST(activate(X1), activate(X2))
FST(s(X), cons(Y, Z)) → ACTIVATE(X)
ACTIVATE(n__fst(X1, X2)) → ACTIVATE(X1)
ACTIVATE(n__fst(X1, X2)) → ACTIVATE(X2)
ACTIVATE(n__from(X)) → ACTIVATE(X)
ACTIVATE(n__add(X1, X2)) → ADD(activate(X1), activate(X2))
ADD(s(X), Y) → ACTIVATE(X)
ACTIVATE(n__add(X1, X2)) → ACTIVATE(X1)
ACTIVATE(n__add(X1, X2)) → ACTIVATE(X2)
ACTIVATE(n__len(X)) → LEN(activate(X))
LEN(cons(X, Z)) → ACTIVATE(Z)
ACTIVATE(n__len(X)) → ACTIVATE(X)
FST(s(X), cons(Y, Z)) → ACTIVATE(Z)
fst(0, Z) → nil
fst(s(X), cons(Y, Z)) → cons(Y, n__fst(activate(X), activate(Z)))
from(X) → cons(X, n__from(n__s(X)))
add(0, X) → X
add(s(X), Y) → s(n__add(activate(X), Y))
len(nil) → 0
len(cons(X, Z)) → s(n__len(activate(Z)))
fst(X1, X2) → n__fst(X1, X2)
from(X) → n__from(X)
s(X) → n__s(X)
add(X1, X2) → n__add(X1, X2)
len(X) → n__len(X)
activate(n__fst(X1, X2)) → fst(activate(X1), activate(X2))
activate(n__from(X)) → from(activate(X))
activate(n__s(X)) → s(X)
activate(n__add(X1, X2)) → add(activate(X1), activate(X2))
activate(n__len(X)) → len(activate(X))
activate(X) → X
Order:Combined order from the following AFS and order.
activate(x1) = x1
n__fst(x1, x2) = n__fst(x1, x2)
fst(x1, x2) = fst(x1, x2)
n__from(x1) = n__from(x1)
from(x1) = from(x1)
n__s(x1) = x1
s(x1) = x1
n__add(x1, x2) = n__add(x1, x2)
add(x1, x2) = add(x1, x2)
n__len(x1) = n__len(x1)
len(x1) = len(x1)
cons(x1, x2) = x2
0 = 0
nil = nil
Recursive path order with status [RPO].
Quasi-Precedence:
[nfst2, fst2] > [0, nil]
[nfrom1, from1]
[nadd2, add2]
[nlen1, len1]
nfst2: multiset
fst2: multiset
nfrom1: multiset
from1: multiset
nadd2: [2,1]
add2: [2,1]
nlen1: [1]
len1: [1]
0: multiset
nil: multiset
AFS:
activate(x1) = x1
n__fst(x1, x2) = n__fst(x1, x2)
fst(x1, x2) = fst(x1, x2)
n__from(x1) = n__from(x1)
from(x1) = from(x1)
n__s(x1) = x1
s(x1) = x1
n__add(x1, x2) = n__add(x1, x2)
add(x1, x2) = add(x1, x2)
n__len(x1) = n__len(x1)
len(x1) = len(x1)
cons(x1, x2) = x2
0 = 0
nil = nil
From the DPs we obtained the following set of size-change graphs:
We oriented the following set of usable rules [AAECC05,FROCOS05].
activate(n__fst(X1, X2)) → fst(activate(X1), activate(X2))
activate(n__from(X)) → from(activate(X))
activate(n__s(X)) → s(X)
activate(n__add(X1, X2)) → add(activate(X1), activate(X2))
activate(n__len(X)) → len(activate(X))
activate(X) → X
fst(s(X), cons(Y, Z)) → cons(Y, n__fst(activate(X), activate(Z)))
add(s(X), Y) → s(n__add(activate(X), Y))
len(cons(X, Z)) → s(n__len(activate(Z)))
from(X) → cons(X, n__from(n__s(X)))
from(X) → n__from(X)
fst(0, Z) → nil
fst(X1, X2) → n__fst(X1, X2)
add(0, X) → X
add(X1, X2) → n__add(X1, X2)
len(nil) → 0
len(X) → n__len(X)
s(X) → n__s(X)