(0) Obligation:

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

a__f(X) → g(h(f(X)))
mark(f(X)) → a__f(mark(X))
mark(g(X)) → g(X)
mark(h(X)) → h(mark(X))
a__f(X) → f(X)

Rewrite Strategy: INNERMOST

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

Converted Cpx (relative) TRS to CDT

(2) Obligation:

Complexity Dependency Tuples Problem
Rules:

a__f(z0) → g(h(f(z0)))
a__f(z0) → f(z0)
mark(f(z0)) → a__f(mark(z0))
mark(g(z0)) → g(z0)
mark(h(z0)) → h(mark(z0))
Tuples:

A__F(z0) → c
A__F(z0) → c1
MARK(f(z0)) → c2(A__F(mark(z0)), MARK(z0))
MARK(g(z0)) → c3
MARK(h(z0)) → c4(MARK(z0))
S tuples:

A__F(z0) → c
A__F(z0) → c1
MARK(f(z0)) → c2(A__F(mark(z0)), MARK(z0))
MARK(g(z0)) → c3
MARK(h(z0)) → c4(MARK(z0))
K tuples:none
Defined Rule Symbols:

a__f, mark

Defined Pair Symbols:

A__F, MARK

Compound Symbols:

c, c1, c2, c3, c4

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

Removed 3 trailing nodes:

A__F(z0) → c
A__F(z0) → c1
MARK(g(z0)) → c3

(4) Obligation:

Complexity Dependency Tuples Problem
Rules:

a__f(z0) → g(h(f(z0)))
a__f(z0) → f(z0)
mark(f(z0)) → a__f(mark(z0))
mark(g(z0)) → g(z0)
mark(h(z0)) → h(mark(z0))
Tuples:

MARK(f(z0)) → c2(A__F(mark(z0)), MARK(z0))
MARK(h(z0)) → c4(MARK(z0))
S tuples:

MARK(f(z0)) → c2(A__F(mark(z0)), MARK(z0))
MARK(h(z0)) → c4(MARK(z0))
K tuples:none
Defined Rule Symbols:

a__f, mark

Defined Pair Symbols:

MARK

Compound Symbols:

c2, c4

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

Removed 1 trailing tuple parts

(6) Obligation:

Complexity Dependency Tuples Problem
Rules:

a__f(z0) → g(h(f(z0)))
a__f(z0) → f(z0)
mark(f(z0)) → a__f(mark(z0))
mark(g(z0)) → g(z0)
mark(h(z0)) → h(mark(z0))
Tuples:

MARK(h(z0)) → c4(MARK(z0))
MARK(f(z0)) → c2(MARK(z0))
S tuples:

MARK(h(z0)) → c4(MARK(z0))
MARK(f(z0)) → c2(MARK(z0))
K tuples:none
Defined Rule Symbols:

a__f, mark

Defined Pair Symbols:

MARK

Compound Symbols:

c4, c2

(7) CdtUsableRulesProof (EQUIVALENT transformation)

The following rules are not usable and were removed:

a__f(z0) → g(h(f(z0)))
a__f(z0) → f(z0)
mark(f(z0)) → a__f(mark(z0))
mark(g(z0)) → g(z0)
mark(h(z0)) → h(mark(z0))

(8) Obligation:

Complexity Dependency Tuples Problem
Rules:none
Tuples:

MARK(h(z0)) → c4(MARK(z0))
MARK(f(z0)) → c2(MARK(z0))
S tuples:

MARK(h(z0)) → c4(MARK(z0))
MARK(f(z0)) → c2(MARK(z0))
K tuples:none
Defined Rule Symbols:none

Defined Pair Symbols:

MARK

Compound Symbols:

c4, c2

(9) 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.

MARK(h(z0)) → c4(MARK(z0))
MARK(f(z0)) → c2(MARK(z0))
We considered the (Usable) Rules:none
And the Tuples:

MARK(h(z0)) → c4(MARK(z0))
MARK(f(z0)) → c2(MARK(z0))
The order we found is given by the following interpretation:
Polynomial interpretation :

POL(MARK(x1)) = [4]x1   
POL(c2(x1)) = x1   
POL(c4(x1)) = x1   
POL(f(x1)) = [4] + x1   
POL(h(x1)) = [1] + x1   

(10) Obligation:

Complexity Dependency Tuples Problem
Rules:none
Tuples:

MARK(h(z0)) → c4(MARK(z0))
MARK(f(z0)) → c2(MARK(z0))
S tuples:none
K tuples:

MARK(h(z0)) → c4(MARK(z0))
MARK(f(z0)) → c2(MARK(z0))
Defined Rule Symbols:none

Defined Pair Symbols:

MARK

Compound Symbols:

c4, c2

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

The set S is empty

(12) BOUNDS(O(1), O(1))