Problem SK90 2.17

Tool CaT

Execution TimeUnknown
Answer
MAYBE
InputSK90 2.17

stdout:

MAYBE

Problem:
 sum(0()) -> 0()
 sum(s(x)) -> +(sum(x),s(x))
 sum1(0()) -> 0()
 sum1(s(x)) -> s(+(sum1(x),+(x,x)))

Proof:
 Open

Tool IRC1

Execution TimeUnknown
Answer
YES(?,O(n^1))
InputSK90 2.17

stdout:

YES(?,O(n^1))

Tool IRC2

Execution TimeUnknown
Answer
YES(?,O(n^1))
InputSK90 2.17

stdout:

YES(?,O(n^1))

'Fastest (timeout of 60.0 seconds)'
-----------------------------------
Answer:           YES(?,O(n^1))
Input Problem:    innermost runtime-complexity with respect to
  Rules:
    {  sum(0()) -> 0()
     , sum(s(x)) -> +(sum(x), s(x))
     , sum1(0()) -> 0()
     , sum1(s(x)) -> s(+(sum1(x), +(x, x)))}

Proof Output:    
  'wdg' proved the best result:
  
  Details:
  --------
    'wdg' succeeded with the following output:
     'wdg'
     -----
     Answer:           YES(?,O(n^1))
     Input Problem:    innermost runtime-complexity with respect to
       Rules:
         {  sum(0()) -> 0()
          , sum(s(x)) -> +(sum(x), s(x))
          , sum1(0()) -> 0()
          , sum1(s(x)) -> s(+(sum1(x), +(x, x)))}
     
     Proof Output:    
       Transformation Details:
       -----------------------
         We have computed the following set of weak (innermost) dependency pairs:
         
           {  1: sum^#(0()) -> c_0()
            , 2: sum^#(s(x)) -> c_1(sum^#(x))
            , 3: sum1^#(0()) -> c_2()
            , 4: sum1^#(s(x)) -> c_3(sum1^#(x))}
         
         Following Dependency Graph (modulo SCCs) was computed. (Answers to
         subproofs are indicated to the right.)
         
           ->{4}                                                       [   YES(?,O(n^1))    ]
              |
              `->{3}                                                   [   YES(?,O(n^1))    ]
           
           ->{2}                                                       [   YES(?,O(n^1))    ]
              |
              `->{1}                                                   [   YES(?,O(n^1))    ]
           
         
       
       Sub-problems:
       -------------
         * Path {2}: YES(?,O(n^1))
           -----------------------
           
           The usable rules of this path are empty.
           
           The weightgap principle applies, using the following adequate RMI:
             The following argument positions are usable:
               Uargs(sum) = {}, Uargs(s) = {}, Uargs(+) = {}, Uargs(sum1) = {},
               Uargs(sum^#) = {}, Uargs(c_1) = {1}, Uargs(sum1^#) = {},
               Uargs(c_3) = {}
             We have the following constructor-restricted matrix interpretation:
             Interpretation Functions:
              sum(x1) = [0] x1 + [0]
              0() = [0]
              s(x1) = [1] x1 + [0]
              +(x1, x2) = [0] x1 + [0] x2 + [0]
              sum1(x1) = [0] x1 + [0]
              sum^#(x1) = [3] x1 + [0]
              c_0() = [0]
              c_1(x1) = [1] x1 + [0]
              sum1^#(x1) = [0] x1 + [0]
              c_2() = [0]
              c_3(x1) = [0] x1 + [0]
           
           We apply the sub-processor on the resulting sub-problem:
           
           'matrix-interpretation of dimension 1'
           --------------------------------------
           Answer:           YES(?,O(n^1))
           Input Problem:    innermost DP runtime-complexity with respect to
             Strict Rules: {sum^#(s(x)) -> c_1(sum^#(x))}
             Weak Rules: {}
           
           Proof Output:    
             The following argument positions are usable:
               Uargs(s) = {}, Uargs(sum^#) = {}, Uargs(c_1) = {1}
             We have the following constructor-restricted matrix interpretation:
             Interpretation Functions:
              s(x1) = [1] x1 + [4]
              sum^#(x1) = [2] x1 + [0]
              c_1(x1) = [1] x1 + [7]
         
         * Path {2}->{1}: YES(?,O(n^1))
           ----------------------------
           
           The usable rules of this path are empty.
           
           The weightgap principle applies, using the following adequate RMI:
             The following argument positions are usable:
               Uargs(sum) = {}, Uargs(s) = {}, Uargs(+) = {}, Uargs(sum1) = {},
               Uargs(sum^#) = {}, Uargs(c_1) = {1}, Uargs(sum1^#) = {},
               Uargs(c_3) = {}
             We have the following constructor-restricted matrix interpretation:
             Interpretation Functions:
              sum(x1) = [0] x1 + [0]
              0() = [0]
              s(x1) = [0] x1 + [0]
              +(x1, x2) = [0] x1 + [0] x2 + [0]
              sum1(x1) = [0] x1 + [0]
              sum^#(x1) = [0] x1 + [0]
              c_0() = [0]
              c_1(x1) = [1] x1 + [0]
              sum1^#(x1) = [0] x1 + [0]
              c_2() = [0]
              c_3(x1) = [0] x1 + [0]
           
           We apply the sub-processor on the resulting sub-problem:
           
           'matrix-interpretation of dimension 1'
           --------------------------------------
           Answer:           YES(?,O(n^1))
           Input Problem:    innermost DP runtime-complexity with respect to
             Strict Rules: {sum^#(0()) -> c_0()}
             Weak Rules: {sum^#(s(x)) -> c_1(sum^#(x))}
           
           Proof Output:    
             The following argument positions are usable:
               Uargs(s) = {}, Uargs(sum^#) = {}, Uargs(c_1) = {1}
             We have the following constructor-restricted matrix interpretation:
             Interpretation Functions:
              0() = [2]
              s(x1) = [1] x1 + [0]
              sum^#(x1) = [2] x1 + [0]
              c_0() = [1]
              c_1(x1) = [1] x1 + [0]
         
         * Path {4}: YES(?,O(n^1))
           -----------------------
           
           The usable rules of this path are empty.
           
           The weightgap principle applies, using the following adequate RMI:
             The following argument positions are usable:
               Uargs(sum) = {}, Uargs(s) = {}, Uargs(+) = {}, Uargs(sum1) = {},
               Uargs(sum^#) = {}, Uargs(c_1) = {}, Uargs(sum1^#) = {},
               Uargs(c_3) = {1}
             We have the following constructor-restricted matrix interpretation:
             Interpretation Functions:
              sum(x1) = [0] x1 + [0]
              0() = [0]
              s(x1) = [1] x1 + [0]
              +(x1, x2) = [0] x1 + [0] x2 + [0]
              sum1(x1) = [0] x1 + [0]
              sum^#(x1) = [0] x1 + [0]
              c_0() = [0]
              c_1(x1) = [0] x1 + [0]
              sum1^#(x1) = [3] x1 + [0]
              c_2() = [0]
              c_3(x1) = [1] x1 + [0]
           
           We apply the sub-processor on the resulting sub-problem:
           
           'matrix-interpretation of dimension 1'
           --------------------------------------
           Answer:           YES(?,O(n^1))
           Input Problem:    innermost DP runtime-complexity with respect to
             Strict Rules: {sum1^#(s(x)) -> c_3(sum1^#(x))}
             Weak Rules: {}
           
           Proof Output:    
             The following argument positions are usable:
               Uargs(s) = {}, Uargs(sum1^#) = {}, Uargs(c_3) = {1}
             We have the following constructor-restricted matrix interpretation:
             Interpretation Functions:
              s(x1) = [1] x1 + [4]
              sum1^#(x1) = [2] x1 + [0]
              c_3(x1) = [1] x1 + [7]
         
         * Path {4}->{3}: YES(?,O(n^1))
           ----------------------------
           
           The usable rules of this path are empty.
           
           The weightgap principle applies, using the following adequate RMI:
             The following argument positions are usable:
               Uargs(sum) = {}, Uargs(s) = {}, Uargs(+) = {}, Uargs(sum1) = {},
               Uargs(sum^#) = {}, Uargs(c_1) = {}, Uargs(sum1^#) = {},
               Uargs(c_3) = {1}
             We have the following constructor-restricted matrix interpretation:
             Interpretation Functions:
              sum(x1) = [0] x1 + [0]
              0() = [0]
              s(x1) = [0] x1 + [0]
              +(x1, x2) = [0] x1 + [0] x2 + [0]
              sum1(x1) = [0] x1 + [0]
              sum^#(x1) = [0] x1 + [0]
              c_0() = [0]
              c_1(x1) = [0] x1 + [0]
              sum1^#(x1) = [0] x1 + [0]
              c_2() = [0]
              c_3(x1) = [1] x1 + [0]
           
           We apply the sub-processor on the resulting sub-problem:
           
           'matrix-interpretation of dimension 1'
           --------------------------------------
           Answer:           YES(?,O(n^1))
           Input Problem:    innermost DP runtime-complexity with respect to
             Strict Rules: {sum1^#(0()) -> c_2()}
             Weak Rules: {sum1^#(s(x)) -> c_3(sum1^#(x))}
           
           Proof Output:    
             The following argument positions are usable:
               Uargs(s) = {}, Uargs(sum1^#) = {}, Uargs(c_3) = {1}
             We have the following constructor-restricted matrix interpretation:
             Interpretation Functions:
              0() = [2]
              s(x1) = [1] x1 + [0]
              sum1^#(x1) = [2] x1 + [0]
              c_2() = [1]
              c_3(x1) = [1] x1 + [0]

Tool RC1

Execution TimeUnknown
Answer
MAYBE
InputSK90 2.17

stdout:

MAYBE

Tool RC2

Execution TimeUnknown
Answer
YES(?,O(n^1))
InputSK90 2.17

stdout:

YES(?,O(n^1))

'Fastest (timeout of 60.0 seconds)'
-----------------------------------
Answer:           YES(?,O(n^1))
Input Problem:    runtime-complexity with respect to
  Rules:
    {  sum(0()) -> 0()
     , sum(s(x)) -> +(sum(x), s(x))
     , sum1(0()) -> 0()
     , sum1(s(x)) -> s(+(sum1(x), +(x, x)))}

Proof Output:    
  'wdg' proved the best result:
  
  Details:
  --------
    'wdg' succeeded with the following output:
     'wdg'
     -----
     Answer:           YES(?,O(n^1))
     Input Problem:    runtime-complexity with respect to
       Rules:
         {  sum(0()) -> 0()
          , sum(s(x)) -> +(sum(x), s(x))
          , sum1(0()) -> 0()
          , sum1(s(x)) -> s(+(sum1(x), +(x, x)))}
     
     Proof Output:    
       Transformation Details:
       -----------------------
         We have computed the following set of weak (innermost) dependency pairs:
         
           {  1: sum^#(0()) -> c_0()
            , 2: sum^#(s(x)) -> c_1(sum^#(x), x)
            , 3: sum1^#(0()) -> c_2()
            , 4: sum1^#(s(x)) -> c_3(sum1^#(x), x, x)}
         
         Following Dependency Graph (modulo SCCs) was computed. (Answers to
         subproofs are indicated to the right.)
         
           ->{4}                                                       [   YES(?,O(n^1))    ]
              |
              `->{3}                                                   [   YES(?,O(n^1))    ]
           
           ->{2}                                                       [   YES(?,O(n^1))    ]
              |
              `->{1}                                                   [   YES(?,O(n^1))    ]
           
         
       
       Sub-problems:
       -------------
         * Path {2}: YES(?,O(n^1))
           -----------------------
           
           The usable rules of this path are empty.
           
           The weightgap principle applies, using the following adequate RMI:
             The following argument positions are usable:
               Uargs(sum) = {}, Uargs(s) = {}, Uargs(+) = {}, Uargs(sum1) = {},
               Uargs(sum^#) = {}, Uargs(c_1) = {1}, Uargs(sum1^#) = {},
               Uargs(c_3) = {}
             We have the following constructor-restricted matrix interpretation:
             Interpretation Functions:
              sum(x1) = [0] x1 + [0]
              0() = [0]
              s(x1) = [1] x1 + [0]
              +(x1, x2) = [0] x1 + [0] x2 + [0]
              sum1(x1) = [0] x1 + [0]
              sum^#(x1) = [3] x1 + [0]
              c_0() = [0]
              c_1(x1, x2) = [1] x1 + [0] x2 + [0]
              sum1^#(x1) = [0] x1 + [0]
              c_2() = [0]
              c_3(x1, x2, x3) = [0] x1 + [0] x2 + [0] x3 + [0]
           
           We apply the sub-processor on the resulting sub-problem:
           
           'matrix-interpretation of dimension 1'
           --------------------------------------
           Answer:           YES(?,O(n^1))
           Input Problem:    DP runtime-complexity with respect to
             Strict Rules: {sum^#(s(x)) -> c_1(sum^#(x), x)}
             Weak Rules: {}
           
           Proof Output:    
             The following argument positions are usable:
               Uargs(s) = {}, Uargs(sum^#) = {}, Uargs(c_1) = {1}
             We have the following constructor-restricted matrix interpretation:
             Interpretation Functions:
              s(x1) = [1] x1 + [4]
              sum^#(x1) = [2] x1 + [0]
              c_1(x1, x2) = [1] x1 + [0] x2 + [7]
         
         * Path {2}->{1}: YES(?,O(n^1))
           ----------------------------
           
           The usable rules of this path are empty.
           
           The weightgap principle applies, using the following adequate RMI:
             The following argument positions are usable:
               Uargs(sum) = {}, Uargs(s) = {}, Uargs(+) = {}, Uargs(sum1) = {},
               Uargs(sum^#) = {}, Uargs(c_1) = {1}, Uargs(sum1^#) = {},
               Uargs(c_3) = {}
             We have the following constructor-restricted matrix interpretation:
             Interpretation Functions:
              sum(x1) = [0] x1 + [0]
              0() = [0]
              s(x1) = [0] x1 + [0]
              +(x1, x2) = [0] x1 + [0] x2 + [0]
              sum1(x1) = [0] x1 + [0]
              sum^#(x1) = [0] x1 + [0]
              c_0() = [0]
              c_1(x1, x2) = [1] x1 + [0] x2 + [0]
              sum1^#(x1) = [0] x1 + [0]
              c_2() = [0]
              c_3(x1, x2, x3) = [0] x1 + [0] x2 + [0] x3 + [0]
           
           We apply the sub-processor on the resulting sub-problem:
           
           'matrix-interpretation of dimension 1'
           --------------------------------------
           Answer:           YES(?,O(n^1))
           Input Problem:    DP runtime-complexity with respect to
             Strict Rules: {sum^#(0()) -> c_0()}
             Weak Rules: {sum^#(s(x)) -> c_1(sum^#(x), x)}
           
           Proof Output:    
             The following argument positions are usable:
               Uargs(s) = {}, Uargs(sum^#) = {}, Uargs(c_1) = {1}
             We have the following constructor-restricted matrix interpretation:
             Interpretation Functions:
              0() = [2]
              s(x1) = [1] x1 + [2]
              sum^#(x1) = [3] x1 + [2]
              c_0() = [1]
              c_1(x1, x2) = [1] x1 + [0] x2 + [4]
         
         * Path {4}: YES(?,O(n^1))
           -----------------------
           
           The usable rules of this path are empty.
           
           The weightgap principle applies, using the following adequate RMI:
             The following argument positions are usable:
               Uargs(sum) = {}, Uargs(s) = {}, Uargs(+) = {}, Uargs(sum1) = {},
               Uargs(sum^#) = {}, Uargs(c_1) = {}, Uargs(sum1^#) = {},
               Uargs(c_3) = {1}
             We have the following constructor-restricted matrix interpretation:
             Interpretation Functions:
              sum(x1) = [0] x1 + [0]
              0() = [0]
              s(x1) = [1] x1 + [0]
              +(x1, x2) = [0] x1 + [0] x2 + [0]
              sum1(x1) = [0] x1 + [0]
              sum^#(x1) = [0] x1 + [0]
              c_0() = [0]
              c_1(x1, x2) = [0] x1 + [0] x2 + [0]
              sum1^#(x1) = [3] x1 + [0]
              c_2() = [0]
              c_3(x1, x2, x3) = [1] x1 + [0] x2 + [0] x3 + [0]
           
           We apply the sub-processor on the resulting sub-problem:
           
           'matrix-interpretation of dimension 1'
           --------------------------------------
           Answer:           YES(?,O(n^1))
           Input Problem:    DP runtime-complexity with respect to
             Strict Rules: {sum1^#(s(x)) -> c_3(sum1^#(x), x, x)}
             Weak Rules: {}
           
           Proof Output:    
             The following argument positions are usable:
               Uargs(s) = {}, Uargs(sum1^#) = {}, Uargs(c_3) = {1}
             We have the following constructor-restricted matrix interpretation:
             Interpretation Functions:
              s(x1) = [1] x1 + [2]
              sum1^#(x1) = [2] x1 + [4]
              c_3(x1, x2, x3) = [1] x1 + [0] x2 + [0] x3 + [3]
         
         * Path {4}->{3}: YES(?,O(n^1))
           ----------------------------
           
           The usable rules of this path are empty.
           
           The weightgap principle applies, using the following adequate RMI:
             The following argument positions are usable:
               Uargs(sum) = {}, Uargs(s) = {}, Uargs(+) = {}, Uargs(sum1) = {},
               Uargs(sum^#) = {}, Uargs(c_1) = {}, Uargs(sum1^#) = {},
               Uargs(c_3) = {1}
             We have the following constructor-restricted matrix interpretation:
             Interpretation Functions:
              sum(x1) = [0] x1 + [0]
              0() = [0]
              s(x1) = [0] x1 + [0]
              +(x1, x2) = [0] x1 + [0] x2 + [0]
              sum1(x1) = [0] x1 + [0]
              sum^#(x1) = [0] x1 + [0]
              c_0() = [0]
              c_1(x1, x2) = [0] x1 + [0] x2 + [0]
              sum1^#(x1) = [0] x1 + [0]
              c_2() = [0]
              c_3(x1, x2, x3) = [1] x1 + [0] x2 + [0] x3 + [0]
           
           We apply the sub-processor on the resulting sub-problem:
           
           'matrix-interpretation of dimension 1'
           --------------------------------------
           Answer:           YES(?,O(n^1))
           Input Problem:    DP runtime-complexity with respect to
             Strict Rules: {sum1^#(0()) -> c_2()}
             Weak Rules: {sum1^#(s(x)) -> c_3(sum1^#(x), x, x)}
           
           Proof Output:    
             The following argument positions are usable:
               Uargs(s) = {}, Uargs(sum1^#) = {}, Uargs(c_3) = {1}
             We have the following constructor-restricted matrix interpretation:
             Interpretation Functions:
              0() = [2]
              s(x1) = [1] x1 + [2]
              sum1^#(x1) = [2] x1 + [0]
              c_2() = [1]
              c_3(x1, x2, x3) = [1] x1 + [0] x2 + [0] x3 + [3]

Tool pair1rc

Execution TimeUnknown
Answer
YES(?,O(n^1))
InputSK90 2.17

stdout:

YES(?,O(n^1))

We consider the following Problem:

  Strict Trs:
    {  sum(0()) -> 0()
     , sum(s(x)) -> +(sum(x), s(x))
     , sum1(0()) -> 0()
     , sum1(s(x)) -> s(+(sum1(x), +(x, x)))}
  StartTerms: basic terms
  Strategy: none

Certificate: YES(?,O(n^1))

Application of 'pair1 (timeout of 60.0 seconds)':
-------------------------------------------------
  The processor is not applicable, reason is:
   Input problem is not restricted to innermost rewriting
  
  We abort the transformation and continue with the subprocessor on the problem
  
  Strict Trs:
    {  sum(0()) -> 0()
     , sum(s(x)) -> +(sum(x), s(x))
     , sum1(0()) -> 0()
     , sum1(s(x)) -> s(+(sum1(x), +(x, x)))}
  StartTerms: basic terms
  Strategy: none
  
  1) 'Fastest' proved the goal fastest:
     
     'Sequentially' proved the goal fastest:
     
     'Fastest' succeeded:
     
     'matrix-interpretation of dimension 2 (timeout of 100.0 seconds)' proved the goal fastest:
     
     The following argument positions are usable:
       Uargs(sum) = {}, Uargs(s) = {1}, Uargs(+) = {1}, Uargs(sum1) = {}
     We have the following constructor-restricted (at most 1 in the main diagonals) matrix interpretation:
     Interpretation Functions:
      sum(x1) = [2 0] x1 + [0]
                [0 0]      [0]
      0() = [2]
            [0]
      s(x1) = [1 0] x1 + [2]
              [0 0]      [0]
      +(x1, x2) = [1 0] x1 + [0 0] x2 + [0]
                  [0 0]      [0 0]      [0]
      sum1(x1) = [2 0] x1 + [0]
                 [0 0]      [0]
  

Hurray, we answered YES(?,O(n^1))

Tool pair2rc

Execution TimeUnknown
Answer
YES(?,O(n^1))
InputSK90 2.17

stdout:

YES(?,O(n^1))

We consider the following Problem:

  Strict Trs:
    {  sum(0()) -> 0()
     , sum(s(x)) -> +(sum(x), s(x))
     , sum1(0()) -> 0()
     , sum1(s(x)) -> s(+(sum1(x), +(x, x)))}
  StartTerms: basic terms
  Strategy: none

Certificate: YES(?,O(n^1))

Application of 'pair2 (timeout of 60.0 seconds)':
-------------------------------------------------
  The processor is not applicable, reason is:
   Input problem is not restricted to innermost rewriting
  
  We abort the transformation and continue with the subprocessor on the problem
  
  Strict Trs:
    {  sum(0()) -> 0()
     , sum(s(x)) -> +(sum(x), s(x))
     , sum1(0()) -> 0()
     , sum1(s(x)) -> s(+(sum1(x), +(x, x)))}
  StartTerms: basic terms
  Strategy: none
  
  1) 'Fastest' proved the goal fastest:
     
     'Sequentially' proved the goal fastest:
     
     'Fastest' succeeded:
     
     'matrix-interpretation of dimension 2 (timeout of 100.0 seconds)' proved the goal fastest:
     
     The following argument positions are usable:
       Uargs(sum) = {}, Uargs(s) = {1}, Uargs(+) = {1}, Uargs(sum1) = {}
     We have the following constructor-restricted (at most 1 in the main diagonals) matrix interpretation:
     Interpretation Functions:
      sum(x1) = [2 0] x1 + [0]
                [0 0]      [0]
      0() = [2]
            [0]
      s(x1) = [1 0] x1 + [2]
              [0 0]      [0]
      +(x1, x2) = [1 0] x1 + [0 0] x2 + [0]
                  [0 0]      [0 0]      [0]
      sum1(x1) = [2 0] x1 + [0]
                 [0 0]      [0]
  

Hurray, we answered YES(?,O(n^1))

Tool pair3irc

Execution TimeUnknown
Answer
YES(?,O(n^1))
InputSK90 2.17

stdout:

YES(?,O(n^1))

We consider the following Problem:

  Strict Trs:
    {  sum(0()) -> 0()
     , sum(s(x)) -> +(sum(x), s(x))
     , sum1(0()) -> 0()
     , sum1(s(x)) -> s(+(sum1(x), +(x, x)))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: YES(?,O(n^1))

Application of 'pair3 (timeout of 60.0 seconds)':
-------------------------------------------------
  The input problem contains no overlaps that give rise to inapplicable rules.
  
  We abort the transformation and continue with the subprocessor on the problem
  
  Strict Trs:
    {  sum(0()) -> 0()
     , sum(s(x)) -> +(sum(x), s(x))
     , sum1(0()) -> 0()
     , sum1(s(x)) -> s(+(sum1(x), +(x, x)))}
  StartTerms: basic terms
  Strategy: innermost
  
  1) 'Fastest' proved the goal fastest:
     
     'Sequentially' proved the goal fastest:
     
     'Fastest' succeeded:
     
     'matrix-interpretation of dimension 2 (timeout of 100.0 seconds)' proved the goal fastest:
     
     The following argument positions are usable:
       Uargs(sum) = {}, Uargs(s) = {1}, Uargs(+) = {1}, Uargs(sum1) = {}
     We have the following constructor-restricted (at most 1 in the main diagonals) matrix interpretation:
     Interpretation Functions:
      sum(x1) = [2 0] x1 + [0]
                [0 0]      [0]
      0() = [2]
            [0]
      s(x1) = [1 0] x1 + [2]
              [0 0]      [0]
      +(x1, x2) = [1 0] x1 + [0 0] x2 + [0]
                  [0 0]      [0 0]      [0]
      sum1(x1) = [2 0] x1 + [0]
                 [0 0]      [0]
  

Hurray, we answered YES(?,O(n^1))

Tool pair3rc

Execution TimeUnknown
Answer
YES(?,O(n^1))
InputSK90 2.17

stdout:

YES(?,O(n^1))

We consider the following Problem:

  Strict Trs:
    {  sum(0()) -> 0()
     , sum(s(x)) -> +(sum(x), s(x))
     , sum1(0()) -> 0()
     , sum1(s(x)) -> s(+(sum1(x), +(x, x)))}
  StartTerms: basic terms
  Strategy: none

Certificate: YES(?,O(n^1))

Application of 'pair3 (timeout of 60.0 seconds)':
-------------------------------------------------
  The processor is not applicable, reason is:
   Input problem is not restricted to innermost rewriting
  
  We abort the transformation and continue with the subprocessor on the problem
  
  Strict Trs:
    {  sum(0()) -> 0()
     , sum(s(x)) -> +(sum(x), s(x))
     , sum1(0()) -> 0()
     , sum1(s(x)) -> s(+(sum1(x), +(x, x)))}
  StartTerms: basic terms
  Strategy: none
  
  1) 'Fastest' proved the goal fastest:
     
     'Sequentially' proved the goal fastest:
     
     'Fastest' succeeded:
     
     'matrix-interpretation of dimension 2 (timeout of 100.0 seconds)' proved the goal fastest:
     
     The following argument positions are usable:
       Uargs(sum) = {}, Uargs(s) = {1}, Uargs(+) = {1}, Uargs(sum1) = {}
     We have the following constructor-restricted (at most 1 in the main diagonals) matrix interpretation:
     Interpretation Functions:
      sum(x1) = [2 0] x1 + [0]
                [0 0]      [0]
      0() = [2]
            [0]
      s(x1) = [1 0] x1 + [2]
              [0 0]      [0]
      +(x1, x2) = [1 0] x1 + [0 0] x2 + [0]
                  [0 0]      [0 0]      [0]
      sum1(x1) = [2 0] x1 + [0]
                 [0 0]      [0]
  

Hurray, we answered YES(?,O(n^1))

Tool rc

Execution TimeUnknown
Answer
YES(?,O(n^1))
InputSK90 2.17

stdout:

YES(?,O(n^1))

We consider the following Problem:

  Strict Trs:
    {  sum(0()) -> 0()
     , sum(s(x)) -> +(sum(x), s(x))
     , sum1(0()) -> 0()
     , sum1(s(x)) -> s(+(sum1(x), +(x, x)))}
  StartTerms: basic terms
  Strategy: none

Certificate: YES(?,O(n^1))

Application of 'rc (timeout of 60.0 seconds)':
----------------------------------------------
  'dp' proved the goal fastest:
  
  We have computed the following dependency pairs
  
  Strict Dependency Pairs:
    {  sum^#(0()) -> c_1()
     , sum^#(s(x)) -> c_2(sum^#(x), x)
     , sum1^#(0()) -> c_3()
     , sum1^#(s(x)) -> c_4(sum1^#(x), x, x)}
  
  We consider the following Problem:
  
    Strict DPs:
      {  sum^#(0()) -> c_1()
       , sum^#(s(x)) -> c_2(sum^#(x), x)
       , sum1^#(0()) -> c_3()
       , sum1^#(s(x)) -> c_4(sum1^#(x), x, x)}
    Strict Trs:
      {  sum(0()) -> 0()
       , sum(s(x)) -> +(sum(x), s(x))
       , sum1(0()) -> 0()
       , sum1(s(x)) -> s(+(sum1(x), +(x, x)))}
    StartTerms: basic terms
    Strategy: none
  
  Certificate: YES(?,O(n^1))
  
  Application of 'usablerules':
  -----------------------------
    No rule is usable.
    
    We consider the following Problem:
    
      Strict DPs:
        {  sum^#(0()) -> c_1()
         , sum^#(s(x)) -> c_2(sum^#(x), x)
         , sum1^#(0()) -> c_3()
         , sum1^#(s(x)) -> c_4(sum1^#(x), x, x)}
      StartTerms: basic terms
      Strategy: none
    
    Certificate: YES(?,O(n^1))
    
    Application of 'Fastest':
    -------------------------
      'pathanalysis' proved the goal fastest:
      
      We use following congruence DG for path analysis
      
      ->{2}                                                       [   YES(?,O(n^1))    ]
         |
         `->{1}                                                   [   YES(O(1),O(1))   ]
      
      ->{4}                                                       [   YES(?,O(n^1))    ]
         |
         `->{3}                                                   [   YES(O(1),O(1))   ]
      
      
      Here rules are as follows:
      
        {  1: sum^#(0()) -> c_1()
         , 2: sum^#(s(x)) -> c_2(sum^#(x), x)
         , 3: sum1^#(0()) -> c_3()
         , 4: sum1^#(s(x)) -> c_4(sum1^#(x), x, x)}
      
      * Path {2}: YES(?,O(n^1))
        -----------------------
        
        We consider the following Problem:
        
          Strict DPs: {sum^#(s(x)) -> c_2(sum^#(x), x)}
          StartTerms: basic terms
          Strategy: none
        
        Certificate: YES(?,O(n^1))
        
        Application of 'removetails >>> ... >>> ... >>> ...':
        -----------------------------------------------------
          No dependency-pair could be removed
          
          We abort the transformation and continue with the subprocessor on the problem
          
          Strict DPs: {sum^#(s(x)) -> c_2(sum^#(x), x)}
          StartTerms: basic terms
          Strategy: none
          
          1) The weightgap principle applies, where following rules are oriented strictly:
             
             Dependency Pairs: {sum^#(s(x)) -> c_2(sum^#(x), x)}
             
             Interpretation:
             ---------------
               The following argument positions are usable:
                 Uargs(sum) = {}, Uargs(s) = {}, Uargs(+) = {}, Uargs(sum1) = {},
                 Uargs(sum^#) = {}, Uargs(c_2) = {1}, Uargs(sum1^#) = {},
                 Uargs(c_4) = {}
               We have the following constructor-restricted (at most 1 in the main diagonals) matrix interpretation:
               Interpretation Functions:
                sum(x1) = [0 0] x1 + [0]
                          [0 0]      [0]
                0() = [0]
                      [0]
                s(x1) = [1 0] x1 + [2]
                        [0 0]      [0]
                +(x1, x2) = [1 0] x1 + [1 0] x2 + [0]
                            [0 0]      [0 0]      [0]
                sum1(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
                sum^#(x1) = [1 0] x1 + [3]
                            [0 0]      [3]
                c_1() = [0]
                        [0]
                c_2(x1, x2) = [1 0] x1 + [0 0] x2 + [1]
                              [0 1]      [0 0]      [0]
                sum1^#(x1) = [0 0] x1 + [0]
                             [0 0]      [0]
                c_3() = [0]
                        [0]
                c_4(x1, x2, x3) = [0 0] x1 + [0 0] x2 + [0 0] x3 + [0]
                                  [0 0]      [0 0]      [0 0]      [0]
             
             The strictly oriented rules are moved into the weak component.
             
             We consider the following Problem:
             
               Weak DPs: {sum^#(s(x)) -> c_2(sum^#(x), x)}
               StartTerms: basic terms
               Strategy: none
             
             Certificate: YES(O(1),O(1))
             
             Application of 'removetails >>> ... >>> ... >>> ...':
             -----------------------------------------------------
               We consider the the dependency-graph
               
                 1: sum^#(s(x)) -> c_2(sum^#(x), x)
                      --> sum^#(s(x)) -> c_2(sum^#(x), x): 1
                 
               
               together with the congruence-graph
               
                 ->{1}                                                       Weak SCC
                 
                 
                 Here rules are as follows:
                 
                   {1: sum^#(s(x)) -> c_2(sum^#(x), x)}
               
               The following rules are either leafs or part of trailing weak paths, and thus they can be removed:
               
                 {1: sum^#(s(x)) -> c_2(sum^#(x), x)}
               
               We consider the following Problem:
               
                 StartTerms: basic terms
                 Strategy: none
               
               Certificate: YES(O(1),O(1))
               
               Application of 'simpDPRHS >>> ...':
               -----------------------------------
                 No rule was simplified
                 
                 We apply the transformation 'usablerules' on the resulting sub-problems:
                 Sub-problem 1:
                 --------------
                   We consider the problem
                   
                   StartTerms: basic terms
                   Strategy: none
                   
                   The input problem is not a DP-problem.
                 
                 We abort the transformation and continue with the subprocessor on the problem
                 
                 StartTerms: basic terms
                 Strategy: none
                 
                 1) We fail transforming the problem using 'weightgap of dimension Nat 2, maximal degree 1, cbits 4'
                    
                      All strict components are empty, nothing to further orient
                    
                    We try instead 'weightgap of dimension Nat 3, maximal degree 3, cbits 4 <> ...' on the problem
                    
                    StartTerms: basic terms
                    Strategy: none
                    
                      We fail transforming the problem using 'weightgap of dimension Nat 3, maximal degree 3, cbits 4'
                      
                        All strict components are empty, nothing to further orient
                      
                      We try instead 'weightgap of dimension Nat 4, maximal degree 3, cbits 4' on the problem
                      
                      StartTerms: basic terms
                      Strategy: none
                      
                        All strict components are empty, nothing to further orient
                    
                    We abort the transformation and continue with the subprocessor on the problem
                    
                    StartTerms: basic terms
                    Strategy: none
                    
                    1) No dependency-pair could be removed
                       
                       We apply the transformation 'weightgap of dimension Nat 2, maximal degree 1, cbits 4 <> ...' on the resulting sub-problems:
                       Sub-problem 1:
                       --------------
                         We consider the problem
                         
                         StartTerms: basic terms
                         Strategy: none
                         
                         We fail transforming the problem using 'weightgap of dimension Nat 2, maximal degree 1, cbits 4'
                         
                           All strict components are empty, nothing to further orient
                         
                         We try instead 'weightgap of dimension Nat 3, maximal degree 3, cbits 4 <> ...' on the problem
                         
                         StartTerms: basic terms
                         Strategy: none
                         
                           We fail transforming the problem using 'weightgap of dimension Nat 3, maximal degree 3, cbits 4'
                           
                             All strict components are empty, nothing to further orient
                           
                           We try instead 'weightgap of dimension Nat 4, maximal degree 3, cbits 4' on the problem
                           
                           StartTerms: basic terms
                           Strategy: none
                           
                             All strict components are empty, nothing to further orient
                       
                       We abort the transformation and continue with the subprocessor on the problem
                       
                       StartTerms: basic terms
                       Strategy: none
                       
                       1) 'Sequentially' proved the goal fastest:
                          
                          'empty' succeeded:
                          
                          Empty rules are trivially bounded
                       
                    
                 
          
      
      * Path {2}->{1}: YES(O(1),O(1))
        -----------------------------
        
        We consider the following Problem:
        
          Strict DPs: {sum^#(0()) -> c_1()}
          Weak DPs: {sum^#(s(x)) -> c_2(sum^#(x), x)}
          StartTerms: basic terms
          Strategy: none
        
        Certificate: YES(O(1),O(1))
        
        Application of 'removetails >>> ... >>> ... >>> ...':
        -----------------------------------------------------
          We consider the the dependency-graph
          
            1: sum^#(0()) -> c_1()
            
            2: sum^#(s(x)) -> c_2(sum^#(x), x)
                 --> sum^#(s(x)) -> c_2(sum^#(x), x): 2
                 --> sum^#(0()) -> c_1(): 1
            
          
          together with the congruence-graph
          
            ->{2}                                                       Weak SCC
               |
               `->{1}                                                   Noncyclic, trivial, SCC
            
            
            Here rules are as follows:
            
              {  1: sum^#(0()) -> c_1()
               , 2: sum^#(s(x)) -> c_2(sum^#(x), x)}
          
          The following rules are either leafs or part of trailing weak paths, and thus they can be removed:
          
            {  2: sum^#(s(x)) -> c_2(sum^#(x), x)
             , 1: sum^#(0()) -> c_1()}
          
          We consider the following Problem:
          
            StartTerms: basic terms
            Strategy: none
          
          Certificate: YES(O(1),O(1))
          
          Application of 'simpDPRHS >>> ...':
          -----------------------------------
            No rule was simplified
            
            We apply the transformation 'usablerules' on the resulting sub-problems:
            Sub-problem 1:
            --------------
              We consider the problem
              
              StartTerms: basic terms
              Strategy: none
              
              The input problem is not a DP-problem.
            
            We abort the transformation and continue with the subprocessor on the problem
            
            StartTerms: basic terms
            Strategy: none
            
            1) We fail transforming the problem using 'weightgap of dimension Nat 2, maximal degree 1, cbits 4'
               
                 All strict components are empty, nothing to further orient
               
               We try instead 'weightgap of dimension Nat 3, maximal degree 3, cbits 4 <> ...' on the problem
               
               StartTerms: basic terms
               Strategy: none
               
                 We fail transforming the problem using 'weightgap of dimension Nat 3, maximal degree 3, cbits 4'
                 
                   All strict components are empty, nothing to further orient
                 
                 We try instead 'weightgap of dimension Nat 4, maximal degree 3, cbits 4' on the problem
                 
                 StartTerms: basic terms
                 Strategy: none
                 
                   All strict components are empty, nothing to further orient
               
               We abort the transformation and continue with the subprocessor on the problem
               
               StartTerms: basic terms
               Strategy: none
               
               1) No dependency-pair could be removed
                  
                  We apply the transformation 'weightgap of dimension Nat 2, maximal degree 1, cbits 4 <> ...' on the resulting sub-problems:
                  Sub-problem 1:
                  --------------
                    We consider the problem
                    
                    StartTerms: basic terms
                    Strategy: none
                    
                    We fail transforming the problem using 'weightgap of dimension Nat 2, maximal degree 1, cbits 4'
                    
                      All strict components are empty, nothing to further orient
                    
                    We try instead 'weightgap of dimension Nat 3, maximal degree 3, cbits 4 <> ...' on the problem
                    
                    StartTerms: basic terms
                    Strategy: none
                    
                      We fail transforming the problem using 'weightgap of dimension Nat 3, maximal degree 3, cbits 4'
                      
                        All strict components are empty, nothing to further orient
                      
                      We try instead 'weightgap of dimension Nat 4, maximal degree 3, cbits 4' on the problem
                      
                      StartTerms: basic terms
                      Strategy: none
                      
                        All strict components are empty, nothing to further orient
                  
                  We abort the transformation and continue with the subprocessor on the problem
                  
                  StartTerms: basic terms
                  Strategy: none
                  
                  1) 'Sequentially' proved the goal fastest:
                     
                     'empty' succeeded:
                     
                     Empty rules are trivially bounded
                  
               
            
      
      * Path {4}: YES(?,O(n^1))
        -----------------------
        
        We consider the following Problem:
        
          Strict DPs: {sum1^#(s(x)) -> c_4(sum1^#(x), x, x)}
          StartTerms: basic terms
          Strategy: none
        
        Certificate: YES(?,O(n^1))
        
        Application of 'removetails >>> ... >>> ... >>> ...':
        -----------------------------------------------------
          No dependency-pair could be removed
          
          We abort the transformation and continue with the subprocessor on the problem
          
          Strict DPs: {sum1^#(s(x)) -> c_4(sum1^#(x), x, x)}
          StartTerms: basic terms
          Strategy: none
          
          1) The weightgap principle applies, where following rules are oriented strictly:
             
             Dependency Pairs: {sum1^#(s(x)) -> c_4(sum1^#(x), x, x)}
             
             Interpretation:
             ---------------
               The following argument positions are usable:
                 Uargs(sum) = {}, Uargs(s) = {}, Uargs(+) = {}, Uargs(sum1) = {},
                 Uargs(sum^#) = {}, Uargs(c_2) = {}, Uargs(sum1^#) = {},
                 Uargs(c_4) = {1}
               We have the following constructor-restricted (at most 1 in the main diagonals) matrix interpretation:
               Interpretation Functions:
                sum(x1) = [0 0] x1 + [0]
                          [0 0]      [0]
                0() = [0]
                      [0]
                s(x1) = [1 0] x1 + [2]
                        [0 0]      [0]
                +(x1, x2) = [1 0] x1 + [1 0] x2 + [0]
                            [0 0]      [0 0]      [0]
                sum1(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
                sum^#(x1) = [0 0] x1 + [0]
                            [0 0]      [0]
                c_1() = [0]
                        [0]
                c_2(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                              [0 0]      [0 0]      [0]
                sum1^#(x1) = [1 0] x1 + [3]
                             [0 0]      [3]
                c_3() = [0]
                        [0]
                c_4(x1, x2, x3) = [1 0] x1 + [0 0] x2 + [0 0] x3 + [1]
                                  [0 1]      [0 0]      [0 0]      [0]
             
             The strictly oriented rules are moved into the weak component.
             
             We consider the following Problem:
             
               Weak DPs: {sum1^#(s(x)) -> c_4(sum1^#(x), x, x)}
               StartTerms: basic terms
               Strategy: none
             
             Certificate: YES(O(1),O(1))
             
             Application of 'removetails >>> ... >>> ... >>> ...':
             -----------------------------------------------------
               We consider the the dependency-graph
               
                 1: sum1^#(s(x)) -> c_4(sum1^#(x), x, x)
                      --> sum1^#(s(x)) -> c_4(sum1^#(x), x, x): 1
                 
               
               together with the congruence-graph
               
                 ->{1}                                                       Weak SCC
                 
                 
                 Here rules are as follows:
                 
                   {1: sum1^#(s(x)) -> c_4(sum1^#(x), x, x)}
               
               The following rules are either leafs or part of trailing weak paths, and thus they can be removed:
               
                 {1: sum1^#(s(x)) -> c_4(sum1^#(x), x, x)}
               
               We consider the following Problem:
               
                 StartTerms: basic terms
                 Strategy: none
               
               Certificate: YES(O(1),O(1))
               
               Application of 'simpDPRHS >>> ...':
               -----------------------------------
                 No rule was simplified
                 
                 We apply the transformation 'usablerules' on the resulting sub-problems:
                 Sub-problem 1:
                 --------------
                   We consider the problem
                   
                   StartTerms: basic terms
                   Strategy: none
                   
                   The input problem is not a DP-problem.
                 
                 We abort the transformation and continue with the subprocessor on the problem
                 
                 StartTerms: basic terms
                 Strategy: none
                 
                 1) We fail transforming the problem using 'weightgap of dimension Nat 2, maximal degree 1, cbits 4'
                    
                      All strict components are empty, nothing to further orient
                    
                    We try instead 'weightgap of dimension Nat 3, maximal degree 3, cbits 4 <> ...' on the problem
                    
                    StartTerms: basic terms
                    Strategy: none
                    
                      We fail transforming the problem using 'weightgap of dimension Nat 3, maximal degree 3, cbits 4'
                      
                        All strict components are empty, nothing to further orient
                      
                      We try instead 'weightgap of dimension Nat 4, maximal degree 3, cbits 4' on the problem
                      
                      StartTerms: basic terms
                      Strategy: none
                      
                        All strict components are empty, nothing to further orient
                    
                    We abort the transformation and continue with the subprocessor on the problem
                    
                    StartTerms: basic terms
                    Strategy: none
                    
                    1) No dependency-pair could be removed
                       
                       We apply the transformation 'weightgap of dimension Nat 2, maximal degree 1, cbits 4 <> ...' on the resulting sub-problems:
                       Sub-problem 1:
                       --------------
                         We consider the problem
                         
                         StartTerms: basic terms
                         Strategy: none
                         
                         We fail transforming the problem using 'weightgap of dimension Nat 2, maximal degree 1, cbits 4'
                         
                           All strict components are empty, nothing to further orient
                         
                         We try instead 'weightgap of dimension Nat 3, maximal degree 3, cbits 4 <> ...' on the problem
                         
                         StartTerms: basic terms
                         Strategy: none
                         
                           We fail transforming the problem using 'weightgap of dimension Nat 3, maximal degree 3, cbits 4'
                           
                             All strict components are empty, nothing to further orient
                           
                           We try instead 'weightgap of dimension Nat 4, maximal degree 3, cbits 4' on the problem
                           
                           StartTerms: basic terms
                           Strategy: none
                           
                             All strict components are empty, nothing to further orient
                       
                       We abort the transformation and continue with the subprocessor on the problem
                       
                       StartTerms: basic terms
                       Strategy: none
                       
                       1) 'Sequentially' proved the goal fastest:
                          
                          'empty' succeeded:
                          
                          Empty rules are trivially bounded
                       
                    
                 
          
      
      * Path {4}->{3}: YES(O(1),O(1))
        -----------------------------
        
        We consider the following Problem:
        
          Strict DPs: {sum1^#(0()) -> c_3()}
          Weak DPs: {sum1^#(s(x)) -> c_4(sum1^#(x), x, x)}
          StartTerms: basic terms
          Strategy: none
        
        Certificate: YES(O(1),O(1))
        
        Application of 'removetails >>> ... >>> ... >>> ...':
        -----------------------------------------------------
          We consider the the dependency-graph
          
            1: sum1^#(0()) -> c_3()
            
            2: sum1^#(s(x)) -> c_4(sum1^#(x), x, x)
                 --> sum1^#(s(x)) -> c_4(sum1^#(x), x, x): 2
                 --> sum1^#(0()) -> c_3(): 1
            
          
          together with the congruence-graph
          
            ->{2}                                                       Weak SCC
               |
               `->{1}                                                   Noncyclic, trivial, SCC
            
            
            Here rules are as follows:
            
              {  1: sum1^#(0()) -> c_3()
               , 2: sum1^#(s(x)) -> c_4(sum1^#(x), x, x)}
          
          The following rules are either leafs or part of trailing weak paths, and thus they can be removed:
          
            {  2: sum1^#(s(x)) -> c_4(sum1^#(x), x, x)
             , 1: sum1^#(0()) -> c_3()}
          
          We consider the following Problem:
          
            StartTerms: basic terms
            Strategy: none
          
          Certificate: YES(O(1),O(1))
          
          Application of 'simpDPRHS >>> ...':
          -----------------------------------
            No rule was simplified
            
            We apply the transformation 'usablerules' on the resulting sub-problems:
            Sub-problem 1:
            --------------
              We consider the problem
              
              StartTerms: basic terms
              Strategy: none
              
              The input problem is not a DP-problem.
            
            We abort the transformation and continue with the subprocessor on the problem
            
            StartTerms: basic terms
            Strategy: none
            
            1) We fail transforming the problem using 'weightgap of dimension Nat 2, maximal degree 1, cbits 4'
               
                 All strict components are empty, nothing to further orient
               
               We try instead 'weightgap of dimension Nat 3, maximal degree 3, cbits 4 <> ...' on the problem
               
               StartTerms: basic terms
               Strategy: none
               
                 We fail transforming the problem using 'weightgap of dimension Nat 3, maximal degree 3, cbits 4'
                 
                   All strict components are empty, nothing to further orient
                 
                 We try instead 'weightgap of dimension Nat 4, maximal degree 3, cbits 4' on the problem
                 
                 StartTerms: basic terms
                 Strategy: none
                 
                   All strict components are empty, nothing to further orient
               
               We abort the transformation and continue with the subprocessor on the problem
               
               StartTerms: basic terms
               Strategy: none
               
               1) No dependency-pair could be removed
                  
                  We apply the transformation 'weightgap of dimension Nat 2, maximal degree 1, cbits 4 <> ...' on the resulting sub-problems:
                  Sub-problem 1:
                  --------------
                    We consider the problem
                    
                    StartTerms: basic terms
                    Strategy: none
                    
                    We fail transforming the problem using 'weightgap of dimension Nat 2, maximal degree 1, cbits 4'
                    
                      All strict components are empty, nothing to further orient
                    
                    We try instead 'weightgap of dimension Nat 3, maximal degree 3, cbits 4 <> ...' on the problem
                    
                    StartTerms: basic terms
                    Strategy: none
                    
                      We fail transforming the problem using 'weightgap of dimension Nat 3, maximal degree 3, cbits 4'
                      
                        All strict components are empty, nothing to further orient
                      
                      We try instead 'weightgap of dimension Nat 4, maximal degree 3, cbits 4' on the problem
                      
                      StartTerms: basic terms
                      Strategy: none
                      
                        All strict components are empty, nothing to further orient
                  
                  We abort the transformation and continue with the subprocessor on the problem
                  
                  StartTerms: basic terms
                  Strategy: none
                  
                  1) 'Sequentially' proved the goal fastest:
                     
                     'empty' succeeded:
                     
                     Empty rules are trivially bounded
                  
               
            

Hurray, we answered YES(?,O(n^1))

Tool tup3irc

Execution Time0.43737006ms
Answer
YES(?,O(n^1))
InputSK90 2.17

stdout:

YES(?,O(n^1))

We consider the following Problem:

  Strict Trs:
    {  sum(0()) -> 0()
     , sum(s(x)) -> +(sum(x), s(x))
     , sum1(0()) -> 0()
     , sum1(s(x)) -> s(+(sum1(x), +(x, x)))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: YES(?,O(n^1))

Application of 'tup3 (timeout of 60.0 seconds)':
------------------------------------------------
  The input problem contains no overlaps that give rise to inapplicable rules.
  
  We abort the transformation and continue with the subprocessor on the problem
  
  Strict Trs:
    {  sum(0()) -> 0()
     , sum(s(x)) -> +(sum(x), s(x))
     , sum1(0()) -> 0()
     , sum1(s(x)) -> s(+(sum1(x), +(x, x)))}
  StartTerms: basic terms
  Strategy: innermost
  
  1) 'Fastest' proved the goal fastest:
     
     'Sequentially' proved the goal fastest:
     
     'Fastest' succeeded:
     
     'matrix-interpretation of dimension 2 (timeout of 100.0 seconds)' proved the goal fastest:
     
     The following argument positions are usable:
       Uargs(sum) = {}, Uargs(s) = {1}, Uargs(+) = {1}, Uargs(sum1) = {}
     We have the following constructor-restricted (at most 1 in the main diagonals) matrix interpretation:
     Interpretation Functions:
      sum(x1) = [2 0] x1 + [0]
                [0 0]      [0]
      0() = [2]
            [0]
      s(x1) = [1 0] x1 + [2]
              [0 0]      [0]
      +(x1, x2) = [1 0] x1 + [0 0] x2 + [0]
                  [0 0]      [0 0]      [0]
      sum1(x1) = [2 0] x1 + [0]
                 [0 0]      [0]
  

Hurray, we answered YES(?,O(n^1))