(0) Obligation:

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

+(x, +(y, z)) → +(+(x, y), z)
*(x, +(y, z)) → +(*(x, y), *(x, z))
+(+(x, *(y, z)), *(y, u)) → +(x, *(y, +(z, u)))

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:

+1(x, +(y, z)) → +1(+(x, y), z)
+1(x, +(y, z)) → +1(x, y)
*1(x, +(y, z)) → +1(*(x, y), *(x, z))
*1(x, +(y, z)) → *1(x, y)
*1(x, +(y, z)) → *1(x, z)
+1(+(x, *(y, z)), *(y, u)) → +1(x, *(y, +(z, u)))
+1(+(x, *(y, z)), *(y, u)) → *1(y, +(z, u))
+1(+(x, *(y, z)), *(y, u)) → +1(z, u)

The TRS R consists of the following rules:

+(x, +(y, z)) → +(+(x, y), z)
*(x, +(y, z)) → +(*(x, y), *(x, z))
+(+(x, *(y, z)), *(y, u)) → +(x, *(y, +(z, u)))

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

(3) NonLoopProof (EQUIVALENT transformation)

By Theorem 8 [NONLOOP] we deduce infiniteness of the QDP.
We apply the theorem with m = 1, b = 0,
σ' = [ ], and μ' = [ ] on the rule
+1(x3, +(*(x2, x0), *(x2, x1)))[ ]n[ ] → +1(x3, +(*(x2, x0), *(x2, x1)))[ ]n[ ]
This rule is correct for the QDP as the following derivation shows:

+1(x3, +(*(x2, x0), *(x2, x1)))[ ]n[ ] → +1(x3, +(*(x2, x0), *(x2, x1)))[ ]n[ ]
    by Narrowing at position: [1]
        intermediate steps: Instantiation
        +1(x2, +(*(y1, y0), *(y1, y2)))[ ]n[ ] → +1(x2, *(y1, +(y0, y2)))[ ]n[ ]
            by Narrowing at position: []
                intermediate steps: Instantiation - Instantiation - Instantiation
                +1(x, +(y, z))[ ]n[ ] → +1(+(x, y), z)[ ]n[ ]
                    by OriginalRule from TRS P

                intermediate steps: Instantiation - Instantiation - Instantiation
                +1(+(x, *(y, z)), *(y, u))[ ]n[ ] → +1(x, *(y, +(z, u)))[ ]n[ ]
                    by OriginalRule from TRS P

        intermediate steps: Instantiation - Instantiation - Instantiation - Instantiation - Instantiation
        *(x, +(y, z))[ ]n[ ] → +(*(x, y), *(x, z))[ ]n[ ]
            by OriginalRule from TRS R

(4) NO