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