(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) 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:

D1(b(x, y)) → B(D(x), D(y))
D1(b(x, y)) → D1(x)
D1(b(x, y)) → D1(y)
D1(c(x, y)) → B(c(y, D(x)), c(x, D(y)))
D1(c(x, y)) → D1(x)
D1(c(x, y)) → D1(y)
D1(m(x, y)) → D1(x)
D1(m(x, y)) → D1(y)
D1(opp(x)) → D1(x)
D1(div(x, y)) → D1(x)
D1(div(x, y)) → D1(y)
D1(ln(x)) → D1(x)
D1(pow(x, y)) → B(c(c(y, pow(x, m(y, 1))), D(x)), c(c(pow(x, y), ln(x)), D(y)))
D1(pow(x, y)) → D1(x)
D1(pow(x, y)) → D1(y)
B(s(x), s(y)) → B(x, y)
B(b(x, y), z) → B(x, b(y, z))
B(b(x, y), z) → B(y, z)

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.
We have to consider all minimal (P,Q,R)-chains.

(3) DependencyGraphProof (EQUIVALENT transformation)

The approximation of the Dependency Graph [LPAR04,FROCOS05,EDGSTAR] contains 2 SCCs with 3 less nodes.

(4) Complex Obligation (AND)

(5) Obligation:

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

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

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.
We have to consider all minimal (P,Q,R)-chains.

(6) QDPOrderProof (EQUIVALENT transformation)

We use the reduction pair processor [LPAR04].


The following pairs can be oriented strictly and are deleted.


B(b(x, y), z) → B(x, b(y, z))
B(b(x, y), z) → B(y, z)
The remaining pairs can at least be oriented weakly.
Used ordering: Combined order from the following AFS and order.
B(x1, x2)  =  B(x1)
b(x1, x2)  =  b(x1, x2)
s(x1)  =  x1
D(x1)  =  D(x1)
t  =  t
h  =  h
constant  =  constant
c(x1, x2)  =  c(x1, x2)
m(x1, x2)  =  x1
opp(x1)  =  x1
div(x1, x2)  =  div
pow(x1, x2)  =  pow(x1, x2)
2  =  2
ln(x1)  =  x1
1  =  1

Lexicographic path order with status [LPO].
Quasi-Precedence:
B1 > b2
constant > [t, h]
pow2 > D1 > c2 > b2
pow2 > D1 > div
pow2 > D1 > 2
pow2 > D1 > 1

Status:
B1: [1]
b2: [1,2]
D1: [1]
t: []
h: []
constant: []
c2: [2,1]
div: []
pow2: [2,1]
2: []
1: []


The following usable rules [FROCOS05] were oriented:

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))

(7) Obligation:

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

B(s(x), s(y)) → B(x, y)

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.
We have to consider all minimal (P,Q,R)-chains.

(8) QDPOrderProof (EQUIVALENT transformation)

We use the reduction pair processor [LPAR04].


The following pairs can be oriented strictly and are deleted.


B(s(x), s(y)) → B(x, y)
The remaining pairs can at least be oriented weakly.
Used ordering: Combined order from the following AFS and order.
B(x1, x2)  =  B(x2)
s(x1)  =  s(x1)
D(x1)  =  D(x1)
t  =  t
h  =  h
constant  =  constant
b(x1, x2)  =  b(x1, x2)
c(x1, x2)  =  c(x1, x2)
m(x1, x2)  =  m(x2)
opp(x1)  =  x1
div(x1, x2)  =  div
pow(x1, x2)  =  pow(x1, x2)
2  =  2
ln(x1)  =  ln(x1)
1  =  1

Lexicographic path order with status [LPO].
Quasi-Precedence:
[D1, m1, 2] > h > [B1, s1, t, ln1, 1]
[D1, m1, 2] > [c2, div] > [b2, pow2] > [B1, s1, t, ln1, 1]
constant > [B1, s1, t, ln1, 1]

