Termination w.r.t. Q of the following Term Rewriting System could not be shown:

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

a(x1) → x1
a(b(x1)) → b(c(a(a(a(x1)))))
a(c(c(x1))) → b(x1)

Q is empty.


QTRS
  ↳ DependencyPairsProof
  ↳ QTRS Reverse
  ↳ QTRS Reverse

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

a(x1) → x1
a(b(x1)) → b(c(a(a(a(x1)))))
a(c(c(x1))) → b(x1)

Q is empty.

Using Dependency Pairs [1,15] we result in the following initial DP problem:
Q DP problem:
The TRS P consists of the following rules:

A(b(x1)) → A(a(a(x1)))
A(b(x1)) → A(a(x1))
A(b(x1)) → A(x1)

The TRS R consists of the following rules:

a(x1) → x1
a(b(x1)) → b(c(a(a(a(x1)))))
a(c(c(x1))) → b(x1)

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

↳ QTRS
  ↳ DependencyPairsProof
QDP
      ↳ Narrowing
  ↳ QTRS Reverse
  ↳ QTRS Reverse

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

A(b(x1)) → A(a(a(x1)))
A(b(x1)) → A(a(x1))
A(b(x1)) → A(x1)

The TRS R consists of the following rules:

a(x1) → x1
a(b(x1)) → b(c(a(a(a(x1)))))
a(c(c(x1))) → b(x1)

Q is empty.
We have to consider all minimal (P,Q,R)-chains.
By narrowing [15] the rule A(b(x1)) → A(a(a(x1))) at position [0] we obtained the following new rules:

A(b(y0)) → A(a(y0))
A(b(b(x0))) → A(a(b(c(a(a(a(x0)))))))
A(b(c(c(x0)))) → A(a(b(x0)))



↳ QTRS
  ↳ DependencyPairsProof
    ↳ QDP
      ↳ Narrowing
QDP
          ↳ Narrowing
  ↳ QTRS Reverse
  ↳ QTRS Reverse

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

A(b(b(x0))) → A(a(b(c(a(a(a(x0)))))))
A(b(c(c(x0)))) → A(a(b(x0)))
A(b(x1)) → A(a(x1))
A(b(x1)) → A(x1)

The TRS R consists of the following rules:

a(x1) → x1
a(b(x1)) → b(c(a(a(a(x1)))))
a(c(c(x1))) → b(x1)

Q is empty.
We have to consider all minimal (P,Q,R)-chains.
By narrowing [15] the rule A(b(x1)) → A(a(x1)) at position [0] we obtained the following new rules:

A(b(c(c(x0)))) → A(b(x0))
A(b(b(x0))) → A(b(c(a(a(a(x0))))))
A(b(x0)) → A(x0)



↳ QTRS
  ↳ DependencyPairsProof
    ↳ QDP
      ↳ Narrowing
        ↳ QDP
          ↳ Narrowing
QDP
              ↳ QDPToSRSProof
  ↳ QTRS Reverse
  ↳ QTRS Reverse

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

A(b(b(x0))) → A(b(c(a(a(a(x0))))))
A(b(b(x0))) → A(a(b(c(a(a(a(x0)))))))
A(b(c(c(x0)))) → A(a(b(x0)))
A(b(c(c(x0)))) → A(b(x0))
A(b(x1)) → A(x1)

The TRS R consists of the following rules:

a(x1) → x1
a(b(x1)) → b(c(a(a(a(x1)))))
a(c(c(x1))) → b(x1)

Q is empty.
We have to consider all minimal (P,Q,R)-chains.
The finiteness of this DP problem is implied by strong termination of a SRS due to [12].


↳ QTRS
  ↳ DependencyPairsProof
    ↳ QDP
      ↳ Narrowing
        ↳ QDP
          ↳ Narrowing
            ↳ QDP
              ↳ QDPToSRSProof
QTRS
                  ↳ QTRS Reverse
  ↳ QTRS Reverse
  ↳ QTRS Reverse

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

a(x1) → x1
a(b(x1)) → b(c(a(a(a(x1)))))
a(c(c(x1))) → b(x1)
A(b(b(x0))) → A(b(c(a(a(a(x0))))))
A(b(b(x0))) → A(a(b(c(a(a(a(x0)))))))
A(b(c(c(x0)))) → A(a(b(x0)))
A(b(c(c(x0)))) → A(b(x0))
A(b(x1)) → A(x1)

