Certification Problem
Input (TPDB TRS_Standard/Endrullis_06/direct)
The rewrite relation of the following TRS is considered.
h(x,c(y,z)) |
→ |
h(c(s(y),x),z) |
(1) |
h(c(s(x),c(s(0),y)),z) |
→ |
h(y,c(s(0),c(x,z))) |
(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.
h#(x,c(y,z)) |
→ |
h#(c(s(y),x),z) |
(3) |
h#(c(s(x),c(s(0),y)),z) |
→ |
h#(y,c(s(0),c(x,z))) |
(4) |
1.1 Dependency Graph Processor
The dependency pairs are split into 1
component.