Certification Problem

Input (TPDB SRS_Standard/Waldmann_07_size12/size-12-alpha-3-num-127)

The rewrite relation of the following TRS is considered.

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

Property / Task

Prove or disprove termination.

Answer / Result

No.

Proof (by matchbox @ termCOMP 2023)

1 Loop

The following loop proves nontermination.

t0 = c(c(c(a(b(a(b(x1)))))))
c(c(b(a(a(b(a(b(x1))))))))
c(a(a(b(a(b(x1))))))
b(a(a(a(b(a(b(x1)))))))
b(a(c(c(c(a(b(x1)))))))
b(a(c(c(b(a(a(b(x1))))))))
b(a(c(b(a(b(a(a(b(x1)))))))))
b(a(a(b(a(a(b(x1)))))))
b(c(c(c(a(a(b(x1)))))))
b(c(c(b(a(a(a(b(x1))))))))
b(c(a(a(a(b(x1))))))
b(c(a(c(c(c(x1))))))
b(c(a(c(c(b(a(x1)))))))
b(c(a(c(c(b(x1))))))
b(c(a(b(a(c(b(x1)))))))
b(b(a(a(b(a(c(b(x1))))))))
b(b(c(c(c(a(c(b(x1))))))))
b(b(c(c(c(a(b(a(b(x1)))))))))
= t17
where t17 = C[t0σ] and σ = {x1/x1} and C = b(b())