YES
The TRS could be proven terminating. The proof took 55 ms.
Problem 1 was processed with processor DependencyGraph (2ms). | Problem 2 was processed with processor SubtermCriterion (0ms).
f#(s(x)) | → | g#(f(x)) | f#(s(x)) | → | f#(x) |
f(0) | → | 1 | f(s(x)) | → | g(f(x)) | |
g(x) | → | +(x, s(x)) | f(s(x)) | → | +(f(x), s(f(x))) |
Termination of terms over the following signature is verified: f, g, 1, 0, s, +
f#(s(x)) → f#(x) |
f#(s(x)) | → | f#(x) |
f(0) | → | 1 | f(s(x)) | → | g(f(x)) | |
g(x) | → | +(x, s(x)) | f(s(x)) | → | +(f(x), s(f(x))) |
Termination of terms over the following signature is verified: f, g, 1, 0, s, +
The following projection was used:
Thus, the following dependency pairs are removed:
f#(s(x)) | → | f#(x) |