(0) Obligation:

Runtime Complexity TRS:
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: INNERMOST

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

Converted Cpx (relative) TRS to CDT

(2) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, z0, z0)) → mark(f(z0, b, b))
active(b) → mark(a)
active(f(z0, z1, z2)) → f(z0, active(z1), z2)
f(z0, mark(z1), z2) → mark(f(z0, z1, z2))
f(ok(z0), ok(z1), ok(z2)) → ok(f(z0, z1, z2))
proper(f(z0, z1, z2)) → f(proper(z0), proper(z1), proper(z2))
proper(a) → ok(a)
proper(b) → ok(b)
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

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

ACTIVE(f(a, z0, z0)) → c(F(z0, b, b))
ACTIVE(b) → c1
ACTIVE(f(z0, z1, z2)) → c2(F(z0, active(z1), z2), ACTIVE(z1))
F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
PROPER(f(z0, z1, z2)) → c5(F(proper(z0), proper(z1), proper(z2)), PROPER(z0), PROPER(z1), PROPER(z2))
PROPER(a) → c6
PROPER(b) → c7
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, top

Defined Pair Symbols:

ACTIVE, F, PROPER, TOP

Compound Symbols:

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

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

Removed 4 trailing nodes:

ACTIVE(f(a, z0, z0)) → c(F(z0, b, b))
ACTIVE(b) → c1
PROPER(a) → c6
PROPER(b) → c7

(4) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, z0, z0)) → mark(f(z0, b, b))
active(b) → mark(a)
active(f(z0, z1, z2)) → f(z0, active(z1), z2)
f(z0, mark(z1), z2) → mark(f(z0, z1, z2))
f(ok(z0), ok(z1), ok(z2)) → ok(f(z0, z1, z2))
proper(f(z0, z1, z2)) → f(proper(z0), proper(z1), proper(z2))
proper(a) → ok(a)
proper(b) → ok(b)
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

ACTIVE(f(z0, z1, z2)) → c2(F(z0, active(z1), z2), ACTIVE(z1))
F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
PROPER(f(z0, z1, z2)) → c5(F(proper(z0), proper(z1), proper(z2)), PROPER(z0), PROPER(z1), PROPER(z2))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
S tuples:

ACTIVE(f(z0, z1, z2)) → c2(F(z0, active(z1), z2), ACTIVE(z1))
F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
PROPER(f(z0, z1, z2)) → c5(F(proper(z0), proper(z1), proper(z2)), PROPER(z0), PROPER(z1), PROPER(z2))
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, top

Defined Pair Symbols:

ACTIVE, F, PROPER, TOP

Compound Symbols:

c2, c3, c4, c5, c8, c9

(5) CdtUsableRulesProof (EQUIVALENT transformation)

The following rules are not usable and were removed:

top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))

(6) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, z0, z0)) → mark(f(z0, b, b))
active(b) → mark(a)
active(f(z0, z1, z2)) → f(z0, active(z1), z2)
f(z0, mark(z1), z2) → mark(f(z0, z1, z2))
f(ok(z0), ok(z1), ok(z2)) → ok(f(z0, z1, z2))
proper(f(z0, z1, z2)) → f(proper(z0), proper(z1), proper(z2))
proper(a) → ok(a)
proper(b) → ok(b)
Tuples:

ACTIVE(f(z0, z1, z2)) → c2(F(z0, active(z1), z2), ACTIVE(z1))
F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
PROPER(f(z0, z1, z2)) → c5(F(proper(z0), proper(z1), proper(z2)), PROPER(z0), PROPER(z1), PROPER(z2))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
S tuples:

ACTIVE(f(z0, z1, z2)) → c2(F(z0, active(z1), z2), ACTIVE(z1))
F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
PROPER(f(z0, z1, z2)) → c5(F(proper(z0), proper(z1), proper(z2)), PROPER(z0), PROPER(z1), PROPER(z2))
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

Defined Pair Symbols:

ACTIVE, F, PROPER, TOP

Compound Symbols:

c2, c3, c4, c5, c8, c9

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

Use narrowing to replace ACTIVE(f(z0, z1, z2)) → c2(F(z0, active(z1), z2), ACTIVE(z1)) by

ACTIVE(f(x0, f(a, z0, z0), x2)) → c2(F(x0, mark(f(z0, b, b)), x2), ACTIVE(f(a, z0, z0)))
ACTIVE(f(x0, b, x2)) → c2(F(x0, mark(a), x2), ACTIVE(b))
ACTIVE(f(x0, f(z0, z1, z2), x2)) → c2(F(x0, f(z0, active(z1), z2), x2), ACTIVE(f(z0, z1, z2)))

(8) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, z0, z0)) → mark(f(z0, b, b))
active(b) → mark(a)
active(f(z0, z1, z2)) → f(z0, active(z1), z2)
f(z0, mark(z1), z2) → mark(f(z0, z1, z2))
f(ok(z0), ok(z1), ok(z2)) → ok(f(z0, z1, z2))
proper(f(z0, z1, z2)) → f(proper(z0), proper(z1), proper(z2))
proper(a) → ok(a)
proper(b) → ok(b)
Tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
PROPER(f(z0, z1, z2)) → c5(F(proper(z0), proper(z1), proper(z2)), PROPER(z0), PROPER(z1), PROPER(z2))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, f(a, z0, z0), x2)) → c2(F(x0, mark(f(z0, b, b)), x2), ACTIVE(f(a, z0, z0)))
ACTIVE(f(x0, b, x2)) → c2(F(x0, mark(a), x2), ACTIVE(b))
ACTIVE(f(x0, f(z0, z1, z2), x2)) → c2(F(x0, f(z0, active(z1), z2), x2), ACTIVE(f(z0, z1, z2)))
S tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
PROPER(f(z0, z1, z2)) → c5(F(proper(z0), proper(z1), proper(z2)), PROPER(z0), PROPER(z1), PROPER(z2))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, f(a, z0, z0), x2)) → c2(F(x0, mark(f(z0, b, b)), x2), ACTIVE(f(a, z0, z0)))
ACTIVE(f(x0, b, x2)) → c2(F(x0, mark(a), x2), ACTIVE(b))
ACTIVE(f(x0, f(z0, z1, z2), x2)) → c2(F(x0, f(z0, active(z1), z2), x2), ACTIVE(f(z0, z1, z2)))
K tuples:none
Defined Rule Symbols:

