YES
by ttt2 (version ttt2 1.15)
The rewrite relation of the following TRS is considered.
| f(0(x0)) | → | s(0(x0)) |
| d(0(x0)) | → | 0(x0) |
| d(s(x0)) | → | s(s(d(x0))) |
| f(s(x0)) | → | d(f(x0)) |
| [f(x1)] | = | 1 · x1 + -∞ |
| [d(x1)] | = | 0 · x1 + -∞ |
| [0(x1)] | = | 0 · x1 + -∞ |
| [s(x1)] | = | 0 · x1 + -∞ |
| d(0(x0)) | → | 0(x0) |
| d(s(x0)) | → | s(s(d(x0))) |
| f(s(x0)) | → | d(f(x0)) |
final states:
{6, 3, 1}
transitions:
| 3 | → | 4 |
| 1 | → | 4 |
| 6 | → | 7 |
| f0(2) | → | 7 |
| f40 | → | 2 |
| s0(5) | → | 3 |
| s0(4) | → | 5 |
| d0(2) | → | 4 |
| d0(7) | → | 6 |
| 00(2) | → | 1 |