(0) Obligation:
Q restricted rewrite system:
The TRS R consists of the following rules:
h(x, c(y, z)) → h(c(s(y), x), z)
h(c(s(x), c(s(0), y)), z) → h(y, c(s(0), c(x, z)))
Q is empty.
(1) AAECC Innermost (EQUIVALENT transformation)
We have applied [NOC,AAECCNOC] to switch to innermost. The TRS R 1 is none
The TRS R 2 is
h(x, c(y, z)) → h(c(s(y), x), z)
h(c(s(x), c(s(0), y)), z) → h(y, c(s(0), c(x, z)))
The signature Sigma is {
h}
(2) Obligation:
Q restricted rewrite system:
The TRS R consists of the following rules:
h(x, c(y, z)) → h(c(s(y), x), z)
h(c(s(x), c(s(0), y)), z) → h(y, c(s(0), c(x, z)))
The set Q consists of the following terms:
h(x0, c(x1, x2))
h(c(s(x0), c(s(0), x1)), x2)
(3) DependencyPairsProof (EQUIVALENT transformation)
Using Dependency Pairs [AG00,LPAR04] we result in the following initial DP problem.
(4) Obligation:
Q DP problem:
The TRS P consists of the following rules:
H(x, c(y, z)) → H(c(s(y), x), z)
H(c(s(x), c(s(0), y)), z) → H(y, c(s(0), c(x, z)))
The TRS R consists of the following rules:
h(x, c(y, z)) → h(c(s(y), x), z)
h(c(s(x), c(s(0), y)), z) → h(y, c(s(0), c(x, z)))
The set Q consists of the following terms:
h(x0, c(x1, x2))
h(c(s(x0), c(s(0), x1)), x2)
We have to consider all minimal (P,Q,R)-chains.