(0) Obligation:

Q restricted rewrite system:
The TRS R consists of the following rules:

a__filter(cons(X, Y), 0, M) → cons(0, filter(Y, M, M))
a__filter(cons(X, Y), s(N), M) → cons(mark(X), filter(Y, N, M))
a__sieve(cons(0, Y)) → cons(0, sieve(Y))
a__sieve(cons(s(N), Y)) → cons(s(mark(N)), sieve(filter(Y, N, N)))
a__nats(N) → cons(mark(N), nats(s(N)))
a__zprimesa__sieve(a__nats(s(s(0))))
mark(filter(X1, X2, X3)) → a__filter(mark(X1), mark(X2), mark(X3))
mark(sieve(X)) → a__sieve(mark(X))
mark(nats(X)) → a__nats(mark(X))
mark(zprimes) → a__zprimes
mark(cons(X1, X2)) → cons(mark(X1), X2)
mark(0) → 0
mark(s(X)) → s(mark(X))
a__filter(X1, X2, X3) → filter(X1, X2, X3)
a__sieve(X) → sieve(X)
a__nats(X) → nats(X)
a__zprimeszprimes

Q is empty.

(1) DependencyPairsProof (EQUIVALENT transformation)

Using Dependency Pairs [AG00,LPAR04] we result in the following initial DP problem.

(2) Obligation:

Q DP problem:
The TRS P consists of the following rules:

A__FILTER(cons(X, Y), s(N), M) → MARK(X)
A__SIEVE(cons(s(N), Y)) → MARK(N)
A__NATS(N) → MARK(N)
A__ZPRIMESA__SIEVE(a__nats(s(s(0))))
A__ZPRIMESA__NATS(s(s(0)))
MARK(filter(X1, X2, X3)) → A__FILTER(mark(X1), mark(X2), mark(X3))
MARK(filter(X1, X2, X3)) → MARK(X1)
MARK(filter(X1, X2, X3)) → MARK(X2)
MARK(filter(X1, X2, X3)) → MARK(X3)
MARK(sieve(X)) → A__SIEVE(mark(X))
MARK(sieve(X)) → MARK(X)
MARK(nats(X)) → A__NATS(mark(X))
MARK(nats(X)) → MARK(X)
MARK(zprimes) → A__ZPRIMES
MARK(cons(X1, X2)) → MARK(X1)
MARK(s(X)) → MARK(X)

The TRS R consists of the following rules:

a__filter(cons(X, Y), 0, M) → cons(0, filter(Y, M, M))
a__filter(cons(X, Y), s(N), M) → cons(mark(X), filter(Y, N, M))
a__sieve(cons(0, Y)) → cons(0, sieve(Y))
a__sieve(cons(s(N), Y)) → cons(s(mark(N)), sieve(filter(Y, N, N)))
a__nats(N) → cons(mark(N), nats(s(N)))
a__zprimesa__sieve(a__nats(s(s(0))))
mark(filter(X1, X2, X3)) → a__filter(mark(X1), mark(X2), mark(X3))
mark(sieve(X)) → a__sieve(mark(X))
mark(nats(X)) → a__nats(mark(X))
mark(zprimes) → a__zprimes
mark(cons(X1, X2)) → cons(mark(X1), X2)
mark(0) → 0
mark(s(X)) → s(mark(X))
a__filter(X1, X2, X3) → filter(X1, X2, X3)
a__sieve(X) → sieve(X)
a__nats(X) → nats(X)
a__zprimeszprimes

Q is empty.
We have to consider all minimal (P,Q,R)-chains.

(3) QDPOrderProof (EQUIVALENT transformation)

We use the reduction pair processor [LPAR04].


The following pairs can be oriented strictly and are deleted.


A__FILTER(cons(X, Y), s(N), M) → MARK(X)
A__SIEVE(cons(s(N), Y)) → MARK(N)
A__ZPRIMESA__SIEVE(a__nats(s(s(0))))
A__ZPRIMESA__NATS(s(s(0)))
MARK(filter(X1, X2, X3)) → A__FILTER(mark(X1), mark(X2), mark(X3))
MARK(filter(X1, X2, X3)) → MARK(X1)
MARK(filter(X1, X2, X3)) → MARK(X2)
MARK(filter(X1, X2, X3)) → MARK(X3)
MARK(sieve(X)) → A__SIEVE(mark(X))
MARK(sieve(X)) → MARK(X)
MARK(zprimes) → A__ZPRIMES
The remaining pairs can at least be oriented weakly.
Used ordering: SCNP Order with the following components:
Level mapping:
Top level AFS:
A__FILTER(x0, x1, x2, x3)  =  A__FILTER(x1, x2, x3)
MARK(x0, x1)  =  MARK(x1)
A__SIEVE(x0, x1)  =  A__SIEVE(x1)
A__NATS(x0, x1)  =  A__NATS(x1)
A__ZPRIMES(x0)  =  A__ZPRIMES(x0)

