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