Certification Problem

Input (TPDB TRS_Innermost/Transformed_CSR_innermost_04/ExConc_Zan97_iGM)

The rewrite relation of the following TRS is considered.

active(f(X)) mark(g(h(f(X)))) (1)
mark(f(X)) active(f(mark(X))) (2)
mark(g(X)) active(g(X)) (3)
mark(h(X)) active(h(mark(X))) (4)
f(mark(X)) f(X) (5)
f(active(X)) f(X) (6)
g(mark(X)) g(X) (7)
g(active(X)) g(X) (8)
h(mark(X)) h(X) (9)
h(active(X)) h(X) (10)
The evaluation strategy is innermost.

Property / Task

Prove or disprove termination.

Answer / Result

Yes.

Proof (by AProVE @ termCOMP 2023)

1 Dependency Pair Transformation

The following set of initial dependency pairs has been identified.
active#(f(X)) mark#(g(h(f(X)))) (11)
active#(f(X)) g#(h(f(X))) (12)
active#(f(X)) h#(f(X)) (13)
mark#(f(X)) active#(f(mark(X))) (14)
mark#(f(X)) f#(mark(X)) (15)
mark#(f(X)) mark#(X) (16)
mark#(g(X)) active#(g(X)) (17)
mark#(h(X)) active#(h(mark(X))) (18)
mark#(h(X)) h#(mark(X)) (19)
mark#(h(X)) mark#(X) (20)
f#(mark(X)) f#(X) (21)
f#(active(X)) f#(X) (22)
g#(mark(X)) g#(X) (23)
g#(active(X)) g#(X) (24)
h#(mark(X)) h#(X) (25)
h#(active(X)) h#(X) (26)

1.1 Dependency Graph Processor

The dependency pairs are split into 4 components.