Problem AProVE 09 Inductive gcd

LMPO

Execution Time (secs)
0.110
Answer
MAYBE
InputAProVE 09 Inductive gcd
MAYBE

We consider the following Problem:

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

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

MPO

Execution Time (secs)
0.105
Answer
MAYBE
InputAProVE 09 Inductive gcd
MAYBE

We consider the following Problem:

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

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

POP*

Execution Time (secs)
0.092
Answer
MAYBE
InputAProVE 09 Inductive gcd
MAYBE

We consider the following Problem:

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

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

POP* (PS)

Execution Time (secs)
0.101
Answer
MAYBE
InputAProVE 09 Inductive gcd
MAYBE

We consider the following Problem:

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

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

Small POP*

Execution Time (secs)
0.100
Answer
MAYBE
InputAProVE 09 Inductive gcd
MAYBE

We consider the following Problem:

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

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

Small POP* (PS)

Execution Time (secs)
0.077
Answer
MAYBE
InputAProVE 09 Inductive gcd
MAYBE

We consider the following Problem:

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

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..