(0) Obligation:

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

active(f(a, b, X)) → mark(f(X, X, X))
active(c) → mark(a)
active(c) → mark(b)
active(f(X1, X2, X3)) → f(X1, X2, active(X3))
f(X1, X2, mark(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)
proper(c) → ok(c)
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 CpxTRS to CDT

(2) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, b, z0)) → mark(f(z0, z0, z0))
active(c) → mark(a)
active(c) → mark(b)
active(f(z0, z1, z2)) → f(z0, z1, active(z2))
f(z0, z1, mark(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)
proper(c) → ok(c)
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
ACTIVE(f(z0, z1, z2)) → c4(F(z0, z1, active(z2)), ACTIVE(z2))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
PROPER(f(z0, z1, z2)) → c7(F(proper(z0), proper(z1), proper(z2)), PROPER(z0), PROPER(z1), PROPER(z2))
TOP(mark(z0)) → c11(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
S tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
ACTIVE(f(z0, z1, z2)) → c4(F(z0, z1, active(z2)), ACTIVE(z2))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
PROPER(f(z0, z1, z2)) → c7(F(proper(z0), proper(z1), proper(z2)), PROPER(z0), PROPER(z1), PROPER(z2))
TOP(mark(z0)) → c11(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
K tuples:none
Defined Rule Symbols:

active, f, proper, top

Defined Pair Symbols:

ACTIVE, F, PROPER, TOP

Compound Symbols:

c1, c4, c5, c6, c7, c11, c12

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

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

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

(4) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, b, z0)) → mark(f(z0, z0, z0))
active(c) → mark(a)
active(c) → mark(b)
active(f(z0, z1, z2)) → f(z0, z1, active(z2))
f(z0, z1, mark(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)
proper(c) → ok(c)
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
PROPER(f(z0, z1, z2)) → c7(F(proper(z0), proper(z1), proper(z2)), PROPER(z0), PROPER(z1), PROPER(z2))
TOP(mark(z0)) → c11(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)), ACTIVE(c))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)), ACTIVE(c))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, x2)) → c4
S tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
PROPER(f(z0, z1, z2)) → c7(F(proper(z0), proper(z1), proper(z2)), PROPER(z0), PROPER(z1), PROPER(z2))
TOP(mark(z0)) → c11(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)), ACTIVE(c))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)), ACTIVE(c))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, x2)) → c4
K tuples:none
Defined Rule Symbols:

active, f, proper, top

Defined Pair Symbols:

ACTIVE, F, PROPER, TOP

Compound Symbols:

c1, c5, c6, c7, c11, c12, c4, c4

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

Removed 1 trailing nodes:

ACTIVE(f(x0, x1, x2)) → c4

(6) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, b, z0)) → mark(f(z0, z0, z0))
active(c) → mark(a)
active(c) → mark(b)
active(f(z0, z1, z2)) → f(z0, z1, active(z2))
f(z0, z1, mark(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)
proper(c) → ok(c)
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
PROPER(f(z0, z1, z2)) → c7(F(proper(z0), proper(z1), proper(z2)), PROPER(z0), PROPER(z1), PROPER(z2))
TOP(mark(z0)) → c11(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)), ACTIVE(c))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)), ACTIVE(c))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
S tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
PROPER(f(z0, z1, z2)) → c7(F(proper(z0), proper(z1), proper(z2)), PROPER(z0), PROPER(z1), PROPER(z2))
TOP(mark(z0)) → c11(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)), ACTIVE(c))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)), ACTIVE(c))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
K tuples:none
Defined Rule Symbols:

active, f, proper, top

Defined Pair Symbols:

ACTIVE, F, PROPER, TOP

Compound Symbols:

c1, c5, c6, c7, c11, c12, c4

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

Removed 2 trailing tuple parts

(8) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, b, z0)) → mark(f(z0, z0, z0))
active(c) → mark(a)
active(c) → mark(b)
active(f(z0, z1, z2)) → f(z0, z1, active(z2))
f(z0, z1, mark(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)
proper(c) → ok(c)
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
PROPER(f(z0, z1, z2)) → c7(F(proper(z0), proper(z1), proper(z2)), PROPER(z0), PROPER(z1), PROPER(z2))
TOP(mark(z0)) → c11(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)))
S tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
PROPER(f(z0, z1, z2)) → c7(F(proper(z0), proper(z1), proper(z2)), PROPER(z0), PROPER(z1), PROPER(z2))
TOP(mark(z0)) → c11(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)))
K tuples:none
Defined Rule Symbols:

