(0) Obligation:

Runtime Complexity TRS:
The TRS R consists of the following rules:

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

Rewrite Strategy: INNERMOST

(1) CpxTrsMatchBoundsTAProof (EQUIVALENT transformation)

A linear upper bound on the runtime complexity of the TRS R could be shown with a Match-Bound[TAB_LEFTLINEAR,TAB_NONLEFTLINEAR] (for contructor-based start-terms) of 1.

The compatible tree automaton used to show the Match-Boundedness (for constructor-based start-terms) is represented by:
final states : [1, 2]
transitions:
s0(0) → 0
00() → 0
f0(0, 0, 0) → 1
g0(0) → 2
g1(0) → 3
s1(3) → 2
01() → 2
s1(3) → 3
01() → 3

(2) BOUNDS(1, n^1)