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