LMPO
MAYBE
We consider the following Problem:
Strict Trs:
{ from(X) -> cons(X, n__from(s(X)))
, sel(0(), cons(X, Y)) -> X
, sel(s(X), cons(Y, Z)) -> sel(X, activate(Z))
, from(X) -> n__from(X)
, activate(n__from(X)) -> from(X)
, activate(X) -> X}
StartTerms: basic terms
Strategy: innermost
Certificate: MAYBE
Proof:
The input cannot be shown compatible
Arrrr..
MPO
MAYBE
We consider the following Problem:
Strict Trs:
{ from(X) -> cons(X, n__from(s(X)))
, sel(0(), cons(X, Y)) -> X
, sel(s(X), cons(Y, Z)) -> sel(X, activate(Z))
, from(X) -> n__from(X)
, activate(n__from(X)) -> from(X)
, activate(X) -> X}
StartTerms: basic terms
Strategy: innermost
Certificate: MAYBE
Proof:
The input cannot be shown compatible
Arrrr..
POP*
MAYBE
We consider the following Problem:
Strict Trs:
{ from(X) -> cons(X, n__from(s(X)))
, sel(0(), cons(X, Y)) -> X
, sel(s(X), cons(Y, Z)) -> sel(X, activate(Z))
, from(X) -> n__from(X)
, activate(n__from(X)) -> from(X)
, activate(X) -> X}
StartTerms: basic terms
Strategy: innermost
Certificate: MAYBE
Proof:
The input cannot be shown compatible
Arrrr..
POP* (PS)
YES(?,POLY)
We consider the following Problem:
Strict Trs:
{ from(X) -> cons(X, n__from(s(X)))
, sel(0(), cons(X, Y)) -> X
, sel(s(X), cons(Y, Z)) -> sel(X, activate(Z))
, from(X) -> n__from(X)
, activate(n__from(X)) -> from(X)
, activate(X) -> X}
StartTerms: basic terms
Strategy: innermost
Certificate: YES(?,POLY)
Proof:
The input was oriented with the instance of
Polynomial Path Order (PS) as induced by the safe mapping
safe(from) = {1}, safe(cons) = {1, 2}, safe(n__from) = {1},
safe(s) = {1}, safe(sel) = {2}, safe(0) = {}, safe(activate) = {1}
and precedence
sel > activate, activate > from .
Following symbols are considered recursive:
{sel}
The recursion depth is 1 .
For your convenience, here are the oriented rules in predicative
notation (possibly applying argument filtering):
Strict DPs: {}
Weak DPs : {}
Strict Trs:
{ from(; X) -> cons(; X, n__from(; s(; X)))
, sel(0(); cons(; X, Y)) -> X
, sel(s(; X); cons(; Y, Z)) -> sel(X; activate(; Z))
, from(; X) -> n__from(; X)
, activate(; n__from(; X)) -> from(; X)
, activate(; X) -> X}
Weak Trs : {}
Hurray, we answered YES(?,POLY)
Small POP*
MAYBE
We consider the following Problem:
Strict Trs:
{ from(X) -> cons(X, n__from(s(X)))
, sel(0(), cons(X, Y)) -> X
, sel(s(X), cons(Y, Z)) -> sel(X, activate(Z))
, from(X) -> n__from(X)
, activate(n__from(X)) -> from(X)
, activate(X) -> X}
StartTerms: basic terms
Strategy: innermost
Certificate: MAYBE
Proof:
The input cannot be shown compatible
Arrrr..
Small POP* (PS)
YES(?,O(n^1))
We consider the following Problem:
Strict Trs:
{ from(X) -> cons(X, n__from(s(X)))
, sel(0(), cons(X, Y)) -> X
, sel(s(X), cons(Y, Z)) -> sel(X, activate(Z))
, from(X) -> n__from(X)
, activate(n__from(X)) -> from(X)
, activate(X) -> X}
StartTerms: basic terms
Strategy: innermost
Certificate: YES(?,O(n^1))
Proof:
The input was oriented with the instance of
Small Polynomial Path Order (WSC,
PS) as induced by the safe mapping
safe(from) = {1}, safe(cons) = {1, 2}, safe(n__from) = {1},
safe(s) = {1}, safe(sel) = {2}, safe(0) = {}, safe(activate) = {1}
and precedence
sel > activate, activate > from .
Following symbols are considered recursive:
{sel}
The recursion depth is 1 .
For your convenience, here are the oriented rules in predicative
notation (possibly applying argument filtering):
Strict DPs: {}
Weak DPs : {}
Strict Trs:
{ from(; X) -> cons(; X, n__from(; s(; X)))
, sel(0(); cons(; X, Y)) -> X
, sel(s(; X); cons(; Y, Z)) -> sel(X; activate(; Z))
, from(; X) -> n__from(; X)
, activate(; n__from(; X)) -> from(; X)
, activate(; X) -> X}
Weak Trs : {}
Hurray, we answered YES(?,O(n^1))