(0) Obligation:

Q restricted rewrite system:
The TRS R consists of the following rules:

g(s(x)) → f(x)
f(0) → s(0)
f(s(x)) → s(s(g(x)))
g(0) → 0

Q is empty.

(1) DirectTerminationProof (EQUIVALENT transformation)

We use [DIRECT_TERMINATION] with the following order to prove termination.

Knuth-Bendix order [KBO] with precedence:
g1 > 0 > f1 > s1

and weight map:

0=1
g_1=0
s_1=1
f_1=1

The variable weight is 1

(2) TRUE