(0) Obligation:
Q restricted rewrite system:
The TRS R consists of the following rules:
a__nats → cons(0, incr(nats))
a__pairs → cons(0, incr(odds))
a__odds → a__incr(a__pairs)
a__incr(cons(X, XS)) → cons(s(mark(X)), incr(XS))
a__head(cons(X, XS)) → mark(X)
a__tail(cons(X, XS)) → mark(XS)
mark(nats) → a__nats
mark(pairs) → a__pairs
mark(odds) → a__odds
mark(incr(X)) → a__incr(mark(X))
mark(head(X)) → a__head(mark(X))
mark(tail(X)) → a__tail(mark(X))
mark(0) → 0
mark(s(X)) → s(mark(X))
mark(nil) → nil
mark(cons(X1, X2)) → cons(mark(X1), X2)
a__nats → nats
a__pairs → pairs
a__odds → odds
a__incr(X) → incr(X)
a__head(X) → head(X)
a__tail(X) → tail(X)
Q is empty.
(1) QTRSRRRProof (EQUIVALENT transformation)
Used ordering:
Polynomial interpretation [POLO]:
POL(0) = 0
POL(a__head(x1)) = 2 + x1
POL(a__incr(x1)) = 2·x1
POL(a__nats) = 2
POL(a__odds) = 0
POL(a__pairs) = 0
POL(a__tail(x1)) = 1 + 2·x1
POL(cons(x1, x2)) = 2·x1 + x2
POL(head(x1)) = 1 + x1
POL(incr(x1)) = 2·x1
POL(mark(x1)) = 2·x1
POL(nats) = 1
POL(nil) = 1
POL(odds) = 0
POL(pairs) = 0
POL(s(x1)) = x1
POL(tail(x1)) = 1 + 2·x1
With this ordering the following rules can be removed by the rule removal processor [LPAR04] because they are oriented strictly:
a__head(cons(X, XS)) → mark(X)
a__tail(cons(X, XS)) → mark(XS)
mark(tail(X)) → a__tail(mark(X))
mark(nil) → nil
a__nats → nats
a__head(X) → head(X)
(2) Obligation:
Q restricted rewrite system:
The TRS R consists of the following rules:
a__nats → cons(0, incr(nats))
a__pairs → cons(0, incr(odds))
a__odds → a__incr(a__pairs)
a__incr(cons(X, XS)) → cons(s(mark(X)), incr(XS))
mark(nats) → a__nats
mark(pairs) → a__pairs
mark(odds) → a__odds
mark(incr(X)) → a__incr(mark(X))
mark(head(X)) → a__head(mark(X))
mark(0) → 0
mark(s(X)) → s(mark(X))
mark(cons(X1, X2)) → cons(mark(X1), X2)
a__pairs → pairs
a__odds → odds
a__incr(X) → incr(X)
a__tail(X) → tail(X)
Q is empty.
(3) QTRSRRRProof (EQUIVALENT transformation)
Used ordering:
Polynomial interpretation [POLO]:
POL(0) = 0
POL(a__head(x1)) = x1
POL(a__incr(x1)) = 2·x1
POL(a__nats) = 0
POL(a__odds) = 0
POL(a__pairs) = 0
POL(a__tail(x1)) = 2 + 2·x1
POL(cons(x1, x2)) = 2·x1 + 2·x2
POL(head(x1)) = 2·x1
POL(incr(x1)) = 2·x1
POL(mark(x1)) = 2·x1
POL(nats) = 0
POL(odds) = 0
POL(pairs) = 0
POL(s(x1)) = x1
POL(tail(x1)) = 1 + x1
With this ordering the following rules can be removed by the rule removal processor [LPAR04] because they are oriented strictly:
a__tail(X) → tail(X)
(4) Obligation:
Q restricted rewrite system:
The TRS R consists of the following rules:
a__nats → cons(0, incr(nats))
a__pairs → cons(0, incr(odds))
a__odds → a__incr(a__pairs)
a__incr(cons(X, XS)) → cons(s(mark(X)), incr(XS))
mark(nats) → a__nats
mark(pairs) → a__pairs
mark(odds) → a__odds
mark(incr(X)) → a__incr(mark(X))
mark(head(X)) → a__head(mark(X))
mark(0) → 0
mark(s(X)) → s(mark(X))
mark(cons(X1, X2)) → cons(mark(X1), X2)
a__pairs → pairs
a__odds → odds
a__incr(X) → incr(X)
Q is empty.
(5) QTRSRRRProof (EQUIVALENT transformation)
Used ordering:
Polynomial interpretation [POLO]:
POL(0) = 0
POL(a__head(x1)) = x1
POL(a__incr(x1)) = 2·x1
POL(a__nats) = 0
POL(a__odds) = 0
POL(a__pairs) = 0
POL(cons(x1, x2)) = x1 + 2·x2
POL(head(x1)) = 1 + x1
POL(incr(x1)) = 2·x1
POL(mark(x1)) = x1
POL(nats) = 0
POL(odds) = 0
POL(pairs) = 0
POL(s(x1)) = x1
With this ordering the following rules can be removed by the rule removal processor [LPAR04] because they are oriented strictly:
mark(head(X)) → a__head(mark(X))
(6) Obligation:
Q restricted rewrite system:
The TRS R consists of the following rules:
a__nats → cons(0, incr(nats))
a__pairs → cons(0, incr(odds))
a__odds → a__incr(a__pairs)
a__incr(cons(X, XS)) → cons(s(mark(X)), incr(XS))
mark(nats) → a__nats
mark(pairs) → a__pairs
mark(odds) → a__odds
mark(incr(X)) → a__incr(mark(X))
mark(0) → 0
mark(s(X)) → s(mark(X))
mark(cons(X1, X2)) → cons(mark(X1), X2)
a__pairs → pairs
a__odds → odds
a__incr(X) → incr(X)
Q is empty.
(7) DependencyPairsProof (EQUIVALENT transformation)
Using Dependency Pairs [AG00,LPAR04] we result in the following initial DP problem.
(8) Obligation:
Q DP problem:
The TRS P consists of the following rules:
A__ODDS → A__INCR(a__pairs)
A__ODDS → A__PAIRS
A__INCR(cons(X, XS)) → MARK(X)
MARK(nats) → A__NATS
MARK(pairs) → A__PAIRS
MARK(odds) → A__ODDS
MARK(incr(X)) → A__INCR(mark(X))
MARK(incr(X)) → MARK(X)
MARK(s(X)) → MARK(X)
MARK(cons(X1, X2)) → MARK(X1)
The TRS R consists of the following rules:
a__nats → cons(0, incr(nats))
a__pairs → cons(0, incr(odds))
a__odds → a__incr(a__pairs)
a__incr(cons(X, XS)) → cons(s(mark(X)), incr(XS))
mark(nats) → a__nats
mark(pairs) → a__pairs
mark(odds) → a__odds
mark(incr(X)) → a__incr(mark(X))
mark(0) → 0
mark(s(X)) → s(mark(X))
mark(cons(X1, X2)) → cons(mark(X1), X2)
a__pairs → pairs
a__odds → odds
a__incr(X) → incr(X)
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
(9) DependencyGraphProof (EQUIVALENT transformation)
The approximation of the Dependency Graph [LPAR04,FROCOS05,EDGSTAR] contains 1 SCC with 3 less nodes.
(10) Obligation:
Q DP problem:
The TRS P consists of the following rules:
A__INCR(cons(X, XS)) → MARK(X)
MARK(odds) → A__ODDS
A__ODDS → A__INCR(a__pairs)
MARK(incr(X)) → A__INCR(mark(X))
MARK(incr(X)) → MARK(X)
MARK(s(X)) → MARK(X)
MARK(cons(X1, X2)) → MARK(X1)
The TRS R consists of the following rules:
a__nats → cons(0, incr(nats))
a__pairs → cons(0, incr(odds))
a__odds → a__incr(a__pairs)
a__incr(cons(X, XS)) → cons(s(mark(X)), incr(XS))
mark(nats) → a__nats
mark(pairs) → a__pairs
mark(odds) → a__odds
mark(incr(X)) → a__incr(mark(X))
mark(0) → 0
mark(s(X)) → s(mark(X))
mark(cons(X1, X2)) → cons(mark(X1), X2)
a__pairs → pairs
a__odds → odds
a__incr(X) → incr(X)
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
(11) MRRProof (EQUIVALENT transformation)
By using the rule removal processor [LPAR04] with the following ordering, at least one Dependency Pair or term rewrite system rule of this QDP problem can be strictly oriented.
Strictly oriented dependency pairs:
MARK(odds) → A__ODDS
Used ordering: Polynomial interpretation [POLO]:
POL(0) = 0
POL(A__INCR(x1)) = x1
POL(A__ODDS) = 2
POL(MARK(x1)) = 2·x1
POL(a__incr(x1)) = x1
POL(a__nats) = 2
POL(a__odds) = 2
POL(a__pairs) = 2
POL(cons(x1, x2)) = 2·x1 + x2
POL(incr(x1)) = x1
POL(mark(x1)) = x1
POL(nats) = 2
POL(odds) = 2
POL(pairs) = 2
POL(s(x1)) = x1
(12) Obligation:
Q DP problem:
The TRS P consists of the following rules:
A__INCR(cons(X, XS)) → MARK(X)
A__ODDS → A__INCR(a__pairs)
MARK(incr(X)) → A__INCR(mark(X))
MARK(incr(X)) → MARK(X)
MARK(s(X)) → MARK(X)
MARK(cons(X1, X2)) → MARK(X1)
The TRS R consists of the following rules:
a__nats → cons(0, incr(nats))
a__pairs → cons(0, incr(odds))
a__odds → a__incr(a__pairs)
a__incr(cons(X, XS)) → cons(s(mark(X)), incr(XS))
mark(nats) → a__nats
mark(pairs) → a__pairs
mark(odds) → a__odds
mark(incr(X)) → a__incr(mark(X))
mark(0) → 0
mark(s(X)) → s(mark(X))
mark(cons(X1, X2)) → cons(mark(X1), X2)
a__pairs → pairs
a__odds → odds
a__incr(X) → incr(X)
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
(13) DependencyGraphProof (EQUIVALENT transformation)
The approximation of the Dependency Graph [LPAR04,FROCOS05,EDGSTAR] contains 1 SCC with 1 less node.
(14) Obligation:
Q DP problem:
The TRS P consists of the following rules:
MARK(incr(X)) → A__INCR(mark(X))
A__INCR(cons(X, XS)) → MARK(X)
MARK(incr(X)) → MARK(X)
MARK(s(X)) → MARK(X)
MARK(cons(X1, X2)) → MARK(X1)
The TRS R consists of the following rules:
a__nats → cons(0, incr(nats))
a__pairs → cons(0, incr(odds))
a__odds → a__incr(a__pairs)
a__incr(cons(X, XS)) → cons(s(mark(X)), incr(XS))
mark(nats) → a__nats
mark(pairs) → a__pairs
mark(odds) → a__odds
mark(incr(X)) → a__incr(mark(X))
mark(0) → 0
mark(s(X)) → s(mark(X))
mark(cons(X1, X2)) → cons(mark(X1), X2)
a__pairs → pairs
a__odds → odds
a__incr(X) → incr(X)
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
(15) QDPOrderProof (EQUIVALENT transformation)
We use the reduction pair processor [LPAR04,JAR06].
The following pairs can be oriented strictly and are deleted.
MARK(incr(X)) → A__INCR(mark(X))
A__INCR(cons(X, XS)) → MARK(X)
MARK(cons(X1, X2)) → MARK(X1)
The remaining pairs can at least be oriented weakly.
Used ordering: Polynomial Order [NEGPOLO,POLO] with Interpretation:
POL( cons(x1, x2) ) = x1 + 1 |
The following usable rules [FROCOS05] with respect to the argument filtering of the ordering [JAR06] were oriented:
mark(nats) → a__nats
mark(pairs) → a__pairs
mark(odds) → a__odds
mark(incr(X)) → a__incr(mark(X))
mark(0) → 0
mark(s(X)) → s(mark(X))
mark(cons(X1, X2)) → cons(mark(X1), X2)
a__odds → odds
a__odds → a__incr(a__pairs)
a__pairs → cons(0, incr(odds))
a__pairs → pairs
a__incr(X) → incr(X)
a__incr(cons(X, XS)) → cons(s(mark(X)), incr(XS))
a__nats → cons(0, incr(nats))
(16) Obligation:
Q DP problem:
The TRS P consists of the following rules:
MARK(incr(X)) → MARK(X)
MARK(s(X)) → MARK(X)
The TRS R consists of the following rules:
a__nats → cons(0, incr(nats))
a__pairs → cons(0, incr(odds))
a__odds → a__incr(a__pairs)
a__incr(cons(X, XS)) → cons(s(mark(X)), incr(XS))
mark(nats) → a__nats
mark(pairs) → a__pairs
mark(odds) → a__odds
mark(incr(X)) → a__incr(mark(X))
mark(0) → 0
mark(s(X)) → s(mark(X))
mark(cons(X1, X2)) → cons(mark(X1), X2)
a__pairs → pairs
a__odds → odds
a__incr(X) → incr(X)
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
(17) UsableRulesProof (EQUIVALENT transformation)
We can use the usable rules and reduction pair processor [LPAR04] with the Ce-compatible extension of the polynomial order that maps every function symbol to the sum of its arguments. Then, we can delete all non-usable rules [FROCOS05] from R.
(18) Obligation:
Q DP problem:
The TRS P consists of the following rules:
MARK(incr(X)) → MARK(X)
MARK(s(X)) → MARK(X)
R is empty.
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
(19) QDPSizeChangeProof (EQUIVALENT transformation)
By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem.
From the DPs we obtained the following set of size-change graphs:
- MARK(incr(X)) → MARK(X)
The graph contains the following edges 1 > 1
- MARK(s(X)) → MARK(X)
The graph contains the following edges 1 > 1
(20) YES