Term Rewriting System R:
[]
app(f, a) -> app(f, b)
app(g, b) -> app(g, a)

Termination of R to be shown.



   R
Dependency Pair Analysis



R contains the following Dependency Pairs:

APP(f, a) -> APP(f, b)
APP(g, b) -> APP(g, a)

R contains no SCCs.

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