YES # Parallel rule labeling (Zankl et al. 2015). Consider the left-linear TRS R: +(x,0()) -> x +(x,s(y)) -> s(+(x,y)) +(0(),y) -> y +(s(x),y) -> s(+(x,y)) *(x,0()) -> 0() *(x,s(y)) -> +(*(x,y),x) *(0(),y) -> 0() *(s(x),y) -> +(*(x,y),y) +(+(x,y),z) -> +(x,+(y,z)) +(x,y) -> +(y,x) *(x,y) -> *(y,x) All parallel critical peaks (except C's) are decreasing wrt rule labeling: phi(+(x,0()) -> x) = 5 phi(+(x,s(y)) -> s(+(x,y))) = 4 phi(+(0(),y) -> y) = 4 phi(+(s(x),y) -> s(+(x,y))) = 5 phi(*(x,0()) -> 0()) = 12 phi(*(x,s(y)) -> +(*(x,y),x)) = 15 phi(*(0(),y) -> 0()) = 12 phi(*(s(x),y) -> +(*(x,y),y)) = 12 phi(+(+(x,y),z) -> +(x,+(y,z))) = 7 phi(+(x,y) -> +(y,x)) = 3 phi(*(x,y) -> *(y,x)) = 11 psi(+(x,0()) -> x) = 1 psi(+(x,s(y)) -> s(+(x,y))) = 6 psi(+(0(),y) -> y) = 2 psi(+(s(x),y) -> s(+(x,y))) = 6 psi(*(x,0()) -> 0()) = 9 psi(*(x,s(y)) -> +(*(x,y),x)) = 14 psi(*(0(),y) -> 0()) = 10 psi(*(s(x),y) -> +(*(x,y),y)) = 14 psi(+(+(x,y),z) -> +(x,+(y,z))) = 9 psi(+(x,y) -> +(y,x)) = 8 psi(*(x,y) -> *(y,x)) = 13