*** 1 Progress [(O(1),O(n^1))] *** Considered Problem: Strict DP Rules: Strict TRS Rules: g(x,y) -> h(x,y) h(f(x),y) -> f(g(x,y)) Weak DP Rules: Weak TRS Rules: Signature: {g/2,h/2} / {f/1} Obligation: Full basic terms: {g,h}/{f} Applied Processor: ToInnermost Proof: switch to innermost, as the system is overlay and right linear and does not contain weak rules *** 1.1 Progress [(O(1),O(n^1))] *** Considered Problem: Strict DP Rules: Strict TRS Rules: g(x,y) -> h(x,y) h(f(x),y) -> f(g(x,y)) Weak DP Rules: Weak TRS Rules: Signature: {g/2,h/2} / {f/1} Obligation: Innermost basic terms: {g,h}/{f} Applied Processor: Bounds {initialAutomaton = perSymbol, enrichment = match} Proof: The problem is match-bounded by 2. The enriched problem is compatible with follwoing automaton. f_0(1) -> 1 f_1(4) -> 2 f_1(4) -> 3 f_1(4) -> 4 g_0(1,1) -> 2 g_1(1,1) -> 4 h_0(1,1) -> 3 h_1(1,1) -> 2 h_2(1,1) -> 4 *** 1.1.1 Progress [(O(1),O(1))] *** Considered Problem: Strict DP Rules: Strict TRS Rules: Weak DP Rules: Weak TRS Rules: g(x,y) -> h(x,y) h(f(x),y) -> f(g(x,y)) Signature: {g/2,h/2} / {f/1} Obligation: Innermost basic terms: {g,h}/{f} Applied Processor: EmptyProcessor Proof: The problem is already closed. The intended complexity is O(1).