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