Certification Problem

Input (TPDB TRS_Standard/Der95/13)

The rewrite relation of the following TRS is considered.

*(x,+(y,z)) +(*(x,y),*(x,z)) (1)
*(+(y,z),x) +(*(x,y),*(x,z)) (2)
*(*(x,y),z) *(x,*(y,z)) (3)
+(+(x,y),z) +(x,+(y,z)) (4)

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,+(y,z)) +#(*(x,y),*(x,z)) (5)
*#(x,+(y,z)) *#(x,y) (6)
*#(x,+(y,z)) *#(x,z) (7)
*#(+(y,z),x) +#(*(x,y),*(x,z)) (8)
*#(+(y,z),x) *#(x,y) (9)
*#(+(y,z),x) *#(x,z) (10)
*#(*(x,y),z) *#(x,*(y,z)) (11)
*#(*(x,y),z) *#(y,z) (12)
+#(+(x,y),z) +#(x,+(y,z)) (13)
+#(+(x,y),z) +#(y,z) (14)

1.1 Dependency Graph Processor

The dependency pairs are split into 2 components.