NO
by ACP
The rewrite relation of the following TRS is considered.
| a | → | b |
| a | → | f(a) |
| b | → | f(f(b)) |
| t0 | = | a |
| →ε | f(a) | |
| →1 | f(b) | |
| = | t2 |
| t0 | = | a |
| →ε | b | |
| = | t1 |
As carrier we take the set {0,1}. Symbols are labeled by the interpretation of their arguments using the interpretations (modulo 2):
| [b] | = | 1 |
| [f(x1)] | = | 1 + 1x1 |
ACP