Term Rewriting System R:
[X]
g(X) -> h(X)
c -> d
h(d) -> g(c)

Termination of R to be shown.



   R
Dependency Pair Analysis



R contains the following Dependency Pairs:

G(X) -> H(X)
H(d) -> G(c)
H(d) -> C

Furthermore, R contains one SCC.


   R
DPs
       →DP Problem 1
Remaining Obligation(s)




The following remains to be proven:
Dependency Pairs:

H(d) -> G(c)
G(X) -> H(X)


Rules:


g(X) -> h(X)
c -> d
h(d) -> g(c)




Termination of R could not be shown.
Duration:
0:00 minutes