WORST_CASE(Omega(n^1), O(n^2)) proof of /export/starexec/sandbox/benchmark/theBenchmark.xml # AProVE Commit ID: 794c25de1cacf0d048858bcd21c9a779e1221865 marcel 20200619 unpublished dirty The Derivational Complexity (full) of the given DCpxTrs could be proven to be BOUNDS(n^1, n^2). (0) DCpxTrs (1) DerivationalComplexityToRuntimeComplexityProof [BOTH BOUNDS(ID, ID), 0 ms] (2) CpxRelTRS (3) SInnermostTerminationProof [BOTH CONCRETE BOUNDS(ID, ID), 193 ms] (4) CpxRelTRS (5) RcToIrcProof [BOTH BOUNDS(ID, ID), 0 ms] (6) CpxRelTRS (7) CpxTrsToCdtProof [UPPER BOUND(ID), 0 ms] (8) CdtProblem (9) CdtLeafRemovalProof [ComplexityIfPolyImplication, 0 ms] (10) CdtProblem (11) CdtGraphSplitRhsProof [BOTH BOUNDS(ID, ID), 0 ms] (12) CdtProblem (13) CdtLeafRemovalProof [ComplexityIfPolyImplication, 0 ms] (14) CdtProblem (15) CdtUsableRulesProof [BOTH BOUNDS(ID, ID), 0 ms] (16) CdtProblem (17) CdtRuleRemovalProof [UPPER BOUND(ADD(n^2)), 115 ms] (18) CdtProblem (19) CdtRuleRemovalProof [UPPER BOUND(ADD(n^2)), 70 ms] (20) CdtProblem (21) CdtRuleRemovalProof [UPPER BOUND(ADD(n^2)), 49 ms] (22) CdtProblem (23) CdtRuleRemovalProof [UPPER BOUND(ADD(n^2)), 54 ms] (24) CdtProblem (25) SIsEmptyProof [BOTH BOUNDS(ID, ID), 0 ms] (26) BOUNDS(1, 1) (27) RelTrsToDecreasingLoopProblemProof [LOWER BOUND(ID), 0 ms] (28) TRS for Loop Detection (29) DecreasingLoopProof [LOWER BOUND(ID), 0 ms] (30) BEST (31) proven lower bound (32) LowerBoundPropagationProof [FINISHED, 0 ms] (33) BOUNDS(n^1, INF) (34) TRS for Loop Detection ---------------------------------------- (0) Obligation: The Derivational Complexity (full) of the given DCpxTrs could be proven to be BOUNDS(n^1, n^2). The TRS R consists of the following rules: g(0, f(x, x)) -> x g(x, s(y)) -> g(f(x, y), 0) g(s(x), y) -> g(f(x, y), 0) g(f(x, y), 0) -> f(g(x, 0), g(y, 0)) S is empty. Rewrite Strategy: FULL ---------------------------------------- (1) DerivationalComplexityToRuntimeComplexityProof (BOTH BOUNDS(ID, ID)) The following rules have been added to S to convert the given derivational complexity problem to a runtime complexity problem: encArg(0) -> 0 encArg(f(x_1, x_2)) -> f(encArg(x_1), encArg(x_2)) encArg(s(x_1)) -> s(encArg(x_1)) encArg(cons_g(x_1, x_2)) -> g(encArg(x_1), encArg(x_2)) encode_g(x_1, x_2) -> g(encArg(x_1), encArg(x_2)) encode_0 -> 0 encode_f(x_1, x_2) -> f(encArg(x_1), encArg(x_2)) encode_s(x_1) -> s(encArg(x_1)) ---------------------------------------- (2) Obligation: The Runtime Complexity (full) of the given CpxRelTRS could be proven to be BOUNDS(n^1, n^2). The TRS R consists of the following rules: g(0, f(x, x)) -> x g(x, s(y)) -> g(f(x, y), 0) g(s(x), y) -> g(f(x, y), 0) g(f(x, y), 0) -> f(g(x, 0), g(y, 0)) The (relative) TRS S consists of the following rules: encArg(0) -> 0 encArg(f(x_1, x_2)) -> f(encArg(x_1), encArg(x_2)) encArg(s(x_1)) -> s(encArg(x_1)) encArg(cons_g(x_1, x_2)) -> g(encArg(x_1), encArg(x_2)) encode_g(x_1, x_2) -> g(encArg(x_1), encArg(x_2)) encode_0 -> 0 encode_f(x_1, x_2) -> f(encArg(x_1), encArg(x_2)) encode_s(x_1) -> s(encArg(x_1)) Rewrite Strategy: FULL ---------------------------------------- (3) SInnermostTerminationProof (BOTH CONCRETE BOUNDS(ID, ID)) proved innermost termination of relative rules ---------------------------------------- (4) Obligation: The Runtime Complexity (full) of the given CpxRelTRS could be proven to be BOUNDS(n^1, n^2). The TRS R consists of the following rules: g(0, f(x, x)) -> x g(x, s(y)) -> g(f(x, y), 0) g(s(x), y) -> g(f(x, y), 0) g(f(x, y), 0) -> f(g(x, 0), g(y, 0)) The (relative) TRS S consists of the following rules: encArg(0) -> 0 encArg(f(x_1, x_2)) -> f(encArg(x_1), encArg(x_2)) encArg(s(x_1)) -> s(encArg(x_1)) encArg(cons_g(x_1, x_2)) -> g(encArg(x_1), encArg(x_2)) encode_g(x_1, x_2) -> g(encArg(x_1), encArg(x_2)) encode_0 -> 0 encode_f(x_1, x_2) -> f(encArg(x_1), encArg(x_2)) encode_s(x_1) -> s(encArg(x_1)) Rewrite Strategy: FULL ---------------------------------------- (5) RcToIrcProof (BOTH BOUNDS(ID, ID)) Converted rc-obligation to irc-obligation. As the TRS is a non-duplicating overlay system, we have rc = irc. ---------------------------------------- (6) Obligation: The Runtime Complexity (innermost) of the given CpxRelTRS could be proven to be BOUNDS(1, n^2). The TRS R consists of the following rules: g(0, f(x, x)) -> x g(x, s(y)) -> g(f(x, y), 0) g(s(x), y) -> g(f(x, y), 0) g(f(x, y), 0) -> f(g(x, 0), g(y, 0)) The (relative) TRS S consists of the following rules: encArg(0) -> 0 encArg(f(x_1, x_2)) -> f(encArg(x_1), encArg(x_2)) encArg(s(x_1)) -> s(encArg(x_1)) encArg(cons_g(x_1, x_2)) -> g(encArg(x_1), encArg(x_2)) encode_g(x_1, x_2) -> g(encArg(x_1), encArg(x_2)) encode_0 -> 0 encode_f(x_1, x_2) -> f(encArg(x_1), encArg(x_2)) encode_s(x_1) -> s(encArg(x_1)) Rewrite Strategy: INNERMOST ---------------------------------------- (7) CpxTrsToCdtProof (UPPER BOUND(ID)) Converted Cpx (relative) TRS to CDT ---------------------------------------- (8) Obligation: Complexity Dependency Tuples Problem Rules: encArg(0) -> 0 encArg(f(z0, z1)) -> f(encArg(z0), encArg(z1)) encArg(s(z0)) -> s(encArg(z0)) encArg(cons_g(z0, z1)) -> g(encArg(z0), encArg(z1)) encode_g(z0, z1) -> g(encArg(z0), encArg(z1)) encode_0 -> 0 encode_f(z0, z1) -> f(encArg(z0), encArg(z1)) encode_s(z0) -> s(encArg(z0)) g(0, f(z0, z0)) -> z0 g(z0, s(z1)) -> g(f(z0, z1), 0) g(s(z0), z1) -> g(f(z0, z1), 0) g(f(z0, z1), 0) -> f(g(z0, 0), g(z1, 0)) Tuples: ENCARG(0) -> c ENCARG(f(z0, z1)) -> c1(ENCARG(z0), ENCARG(z1)) ENCARG(s(z0)) -> c2(ENCARG(z0)) ENCARG(cons_g(z0, z1)) -> c3(G(encArg(z0), encArg(z1)), ENCARG(z0), ENCARG(z1)) ENCODE_G(z0, z1) -> c4(G(encArg(z0), encArg(z1)), ENCARG(z0), ENCARG(z1)) ENCODE_0 -> c5 ENCODE_F(z0, z1) -> c6(ENCARG(z0), ENCARG(z1)) ENCODE_S(z0) -> c7(ENCARG(z0)) G(0, f(z0, z0)) -> c8 G(z0, s(z1)) -> c9(G(f(z0, z1), 0)) G(s(z0), z1) -> c10(G(f(z0, z1), 0)) G(f(z0, z1), 0) -> c11(G(z0, 0), G(z1, 0)) S tuples: G(0, f(z0, z0)) -> c8 G(z0, s(z1)) -> c9(G(f(z0, z1), 0)) G(s(z0), z1) -> c10(G(f(z0, z1), 0)) G(f(z0, z1), 0) -> c11(G(z0, 0), G(z1, 0)) K tuples:none Defined Rule Symbols: g_2, encArg_1, encode_g_2, encode_0, encode_f_2, encode_s_1 Defined Pair Symbols: ENCARG_1, ENCODE_G_2, ENCODE_0, ENCODE_F_2, ENCODE_S_1, G_2 Compound Symbols: c, c1_2, c2_1, c3_3, c4_3, c5, c6_2, c7_1, c8, c9_1, c10_1, c11_2 ---------------------------------------- (9) CdtLeafRemovalProof (ComplexityIfPolyImplication) Removed 2 leading nodes: ENCODE_F(z0, z1) -> c6(ENCARG(z0), ENCARG(z1)) ENCODE_S(z0) -> c7(ENCARG(z0)) Removed 2 trailing nodes: ENCARG(0) -> c ENCODE_0 -> c5 ---------------------------------------- (10) Obligation: Complexity Dependency Tuples Problem Rules: encArg(0) -> 0 encArg(f(z0, z1)) -> f(encArg(z0), encArg(z1)) encArg(s(z0)) -> s(encArg(z0)) encArg(cons_g(z0, z1)) -> g(encArg(z0), encArg(z1)) encode_g(z0, z1) -> g(encArg(z0), encArg(z1)) encode_0 -> 0 encode_f(z0, z1) -> f(encArg(z0), encArg(z1)) encode_s(z0) -> s(encArg(z0)) g(0, f(z0, z0)) -> z0 g(z0, s(z1)) -> g(f(z0, z1), 0) g(s(z0), z1) -> g(f(z0, z1), 0) g(f(z0, z1), 0) -> f(g(z0, 0), g(z1, 0)) Tuples: ENCARG(f(z0, z1)) -> c1(ENCARG(z0), ENCARG(z1)) ENCARG(s(z0)) -> c2(ENCARG(z0)) ENCARG(cons_g(z0, z1)) -> c3(G(encArg(z0), encArg(z1)), ENCARG(z0), ENCARG(z1)) ENCODE_G(z0, z1) -> c4(G(encArg(z0), encArg(z1)), ENCARG(z0), ENCARG(z1)) G(0, f(z0, z0)) -> c8 G(z0, s(z1)) -> c9(G(f(z0, z1), 0)) G(s(z0), z1) -> c10(G(f(z0, z1), 0)) G(f(z0, z1), 0) -> c11(G(z0, 0), G(z1, 0)) S tuples: G(0, f(z0, z0)) -> c8 G(z0, s(z1)) -> c9(G(f(z0, z1), 0)) G(s(z0), z1) -> c10(G(f(z0, z1), 0)) G(f(z0, z1), 0) -> c11(G(z0, 0), G(z1, 0)) K tuples:none Defined Rule Symbols: g_2, encArg_1, encode_g_2, encode_0, encode_f_2, encode_s_1 Defined Pair Symbols: ENCARG_1, ENCODE_G_2, G_2 Compound Symbols: c1_2, c2_1, c3_3, c4_3, c8, c9_1, c10_1, c11_2 ---------------------------------------- (11) CdtGraphSplitRhsProof (BOTH BOUNDS(ID, ID)) Split RHS of tuples not part of any SCC ---------------------------------------- (12) Obligation: Complexity Dependency Tuples Problem Rules: encArg(0) -> 0 encArg(f(z0, z1)) -> f(encArg(z0), encArg(z1)) encArg(s(z0)) -> s(encArg(z0)) encArg(cons_g(z0, z1)) -> g(encArg(z0), encArg(z1)) encode_g(z0, z1) -> g(encArg(z0), encArg(z1)) encode_0 -> 0 encode_f(z0, z1) -> f(encArg(z0), encArg(z1)) encode_s(z0) -> s(encArg(z0)) g(0, f(z0, z0)) -> z0 g(z0, s(z1)) -> g(f(z0, z1), 0) g(s(z0), z1) -> g(f(z0, z1), 0) g(f(z0, z1), 0) -> f(g(z0, 0), g(z1, 0)) Tuples: ENCARG(f(z0, z1)) -> c1(ENCARG(z0), ENCARG(z1)) ENCARG(s(z0)) -> c2(ENCARG(z0)) ENCARG(cons_g(z0, z1)) -> c3(G(encArg(z0), encArg(z1)), ENCARG(z0), ENCARG(z1)) G(0, f(z0, z0)) -> c8 G(z0, s(z1)) -> c9(G(f(z0, z1), 0)) G(s(z0), z1) -> c10(G(f(z0, z1), 0)) G(f(z0, z1), 0) -> c11(G(z0, 0), G(z1, 0)) ENCODE_G(z0, z1) -> c(G(encArg(z0), encArg(z1))) ENCODE_G(z0, z1) -> c(ENCARG(z0)) ENCODE_G(z0, z1) -> c(ENCARG(z1)) S tuples: G(0, f(z0, z0)) -> c8 G(z0, s(z1)) -> c9(G(f(z0, z1), 0)) G(s(z0), z1) -> c10(G(f(z0, z1), 0)) G(f(z0, z1), 0) -> c11(G(z0, 0), G(z1, 0)) K tuples:none Defined Rule Symbols: g_2, encArg_1, encode_g_2, encode_0, encode_f_2, encode_s_1 Defined Pair Symbols: ENCARG_1, G_2, ENCODE_G_2 Compound Symbols: c1_2, c2_1, c3_3, c8, c9_1, c10_1, c11_2, c_1 ---------------------------------------- (13) CdtLeafRemovalProof (ComplexityIfPolyImplication) Removed 2 leading nodes: ENCODE_G(z0, z1) -> c(ENCARG(z0)) ENCODE_G(z0, z1) -> c(ENCARG(z1)) ---------------------------------------- (14) Obligation: Complexity Dependency Tuples Problem Rules: encArg(0) -> 0 encArg(f(z0, z1)) -> f(encArg(z0), encArg(z1)) encArg(s(z0)) -> s(encArg(z0)) encArg(cons_g(z0, z1)) -> g(encArg(z0), encArg(z1)) encode_g(z0, z1) -> g(encArg(z0), encArg(z1)) encode_0 -> 0 encode_f(z0, z1) -> f(encArg(z0), encArg(z1)) encode_s(z0) -> s(encArg(z0)) g(0, f(z0, z0)) -> z0 g(z0, s(z1)) -> g(f(z0, z1), 0) g(s(z0), z1) -> g(f(z0, z1), 0) g(f(z0, z1), 0) -> f(g(z0, 0), g(z1, 0)) Tuples: ENCARG(f(z0, z1)) -> c1(ENCARG(z0), ENCARG(z1)) ENCARG(s(z0)) -> c2(ENCARG(z0)) ENCARG(cons_g(z0, z1)) -> c3(G(encArg(z0), encArg(z1)), ENCARG(z0), ENCARG(z1)) G(0, f(z0, z0)) -> c8 G(z0, s(z1)) -> c9(G(f(z0, z1), 0)) G(s(z0), z1) -> c10(G(f(z0, z1), 0)) G(f(z0, z1), 0) -> c11(G(z0, 0), G(z1, 0)) ENCODE_G(z0, z1) -> c(G(encArg(z0), encArg(z1))) S tuples: G(0, f(z0, z0)) -> c8 G(z0, s(z1)) -> c9(G(f(z0, z1), 0)) G(s(z0), z1) -> c10(G(f(z0, z1), 0)) G(f(z0, z1), 0) -> c11(G(z0, 0), G(z1, 0)) K tuples:none Defined Rule Symbols: g_2, encArg_1, encode_g_2, encode_0, encode_f_2, encode_s_1 Defined Pair Symbols: ENCARG_1, G_2, ENCODE_G_2 Compound Symbols: c1_2, c2_1, c3_3, c8, c9_1, c10_1, c11_2, c_1 ---------------------------------------- (15) CdtUsableRulesProof (BOTH BOUNDS(ID, ID)) The following rules are not usable and were removed: encode_g(z0, z1) -> g(encArg(z0), encArg(z1)) encode_0 -> 0 encode_f(z0, z1) -> f(encArg(z0), encArg(z1)) encode_s(z0) -> s(encArg(z0)) ---------------------------------------- (16) Obligation: Complexity Dependency Tuples Problem Rules: encArg(0) -> 0 encArg(f(z0, z1)) -> f(encArg(z0), encArg(z1)) encArg(s(z0)) -> s(encArg(z0)) encArg(cons_g(z0, z1)) -> g(encArg(z0), encArg(z1)) g(0, f(z0, z0)) -> z0 g(z0, s(z1)) -> g(f(z0, z1), 0) g(s(z0), z1) -> g(f(z0, z1), 0) g(f(z0, z1), 0) -> f(g(z0, 0), g(z1, 0)) Tuples: ENCARG(f(z0, z1)) -> c1(ENCARG(z0), ENCARG(z1)) ENCARG(s(z0)) -> c2(ENCARG(z0)) ENCARG(cons_g(z0, z1)) -> c3(G(encArg(z0), encArg(z1)), ENCARG(z0), ENCARG(z1)) G(0, f(z0, z0)) -> c8 G(z0, s(z1)) -> c9(G(f(z0, z1), 0)) G(s(z0), z1) -> c10(G(f(z0, z1), 0)) G(f(z0, z1), 0) -> c11(G(z0, 0), G(z1, 0)) ENCODE_G(z0, z1) -> c(G(encArg(z0), encArg(z1))) S tuples: G(0, f(z0, z0)) -> c8 G(z0, s(z1)) -> c9(G(f(z0, z1), 0)) G(s(z0), z1) -> c10(G(f(z0, z1), 0)) G(f(z0, z1), 0) -> c11(G(z0, 0), G(z1, 0)) K tuples:none Defined Rule Symbols: encArg_1, g_2 Defined Pair Symbols: ENCARG_1, G_2, ENCODE_G_2 Compound Symbols: c1_2, c2_1, c3_3, c8, c9_1, c10_1, c11_2, c_1 ---------------------------------------- (17) CdtRuleRemovalProof (UPPER BOUND(ADD(n^2))) Found a reduction pair which oriented the following tuples strictly. Hence they can be removed from S. G(z0, s(z1)) -> c9(G(f(z0, z1), 0)) We considered the (Usable) Rules: encArg(s(z0)) -> s(encArg(z0)) g(s(z0), z1) -> g(f(z0, z1), 0) g(f(z0, z1), 0) -> f(g(z0, 0), g(z1, 0)) g(z0, s(z1)) -> g(f(z0, z1), 0) encArg(f(z0, z1)) -> f(encArg(z0), encArg(z1)) encArg(cons_g(z0, z1)) -> g(encArg(z0), encArg(z1)) encArg(0) -> 0 g(0, f(z0, z0)) -> z0 And the Tuples: ENCARG(f(z0, z1)) -> c1(ENCARG(z0), ENCARG(z1)) ENCARG(s(z0)) -> c2(ENCARG(z0)) ENCARG(cons_g(z0, z1)) -> c3(G(encArg(z0), encArg(z1)), ENCARG(z0), ENCARG(z1)) G(0, f(z0, z0)) -> c8 G(z0, s(z1)) -> c9(G(f(z0, z1), 0)) G(s(z0), z1) -> c10(G(f(z0, z1), 0)) G(f(z0, z1), 0) -> c11(G(z0, 0), G(z1, 0)) ENCODE_G(z0, z1) -> c(G(encArg(z0), encArg(z1))) The order we found is given by the following interpretation: Polynomial interpretation : POL(0) = 0 POL(ENCARG(x_1)) = x_1^2 POL(ENCODE_G(x_1, x_2)) = [2] + x_1 + [2]x_2 + [2]x_2^2 + [2]x_1*x_2 + x_1^2 POL(G(x_1, x_2)) = x_2 POL(c(x_1)) = x_1 POL(c1(x_1, x_2)) = x_1 + x_2 POL(c10(x_1)) = x_1 POL(c11(x_1, x_2)) = x_1 + x_2 POL(c2(x_1)) = x_1 POL(c3(x_1, x_2, x_3)) = x_1 + x_2 + x_3 POL(c8) = 0 POL(c9(x_1)) = x_1 POL(cons_g(x_1, x_2)) = [1] + x_1 + x_2 POL(encArg(x_1)) = x_1 POL(f(x_1, x_2)) = x_1 + x_2 POL(g(x_1, x_2)) = x_2 POL(s(x_1)) = [2] + x_1 ---------------------------------------- (18) Obligation: Complexity Dependency Tuples Problem Rules: encArg(0) -> 0 encArg(f(z0, z1)) -> f(encArg(z0), encArg(z1)) encArg(s(z0)) -> s(encArg(z0)) encArg(cons_g(z0, z1)) -> g(encArg(z0), encArg(z1)) g(0, f(z0, z0)) -> z0 g(z0, s(z1)) -> g(f(z0, z1), 0) g(s(z0), z1) -> g(f(z0, z1), 0) g(f(z0, z1), 0) -> f(g(z0, 0), g(z1, 0)) Tuples: ENCARG(f(z0, z1)) -> c1(ENCARG(z0), ENCARG(z1)) ENCARG(s(z0)) -> c2(ENCARG(z0)) ENCARG(cons_g(z0, z1)) -> c3(G(encArg(z0), encArg(z1)), ENCARG(z0), ENCARG(z1)) G(0, f(z0, z0)) -> c8 G(z0, s(z1)) -> c9(G(f(z0, z1), 0)) G(s(z0), z1) -> c10(G(f(z0, z1), 0)) G(f(z0, z1), 0) -> c11(G(z0, 0), G(z1, 0)) ENCODE_G(z0, z1) -> c(G(encArg(z0), encArg(z1))) S tuples: G(0, f(z0, z0)) -> c8 G(s(z0), z1) -> c10(G(f(z0, z1), 0)) G(f(z0, z1), 0) -> c11(G(z0, 0), G(z1, 0)) K tuples: G(z0, s(z1)) -> c9(G(f(z0, z1), 0)) Defined Rule Symbols: encArg_1, g_2 Defined Pair Symbols: ENCARG_1, G_2, ENCODE_G_2 Compound Symbols: c1_2, c2_1, c3_3, c8, c9_1, c10_1, c11_2, c_1 ---------------------------------------- (19) CdtRuleRemovalProof (UPPER BOUND(ADD(n^2))) Found a reduction pair which oriented the following tuples strictly. Hence they can be removed from S. G(0, f(z0, z0)) -> c8 We considered the (Usable) Rules: encArg(s(z0)) -> s(encArg(z0)) g(s(z0), z1) -> g(f(z0, z1), 0) g(f(z0, z1), 0) -> f(g(z0, 0), g(z1, 0)) g(z0, s(z1)) -> g(f(z0, z1), 0) encArg(f(z0, z1)) -> f(encArg(z0), encArg(z1)) encArg(cons_g(z0, z1)) -> g(encArg(z0), encArg(z1)) encArg(0) -> 0 g(0, f(z0, z0)) -> z0 And the Tuples: ENCARG(f(z0, z1)) -> c1(ENCARG(z0), ENCARG(z1)) ENCARG(s(z0)) -> c2(ENCARG(z0)) ENCARG(cons_g(z0, z1)) -> c3(G(encArg(z0), encArg(z1)), ENCARG(z0), ENCARG(z1)) G(0, f(z0, z0)) -> c8 G(z0, s(z1)) -> c9(G(f(z0, z1), 0)) G(s(z0), z1) -> c10(G(f(z0, z1), 0)) G(f(z0, z1), 0) -> c11(G(z0, 0), G(z1, 0)) ENCODE_G(z0, z1) -> c(G(encArg(z0), encArg(z1))) The order we found is given by the following interpretation: Polynomial interpretation : POL(0) = 0 POL(ENCARG(x_1)) = [2]x_1^2 POL(ENCODE_G(x_1, x_2)) = [2] + x_1 + x_2 + x_2^2 + [2]x_1*x_2 + [2]x_1^2 POL(G(x_1, x_2)) = x_2 POL(c(x_1)) = x_1 POL(c1(x_1, x_2)) = x_1 + x_2 POL(c10(x_1)) = x_1 POL(c11(x_1, x_2)) = x_1 + x_2 POL(c2(x_1)) = x_1 POL(c3(x_1, x_2, x_3)) = x_1 + x_2 + x_3 POL(c8) = 0 POL(c9(x_1)) = x_1 POL(cons_g(x_1, x_2)) = [2] + x_1 + x_2 POL(encArg(x_1)) = x_1 POL(f(x_1, x_2)) = [2] + x_1 + x_2 POL(g(x_1, x_2)) = x_1 + x_2 POL(s(x_1)) = [2] + x_1 ---------------------------------------- (20) Obligation: Complexity Dependency Tuples Problem Rules: encArg(0) -> 0 encArg(f(z0, z1)) -> f(encArg(z0), encArg(z1)) encArg(s(z0)) -> s(encArg(z0)) encArg(cons_g(z0, z1)) -> g(encArg(z0), encArg(z1)) g(0, f(z0, z0)) -> z0 g(z0, s(z1)) -> g(f(z0, z1), 0) g(s(z0), z1) -> g(f(z0, z1), 0) g(f(z0, z1), 0) -> f(g(z0, 0), g(z1, 0)) Tuples: ENCARG(f(z0, z1)) -> c1(ENCARG(z0), ENCARG(z1)) ENCARG(s(z0)) -> c2(ENCARG(z0)) ENCARG(cons_g(z0, z1)) -> c3(G(encArg(z0), encArg(z1)), ENCARG(z0), ENCARG(z1)) G(0, f(z0, z0)) -> c8 G(z0, s(z1)) -> c9(G(f(z0, z1), 0)) G(s(z0), z1) -> c10(G(f(z0, z1), 0)) G(f(z0, z1), 0) -> c11(G(z0, 0), G(z1, 0)) ENCODE_G(z0, z1) -> c(G(encArg(z0), encArg(z1))) S tuples: G(s(z0), z1) -> c10(G(f(z0, z1), 0)) G(f(z0, z1), 0) -> c11(G(z0, 0), G(z1, 0)) K tuples: G(z0, s(z1)) -> c9(G(f(z0, z1), 0)) G(0, f(z0, z0)) -> c8 Defined Rule Symbols: encArg_1, g_2 Defined Pair Symbols: ENCARG_1, G_2, ENCODE_G_2 Compound Symbols: c1_2, c2_1, c3_3, c8, c9_1, c10_1, c11_2, c_1 ---------------------------------------- (21) CdtRuleRemovalProof (UPPER BOUND(ADD(n^2))) Found a reduction pair which oriented the following tuples strictly. Hence they can be removed from S. G(s(z0), z1) -> c10(G(f(z0, z1), 0)) We considered the (Usable) Rules: encArg(s(z0)) -> s(encArg(z0)) g(s(z0), z1) -> g(f(z0, z1), 0) g(f(z0, z1), 0) -> f(g(z0, 0), g(z1, 0)) g(z0, s(z1)) -> g(f(z0, z1), 0) encArg(f(z0, z1)) -> f(encArg(z0), encArg(z1)) encArg(cons_g(z0, z1)) -> g(encArg(z0), encArg(z1)) encArg(0) -> 0 g(0, f(z0, z0)) -> z0 And the Tuples: ENCARG(f(z0, z1)) -> c1(ENCARG(z0), ENCARG(z1)) ENCARG(s(z0)) -> c2(ENCARG(z0)) ENCARG(cons_g(z0, z1)) -> c3(G(encArg(z0), encArg(z1)), ENCARG(z0), ENCARG(z1)) G(0, f(z0, z0)) -> c8 G(z0, s(z1)) -> c9(G(f(z0, z1), 0)) G(s(z0), z1) -> c10(G(f(z0, z1), 0)) G(f(z0, z1), 0) -> c11(G(z0, 0), G(z1, 0)) ENCODE_G(z0, z1) -> c(G(encArg(z0), encArg(z1))) The order we found is given by the following interpretation: Polynomial interpretation : POL(0) = 0 POL(ENCARG(x_1)) = [2]x_1 + x_1^2 POL(ENCODE_G(x_1, x_2)) = [2] + x_1 + [2]x_2 + x_2^2 + [2]x_1*x_2 + [2]x_1^2 POL(G(x_1, x_2)) = x_1 + [2]x_2 POL(c(x_1)) = x_1 POL(c1(x_1, x_2)) = x_1 + x_2 POL(c10(x_1)) = x_1 POL(c11(x_1, x_2)) = x_1 + x_2 POL(c2(x_1)) = x_1 POL(c3(x_1, x_2, x_3)) = x_1 + x_2 + x_3 POL(c8) = 0 POL(c9(x_1)) = x_1 POL(cons_g(x_1, x_2)) = [2] + x_1 + x_2 POL(encArg(x_1)) = x_1 POL(f(x_1, x_2)) = x_1 + x_2 POL(g(x_1, x_2)) = x_2 POL(s(x_1)) = [2] + x_1 ---------------------------------------- (22) Obligation: Complexity Dependency Tuples Problem Rules: encArg(0) -> 0 encArg(f(z0, z1)) -> f(encArg(z0), encArg(z1)) encArg(s(z0)) -> s(encArg(z0)) encArg(cons_g(z0, z1)) -> g(encArg(z0), encArg(z1)) g(0, f(z0, z0)) -> z0 g(z0, s(z1)) -> g(f(z0, z1), 0) g(s(z0), z1) -> g(f(z0, z1), 0) g(f(z0, z1), 0) -> f(g(z0, 0), g(z1, 0)) Tuples: ENCARG(f(z0, z1)) -> c1(ENCARG(z0), ENCARG(z1)) ENCARG(s(z0)) -> c2(ENCARG(z0)) ENCARG(cons_g(z0, z1)) -> c3(G(encArg(z0), encArg(z1)), ENCARG(z0), ENCARG(z1)) G(0, f(z0, z0)) -> c8 G(z0, s(z1)) -> c9(G(f(z0, z1), 0)) G(s(z0), z1) -> c10(G(f(z0, z1), 0)) G(f(z0, z1), 0) -> c11(G(z0, 0), G(z1, 0)) ENCODE_G(z0, z1) -> c(G(encArg(z0), encArg(z1))) S tuples: G(f(z0, z1), 0) -> c11(G(z0, 0), G(z1, 0)) K tuples: G(z0, s(z1)) -> c9(G(f(z0, z1), 0)) G(0, f(z0, z0)) -> c8 G(s(z0), z1) -> c10(G(f(z0, z1), 0)) Defined Rule Symbols: encArg_1, g_2 Defined Pair Symbols: ENCARG_1, G_2, ENCODE_G_2 Compound Symbols: c1_2, c2_1, c3_3, c8, c9_1, c10_1, c11_2, c_1 ---------------------------------------- (23) CdtRuleRemovalProof (UPPER BOUND(ADD(n^2))) Found a reduction pair which oriented the following tuples strictly. Hence they can be removed from S. G(f(z0, z1), 0) -> c11(G(z0, 0), G(z1, 0)) We considered the (Usable) Rules: encArg(s(z0)) -> s(encArg(z0)) g(s(z0), z1) -> g(f(z0, z1), 0) g(f(z0, z1), 0) -> f(g(z0, 0), g(z1, 0)) g(z0, s(z1)) -> g(f(z0, z1), 0) encArg(f(z0, z1)) -> f(encArg(z0), encArg(z1)) encArg(cons_g(z0, z1)) -> g(encArg(z0), encArg(z1)) encArg(0) -> 0 g(0, f(z0, z0)) -> z0 And the Tuples: ENCARG(f(z0, z1)) -> c1(ENCARG(z0), ENCARG(z1)) ENCARG(s(z0)) -> c2(ENCARG(z0)) ENCARG(cons_g(z0, z1)) -> c3(G(encArg(z0), encArg(z1)), ENCARG(z0), ENCARG(z1)) G(0, f(z0, z0)) -> c8 G(z0, s(z1)) -> c9(G(f(z0, z1), 0)) G(s(z0), z1) -> c10(G(f(z0, z1), 0)) G(f(z0, z1), 0) -> c11(G(z0, 0), G(z1, 0)) ENCODE_G(z0, z1) -> c(G(encArg(z0), encArg(z1))) The order we found is given by the following interpretation: Polynomial interpretation : POL(0) = 0 POL(ENCARG(x_1)) = [2]x_1^2 POL(ENCODE_G(x_1, x_2)) = [2] + [2]x_1 + [2]x_2 + [2]x_2^2 + x_1*x_2 + [2]x_1^2 POL(G(x_1, x_2)) = x_1 + x_2 POL(c(x_1)) = x_1 POL(c1(x_1, x_2)) = x_1 + x_2 POL(c10(x_1)) = x_1 POL(c11(x_1, x_2)) = x_1 + x_2 POL(c2(x_1)) = x_1 POL(c3(x_1, x_2, x_3)) = x_1 + x_2 + x_3 POL(c8) = 0 POL(c9(x_1)) = x_1 POL(cons_g(x_1, x_2)) = [2] + x_1 + x_2 POL(encArg(x_1)) = [2]x_1 POL(f(x_1, x_2)) = [1] + x_1 + x_2 POL(g(x_1, x_2)) = x_1 + x_2 POL(s(x_1)) = [2] + x_1 ---------------------------------------- (24) Obligation: Complexity Dependency Tuples Problem Rules: encArg(0) -> 0 encArg(f(z0, z1)) -> f(encArg(z0), encArg(z1)) encArg(s(z0)) -> s(encArg(z0)) encArg(cons_g(z0, z1)) -> g(encArg(z0), encArg(z1)) g(0, f(z0, z0)) -> z0 g(z0, s(z1)) -> g(f(z0, z1), 0) g(s(z0), z1) -> g(f(z0, z1), 0) g(f(z0, z1), 0) -> f(g(z0, 0), g(z1, 0)) Tuples: ENCARG(f(z0, z1)) -> c1(ENCARG(z0), ENCARG(z1)) ENCARG(s(z0)) -> c2(ENCARG(z0)) ENCARG(cons_g(z0, z1)) -> c3(G(encArg(z0), encArg(z1)), ENCARG(z0), ENCARG(z1)) G(0, f(z0, z0)) -> c8 G(z0, s(z1)) -> c9(G(f(z0, z1), 0)) G(s(z0), z1) -> c10(G(f(z0, z1), 0)) G(f(z0, z1), 0) -> c11(G(z0, 0), G(z1, 0)) ENCODE_G(z0, z1) -> c(G(encArg(z0), encArg(z1))) S tuples:none K tuples: G(z0, s(z1)) -> c9(G(f(z0, z1), 0)) G(0, f(z0, z0)) -> c8 G(s(z0), z1) -> c10(G(f(z0, z1), 0)) G(f(z0, z1), 0) -> c11(G(z0, 0), G(z1, 0)) Defined Rule Symbols: encArg_1, g_2 Defined Pair Symbols: ENCARG_1, G_2, ENCODE_G_2 Compound Symbols: c1_2, c2_1, c3_3, c8, c9_1, c10_1, c11_2, c_1 ---------------------------------------- (25) SIsEmptyProof (BOTH BOUNDS(ID, ID)) The set S is empty ---------------------------------------- (26) BOUNDS(1, 1) ---------------------------------------- (27) RelTrsToDecreasingLoopProblemProof (LOWER BOUND(ID)) Transformed a relative TRS into a decreasing-loop problem. ---------------------------------------- (28) Obligation: Analyzing the following TRS for decreasing loops: The Runtime Complexity (full) of the given CpxRelTRS could be proven to be BOUNDS(n^1, n^2). The TRS R consists of the following rules: g(0, f(x, x)) -> x g(x, s(y)) -> g(f(x, y), 0) g(s(x), y) -> g(f(x, y), 0) g(f(x, y), 0) -> f(g(x, 0), g(y, 0)) The (relative) TRS S consists of the following rules: encArg(0) -> 0 encArg(f(x_1, x_2)) -> f(encArg(x_1), encArg(x_2)) encArg(s(x_1)) -> s(encArg(x_1)) encArg(cons_g(x_1, x_2)) -> g(encArg(x_1), encArg(x_2)) encode_g(x_1, x_2) -> g(encArg(x_1), encArg(x_2)) encode_0 -> 0 encode_f(x_1, x_2) -> f(encArg(x_1), encArg(x_2)) encode_s(x_1) -> s(encArg(x_1)) Rewrite Strategy: FULL ---------------------------------------- (29) DecreasingLoopProof (LOWER BOUND(ID)) The following loop(s) give(s) rise to the lower bound Omega(n^1): The rewrite sequence g(f(x, y), 0) ->^+ f(g(x, 0), g(y, 0)) gives rise to a decreasing loop by considering the right hand sides subterm at position [0]. The pumping substitution is [x / f(x, y)]. The result substitution is [ ]. ---------------------------------------- (30) Complex Obligation (BEST) ---------------------------------------- (31) Obligation: Proved the lower bound n^1 for the following obligation: The Runtime Complexity (full) of the given CpxRelTRS could be proven to be BOUNDS(n^1, n^2). The TRS R consists of the following rules: g(0, f(x, x)) -> x g(x, s(y)) -> g(f(x, y), 0) g(s(x), y) -> g(f(x, y), 0) g(f(x, y), 0) -> f(g(x, 0), g(y, 0)) The (relative) TRS S consists of the following rules: encArg(0) -> 0 encArg(f(x_1, x_2)) -> f(encArg(x_1), encArg(x_2)) encArg(s(x_1)) -> s(encArg(x_1)) encArg(cons_g(x_1, x_2)) -> g(encArg(x_1), encArg(x_2)) encode_g(x_1, x_2) -> g(encArg(x_1), encArg(x_2)) encode_0 -> 0 encode_f(x_1, x_2) -> f(encArg(x_1), encArg(x_2)) encode_s(x_1) -> s(encArg(x_1)) Rewrite Strategy: FULL ---------------------------------------- (32) LowerBoundPropagationProof (FINISHED) Propagated lower bound. ---------------------------------------- (33) BOUNDS(n^1, INF) ---------------------------------------- (34) Obligation: Analyzing the following TRS for decreasing loops: The Runtime Complexity (full) of the given CpxRelTRS could be proven to be BOUNDS(n^1, n^2). The TRS R consists of the following rules: g(0, f(x, x)) -> x g(x, s(y)) -> g(f(x, y), 0) g(s(x), y) -> g(f(x, y), 0) g(f(x, y), 0) -> f(g(x, 0), g(y, 0)) The (relative) TRS S consists of the following rules: encArg(0) -> 0 encArg(f(x_1, x_2)) -> f(encArg(x_1), encArg(x_2)) encArg(s(x_1)) -> s(encArg(x_1)) encArg(cons_g(x_1, x_2)) -> g(encArg(x_1), encArg(x_2)) encode_g(x_1, x_2) -> g(encArg(x_1), encArg(x_2)) encode_0 -> 0 encode_f(x_1, x_2) -> f(encArg(x_1), encArg(x_2)) encode_s(x_1) -> s(encArg(x_1)) Rewrite Strategy: FULL