Status:
B1: [1]
s1: [1]
D1: [1]
t: []
h: []
constant: []
b2: [1,2]
c2: [2,1]
m1: [1]
div: []
pow2: [1,2]
2: []
ln1: [1]
1: []


The following usable rules [FROCOS05] were oriented:

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))

(9) Obligation:

Q DP problem:
P is empty.
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.
We have to consider all minimal (P,Q,R)-chains.

(10) PisEmptyProof (EQUIVALENT transformation)

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

(11) TRUE

(12) Obligation:

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

D1(b(x, y)) → D1(y)
D1(b(x, y)) → D1(x)
D1(c(x, y)) → D1(x)
D1(c(x, y)) → D1(y)
D1(m(x, y)) → D1(x)
D1(m(x, y)) → D1(y)
D1(opp(x)) → D1(x)
D1(div(x, y)) → D1(x)
D1(div(x, y)) → D1(y)
D1(ln(x)) → D1(x)
D1(pow(x, y)) → D1(x)
D1(pow(x, y)) → D1(y)

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.
We have to consider all minimal (P,Q,R)-chains.

(13) QDPOrderProof (EQUIVALENT transformation)

We use the reduction pair processor [LPAR04].


The following pairs can be oriented strictly and are deleted.


D1(b(x, y)) → D1(y)
D1(b(x, y)) → D1(x)
D1(c(x, y)) → D1(x)
D1(c(x, y)) → D1(y)
D1(m(x, y)) → D1(x)
D1(m(x, y)) → D1(y)
D1(div(x, y)) → D1(x)
D1(div(x, y)) → D1(y)
D1(ln(x)) → D1(x)
D1(pow(x, y)) → D1(x)
D1(pow(x, y)) → D1(y)
The remaining pairs can at least be oriented weakly.
Used ordering: Combined order from the following AFS and order.
D1(x1)  =  D1(x1)
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)
ln(x1)  =  ln(x1)
pow(x1, x2)  =  pow(x1, x2)
D(x1)  =  D(x1)
t  =  t
s(x1)  =  x1
h  =  h
constant  =  constant
2  =  2
1  =  1

Lexicographic path order with status [LPO].
Quasi-Precedence:
D1 > [D^11, c2] > b2
D1 > [m2, div2] > [ln1, pow2]
D1 > [m2, div2] > 2
D1 > h
D1 > 1

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


The following usable rules [FROCOS05] were oriented:

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))

(14) Obligation:

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

D1(opp(x)) → D1(x)

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.
We have to consider all minimal (P,Q,R)-chains.

(15) QDPOrderProof (EQUIVALENT transformation)

We use the reduction pair processor [LPAR04].


The following pairs can be oriented strictly and are deleted.


D1(opp(x)) → D1(x)
The remaining pairs can at least be oriented weakly.
Used ordering: Combined order from the following AFS and order.
D1(x1)  =  D1(x1)
opp(x1)  =  opp(x1)
D(x1)  =  D(x1)
t  =  t
s(x1)  =  x1
h  =  h
constant  =  constant
b(x1, x2)  =  b(x1, x2)
c(x1, x2)  =  c
m(x1, x2)  =  x2
div(x1, x2)  =  div(x1, x2)
pow(x1, x2)  =  pow(x1, x2)
2  =  2
ln(x1)  =  ln(x1)
1  =  1

Lexicographic path order with status [LPO].
Quasi-Precedence:
t > h
ln1 > [opp1, D1, pow2] > h
ln1 > [opp1, D1, pow2] > [div2, 2] > c > b2
ln1 > [opp1, D1, pow2] > 1

Status:
D^11: [1]
opp1: [1]
D1: [1]
t: []
h: []
constant: []
b2: [1,2]
c: []
div2: [1,2]
pow2: [1,2]
2: []
ln1: [1]
1: []


The following usable rules [FROCOS05] were oriented:

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))

(16) Obligation:

Q DP problem:
P is empty.
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.
We have to consider all minimal (P,Q,R)-chains.

(17) PisEmptyProof (EQUIVALENT transformation)

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

(18) TRUE