Tags:
A__FILTER has argument tags [8,2,14,7] and root tag 1
MARK has argument tags [0,2] and root tag 0
A__SIEVE has argument tags [0,3] and root tag 5
A__NATS has argument tags [11,2] and root tag 0
A__ZPRIMES has argument tags [4] and root tag 1

Comparison: MAX
Underlying order for the size change arcs and the rules of R:
Combined order from the following AFS and order.
A__FILTER(x1, x2, x3)  =  A__FILTER(x2, x3)
cons(x1, x2)  =  x1
s(x1)  =  x1
MARK(x1)  =  MARK(x1)
A__SIEVE(x1)  =  A__SIEVE
A__NATS(x1)  =  A__NATS(x1)
A__ZPRIMES  =  A__ZPRIMES
a__nats(x1)  =  x1
0  =  0
filter(x1, x2, x3)  =  filter(x1, x2, x3)
mark(x1)  =  x1
sieve(x1)  =  sieve(x1)
nats(x1)  =  x1
zprimes  =  zprimes
a__filter(x1, x2, x3)  =  a__filter(x1, x2, x3)
a__sieve(x1)  =  a__sieve(x1)
a__zprimes  =  a__zprimes

Recursive path order with status [RPO].
Quasi-Precedence:
ASIEVE > [MARK1, ANATS1, AZPRIMES, 0]
[zprimes, azprimes] > [AFILTER2, filter3, sieve1, afilter3, asieve1] > [MARK1, ANATS1, AZPRIMES, 0]

Status:
AFILTER2: multiset
MARK1: multiset
ASIEVE: multiset
ANATS1: [1]
AZPRIMES: multiset
0: multiset
filter3: multiset
sieve1: [1]
zprimes: multiset
afilter3: multiset
asieve1: [1]
azprimes: multiset


The following usable rules [FROCOS05] were oriented:

a__nats(N) → cons(mark(N), nats(s(N)))
a__nats(X) → nats(X)
mark(filter(X1, X2, X3)) → a__filter(mark(X1), mark(X2), mark(X3))
mark(sieve(X)) → a__sieve(mark(X))
mark(nats(X)) → a__nats(mark(X))
mark(zprimes) → a__zprimes
mark(cons(X1, X2)) → cons(mark(X1), X2)
mark(0) → 0
mark(s(X)) → s(mark(X))
a__sieve(cons(s(N), Y)) → cons(s(mark(N)), sieve(filter(Y, N, N)))
a__filter(cons(X, Y), s(N), M) → cons(mark(X), filter(Y, N, M))
a__zprimesa__sieve(a__nats(s(s(0))))
a__sieve(cons(0, Y)) → cons(0, sieve(Y))
a__sieve(X) → sieve(X)
a__filter(cons(X, Y), 0, M) → cons(0, filter(Y, M, M))
a__filter(X1, X2, X3) → filter(X1, X2, X3)
a__zprimeszprimes

(4) Obligation:

Q DP problem:
The TRS P consists of the following rules:

A__NATS(N) → MARK(N)
MARK(nats(X)) → A__NATS(mark(X))
MARK(nats(X)) → MARK(X)
MARK(cons(X1, X2)) → MARK(X1)
MARK(s(X)) → MARK(X)

The TRS R consists of the following rules:

a__filter(cons(X, Y), 0, M) → cons(0, filter(Y, M, M))
a__filter(cons(X, Y), s(N), M) → cons(mark(X), filter(Y, N, M))
a__sieve(cons(0, Y)) → cons(0, sieve(Y))
a__sieve(cons(s(N), Y)) → cons(s(mark(N)), sieve(filter(Y, N, N)))
a__nats(N) → cons(mark(N), nats(s(N)))
a__zprimesa__sieve(a__nats(s(s(0))))
mark(filter(X1, X2, X3)) → a__filter(mark(X1), mark(X2), mark(X3))
mark(sieve(X)) → a__sieve(mark(X))
mark(nats(X)) → a__nats(mark(X))
mark(zprimes) → a__zprimes
mark(cons(X1, X2)) → cons(mark(X1), X2)
mark(0) → 0
mark(s(X)) → s(mark(X))
a__filter(X1, X2, X3) → filter(X1, X2, X3)
a__sieve(X) → sieve(X)
a__nats(X) → nats(X)
a__zprimeszprimes

