(0) Obligation:

Runtime Complexity TRS:
The TRS R consists of the following rules:

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

Rewrite Strategy: INNERMOST

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

Converted CpxTRS to CDT

(2) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(f(a))) → mark(f(g(f(a))))
active(f(z0)) → f(active(z0))
f(mark(z0)) → mark(f(z0))
f(ok(z0)) → ok(f(z0))
proper(f(z0)) → f(proper(z0))
proper(a) → ok(a)
proper(g(z0)) → g(proper(z0))
g(ok(z0)) → ok(g(z0))
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

ACTIVE(f(f(a))) → c(F(g(f(a))), G(f(a)), F(a))
ACTIVE(f(z0)) → c1(F(active(z0)), ACTIVE(z0))
F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
PROPER(f(z0)) → c4(F(proper(z0)), PROPER(z0))
PROPER(g(z0)) → c6(G(proper(z0)), PROPER(z0))
G(ok(z0)) → c7(G(z0))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
S tuples:

ACTIVE(f(f(a))) → c(F(g(f(a))), G(f(a)), F(a))
ACTIVE(f(z0)) → c1(F(active(z0)), ACTIVE(z0))
F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
PROPER(f(z0)) → c4(F(proper(z0)), PROPER(z0))
PROPER(g(z0)) → c6(G(proper(z0)), PROPER(z0))
G(ok(z0)) → c7(G(z0))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
K tuples:none
Defined Rule Symbols:

active, f, proper, g, top

Defined Pair Symbols:

ACTIVE, F, PROPER, G, TOP

Compound Symbols:

c, c1, c2, c3, c4, c6, c7, c8, c9

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

Removed 1 trailing nodes:

ACTIVE(f(f(a))) → c(F(g(f(a))), G(f(a)), F(a))

(4) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(f(a))) → mark(f(g(f(a))))
active(f(z0)) → f(active(z0))
f(mark(z0)) → mark(f(z0))
f(ok(z0)) → ok(f(z0))
proper(f(z0)) → f(proper(z0))
proper(a) → ok(a)
proper(g(z0)) → g(proper(z0))
g(ok(z0)) → ok(g(z0))
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

ACTIVE(f(z0)) → c1(F(active(z0)), ACTIVE(z0))
F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
PROPER(f(z0)) → c4(F(proper(z0)), PROPER(z0))
PROPER(g(z0)) → c6(G(proper(z0)), PROPER(z0))
G(ok(z0)) → c7(G(z0))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
S tuples:

ACTIVE(f(z0)) → c1(F(active(z0)), ACTIVE(z0))
F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
PROPER(f(z0)) → c4(F(proper(z0)), PROPER(z0))
PROPER(g(z0)) → c6(G(proper(z0)), PROPER(z0))
G(ok(z0)) → c7(G(z0))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
K tuples:none
Defined Rule Symbols:

active, f, proper, g, top

Defined Pair Symbols:

ACTIVE, F, PROPER, G, TOP

Compound Symbols:

c1, c2, c3, c4, c6, c7, c8, c9

(5) CdtPolyRedPairProof (UPPER BOUND (ADD(O(n^1))) transformation)

Found a reduction pair which oriented the following tuples strictly. Hence they can be removed from S.

TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
We considered the (Usable) Rules:

active(f(f(a))) → mark(f(g(f(a))))
active(f(z0)) → f(active(z0))
f(mark(z0)) → mark(f(z0))
f(ok(z0)) → ok(f(z0))
proper(f(z0)) → f(proper(z0))
proper(a) → ok(a)
proper(g(z0)) → g(proper(z0))
g(ok(z0)) → ok(g(z0))
And the Tuples:

ACTIVE(f(z0)) → c1(F(active(z0)), ACTIVE(z0))
F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
PROPER(f(z0)) → c4(F(proper(z0)), PROPER(z0))
PROPER(g(z0)) → c6(G(proper(z0)), PROPER(z0))
G(ok(z0)) → c7(G(z0))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
The order we found is given by the following interpretation:
Polynomial interpretation :

POL(ACTIVE(x1)) = 0   
POL(F(x1)) = 0   
POL(G(x1)) = 0   
POL(PROPER(x1)) = [1]   
POL(TOP(x1)) = [2]x1   
POL(a) = [2]   
POL(active(x1)) = x1   
POL(c1(x1, x2)) = x1 + x2   
POL(c2(x1)) = x1   
POL(c3(x1)) = x1   
POL(c4(x1, x2)) = x1 + x2   
POL(c6(x1, x2)) = x1 + x2   
POL(c7(x1)) = x1   
POL(c8(x1, x2)) = x1 + x2   
POL(c9(x1, x2)) = x1 + x2   
POL(f(x1)) = x1   
POL(g(x1)) = [1]   
POL(mark(x1)) = [1] + x1   
POL(ok(x1)) = x1   
POL(proper(x1)) = x1   

(6) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(f(a))) → mark(f(g(f(a))))
active(f(z0)) → f(active(z0))
f(mark(z0)) → mark(f(z0))
f(ok(z0)) → ok(f(z0))
proper(f(z0)) → f(proper(z0))
proper(a) → ok(a)
proper(g(z0)) → g(proper(z0))
g(ok(z0)) → ok(g(z0))
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

