Certification Problem
Input (TPDB TRS_Standard/SK90/4.44)
The rewrite relation of the following TRS is considered.
f(h(x)) |
→ |
f(i(x)) |
(1) |
g(i(x)) |
→ |
g(h(x)) |
(2) |
h(a) |
→ |
b |
(3) |
i(a) |
→ |
b |
(4) |
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#(i(x)) |
→ |
h#(x) |
(5) |
f#(h(x)) |
→ |
f#(i(x)) |
(6) |
g#(i(x)) |
→ |
g#(h(x)) |
(7) |
f#(h(x)) |
→ |
i#(x) |
(8) |
1.1 Dependency Graph Processor
The dependency pairs are split into 2
components.