Certification Problem

Input (TPDB TRS_Standard/Transformed_CSR_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)

Property / Task

Prove or disprove termination.

Answer / Result

Yes.

Proof (by NaTT @ termCOMP 2023)

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)
mark#(f(X)) a__f#(X) (8)

1.1 Dependency Graph Processor

The dependency pairs are split into 1 component.