Term Rewriting System R:
[x]
f(f(x, a), a) -> f(f(f(x, a), f(a, a)), a)
Termination of R to be shown.
R
↳Dependency Pair Analysis
R contains the following Dependency Pairs:
F(f(x, a), a) -> F(f(f(x, a), f(a, a)), a)
F(f(x, a), a) -> F(f(x, a), f(a, a))
F(f(x, a), a) -> F(a, a)
R contains no SCCs.
Termination of R successfully shown.
Duration:
0:00 minutes