(0) Obligation:

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

a(b(x)) → b(a(a(x)))
b(c(x)) → c(b(b(x)))
c(a(x)) → a(c(c(x)))
u(a(x)) → x
v(b(x)) → x
w(c(x)) → x
a(u(x)) → x
b(v(x)) → x
c(w(x)) → x

Q is empty.

(1) DependencyPairsProof (EQUIVALENT transformation)

Using Dependency Pairs [AG00,LPAR04] we result in the following initial DP problem.

(2) Obligation:

Q DP problem:
The TRS P consists of the following rules:

A(b(x)) → B(a(a(x)))
A(b(x)) → A(a(x))
A(b(x)) → A(x)
B(c(x)) → C(b(b(x)))
B(c(x)) → B(b(x))
B(c(x)) → B(x)
C(a(x)) → A(c(c(x)))
C(a(x)) → C(c(x))
C(a(x)) → C(x)

The TRS R consists of the following rules:

a(b(x)) → b(a(a(x)))
b(c(x)) → c(b(b(x)))
c(a(x)) → a(c(c(x)))
u(a(x)) → x
v(b(x)) → x
w(c(x)) → x
a(u(x)) → x
b(v(x)) → x
c(w(x)) → x

Q is empty.
We have to consider all minimal (P,Q,R)-chains.