Problem:
 f(a(),f(a(),f(b(),f(x,y)))) -> f(b(),f(c(),f(b(),f(a(),f(a(),f(a(),f(x,y)))))))
 f(a(),f(c(),f(x,y))) -> f(b(),f(x,y))

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