Term Rewriting System R:
[x]
f(x) -> f(g(x))
Innermost Termination of R to be shown.
TRS
↳Dependency Pair Analysis
R contains the following Dependency Pairs:
F(x) -> F(g(x))
Furthermore, R contains one SCC.
TRS
↳DPs
→DP Problem 1
↳Non Termination
Dependency Pair:
F(x) -> F(g(x))
Rule:
f(x) -> f(g(x))
Strategy:
innermost
Found an infinite P-chain over R:
P =
F(x) -> F(g(x))
R =
f(x) -> f(g(x))
s = F(x)
evaluates to t =F(g(x))
Thus, s starts an infinite chain as s matches t.
Innermost Non-Termination of R could be shown.
Duration:
0:01 minutes