(0) Obligation:
Q restricted rewrite system:
The TRS R consists of the following rules:
Begin(a(a(x))) → Wait(Right1(x))
Begin(a(x)) → Wait(Right2(x))
Begin(b(x)) → Wait(Right3(x))
Begin(b(x)) → Wait(Right4(x))
Right1(a(End(x))) → Left(b(End(x)))
Right2(a(a(End(x)))) → Left(b(End(x)))
Right3(b(End(x))) → Left(b(a(b(End(x)))))
Right4(b(End(x))) → Left(a(a(End(x))))
Right1(a(x)) → Aa(Right1(x))
Right2(a(x)) → Aa(Right2(x))
Right3(a(x)) → Aa(Right3(x))
Right4(a(x)) → Aa(Right4(x))
Right1(b(x)) → Ab(Right1(x))
Right2(b(x)) → Ab(Right2(x))
Right3(b(x)) → Ab(Right3(x))
Right4(b(x)) → Ab(Right4(x))
Aa(Left(x)) → Left(a(x))
Ab(Left(x)) → Left(b(x))
Wait(Left(x)) → Begin(x)
a(a(a(x))) → b(x)
b(b(x)) → b(a(b(x)))
b(b(x)) → a(a(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:
BEGIN(a(a(x))) → WAIT(Right1(x))
BEGIN(a(a(x))) → RIGHT1(x)
BEGIN(a(x)) → WAIT(Right2(x))
BEGIN(a(x)) → RIGHT2(x)
BEGIN(b(x)) → WAIT(Right3(x))
BEGIN(b(x)) → RIGHT3(x)
BEGIN(b(x)) → WAIT(Right4(x))
BEGIN(b(x)) → RIGHT4(x)
RIGHT1(a(End(x))) → B(End(x))
RIGHT2(a(a(End(x)))) → B(End(x))
RIGHT3(b(End(x))) → B(a(b(End(x))))
RIGHT3(b(End(x))) → A(b(End(x)))
RIGHT4(b(End(x))) → A(a(End(x)))
RIGHT4(b(End(x))) → A(End(x))
RIGHT1(a(x)) → AA(Right1(x))
RIGHT1(a(x)) → RIGHT1(x)
RIGHT2(a(x)) → AA(Right2(x))
RIGHT2(a(x)) → RIGHT2(x)
RIGHT3(a(x)) → AA(Right3(x))
RIGHT3(a(x)) → RIGHT3(x)
RIGHT4(a(x)) → AA(Right4(x))
RIGHT4(a(x)) → RIGHT4(x)
RIGHT1(b(x)) → AB(Right1(x))
RIGHT1(b(x)) → RIGHT1(x)
RIGHT2(b(x)) → AB(Right2(x))
RIGHT2(b(x)) → RIGHT2(x)
RIGHT3(b(x)) → AB(Right3(x))
RIGHT3(b(x)) → RIGHT3(x)
RIGHT4(b(x)) → AB(Right4(x))
RIGHT4(b(x)) → RIGHT4(x)
AA(Left(x)) → A(x)
AB(Left(x)) → B(x)
WAIT(Left(x)) → BEGIN(x)
A(a(a(x))) → B(x)
B(b(x)) → B(a(b(x)))
B(b(x)) → A(b(x))
B(b(x)) → A(a(x))
B(b(x)) → A(x)
The TRS R consists of the following rules:
Begin(a(a(x))) → Wait(Right1(x))
Begin(a(x)) → Wait(Right2(x))
Begin(b(x)) → Wait(Right3(x))
Begin(b(x)) → Wait(Right4(x))
Right1(a(End(x))) → Left(b(End(x)))
Right2(a(a(End(x)))) → Left(b(End(x)))
Right3(b(End(x))) → Left(b(a(b(End(x)))))
Right4(b(End(x))) → Left(a(a(End(x))))
Right1(a(x)) → Aa(Right1(x))
Right2(a(x)) → Aa(Right2(x))
Right3(a(x)) → Aa(Right3(x))
Right4(a(x)) → Aa(Right4(x))
Right1(b(x)) → Ab(Right1(x))
Right2(b(x)) → Ab(Right2(x))
Right3(b(x)) → Ab(Right3(x))
Right4(b(x)) → Ab(Right4(x))
Aa(Left(x)) → Left(a(x))
Ab(Left(x)) → Left(b(x))
Wait(Left(x)) → Begin(x)
a(a(a(x))) → b(x)
b(b(x)) → b(a(b(x)))
b(b(x)) → a(a(x))
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
 
(3) DependencyGraphProof (EQUIVALENT transformation)
The approximation of the Dependency Graph [LPAR04,FROCOS05,EDGSTAR] contains 6 SCCs with 20 less nodes.
(4) Complex Obligation (AND)
(5) Obligation:
Q DP problem:
The TRS P consists of the following rules:
B(b(x)) → B(a(b(x)))
B(b(x)) → A(b(x))
A(a(a(x))) → B(x)
B(b(x)) → A(a(x))
B(b(x)) → A(x)
The TRS R consists of the following rules:
Begin(a(a(x))) → Wait(Right1(x))
Begin(a(x)) → Wait(Right2(x))
Begin(b(x)) → Wait(Right3(x))
Begin(b(x)) → Wait(Right4(x))
Right1(a(End(x))) → Left(b(End(x)))
Right2(a(a(End(x)))) → Left(b(End(x)))
Right3(b(End(x))) → Left(b(a(b(End(x)))))
Right4(b(End(x))) → Left(a(a(End(x))))
Right1(a(x)) → Aa(Right1(x))
Right2(a(x)) → Aa(Right2(x))
Right3(a(x)) → Aa(Right3(x))
Right4(a(x)) → Aa(Right4(x))
Right1(b(x)) → Ab(Right1(x))
Right2(b(x)) → Ab(Right2(x))
Right3(b(x)) → Ab(Right3(x))
Right4(b(x)) → Ab(Right4(x))
Aa(Left(x)) → Left(a(x))
Ab(Left(x)) → Left(b(x))
Wait(Left(x)) → Begin(x)
a(a(a(x))) → b(x)
b(b(x)) → b(a(b(x)))
b(b(x)) → a(a(x))
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
 
(6) UsableRulesProof (EQUIVALENT transformation)
We can use the usable rules and reduction pair processor [LPAR04] with the Ce-compatible extension of the polynomial order that maps every function symbol to the sum of its arguments. Then, we can delete all non-usable rules [FROCOS05] from R.
(7) Obligation:
Q DP problem:
The TRS P consists of the following rules:
B(b(x)) → B(a(b(x)))
B(b(x)) → A(b(x))
A(a(a(x))) → B(x)
B(b(x)) → A(a(x))
B(b(x)) → A(x)
The TRS R consists of the following rules:
b(b(x)) → b(a(b(x)))
b(b(x)) → a(a(x))
a(a(a(x))) → b(x)
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
 
(8) QDPOrderProof (EQUIVALENT transformation)
We use the reduction pair processor [LPAR04,JAR06].
The following pairs can be oriented strictly and are deleted.
A(a(a(x))) → B(x)
The remaining pairs can at least be oriented weakly.
Used ordering:  Matrix interpretation [MATRO] with arctic natural numbers [ARCTIC]:
| POL(b(x1)) =  |  |  +  | | / | 1A | 1A | 1A | \ |  
| | | 0A | 0A | 0A | | |  
| \ | 1A | 1A | 1A | / |  
  | · | x1 | 
| POL(a(x1)) =  |  |  +  | | / | 0A | 0A | 0A | \ |  
| | | 0A | 0A | 0A | | |  
| \ | -I | 1A | 0A | / |  
  | · | x1 | 
The following usable rules [FROCOS05] with respect to the argument filtering of the ordering [JAR06] were oriented:
b(b(x)) → a(a(x))
a(a(a(x))) → b(x)
b(b(x)) → b(a(b(x)))
 
(9) Obligation:
Q DP problem:
The TRS P consists of the following rules:
B(b(x)) → B(a(b(x)))
B(b(x)) → A(b(x))
B(b(x)) → A(a(x))
B(b(x)) → A(x)
The TRS R consists of the following rules:
b(b(x)) → b(a(b(x)))
b(b(x)) → a(a(x))
a(a(a(x))) → b(x)
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
 
(10) DependencyGraphProof (EQUIVALENT transformation)
The approximation of the Dependency Graph [LPAR04,FROCOS05,EDGSTAR] contains 1 SCC with 3 less nodes.
(11) Obligation:
Q DP problem:
The TRS P consists of the following rules:
B(b(x)) → B(a(b(x)))
The TRS R consists of the following rules:
b(b(x)) → b(a(b(x)))
b(b(x)) → a(a(x))
a(a(a(x))) → b(x)
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
 
(12) QDPOrderProof (EQUIVALENT transformation)
We use the reduction pair processor [LPAR04,JAR06].
The following pairs can be oriented strictly and are deleted.
B(b(x)) → B(a(b(x)))
The remaining pairs can at least be oriented weakly.
Used ordering:  Matrix interpretation [MATRO] with arctic natural numbers [ARCTIC]:
| POL(b(x1)) =  |  |  +  | | / | 1A | 1A | 0A | \ |  
| | | 0A | -I | -I | | |  
| \ | 1A | 0A | -I | / |  
  | · | x1 | 
| POL(a(x1)) =  |  |  +  | | / | -I | 0A | -I | \ |  
| | | -I | 0A | 0A | | |  
| \ | 1A | 1A | 0A | / |  
  | · | x1 | 
The following usable rules [FROCOS05] with respect to the argument filtering of the ordering [JAR06] were oriented:
b(b(x)) → a(a(x))
a(a(a(x))) → b(x)
b(b(x)) → b(a(b(x)))
 
(13) Obligation:
Q DP problem:
P is empty.
The TRS R consists of the following rules:
b(b(x)) → b(a(b(x)))
b(b(x)) → a(a(x))
a(a(a(x))) → b(x)
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
 
(14) PisEmptyProof (EQUIVALENT transformation)
The TRS P is empty. Hence, there is no (P,Q,R) chain.
(15) YES
(16) Obligation:
Q DP problem:
The TRS P consists of the following rules:
RIGHT4(b(x)) → RIGHT4(x)
RIGHT4(a(x)) → RIGHT4(x)
The TRS R consists of the following rules:
Begin(a(a(x))) → Wait(Right1(x))
Begin(a(x)) → Wait(Right2(x))
Begin(b(x)) → Wait(Right3(x))
Begin(b(x)) → Wait(Right4(x))
Right1(a(End(x))) → Left(b(End(x)))
Right2(a(a(End(x)))) → Left(b(End(x)))
Right3(b(End(x))) → Left(b(a(b(End(x)))))
Right4(b(End(x))) → Left(a(a(End(x))))
Right1(a(x)) → Aa(Right1(x))
Right2(a(x)) → Aa(Right2(x))
Right3(a(x)) → Aa(Right3(x))
Right4(a(x)) → Aa(Right4(x))
Right1(b(x)) → Ab(Right1(x))
Right2(b(x)) → Ab(Right2(x))
Right3(b(x)) → Ab(Right3(x))
Right4(b(x)) → Ab(Right4(x))
Aa(Left(x)) → Left(a(x))
Ab(Left(x)) → Left(b(x))
Wait(Left(x)) → Begin(x)
a(a(a(x))) → b(x)
b(b(x)) → b(a(b(x)))
b(b(x)) → a(a(x))
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
 
(17) UsableRulesProof (EQUIVALENT transformation)
We can use the usable rules and reduction pair processor [LPAR04] with the Ce-compatible extension of the polynomial order that maps every function symbol to the sum of its arguments. Then, we can delete all non-usable rules [FROCOS05] from R.
(18) Obligation:
Q DP problem:
The TRS P consists of the following rules:
RIGHT4(b(x)) → RIGHT4(x)
RIGHT4(a(x)) → RIGHT4(x)
R is empty.
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
 
(19) QDPSizeChangeProof (EQUIVALENT transformation)
By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 
From the DPs we obtained the following set of size-change graphs:
- RIGHT4(b(x)) → RIGHT4(x)
The graph contains the following edges 1 > 1 
- RIGHT4(a(x)) → RIGHT4(x)
The graph contains the following edges 1 > 1 
 
(20) YES
(21) Obligation:
Q DP problem:
The TRS P consists of the following rules:
RIGHT3(b(x)) → RIGHT3(x)
RIGHT3(a(x)) → RIGHT3(x)
The TRS R consists of the following rules:
Begin(a(a(x))) → Wait(Right1(x))
Begin(a(x)) → Wait(Right2(x))
Begin(b(x)) → Wait(Right3(x))
Begin(b(x)) → Wait(Right4(x))
Right1(a(End(x))) → Left(b(End(x)))
Right2(a(a(End(x)))) → Left(b(End(x)))
Right3(b(End(x))) → Left(b(a(b(End(x)))))
Right4(b(End(x))) → Left(a(a(End(x))))
Right1(a(x)) → Aa(Right1(x))
Right2(a(x)) → Aa(Right2(x))
Right3(a(x)) → Aa(Right3(x))
Right4(a(x)) → Aa(Right4(x))
Right1(b(x)) → Ab(Right1(x))
Right2(b(x)) → Ab(Right2(x))
Right3(b(x)) → Ab(Right3(x))
Right4(b(x)) → Ab(Right4(x))
Aa(Left(x)) → Left(a(x))
Ab(Left(x)) → Left(b(x))
Wait(Left(x)) → Begin(x)
a(a(a(x))) → b(x)
b(b(x)) → b(a(b(x)))
b(b(x)) → a(a(x))
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
 
(22) UsableRulesProof (EQUIVALENT transformation)
We can use the usable rules and reduction pair processor [LPAR04] with the Ce-compatible extension of the polynomial order that maps every function symbol to the sum of its arguments. Then, we can delete all non-usable rules [FROCOS05] from R.
(23) Obligation:
Q DP problem:
The TRS P consists of the following rules:
RIGHT3(b(x)) → RIGHT3(x)
RIGHT3(a(x)) → RIGHT3(x)
R is empty.
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
 
(24) QDPSizeChangeProof (EQUIVALENT transformation)
By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 
From the DPs we obtained the following set of size-change graphs:
- RIGHT3(b(x)) → RIGHT3(x)
The graph contains the following edges 1 > 1 
- RIGHT3(a(x)) → RIGHT3(x)
The graph contains the following edges 1 > 1 
 
(25) YES
(26) Obligation:
Q DP problem:
The TRS P consists of the following rules:
RIGHT2(b(x)) → RIGHT2(x)
RIGHT2(a(x)) → RIGHT2(x)
The TRS R consists of the following rules:
Begin(a(a(x))) → Wait(Right1(x))
Begin(a(x)) → Wait(Right2(x))
Begin(b(x)) → Wait(Right3(x))
Begin(b(x)) → Wait(Right4(x))
Right1(a(End(x))) → Left(b(End(x)))
Right2(a(a(End(x)))) → Left(b(End(x)))
Right3(b(End(x))) → Left(b(a(b(End(x)))))
Right4(b(End(x))) → Left(a(a(End(x))))
Right1(a(x)) → Aa(Right1(x))
Right2(a(x)) → Aa(Right2(x))
Right3(a(x)) → Aa(Right3(x))
Right4(a(x)) → Aa(Right4(x))
Right1(b(x)) → Ab(Right1(x))
Right2(b(x)) → Ab(Right2(x))
Right3(b(x)) → Ab(Right3(x))
Right4(b(x)) → Ab(Right4(x))
Aa(Left(x)) → Left(a(x))
Ab(Left(x)) → Left(b(x))
Wait(Left(x)) → Begin(x)
a(a(a(x))) → b(x)
b(b(x)) → b(a(b(x)))
b(b(x)) → a(a(x))
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
 
(27) UsableRulesProof (EQUIVALENT transformation)
We can use the usable rules and reduction pair processor [LPAR04] with the Ce-compatible extension of the polynomial order that maps every function symbol to the sum of its arguments. Then, we can delete all non-usable rules [FROCOS05] from R.
(28) Obligation:
Q DP problem:
The TRS P consists of the following rules:
RIGHT2(b(x)) → RIGHT2(x)
RIGHT2(a(x)) → RIGHT2(x)
R is empty.
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
 
(29) QDPSizeChangeProof (EQUIVALENT transformation)
By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 
From the DPs we obtained the following set of size-change graphs:
- RIGHT2(b(x)) → RIGHT2(x)
The graph contains the following edges 1 > 1 
- RIGHT2(a(x)) → RIGHT2(x)
The graph contains the following edges 1 > 1 
 
(30) YES
(31) Obligation:
Q DP problem:
The TRS P consists of the following rules:
RIGHT1(b(x)) → RIGHT1(x)
RIGHT1(a(x)) → RIGHT1(x)
The TRS R consists of the following rules:
Begin(a(a(x))) → Wait(Right1(x))
Begin(a(x)) → Wait(Right2(x))
Begin(b(x)) → Wait(Right3(x))
Begin(b(x)) → Wait(Right4(x))
Right1(a(End(x))) → Left(b(End(x)))
Right2(a(a(End(x)))) → Left(b(End(x)))
Right3(b(End(x))) → Left(b(a(b(End(x)))))
Right4(b(End(x))) → Left(a(a(End(x))))
Right1(a(x)) → Aa(Right1(x))
Right2(a(x)) → Aa(Right2(x))
Right3(a(x)) → Aa(Right3(x))
Right4(a(x)) → Aa(Right4(x))
Right1(b(x)) → Ab(Right1(x))
Right2(b(x)) → Ab(Right2(x))
Right3(b(x)) → Ab(Right3(x))
Right4(b(x)) → Ab(Right4(x))
Aa(Left(x)) → Left(a(x))
Ab(Left(x)) → Left(b(x))
Wait(Left(x)) → Begin(x)
a(a(a(x))) → b(x)
b(b(x)) → b(a(b(x)))
b(b(x)) → a(a(x))
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
 
(32) UsableRulesProof (EQUIVALENT transformation)
We can use the usable rules and reduction pair processor [LPAR04] with the Ce-compatible extension of the polynomial order that maps every function symbol to the sum of its arguments. Then, we can delete all non-usable rules [FROCOS05] from R.
(33) Obligation:
Q DP problem:
The TRS P consists of the following rules:
RIGHT1(b(x)) → RIGHT1(x)
RIGHT1(a(x)) → RIGHT1(x)
R is empty.
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
 
(34) QDPSizeChangeProof (EQUIVALENT transformation)
By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 
From the DPs we obtained the following set of size-change graphs:
- RIGHT1(b(x)) → RIGHT1(x)
The graph contains the following edges 1 > 1 
- RIGHT1(a(x)) → RIGHT1(x)
The graph contains the following edges 1 > 1 
 
(35) YES
(36) Obligation:
Q DP problem:
The TRS P consists of the following rules:
WAIT(Left(x)) → BEGIN(x)
BEGIN(a(a(x))) → WAIT(Right1(x))
BEGIN(a(x)) → WAIT(Right2(x))
BEGIN(b(x)) → WAIT(Right3(x))
BEGIN(b(x)) → WAIT(Right4(x))
The TRS R consists of the following rules:
Begin(a(a(x))) → Wait(Right1(x))
Begin(a(x)) → Wait(Right2(x))
Begin(b(x)) → Wait(Right3(x))
Begin(b(x)) → Wait(Right4(x))
Right1(a(End(x))) → Left(b(End(x)))
Right2(a(a(End(x)))) → Left(b(End(x)))
Right3(b(End(x))) → Left(b(a(b(End(x)))))
Right4(b(End(x))) → Left(a(a(End(x))))
Right1(a(x)) → Aa(Right1(x))
Right2(a(x)) → Aa(Right2(x))
Right3(a(x)) → Aa(Right3(x))
Right4(a(x)) → Aa(Right4(x))
Right1(b(x)) → Ab(Right1(x))
Right2(b(x)) → Ab(Right2(x))
Right3(b(x)) → Ab(Right3(x))
Right4(b(x)) → Ab(Right4(x))
Aa(Left(x)) → Left(a(x))
Ab(Left(x)) → Left(b(x))
Wait(Left(x)) → Begin(x)
a(a(a(x))) → b(x)
b(b(x)) → b(a(b(x)))
b(b(x)) → a(a(x))
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
 
(37) UsableRulesProof (EQUIVALENT transformation)
We can use the usable rules and reduction pair processor [LPAR04] with the Ce-compatible extension of the polynomial order that maps every function symbol to the sum of its arguments. Then, we can delete all non-usable rules [FROCOS05] from R.
(38) Obligation:
Q DP problem:
The TRS P consists of the following rules:
WAIT(Left(x)) → BEGIN(x)
BEGIN(a(a(x))) → WAIT(Right1(x))
BEGIN(a(x)) → WAIT(Right2(x))
BEGIN(b(x)) → WAIT(Right3(x))
BEGIN(b(x)) → WAIT(Right4(x))
The TRS R consists of the following rules:
Right4(b(End(x))) → Left(a(a(End(x))))
Right4(a(x)) → Aa(Right4(x))
Right4(b(x)) → Ab(Right4(x))
Ab(Left(x)) → Left(b(x))
b(b(x)) → b(a(b(x)))
b(b(x)) → a(a(x))
a(a(a(x))) → b(x)
Aa(Left(x)) → Left(a(x))
Right3(b(End(x))) → Left(b(a(b(End(x)))))
Right3(a(x)) → Aa(Right3(x))
Right3(b(x)) → Ab(Right3(x))
Right2(a(a(End(x)))) → Left(b(End(x)))
Right2(a(x)) → Aa(Right2(x))
Right2(b(x)) → Ab(Right2(x))
Right1(a(End(x))) → Left(b(End(x)))
Right1(a(x)) → Aa(Right1(x))
Right1(b(x)) → Ab(Right1(x))
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
 
(39) QDPOrderProof (EQUIVALENT transformation)
We use the reduction pair processor [LPAR04,JAR06].
The following pairs can be oriented strictly and are deleted.
BEGIN(a(a(x))) → WAIT(Right1(x))
The remaining pairs can at least be oriented weakly.
Used ordering:  Matrix interpretation [MATRO] with arctic natural numbers [ARCTIC]:
| POL(Left(x1)) =  |  |  +  | | / | 0A | 0A | 0A | \ |  
| | | 0A | -I | -I | | |  
| \ | 0A | 0A | 0A | / |  
  | · | x1 | 
| POL(BEGIN(x1)) =  | 0A |  +  |  | · | x1 | 
| POL(a(x1)) =  |  |  +  | | / | 0A | 0A | 0A | \ |  
| | | 1A | 0A | 0A | | |  
| \ | 1A | 0A | -I | / |  
  | · | x1 | 
| POL(Right1(x1)) =  |  |  +  | | / | 0A | -I | 0A | \ |  
| | | 0A | -I | -I | | |  
| \ | -I | 0A | -I | / |  
  | · | x1 | 
| POL(Right2(x1)) =  |  |  +  | | / | 0A | 0A | 0A | \ |  
| | | 0A | -I | -I | | |  
| \ | 0A | 0A | 0A | / |  
  | · | x1 | 
| POL(b(x1)) =  |  |  +  | | / | 0A | 0A | 0A | \ |  
| | | 1A | 1A | 1A | | |  
| \ | 0A | 1A | 0A | / |  
  | · | x1 | 
| POL(Right3(x1)) =  |  |  +  | | / | 0A | 1A | 0A | \ |  
| | | 1A | 0A | -I | | |  
| \ | 0A | 0A | 1A | / |  
  | · | x1 | 
| POL(Right4(x1)) =  |  |  +  | | / | 0A | -I | 1A | \ |  
| | | 1A | 0A | -I | | |  
| \ | 0A | 1A | -I | / |  
  | · | x1 | 
| POL(End(x1)) =  |  |  +  | | / | 0A | -I | 0A | \ |  
| | | 0A | -I | 0A | | |  
| \ | 0A | -I | 0A | / |  
  | · | x1 | 
| POL(Aa(x1)) =  |  |  +  | | / | -I | 1A | 0A | \ |  
| | | 0A | -I | -I | | |  
| \ | 0A | 1A | -I | / |  
  | · | x1 | 
| POL(Ab(x1)) =  |  |  +  | | / | -I | -I | 1A | \ |  
| | | -I | 0A | 0A | | |  
| \ | 1A | 0A | 0A | / |  
  | · | x1 | 
The following usable rules [FROCOS05] with respect to the argument filtering of the ordering [JAR06] were oriented:
Right1(a(End(x))) → Left(b(End(x)))
Right1(a(x)) → Aa(Right1(x))
Right1(b(x)) → Ab(Right1(x))
Right2(a(a(End(x)))) → Left(b(End(x)))
Right2(a(x)) → Aa(Right2(x))
Right2(b(x)) → Ab(Right2(x))
Right3(b(End(x))) → Left(b(a(b(End(x)))))
Right3(a(x)) → Aa(Right3(x))
Right3(b(x)) → Ab(Right3(x))
Right4(b(End(x))) → Left(a(a(End(x))))
Right4(a(x)) → Aa(Right4(x))
Right4(b(x)) → Ab(Right4(x))
Ab(Left(x)) → Left(b(x))
Aa(Left(x)) → Left(a(x))
b(b(x)) → a(a(x))
a(a(a(x))) → b(x)
b(b(x)) → b(a(b(x)))
 
(40) Obligation:
Q DP problem:
The TRS P consists of the following rules:
WAIT(Left(x)) → BEGIN(x)
BEGIN(a(x)) → WAIT(Right2(x))
BEGIN(b(x)) → WAIT(Right3(x))
BEGIN(b(x)) → WAIT(Right4(x))
The TRS R consists of the following rules:
Right4(b(End(x))) → Left(a(a(End(x))))
Right4(a(x)) → Aa(Right4(x))
Right4(b(x)) → Ab(Right4(x))
Ab(Left(x)) → Left(b(x))
b(b(x)) → b(a(b(x)))
b(b(x)) → a(a(x))
a(a(a(x))) → b(x)
Aa(Left(x)) → Left(a(x))
Right3(b(End(x))) → Left(b(a(b(End(x)))))
Right3(a(x)) → Aa(Right3(x))
Right3(b(x)) → Ab(Right3(x))
Right2(a(a(End(x)))) → Left(b(End(x)))
Right2(a(x)) → Aa(Right2(x))
Right2(b(x)) → Ab(Right2(x))
Right1(a(End(x))) → Left(b(End(x)))
Right1(a(x)) → Aa(Right1(x))
Right1(b(x)) → Ab(Right1(x))
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
 
(41) UsableRulesProof (EQUIVALENT transformation)
We can use the usable rules and reduction pair processor [LPAR04] with the Ce-compatible extension of the polynomial order that maps every function symbol to the sum of its arguments. Then, we can delete all non-usable rules [FROCOS05] from R.
(42) Obligation:
Q DP problem:
The TRS P consists of the following rules:
WAIT(Left(x)) → BEGIN(x)
BEGIN(a(x)) → WAIT(Right2(x))
BEGIN(b(x)) → WAIT(Right3(x))
BEGIN(b(x)) → WAIT(Right4(x))
The TRS R consists of the following rules:
Right4(b(End(x))) → Left(a(a(End(x))))
Right4(a(x)) → Aa(Right4(x))
Right4(b(x)) → Ab(Right4(x))
Ab(Left(x)) → Left(b(x))
b(b(x)) → a(a(x))
a(a(a(x))) → b(x)
b(b(x)) → b(a(b(x)))
Aa(Left(x)) → Left(a(x))
Right3(b(End(x))) → Left(b(a(b(End(x)))))
Right3(a(x)) → Aa(Right3(x))
Right3(b(x)) → Ab(Right3(x))
Right2(a(a(End(x)))) → Left(b(End(x)))
Right2(a(x)) → Aa(Right2(x))
Right2(b(x)) → Ab(Right2(x))
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
 
(43) QDPOrderProof (EQUIVALENT transformation)
We use the reduction pair processor [LPAR04,JAR06].
The following pairs can be oriented strictly and are deleted.
BEGIN(b(x)) → WAIT(Right4(x))
The remaining pairs can at least be oriented weakly.
Used ordering:  Matrix interpretation [MATRO] with arctic natural numbers [ARCTIC]:
| POL(Left(x1)) =  |  |  +  | | / | 0A | 0A | -I | \ |  
| | | 0A | 0A | -I | | |  
| \ | -I | 0A | 0A | / |  
  | · | x1 | 
| POL(BEGIN(x1)) =  | 0A |  +  |  | · | x1 | 
| POL(a(x1)) =  |  |  +  | | / | 0A | 0A | 0A | \ |  
| | | 0A | 0A | 0A | | |  
| \ | 1A | 0A | 0A | / |  
  | · | x1 | 
| POL(Right2(x1)) =  |  |  +  | | / | 0A | -I | -I | \ |  
| | | -I | 0A | -I | | |  
| \ | -I | 0A | 0A | / |  
  | · | x1 | 
| POL(b(x1)) =  |  |  +  | | / | 0A | 1A | 0A | \ |  
| | | 1A | 1A | 0A | | |  
| \ | 0A | 1A | 0A | / |  
  | · | x1 | 
| POL(Right3(x1)) =  |  |  +  | | / | 1A | 0A | 0A | \ |  
| | | 0A | 1A | 0A | | |  
| \ | 0A | 1A | 1A | / |  
  | · | x1 | 
| POL(Right4(x1)) =  |  |  +  | | / | 0A | -I | -I | \ |  
| | | -I | 0A | -I | | |  
| \ | 0A | 0A | 0A | / |  
  | · | x1 | 
| POL(End(x1)) =  |  |  +  | | / | 0A | 0A | -I | \ |  
| | | 0A | 0A | -I | | |  
| \ | -I | 0A | -I | / |  
  | · | x1 | 
| POL(Aa(x1)) =  |  |  +  | | / | 0A | 0A | 0A | \ |  
| | | 0A | 0A | 0A | | |  
| \ | 1A | 0A | 0A | / |  
  | · | x1 | 
| POL(Ab(x1)) =  |  |  +  | | / | 0A | 1A | 0A | \ |  
| | | 1A | 0A | 0A | | |  
| \ | 1A | 0A | 0A | / |  
  | · | x1 | 
The following usable rules [FROCOS05] with respect to the argument filtering of the ordering [JAR06] were oriented:
Right2(a(a(End(x)))) → Left(b(End(x)))
Right2(a(x)) → Aa(Right2(x))
Right2(b(x)) → Ab(Right2(x))
Right3(b(End(x))) → Left(b(a(b(End(x)))))
Right3(a(x)) → Aa(Right3(x))
Right3(b(x)) → Ab(Right3(x))
Right4(b(End(x))) → Left(a(a(End(x))))
Right4(a(x)) → Aa(Right4(x))
Right4(b(x)) → Ab(Right4(x))
Ab(Left(x)) → Left(b(x))
Aa(Left(x)) → Left(a(x))
a(a(a(x))) → b(x)
b(b(x)) → a(a(x))
b(b(x)) → b(a(b(x)))
 
(44) Obligation:
Q DP problem:
The TRS P consists of the following rules:
WAIT(Left(x)) → BEGIN(x)
BEGIN(a(x)) → WAIT(Right2(x))
BEGIN(b(x)) → WAIT(Right3(x))
The TRS R consists of the following rules:
Right4(b(End(x))) → Left(a(a(End(x))))
Right4(a(x)) → Aa(Right4(x))
Right4(b(x)) → Ab(Right4(x))
Ab(Left(x)) → Left(b(x))
b(b(x)) → a(a(x))
a(a(a(x))) → b(x)
b(b(x)) → b(a(b(x)))
Aa(Left(x)) → Left(a(x))
Right3(b(End(x))) → Left(b(a(b(End(x)))))
Right3(a(x)) → Aa(Right3(x))
Right3(b(x)) → Ab(Right3(x))
Right2(a(a(End(x)))) → Left(b(End(x)))
Right2(a(x)) → Aa(Right2(x))
Right2(b(x)) → Ab(Right2(x))
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
 
(45) UsableRulesProof (EQUIVALENT transformation)
We can use the usable rules and reduction pair processor [LPAR04] with the Ce-compatible extension of the polynomial order that maps every function symbol to the sum of its arguments. Then, we can delete all non-usable rules [FROCOS05] from R.
(46) Obligation:
Q DP problem:
The TRS P consists of the following rules:
WAIT(Left(x)) → BEGIN(x)
BEGIN(a(x)) → WAIT(Right2(x))
BEGIN(b(x)) → WAIT(Right3(x))
The TRS R consists of the following rules:
Right3(b(End(x))) → Left(b(a(b(End(x)))))
Right3(a(x)) → Aa(Right3(x))
Right3(b(x)) → Ab(Right3(x))
Ab(Left(x)) → Left(b(x))
a(a(a(x))) → b(x)
b(b(x)) → a(a(x))
b(b(x)) → b(a(b(x)))
Aa(Left(x)) → Left(a(x))
Right2(a(a(End(x)))) → Left(b(End(x)))
Right2(a(x)) → Aa(Right2(x))
Right2(b(x)) → Ab(Right2(x))
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
 
(47) QDPOrderProof (EQUIVALENT transformation)
We use the reduction pair processor [LPAR04,JAR06].
The following pairs can be oriented strictly and are deleted.
BEGIN(a(x)) → WAIT(Right2(x))
The remaining pairs can at least be oriented weakly.
Used ordering:  Matrix interpretation [MATRO] with arctic natural numbers [ARCTIC]:
| POL(Left(x1)) =  |  |  +  | | / | 0A | 1A | 0A | \ |  
| | | -I | -I | 1A | | |  
| \ | 1A | 0A | 0A | / |  
  | · | x1 | 
| POL(BEGIN(x1)) =  | 0A |  +  |  | · | x1 | 
| POL(a(x1)) =  |  |  +  | | / | -I | 0A | 0A | \ |  
| | | 0A | -I | 1A | | |  
| \ | 0A | -I | -I | / |  
  | · | x1 | 
| POL(Right2(x1)) =  |  |  +  | | / | -I | 0A | -I | \ |  
| | | -I | -I | 0A | | |  
| \ | 0A | -I | -I | / |  
  | · | x1 | 
| POL(b(x1)) =  |  |  +  | | / | 1A | 0A | 0A | \ |  
| | | 0A | -I | -I | | |  
| \ | 0A | -I | -I | / |  
  | · | x1 | 
| POL(Right3(x1)) =  |  |  +  | | / | 0A | 1A | -I | \ |  
| | | 0A | -I | 1A | | |  
| \ | 1A | 0A | -I | / |  
  | · | x1 | 
| POL(End(x1)) =  |  |  +  | | / | 0A | 0A | 0A | \ |  
| | | 0A | -I | -I | | |  
| \ | 1A | 1A | 1A | / |  
  | · | x1 | 
| POL(Aa(x1)) =  |  |  +  | | / | -I | 1A | 0A | \ |  
| | | -I | -I | 0A | | |  
| \ | 0A | 0A | -I | / |  
  | · | x1 | 
| POL(Ab(x1)) =  |  |  +  | | / | -I | -I | 0A | \ |  
| | | -I | -I | 0A | | |  
| \ | -I | 0A | 1A | / |  
  | · | x1 | 
The following usable rules [FROCOS05] with respect to the argument filtering of the ordering [JAR06] were oriented:
Right2(a(a(End(x)))) → Left(b(End(x)))
Right2(a(x)) → Aa(Right2(x))
Right2(b(x)) → Ab(Right2(x))
Right3(b(End(x))) → Left(b(a(b(End(x)))))
Right3(a(x)) → Aa(Right3(x))
Right3(b(x)) → Ab(Right3(x))
Ab(Left(x)) → Left(b(x))
Aa(Left(x)) → Left(a(x))
b(b(x)) → a(a(x))
a(a(a(x))) → b(x)
b(b(x)) → b(a(b(x)))
 
(48) Obligation:
Q DP problem:
The TRS P consists of the following rules:
WAIT(Left(x)) → BEGIN(x)
BEGIN(b(x)) → WAIT(Right3(x))
The TRS R consists of the following rules:
Right3(b(End(x))) → Left(b(a(b(End(x)))))
Right3(a(x)) → Aa(Right3(x))
Right3(b(x)) → Ab(Right3(x))
Ab(Left(x)) → Left(b(x))
a(a(a(x))) → b(x)
b(b(x)) → a(a(x))
b(b(x)) → b(a(b(x)))
Aa(Left(x)) → Left(a(x))
Right2(a(a(End(x)))) → Left(b(End(x)))
Right2(a(x)) → Aa(Right2(x))
Right2(b(x)) → Ab(Right2(x))
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
 
(49) UsableRulesProof (EQUIVALENT transformation)
We can use the usable rules and reduction pair processor [LPAR04] with the Ce-compatible extension of the polynomial order that maps every function symbol to the sum of its arguments. Then, we can delete all non-usable rules [FROCOS05] from R.
(50) Obligation:
Q DP problem:
The TRS P consists of the following rules:
WAIT(Left(x)) → BEGIN(x)
BEGIN(b(x)) → WAIT(Right3(x))
The TRS R consists of the following rules:
Right3(b(End(x))) → Left(b(a(b(End(x)))))
Right3(a(x)) → Aa(Right3(x))
Right3(b(x)) → Ab(Right3(x))
Ab(Left(x)) → Left(b(x))
b(b(x)) → a(a(x))
a(a(a(x))) → b(x)
b(b(x)) → b(a(b(x)))
Aa(Left(x)) → Left(a(x))
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
 
(51) QDPOrderProof (EQUIVALENT transformation)
We use the reduction pair processor [LPAR04,JAR06].
The following pairs can be oriented strictly and are deleted.
WAIT(Left(x)) → BEGIN(x)
The remaining pairs can at least be oriented weakly.
Used ordering:  Matrix interpretation [MATRO] with arctic natural numbers [ARCTIC]:
| POL(Left(x1)) =  |  |  +  | | / | 0A | -I | 0A | \ |  
| | | -I | -I | 1A | | |  
| \ | -I | 0A | -I | / |  
  | · | x1 | 
| POL(BEGIN(x1)) =  | 0A |  +  |  | · | x1 | 
| POL(b(x1)) =  |  |  +  | | / | -I | 0A | -I | \ |  
| | | 0A | 1A | 0A | | |  
| \ | -I | 0A | -I | / |  
  | · | x1 | 
| POL(Right3(x1)) =  |  |  +  | | / | 0A | -I | 0A | \ |  
| | | -I | 0A | 1A | | |  
| \ | -I | 0A | -I | / |  
  | · | x1 | 
| POL(End(x1)) =  |  |  +  | | / | 0A | -I | 0A | \ |  
| | | 0A | -I | -I | | |  
| \ | 0A | -I | 0A | / |  
  | · | x1 | 
| POL(a(x1)) =  |  |  +  | | / | -I | 0A | 1A | \ |  
| | | 0A | -I | 0A | | |  
| \ | -I | 0A | -I | / |  
  | · | x1 | 
| POL(Aa(x1)) =  |  |  +  | | / | -I | 0A | 0A | \ |  
| | | 0A | -I | 1A | | |  
| \ | 0A | -I | -I | / |  
  | · | x1 | 
| POL(Ab(x1)) =  |  |  +  | | / | -I | -I | 0A | \ |  
| | | -I | -I | 1A | | |  
| \ | 0A | -I | 1A | / |  
  | · | x1 | 
The following usable rules [FROCOS05] with respect to the argument filtering of the ordering [JAR06] were oriented:
Right3(b(End(x))) → Left(b(a(b(End(x)))))
Right3(a(x)) → Aa(Right3(x))
Right3(b(x)) → Ab(Right3(x))
Ab(Left(x)) → Left(b(x))
Aa(Left(x)) → Left(a(x))
a(a(a(x))) → b(x)
b(b(x)) → a(a(x))
b(b(x)) → b(a(b(x)))
 
(52) Obligation:
Q DP problem:
The TRS P consists of the following rules:
BEGIN(b(x)) → WAIT(Right3(x))
The TRS R consists of the following rules:
Right3(b(End(x))) → Left(b(a(b(End(x)))))
Right3(a(x)) → Aa(Right3(x))
Right3(b(x)) → Ab(Right3(x))
Ab(Left(x)) → Left(b(x))
b(b(x)) → a(a(x))
a(a(a(x))) → b(x)
b(b(x)) → b(a(b(x)))
Aa(Left(x)) → Left(a(x))
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
 
(53) DependencyGraphProof (EQUIVALENT transformation)
The approximation of the Dependency Graph [LPAR04,FROCOS05,EDGSTAR] contains 0 SCCs with 1 less node.
(54) TRUE