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

Termination of R to be shown.



   TRS
Dependency Pair Analysis



R contains the following Dependency Pairs:

F(x) -> F(x)

Furthermore, R contains one SCC.


   TRS
DPs
       →DP Problem 1
Non Termination


Dependency Pair:

F(x) -> F(x)


Rule:


f(x) -> f(x)





Found an infinite P-chain over R:
P =

F(x) -> F(x)

R =

f(x) -> f(x)

s = F(x')
evaluates to t =F(x')

Thus, s starts an infinite chain.

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