(0) Obligation:

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

D(t) → s(h)
D(constant) → h
D(b(x, y)) → b(D(x), D(y))
D(c(x, y)) → b(c(y, D(x)), c(x, D(y)))
D(m(x, y)) → m(D(x), D(y))
D(opp(x)) → opp(D(x))
D(div(x, y)) → m(div(D(x), y), div(c(x, D(y)), pow(y, 2)))
D(ln(x)) → div(D(x), x)
D(pow(x, y)) → b(c(c(y, pow(x, m(y, 1))), D(x)), c(c(pow(x, y), ln(x)), D(y)))
b(h, x) → x
b(x, h) → x
b(s(x), s(y)) → s(s(b(x, y)))
b(b(x, y), z) → b(x, b(y, z))

Q is empty.

(1) QTRSRRRProof (EQUIVALENT transformation)

Used ordering:
Combined order from the following AFS and order.
D(x1)  =  D(x1)
t  =  t
s(x1)  =  x1
h  =  h
constant  =  constant
b(x1, x2)  =  b(x1, x2)
c(x1, x2)  =  c(x1, x2)
m(x1, x2)  =  m(x1, x2)
opp(x1)  =  x1
div(x1, x2)  =  div(x1, x2)
pow(x1, x2)  =  pow(x1, x2)
2  =  2
ln(x1)  =  ln(x1)
1  =  1

Recursive path order with status [RPO].
Quasi-Precedence:
D1 > h
D1 > c2 > b2
D1 > pow2 > [m2, div2]
D1 > 2
D1 > ln1 > [m2, div2]
D1 > 1

Status:
ln1: multiset
t: multiset
b2: [1,2]
c2: multiset
m2: multiset
D1: [1]
2: multiset
pow2: multiset
h: multiset
constant: multiset
div2: multiset
1: multiset

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

D(t) → s(h)
D(constant) → h
D(b(x, y)) → b(D(x), D(y))
D(c(x, y)) → b(c(y, D(x)), c(x, D(y)))
D(m(x, y)) → m(D(x), D(y))
D(div(x, y)) → m(div(D(x), y), div(c(x, D(y)), pow(y, 2)))
D(ln(x)) → div(D(x), x)
D(pow(x, y)) → b(c(c(y, pow(x, m(y, 1))), D(x)), c(c(pow(x, y), ln(x)), D(y)))
b(h, x) → x
b(x, h) → x
b(b(x, y), z) → b(x, b(y, z))


(2) Obligation:

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

D(opp(x)) → opp(D(x))
b(s(x), s(y)) → s(s(b(x, y)))

Q is empty.

(3) QTRSRRRProof (EQUIVALENT transformation)

Used ordering:
Polynomial interpretation [POLO]:

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

D(opp(x)) → opp(D(x))


(4) Obligation:

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

b(s(x), s(y)) → s(s(b(x, y)))

Q is empty.

(5) QTRSRRRProof (EQUIVALENT transformation)

Used ordering:
Polynomial interpretation [POLO]:

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

b(s(x), s(y)) → s(s(b(x, y)))


(6) Obligation:

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

(7) RisEmptyProof (EQUIVALENT transformation)

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

(8) TRUE

(9) RisEmptyProof (EQUIVALENT transformation)

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

(10) TRUE