YES
by ttt2 (version ttt2 1.15)
The rewrite relation of the following TRS is considered.
a(a(x0)) | → | c(b(x0)) |
b(b(x0)) | → | a(c(x0)) |
c(c(x0)) | → | b(a(x0)) |
a(a(x0)) | → | b(c(x0)) |
b(b(x0)) | → | c(a(x0)) |
c(c(x0)) | → | a(b(x0)) |
final states:
{6, 4, 1}
transitions:
1 | → | 5 |
6 | → | 3 |
4 | → | 7 |
f30 | → | 2 |
b0(2) | → | 7 |
b0(3) | → | 1 |
a0(7) | → | 6 |
a0(2) | → | 5 |
c0(5) | → | 4 |
c0(2) | → | 3 |