We consider the TRS containing the following rules:
h(f(f(f(h(c,h(b,c))))),h(f(f(b)),b)) | → | f(h(b,f(a))) | (1) |
f(c) | → | b | (2) |
The underlying signature is as follows:
{h/2, f/1, c/0, b/0, a/0}Confluence is proven using the following terminating critical-pair-closing-system R:
There are no rules.
There are no rules in the TRS. Hence, it is terminating.