(0) Obligation:

Q restricted rewrite system:
The TRS R consists of the following rules:

f(x, a(b(c(y)))) → f(b(c(a(b(x)))), y)
f(a(x), y) → f(x, a(y))
f(b(x), y) → f(x, b(y))
f(c(x), y) → f(x, c(y))

Q is empty.