(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(X)) → mark(g(h(f(X))))
active(f(X)) → f(active(X))
active(h(X)) → h(active(X))
f(mark(X)) → mark(f(X))
h(mark(X)) → mark(h(X))
proper(f(X)) → f(proper(X))
proper(g(X)) → g(proper(X))
proper(h(X)) → h(proper(X))
f(ok(X)) → ok(f(X))
g(ok(X)) → ok(g(X))
h(ok(X)) → ok(h(X))
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(X)) → mark(g(h(f(X))))
active(f(X)) → f(active(X))
active(h(X)) → h(active(X))
proper(f(X)) → f(proper(X))
proper(g(X)) → g(proper(X))
proper(h(X)) → h(proper(X))

(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:

g(ok(X)) → ok(g(X))
top(ok(X)) → top(active(X))
f(mark(X)) → mark(f(X))
f(ok(X)) → ok(f(X))
top(mark(X)) → top(proper(X))
h(mark(X)) → mark(h(X))
h(ok(X)) → ok(h(X))

Rewrite Strategy: FULL

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

Converted rc-obligation to irc-obligation.

As the TRS does not nest defined symbols, 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:

g(ok(X)) → ok(g(X))
top(ok(X)) → top(active(X))
f(mark(X)) → mark(f(X))
f(ok(X)) → ok(f(X))
top(mark(X)) → top(proper(X))
h(mark(X)) → mark(h(X))
h(ok(X)) → ok(h(X))

Rewrite Strategy: INNERMOST

(5) CpxTrsMatchBoundsProof (EQUIVALENT transformation)

A linear upper bound on the runtime complexity of the TRS R could be shown with a Match Bound [MATCHBOUNDS1,MATCHBOUNDS2] of 1.
The certificate found is represented by the following graph.
Start state: 9
Accept states: [10]
Transitions:
9→10[g_1|0, top_1|0, f_1|0, h_1|0]
9→11[ok_1|1]
9→12[top_1|1]
9→13[top_1|1]
9→14[mark_1|1]
9→15[ok_1|1]
9→16[mark_1|1]
9→17[ok_1|1]
10→10[ok_1|0, active_1|0, mark_1|0, proper_1|0]
11→10[g_1|1]
11→11[ok_1|1]
12→10[active_1|1]
13→10[proper_1|1]
14→10[f_1|1]
14→14[mark_1|1]
14→15[ok_1|1]
15→10[f_1|1]
15→14[mark_1|1]
15→15[ok_1|1]
16→10[h_1|1]
16→16[mark_1|1]
16→17[ok_1|1]
17→10[h_1|1]
17→16[mark_1|1]
17→17[ok_1|1]

(6) BOUNDS(1, n^1)