Certification Problem
Input (TPDB TRS_Standard/Secret_06_TRS/6)
The rewrite relation of the following TRS is considered.
b(x,y) |
→ |
c(a(c(y),a(0,x))) |
(1) |
a(y,x) |
→ |
y |
(2) |
a(y,c(b(a(0,x),0))) |
→ |
b(a(c(b(0,y)),x),0) |
(3) |
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.
a#(y,c(b(a(0,x),0))) |
→ |
a#(c(b(0,y)),x) |
(4) |
b#(x,y) |
→ |
a#(0,x) |
(5) |
a#(y,c(b(a(0,x),0))) |
→ |
b#(0,y) |
(6) |
a#(y,c(b(a(0,x),0))) |
→ |
b#(a(c(b(0,y)),x),0) |
(7) |
b#(x,y) |
→ |
a#(c(y),a(0,x)) |
(8) |
1.1 Dependency Graph Processor
The dependency pairs are split into 1
component.