Q is empty.
We have to consider all minimal (P,Q,R)-chains.

(5) QDPOrderProof (EQUIVALENT transformation)

We use the reduction pair processor [LPAR04].


The following pairs can be oriented strictly and are deleted.


MARK(nats(X)) → MARK(X)
The remaining pairs can at least be oriented weakly.
Used ordering: SCNP Order with the following components:
Level mapping:
Top level AFS:
A__NATS(x0, x1)  =  A__NATS(x0)
MARK(x0, x1)  =  MARK(x1)

Tags:
A__NATS has argument tags [0,1] and root tag 0
MARK has argument tags [2,0] and root tag 0

Comparison: MAX
Underlying order for the size change arcs and the rules of R:
Combined order from the following AFS and order.
A__NATS(x1)  =  x1
MARK(x1)  =  x1
nats(x1)  =  nats(x1)
mark(x1)  =  mark(x1)
cons(x1, x2)  =  x1
s(x1)  =  x1
filter(x1, x2, x3)  =  filter(x1)
a__filter(x1, x2, x3)  =  a__filter(x1)
sieve(x1)  =  sieve(x1)
a__sieve(x1)  =  a__sieve(x1)
a__nats(x1)  =  a__nats(x1)
zprimes  =  zprimes
a__zprimes  =  a__zprimes
0  =  0

Recursive path order with status [RPO].
Quasi-Precedence:
[zprimes, azprimes] > [nats1, mark1, filter1, afilter1, sieve1, asieve1, anats1, 0]

Status:
nats1: multiset
mark1: multiset
filter1: multiset
afilter1: multiset
sieve1: multiset
asieve1: multiset
anats1: multiset
zprimes: multiset
azprimes: multiset
0: multiset


The following usable rules [FROCOS05] were oriented:

mark(filter(X1, X2, X3)) → a__filter(mark(X1), mark(X2), mark(X3))
mark(sieve(X)) → a__sieve(mark(X))
mark(nats(X)) → a__nats(mark(X))
mark(zprimes) → a__zprimes
mark(cons(X1, X2)) → cons(mark(X1), X2)
mark(0) → 0
mark(s(X)) → s(mark(X))
a__sieve(cons(s(N), Y)) → cons(s(mark(N)), sieve(filter(Y, N, N)))
a__filter(cons(X, Y), s(N), M) → cons(mark(X), filter(Y, N, M))
a__nats(N) → cons(mark(N), nats(s(N)))
a__zprimesa__sieve(a__nats(s(s(0))))
a__sieve(cons(0, Y)) → cons(0, sieve(Y))
a__sieve(X) → sieve(X)
a__filter(cons(X, Y), 0, M) → cons(0, filter(Y, M, M))
a__filter(X1, X2, X3) → filter(X1, X2, X3)
a__nats(X) → nats(X)
a__zprimeszprimes

(6) Obligation:

Q DP problem:
The TRS P consists of the following rules:

A__NATS(N) → MARK(N)
MARK(nats(X)) → A__NATS(mark(X))
MARK(cons(X1, X2)) → MARK(X1)
MARK(s(X)) → MARK(X)

The TRS R consists of the following rules:

a__filter(cons(X, Y), 0, M) → cons(0, filter(Y, M, M))
a__filter(cons(X, Y), s(N), M) → cons(mark(X), filter(Y, N, M))
a__sieve(cons(0, Y)) → cons(0, sieve(Y))
a__sieve(cons(s(N), Y)) → cons(s(mark(N)), sieve(filter(Y, N, N)))
a__nats(N) → cons(mark(N), nats(s(N)))
a__zprimesa__sieve(a__nats(s(s(0))))
mark(filter(X1, X2, X3)) → a__filter(mark(X1), mark(X2), mark(X3))
mark(sieve(X)) → a__sieve(mark(X))
mark(nats(X)) → a__nats(mark(X))
mark(zprimes) → a__zprimes
mark(cons(X1, X2)) → cons(mark(X1), X2)
mark(0) → 0
mark(s(X)) → s(mark(X))
a__filter(X1, X2, X3) → filter(X1, X2, X3)
a__sieve(X) → sieve(X)
a__nats(X) → nats(X)
a__zprimeszprimes

