Certification Problem
Input (TPDB TRS_Equational/Mixed_AC/kusakari1)
The rewrite relation of the following equational TRS is considered.
+(g(x),g(y)) |
→ |
g(+(g(a),+(x,y))) |
(1) |
Associative symbols: +
Commutative symbols: +
Property / Task
Prove or disprove termination.Answer / Result
Yes.Proof (by NaTT @ termCOMP 2023)
1 AC Dependency Pair Transformation
The following set of (strict) dependency pairs is constructed for the TRS.
+#(g(x),g(y)) |
→ |
+#(x,y) |
(7) |
+#(g(x),g(y)) |
→ |
+#(g(a),+(x,y)) |
(8) |
Finiteness for these DPs in combination with the equational DPs is proven as follows.
1.1 Dependency Graph Processor
The dependency pairs are split into 1
component.
The extended rules of the TRS
+(+(g(x),g(y)),_1) |
→ |
+(g(+(g(a),+(x,y))),_1) |
(9) |
give rise to another dependency pair problem.
Finiteness for these DPs in combination with the equational DPs is proven as follows.
1.2 Dependency Graph Processor
The dependency pairs are split into 1
component.