Term Rewriting System R:
[]
f(a) -> f(a)

Termination of R to be shown.



   TRS
Dependency Pair Analysis



R contains the following Dependency Pairs:

F(a) -> F(a)

Furthermore, R contains one SCC.


   TRS
DPs
       →DP Problem 1
Non Termination


Dependency Pair:

F(a) -> F(a)


Rule:


f(a) -> f(a)





Found an infinite P-chain over R:
P =

F(a) -> F(a)

R =

f(a) -> f(a)

s = F(a)
evaluates to t =F(a)

Thus, s starts an infinite chain.

Non-Termination of R could be shown.
Duration:
0:01 minutes