Q is empty.

We have reversed the following QTRS:
The set of rules R is

a(x1) → x1
a(b(x1)) → b(c(a(a(a(x1)))))
a(c(c(x1))) → b(x1)
A(b(b(x0))) → A(b(c(a(a(a(x0))))))
A(b(b(x0))) → A(a(b(c(a(a(a(x0)))))))
A(b(c(c(x0)))) → A(a(b(x0)))
A(b(c(c(x0)))) → A(b(x0))
A(b(x1)) → A(x1)

The set Q is empty.
We have obtained the following QTRS:

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

The set Q is empty.

↳ QTRS
  ↳ DependencyPairsProof
    ↳ QDP
      ↳ Narrowing
        ↳ QDP
          ↳ Narrowing
            ↳ QDP
              ↳ QDPToSRSProof
                ↳ QTRS
                  ↳ QTRS Reverse
QTRS
                      ↳ DependencyPairsProof
                      ↳ QTRS Reverse
                      ↳ QTRS Reverse
  ↳ QTRS Reverse
  ↳ QTRS Reverse

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

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

Q is empty.

Using Dependency Pairs [1,15] we result in the following initial DP problem:
Q DP problem:
The TRS P consists of the following rules:

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

The TRS R consists of the following rules:

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

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

↳ QTRS
  ↳ DependencyPairsProof
    ↳ QDP
      ↳ Narrowing
        ↳ QDP
          ↳ Narrowing
            ↳ QDP
              ↳ QDPToSRSProof
                ↳ QTRS
                  ↳ QTRS Reverse
                    ↳ QTRS
                      ↳ DependencyPairsProof
QDP
                          ↳ DependencyGraphProof
                      ↳ QTRS Reverse
                      ↳ QTRS Reverse
  ↳ QTRS Reverse
  ↳ QTRS Reverse

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

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

The TRS R consists of the following rules:

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

Q is empty.
We have to consider all minimal (P,Q,R)-chains.
The approximation of the Dependency Graph [15,17,22] contains 1 SCC with 11 less nodes.

↳ QTRS
  ↳ DependencyPairsProof
    ↳ QDP
      ↳ Narrowing
        ↳ QDP
          ↳ Narrowing
            ↳ QDP
              ↳ QDPToSRSProof
                ↳ QTRS
                  ↳ QTRS Reverse
                    ↳ QTRS
                      ↳ DependencyPairsProof
                        ↳ QDP
                          ↳ DependencyGraphProof
QDP
                              ↳ Narrowing
                      ↳ QTRS Reverse
                      ↳ QTRS Reverse
  ↳ QTRS Reverse
  ↳ QTRS Reverse

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

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

The TRS R consists of the following rules:

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

Q is empty.
We have to consider all minimal (P,Q,R)-chains.
By narrowing [15] the rule B(b(A(x))) → C(b(A(x))) at position [0] we obtained the following new rules:

B(b(A(x0))) → C(A(x0))



↳ QTRS
  ↳ DependencyPairsProof
    ↳ QDP
      ↳ Narrowing
        ↳ QDP
          ↳ Narrowing
            ↳ QDP
              ↳ QDPToSRSProof
                ↳ QTRS
                  ↳ QTRS Reverse
                    ↳ QTRS
                      ↳ DependencyPairsProof
                        ↳ QDP
                          ↳ DependencyGraphProof
                            ↳ QDP
                              ↳ Narrowing
QDP
                                  ↳ DependencyGraphProof
                      ↳ QTRS Reverse
                      ↳ QTRS Reverse
  ↳ QTRS Reverse
  ↳ QTRS Reverse

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

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

The TRS R consists of the following rules:

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

Q is empty.
We have to consider all minimal (P,Q,R)-chains.
The approximation of the Dependency Graph [15,17,22] contains 1 SCC with 1 less node.

↳ QTRS
  ↳ DependencyPairsProof
    ↳ QDP
      ↳ Narrowing
        ↳ QDP
          ↳ Narrowing
            ↳ QDP
              ↳ QDPToSRSProof
                ↳ QTRS
                  ↳ QTRS Reverse
                    ↳ QTRS
                      ↳ DependencyPairsProof
                        ↳ QDP
                          ↳ DependencyGraphProof
                            ↳ QDP
                              ↳ Narrowing
                                ↳ QDP
                                  ↳ DependencyGraphProof
