The rewrite relation of the following TRS is considered.
| *(x,+(y,z)) | → | +(*(x,y),*(x,z)) | (1) |
| prec(*) | = | 1 | stat(*) | = | lex | |
| prec(+) | = | 0 | stat(+) | = | lex |
| π(*) | = | [1,2] |
| π(+) | = | [2,1] |
| *(x,+(y,z)) | → | +(*(x,y),*(x,z)) | (1) |
There are no rules in the TRS. Hence, it is terminating.