Term Rewriting System R:
[X, X1, X2, X3]
active(f(a, b, X)) -> mark(f(X, X, X))
active(c) -> mark(a)
active(c) -> mark(b)
active(f(X1, X2, X3)) -> f(active(X1), X2, X3)
active(f(X1, X2, X3)) -> f(X1, X2, active(X3))
f(mark(X1), X2, X3) -> mark(f(X1, X2, X3))
f(X1, X2, mark(X3)) -> mark(f(X1, X2, X3))
f(ok(X1), ok(X2), ok(X3)) -> ok(f(X1, X2, X3))
proper(f(X1, X2, X3)) -> f(proper(X1), proper(X2), proper(X3))
proper(a) -> ok(a)
proper(b) -> ok(b)
proper(c) -> ok(c)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))

Termination of R to be shown.



   R
Dependency Pair Analysis



R contains the following Dependency Pairs:

ACTIVE(f(a, b, X)) -> F(X, X, X)
ACTIVE(f(X1, X2, X3)) -> F(active(X1), X2, X3)
ACTIVE(f(X1, X2, X3)) -> ACTIVE(X1)
ACTIVE(f(X1, X2, X3)) -> F(X1, X2, active(X3))
ACTIVE(f(X1, X2, X3)) -> ACTIVE(X3)
F(mark(X1), X2, X3) -> F(X1, X2, X3)
F(X1, X2, mark(X3)) -> F(X1, X2, X3)
F(ok(X1), ok(X2), ok(X3)) -> F(X1, X2, X3)
PROPER(f(X1, X2, X3)) -> F(proper(X1), proper(X2), proper(X3))
PROPER(f(X1, X2, X3)) -> PROPER(X1)
PROPER(f(X1, X2, X3)) -> PROPER(X2)
PROPER(f(X1, X2, X3)) -> PROPER(X3)
TOP(mark(X)) -> TOP(proper(X))
TOP(mark(X)) -> PROPER(X)
TOP(ok(X)) -> TOP(active(X))
TOP(ok(X)) -> ACTIVE(X)

Furthermore, R contains four SCCs.


   R
DPs
       →DP Problem 1
Remaining Obligation(s)
       →DP Problem 2
Remaining Obligation(s)
       →DP Problem 3
Remaining Obligation(s)
       →DP Problem 4
Remaining Obligation(s)




The following remains to be proven:


   R
DPs
       →DP Problem 1
Remaining Obligation(s)
       →DP Problem 2
Remaining Obligation(s)
       →DP Problem 3
Remaining Obligation(s)
       →DP Problem 4
Remaining Obligation(s)




The following remains to be proven:


   R
DPs
       →DP Problem 1
Remaining Obligation(s)
       →DP Problem 2
Remaining Obligation(s)
       →DP Problem 3
Remaining Obligation(s)
       →DP Problem 4
Remaining Obligation(s)




The following remains to be proven:


   R
DPs
       →DP Problem 1
Remaining Obligation(s)
       →DP Problem 2
Remaining Obligation(s)
       →DP Problem 3
Remaining Obligation(s)
       →DP Problem 4
Remaining Obligation(s)




The following remains to be proven:

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