Certification Problem

Input (TPDB SRS_Standard/Zantema_04/z125)

The rewrite relation of the following TRS is considered.

f(x1) n(c(n(a(x1)))) (1)
c(f(x1)) f(n(a(c(x1)))) (2)
n(a(x1)) c(x1) (3)
c(c(x1)) c(x1) (4)
n(s(x1)) f(s(s(x1))) (5)
n(f(x1)) f(n(x1)) (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.
c#(f(x1)) n#(a(c(x1))) (7)
n#(s(x1)) f#(s(s(x1))) (8)
f#(x1) c#(n(a(x1))) (9)
n#(a(x1)) c#(x1) (10)
f#(x1) n#(a(x1)) (11)
n#(f(x1)) n#(x1) (12)
c#(f(x1)) c#(x1) (13)
c#(f(x1)) f#(n(a(c(x1)))) (14)
f#(x1) n#(c(n(a(x1)))) (15)
n#(f(x1)) f#(n(x1)) (16)

1.1 Dependency Graph Processor

The dependency pairs are split into 1 component.