Certification Problem

Input (TPDB TRS_Standard/SK90/4.11)

The rewrite relation of the following TRS is considered.

+(x,0) x (1)
+(x,s(y)) s(+(x,y)) (2)
+(0,s(y)) s(y) (3)
s(+(0,y)) s(y) (4)

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.
+#(x,s(y)) +#(x,y) (5)
s#(+(0,y)) s#(y) (6)
+#(x,s(y)) s#(+(x,y)) (7)

1.1 Dependency Graph Processor

The dependency pairs are split into 2 components.