/home/nowonder/forschung/aprove/TPDB05/TRS/AG01/#3.51.trs

The program

(from AG01 3.51)
(VAR x)
(RULES
f(f(x)) -> f(c(f(x)))
f(f(x)) -> f(d(f(x)))
g(c(x)) -> x
g(d(x)) -> x
g(c(h(0))) -> g(d(1))
g(c(1)) -> g(d(h(0)))
g(h(x)) -> g(x)
)

Submit to AProVE Web Frontend

Edit in AProVE Web Frontend