YES
0 QTRS
↳1 QTRSRRRProof (⇔, 0 ms)
↳2 QTRS
↳3 QTRSRRRProof (⇔, 0 ms)
↳4 QTRS
↳5 QTRSRRRProof (⇔, 0 ms)
↳6 QTRS
↳7 RisEmptyProof (⇔, 0 ms)
↳8 YES
first(0, X) → nil
first(s(X), cons(Y, Z)) → cons(Y, n__first(X, activate(Z)))
from(X) → cons(X, n__from(s(X)))
first(X1, X2) → n__first(X1, X2)
from(X) → n__from(X)
activate(n__first(X1, X2)) → first(X1, X2)
activate(n__from(X)) → from(X)
activate(X) → X
With this ordering the following rules can be removed by the rule removal processor [LPAR04] because they are oriented strictly:
POL(0) = 1
POL(activate(x1)) = 2 + 2·x1
POL(cons(x1, x2)) = 1 + x1 + x2
POL(first(x1, x2)) = 1 + 2·x1 + 2·x2
POL(from(x1)) = 2 + 2·x1
POL(n__first(x1, x2)) = 2·x1 + x2
POL(n__from(x1)) = 1 + x1
POL(nil) = 0
POL(s(x1)) = x1
first(0, X) → nil
first(X1, X2) → n__first(X1, X2)
from(X) → n__from(X)
activate(n__first(X1, X2)) → first(X1, X2)
activate(n__from(X)) → from(X)
activate(X) → X
first(s(X), cons(Y, Z)) → cons(Y, n__first(X, activate(Z)))
from(X) → cons(X, n__from(s(X)))
With this ordering the following rules can be removed by the rule removal processor [LPAR04] because they are oriented strictly:
POL(activate(x1)) = x1
POL(cons(x1, x2)) = x1 + x2
POL(first(x1, x2)) = 2·x1 + x2
POL(from(x1)) = 1 + 2·x1
POL(n__first(x1, x2)) = x1 + x2
POL(n__from(x1)) = x1
POL(s(x1)) = x1
from(X) → cons(X, n__from(s(X)))
first(s(X), cons(Y, Z)) → cons(Y, n__first(X, activate(Z)))
activate1 > nfirst2 > first2 > cons2 > s1
s_1=1
activate_1=1
first_2=0
n__first_2=0
cons_2=0
first(s(X), cons(Y, Z)) → cons(Y, n__first(X, activate(Z)))