Problem:
f(f(a(),b()),x) -> f(b(),f(a(),f(c(),f(b(),f(a(),x)))))
f(x,f(y,z)) -> f(f(x,y),z)
Proof:
Bounds Processor:
bound: 0
enrichment: match
automaton:
final states: {4}
transitions:
f0(3,1) -> 4*
f0(3,3) -> 4*
f0(1,2) -> 4*
f0(2,1) -> 4*
f0(2,3) -> 4*
f0(3,2) -> 4*
f0(1,1) -> 4*
f0(1,3) -> 4*
f0(2,2) -> 4*
a0() -> 1*
b0() -> 2*
c0() -> 3*
problem:
Qed