TIMEOUT
The TRS could not be proven terminating. The proof attempt took 60001 ms.
The following DP Processors were used
Problem 1 was processed with processor DependencyGraph (56ms).
| Problem 2 was processed with processor SubtermCriterion (2ms).
| Problem 3 remains open; application of the following processors failed [SubtermCriterion (1ms), DependencyGraph (3ms), PolynomialLinearRange4iUR (242ms), DependencyGraph (4ms), PolynomialLinearRange8NegiUR (2393ms), DependencyGraph (2ms), ReductionPairSAT (1339ms), DependencyGraph (5ms), SizeChangePrinciple (51ms), ForwardNarrowing (1ms), BackwardInstantiation (2ms), ForwardInstantiation (1ms), Propagation (1ms)].
The following open problems remain:
Open Dependency Pair Problem 3
Dependency Pairs
cond1#(true, x, y) | → | cond2#(gr(x, y), x, y) | | cond2#(true, x, y) | → | cond1#(gr0(x), y, y) |
cond2#(false, x, y) | → | cond1#(gr0(x), p(x), y) |
Rewrite Rules
cond1(true, x, y) | → | cond2(gr(x, y), x, y) | | cond2(true, x, y) | → | cond1(gr0(x), y, y) |
cond2(false, x, y) | → | cond1(gr0(x), p(x), y) | | gr(0, x) | → | false |
gr(s(x), 0) | → | true | | gr(s(x), s(y)) | → | gr(x, y) |
gr0(0) | → | false | | gr0(s(x)) | → | true |
p(0) | → | 0 | | p(s(x)) | → | x |
Original Signature
Termination of terms over the following signature is verified: cond2, 0, s, gr0, p, false, true, gr, cond1
Problem 1: DependencyGraph
Dependency Pair Problem
Dependency Pairs
cond1#(true, x, y) | → | gr#(x, y) | | cond2#(false, x, y) | → | gr0#(x) |
cond2#(false, x, y) | → | p#(x) | | cond1#(true, x, y) | → | cond2#(gr(x, y), x, y) |
gr#(s(x), s(y)) | → | gr#(x, y) | | cond2#(true, x, y) | → | cond1#(gr0(x), y, y) |
cond2#(true, x, y) | → | gr0#(x) | | cond2#(false, x, y) | → | cond1#(gr0(x), p(x), y) |
Rewrite Rules
cond1(true, x, y) | → | cond2(gr(x, y), x, y) | | cond2(true, x, y) | → | cond1(gr0(x), y, y) |
cond2(false, x, y) | → | cond1(gr0(x), p(x), y) | | gr(0, x) | → | false |
gr(s(x), 0) | → | true | | gr(s(x), s(y)) | → | gr(x, y) |
gr0(0) | → | false | | gr0(s(x)) | → | true |
p(0) | → | 0 | | p(s(x)) | → | x |
Original Signature
Termination of terms over the following signature is verified: cond2, 0, s, gr0, p, true, false, gr, cond1
Strategy
The following SCCs where found
cond1#(true, x, y) → cond2#(gr(x, y), x, y) | cond2#(true, x, y) → cond1#(gr0(x), y, y) |
cond2#(false, x, y) → cond1#(gr0(x), p(x), y) |
gr#(s(x), s(y)) → gr#(x, y) |
Problem 2: SubtermCriterion
Dependency Pair Problem
Dependency Pairs
gr#(s(x), s(y)) | → | gr#(x, y) |
Rewrite Rules
cond1(true, x, y) | → | cond2(gr(x, y), x, y) | | cond2(true, x, y) | → | cond1(gr0(x), y, y) |
cond2(false, x, y) | → | cond1(gr0(x), p(x), y) | | gr(0, x) | → | false |
gr(s(x), 0) | → | true | | gr(s(x), s(y)) | → | gr(x, y) |
gr0(0) | → | false | | gr0(s(x)) | → | true |
p(0) | → | 0 | | p(s(x)) | → | x |
Original Signature
Termination of terms over the following signature is verified: cond2, 0, s, gr0, p, true, false, gr, cond1
Strategy
Projection
The following projection was used:
Thus, the following dependency pairs are removed:
gr#(s(x), s(y)) | → | gr#(x, y) |