The rewrite relation of the following conditional TRS is considered.
pin(a) | → | pout(b) | |
pin(b) | → | pout(c) | |
tc(x) | → | x | |
tc(x) | → | y | | pin(x) ≈ pout(z), tc(z) ≈ y |
pin(a) | → | pout(b) | |
pin(b) | → | pout(c) | |
tc(x) | → | x | |
tc(x) | → | tc(z) | | pin(x) ≈ pout(z) |
tc(a) | →* | a |
tc(a) | →* | b |