ACTIVE(f(z0)) → c1(F(active(z0)), ACTIVE(z0))
F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
PROPER(f(z0)) → c4(F(proper(z0)), PROPER(z0))
PROPER(g(z0)) → c6(G(proper(z0)), PROPER(z0))
G(ok(z0)) → c7(G(z0))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
S tuples:

ACTIVE(f(z0)) → c1(F(active(z0)), ACTIVE(z0))
F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
PROPER(f(z0)) → c4(F(proper(z0)), PROPER(z0))
PROPER(g(z0)) → c6(G(proper(z0)), PROPER(z0))
G(ok(z0)) → c7(G(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
K tuples:

TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
Defined Rule Symbols:

active, f, proper, g, top

Defined Pair Symbols:

ACTIVE, F, PROPER, G, TOP

Compound Symbols:

c1, c2, c3, c4, c6, c7, c8, c9

(7) CdtNarrowingProof (BOTH BOUNDS(ID, ID) transformation)

Use narrowing to replace ACTIVE(f(z0)) → c1(F(active(z0)), ACTIVE(z0)) by

ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
ACTIVE(f(x0)) → c1

(8) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(f(a))) → mark(f(g(f(a))))
active(f(z0)) → f(active(z0))
f(mark(z0)) → mark(f(z0))
f(ok(z0)) → ok(f(z0))
proper(f(z0)) → f(proper(z0))
proper(a) → ok(a)
proper(g(z0)) → g(proper(z0))
g(ok(z0)) → ok(g(z0))
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
PROPER(f(z0)) → c4(F(proper(z0)), PROPER(z0))
PROPER(g(z0)) → c6(G(proper(z0)), PROPER(z0))
G(ok(z0)) → c7(G(z0))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
ACTIVE(f(x0)) → c1
S tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
PROPER(f(z0)) → c4(F(proper(z0)), PROPER(z0))
PROPER(g(z0)) → c6(G(proper(z0)), PROPER(z0))
G(ok(z0)) → c7(G(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
ACTIVE(f(x0)) → c1
K tuples:

TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
Defined Rule Symbols:

active, f, proper, g, top

Defined Pair Symbols:

F, PROPER, G, TOP, ACTIVE

Compound Symbols:

c2, c3, c4, c6, c7, c8, c9, c1, c1

(9) CdtLeafRemovalProof (BOTH BOUNDS(ID, ID) transformation)

Removed 1 trailing nodes:

ACTIVE(f(x0)) → c1

(10) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(f(a))) → mark(f(g(f(a))))
active(f(z0)) → f(active(z0))
f(mark(z0)) → mark(f(z0))
f(ok(z0)) → ok(f(z0))
proper(f(z0)) → f(proper(z0))
proper(a) → ok(a)
proper(g(z0)) → g(proper(z0))
g(ok(z0)) → ok(g(z0))
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
PROPER(f(z0)) → c4(F(proper(z0)), PROPER(z0))
PROPER(g(z0)) → c6(G(proper(z0)), PROPER(z0))
G(ok(z0)) → c7(G(z0))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
S tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
PROPER(f(z0)) → c4(F(proper(z0)), PROPER(z0))
PROPER(g(z0)) → c6(G(proper(z0)), PROPER(z0))
G(ok(z0)) → c7(G(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
K tuples:

TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
Defined Rule Symbols:

active, f, proper, g, top

Defined Pair Symbols:

F, PROPER, G, TOP, ACTIVE

Compound Symbols:

c2, c3, c4, c6, c7, c8, c9, c1

(11) CdtPolyRedPairProof (UPPER BOUND (ADD(O(n^1))) transformation)

Found a reduction pair which oriented the following tuples strictly. Hence they can be removed from S.

ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
We considered the (Usable) Rules:

active(f(f(a))) → mark(f(g(f(a))))
active(f(z0)) → f(active(z0))
f(mark(z0)) → mark(f(z0))
f(ok(z0)) → ok(f(z0))
proper(f(z0)) → f(proper(z0))
proper(a) → ok(a)
proper(g(z0)) → g(proper(z0))
g(ok(z0)) → ok(g(z0))
And the Tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
PROPER(f(z0)) → c4(F(proper(z0)), PROPER(z0))
PROPER(g(z0)) → c6(G(proper(z0)), PROPER(z0))
G(ok(z0)) → c7(G(z0))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
The order we found is given by the following interpretation:
Polynomial interpretation :

POL(ACTIVE(x1)) = x1   
POL(F(x1)) = 0   
POL(G(x1)) = 0   
POL(PROPER(x1)) = 0   
POL(TOP(x1)) = [4]x1   
POL(a) = [2]   
POL(active(x1)) = 0   
POL(c1(x1, x2)) = x1 + x2   
POL(c2(x1)) = x1   
POL(c3(x1)) = x1   
POL(c4(x1, x2)) = x1 + x2   
POL(c6(x1, x2)) = x1 + x2   
POL(c7(x1)) = x1   
POL(c8(x1, x2)) = x1 + x2   
POL(c9(x1, x2)) = x1 + x2   
POL(f(x1)) = [4]x1   
POL(g(x1)) = 0   
POL(mark(x1)) = x1   
POL(ok(x1)) = x1   
POL(proper(x1)) = x1   

(12) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(f(a))) → mark(f(g(f(a))))
active(f(z0)) → f(active(z0))
f(mark(z0)) → mark(f(z0))
f(ok(z0)) → ok(f(z0))
proper(f(z0)) → f(proper(z0))
proper(a) → ok(a)
proper(g(z0)) → g(proper(z0))
g(ok(z0)) → ok(g(z0))
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
PROPER(f(z0)) → c4(F(proper(z0)), PROPER(z0))
PROPER(g(z0)) → c6(G(proper(z0)), PROPER(z0))
G(ok(z0)) → c7(G(z0))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
S tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
PROPER(f(z0)) → c4(F(proper(z0)), PROPER(z0))
PROPER(g(z0)) → c6(G(proper(z0)), PROPER(z0))
G(ok(z0)) → c7(G(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
K tuples:

TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
Defined Rule Symbols:

active, f, proper, g, top

Defined Pair Symbols:

F, PROPER, G, TOP, ACTIVE

Compound Symbols:

c2, c3, c4, c6, c7, c8, c9, c1

(13) CdtNarrowingProof (BOTH BOUNDS(ID, ID) transformation)

Use narrowing to replace PROPER(f(z0)) → c4(F(proper(z0)), PROPER(z0)) by

PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(a)) → c4(F(ok(a)), PROPER(a))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
PROPER(f(x0)) → c4

(14) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(f(a))) → mark(f(g(f(a))))
active(f(z0)) → f(active(z0))
f(mark(z0)) → mark(f(z0))
f(ok(z0)) → ok(f(z0))
proper(f(z0)) → f(proper(z0))
proper(a) → ok(a)
proper(g(z0)) → g(proper(z0))
g(ok(z0)) → ok(g(z0))
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
PROPER(g(z0)) → c6(G(proper(z0)), PROPER(z0))
G(ok(z0)) → c7(G(z0))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(a)) → c4(F(ok(a)), PROPER(a))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
PROPER(f(x0)) → c4
S tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
PROPER(g(z0)) → c6(G(proper(z0)), PROPER(z0))
G(ok(z0)) → c7(G(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(a)) → c4(F(ok(a)), PROPER(a))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
PROPER(f(x0)) → c4
K tuples:

TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
Defined Rule Symbols:

active, f, proper, g, top

Defined Pair Symbols:

F, PROPER, G, TOP, ACTIVE

Compound Symbols:

c2, c3, c6, c7, c8, c9, c1, c4, c4

(15) CdtLeafRemovalProof (BOTH BOUNDS(ID, ID) transformation)

Removed 1 trailing nodes:

PROPER(f(x0)) → c4

(16) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(f(a))) → mark(f(g(f(a))))
active(f(z0)) → f(active(z0))
f(mark(z0)) → mark(f(z0))
f(ok(z0)) → ok(f(z0))
proper(f(z0)) → f(proper(z0))
proper(a) → ok(a)
proper(g(z0)) → g(proper(z0))
g(ok(z0)) → ok(g(z0))
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
PROPER(g(z0)) → c6(G(proper(z0)), PROPER(z0))
G(ok(z0)) → c7(G(z0))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(a)) → c4(F(ok(a)), PROPER(a))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
S tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
PROPER(g(z0)) → c6(G(proper(z0)), PROPER(z0))
G(ok(z0)) → c7(G(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(a)) → c4(F(ok(a)), PROPER(a))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
K tuples:

TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
Defined Rule Symbols:

active, f, proper, g, top

Defined Pair Symbols:

F, PROPER, G, TOP, ACTIVE

Compound Symbols:

c2, c3, c6, c7, c8, c9, c1, c4

(17) CdtRhsSimplificationProcessorProof (BOTH BOUNDS(ID, ID) transformation)

Removed 1 trailing tuple parts

(18) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(f(a))) → mark(f(g(f(a))))
active(f(z0)) → f(active(z0))
f(mark(z0)) → mark(f(z0))
f(ok(z0)) → ok(f(z0))
proper(f(z0)) → f(proper(z0))
proper(a) → ok(a)
proper(g(z0)) → g(proper(z0))
g(ok(z0)) → ok(g(z0))
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
PROPER(g(z0)) → c6(G(proper(z0)), PROPER(z0))
G(ok(z0)) → c7(G(z0))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
PROPER(f(a)) → c4(F(ok(a)))
S tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
PROPER(g(z0)) → c6(G(proper(z0)), PROPER(z0))
G(ok(z0)) → c7(G(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
PROPER(f(a)) → c4(F(ok(a)))
K tuples:

TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
Defined Rule Symbols:

active, f, proper, g, top

Defined Pair Symbols:

F, PROPER, G, TOP, ACTIVE

Compound Symbols:

c2, c3, c6, c7, c8, c9, c1, c4, c4

(19) CdtPolyRedPairProof (UPPER BOUND (ADD(O(n^1))) transformation)

Found a reduction pair which oriented the following tuples strictly. Hence they can be removed from S.

PROPER(f(a)) → c4(F(ok(a)))
We considered the (Usable) Rules:

proper(f(z0)) → f(proper(z0))
proper(a) → ok(a)
proper(g(z0)) → g(proper(z0))
g(ok(z0)) → ok(g(z0))
f(mark(z0)) → mark(f(z0))
f(ok(z0)) → ok(f(z0))
active(f(f(a))) → mark(f(g(f(a))))
active(f(z0)) → f(active(z0))
And the Tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
PROPER(g(z0)) → c6(G(proper(z0)), PROPER(z0))
G(ok(z0)) → c7(G(z0))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
PROPER(f(a)) → c4(F(ok(a)))
The order we found is given by the following interpretation:
Polynomial interpretation :

POL(ACTIVE(x1)) = 0   
POL(F(x1)) = 0   
POL(G(x1)) = 0   
POL(PROPER(x1)) = [1]   
POL(TOP(x1)) = x1   
POL(a) = [2]   
POL(active(x1)) = x1   
POL(c1(x1, x2)) = x1 + x2   
POL(c2(x1)) = x1   
POL(c3(x1)) = x1   
POL(c4(x1)) = x1   
POL(c4(x1, x2)) = x1 + x2   
POL(c6(x1, x2)) = x1 + x2   
POL(c7(x1)) = x1   
POL(c8(x1, x2)) = x1 + x2   
POL(c9(x1, x2)) = x1 + x2   
POL(f(x1)) = [4]x1   
POL(g(x1)) = [1]   
POL(mark(x1)) = [1] + x1   
POL(ok(x1)) = x1   
POL(proper(x1)) = x1   

(20) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(f(a))) → mark(f(g(f(a))))
active(f(z0)) → f(active(z0))
f(mark(z0)) → mark(f(z0))
f(ok(z0)) → ok(f(z0))
proper(f(z0)) → f(proper(z0))
proper(a) → ok(a)
proper(g(z0)) → g(proper(z0))
g(ok(z0)) → ok(g(z0))
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
PROPER(g(z0)) → c6(G(proper(z0)), PROPER(z0))
G(ok(z0)) → c7(G(z0))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
PROPER(f(a)) → c4(F(ok(a)))
S tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
PROPER(g(z0)) → c6(G(proper(z0)), PROPER(z0))
G(ok(z0)) → c7(G(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
K tuples:

TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
PROPER(f(a)) → c4(F(ok(a)))
Defined Rule Symbols:

active, f, proper, g, top

Defined Pair Symbols:

F, PROPER, G, TOP, ACTIVE

Compound Symbols:

c2, c3, c6, c7, c8, c9, c1, c4, c4

(21) CdtNarrowingProof (BOTH BOUNDS(ID, ID) transformation)

Use narrowing to replace PROPER(g(z0)) → c6(G(proper(z0)), PROPER(z0)) by

PROPER(g(f(z0))) → c6(G(f(proper(z0))), PROPER(f(z0)))
PROPER(g(a)) → c6(G(ok(a)), PROPER(a))
PROPER(g(g(z0))) → c6(G(g(proper(z0))), PROPER(g(z0)))
PROPER(g(x0)) → c6

(22) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(f(a))) → mark(f(g(f(a))))
active(f(z0)) → f(active(z0))
f(mark(z0)) → mark(f(z0))
f(ok(z0)) → ok(f(z0))
proper(f(z0)) → f(proper(z0))
proper(a) → ok(a)
proper(g(z0)) → g(proper(z0))
g(ok(z0)) → ok(g(z0))
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
G(ok(z0)) → c7(G(z0))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
PROPER(f(a)) → c4(F(ok(a)))
PROPER(g(f(z0))) → c6(G(f(proper(z0))), PROPER(f(z0)))
PROPER(g(a)) → c6(G(ok(a)), PROPER(a))
PROPER(g(g(z0))) → c6(G(g(proper(z0))), PROPER(g(z0)))
PROPER(g(x0)) → c6
S tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
G(ok(z0)) → c7(G(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
PROPER(g(f(z0))) → c6(G(f(proper(z0))), PROPER(f(z0)))
PROPER(g(a)) → c6(G(ok(a)), PROPER(a))
PROPER(g(g(z0))) → c6(G(g(proper(z0))), PROPER(g(z0)))
PROPER(g(x0)) → c6
K tuples:

TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
PROPER(f(a)) → c4(F(ok(a)))
Defined Rule Symbols:

active, f, proper, g, top

Defined Pair Symbols:

F, G, TOP, ACTIVE, PROPER

Compound Symbols:

c2, c3, c7, c8, c9, c1, c4, c4, c6, c6

(23) CdtLeafRemovalProof (BOTH BOUNDS(ID, ID) transformation)

Removed 1 trailing nodes:

PROPER(g(x0)) → c6

(24) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(f(a))) → mark(f(g(f(a))))
active(f(z0)) → f(active(z0))
f(mark(z0)) → mark(f(z0))
f(ok(z0)) → ok(f(z0))
proper(f(z0)) → f(proper(z0))
proper(a) → ok(a)
proper(g(z0)) → g(proper(z0))
g(ok(z0)) → ok(g(z0))
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
G(ok(z0)) → c7(G(z0))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
PROPER(f(a)) → c4(F(ok(a)))
PROPER(g(f(z0))) → c6(G(f(proper(z0))), PROPER(f(z0)))
PROPER(g(a)) → c6(G(ok(a)), PROPER(a))
PROPER(g(g(z0))) → c6(G(g(proper(z0))), PROPER(g(z0)))
S tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
G(ok(z0)) → c7(G(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
PROPER(g(f(z0))) → c6(G(f(proper(z0))), PROPER(f(z0)))
PROPER(g(a)) → c6(G(ok(a)), PROPER(a))
PROPER(g(g(z0))) → c6(G(g(proper(z0))), PROPER(g(z0)))
K tuples:

TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
PROPER(f(a)) → c4(F(ok(a)))
Defined Rule Symbols:

active, f, proper, g, top

Defined Pair Symbols:

F, G, TOP, ACTIVE, PROPER

Compound Symbols:

c2, c3, c7, c8, c9, c1, c4, c4, c6

(25) CdtRhsSimplificationProcessorProof (BOTH BOUNDS(ID, ID) transformation)

Removed 1 trailing tuple parts

(26) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(f(a))) → mark(f(g(f(a))))
active(f(z0)) → f(active(z0))
f(mark(z0)) → mark(f(z0))
f(ok(z0)) → ok(f(z0))
proper(f(z0)) → f(proper(z0))
proper(a) → ok(a)
proper(g(z0)) → g(proper(z0))
g(ok(z0)) → ok(g(z0))
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
G(ok(z0)) → c7(G(z0))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
PROPER(f(a)) → c4(F(ok(a)))
PROPER(g(f(z0))) → c6(G(f(proper(z0))), PROPER(f(z0)))
PROPER(g(g(z0))) → c6(G(g(proper(z0))), PROPER(g(z0)))
PROPER(g(a)) → c6(G(ok(a)))
S tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
G(ok(z0)) → c7(G(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
PROPER(g(f(z0))) → c6(G(f(proper(z0))), PROPER(f(z0)))
PROPER(g(g(z0))) → c6(G(g(proper(z0))), PROPER(g(z0)))
PROPER(g(a)) → c6(G(ok(a)))
K tuples:

TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
PROPER(f(a)) → c4(F(ok(a)))
Defined Rule Symbols:

active, f, proper, g, top

Defined Pair Symbols:

F, G, TOP, ACTIVE, PROPER

Compound Symbols:

c2, c3, c7, c8, c9, c1, c4, c4, c6, c6

(27) CdtPolyRedPairProof (UPPER BOUND (ADD(O(n^1))) transformation)

Found a reduction pair which oriented the following tuples strictly. Hence they can be removed from S.

PROPER(g(a)) → c6(G(ok(a)))
We considered the (Usable) Rules:

proper(f(z0)) → f(proper(z0))
proper(a) → ok(a)
proper(g(z0)) → g(proper(z0))
g(ok(z0)) → ok(g(z0))
f(mark(z0)) → mark(f(z0))
f(ok(z0)) → ok(f(z0))
active(f(f(a))) → mark(f(g(f(a))))
active(f(z0)) → f(active(z0))
And the Tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
G(ok(z0)) → c7(G(z0))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
PROPER(f(a)) → c4(F(ok(a)))
PROPER(g(f(z0))) → c6(G(f(proper(z0))), PROPER(f(z0)))
PROPER(g(g(z0))) → c6(G(g(proper(z0))), PROPER(g(z0)))
PROPER(g(a)) → c6(G(ok(a)))
The order we found is given by the following interpretation:
Polynomial interpretation :

POL(ACTIVE(x1)) = 0   
POL(F(x1)) = 0   
POL(G(x1)) = 0   
POL(PROPER(x1)) = [2]   
POL(TOP(x1)) = [2]x1   
POL(a) = [2]   
POL(active(x1)) = x1   
POL(c1(x1, x2)) = x1 + x2   
POL(c2(x1)) = x1   
POL(c3(x1)) = x1   
POL(c4(x1)) = x1   
POL(c4(x1, x2)) = x1 + x2   
POL(c6(x1)) = x1   
POL(c6(x1, x2)) = x1 + x2   
POL(c7(x1)) = x1   
POL(c8(x1, x2)) = x1 + x2   
POL(c9(x1, x2)) = x1 + x2   
POL(f(x1)) = [4]x1   
POL(g(x1)) = 0   
POL(mark(x1)) = [1] + x1   
POL(ok(x1)) = x1   
POL(proper(x1)) = x1   

(28) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(f(a))) → mark(f(g(f(a))))
active(f(z0)) → f(active(z0))
f(mark(z0)) → mark(f(z0))
f(ok(z0)) → ok(f(z0))
proper(f(z0)) → f(proper(z0))
proper(a) → ok(a)
proper(g(z0)) → g(proper(z0))
g(ok(z0)) → ok(g(z0))
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
G(ok(z0)) → c7(G(z0))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
PROPER(f(a)) → c4(F(ok(a)))
PROPER(g(f(z0))) → c6(G(f(proper(z0))), PROPER(f(z0)))
PROPER(g(g(z0))) → c6(G(g(proper(z0))), PROPER(g(z0)))
PROPER(g(a)) → c6(G(ok(a)))
S tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
G(ok(z0)) → c7(G(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
PROPER(g(f(z0))) → c6(G(f(proper(z0))), PROPER(f(z0)))
PROPER(g(g(z0))) → c6(G(g(proper(z0))), PROPER(g(z0)))
K tuples:

TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
PROPER(f(a)) → c4(F(ok(a)))
PROPER(g(a)) → c6(G(ok(a)))
Defined Rule Symbols:

active, f, proper, g, top

Defined Pair Symbols:

F, G, TOP, ACTIVE, PROPER

Compound Symbols:

c2, c3, c7, c8, c9, c1, c4, c4, c6, c6

(29) CdtNarrowingProof (BOTH BOUNDS(ID, ID) transformation)

Use narrowing to replace TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0)) by

TOP(mark(f(z0))) → c8(TOP(f(proper(z0))), PROPER(f(z0)))
TOP(mark(a)) → c8(TOP(ok(a)), PROPER(a))
TOP(mark(g(z0))) → c8(TOP(g(proper(z0))), PROPER(g(z0)))
TOP(mark(x0)) → c8

(30) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(f(a))) → mark(f(g(f(a))))
active(f(z0)) → f(active(z0))
f(mark(z0)) → mark(f(z0))
f(ok(z0)) → ok(f(z0))
proper(f(z0)) → f(proper(z0))
proper(a) → ok(a)
proper(g(z0)) → g(proper(z0))
g(ok(z0)) → ok(g(z0))
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
G(ok(z0)) → c7(G(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
PROPER(f(a)) → c4(F(ok(a)))
PROPER(g(f(z0))) → c6(G(f(proper(z0))), PROPER(f(z0)))
PROPER(g(g(z0))) → c6(G(g(proper(z0))), PROPER(g(z0)))
PROPER(g(a)) → c6(G(ok(a)))
TOP(mark(f(z0))) → c8(TOP(f(proper(z0))), PROPER(f(z0)))
TOP(mark(a)) → c8(TOP(ok(a)), PROPER(a))
TOP(mark(g(z0))) → c8(TOP(g(proper(z0))), PROPER(g(z0)))
TOP(mark(x0)) → c8
S tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
G(ok(z0)) → c7(G(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
PROPER(g(f(z0))) → c6(G(f(proper(z0))), PROPER(f(z0)))
PROPER(g(g(z0))) → c6(G(g(proper(z0))), PROPER(g(z0)))
K tuples:

TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
PROPER(f(a)) → c4(F(ok(a)))
PROPER(g(a)) → c6(G(ok(a)))
Defined Rule Symbols:

active, f, proper, g, top

Defined Pair Symbols:

F, G, TOP, ACTIVE, PROPER

Compound Symbols:

c2, c3, c7, c9, c1, c4, c4, c6, c6, c8, c8

(31) CdtLeafRemovalProof (BOTH BOUNDS(ID, ID) transformation)

Removed 1 trailing nodes:

TOP(mark(x0)) → c8

(32) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(f(a))) → mark(f(g(f(a))))
active(f(z0)) → f(active(z0))
f(mark(z0)) → mark(f(z0))
f(ok(z0)) → ok(f(z0))
proper(f(z0)) → f(proper(z0))
proper(a) → ok(a)
proper(g(z0)) → g(proper(z0))
g(ok(z0)) → ok(g(z0))
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
G(ok(z0)) → c7(G(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
PROPER(f(a)) → c4(F(ok(a)))
PROPER(g(f(z0))) → c6(G(f(proper(z0))), PROPER(f(z0)))
PROPER(g(g(z0))) → c6(G(g(proper(z0))), PROPER(g(z0)))
PROPER(g(a)) → c6(G(ok(a)))
TOP(mark(f(z0))) → c8(TOP(f(proper(z0))), PROPER(f(z0)))
TOP(mark(a)) → c8(TOP(ok(a)), PROPER(a))
TOP(mark(g(z0))) → c8(TOP(g(proper(z0))), PROPER(g(z0)))
S tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
G(ok(z0)) → c7(G(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
PROPER(g(f(z0))) → c6(G(f(proper(z0))), PROPER(f(z0)))
PROPER(g(g(z0))) → c6(G(g(proper(z0))), PROPER(g(z0)))
K tuples:

ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
PROPER(f(a)) → c4(F(ok(a)))
PROPER(g(a)) → c6(G(ok(a)))
Defined Rule Symbols:

active, f, proper, g, top

Defined Pair Symbols:

F, G, TOP, ACTIVE, PROPER

Compound Symbols:

c2, c3, c7, c9, c1, c4, c4, c6, c6, c8

(33) CdtRhsSimplificationProcessorProof (BOTH BOUNDS(ID, ID) transformation)

Removed 1 trailing tuple parts

(34) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(f(a))) → mark(f(g(f(a))))
active(f(z0)) → f(active(z0))
f(mark(z0)) → mark(f(z0))
f(ok(z0)) → ok(f(z0))
proper(f(z0)) → f(proper(z0))
proper(a) → ok(a)
proper(g(z0)) → g(proper(z0))
g(ok(z0)) → ok(g(z0))
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
G(ok(z0)) → c7(G(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
PROPER(f(a)) → c4(F(ok(a)))
PROPER(g(f(z0))) → c6(G(f(proper(z0))), PROPER(f(z0)))
PROPER(g(g(z0))) → c6(G(g(proper(z0))), PROPER(g(z0)))
PROPER(g(a)) → c6(G(ok(a)))
TOP(mark(f(z0))) → c8(TOP(f(proper(z0))), PROPER(f(z0)))
TOP(mark(g(z0))) → c8(TOP(g(proper(z0))), PROPER(g(z0)))
TOP(mark(a)) → c8(TOP(ok(a)))
S tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
G(ok(z0)) → c7(G(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
PROPER(g(f(z0))) → c6(G(f(proper(z0))), PROPER(f(z0)))
PROPER(g(g(z0))) → c6(G(g(proper(z0))), PROPER(g(z0)))
K tuples:

ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
PROPER(f(a)) → c4(F(ok(a)))
PROPER(g(a)) → c6(G(ok(a)))
Defined Rule Symbols:

active, f, proper, g, top

Defined Pair Symbols:

F, G, TOP, ACTIVE, PROPER

Compound Symbols:

c2, c3, c7, c9, c1, c4, c4, c6, c6, c8, c8

(35) CdtNarrowingProof (BOTH BOUNDS(ID, ID) transformation)

Use narrowing to replace TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0)) by

TOP(ok(f(f(a)))) → c9(TOP(mark(f(g(f(a))))), ACTIVE(f(f(a))))
TOP(ok(f(z0))) → c9(TOP(f(active(z0))), ACTIVE(f(z0)))
TOP(ok(x0)) → c9

(36) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(f(a))) → mark(f(g(f(a))))
active(f(z0)) → f(active(z0))
f(mark(z0)) → mark(f(z0))
f(ok(z0)) → ok(f(z0))
proper(f(z0)) → f(proper(z0))
proper(a) → ok(a)
proper(g(z0)) → g(proper(z0))
g(ok(z0)) → ok(g(z0))
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
G(ok(z0)) → c7(G(z0))
ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
PROPER(f(a)) → c4(F(ok(a)))
PROPER(g(f(z0))) → c6(G(f(proper(z0))), PROPER(f(z0)))
PROPER(g(g(z0))) → c6(G(g(proper(z0))), PROPER(g(z0)))
PROPER(g(a)) → c6(G(ok(a)))
TOP(mark(f(z0))) → c8(TOP(f(proper(z0))), PROPER(f(z0)))
TOP(mark(g(z0))) → c8(TOP(g(proper(z0))), PROPER(g(z0)))
TOP(mark(a)) → c8(TOP(ok(a)))
TOP(ok(f(f(a)))) → c9(TOP(mark(f(g(f(a))))), ACTIVE(f(f(a))))
TOP(ok(f(z0))) → c9(TOP(f(active(z0))), ACTIVE(f(z0)))
TOP(ok(x0)) → c9
S tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
G(ok(z0)) → c7(G(z0))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
PROPER(g(f(z0))) → c6(G(f(proper(z0))), PROPER(f(z0)))
PROPER(g(g(z0))) → c6(G(g(proper(z0))), PROPER(g(z0)))
TOP(ok(f(f(a)))) → c9(TOP(mark(f(g(f(a))))), ACTIVE(f(f(a))))
TOP(ok(f(z0))) → c9(TOP(f(active(z0))), ACTIVE(f(z0)))
TOP(ok(x0)) → c9
K tuples:

ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
PROPER(f(a)) → c4(F(ok(a)))
PROPER(g(a)) → c6(G(ok(a)))
Defined Rule Symbols:

active, f, proper, g, top

Defined Pair Symbols:

F, G, ACTIVE, PROPER, TOP

Compound Symbols:

c2, c3, c7, c1, c4, c4, c6, c6, c8, c8, c9, c9

(37) CdtUnreachableProof (EQUIVALENT transformation)

The following tuples could be removed as they are not reachable from basic start terms:

ACTIVE(f(f(f(a)))) → c1(F(mark(f(g(f(a))))), ACTIVE(f(f(a))))
ACTIVE(f(f(z0))) → c1(F(f(active(z0))), ACTIVE(f(z0)))
PROPER(f(f(z0))) → c4(F(f(proper(z0))), PROPER(f(z0)))
PROPER(f(g(z0))) → c4(F(g(proper(z0))), PROPER(g(z0)))
PROPER(f(a)) → c4(F(ok(a)))
PROPER(g(f(z0))) → c6(G(f(proper(z0))), PROPER(f(z0)))
PROPER(g(g(z0))) → c6(G(g(proper(z0))), PROPER(g(z0)))
PROPER(g(a)) → c6(G(ok(a)))
TOP(mark(f(z0))) → c8(TOP(f(proper(z0))), PROPER(f(z0)))
TOP(mark(g(z0))) → c8(TOP(g(proper(z0))), PROPER(g(z0)))
TOP(ok(f(f(a)))) → c9(TOP(mark(f(g(f(a))))), ACTIVE(f(f(a))))
TOP(ok(f(z0))) → c9(TOP(f(active(z0))), ACTIVE(f(z0)))

(38) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(f(a))) → mark(f(g(f(a))))
active(f(z0)) → f(active(z0))
f(mark(z0)) → mark(f(z0))
f(ok(z0)) → ok(f(z0))
proper(f(z0)) → f(proper(z0))
proper(a) → ok(a)
proper(g(z0)) → g(proper(z0))
g(ok(z0)) → ok(g(z0))
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
G(ok(z0)) → c7(G(z0))
TOP(mark(a)) → c8(TOP(ok(a)))
TOP(ok(x0)) → c9
S tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
G(ok(z0)) → c7(G(z0))
TOP(ok(x0)) → c9
K tuples:none
Defined Rule Symbols:

active, f, proper, g, top

Defined Pair Symbols:

F, G, TOP

Compound Symbols:

c2, c3, c7, c8, c9

(39) CdtLeafRemovalProof (ComplexityIfPolyImplication transformation)

Removed 2 leading nodes:

TOP(mark(a)) → c8(TOP(ok(a)))
TOP(ok(x0)) → c9

(40) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(f(a))) → mark(f(g(f(a))))
active(f(z0)) → f(active(z0))
f(mark(z0)) → mark(f(z0))
f(ok(z0)) → ok(f(z0))
proper(f(z0)) → f(proper(z0))
proper(a) → ok(a)
proper(g(z0)) → g(proper(z0))
g(ok(z0)) → ok(g(z0))
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
G(ok(z0)) → c7(G(z0))
S tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
G(ok(z0)) → c7(G(z0))
K tuples:none
Defined Rule Symbols:

active, f, proper, g, top

Defined Pair Symbols:

F, G

Compound Symbols:

c2, c3, c7

(41) CdtPolyRedPairProof (UPPER BOUND (ADD(O(n^2))) transformation)

Found a reduction pair which oriented the following tuples strictly. Hence they can be removed from S.

G(ok(z0)) → c7(G(z0))
We considered the (Usable) Rules:none
And the Tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
G(ok(z0)) → c7(G(z0))
The order we found is given by the following interpretation:
Polynomial interpretation :

POL(F(x1)) = 0   
POL(G(x1)) = [3]x1 + [3]x12   
POL(c2(x1)) = x1   
POL(c3(x1)) = x1   
POL(c7(x1)) = x1   
POL(mark(x1)) = 0   
POL(ok(x1)) = [3] + x1   

(42) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(f(a))) → mark(f(g(f(a))))
active(f(z0)) → f(active(z0))
f(mark(z0)) → mark(f(z0))
f(ok(z0)) → ok(f(z0))
proper(f(z0)) → f(proper(z0))
proper(a) → ok(a)
proper(g(z0)) → g(proper(z0))
g(ok(z0)) → ok(g(z0))
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
G(ok(z0)) → c7(G(z0))
S tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
K tuples:

G(ok(z0)) → c7(G(z0))
Defined Rule Symbols:

active, f, proper, g, top

Defined Pair Symbols:

F, G

Compound Symbols:

c2, c3, c7

(43) CdtPolyRedPairProof (UPPER BOUND (ADD(O(n^1))) transformation)

Found a reduction pair which oriented the following tuples strictly. Hence they can be removed from S.

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
We considered the (Usable) Rules:none
And the Tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
G(ok(z0)) → c7(G(z0))
The order we found is given by the following interpretation:
Polynomial interpretation :

POL(F(x1)) = [4]x1   
POL(G(x1)) = x1   
POL(c2(x1)) = x1   
POL(c3(x1)) = x1   
POL(c7(x1)) = x1   
POL(mark(x1)) = [3] + x1   
POL(ok(x1)) = [2] + x1   

(44) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(f(a))) → mark(f(g(f(a))))
active(f(z0)) → f(active(z0))
f(mark(z0)) → mark(f(z0))
f(ok(z0)) → ok(f(z0))
proper(f(z0)) → f(proper(z0))
proper(a) → ok(a)
proper(g(z0)) → g(proper(z0))
g(ok(z0)) → ok(g(z0))
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
G(ok(z0)) → c7(G(z0))
S tuples:none
K tuples:

G(ok(z0)) → c7(G(z0))
F(mark(z0)) → c2(F(z0))
F(ok(z0)) → c3(F(z0))
Defined Rule Symbols:

active, f, proper, g, top

Defined Pair Symbols:

F, G

Compound Symbols:

c2, c3, c7

(45) SIsEmptyProof (EQUIVALENT transformation)

The set S is empty

(46) BOUNDS(O(1), O(1))