Q is empty.
We have to consider all minimal (P,Q,R)-chains.

(7) QDPOrderProof (EQUIVALENT transformation)

We use the reduction pair processor [LPAR04].


The following pairs can be oriented strictly and are deleted.


MARK(s(X)) → MARK(X)
The remaining pairs can at least be oriented weakly.
Used ordering: SCNP Order with the following components:
Level mapping:
Top level AFS:
A__NATS(x0, x1)  =  A__NATS(x0)
MARK(x0, x1)  =  MARK(x1)

Tags:
A__NATS has argument tags [0,3] and root tag 1
MARK has argument tags [0,0] and root tag 1

Comparison: MAX
Underlying order for the size change arcs and the rules of R:
Combined order from the following AFS and order.
A__NATS(x1)  =  x1
MARK(x1)  =  MARK(x1)
nats(x1)  =  x1
mark(x1)  =  x1
cons(x1, x2)  =  x1
s(x1)  =  s(x1)
filter(x1, x2, x3)  =  filter(x1, x2, x3)
a__filter(x1, x2, x3)  =  a__filter(x1, x2, x3)
sieve(x1)  =  x1
a__sieve(x1)  =  x1
a__nats(x1)  =  x1
zprimes  =  zprimes
a__zprimes  =  a__zprimes
0  =  0

Recursive path order with status [RPO].
Quasi-Precedence:
[filter3, afilter3] > 0
[zprimes, azprimes] > s1
[zprimes, azprimes] > 0

Status:
MARK1: multiset
s1: multiset
filter3: [1,2,3]
afilter3: [1,2,3]
zprimes: multiset
azprimes: multiset
0: multiset


The following usable rules [FROCOS05] were oriented:

mark(filter(X1, X2, X3)) → a__filter(mark(X1), mark(X2), mark(X3))
mark(sieve(X)) → a__sieve(mark(X))
mark(nats(X)) → a__nats(mark(X))
mark(zprimes) → a__zprimes
mark(cons(X1, X2)) → cons(mark(X1), X2)
mark(0) → 0
mark(s(X)) → s(mark(X))
a__sieve(cons(s(N), Y)) → cons(s(mark(N)), sieve(filter(Y, N, N)))
a__filter(cons(X, Y), s(N), M) → cons(mark(X), filter(Y, N, M))
a__nats(N) → cons(mark(N), nats(s(N)))
a__zprimesa__sieve(a__nats(s(s(0))))
a__sieve(cons(0, Y)) → cons(0, sieve(Y))
a__sieve(X) → sieve(X)
a__filter(cons(X, Y), 0, M) → cons(0, filter(Y, M, M))
a__filter(X1, X2, X3) → filter(X1, X2, X3)
a__nats(X) → nats(X)
a__zprimeszprimes

(8) Obligation:

Q DP problem:
The TRS P consists of the following rules:

A__NATS(N) → MARK(N)
MARK(nats(X)) → A__NATS(mark(X))
MARK(cons(X1, X2)) → MARK(X1)

The TRS R consists of the following rules:

a__filter(cons(X, Y), 0, M) → cons(0, filter(Y, M, M))
a__filter(cons(X, Y), s(N), M) → cons(mark(X), filter(Y, N, M))
a__sieve(cons(0, Y)) → cons(0, sieve(Y))
a__sieve(cons(s(N), Y)) → cons(s(mark(N)), sieve(filter(Y, N, N)))
a__nats(N) → cons(mark(N), nats(s(N)))
a__zprimesa__sieve(a__nats(s(s(0))))
mark(filter(X1, X2, X3)) → a__filter(mark(X1), mark(X2), mark(X3))
mark(sieve(X)) → a__sieve(mark(X))
mark(nats(X)) → a__nats(mark(X))
mark(zprimes) → a__zprimes
mark(cons(X1, X2)) → cons(mark(X1), X2)
mark(0) → 0
mark(s(X)) → s(mark(X))
a__filter(X1, X2, X3) → filter(X1, X2, X3)
a__sieve(X) → sieve(X)
a__nats(X) → nats(X)
a__zprimeszprimes