active, f, proper, top

Defined Pair Symbols:

ACTIVE, F, PROPER, TOP

Compound Symbols:

c1, c5, c6, c7, c11, c12, c4, c4

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

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

PROPER(f(x0, x1, f(z0, z1, z2))) → c7(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)) → c7(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1), PROPER(a))
PROPER(f(x0, x1, b)) → c7(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1), PROPER(b))
PROPER(f(x0, x1, c)) → c7(F(proper(x0), proper(x1), ok(c)), PROPER(x0), PROPER(x1), PROPER(c))
PROPER(f(x0, f(z0, z1, z2), x2)) → c7(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)) → c7(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(a), PROPER(x2))
PROPER(f(x0, b, x2)) → c7(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(b), PROPER(x2))
PROPER(f(x0, c, x2)) → c7(F(proper(x0), ok(c), proper(x2)), PROPER(x0), PROPER(c), PROPER(x2))
PROPER(f(f(z0, z1, z2), x1, x2)) → c7(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)) → c7(F(ok(a), proper(x1), proper(x2)), PROPER(a), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c7(F(ok(b), proper(x1), proper(x2)), PROPER(b), PROPER(x1), PROPER(x2))
PROPER(f(c, x1, x2)) → c7(F(ok(c), proper(x1), proper(x2)), PROPER(c), PROPER(x1), PROPER(x2))
PROPER(f(x0, x1, x2)) → c7

(10) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, b, z0)) → mark(f(z0, z0, z0))
active(c) → mark(a)
active(c) → mark(b)
active(f(z0, z1, z2)) → f(z0, z1, active(z2))
f(z0, z1, mark(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)
proper(c) → ok(c)
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
TOP(mark(z0)) → c11(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)))
PROPER(f(x0, x1, f(z0, z1, z2))) → c7(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)) → c7(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1), PROPER(a))
PROPER(f(x0, x1, b)) → c7(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1), PROPER(b))
PROPER(f(x0, x1, c)) → c7(F(proper(x0), proper(x1), ok(c)), PROPER(x0), PROPER(x1), PROPER(c))
PROPER(f(x0, f(z0, z1, z2), x2)) → c7(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)) → c7(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(a), PROPER(x2))
PROPER(f(x0, b, x2)) → c7(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(b), PROPER(x2))
PROPER(f(x0, c, x2)) → c7(F(proper(x0), ok(c), proper(x2)), PROPER(x0), PROPER(c), PROPER(x2))
PROPER(f(f(z0, z1, z2), x1, x2)) → c7(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)) → c7(F(ok(a), proper(x1), proper(x2)), PROPER(a), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c7(F(ok(b), proper(x1), proper(x2)), PROPER(b), PROPER(x1), PROPER(x2))
PROPER(f(c, x1, x2)) → c7(F(ok(c), proper(x1), proper(x2)), PROPER(c), PROPER(x1), PROPER(x2))
PROPER(f(x0, x1, x2)) → c7
S tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
TOP(mark(z0)) → c11(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)))
PROPER(f(x0, x1, f(z0, z1, z2))) → c7(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)) → c7(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1), PROPER(a))
PROPER(f(x0, x1, b)) → c7(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1), PROPER(b))
PROPER(f(x0, x1, c)) → c7(F(proper(x0), proper(x1), ok(c)), PROPER(x0), PROPER(x1), PROPER(c))
PROPER(f(x0, f(z0, z1, z2), x2)) → c7(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)) → c7(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(a), PROPER(x2))
PROPER(f(x0, b, x2)) → c7(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(b), PROPER(x2))
PROPER(f(x0, c, x2)) → c7(F(proper(x0), ok(c), proper(x2)), PROPER(x0), PROPER(c), PROPER(x2))
PROPER(f(f(z0, z1, z2), x1, x2)) → c7(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)) → c7(F(ok(a), proper(x1), proper(x2)), PROPER(a), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c7(F(ok(b), proper(x1), proper(x2)), PROPER(b), PROPER(x1), PROPER(x2))
PROPER(f(c, x1, x2)) → c7(F(ok(c), proper(x1), proper(x2)), PROPER(c), PROPER(x1), PROPER(x2))
PROPER(f(x0, x1, x2)) → c7
K tuples:none
Defined Rule Symbols:

active, f, proper, top

Defined Pair Symbols:

ACTIVE, F, TOP, PROPER

Compound Symbols:

c1, c5, c6, c11, c12, c4, c4, c7, c7

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

Removed 1 trailing nodes:

PROPER(f(x0, x1, x2)) → c7

(12) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, b, z0)) → mark(f(z0, z0, z0))
active(c) → mark(a)
active(c) → mark(b)
active(f(z0, z1, z2)) → f(z0, z1, active(z2))
f(z0, z1, mark(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)
proper(c) → ok(c)
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
TOP(mark(z0)) → c11(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)))
PROPER(f(x0, x1, f(z0, z1, z2))) → c7(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)) → c7(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1), PROPER(a))
PROPER(f(x0, x1, b)) → c7(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1), PROPER(b))
PROPER(f(x0, x1, c)) → c7(F(proper(x0), proper(x1), ok(c)), PROPER(x0), PROPER(x1), PROPER(c))
PROPER(f(x0, f(z0, z1, z2), x2)) → c7(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)) → c7(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(a), PROPER(x2))
PROPER(f(x0, b, x2)) → c7(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(b), PROPER(x2))
PROPER(f(x0, c, x2)) → c7(F(proper(x0), ok(c), proper(x2)), PROPER(x0), PROPER(c), PROPER(x2))
PROPER(f(f(z0, z1, z2), x1, x2)) → c7(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)) → c7(F(ok(a), proper(x1), proper(x2)), PROPER(a), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c7(F(ok(b), proper(x1), proper(x2)), PROPER(b), PROPER(x1), PROPER(x2))
PROPER(f(c, x1, x2)) → c7(F(ok(c), proper(x1), proper(x2)), PROPER(c), PROPER(x1), PROPER(x2))
S tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
TOP(mark(z0)) → c11(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)))
PROPER(f(x0, x1, f(z0, z1, z2))) → c7(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)) → c7(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1), PROPER(a))
PROPER(f(x0, x1, b)) → c7(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1), PROPER(b))
PROPER(f(x0, x1, c)) → c7(F(proper(x0), proper(x1), ok(c)), PROPER(x0), PROPER(x1), PROPER(c))
PROPER(f(x0, f(z0, z1, z2), x2)) → c7(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)) → c7(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(a), PROPER(x2))
PROPER(f(x0, b, x2)) → c7(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(b), PROPER(x2))
PROPER(f(x0, c, x2)) → c7(F(proper(x0), ok(c), proper(x2)), PROPER(x0), PROPER(c), PROPER(x2))
PROPER(f(f(z0, z1, z2), x1, x2)) → c7(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)) → c7(F(ok(a), proper(x1), proper(x2)), PROPER(a), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c7(F(ok(b), proper(x1), proper(x2)), PROPER(b), PROPER(x1), PROPER(x2))
PROPER(f(c, x1, x2)) → c7(F(ok(c), proper(x1), proper(x2)), PROPER(c), PROPER(x1), PROPER(x2))
K tuples:none
Defined Rule Symbols:

active, f, proper, top

Defined Pair Symbols:

ACTIVE, F, TOP, PROPER

Compound Symbols:

c1, c5, c6, c11, c12, c4, c4, c7

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

Removed 9 trailing tuple parts

(14) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, b, z0)) → mark(f(z0, z0, z0))
active(c) → mark(a)
active(c) → mark(b)
active(f(z0, z1, z2)) → f(z0, z1, active(z2))
f(z0, z1, mark(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)
proper(c) → ok(c)
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
TOP(mark(z0)) → c11(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)))
PROPER(f(x0, x1, f(z0, z1, z2))) → c7(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)) → c7(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)) → c7(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)) → c7(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c7(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, c)) → c7(F(proper(x0), proper(x1), ok(c)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c7(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c7(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, c, x2)) → c7(F(proper(x0), ok(c), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c7(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c7(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(c, x1, x2)) → c7(F(ok(c), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
S tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
TOP(mark(z0)) → c11(TOP(proper(z0)), PROPER(z0))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)))
PROPER(f(x0, x1, f(z0, z1, z2))) → c7(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)) → c7(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)) → c7(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)) → c7(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c7(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, c)) → c7(F(proper(x0), proper(x1), ok(c)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c7(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c7(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, c, x2)) → c7(F(proper(x0), ok(c), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c7(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c7(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(c, x1, x2)) → c7(F(ok(c), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
K tuples:none
Defined Rule Symbols:

active, f, proper, top

Defined Pair Symbols:

ACTIVE, F, TOP, PROPER

Compound Symbols:

c1, c5, c6, c11, c12, c4, c4, c7, c7

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

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

TOP(mark(f(z0, z1, z2))) → c11(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(a)) → c11(TOP(ok(a)), PROPER(a))
TOP(mark(b)) → c11(TOP(ok(b)), PROPER(b))
TOP(mark(c)) → c11(TOP(ok(c)), PROPER(c))
TOP(mark(x0)) → c11

(16) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, b, z0)) → mark(f(z0, z0, z0))
active(c) → mark(a)
active(c) → mark(b)
active(f(z0, z1, z2)) → f(z0, z1, active(z2))
f(z0, z1, mark(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)
proper(c) → ok(c)
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)))
PROPER(f(x0, x1, f(z0, z1, z2))) → c7(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)) → c7(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)) → c7(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)) → c7(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c7(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, c)) → c7(F(proper(x0), proper(x1), ok(c)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c7(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c7(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, c, x2)) → c7(F(proper(x0), ok(c), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c7(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c7(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(c, x1, x2)) → c7(F(ok(c), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c11(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(a)) → c11(TOP(ok(a)), PROPER(a))
TOP(mark(b)) → c11(TOP(ok(b)), PROPER(b))
TOP(mark(c)) → c11(TOP(ok(c)), PROPER(c))
TOP(mark(x0)) → c11
S tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)))
PROPER(f(x0, x1, f(z0, z1, z2))) → c7(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)) → c7(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)) → c7(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)) → c7(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c7(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, c)) → c7(F(proper(x0), proper(x1), ok(c)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c7(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c7(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, c, x2)) → c7(F(proper(x0), ok(c), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c7(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c7(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(c, x1, x2)) → c7(F(ok(c), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c11(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(a)) → c11(TOP(ok(a)), PROPER(a))
TOP(mark(b)) → c11(TOP(ok(b)), PROPER(b))
TOP(mark(c)) → c11(TOP(ok(c)), PROPER(c))
TOP(mark(x0)) → c11
K tuples:none
Defined Rule Symbols:

active, f, proper, top

Defined Pair Symbols:

ACTIVE, F, TOP, PROPER

Compound Symbols:

c1, c5, c6, c12, c4, c4, c7, c7, c11, c11

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

Removed 1 trailing nodes:

TOP(mark(x0)) → c11

(18) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, b, z0)) → mark(f(z0, z0, z0))
active(c) → mark(a)
active(c) → mark(b)
active(f(z0, z1, z2)) → f(z0, z1, active(z2))
f(z0, z1, mark(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)
proper(c) → ok(c)
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)))
PROPER(f(x0, x1, f(z0, z1, z2))) → c7(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)) → c7(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)) → c7(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)) → c7(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c7(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, c)) → c7(F(proper(x0), proper(x1), ok(c)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c7(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c7(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, c, x2)) → c7(F(proper(x0), ok(c), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c7(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c7(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(c, x1, x2)) → c7(F(ok(c), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c11(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(a)) → c11(TOP(ok(a)), PROPER(a))
TOP(mark(b)) → c11(TOP(ok(b)), PROPER(b))
TOP(mark(c)) → c11(TOP(ok(c)), PROPER(c))
S tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)))
PROPER(f(x0, x1, f(z0, z1, z2))) → c7(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)) → c7(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)) → c7(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)) → c7(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c7(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, c)) → c7(F(proper(x0), proper(x1), ok(c)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c7(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c7(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, c, x2)) → c7(F(proper(x0), ok(c), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c7(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c7(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(c, x1, x2)) → c7(F(ok(c), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c11(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(a)) → c11(TOP(ok(a)), PROPER(a))
TOP(mark(b)) → c11(TOP(ok(b)), PROPER(b))
TOP(mark(c)) → c11(TOP(ok(c)), PROPER(c))
K tuples:none
Defined Rule Symbols:

active, f, proper, top

Defined Pair Symbols:

ACTIVE, F, TOP, PROPER

Compound Symbols:

c1, c5, c6, c12, c4, c4, c7, c7, c11

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

Removed 3 trailing tuple parts

(20) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, b, z0)) → mark(f(z0, z0, z0))
active(c) → mark(a)
active(c) → mark(b)
active(f(z0, z1, z2)) → f(z0, z1, active(z2))
f(z0, z1, mark(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)
proper(c) → ok(c)
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)))
PROPER(f(x0, x1, f(z0, z1, z2))) → c7(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)) → c7(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)) → c7(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)) → c7(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c7(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, c)) → c7(F(proper(x0), proper(x1), ok(c)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c7(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c7(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, c, x2)) → c7(F(proper(x0), ok(c), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c7(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c7(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(c, x1, x2)) → c7(F(ok(c), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c11(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(a)) → c11(TOP(ok(a)))
TOP(mark(b)) → c11(TOP(ok(b)))
TOP(mark(c)) → c11(TOP(ok(c)))
S tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)))
PROPER(f(x0, x1, f(z0, z1, z2))) → c7(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)) → c7(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)) → c7(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)) → c7(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c7(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, c)) → c7(F(proper(x0), proper(x1), ok(c)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c7(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c7(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, c, x2)) → c7(F(proper(x0), ok(c), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c7(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c7(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(c, x1, x2)) → c7(F(ok(c), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c11(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(a)) → c11(TOP(ok(a)))
TOP(mark(b)) → c11(TOP(ok(b)))
TOP(mark(c)) → c11(TOP(ok(c)))
K tuples:none
Defined Rule Symbols:

active, f, proper, top

Defined Pair Symbols:

ACTIVE, F, TOP, PROPER

Compound Symbols:

c1, c5, c6, c12, c4, c4, c7, c7, c11, c11

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

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

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)))
PROPER(f(x0, x1, f(z0, z1, z2))) → c7(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)) → c7(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)) → c7(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)) → c7(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c7(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, c)) → c7(F(proper(x0), proper(x1), ok(c)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c7(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c7(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, c, x2)) → c7(F(proper(x0), ok(c), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c7(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c7(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(c, x1, x2)) → c7(F(ok(c), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c11(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(a)) → c11(TOP(ok(a)))
TOP(mark(b)) → c11(TOP(ok(b)))
TOP(mark(c)) → c11(TOP(ok(c)))
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) = 0   
POL(c) = [2]   
POL(c1(x1)) = x1   
POL(c11(x1)) = x1   
POL(c11(x1, x2)) = x1 + x2   
POL(c12(x1, x2)) = x1 + x2   
POL(c4(x1)) = x1   
POL(c4(x1, x2)) = x1 + x2   
POL(c5(x1)) = x1   
POL(c6(x1)) = x1   
POL(c7(x1, x2, x3)) = x1 + x2 + x3   
POL(c7(x1, x2, x3, x4)) = x1 + x2 + x3 + x4   
POL(f(x1, x2, x3)) = 0   
POL(mark(x1)) = x1   
POL(ok(x1)) = 0   
POL(proper(x1)) = [2] + [2]x1   

(22) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, b, z0)) → mark(f(z0, z0, z0))
active(c) → mark(a)
active(c) → mark(b)
active(f(z0, z1, z2)) → f(z0, z1, active(z2))
f(z0, z1, mark(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)
proper(c) → ok(c)
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)))
PROPER(f(x0, x1, f(z0, z1, z2))) → c7(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)) → c7(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)) → c7(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)) → c7(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c7(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, c)) → c7(F(proper(x0), proper(x1), ok(c)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c7(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c7(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, c, x2)) → c7(F(proper(x0), ok(c), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c7(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c7(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(c, x1, x2)) → c7(F(ok(c), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c11(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(a)) → c11(TOP(ok(a)))
TOP(mark(b)) → c11(TOP(ok(b)))
TOP(mark(c)) → c11(TOP(ok(c)))
S tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)))
PROPER(f(x0, x1, f(z0, z1, z2))) → c7(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)) → c7(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)) → c7(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)) → c7(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c7(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, c)) → c7(F(proper(x0), proper(x1), ok(c)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c7(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c7(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, c, x2)) → c7(F(proper(x0), ok(c), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c7(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c7(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(c, x1, x2)) → c7(F(ok(c), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c11(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(a)) → c11(TOP(ok(a)))
TOP(mark(b)) → c11(TOP(ok(b)))
K tuples:

TOP(mark(c)) → c11(TOP(ok(c)))
Defined Rule Symbols:

active, f, proper, top

Defined Pair Symbols:

ACTIVE, F, TOP, PROPER

Compound Symbols:

c1, c5, c6, c12, c4, c4, c7, c7, c11, c11

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

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

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)))
PROPER(f(x0, x1, f(z0, z1, z2))) → c7(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)) → c7(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)) → c7(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)) → c7(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c7(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, c)) → c7(F(proper(x0), proper(x1), ok(c)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c7(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c7(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, c, x2)) → c7(F(proper(x0), ok(c), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c7(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c7(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(c, x1, x2)) → c7(F(ok(c), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c11(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(a)) → c11(TOP(ok(a)))
TOP(mark(b)) → c11(TOP(ok(b)))
TOP(mark(c)) → c11(TOP(ok(c)))
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)) = x1   
POL(b) = [4]   
POL(c) = [4]   
POL(c1(x1)) = x1   
POL(c11(x1)) = x1   
POL(c11(x1, x2)) = x1 + x2   
POL(c12(x1, x2)) = x1 + x2   
POL(c4(x1)) = x1   
POL(c4(x1, x2)) = x1 + x2   
POL(c5(x1)) = x1   
POL(c6(x1)) = x1   
POL(c7(x1, x2, x3)) = x1 + x2 + x3   
POL(c7(x1, x2, x3, x4)) = x1 + x2 + x3 + x4   
POL(f(x1, x2, x3)) = [4]   
POL(mark(x1)) = [4]   
POL(ok(x1)) = x1   
POL(proper(x1)) = 0   

(24) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, b, z0)) → mark(f(z0, z0, z0))
active(c) → mark(a)
active(c) → mark(b)
active(f(z0, z1, z2)) → f(z0, z1, active(z2))
f(z0, z1, mark(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)
proper(c) → ok(c)
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)))
PROPER(f(x0, x1, f(z0, z1, z2))) → c7(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)) → c7(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)) → c7(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)) → c7(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c7(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, c)) → c7(F(proper(x0), proper(x1), ok(c)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c7(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c7(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, c, x2)) → c7(F(proper(x0), ok(c), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c7(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c7(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(c, x1, x2)) → c7(F(ok(c), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c11(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(a)) → c11(TOP(ok(a)))
TOP(mark(b)) → c11(TOP(ok(b)))
TOP(mark(c)) → c11(TOP(ok(c)))
S tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)))
PROPER(f(x0, x1, f(z0, z1, z2))) → c7(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)) → c7(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)) → c7(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)) → c7(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c7(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, c)) → c7(F(proper(x0), proper(x1), ok(c)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c7(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c7(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, c, x2)) → c7(F(proper(x0), ok(c), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c7(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c7(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(c, x1, x2)) → c7(F(ok(c), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c11(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(b)) → c11(TOP(ok(b)))
K tuples:

TOP(mark(c)) → c11(TOP(ok(c)))
TOP(mark(a)) → c11(TOP(ok(a)))
Defined Rule Symbols:

active, f, proper, top

Defined Pair Symbols:

ACTIVE, F, TOP, PROPER

Compound Symbols:

c1, c5, c6, c12, c4, c4, c7, c7, c11, c11

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

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

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)))
PROPER(f(x0, x1, f(z0, z1, z2))) → c7(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)) → c7(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)) → c7(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)) → c7(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c7(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, c)) → c7(F(proper(x0), proper(x1), ok(c)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c7(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c7(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, c, x2)) → c7(F(proper(x0), ok(c), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c7(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c7(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(c, x1, x2)) → c7(F(ok(c), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c11(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(a)) → c11(TOP(ok(a)))
TOP(mark(b)) → c11(TOP(ok(b)))
TOP(mark(c)) → c11(TOP(ok(c)))
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)) = [4]x1   
POL(a) = [1]   
POL(active(x1)) = x1   
POL(b) = 0   
POL(c) = [1]   
POL(c1(x1)) = x1   
POL(c11(x1)) = x1   
POL(c11(x1, x2)) = x1 + x2   
POL(c12(x1, x2)) = x1 + x2   
POL(c4(x1)) = x1   
POL(c4(x1, x2)) = x1 + x2   
POL(c5(x1)) = x1   
POL(c6(x1)) = x1   
POL(c7(x1, x2, x3)) = x1 + x2 + x3   
POL(c7(x1, x2, x3, x4)) = x1 + x2 + x3 + x4   
POL(f(x1, x2, x3)) = [1]   
POL(mark(x1)) = [1]   
POL(ok(x1)) = x1   
POL(proper(x1)) = 0   

(26) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, b, z0)) → mark(f(z0, z0, z0))
active(c) → mark(a)
active(c) → mark(b)
active(f(z0, z1, z2)) → f(z0, z1, active(z2))
f(z0, z1, mark(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)
proper(c) → ok(c)
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)))
PROPER(f(x0, x1, f(z0, z1, z2))) → c7(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)) → c7(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)) → c7(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)) → c7(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c7(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, c)) → c7(F(proper(x0), proper(x1), ok(c)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c7(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c7(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, c, x2)) → c7(F(proper(x0), ok(c), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c7(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c7(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(c, x1, x2)) → c7(F(ok(c), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c11(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(a)) → c11(TOP(ok(a)))
TOP(mark(b)) → c11(TOP(ok(b)))
TOP(mark(c)) → c11(TOP(ok(c)))
S tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
TOP(ok(z0)) → c12(TOP(active(z0)), ACTIVE(z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)))
PROPER(f(x0, x1, f(z0, z1, z2))) → c7(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)) → c7(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)) → c7(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)) → c7(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c7(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, c)) → c7(F(proper(x0), proper(x1), ok(c)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c7(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c7(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, c, x2)) → c7(F(proper(x0), ok(c), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c7(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c7(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(c, x1, x2)) → c7(F(ok(c), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c11(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
K tuples:

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

active, f, proper, top

Defined Pair Symbols:

ACTIVE, F, TOP, PROPER

Compound Symbols:

c1, c5, c6, c12, c4, c4, c7, c7, c11, c11

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

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

TOP(ok(f(a, b, z0))) → c12(TOP(mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
TOP(ok(c)) → c12(TOP(mark(a)), ACTIVE(c))
TOP(ok(c)) → c12(TOP(mark(b)), ACTIVE(c))
TOP(ok(f(z0, z1, z2))) → c12(TOP(f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
TOP(ok(x0)) → c12

(28) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, b, z0)) → mark(f(z0, z0, z0))
active(c) → mark(a)
active(c) → mark(b)
active(f(z0, z1, z2)) → f(z0, z1, active(z2))
f(z0, z1, mark(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)
proper(c) → ok(c)
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)))
PROPER(f(x0, x1, f(z0, z1, z2))) → c7(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)) → c7(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)) → c7(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)) → c7(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c7(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, c)) → c7(F(proper(x0), proper(x1), ok(c)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c7(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c7(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, c, x2)) → c7(F(proper(x0), ok(c), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c7(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c7(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(c, x1, x2)) → c7(F(ok(c), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c11(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(mark(a)) → c11(TOP(ok(a)))
TOP(mark(b)) → c11(TOP(ok(b)))
TOP(mark(c)) → c11(TOP(ok(c)))
TOP(ok(f(a, b, z0))) → c12(TOP(mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
TOP(ok(c)) → c12(TOP(mark(a)), ACTIVE(c))
TOP(ok(c)) → c12(TOP(mark(b)), ACTIVE(c))
TOP(ok(f(z0, z1, z2))) → c12(TOP(f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
TOP(ok(x0)) → c12
S tuples:

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)))
PROPER(f(x0, x1, f(z0, z1, z2))) → c7(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)) → c7(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)) → c7(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)) → c7(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c7(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, c)) → c7(F(proper(x0), proper(x1), ok(c)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c7(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c7(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, c, x2)) → c7(F(proper(x0), ok(c), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c7(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c7(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(c, x1, x2)) → c7(F(ok(c), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c11(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(ok(f(a, b, z0))) → c12(TOP(mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
TOP(ok(c)) → c12(TOP(mark(a)), ACTIVE(c))
TOP(ok(c)) → c12(TOP(mark(b)), ACTIVE(c))
TOP(ok(f(z0, z1, z2))) → c12(TOP(f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
TOP(ok(x0)) → c12
K tuples:

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

active, f, proper, top

Defined Pair Symbols:

ACTIVE, F, PROPER, TOP

Compound Symbols:

c1, c5, c6, c4, c4, c7, c7, c11, c11, c12, c12

(29) CdtUnreachableProof (EQUIVALENT transformation)

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

ACTIVE(f(a, b, z0)) → c1(F(z0, z0, z0))
ACTIVE(f(x0, x1, f(a, b, z0))) → c4(F(x0, x1, mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
ACTIVE(f(x0, x1, f(z0, z1, z2))) → c4(F(x0, x1, f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(a)))
ACTIVE(f(x0, x1, c)) → c4(F(x0, x1, mark(b)))
PROPER(f(x0, x1, f(z0, z1, z2))) → c7(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)) → c7(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)) → c7(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)) → c7(F(proper(x0), proper(x1), ok(a)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, b)) → c7(F(proper(x0), proper(x1), ok(b)), PROPER(x0), PROPER(x1))
PROPER(f(x0, x1, c)) → c7(F(proper(x0), proper(x1), ok(c)), PROPER(x0), PROPER(x1))
PROPER(f(x0, a, x2)) → c7(F(proper(x0), ok(a), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, b, x2)) → c7(F(proper(x0), ok(b), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(x0, c, x2)) → c7(F(proper(x0), ok(c), proper(x2)), PROPER(x0), PROPER(x2))
PROPER(f(a, x1, x2)) → c7(F(ok(a), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(b, x1, x2)) → c7(F(ok(b), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
PROPER(f(c, x1, x2)) → c7(F(ok(c), proper(x1), proper(x2)), PROPER(x1), PROPER(x2))
TOP(mark(f(z0, z1, z2))) → c11(TOP(f(proper(z0), proper(z1), proper(z2))), PROPER(f(z0, z1, z2)))
TOP(ok(f(a, b, z0))) → c12(TOP(mark(f(z0, z0, z0))), ACTIVE(f(a, b, z0)))
TOP(ok(f(z0, z1, z2))) → c12(TOP(f(z0, z1, active(z2))), ACTIVE(f(z0, z1, z2)))

(30) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, b, z0)) → mark(f(z0, z0, z0))
active(c) → mark(a)
active(c) → mark(b)
active(f(z0, z1, z2)) → f(z0, z1, active(z2))
f(z0, z1, mark(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)
proper(c) → ok(c)
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
TOP(mark(a)) → c11(TOP(ok(a)))
TOP(mark(b)) → c11(TOP(ok(b)))
TOP(mark(c)) → c11(TOP(ok(c)))
TOP(ok(c)) → c12(TOP(mark(a)), ACTIVE(c))
TOP(ok(c)) → c12(TOP(mark(b)), ACTIVE(c))
TOP(ok(x0)) → c12
S tuples:

F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
TOP(ok(c)) → c12(TOP(mark(a)), ACTIVE(c))
TOP(ok(c)) → c12(TOP(mark(b)), ACTIVE(c))
TOP(ok(x0)) → c12
K tuples:

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

active, f, proper, top

Defined Pair Symbols:

F, TOP

Compound Symbols:

c5, c6, c11, c12, c12

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

Removed 6 trailing nodes:

TOP(mark(b)) → c11(TOP(ok(b)))
TOP(ok(c)) → c12(TOP(mark(b)), ACTIVE(c))
TOP(ok(x0)) → c12
TOP(mark(c)) → c11(TOP(ok(c)))
TOP(ok(c)) → c12(TOP(mark(a)), ACTIVE(c))
TOP(mark(a)) → c11(TOP(ok(a)))

(32) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, b, z0)) → mark(f(z0, z0, z0))
active(c) → mark(a)
active(c) → mark(b)
active(f(z0, z1, z2)) → f(z0, z1, active(z2))
f(z0, z1, mark(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)
proper(c) → ok(c)
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
S tuples:

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

active, f, proper, top

Defined Pair Symbols:

F

Compound Symbols:

c5, c6

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

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

POL(F(x1, x2, x3)) = [4]x1   
POL(c5(x1)) = x1   
POL(c6(x1)) = x1   
POL(mark(x1)) = [3]   
POL(ok(x1)) = [2] + x1   

(34) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, b, z0)) → mark(f(z0, z0, z0))
active(c) → mark(a)
active(c) → mark(b)
active(f(z0, z1, z2)) → f(z0, z1, active(z2))
f(z0, z1, mark(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)
proper(c) → ok(c)
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
S tuples:

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

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

active, f, proper, top

Defined Pair Symbols:

F

Compound Symbols:

c5, c6

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

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

POL(F(x1, x2, x3)) = [4]x1 + [5]x2 + [2]x3   
POL(c5(x1)) = x1   
POL(c6(x1)) = x1   
POL(mark(x1)) = [1] + x1   
POL(ok(x1)) = x1   

(36) Obligation:

Complexity Dependency Tuples Problem
Rules:

active(f(a, b, z0)) → mark(f(z0, z0, z0))
active(c) → mark(a)
active(c) → mark(b)
active(f(z0, z1, z2)) → f(z0, z1, active(z2))
f(z0, z1, mark(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)
proper(c) → ok(c)
top(mark(z0)) → top(proper(z0))
top(ok(z0)) → top(active(z0))
Tuples:

F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
S tuples:none
K tuples:

F(ok(z0), ok(z1), ok(z2)) → c6(F(z0, z1, z2))
F(z0, z1, mark(z2)) → c5(F(z0, z1, z2))
Defined Rule Symbols:

active, f, proper, top

Defined Pair Symbols:

F

Compound Symbols:

c5, c6

(37) SIsEmptyProof (EQUIVALENT transformation)

The set S is empty

(38) BOUNDS(O(1), O(1))