YES # parallel critical pair closing system (Shintani and Hirokawa 2022, Section 8 in LMCS 2023) Consider the left-linear TRS R: c(b(x)) -> c(a(x)) b(b(x)) -> b(b(x)) b(b(x)) -> c(a(x)) a(a(x)) -> c(a(x)) c(c(x)) -> a(c(x)) b(a(x)) -> c(b(x)) c(a(x)) -> a(c(x)) c(c(x)) -> c(a(x)) Let C be the following subset of R: c(b(x)) -> c(a(x)) b(b(x)) -> c(a(x)) a(a(x)) -> c(a(x)) c(c(x)) -> a(c(x)) b(a(x)) -> c(b(x)) c(a(x)) -> a(c(x)) c(c(x)) -> c(a(x)) The TRS R is left-linear and all parallel critical pairs are joinable by C. Therefore, the confluence of R is equivalent to that of C. # Compositional parallel critical pair system (Shintani and Hirokawa 2022). Consider the left-linear TRS R: c(b(x)) -> c(a(x)) b(b(x)) -> c(a(x)) a(a(x)) -> c(a(x)) c(c(x)) -> a(c(x)) b(a(x)) -> c(b(x)) c(a(x)) -> a(c(x)) c(c(x)) -> c(a(x)) Let C be the following subset of R: c(b(x)) -> c(a(x)) b(a(x)) -> c(b(x)) c(a(x)) -> a(c(x)) c(c(x)) -> c(a(x)) The parallel critical pair system PCPS(R,C) is: b(b(a(x1_1))) -> b(c(b(x1_1))) b(b(a(x1_1))) -> c(a(a(x1_1))) All pairs in PCP(R) are joinable and PCPS(R,C)/R is terminating. Therefore, the confluence of R follows from that of C. # Compositional parallel critical pair system (Shintani and Hirokawa 2022). Consider the left-linear TRS R: c(b(x)) -> c(a(x)) b(a(x)) -> c(b(x)) c(a(x)) -> a(c(x)) c(c(x)) -> c(a(x)) Let C be the following subset of R: (empty) The parallel critical pair system PCPS(R,C) is: c(b(a(x1_1))) -> c(c(b(x1_1))) c(b(a(x1_1))) -> c(a(a(x1_1))) c(c(b(x1_1))) -> c(c(a(x1_1))) c(c(b(x1_1))) -> c(a(b(x1_1))) c(c(a(x1_1))) -> c(a(c(x1_1))) c(c(a(x1_1))) -> c(a(a(x1_1))) c(c(c(x1_1))) -> c(c(a(x1_1))) c(c(c(x1_1))) -> c(a(c(x1_1))) All pairs in PCP(R) are joinable and PCPS(R,C)/R is terminating. Therefore, the confluence of R follows from that of C. # emptiness The empty TRS is confluent.