Certification Problem

Input (TPDB TRS_Innermost/Mixed_innermost/test76)

The rewrite relation of the following TRS is considered.

+(X,0) X (1)
+(X,s(Y)) s(+(X,Y)) (2)
f(0,s(0),X) f(X,+(X,X),X) (3)
g(X,Y) X (4)
g(X,Y) Y (5)
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.
+#(X,s(Y)) +#(X,Y) (6)
f#(0,s(0),X) f#(X,+(X,X),X) (7)
f#(0,s(0),X) +#(X,X) (8)

1.1 Dependency Graph Processor

The dependency pairs are split into 2 components.