NO Problem: f(x,y) -> x f(x,y) -> f(x,g(y)) g(x) -> h(x) F(g(x),x) -> F(x,g(x)) F(h(x),x) -> F(x,h(x)) Proof: Containment Processor: loop length: 1 terms: f(x,y) context: [] substitution: x -> x y -> g(y) Qed