Certification Problem
Input (TPDB TRS_Standard/Mixed_TRS/motivation)
The rewrite relation of the following TRS is considered.
g(h(g(x))) |
→ |
g(x) |
(1) |
g(g(x)) |
→ |
g(h(g(x))) |
(2) |
h(h(x)) |
→ |
h(f(h(x),x)) |
(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.
g#(g(x)) |
→ |
h#(g(x)) |
(4) |
h#(h(x)) |
→ |
h#(f(h(x),x)) |
(5) |
g#(g(x)) |
→ |
g#(h(g(x))) |
(6) |
1.1 Dependency Graph Processor
The dependency pairs are split into 1
component.