active, f, proper

Defined Pair Symbols:

F, PROPER, TOP, ACTIVE

Compound Symbols:

c3, c4, c5, c8, c9, c2

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

Removed 1 trailing tuple parts

(10) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, z0, z0)) → mark(f(z0, b, b))
active(b) → mark(a)
active(f(z0, z1, z2)) → f(z0, active(z1), z2)
f(z0, mark(z1), z2) → mark(f(z0, z1, z2))
f(ok(z0), ok(z1), ok(z2)) → ok(f(z0, z1, z2))
proper(f(z0, z1, z2)) → f(proper(z0), proper(z1), proper(z2))
proper(a) → ok(a)
proper(b) → ok(b)
Tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
PROPER(f(z0, z1, z2)) → c5(F(proper(z0), proper(z1), proper(z2)), PROPER(z0), PROPER(z1), PROPER(z2))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, f(a, z0, z0), x2)) → c2(F(x0, mark(f(z0, b, b)), x2), ACTIVE(f(a, z0, z0)))
ACTIVE(f(x0, f(z0, z1, z2), x2)) → c2(F(x0, f(z0, active(z1), z2), x2), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, b, x2)) → c2(F(x0, mark(a), x2))
S tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
PROPER(f(z0, z1, z2)) → c5(F(proper(z0), proper(z1), proper(z2)), PROPER(z0), PROPER(z1), PROPER(z2))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, f(a, z0, z0), x2)) → c2(F(x0, mark(f(z0, b, b)), x2), ACTIVE(f(a, z0, z0)))
ACTIVE(f(x0, f(z0, z1, z2), x2)) → c2(F(x0, f(z0, active(z1), z2), x2), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, b, x2)) → c2(F(x0, mark(a), x2))
K tuples:none
Defined Rule Symbols:

active, f, proper

Defined Pair Symbols:

F, PROPER, TOP, ACTIVE

Compound Symbols:

c3, c4, c5, c8, c9, c2, c2

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

Use narrowing to replace PROPER(f(z0, z1, z2)) → c5(F(proper(z0), proper(z1), proper(z2)), PROPER(z0), PROPER(z1), PROPER(z2)) by

