The rewrite relation of the following TRS is considered.
if(true,x,y) | → | x | (1) |
if(false,x,y) | → | y | (2) |
if(x,y,y) | → | y | (3) |
if(if(x,y,z),u,v) | → | if(x,if(y,u,v),if(z,u,v)) | (4) |
[v] | = |
|
||||||||||||||||||||||||||||||||||||||||||||||||
[if(x1, x2, x3)] | = |
|
||||||||||||||||||||||||||||||||||||||||||||||||
[u] | = |
|
||||||||||||||||||||||||||||||||||||||||||||||||
[true] | = |
|
||||||||||||||||||||||||||||||||||||||||||||||||
[false] | = |
|
if(false,x,y) | → | y | (2) |
[v] | = |
|
||||||||||||||||||||||||||||||||||||||||||||||||
[if(x1, x2, x3)] | = |
|
||||||||||||||||||||||||||||||||||||||||||||||||
[u] | = |
|
||||||||||||||||||||||||||||||||||||||||||||||||
[true] | = |
|
if(true,x,y) | → | x | (1) |
[v] | = |
|
||||||||||||||||||||||||||||||||||||||||||||||||
[if(x1, x2, x3)] | = |
|
||||||||||||||||||||||||||||||||||||||||||||||||
[u] | = |
|
if(if(x,y,z),u,v) | → | if(x,if(y,u,v),if(z,u,v)) | (4) |
prec(if) | = | 0 | status(if) | = | [1, 3, 2] | list-extension(if) | = | Lex |
[if(x1, x2, x3)] | = | max(0, 0 + 1 · x1, 0 + 1 · x2, 2 + 1 · x3) |
if(x,y,y) | → | y | (3) |
There are no rules in the TRS. Hence, it is terminating.