Certification Problem

Input (TPDB SRS_Relative/Waldmann_19/random-130)

The relative rewrite relation R/S is considered where R is the following TRS

b(b(b(x1))) c(a(a(x1))) (1)
a(a(b(x1))) c(b(a(x1))) (2)
c(c(c(x1))) a(b(c(x1))) (3)

and S is the following TRS.

a(c(a(x1))) b(a(c(x1))) (4)
c(c(a(x1))) c(a(a(x1))) (5)
b(c(b(x1))) b(b(b(x1))) (6)

Property / Task

Prove or disprove termination.

Answer / Result

No.

Proof (by matchbox @ termCOMP 2023)

1 Loop

The following loop proves that R/S is not relative terminating.

t0 = b(b(b(b(c(a(a(a(c(x1)))))))))
R b(c(a(a(c(a(a(a(c(x1)))))))))
S b(c(a(b(a(c(a(a(c(x1)))))))))
S b(c(a(b(b(a(c(a(c(x1)))))))))
S b(c(a(b(b(b(a(c(c(x1)))))))))
R b(c(a(c(a(a(a(c(c(x1)))))))))
S b(c(b(a(c(a(a(c(c(x1)))))))))
S b(c(b(b(a(c(a(c(c(x1)))))))))
S b(c(b(b(b(a(c(c(c(x1)))))))))
R b(c(b(b(b(a(a(b(c(x1)))))))))
R b(c(b(b(b(c(b(a(c(x1)))))))))
S b(c(b(b(b(b(b(a(c(x1)))))))))
R b(c(b(b(c(a(a(a(c(x1)))))))))
S b(b(b(b(c(a(a(a(c(x1)))))))))
= t13
where t13 = t0σ and σ = {x1/x1}