(0) Obligation:

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

f(f(x, y, z), u, f(x, y, v)) → f(x, y, f(z, u, v))
f(x, y, y) → y
f(x, y, g(y)) → x
f(x, x, y) → x
f(g(x), x, y) → y

Q is empty.