The rewrite relation of the following TRS is considered.
| f(0(x1)) | → | s(0(x1)) | (1) |
| d(0(x1)) | → | 0(x1) | (2) |
| d(s(x1)) | → | s(s(d(p(s(x1))))) | (3) |
| f(s(x1)) | → | d(f(p(s(x1)))) | (4) |
| p(s(x1)) | → | x1 | (5) |
| d#(s(x1)) | → | p#(s(x1)) | (6) |
| f#(s(x1)) | → | p#(s(x1)) | (7) |
| f#(s(x1)) | → | d#(f(p(s(x1)))) | (8) |
| d#(s(x1)) | → | d#(p(s(x1))) | (9) |
| f#(s(x1)) | → | f#(p(s(x1))) | (10) |
The dependency pairs are split into 2 components.
| f#(s(x1)) | → | f#(p(s(x1))) | (10) |
| prec(d) | = | 0 | status(d) | = | [] | list-extension(d) | = | Lex | ||
| prec(s) | = | 1 | status(s) | = | [1] | list-extension(s) | = | Lex | ||
| prec(p#) | = | 0 | status(p#) | = | [] | list-extension(p#) | = | Lex | ||
| prec(f) | = | 0 | status(f) | = | [] | list-extension(f) | = | Lex | ||
| prec(p) | = | 0 | status(p) | = | [] | list-extension(p) | = | Lex | ||
| prec(0) | = | 0 | status(0) | = | [] | list-extension(0) | = | Lex | ||
| prec(d#) | = | 0 | status(d#) | = | [] | list-extension(d#) | = | Lex | ||
| prec(f#) | = | 0 | status(f#) | = | [1] | list-extension(f#) | = | Lex |
| [d(x1)] | = | 1 |
| [s(x1)] | = | x1 + 7720 |
| [p#(x1)] | = | 1 |
| [f(x1)] | = | 1 |
| [p(x1)] | = | x1 + 0 |
| [0(x1)] | = | 1 |
| [d#(x1)] | = | 1 |
| [f#(x1)] | = | x1 + 1 |
| p(s(x1)) | → | x1 | (5) |
| f#(s(x1)) | → | f#(p(s(x1))) | (10) |
The dependency pairs are split into 0 components.
| d#(s(x1)) | → | d#(p(s(x1))) | (9) |
| prec(d) | = | 0 | status(d) | = | [] | list-extension(d) | = | Lex | ||
| prec(s) | = | 1 | status(s) | = | [1] | list-extension(s) | = | Lex | ||
| prec(p#) | = | 0 | status(p#) | = | [] | list-extension(p#) | = | Lex | ||
| prec(f) | = | 0 | status(f) | = | [] | list-extension(f) | = | Lex | ||
| prec(p) | = | 0 | status(p) | = | [] | list-extension(p) | = | Lex | ||
| prec(0) | = | 0 | status(0) | = | [] | list-extension(0) | = | Lex | ||
| prec(d#) | = | 0 | status(d#) | = | [1] | list-extension(d#) | = | Lex | ||
| prec(f#) | = | 0 | status(f#) | = | [1] | list-extension(f#) | = | Lex |
| [d(x1)] | = | 1 |
| [s(x1)] | = | x1 + 2438 |
| [p#(x1)] | = | 1 |
| [f(x1)] | = | 1 |
| [p(x1)] | = | x1 + 0 |
| [0(x1)] | = | 1 |
| [d#(x1)] | = | x1 + 1 |
| [f#(x1)] | = | x1 + 1 |
| p(s(x1)) | → | x1 | (5) |
| d#(s(x1)) | → | d#(p(s(x1))) | (9) |
The dependency pairs are split into 0 components.