(0) Obligation:

The Runtime Complexity (full) of the given CpxTRS could be proven to be BOUNDS(1, n^1).


The TRS R consists of the following rules:

active(f(a, X, X)) → mark(f(X, b, b))
active(b) → mark(a)
active(f(X1, X2, X3)) → f(X1, active(X2), X3)
f(X1, mark(X2), X3) → mark(f(X1, X2, X3))
proper(f(X1, X2, X3)) → f(proper(X1), proper(X2), proper(X3))
proper(a) → ok(a)
proper(b) → ok(b)
f(ok(X1), ok(X2), ok(X3)) → ok(f(X1, X2, X3))
top(mark(X)) → top(proper(X))
top(ok(X)) → top(active(X))

Rewrite Strategy: FULL

(1) NestedDefinedSymbolProof (BOTH BOUNDS(ID, ID) transformation)

The following defined symbols can occur below the 0th argument of top: proper, active
The following defined symbols can occur below the 0th argument of proper: proper, active
The following defined symbols can occur below the 0th argument of active: proper, active

Hence, the left-hand sides of the following rules are not basic-reachable and can be removed:
active(f(a, X, X)) → mark(f(X, b, b))
active(f(X1, X2, X3)) → f(X1, active(X2), X3)
proper(f(X1, X2, X3)) → f(proper(X1), proper(X2), proper(X3))

(2) Obligation:

The Runtime Complexity (full) of the given CpxTRS could be proven to be BOUNDS(1, n^1).


The TRS R consists of the following rules:

top(ok(X)) → top(active(X))
proper(b) → ok(b)
f(ok(X1), ok(X2), ok(X3)) → ok(f(X1, X2, X3))
active(b) → mark(a)
f(X1, mark(X2), X3) → mark(f(X1, X2, X3))
top(mark(X)) → top(proper(X))
proper(a) → ok(a)

Rewrite Strategy: FULL

(3) RcToIrcProof (BOTH BOUNDS(ID, ID) transformation)

Converted rc-obligation to irc-obligation.

As the TRS is a non-duplicating overlay system, we have rc = irc.

(4) Obligation:

The Runtime Complexity (innermost) of the given CpxTRS could be proven to be BOUNDS(1, n^1).


The TRS R consists of the following rules:

top(ok(X)) → top(active(X))
proper(b) → ok(b)
f(ok(X1), ok(X2), ok(X3)) → ok(f(X1, X2, X3))
active(b) → mark(a)
f(X1, mark(X2), X3) → mark(f(X1, X2, X3))
top(mark(X)) → top(proper(X))
proper(a) → ok(a)

Rewrite Strategy: INNERMOST

(5) CpxTrsMatchBoundsTAProof (EQUIVALENT transformation)

A linear upper bound on the runtime complexity of the TRS R could be shown with a Match-Bound[TAB_LEFTLINEAR,TAB_NONLEFTLINEAR] (for contructor-based start-terms) of 4.

The compatible tree automaton used to show the Match-Boundedness (for constructor-based start-terms) is represented by:
final states : [1, 2, 3, 4]
transitions:
ok0(0) → 0
b0() → 0
mark0(0) → 0
a0() → 0
top0(0) → 1
proper0(0) → 2
f0(0, 0, 0) → 3
active0(0) → 4
active1(0) → 5
top1(5) → 1
b1() → 6
ok1(6) → 2
f1(0, 0, 0) → 7
ok1(7) → 3
a1() → 8
mark1(8) → 4
f1(0, 0, 0) → 9
mark1(9) → 3
proper1(0) → 10
top1(10) → 1
a1() → 11
ok1(11) → 2
ok1(6) → 10
ok1(7) → 7
ok1(7) → 9
mark1(8) → 5
mark1(9) → 7
mark1(9) → 9
ok1(11) → 10
active2(6) → 12
top2(12) → 1
active2(11) → 12
proper2(8) → 13
top2(13) → 1
a2() → 14
mark2(14) → 12
a2() → 15
ok2(15) → 13
active3(15) → 16
top3(16) → 1
proper3(14) → 17
top3(17) → 1
a3() → 18
ok3(18) → 17
active4(18) → 19
top4(19) → 1

(6) BOUNDS(1, n^1)