The relative rewrite relation R/S is considered where R is the following TRS
p(0,y) | → | y | (1) |
p(s(x),y) | → | s(p(x,y)) | (2) |
and S is the following TRS.
p(x,y) | → | s(p(x,y)) | (3) |
t0 | = | p(p(x',y'),y) |
→S | p(s(p(x',y')),y) | |
→R | s(p(p(x',y'),y)) | |
= | t2 |