YES Termination Proof

Termination Proof

by ttt2 (version ttt2 1.15)

Input

The rewrite relation of the following TRS is considered.

g(c(x0)) g(f(c(x0)))
g(f(c(x0))) g(f(f(c(x0))))
g(g(x0)) g(f(g(x0)))
f(f(g(x0))) g(f(x0))

Proof

1 Bounds

The given TRS is match-bounded by 2. This is shown by the following automaton.