(0) Obligation:

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

U11(tt, V1, V2) → U12(isNat(activate(V1)), activate(V2))
U12(tt, V2) → U13(isNat(activate(V2)))
U13(tt) → tt
U21(tt, V1) → U22(isNat(activate(V1)))
U22(tt) → tt
U31(tt, N) → activate(N)
U41(tt, M, N) → s(plus(activate(N), activate(M)))
and(tt, X) → activate(X)
isNat(n__0) → tt
isNat(n__plus(V1, V2)) → U11(and(isNatKind(activate(V1)), n__isNatKind(activate(V2))), activate(V1), activate(V2))
isNat(n__s(V1)) → U21(isNatKind(activate(V1)), activate(V1))
isNatKind(n__0) → tt
isNatKind(n__plus(V1, V2)) → and(isNatKind(activate(V1)), n__isNatKind(activate(V2)))
isNatKind(n__s(V1)) → isNatKind(activate(V1))
plus(N, 0) → U31(and(isNat(N), n__isNatKind(N)), N)
plus(N, s(M)) → U41(and(and(isNat(M), n__isNatKind(M)), n__and(n__isNat(N), n__isNatKind(N))), M, N)
0n__0
plus(X1, X2) → n__plus(X1, X2)
isNatKind(X) → n__isNatKind(X)
s(X) → n__s(X)
and(X1, X2) → n__and(X1, X2)
isNat(X) → n__isNat(X)
activate(n__0) → 0
activate(n__plus(X1, X2)) → plus(activate(X1), activate(X2))
activate(n__isNatKind(X)) → isNatKind(X)
activate(n__s(X)) → s(activate(X))
activate(n__and(X1, X2)) → and(activate(X1), X2)
activate(n__isNat(X)) → isNat(X)
activate(X) → X

Q is empty.

(1) QTRSRRRProof (EQUIVALENT transformation)

Used ordering:
Combined order from the following AFS and order.
U11(x1, x2, x3)  =  U11(x1, x2, x3)
tt  =  tt
U12(x1, x2)  =  U12(x1, x2)
isNat(x1)  =  isNat(x1)
activate(x1)  =  x1
U13(x1)  =  x1
U21(x1, x2)  =  U21(x1, x2)
U22(x1)  =  x1
U31(x1, x2)  =  U31(x1, x2)
U41(x1, x2, x3)  =  U41(x1, x2, x3)
s(x1)  =  s(x1)
plus(x1, x2)  =  plus(x1, x2)
and(x1, x2)  =  and(x1, x2)
n__0  =  n__0
n__plus(x1, x2)  =  n__plus(x1, x2)
isNatKind(x1)  =  x1
n__isNatKind(x1)  =  x1
n__s(x1)  =  n__s(x1)
0  =  0
n__and(x1, x2)  =  n__and(x1, x2)
n__isNat(x1)  =  n__isNat(x1)

Recursive path order with status [RPO].
Quasi-Precedence:
[n0, 0] > tt > [U413, plus2, nplus2] > U113 > [U122, isNat1, U212, nisNat1] > [s1, ns1]
[n0, 0] > tt > [U413, plus2, nplus2] > U312 > [s1, ns1]
[n0, 0] > tt > [U413, plus2, nplus2] > [and2, nand2] > [s1, ns1]

Status:
nplus2: [2,1]
plus2: [2,1]
U312: multiset
nisNat1: multiset
U413: [2,3,1]
U113: multiset
U122: multiset
ns1: multiset
and2: multiset
0: multiset
U212: multiset
nand2: multiset
tt: multiset
n0: multiset
s1: multiset
isNat1: multiset

With this ordering the following rules can be removed by the rule removal processor [LPAR04] because they are oriented strictly:

U11(tt, V1, V2) → U12(isNat(activate(V1)), activate(V2))
U12(tt, V2) → U13(isNat(activate(V2)))
U21(tt, V1) → U22(isNat(activate(V1)))
U31(tt, N) → activate(N)
U41(tt, M, N) → s(plus(activate(N), activate(M)))
and(tt, X) → activate(X)
isNat(n__0) → tt
isNat(n__plus(V1, V2)) → U11(and(isNatKind(activate(V1)), n__isNatKind(activate(V2))), activate(V1), activate(V2))
isNat(n__s(V1)) → U21(isNatKind(activate(V1)), activate(V1))
isNatKind(n__0) → tt
isNatKind(n__plus(V1, V2)) → and(isNatKind(activate(V1)), n__isNatKind(activate(V2)))
isNatKind(n__s(V1)) → isNatKind(activate(V1))
plus(N, 0) → U31(and(isNat(N), n__isNatKind(N)), N)
plus(N, s(M)) → U41(and(and(isNat(M), n__isNatKind(M)), n__and(n__isNat(N), n__isNatKind(N))), M, N)


(2) Obligation:

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

