Certification Problem

Input (TPDB TRS_Standard/Strategy_removed_AG01/#4.37a)

The rewrite relation of the following TRS is considered.

f(c(s(x),y)) f(c(x,s(y))) (1)
g(c(x,s(y))) g(c(s(x),y)) (2)
g(s(f(x))) g(f(x)) (3)

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.
g#(s(f(x))) g#(f(x)) (4)
f#(c(s(x),y)) f#(c(x,s(y))) (5)
g#(c(x,s(y))) g#(c(s(x),y)) (6)

1.1 Dependency Graph Processor

The dependency pairs are split into 3 components.