Q is empty.
We have to consider all minimal (P,Q,R)-chains.

(9) QDPOrderProof (EQUIVALENT transformation)

We use the reduction pair processor [LPAR04].


The following pairs can be oriented strictly and are deleted.


A__NATS(N) → MARK(N)
MARK(nats(X)) → A__NATS(mark(X))
MARK(cons(X1, X2)) → MARK(X1)
The remaining pairs can at least be oriented weakly.
Used ordering: SCNP Order with the following components:
Level mapping:
Top level AFS:
A__NATS(x0, x1)  =  A__NATS(x0, x1)
MARK(x0, x1)  =  MARK(x1)

Tags:
A__NATS has argument tags [2,3] and root tag 0
MARK has argument tags [0,2] and root tag 1

Comparison: MAX
Underlying order for the size change arcs and the rules of R:
Combined order from the following AFS and order.
A__NATS(x1)  =  A__NATS(x1)
MARK(x1)  =  MARK
nats(x1)  =  nats(x1)
mark(x1)  =  x1
cons(x1, x2)  =  cons(x1)
filter(x1, x2, x3)  =  x1
a__filter(x1, x2, x3)  =  x1
sieve(x1)  =  sieve
a__sieve(x1)  =  a__sieve
a__nats(x1)  =  a__nats(x1)
zprimes  =  zprimes
a__zprimes  =  a__zprimes
0  =  0
s(x1)  =  s

Recursive path order with status [RPO].
Quasi-Precedence:
MARK > [ANATS1, nats1, anats1] > [cons1, s] > 0
[zprimes, azprimes] > [ANATS1, nats1, anats1] > [cons1, s] > 0
[zprimes, azprimes] > [sieve, asieve] > [cons1, s] > 0

Status:
ANATS1: multiset
MARK: []
nats1: multiset
cons1: [1]
sieve: []
asieve: []
anats1: multiset
zprimes: multiset
azprimes: multiset
0: multiset
s: multiset


The following usable rules [FROCOS05] were oriented:

mark(filter(X1, X2, X3)) → a__filter(mark(X1), mark(X2), mark(X3))
mark(sieve(X)) → a__sieve(mark(X))
mark(nats(X)) → a__nats(mark(X))
mark(zprimes) → a__zprimes
mark(cons(X1, X2)) → cons(mark(X1), X2)
mark(0) → 0
mark(s(X)) → s(mark(X))
a__sieve(cons(s(N), Y)) → cons(s(mark(N)), sieve(filter(Y, N, N)))
a__filter(cons(X, Y), s(N), M) → cons(mark(X), filter(Y, N, M))
a__nats(N) → cons(mark(N), nats(s(N)))
a__zprimesa__sieve(a__nats(s(s(0))))
a__sieve(cons(0, Y)) → cons(0, sieve(Y))
a__sieve(X) → sieve(X)
a__filter(cons(X, Y), 0, M) → cons(0, filter(Y, M, M))
a__filter(X1, X2, X3) → filter(X1, X2, X3)
a__nats(X) → nats(X)
a__zprimeszprimes

(10) Obligation:

Q DP problem:
P is empty.
The TRS R consists of the following rules:

a__filter(cons(X, Y), 0, M) → cons(0, filter(Y, M, M))
a__filter(cons(X, Y), s(N), M) → cons(mark(X), filter(Y, N, M))
a__sieve(cons(0, Y)) → cons(0, sieve(Y))
a__sieve(cons(s(N), Y)) → cons(s(mark(N)), sieve(filter(Y, N, N)))
a__nats(N) → cons(mark(N), nats(s(N)))
a__zprimesa__sieve(a__nats(s(s(0))))
mark(filter(X1, X2, X3)) → a__filter(mark(X1), mark(X2), mark(X3))
mark(sieve(X)) → a__sieve(mark(X))
mark(nats(X)) → a__nats(mark(X))
mark(zprimes) → a__zprimes
mark(cons(X1, X2)) → cons(mark(X1), X2)
mark(0) → 0
mark(s(X)) → s(mark(X))
a__filter(X1, X2, X3) → filter(X1, X2, X3)
a__sieve(X) → sieve(X)
a__nats(X) → nats(X)
a__zprimeszprimes

Q is empty.
We have to consider all minimal (P,Q,R)-chains.

(11) PisEmptyProof (EQUIVALENT transformation)

The TRS P is empty. Hence, there is no (P,Q,R) chain.

(12) TRUE