U13(tt) → tt
U22(tt) → tt
0n__0
plus(X1, X2) → n__plus(X1, X2)
isNatKind(X) → n__isNatKind(X)
s(X) → n__s(X)
and(X1, X2) → n__and(X1, X2)
isNat(X) → n__isNat(X)
activate(n__0) → 0
activate(n__plus(X1, X2)) → plus(activate(X1), activate(X2))
activate(n__isNatKind(X)) → isNatKind(X)
activate(n__s(X)) → s(activate(X))
activate(n__and(X1, X2)) → and(activate(X1), X2)
activate(n__isNat(X)) → isNat(X)
activate(X) → X

Q is empty.

(3) QTRSRRRProof (EQUIVALENT transformation)

Used ordering:
Polynomial interpretation [POLO]:

POL(0) = 1   
POL(U13(x1)) = 1 + x1   
POL(U22(x1)) = 1 + x1   
POL(activate(x1)) = 1 + 2·x1   
POL(and(x1, x2)) = 2 + 2·x1 + 2·x2   
POL(isNat(x1)) = 2 + 2·x1   
POL(isNatKind(x1)) = 1 + 2·x1   
POL(n__0) = 0   
POL(n__and(x1, x2)) = 2 + 2·x1 + 2·x2   
POL(n__isNat(x1)) = 2 + x1   
POL(n__isNatKind(x1)) = x1   
POL(n__plus(x1, x2)) = 2 + 2·x1 + x2   
POL(n__s(x1)) = 1 + x1   
POL(plus(x1, x2)) = 2 + 2·x1 + x2   
POL(s(x1)) = 2 + x1   
POL(tt) = 0   
With this ordering the following rules can be removed by the rule removal processor [LPAR04] because they are oriented strictly:

U13(tt) → tt
U22(tt) → tt
0n__0
isNatKind(X) → n__isNatKind(X)
s(X) → n__s(X)
activate(n__and(X1, X2)) → and(activate(X1), X2)
activate(n__isNat(X)) → isNat(X)
activate(X) → X


(4) Obligation:

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

plus(X1, X2) → n__plus(X1, X2)
and(X1, X2) → n__and(X1, X2)
isNat(X) → n__isNat(X)
activate(n__0) → 0
activate(n__plus(X1, X2)) → plus(activate(X1), activate(X2))
activate(n__isNatKind(X)) → isNatKind(X)
activate(n__s(X)) → s(activate(X))

Q is empty.

(5) QTRSRRRProof (EQUIVALENT transformation)

Used ordering:
Polynomial interpretation [POLO]:

POL(0) = 0   
POL(activate(x1)) = x1   
POL(and(x1, x2)) = 1 + x1 + x2   
POL(isNat(x1)) = 1 + x1   
POL(isNatKind(x1)) = x1   
POL(n__0) = 1   
POL(n__and(x1, x2)) = x1 + x2   
POL(n__isNat(x1)) = x1   
POL(n__isNatKind(x1)) = 1 + x1   
POL(n__plus(x1, x2)) = x1 + x2   
POL(n__s(x1)) = 1 + x1   
POL(plus(x1, x2)) = x1 + x2   
POL(s(x1)) = x1   
With this ordering the following rules can be removed by the rule removal processor [LPAR04] because they are oriented strictly:

and(X1, X2) → n__and(X1, X2)
isNat(X) → n__isNat(X)
activate(n__0) → 0
activate(n__isNatKind(X)) → isNatKind(X)
activate(n__s(X)) → s(activate(X))


(6) Obligation:

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

plus(X1, X2) → n__plus(X1, X2)
activate(n__plus(X1, X2)) → plus(activate(X1), activate(X2))

Q is empty.

(7) QTRSRRRProof (EQUIVALENT transformation)

Used ordering:
Polynomial interpretation [POLO]:

POL(activate(x1)) = 2·x1   
POL(n__plus(x1, x2)) = 1 + 2·x1 + 2·x2   
POL(plus(x1, x2)) = 1 + 2·x1 + 2·x2   
With this ordering the following rules can be removed by the rule removal processor [LPAR04] because they are oriented strictly:

activate(n__plus(X1, X2)) → plus(activate(X1), activate(X2))


(8) Obligation:

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

plus(X1, X2) → n__plus(X1, X2)

Q is empty.

(9) QTRSRRRProof (EQUIVALENT transformation)

Used ordering:
Polynomial interpretation [POLO]:

POL(n__plus(x1, x2)) = x1 + x2   
POL(plus(x1, x2)) = 1 + x1 + x2   
With this ordering the following rules can be removed by the rule removal processor [LPAR04] because they are oriented strictly:

plus(X1, X2) → n__plus(X1, X2)


(10) Obligation:

Q restricted rewrite system:
R is empty.
Q is empty.

(11) RisEmptyProof (EQUIVALENT transformation)

The TRS R is empty. Hence, termination is trivially proven.

(12) TRUE

(13) RisEmptyProof (EQUIVALENT transformation)

The TRS R is empty. Hence, termination is trivially proven.

(14) TRUE