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