YES
0 QTRS
↳1 QTRSRRRProof (⇔, 71 ms)
↳2 QTRS
↳3 RisEmptyProof (⇔, 0 ms)
↳4 YES
from(X) → cons(X, n__from(s(X)))
first(0, Z) → nil
first(s(X), cons(Y, Z)) → cons(Y, n__first(X, activate(Z)))
sel(0, cons(X, Z)) → X
sel(s(X), cons(Y, Z)) → sel(X, activate(Z))
from(X) → n__from(X)
first(X1, X2) → n__first(X1, X2)
activate(n__from(X)) → from(X)
activate(n__first(X1, X2)) → first(X1, X2)
activate(X) → X
sel2 > [from1, first2, activate1] > cons2 > nfirst2 > [nfrom1, s1]
sel2 > [from1, first2, activate1] > [0, nil] > [nfrom1, s1]
from1: multiset
cons2: multiset
nfrom1: multiset
s1: [1]
first2: multiset
0: multiset
nil: multiset
nfirst2: multiset
activate1: multiset
sel2: [1,2]
from(X) → cons(X, n__from(s(X)))
first(0, Z) → nil
first(s(X), cons(Y, Z)) → cons(Y, n__first(X, activate(Z)))
sel(0, cons(X, Z)) → X
sel(s(X), cons(Y, Z)) → sel(X, activate(Z))
from(X) → n__from(X)
first(X1, X2) → n__first(X1, X2)
activate(n__from(X)) → from(X)
activate(n__first(X1, X2)) → first(X1, X2)
activate(X) → X