Problem:
 f(f(y,z),f(x,f(a(),x))) -> f(f(f(a(),z),f(x,a())),f(a(),y))

Proof:
 Bounds Processor:
  bound: 0
  enrichment: match
  automaton:
   final states: {2}
   transitions:
    f0(1,1) -> 2*
    a0() -> 1*
  problem:
   
  Qed