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

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