The rewrite relation of the following TRS is considered.
+(x,+(y,z)) | → | +(+(x,y),z) | (1) |
*(x,+(y,z)) | → | +(*(x,y),*(x,z)) | (2) |
+(+(x,*(y,z)),*(y,u)) | → | +(x,*(y,+(z,u))) | (3) |
t0 | = | +(x245,*(x282,+(x283,x284))) |
→ | +(x245,+(*(x282,x283),*(x282,x284))) | |
→ | +(+(x245,*(x282,x283)),*(x282,x284)) | |
→ | +(x245,*(x282,+(x283,x284))) | |
= | t3 |