QDP
                                      ↳ Narrowing
                      ↳ QTRS Reverse
                      ↳ QTRS Reverse
  ↳ QTRS Reverse
  ↳ QTRS Reverse

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

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

The TRS R consists of the following rules:

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

Q is empty.
We have to consider all minimal (P,Q,R)-chains.
By narrowing [15] the rule B(a(x)) → C(b(x)) at position [0] we obtained the following new rules:

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



↳ QTRS
  ↳ DependencyPairsProof
    ↳ QDP
      ↳ Narrowing
        ↳ QDP
          ↳ Narrowing
            ↳ QDP
              ↳ QDPToSRSProof
                ↳ QTRS
                  ↳ QTRS Reverse
                    ↳ QTRS
                      ↳ DependencyPairsProof
                        ↳ QDP
                          ↳ DependencyGraphProof
                            ↳ QDP
                              ↳ Narrowing
                                ↳ QDP
                                  ↳ DependencyGraphProof
                                    ↳ QDP
                                      ↳ Narrowing
QDP
                                          ↳ DependencyGraphProof
                      ↳ QTRS Reverse
                      ↳ QTRS Reverse
  ↳ QTRS Reverse
  ↳ QTRS Reverse

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

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

The TRS R consists of the following rules:

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

Q is empty.
We have to consider all minimal (P,Q,R)-chains.
The approximation of the Dependency Graph [15,17,22] contains 1 SCC with 1 less node.

↳ QTRS
  ↳ DependencyPairsProof
    ↳ QDP
      ↳ Narrowing
        ↳ QDP
          ↳ Narrowing
            ↳ QDP
              ↳ QDPToSRSProof
                ↳ QTRS
                  ↳ QTRS Reverse
                    ↳ QTRS
                      ↳ DependencyPairsProof
                        ↳ QDP
                          ↳ DependencyGraphProof
                            ↳ QDP
                              ↳ Narrowing
                                ↳ QDP
                                  ↳ DependencyGraphProof
                                    ↳ QDP
                                      ↳ Narrowing
                                        ↳ QDP
                                          ↳ DependencyGraphProof
QDP
                                              ↳ Narrowing
                      ↳ QTRS Reverse
                      ↳ QTRS Reverse
  ↳ QTRS Reverse
  ↳ QTRS Reverse

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

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

The TRS R consists of the following rules:

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

Q is empty.
We have to consider all minimal (P,Q,R)-chains.
By narrowing [15] the rule B(b(A(x))) → C(b(a(A(x)))) at position [0] we obtained the following new rules:

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



↳ QTRS
  ↳ DependencyPairsProof
    ↳ QDP
      ↳ Narrowing
        ↳ QDP
          ↳ Narrowing
            ↳ QDP
              ↳ QDPToSRSProof
                ↳ QTRS
                  ↳ QTRS Reverse
                    ↳ QTRS
                      ↳ DependencyPairsProof
                        ↳ QDP
                          ↳ DependencyGraphProof
                            ↳ QDP
                              ↳ Narrowing
                                ↳ QDP
                                  ↳ DependencyGraphProof
                                    ↳ QDP
                                      ↳ Narrowing
                                        ↳ QDP
                                          ↳ DependencyGraphProof
                                            ↳ QDP
                                              ↳ Narrowing
QDP
                                                  ↳ Narrowing
                      ↳ QTRS Reverse
                      ↳ QTRS Reverse
  ↳ QTRS Reverse
  ↳ QTRS Reverse

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

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

The TRS R consists of the following rules:

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

Q is empty.
We have to consider all minimal (P,Q,R)-chains.
By narrowing [15] the rule B(b(A(y0))) → C(b(A(y0))) at position [0] we obtained the following new rules:

B(b(A(x0))) → C(A(x0))



↳ QTRS
  ↳ DependencyPairsProof
    ↳ QDP
      ↳ Narrowing
        ↳ QDP
          ↳ Narrowing
            ↳ QDP
              ↳ QDPToSRSProof
                ↳ QTRS
                  ↳ QTRS Reverse
                    ↳ QTRS
                      ↳ DependencyPairsProof
                        ↳ QDP
                          ↳ DependencyGraphProof
                            ↳ QDP
                              ↳ Narrowing
                                ↳ QDP
                                  ↳ DependencyGraphProof
                                    ↳ QDP
                                      ↳ Narrowing
                                        ↳ QDP
                                          ↳ DependencyGraphProof
                                            ↳ QDP
                                              ↳ Narrowing
                                                ↳ QDP
                                                  ↳ Narrowing
