YES
0 QTRS
↳1 QTRSRRRProof (⇔, 0 ms)
↳2 QTRS
↳3 QTRSRRRProof (⇔, 0 ms)
↳4 QTRS
↳5 RisEmptyProof (⇔, 0 ms)
↳6 YES
2nd(cons(X, n__cons(Y, Z))) → activate(Y)
from(X) → cons(X, n__from(s(X)))
cons(X1, X2) → n__cons(X1, X2)
from(X) → n__from(X)
activate(n__cons(X1, X2)) → cons(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(2nd(x1)) = 2 + 2·x1
POL(activate(x1)) = 2 + 2·x1
POL(cons(x1, x2)) = 1 + x1 + x2
POL(from(x1)) = 1 + 2·x1
POL(n__cons(x1, x2)) = x1 + x2
POL(n__from(x1)) = x1
POL(s(x1)) = x1
2nd(cons(X, n__cons(Y, Z))) → activate(Y)
cons(X1, X2) → n__cons(X1, X2)
from(X) → n__from(X)
activate(n__cons(X1, X2)) → cons(X1, X2)
activate(n__from(X)) → from(X)
activate(X) → X
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(cons(x1, x2)) = x1 + x2
POL(from(x1)) = 2 + 2·x1
POL(n__from(x1)) = x1
POL(s(x1)) = x1
from(X) → cons(X, n__from(s(X)))