Certification Problem

Input (TPDB TRS_Innermost/Transformed_CSR_innermost_04/Ex15_Luc06_GM)

The rewrite relation of the following TRS is considered.

a__f(f(a)) a__f(g(f(a))) (1)
mark(f(X)) a__f(X) (2)
mark(a) a (3)
mark(g(X)) g(mark(X)) (4)
a__f(X) f(X) (5)
The evaluation strategy is innermost.

Property / Task

Prove or disprove termination.

Answer / Result

Yes.

Proof (by AProVE @ termCOMP 2023)

1 Rule Removal

Using the linear polynomial interpretation over the naturals
[a__f(x1)] = 1 · x1 + 1
[f(x1)] = 1 · x1
[a] = 0
[g(x1)] = 1 · x1
[mark(x1)] = 1 · x1 + 2
all of the following rules can be deleted.
mark(f(X)) a__f(X) (2)
mark(a) a (3)
a__f(X) f(X) (5)

1.1 Dependency Pair Transformation

The following set of initial dependency pairs has been identified.
a__f#(f(a)) a__f#(g(f(a))) (6)
mark#(g(X)) mark#(X) (7)

1.1.1 Dependency Graph Processor

The dependency pairs are split into 1 component.