QDP
                                                      ↳ DependencyGraphProof
                      ↳ QTRS Reverse
                      ↳ QTRS Reverse
  ↳ QTRS Reverse
  ↳ QTRS Reverse

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

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

The TRS R consists of the following rules:

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

Q is empty.
We have to consider all minimal (P,Q,R)-chains.
The approximation of the Dependency Graph [15,17,22] contains 1 SCC with 1 less node.

↳ QTRS
  ↳ DependencyPairsProof
    ↳ QDP
      ↳ Narrowing
        ↳ QDP
          ↳ Narrowing
            ↳ QDP
              ↳ QDPToSRSProof
                ↳ QTRS
                  ↳ QTRS Reverse
                    ↳ QTRS
                      ↳ DependencyPairsProof
                        ↳ QDP
                          ↳ DependencyGraphProof
                            ↳ QDP
                              ↳ Narrowing
                                ↳ QDP
                                  ↳ DependencyGraphProof
                                    ↳ QDP
                                      ↳ Narrowing
                                        ↳ QDP
                                          ↳ DependencyGraphProof
                                            ↳ QDP
                                              ↳ Narrowing
                                                ↳ QDP
                                                  ↳ Narrowing
                                                    ↳ QDP
                                                      ↳ DependencyGraphProof
QDP
                      ↳ QTRS Reverse
                      ↳ QTRS Reverse
  ↳ QTRS Reverse
  ↳ QTRS Reverse

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

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

The TRS R consists of the following rules:

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

Q is empty.
We have to consider all minimal (P,Q,R)-chains.
We have reversed the following QTRS:
The set of rules R is

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

The set Q is empty.
We have obtained the following QTRS:

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

The set Q is empty.

↳ QTRS
  ↳ DependencyPairsProof
    ↳ QDP
      ↳ Narrowing
        ↳ QDP
          ↳ Narrowing
            ↳ QDP
              ↳ QDPToSRSProof
                ↳ QTRS
                  ↳ QTRS Reverse
                    ↳ QTRS
                      ↳ DependencyPairsProof
                      ↳ QTRS Reverse
QTRS
                      ↳ QTRS Reverse
  ↳ QTRS Reverse
  ↳ QTRS Reverse

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

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

Q is empty.

We have reversed the following QTRS:
The set of rules R is

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

The set Q is empty.
We have obtained the following QTRS:

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

The set Q is empty.

↳ QTRS
  ↳ DependencyPairsProof
    ↳ QDP
      ↳ Narrowing
        ↳ QDP
          ↳ Narrowing
            ↳ QDP
              ↳ QDPToSRSProof
                ↳ QTRS
                  ↳ QTRS Reverse
                    ↳ QTRS
                      ↳ DependencyPairsProof
                      ↳ QTRS Reverse
                      ↳ QTRS Reverse
QTRS
  ↳ QTRS Reverse
  ↳ QTRS Reverse

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

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

Q is empty.

We have reversed the following QTRS:
The set of rules R is

a(x1) → x1
a(b(x1)) → b(c(a(a(a(x1)))))
a(c(c(x1))) → b(x1)

The set Q is empty.
We have obtained the following QTRS:

a(x) → x
b(a(x)) → a(a(a(c(b(x)))))
c(c(a(x))) → b(x)

The set Q is empty.

↳ QTRS
  ↳ DependencyPairsProof
  ↳ QTRS Reverse
QTRS
  ↳ QTRS Reverse

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

a(x) → x
b(a(x)) → a(a(a(c(b(x)))))
c(c(a(x))) → b(x)

Q is empty.

We have reversed the following QTRS:
The set of rules R is

a(x1) → x1
a(b(x1)) → b(c(a(a(a(x1)))))
a(c(c(x1))) → b(x1)

The set Q is empty.
We have obtained the following QTRS:

a(x) → x
b(a(x)) → a(a(a(c(b(x)))))
c(c(a(x))) → b(x)

The set Q is empty.

↳ QTRS
  ↳ DependencyPairsProof
  ↳ QTRS Reverse
  ↳ QTRS Reverse
QTRS

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

a(x) → x
b(a(x)) → a(a(a(c(b(x)))))
c(c(a(x))) → b(x)

Q is empty.