Term Rewriting System R:
[x]
f(g(x)) -> g(f(f(x)))
f(h(x)) -> h(g(x))

Termination of R to be shown.



   TRS
Reversing




Rule(s) before reversing:

f(g(x)) -> g(f(f(x)))
f(h(x)) -> h(g(x))


Rule(s) after reversing:

g'(f'(x)) -> f'(f'(g'(x)))
h'(f'(x)) -> g'(h'(x))



   TRS
Rev
       →TRS2
RFC Match Bounds



Termination could be shown with a Match Bound of 1.
The certificate found is represented by the following graph.

The certificate consists of the following enumerated nodes:

123, 124, 125, 126, 127, 128, 129, 130

Node 123 is start node and node 124 is final node.

Those nodes are connect through the following edges:



Termination of R successfully shown.
Duration:
0:00 minutes