Problem AProVE 09 Inductive mod

LMPO

Execution Time (secs)
0.095
Answer
MAYBE
InputAProVE 09 Inductive mod
MAYBE

We consider the following Problem:

  Strict Trs:
    {  minus(0(), y) -> 0()
     , minus(s(x), y) -> if(gt(s(x), y), x, y)
     , if(true(), x, y) -> s(minus(x, y))
     , if(false(), x, y) -> 0()
     , mod(x, 0()) -> 0()
     , mod(x, s(y)) -> if1(lt(x, s(y)), x, s(y))
     , if1(true(), x, y) -> x
     , if1(false(), x, y) -> mod(minus(x, y), y)
     , gt(0(), y) -> false()
     , gt(s(x), 0()) -> true()
     , gt(s(x), s(y)) -> gt(x, y)
     , lt(x, 0()) -> false()
     , lt(0(), s(x)) -> true()
     , lt(s(x), s(y)) -> lt(x, y)}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

MPO

Execution Time (secs)
0.082
Answer
MAYBE
InputAProVE 09 Inductive mod
MAYBE

We consider the following Problem:

  Strict Trs:
    {  minus(0(), y) -> 0()
     , minus(s(x), y) -> if(gt(s(x), y), x, y)
     , if(true(), x, y) -> s(minus(x, y))
     , if(false(), x, y) -> 0()
     , mod(x, 0()) -> 0()
     , mod(x, s(y)) -> if1(lt(x, s(y)), x, s(y))
     , if1(true(), x, y) -> x
     , if1(false(), x, y) -> mod(minus(x, y), y)
     , gt(0(), y) -> false()
     , gt(s(x), 0()) -> true()
     , gt(s(x), s(y)) -> gt(x, y)
     , lt(x, 0()) -> false()
     , lt(0(), s(x)) -> true()
     , lt(s(x), s(y)) -> lt(x, y)}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

POP*

Execution Time (secs)
0.079
Answer
MAYBE
InputAProVE 09 Inductive mod
MAYBE

We consider the following Problem:

  Strict Trs:
    {  minus(0(), y) -> 0()
     , minus(s(x), y) -> if(gt(s(x), y), x, y)
     , if(true(), x, y) -> s(minus(x, y))
     , if(false(), x, y) -> 0()
     , mod(x, 0()) -> 0()
     , mod(x, s(y)) -> if1(lt(x, s(y)), x, s(y))
     , if1(true(), x, y) -> x
     , if1(false(), x, y) -> mod(minus(x, y), y)
     , gt(0(), y) -> false()
     , gt(s(x), 0()) -> true()
     , gt(s(x), s(y)) -> gt(x, y)
     , lt(x, 0()) -> false()
     , lt(0(), s(x)) -> true()
     , lt(s(x), s(y)) -> lt(x, y)}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

POP* (PS)

Execution Time (secs)
0.096
Answer
MAYBE
InputAProVE 09 Inductive mod
MAYBE

We consider the following Problem:

  Strict Trs:
    {  minus(0(), y) -> 0()
     , minus(s(x), y) -> if(gt(s(x), y), x, y)
     , if(true(), x, y) -> s(minus(x, y))
     , if(false(), x, y) -> 0()
     , mod(x, 0()) -> 0()
     , mod(x, s(y)) -> if1(lt(x, s(y)), x, s(y))
     , if1(true(), x, y) -> x
     , if1(false(), x, y) -> mod(minus(x, y), y)
     , gt(0(), y) -> false()
     , gt(s(x), 0()) -> true()
     , gt(s(x), s(y)) -> gt(x, y)
     , lt(x, 0()) -> false()
     , lt(0(), s(x)) -> true()
     , lt(s(x), s(y)) -> lt(x, y)}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

Small POP*

Execution Time (secs)
0.088
Answer
MAYBE
InputAProVE 09 Inductive mod
MAYBE

We consider the following Problem:

  Strict Trs:
    {  minus(0(), y) -> 0()
     , minus(s(x), y) -> if(gt(s(x), y), x, y)
     , if(true(), x, y) -> s(minus(x, y))
     , if(false(), x, y) -> 0()
     , mod(x, 0()) -> 0()
     , mod(x, s(y)) -> if1(lt(x, s(y)), x, s(y))
     , if1(true(), x, y) -> x
     , if1(false(), x, y) -> mod(minus(x, y), y)
     , gt(0(), y) -> false()
     , gt(s(x), 0()) -> true()
     , gt(s(x), s(y)) -> gt(x, y)
     , lt(x, 0()) -> false()
     , lt(0(), s(x)) -> true()
     , lt(s(x), s(y)) -> lt(x, y)}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

Small POP* (PS)

Execution Time (secs)
0.075
Answer
MAYBE
InputAProVE 09 Inductive mod
MAYBE

We consider the following Problem:

  Strict Trs:
    {  minus(0(), y) -> 0()
     , minus(s(x), y) -> if(gt(s(x), y), x, y)
     , if(true(), x, y) -> s(minus(x, y))
     , if(false(), x, y) -> 0()
     , mod(x, 0()) -> 0()
     , mod(x, s(y)) -> if1(lt(x, s(y)), x, s(y))
     , if1(true(), x, y) -> x
     , if1(false(), x, y) -> mod(minus(x, y), y)
     , gt(0(), y) -> false()
     , gt(s(x), 0()) -> true()
     , gt(s(x), s(y)) -> gt(x, y)
     , lt(x, 0()) -> false()
     , lt(0(), s(x)) -> true()
     , lt(s(x), s(y)) -> lt(x, y)}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..