Certification Problem

Input (TPDB TRS_Standard/Rubio_04/bn122)

The rewrite relation of the following TRS is considered.

plus(plus(X,Y),Z) plus(X,plus(Y,Z)) (1)
times(X,s(Y)) plus(X,times(Y,X)) (2)

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.
times#(X,s(Y)) times#(Y,X) (3)
plus#(plus(X,Y),Z) plus#(X,plus(Y,Z)) (4)
times#(X,s(Y)) plus#(X,times(Y,X)) (5)
plus#(plus(X,Y),Z) plus#(Y,Z) (6)

1.1 Dependency Graph Processor

The dependency pairs are split into 2 components.