PROPER(f(x0, x1, f(z0, z1, z2))) → c5(F(proper(x0), proper(x1), f(proper(z0), proper(z1), proper(z2))), PROPER(x0), PROPER(x1), PROPER(f(z0, z1, z2)))
PROPER(f(x0, x1, a)) → c5(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1), PROPER(a))
PROPER(f(x0, x1, b)) → c5(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1), PROPER(b))
PROPER(f(x0, f(z0, z1, z2), x2)) → c5(F(proper(x0), f(proper(z0), proper(z1), proper(z2)), proper(x2)), PROPER(x0), PROPER(f(z0, z1, z2)), PROPER(x2))
PROPER(f(x0, a, x2)) → c5(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(a), PROPER(x2))
PROPER(f(x0, b, x2)) → c5(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(b), PROPER(x2))
PROPER(f(f(z0, z1, z2), x1, x2)) → c5(F(f(proper(z0), proper(z1), proper(z2)), proper(x1), proper(x2)), PROPER(f(z0, z1, z2)), PROPER(x1), PROPER(x2))
PROPER(f(a, x1, x2)) → c5(F(ok(a), proper(x1), proper(x2)), PROPER(a), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c5(F(ok(b), proper(x1), proper(x2)), PROPER(b), PROPER(x1), PROPER(x2))

(12) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, z0, z0)) → mark(f(z0, b, b))
active(b) → mark(a)
active(f(z0, z1, z2)) → f(z0, active(z1), z2)
f(z0, mark(z1), z2) → mark(f(z0, z1, z2))
f(ok(z0), ok(z1), ok(z2)) → ok(f(z0, z1, z2))
proper(f(z0, z1, z2)) → f(proper(z0), proper(z1), proper(z2))
proper(a) → ok(a)
proper(b) → ok(b)
Tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, f(a, z0, z0), x2)) → c2(F(x0, mark(f(z0, b, b)), x2), ACTIVE(f(a, z0, z0)))
ACTIVE(f(x0, f(z0, z1, z2), x2)) → c2(F(x0, f(z0, active(z1), z2), x2), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, b, x2)) → c2(F(x0, mark(a), x2))
PROPER(f(x0, x1, f(z0, z1, z2))) → c5(F(proper(x0), proper(x1), f(proper(z0), proper(z1), proper(z2))), PROPER(x0), PROPER(x1), PROPER(f(z0, z1, z2)))
PROPER(f(x0, x1, a)) → c5(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1), PROPER(a))
PROPER(f(x0, x1, b)) → c5(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1), PROPER(b))
PROPER(f(x0, f(z0, z1, z2), x2)) → c5(F(proper(x0), f(proper(z0), proper(z1), proper(z2)), proper(x2)), PROPER(x0), PROPER(f(z0, z1, z2)), PROPER(x2))
PROPER(f(x0, a, x2)) → c5(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(a), PROPER(x2))
PROPER(f(x0, b, x2)) → c5(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(b), PROPER(x2))
PROPER(f(f(z0, z1, z2), x1, x2)) → c5(F(f(proper(z0), proper(z1), proper(z2)), proper(x1), proper(x2)), PROPER(f(z0, z1, z2)), PROPER(x1), PROPER(x2))
PROPER(f(a, x1, x2)) → c5(F(ok(a), proper(x1), proper(x2)), PROPER(a), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c5(F(ok(b), proper(x1), proper(x2)), PROPER(b), PROPER(x1), PROPER(x2))
S tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, f(a, z0, z0), x2)) → c2(F(x0, mark(f(z0, b, b)), x2), ACTIVE(f(a, z0, z0)))
ACTIVE(f(x0, f(z0, z1, z2), x2)) → c2(F(x0, f(z0, active(z1), z2), x2), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, b, x2)) → c2(F(x0, mark(a), x2))
PROPER(f(x0, x1, f(z0, z1, z2))) → c5(F(proper(x0), proper(x1), f(proper(z0), proper(z1), proper(z2))), PROPER(x0), PROPER(x1), PROPER(f(z0, z1, z2)))
PROPER(f(x0, x1, a)) → c5(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1), PROPER(a))
PROPER(f(x0, x1, b)) → c5(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1), PROPER(b))
PROPER(f(x0, f(z0, z1, z2), x2)) → c5(F(proper(x0), f(proper(z0), proper(z1), proper(z2)), proper(x2)), PROPER(x0), PROPER(f(z0, z1, z2)), PROPER(x2))
PROPER(f(x0, a, x2)) → c5(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(a), PROPER(x2))
PROPER(f(x0, b, x2)) → c5(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(b), PROPER(x2))
PROPER(f(f(z0, z1, z2), x1, x2)) → c5(F(f(proper(z0), proper(z1), proper(z2)), proper(x1), proper(x2)), PROPER(f(z0, z1, z2)), PROPER(x1), PROPER(x2))
PROPER(f(a, x1, x2)) → c5(F(ok(a), proper(x1), proper(x2)), PROPER(a), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c5(F(ok(b), proper(x1), proper(x2)), PROPER(b), PROPER(x1), PROPER(x2))
K tuples:none
Defined Rule Symbols:

active, f, proper

Defined Pair Symbols:

F, TOP, ACTIVE, PROPER

Compound Symbols:

c3, c4, c8, c9, c2, c2, c5

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

Removed 6 trailing tuple parts

(14) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, z0, z0)) → mark(f(z0, b, b))
active(b) → mark(a)
active(f(z0, z1, z2)) → f(z0, active(z1), z2)
f(z0, mark(z1), z2) → mark(f(z0, z1, z2))
f(ok(z0), ok(z1), ok(z2)) → ok(f(z0, z1, z2))
proper(f(z0, z1, z2)) → f(proper(z0), proper(z1), proper(z2))
proper(a) → ok(a)
proper(b) → ok(b)
Tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, f(a, z0, z0), x2)) → c2(F(x0, mark(f(z0, b, b)), x2), ACTIVE(f(a, z0, z0)))
ACTIVE(f(x0, f(z0, z1, z2), x2)) → c2(F(x0, f(z0, active(z1), z2), x2), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, b, x2)) → c2(F(x0, mark(a), x2))
PROPER(f(x0, x1, f(z0, z1, z2))) → c5(F(proper(x0), proper(x1), f(proper(z0), proper(z1), proper(z2))), PROPER(x0), PROPER(x1), PROPER(f(z0, z1, z2)))
PROPER(f(x0, f(z0, z1, z2), x2)) → c5(F(proper(x0), f(proper(z0), proper(z1), proper(z2)), proper(x2)), PROPER(x0), PROPER(f(z0, z1, z2)), PROPER(x2))
PROPER(f(f(z0, z1, z2), x1, x2)) → c5(F(f(proper(z0), proper(z1), proper(z2)), proper(x1), proper(x2)), PROPER(f(z0, z1, z2)), PROPER(x1), PROPER(x2))
PROPER(f(x0, x1, a)) → c5(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c5(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c5(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c5(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c5(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c5(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
S tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
TOP(mark(z0)) → c8(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, f(a, z0, z0), x2)) → c2(F(x0, mark(f(z0, b, b)), x2), ACTIVE(f(a, z0, z0)))
ACTIVE(f(x0, f(z0, z1, z2), x2)) → c2(F(x0, f(z0, active(z1), z2), x2), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, b, x2)) → c2(F(x0, mark(a), x2))
PROPER(f(x0, x1, f(z0, z1, z2))) → c5(F(proper(x0), proper(x1), f(proper(z0), proper(z1), proper(z2))), PROPER(x0), PROPER(x1), PROPER(f(z0, z1, z2)))
PROPER(f(x0, f(z0, z1, z2), x2)) → c5(F(proper(x0), f(proper(z0), proper(z1), proper(z2)), proper(x2)), PROPER(x0), PROPER(f(z0, z1, z2)), PROPER(x2))
PROPER(f(f(z0, z1, z2), x1, x2)) → c5(F(f(proper(z0), proper(z1), proper(z2)), proper(x1), proper(x2)), PROPER(f(z0, z1, z2)), PROPER(x1), PROPER(x2))
PROPER(f(x0, x1, a)) → c5(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c5(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c5(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c5(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c5(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c5(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
K tuples:none
Defined Rule Symbols:

active, f, proper

Defined Pair Symbols:

F, TOP, ACTIVE, PROPER

Compound Symbols:

c3, c4, c8, c9, c2, c2, c5, c5

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

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

TOP(mark(f(z0, z1, z2))) → c8(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(a)) → c8(TOP(ok(a)), PROPER(a))
TOP(mark(b)) → c8(TOP(ok(b)), PROPER(b))

(16) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, z0, z0)) → mark(f(z0, b, b))
active(b) → mark(a)
active(f(z0, z1, z2)) → f(z0, active(z1), z2)
f(z0, mark(z1), z2) → mark(f(z0, z1, z2))
f(ok(z0), ok(z1), ok(z2)) → ok(f(z0, z1, z2))
proper(f(z0, z1, z2)) → f(proper(z0), proper(z1), proper(z2))
proper(a) → ok(a)
proper(b) → ok(b)
Tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, f(a, z0, z0), x2)) → c2(F(x0, mark(f(z0, b, b)), x2), ACTIVE(f(a, z0, z0)))
ACTIVE(f(x0, f(z0, z1, z2), x2)) → c2(F(x0, f(z0, active(z1), z2), x2), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, b, x2)) → c2(F(x0, mark(a), x2))
PROPER(f(x0, x1, f(z0, z1, z2))) → c5(F(proper(x0), proper(x1), f(proper(z0), proper(z1), proper(z2))), PROPER(x0), PROPER(x1), PROPER(f(z0, z1, z2)))
PROPER(f(x0, f(z0, z1, z2), x2)) → c5(F(proper(x0), f(proper(z0), proper(z1), proper(z2)), proper(x2)), PROPER(x0), PROPER(f(z0, z1, z2)), PROPER(x2))
PROPER(f(f(z0, z1, z2), x1, x2)) → c5(F(f(proper(z0), proper(z1), proper(z2)), proper(x1), proper(x2)), PROPER(f(z0, z1, z2)), PROPER(x1), PROPER(x2))
PROPER(f(x0, x1, a)) → c5(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c5(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c5(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c5(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c5(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c5(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c8(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(a)) → c8(TOP(ok(a)), PROPER(a))
TOP(mark(b)) → c8(TOP(ok(b)), PROPER(b))
S tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, f(a, z0, z0), x2)) → c2(F(x0, mark(f(z0, b, b)), x2), ACTIVE(f(a, z0, z0)))
ACTIVE(f(x0, f(z0, z1, z2), x2)) → c2(F(x0, f(z0, active(z1), z2), x2), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, b, x2)) → c2(F(x0, mark(a), x2))
PROPER(f(x0, x1, f(z0, z1, z2))) → c5(F(proper(x0), proper(x1), f(proper(z0), proper(z1), proper(z2))), PROPER(x0), PROPER(x1), PROPER(f(z0, z1, z2)))
PROPER(f(x0, f(z0, z1, z2), x2)) → c5(F(proper(x0), f(proper(z0), proper(z1), proper(z2)), proper(x2)), PROPER(x0), PROPER(f(z0, z1, z2)), PROPER(x2))
PROPER(f(f(z0, z1, z2), x1, x2)) → c5(F(f(proper(z0), proper(z1), proper(z2)), proper(x1), proper(x2)), PROPER(f(z0, z1, z2)), PROPER(x1), PROPER(x2))
PROPER(f(x0, x1, a)) → c5(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c5(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c5(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c5(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c5(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c5(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c8(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(a)) → c8(TOP(ok(a)), PROPER(a))
TOP(mark(b)) → c8(TOP(ok(b)), PROPER(b))
K tuples:none
Defined Rule Symbols:

active, f, proper

Defined Pair Symbols:

F, TOP, ACTIVE, PROPER

Compound Symbols:

c3, c4, c9, c2, c2, c5, c5, c8

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

Removed 2 trailing tuple parts

(18) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, z0, z0)) → mark(f(z0, b, b))
active(b) → mark(a)
active(f(z0, z1, z2)) → f(z0, active(z1), z2)
f(z0, mark(z1), z2) → mark(f(z0, z1, z2))
f(ok(z0), ok(z1), ok(z2)) → ok(f(z0, z1, z2))
proper(f(z0, z1, z2)) → f(proper(z0), proper(z1), proper(z2))
proper(a) → ok(a)
proper(b) → ok(b)
Tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, f(a, z0, z0), x2)) → c2(F(x0, mark(f(z0, b, b)), x2), ACTIVE(f(a, z0, z0)))
ACTIVE(f(x0, f(z0, z1, z2), x2)) → c2(F(x0, f(z0, active(z1), z2), x2), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, b, x2)) → c2(F(x0, mark(a), x2))
PROPER(f(x0, x1, f(z0, z1, z2))) → c5(F(proper(x0), proper(x1), f(proper(z0), proper(z1), proper(z2))), PROPER(x0), PROPER(x1), PROPER(f(z0, z1, z2)))
PROPER(f(x0, f(z0, z1, z2), x2)) → c5(F(proper(x0), f(proper(z0), proper(z1), proper(z2)), proper(x2)), PROPER(x0), PROPER(f(z0, z1, z2)), PROPER(x2))
PROPER(f(f(z0, z1, z2), x1, x2)) → c5(F(f(proper(z0), proper(z1), proper(z2)), proper(x1), proper(x2)), PROPER(f(z0, z1, z2)), PROPER(x1), PROPER(x2))
PROPER(f(x0, x1, a)) → c5(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c5(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c5(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c5(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c5(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c5(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c8(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(a)) → c8(TOP(ok(a)))
TOP(mark(b)) → c8(TOP(ok(b)))
S tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, f(a, z0, z0), x2)) → c2(F(x0, mark(f(z0, b, b)), x2), ACTIVE(f(a, z0, z0)))
ACTIVE(f(x0, f(z0, z1, z2), x2)) → c2(F(x0, f(z0, active(z1), z2), x2), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, b, x2)) → c2(F(x0, mark(a), x2))
PROPER(f(x0, x1, f(z0, z1, z2))) → c5(F(proper(x0), proper(x1), f(proper(z0), proper(z1), proper(z2))), PROPER(x0), PROPER(x1), PROPER(f(z0, z1, z2)))
PROPER(f(x0, f(z0, z1, z2), x2)) → c5(F(proper(x0), f(proper(z0), proper(z1), proper(z2)), proper(x2)), PROPER(x0), PROPER(f(z0, z1, z2)), PROPER(x2))
PROPER(f(f(z0, z1, z2), x1, x2)) → c5(F(f(proper(z0), proper(z1), proper(z2)), proper(x1), proper(x2)), PROPER(f(z0, z1, z2)), PROPER(x1), PROPER(x2))
PROPER(f(x0, x1, a)) → c5(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c5(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c5(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c5(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c5(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c5(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c8(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(a)) → c8(TOP(ok(a)))
TOP(mark(b)) → c8(TOP(ok(b)))
K tuples:none
Defined Rule Symbols:

active, f, proper

Defined Pair Symbols:

F, TOP, ACTIVE, PROPER

Compound Symbols:

c3, c4, c9, c2, c2, c5, c5, c8, c8

(19) CdtRuleRemovalProof (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(a)) → c8(TOP(ok(a)))
We considered the (Usable) Rules:

f(ok(z0), ok(z1), ok(z2)) → ok(f(z0, z1, z2))
active(f(a, z0, z0)) → mark(f(z0, b, b))
active(b) → mark(a)
active(f(z0, z1, z2)) → f(z0, active(z1), z2)
f(z0, mark(z1), z2) → mark(f(z0, z1, z2))
And the Tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, f(a, z0, z0), x2)) → c2(F(x0, mark(f(z0, b, b)), x2), ACTIVE(f(a, z0, z0)))
ACTIVE(f(x0, f(z0, z1, z2), x2)) → c2(F(x0, f(z0, active(z1), z2), x2), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, b, x2)) → c2(F(x0, mark(a), x2))
PROPER(f(x0, x1, f(z0, z1, z2))) → c5(F(proper(x0), proper(x1), f(proper(z0), proper(z1), proper(z2))), PROPER(x0), PROPER(x1), PROPER(f(z0, z1, z2)))
PROPER(f(x0, f(z0, z1, z2), x2)) → c5(F(proper(x0), f(proper(z0), proper(z1), proper(z2)), proper(x2)), PROPER(x0), PROPER(f(z0, z1, z2)), PROPER(x2))
PROPER(f(f(z0, z1, z2), x1, x2)) → c5(F(f(proper(z0), proper(z1), proper(z2)), proper(x1), proper(x2)), PROPER(f(z0, z1, z2)), PROPER(x1), PROPER(x2))
PROPER(f(x0, x1, a)) → c5(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c5(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c5(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c5(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c5(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c5(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c8(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(a)) → c8(TOP(ok(a)))
TOP(mark(b)) → c8(TOP(ok(b)))
The order we found is given by the following interpretation:
Polynomial interpretation :

POL(ACTIVE(x1)) = 0   
POL(F(x1, x2, x3)) = 0   
POL(PROPER(x1)) = 0   
POL(TOP(x1)) = x1   
POL(a) = 0   
POL(active(x1)) = x1   
POL(b) = [4]   
POL(c2(x1)) = x1   
POL(c2(x1, x2)) = x1 + x2   
POL(c3(x1)) = x1   
POL(c4(x1)) = x1   
POL(c5(x1, x2, x3)) = x1 + x2 + x3   
POL(c5(x1, x2, x3, x4)) = x1 + x2 + x3 + x4   
POL(c8(x1)) = x1   
POL(c8(x1, x2)) = x1 + x2   
POL(c9(x1, x2)) = x1 + x2   
POL(f(x1, x2, x3)) = [4]   
POL(mark(x1)) = [4]   
POL(ok(x1)) = x1   
POL(proper(x1)) = 0   

(20) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, z0, z0)) → mark(f(z0, b, b))
active(b) → mark(a)
active(f(z0, z1, z2)) → f(z0, active(z1), z2)
f(z0, mark(z1), z2) → mark(f(z0, z1, z2))
f(ok(z0), ok(z1), ok(z2)) → ok(f(z0, z1, z2))
proper(f(z0, z1, z2)) → f(proper(z0), proper(z1), proper(z2))
proper(a) → ok(a)
proper(b) → ok(b)
Tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, f(a, z0, z0), x2)) → c2(F(x0, mark(f(z0, b, b)), x2), ACTIVE(f(a, z0, z0)))
ACTIVE(f(x0, f(z0, z1, z2), x2)) → c2(F(x0, f(z0, active(z1), z2), x2), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, b, x2)) → c2(F(x0, mark(a), x2))
PROPER(f(x0, x1, f(z0, z1, z2))) → c5(F(proper(x0), proper(x1), f(proper(z0), proper(z1), proper(z2))), PROPER(x0), PROPER(x1), PROPER(f(z0, z1, z2)))
PROPER(f(x0, f(z0, z1, z2), x2)) → c5(F(proper(x0), f(proper(z0), proper(z1), proper(z2)), proper(x2)), PROPER(x0), PROPER(f(z0, z1, z2)), PROPER(x2))
PROPER(f(f(z0, z1, z2), x1, x2)) → c5(F(f(proper(z0), proper(z1), proper(z2)), proper(x1), proper(x2)), PROPER(f(z0, z1, z2)), PROPER(x1), PROPER(x2))
PROPER(f(x0, x1, a)) → c5(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c5(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c5(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c5(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c5(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c5(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c8(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(a)) → c8(TOP(ok(a)))
TOP(mark(b)) → c8(TOP(ok(b)))
S tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, f(a, z0, z0), x2)) → c2(F(x0, mark(f(z0, b, b)), x2), ACTIVE(f(a, z0, z0)))
ACTIVE(f(x0, f(z0, z1, z2), x2)) → c2(F(x0, f(z0, active(z1), z2), x2), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, b, x2)) → c2(F(x0, mark(a), x2))
PROPER(f(x0, x1, f(z0, z1, z2))) → c5(F(proper(x0), proper(x1), f(proper(z0), proper(z1), proper(z2))), PROPER(x0), PROPER(x1), PROPER(f(z0, z1, z2)))
PROPER(f(x0, f(z0, z1, z2), x2)) → c5(F(proper(x0), f(proper(z0), proper(z1), proper(z2)), proper(x2)), PROPER(x0), PROPER(f(z0, z1, z2)), PROPER(x2))
PROPER(f(f(z0, z1, z2), x1, x2)) → c5(F(f(proper(z0), proper(z1), proper(z2)), proper(x1), proper(x2)), PROPER(f(z0, z1, z2)), PROPER(x1), PROPER(x2))
PROPER(f(x0, x1, a)) → c5(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c5(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c5(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c5(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c5(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c5(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c8(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(b)) → c8(TOP(ok(b)))
K tuples:

TOP(mark(a)) → c8(TOP(ok(a)))
Defined Rule Symbols:

active, f, proper

Defined Pair Symbols:

F, TOP, ACTIVE, PROPER

Compound Symbols:

c3, c4, c9, c2, c2, c5, c5, c8, c8

(21) CdtRuleRemovalProof (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(b)) → c8(TOP(ok(b)))
We considered the (Usable) Rules:

f(ok(z0), ok(z1), ok(z2)) → ok(f(z0, z1, z2))
active(f(a, z0, z0)) → mark(f(z0, b, b))
active(b) → mark(a)
active(f(z0, z1, z2)) → f(z0, active(z1), z2)
f(z0, mark(z1), z2) → mark(f(z0, z1, z2))
And the Tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, f(a, z0, z0), x2)) → c2(F(x0, mark(f(z0, b, b)), x2), ACTIVE(f(a, z0, z0)))
ACTIVE(f(x0, f(z0, z1, z2), x2)) → c2(F(x0, f(z0, active(z1), z2), x2), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, b, x2)) → c2(F(x0, mark(a), x2))
PROPER(f(x0, x1, f(z0, z1, z2))) → c5(F(proper(x0), proper(x1), f(proper(z0), proper(z1), proper(z2))), PROPER(x0), PROPER(x1), PROPER(f(z0, z1, z2)))
PROPER(f(x0, f(z0, z1, z2), x2)) → c5(F(proper(x0), f(proper(z0), proper(z1), proper(z2)), proper(x2)), PROPER(x0), PROPER(f(z0, z1, z2)), PROPER(x2))
PROPER(f(f(z0, z1, z2), x1, x2)) → c5(F(f(proper(z0), proper(z1), proper(z2)), proper(x1), proper(x2)), PROPER(f(z0, z1, z2)), PROPER(x1), PROPER(x2))
PROPER(f(x0, x1, a)) → c5(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c5(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c5(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c5(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c5(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c5(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c8(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(a)) → c8(TOP(ok(a)))
TOP(mark(b)) → c8(TOP(ok(b)))
The order we found is given by the following interpretation:
Polynomial interpretation :

POL(ACTIVE(x1)) = 0   
POL(F(x1, x2, x3)) = 0   
POL(PROPER(x1)) = 0   
POL(TOP(x1)) = [2]x1   
POL(a) = 0   
POL(active(x1)) = 0   
POL(b) = [1]   
POL(c2(x1)) = x1   
POL(c2(x1, x2)) = x1 + x2   
POL(c3(x1)) = x1   
POL(c4(x1)) = x1   
POL(c5(x1, x2, x3)) = x1 + x2 + x3   
POL(c5(x1, x2, x3, x4)) = x1 + x2 + x3 + x4   
POL(c8(x1)) = x1   
POL(c8(x1, x2)) = x1 + x2   
POL(c9(x1, x2)) = x1 + x2   
POL(f(x1, x2, x3)) = 0   
POL(mark(x1)) = x1   
POL(ok(x1)) = 0   
POL(proper(x1)) = 0   

(22) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, z0, z0)) → mark(f(z0, b, b))
active(b) → mark(a)
active(f(z0, z1, z2)) → f(z0, active(z1), z2)
f(z0, mark(z1), z2) → mark(f(z0, z1, z2))
f(ok(z0), ok(z1), ok(z2)) → ok(f(z0, z1, z2))
proper(f(z0, z1, z2)) → f(proper(z0), proper(z1), proper(z2))
proper(a) → ok(a)
proper(b) → ok(b)
Tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, f(a, z0, z0), x2)) → c2(F(x0, mark(f(z0, b, b)), x2), ACTIVE(f(a, z0, z0)))
ACTIVE(f(x0, f(z0, z1, z2), x2)) → c2(F(x0, f(z0, active(z1), z2), x2), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, b, x2)) → c2(F(x0, mark(a), x2))
PROPER(f(x0, x1, f(z0, z1, z2))) → c5(F(proper(x0), proper(x1), f(proper(z0), proper(z1), proper(z2))), PROPER(x0), PROPER(x1), PROPER(f(z0, z1, z2)))
PROPER(f(x0, f(z0, z1, z2), x2)) → c5(F(proper(x0), f(proper(z0), proper(z1), proper(z2)), proper(x2)), PROPER(x0), PROPER(f(z0, z1, z2)), PROPER(x2))
PROPER(f(f(z0, z1, z2), x1, x2)) → c5(F(f(proper(z0), proper(z1), proper(z2)), proper(x1), proper(x2)), PROPER(f(z0, z1, z2)), PROPER(x1), PROPER(x2))
PROPER(f(x0, x1, a)) → c5(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c5(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c5(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c5(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c5(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c5(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c8(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(a)) → c8(TOP(ok(a)))
TOP(mark(b)) → c8(TOP(ok(b)))
S tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
TOP(ok(z0)) → c9(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, f(a, z0, z0), x2)) → c2(F(x0, mark(f(z0, b, b)), x2), ACTIVE(f(a, z0, z0)))
ACTIVE(f(x0, f(z0, z1, z2), x2)) → c2(F(x0, f(z0, active(z1), z2), x2), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, b, x2)) → c2(F(x0, mark(a), x2))
PROPER(f(x0, x1, f(z0, z1, z2))) → c5(F(proper(x0), proper(x1), f(proper(z0), proper(z1), proper(z2))), PROPER(x0), PROPER(x1), PROPER(f(z0, z1, z2)))
PROPER(f(x0, f(z0, z1, z2), x2)) → c5(F(proper(x0), f(proper(z0), proper(z1), proper(z2)), proper(x2)), PROPER(x0), PROPER(f(z0, z1, z2)), PROPER(x2))
PROPER(f(f(z0, z1, z2), x1, x2)) → c5(F(f(proper(z0), proper(z1), proper(z2)), proper(x1), proper(x2)), PROPER(f(z0, z1, z2)), PROPER(x1), PROPER(x2))
PROPER(f(x0, x1, a)) → c5(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c5(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c5(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c5(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c5(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c5(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c8(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
K tuples:

TOP(mark(a)) → c8(TOP(ok(a)))
TOP(mark(b)) → c8(TOP(ok(b)))
Defined Rule Symbols:

active, f, proper

Defined Pair Symbols:

F, TOP, ACTIVE, PROPER

Compound Symbols:

c3, c4, c9, c2, c2, c5, c5, c8, c8

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

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

TOP(ok(f(a, z0, z0))) → c9(TOP(mark(f(z0, b, b))), ACTIVE(f(a, z0, z0)))
TOP(ok(b)) → c9(TOP(mark(a)), ACTIVE(b))
TOP(ok(f(z0, z1, z2))) → c9(TOP(f(z0, active(z1), z2)), ACTIVE(f(z0, z1, z2)))

(24) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, z0, z0)) → mark(f(z0, b, b))
active(b) → mark(a)
active(f(z0, z1, z2)) → f(z0, active(z1), z2)
f(z0, mark(z1), z2) → mark(f(z0, z1, z2))
f(ok(z0), ok(z1), ok(z2)) → ok(f(z0, z1, z2))
proper(f(z0, z1, z2)) → f(proper(z0), proper(z1), proper(z2))
proper(a) → ok(a)
proper(b) → ok(b)
Tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
ACTIVE(f(x0, f(a, z0, z0), x2)) → c2(F(x0, mark(f(z0, b, b)), x2), ACTIVE(f(a, z0, z0)))
ACTIVE(f(x0, f(z0, z1, z2), x2)) → c2(F(x0, f(z0, active(z1), z2), x2), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, b, x2)) → c2(F(x0, mark(a), x2))
PROPER(f(x0, x1, f(z0, z1, z2))) → c5(F(proper(x0), proper(x1), f(proper(z0), proper(z1), proper(z2))), PROPER(x0), PROPER(x1), PROPER(f(z0, z1, z2)))
PROPER(f(x0, f(z0, z1, z2), x2)) → c5(F(proper(x0), f(proper(z0), proper(z1), proper(z2)), proper(x2)), PROPER(x0), PROPER(f(z0, z1, z2)), PROPER(x2))
PROPER(f(f(z0, z1, z2), x1, x2)) → c5(F(f(proper(z0), proper(z1), proper(z2)), proper(x1), proper(x2)), PROPER(f(z0, z1, z2)), PROPER(x1), PROPER(x2))
PROPER(f(x0, x1, a)) → c5(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c5(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c5(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c5(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c5(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c5(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c8(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(a)) → c8(TOP(ok(a)))
TOP(mark(b)) → c8(TOP(ok(b)))
TOP(ok(f(a, z0, z0))) → c9(TOP(mark(f(z0, b, b))), ACTIVE(f(a, z0, z0)))
TOP(ok(b)) → c9(TOP(mark(a)), ACTIVE(b))
TOP(ok(f(z0, z1, z2))) → c9(TOP(f(z0, active(z1), z2)), ACTIVE(f(z0, z1, z2)))
S tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
ACTIVE(f(x0, f(a, z0, z0), x2)) → c2(F(x0, mark(f(z0, b, b)), x2), ACTIVE(f(a, z0, z0)))
ACTIVE(f(x0, f(z0, z1, z2), x2)) → c2(F(x0, f(z0, active(z1), z2), x2), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, b, x2)) → c2(F(x0, mark(a), x2))
PROPER(f(x0, x1, f(z0, z1, z2))) → c5(F(proper(x0), proper(x1), f(proper(z0), proper(z1), proper(z2))), PROPER(x0), PROPER(x1), PROPER(f(z0, z1, z2)))
PROPER(f(x0, f(z0, z1, z2), x2)) → c5(F(proper(x0), f(proper(z0), proper(z1), proper(z2)), proper(x2)), PROPER(x0), PROPER(f(z0, z1, z2)), PROPER(x2))
PROPER(f(f(z0, z1, z2), x1, x2)) → c5(F(f(proper(z0), proper(z1), proper(z2)), proper(x1), proper(x2)), PROPER(f(z0, z1, z2)), PROPER(x1), PROPER(x2))
PROPER(f(x0, x1, a)) → c5(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c5(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c5(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c5(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c5(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c5(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c8(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(ok(f(a, z0, z0))) → c9(TOP(mark(f(z0, b, b))), ACTIVE(f(a, z0, z0)))
TOP(ok(b)) → c9(TOP(mark(a)), ACTIVE(b))
TOP(ok(f(z0, z1, z2))) → c9(TOP(f(z0, active(z1), z2)), ACTIVE(f(z0, z1, z2)))
K tuples:

TOP(mark(a)) → c8(TOP(ok(a)))
TOP(mark(b)) → c8(TOP(ok(b)))
Defined Rule Symbols:

active, f, proper

Defined Pair Symbols:

F, ACTIVE, PROPER, TOP

Compound Symbols:

c3, c4, c2, c2, c5, c5, c8, c8, c9

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

Removed 3 trailing nodes:

TOP(mark(b)) → c8(TOP(ok(b)))
TOP(mark(a)) → c8(TOP(ok(a)))
TOP(ok(b)) → c9(TOP(mark(a)), ACTIVE(b))

(26) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, z0, z0)) → mark(f(z0, b, b))
active(b) → mark(a)
active(f(z0, z1, z2)) → f(z0, active(z1), z2)
f(z0, mark(z1), z2) → mark(f(z0, z1, z2))
f(ok(z0), ok(z1), ok(z2)) → ok(f(z0, z1, z2))
proper(f(z0, z1, z2)) → f(proper(z0), proper(z1), proper(z2))
proper(a) → ok(a)
proper(b) → ok(b)
Tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
ACTIVE(f(x0, f(a, z0, z0), x2)) → c2(F(x0, mark(f(z0, b, b)), x2), ACTIVE(f(a, z0, z0)))
ACTIVE(f(x0, f(z0, z1, z2), x2)) → c2(F(x0, f(z0, active(z1), z2), x2), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, b, x2)) → c2(F(x0, mark(a), x2))
PROPER(f(x0, x1, f(z0, z1, z2))) → c5(F(proper(x0), proper(x1), f(proper(z0), proper(z1), proper(z2))), PROPER(x0), PROPER(x1), PROPER(f(z0, z1, z2)))
PROPER(f(x0, f(z0, z1, z2), x2)) → c5(F(proper(x0), f(proper(z0), proper(z1), proper(z2)), proper(x2)), PROPER(x0), PROPER(f(z0, z1, z2)), PROPER(x2))
PROPER(f(f(z0, z1, z2), x1, x2)) → c5(F(f(proper(z0), proper(z1), proper(z2)), proper(x1), proper(x2)), PROPER(f(z0, z1, z2)), PROPER(x1), PROPER(x2))
PROPER(f(x0, x1, a)) → c5(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c5(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c5(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c5(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c5(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c5(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c8(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(ok(f(a, z0, z0))) → c9(TOP(mark(f(z0, b, b))), ACTIVE(f(a, z0, z0)))
TOP(ok(f(z0, z1, z2))) → c9(TOP(f(z0, active(z1), z2)), ACTIVE(f(z0, z1, z2)))
S tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
ACTIVE(f(x0, f(a, z0, z0), x2)) → c2(F(x0, mark(f(z0, b, b)), x2), ACTIVE(f(a, z0, z0)))
ACTIVE(f(x0, f(z0, z1, z2), x2)) → c2(F(x0, f(z0, active(z1), z2), x2), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, b, x2)) → c2(F(x0, mark(a), x2))
PROPER(f(x0, x1, f(z0, z1, z2))) → c5(F(proper(x0), proper(x1), f(proper(z0), proper(z1), proper(z2))), PROPER(x0), PROPER(x1), PROPER(f(z0, z1, z2)))
PROPER(f(x0, f(z0, z1, z2), x2)) → c5(F(proper(x0), f(proper(z0), proper(z1), proper(z2)), proper(x2)), PROPER(x0), PROPER(f(z0, z1, z2)), PROPER(x2))
PROPER(f(f(z0, z1, z2), x1, x2)) → c5(F(f(proper(z0), proper(z1), proper(z2)), proper(x1), proper(x2)), PROPER(f(z0, z1, z2)), PROPER(x1), PROPER(x2))
PROPER(f(x0, x1, a)) → c5(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c5(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c5(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c5(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c5(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c5(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c8(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(ok(f(a, z0, z0))) → c9(TOP(mark(f(z0, b, b))), ACTIVE(f(a, z0, z0)))
TOP(ok(f(z0, z1, z2))) → c9(TOP(f(z0, active(z1), z2)), ACTIVE(f(z0, z1, z2)))
K tuples:none
Defined Rule Symbols:

active, f, proper

Defined Pair Symbols:

F, ACTIVE, PROPER, TOP

Compound Symbols:

c3, c4, c2, c2, c5, c5, c8, c9

(27) CdtUnreachableProof (EQUIVALENT transformation)

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

ACTIVE(f(x0, f(a, z0, z0), x2)) → c2(F(x0, mark(f(z0, b, b)), x2), ACTIVE(f(a, z0, z0)))
ACTIVE(f(x0, f(z0, z1, z2), x2)) → c2(F(x0, f(z0, active(z1), z2), x2), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, b, x2)) → c2(F(x0, mark(a), x2))
PROPER(f(x0, x1, f(z0, z1, z2))) → c5(F(proper(x0), proper(x1), f(proper(z0), proper(z1), proper(z2))), PROPER(x0), PROPER(x1), PROPER(f(z0, z1, z2)))
PROPER(f(x0, f(z0, z1, z2), x2)) → c5(F(proper(x0), f(proper(z0), proper(z1), proper(z2)), proper(x2)), PROPER(x0), PROPER(f(z0, z1, z2)), PROPER(x2))
PROPER(f(f(z0, z1, z2), x1, x2)) → c5(F(f(proper(z0), proper(z1), proper(z2)), proper(x1), proper(x2)), PROPER(f(z0, z1, z2)), PROPER(x1), PROPER(x2))
PROPER(f(x0, x1, a)) → c5(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c5(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c5(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c5(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c5(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c5(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c8(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(ok(f(a, z0, z0))) → c9(TOP(mark(f(z0, b, b))), ACTIVE(f(a, z0, z0)))
TOP(ok(f(z0, z1, z2))) → c9(TOP(f(z0, active(z1), z2)), ACTIVE(f(z0, z1, z2)))

(28) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, z0, z0)) → mark(f(z0, b, b))
active(b) → mark(a)
active(f(z0, z1, z2)) → f(z0, active(z1), z2)
f(z0, mark(z1), z2) → mark(f(z0, z1, z2))
f(ok(z0), ok(z1), ok(z2)) → ok(f(z0, z1, z2))
proper(f(z0, z1, z2)) → f(proper(z0), proper(z1), proper(z2))
proper(a) → ok(a)
proper(b) → ok(b)
Tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
S tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
K tuples:none
Defined Rule Symbols:

active, f, proper

Defined Pair Symbols:

F

Compound Symbols:

c3, c4

(29) CdtUsableRulesProof (EQUIVALENT transformation)

The following rules are not usable and were removed:

active(f(a, z0, z0)) → mark(f(z0, b, b))
active(b) → mark(a)
active(f(z0, z1, z2)) → f(z0, active(z1), z2)
f(z0, mark(z1), z2) → mark(f(z0, z1, z2))
f(ok(z0), ok(z1), ok(z2)) → ok(f(z0, z1, z2))
proper(f(z0, z1, z2)) → f(proper(z0), proper(z1), proper(z2))
proper(a) → ok(a)
proper(b) → ok(b)

(30) Obligation:

Complexity Dependency Tuples Problem
Rules:none
Tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
S tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
K tuples:none
Defined Rule Symbols:none

Defined Pair Symbols:

F

Compound Symbols:

c3, c4

(31) CdtRuleRemovalProof (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(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
We considered the (Usable) Rules:none
And the Tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
The order we found is given by the following interpretation:
Polynomial interpretation :

POL(F(x1, x2, x3)) = [4]x3   
POL(c3(x1)) = x1   
POL(c4(x1)) = x1   
POL(mark(x1)) = [1]   
POL(ok(x1)) = [1] + x1   

(32) Obligation:

Complexity Dependency Tuples Problem
Rules:none
Tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
S tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
K tuples:

F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
Defined Rule Symbols:none

Defined Pair Symbols:

F

Compound Symbols:

c3, c4

(33) CdtRuleRemovalProof (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(z0, mark(z1), z2) → c3(F(z0, z1, z2))
We considered the (Usable) Rules:none
And the Tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
The order we found is given by the following interpretation:
Polynomial interpretation :

POL(F(x1, x2, x3)) = [3]x1 + [2]x2   
POL(c3(x1)) = x1   
POL(c4(x1)) = x1   
POL(mark(x1)) = [1] + x1   
POL(ok(x1)) = x1   

(34) Obligation:

Complexity Dependency Tuples Problem
Rules:none
Tuples:

F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
S tuples:none
K tuples:

F(ok(z0), ok(z1), ok(z2)) → c4(F(z0, z1, z2))
F(z0, mark(z1), z2) → c3(F(z0, z1, z2))
Defined Rule Symbols:none

Defined Pair Symbols:

F

Compound Symbols:

c3, c4

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

The set S is empty

(36) BOUNDS(O(1), O(1))