Problem AProVE 06 logarithm

LMPO

Execution Time (secs)
0.075
Answer
MAYBE
InputAProVE 06 logarithm
MAYBE

We consider the following Problem:

  Strict Trs:
    {  minus(x, 0()) -> x
     , minus(s(x), s(y)) -> minus(x, y)
     , quot(0(), s(y)) -> 0()
     , quot(s(x), s(y)) -> s(quot(minus(x, y), s(y)))
     , le(0(), y) -> true()
     , le(s(x), 0()) -> false()
     , le(s(x), s(y)) -> le(x, y)
     , inc(s(x)) -> s(inc(x))
     , inc(0()) -> s(0())
     , log(x) -> logIter(x, 0())
     , logIter(x, y) ->
       if(le(s(0()), x), le(s(s(0())), x), quot(x, s(s(0()))), inc(y))
     , if(false(), b, x, y) -> logZeroError()
     , if(true(), false(), x, s(y)) -> y
     , if(true(), true(), x, y) -> logIter(x, y)}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

MPO

Execution Time (secs)
0.123
Answer
MAYBE
InputAProVE 06 logarithm
MAYBE

We consider the following Problem:

  Strict Trs:
    {  minus(x, 0()) -> x
     , minus(s(x), s(y)) -> minus(x, y)
     , quot(0(), s(y)) -> 0()
     , quot(s(x), s(y)) -> s(quot(minus(x, y), s(y)))
     , le(0(), y) -> true()
     , le(s(x), 0()) -> false()
     , le(s(x), s(y)) -> le(x, y)
     , inc(s(x)) -> s(inc(x))
     , inc(0()) -> s(0())
     , log(x) -> logIter(x, 0())
     , logIter(x, y) ->
       if(le(s(0()), x), le(s(s(0())), x), quot(x, s(s(0()))), inc(y))
     , if(false(), b, x, y) -> logZeroError()
     , if(true(), false(), x, s(y)) -> y
     , if(true(), true(), x, y) -> logIter(x, y)}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

POP*

Execution Time (secs)
0.090
Answer
MAYBE
InputAProVE 06 logarithm
MAYBE

We consider the following Problem:

  Strict Trs:
    {  minus(x, 0()) -> x
     , minus(s(x), s(y)) -> minus(x, y)
     , quot(0(), s(y)) -> 0()
     , quot(s(x), s(y)) -> s(quot(minus(x, y), s(y)))
     , le(0(), y) -> true()
     , le(s(x), 0()) -> false()
     , le(s(x), s(y)) -> le(x, y)
     , inc(s(x)) -> s(inc(x))
     , inc(0()) -> s(0())
     , log(x) -> logIter(x, 0())
     , logIter(x, y) ->
       if(le(s(0()), x), le(s(s(0())), x), quot(x, s(s(0()))), inc(y))
     , if(false(), b, x, y) -> logZeroError()
     , if(true(), false(), x, s(y)) -> y
     , if(true(), true(), x, y) -> logIter(x, y)}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

POP* (PS)

Execution Time (secs)
0.114
Answer
MAYBE
InputAProVE 06 logarithm
MAYBE

We consider the following Problem:

  Strict Trs:
    {  minus(x, 0()) -> x
     , minus(s(x), s(y)) -> minus(x, y)
     , quot(0(), s(y)) -> 0()
     , quot(s(x), s(y)) -> s(quot(minus(x, y), s(y)))
     , le(0(), y) -> true()
     , le(s(x), 0()) -> false()
     , le(s(x), s(y)) -> le(x, y)
     , inc(s(x)) -> s(inc(x))
     , inc(0()) -> s(0())
     , log(x) -> logIter(x, 0())
     , logIter(x, y) ->
       if(le(s(0()), x), le(s(s(0())), x), quot(x, s(s(0()))), inc(y))
     , if(false(), b, x, y) -> logZeroError()
     , if(true(), false(), x, s(y)) -> y
     , if(true(), true(), x, y) -> logIter(x, y)}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

Small POP*

Execution Time (secs)
0.092
Answer
MAYBE
InputAProVE 06 logarithm
MAYBE

We consider the following Problem:

  Strict Trs:
    {  minus(x, 0()) -> x
     , minus(s(x), s(y)) -> minus(x, y)
     , quot(0(), s(y)) -> 0()
     , quot(s(x), s(y)) -> s(quot(minus(x, y), s(y)))
     , le(0(), y) -> true()
     , le(s(x), 0()) -> false()
     , le(s(x), s(y)) -> le(x, y)
     , inc(s(x)) -> s(inc(x))
     , inc(0()) -> s(0())
     , log(x) -> logIter(x, 0())
     , logIter(x, y) ->
       if(le(s(0()), x), le(s(s(0())), x), quot(x, s(s(0()))), inc(y))
     , if(false(), b, x, y) -> logZeroError()
     , if(true(), false(), x, s(y)) -> y
     , if(true(), true(), x, y) -> logIter(x, y)}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

Small POP* (PS)

Execution Time (secs)
0.083
Answer
MAYBE
InputAProVE 06 logarithm
MAYBE

We consider the following Problem:

  Strict Trs:
    {  minus(x, 0()) -> x
     , minus(s(x), s(y)) -> minus(x, y)
     , quot(0(), s(y)) -> 0()
     , quot(s(x), s(y)) -> s(quot(minus(x, y), s(y)))
     , le(0(), y) -> true()
     , le(s(x), 0()) -> false()
     , le(s(x), s(y)) -> le(x, y)
     , inc(s(x)) -> s(inc(x))
     , inc(0()) -> s(0())
     , log(x) -> logIter(x, 0())
     , logIter(x, y) ->
       if(le(s(0()), x), le(s(s(0())), x), quot(x, s(s(0()))), inc(y))
     , if(false(), b, x, y) -> logZeroError()
     , if(true(), false(), x, s(y)) -> y
     , if(true(), true(), x, y) -> logIter(x, y)}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..