YES # Parallel rule labeling (Zankl et al. 2015). Consider the left-linear TRS R: f(g(g(x))) -> a() f(g(h(x))) -> b() f(h(g(x))) -> b() f(h(h(x))) -> c() g(x) -> h(x) a() -> b() b() -> c() All parallel critical peaks (except C's) are decreasing wrt rule labeling: phi(f(g(g(x))) -> a()) = 4 phi(f(g(h(x))) -> b()) = 2 phi(f(h(g(x))) -> b()) = 2 phi(f(h(h(x))) -> c()) = 1 phi(g(x) -> h(x)) = 3 phi(a() -> b()) = 1 phi(b() -> c()) = 1 psi(f(g(g(x))) -> a()) = 5 psi(f(g(h(x))) -> b()) = 2 psi(f(h(g(x))) -> b()) = 2 psi(f(h(h(x))) -> c()) = 1 psi(g(x) -> h(x)) = 4 psi(a() -> b()) = 1 psi(b() -> c()) = 1