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