Certification Problem

Input (TPDB TRS_Standard/Transformed_CSR_04/Ex4_7_15_Bor03_Z)

The rewrite relation of the following TRS is considered.

f(0) cons(0,n__f(s(0))) (1)
f(s(0)) f(p(s(0))) (2)
p(s(0)) 0 (3)
f(X) n__f(X) (4)
activate(n__f(X)) f(X) (5)
activate(X) X (6)

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.
f#(s(0)) p#(s(0)) (7)
activate#(n__f(X)) f#(X) (8)
f#(s(0)) f#(p(s(0))) (9)

1.1 Dependency Graph Processor

The dependency pairs are split into 1 component.