TSTP Solution File: GEO039-3 by Z3---4.8.9.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Z3---4.8.9.0
% Problem  : GEO039-3 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp
% Command  : z3_tptp -proof -model -t:%d -file:%s

% Computer : n025.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Fri Sep 16 20:34:27 EDT 2022

% Result   : Unsatisfiable 0.19s 0.40s
% Output   : Proof 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :   19
% Syntax   : Number of formulae    :   39 (  16 unt;   5 typ;   0 def)
%            Number of atoms       :   72 (  20 equ)
%            Maximal formula atoms :    8 (   2 avg)
%            Number of connectives :   66 (  30   ~;  23   |;   0   &)
%                                         (  13 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   3 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of FOOLs       :    2 (   2 fml;   0 var)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    3 (   1   >;   2   *;   0   +;   0  <<)
%            Number of predicates  :    4 (   2 usr;   1 prp; 0-3 aty)
%            Number of functors    :    4 (   4 usr;   4 con; 0-0 aty)
%            Number of variables   :   46 (  42   !;   0   ?;  46   :)

% Comments : 
%------------------------------------------------------------------------------
tff(between_type,type,
    between: ( $i * $i * $i ) > $o ).

tff(w_type,type,
    w: $i ).

tff(v_type,type,
    v: $i ).

tff(x_type,type,
    x: $i ).

tff(u_type,type,
    u: $i ).

tff(1,plain,
    ( between(u,w,x)
  <=> between(x,w,x) ),
    inference(rewrite,[status(thm)],]) ).

tff(2,plain,
    ( between(u,w,x)
  <=> between(u,w,x) ),
    inference(rewrite,[status(thm)],]) ).

tff(3,axiom,
    between(u,w,x),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',w_between_u_and_x) ).

tff(4,plain,
    between(u,w,x),
    inference(modus_ponens,[status(thm)],[3,2]) ).

tff(5,plain,
    between(x,w,x),
    inference(modus_ponens,[status(thm)],[4,1]) ).

tff(6,plain,
    ^ [Y: $i,X: $i] :
      refl(
        ( ( ~ between(X,Y,X)
          | ( X = Y ) )
      <=> ( ~ between(X,Y,X)
          | ( X = Y ) ) )),
    inference(bind,[status(th)],]) ).

tff(7,plain,
    ( ! [Y: $i,X: $i] :
        ( ~ between(X,Y,X)
        | ( X = Y ) )
  <=> ! [Y: $i,X: $i] :
        ( ~ between(X,Y,X)
        | ( X = Y ) ) ),
    inference(quant_intro,[status(thm)],[6]) ).

tff(8,plain,
    ( ! [Y: $i,X: $i] :
        ( ~ between(X,Y,X)
        | ( X = Y ) )
  <=> ! [Y: $i,X: $i] :
        ( ~ between(X,Y,X)
        | ( X = Y ) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(9,axiom,
    ! [Y: $i,X: $i] :
      ( ~ between(X,Y,X)
      | ( X = Y ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO002-0.ax',identity_for_betweeness) ).

tff(10,plain,
    ! [Y: $i,X: $i] :
      ( ~ between(X,Y,X)
      | ( X = Y ) ),
    inference(modus_ponens,[status(thm)],[9,8]) ).

tff(11,plain,
    ! [Y: $i,X: $i] :
      ( ~ between(X,Y,X)
      | ( X = Y ) ),
    inference(skolemize,[status(sab)],[10]) ).

tff(12,plain,
    ! [Y: $i,X: $i] :
      ( ~ between(X,Y,X)
      | ( X = Y ) ),
    inference(modus_ponens,[status(thm)],[11,7]) ).

tff(13,plain,
    ( ( ~ ! [Y: $i,X: $i] :
            ( ~ between(X,Y,X)
            | ( X = Y ) )
      | ~ between(x,w,x)
      | ( x = w ) )
  <=> ( ~ ! [Y: $i,X: $i] :
            ( ~ between(X,Y,X)
            | ( X = Y ) )
      | ~ between(x,w,x)
      | ( x = w ) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(14,plain,
    ( ~ ! [Y: $i,X: $i] :
          ( ~ between(X,Y,X)
          | ( X = Y ) )
    | ~ between(x,w,x)
    | ( x = w ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(15,plain,
    ( ~ ! [Y: $i,X: $i] :
          ( ~ between(X,Y,X)
          | ( X = Y ) )
    | ~ between(x,w,x)
    | ( x = w ) ),
    inference(modus_ponens,[status(thm)],[14,13]) ).

tff(16,plain,
    x = w,
    inference(unit_resolution,[status(thm)],[15,12,5]) ).

tff(17,plain,
    w = x,
    inference(symmetry,[status(thm)],[16]) ).

tff(18,plain,
    ( between(v,w,w)
  <=> between(v,w,x) ),
    inference(monotonicity,[status(thm)],[17]) ).

tff(19,plain,
    ( between(v,w,x)
  <=> between(v,w,w) ),
    inference(symmetry,[status(thm)],[18]) ).

tff(20,plain,
    ( ~ between(v,w,x)
  <=> ~ between(v,w,w) ),
    inference(monotonicity,[status(thm)],[19]) ).

tff(21,plain,
    ( ~ between(v,w,x)
  <=> ~ between(v,w,x) ),
    inference(rewrite,[status(thm)],]) ).

tff(22,axiom,
    ~ between(v,w,x),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_corollary) ).

tff(23,plain,
    ~ between(v,w,x),
    inference(modus_ponens,[status(thm)],[22,21]) ).

tff(24,plain,
    ~ between(v,w,w),
    inference(modus_ponens,[status(thm)],[23,20]) ).

tff(25,plain,
    ^ [V: $i,U: $i] :
      refl(
        ( between(U,V,V)
      <=> between(U,V,V) )),
    inference(bind,[status(th)],]) ).

tff(26,plain,
    ( ! [V: $i,U: $i] : between(U,V,V)
  <=> ! [V: $i,U: $i] : between(U,V,V) ),
    inference(quant_intro,[status(thm)],[25]) ).

tff(27,plain,
    ( ! [V: $i,U: $i] : between(U,V,V)
  <=> ! [V: $i,U: $i] : between(U,V,V) ),
    inference(rewrite,[status(thm)],]) ).

tff(28,axiom,
    ! [V: $i,U: $i] : between(U,V,V),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t3) ).

tff(29,plain,
    ! [V: $i,U: $i] : between(U,V,V),
    inference(modus_ponens,[status(thm)],[28,27]) ).

tff(30,plain,
    ! [V: $i,U: $i] : between(U,V,V),
    inference(skolemize,[status(sab)],[29]) ).

tff(31,plain,
    ! [V: $i,U: $i] : between(U,V,V),
    inference(modus_ponens,[status(thm)],[30,26]) ).

tff(32,plain,
    ( ~ ! [V: $i,U: $i] : between(U,V,V)
    | between(v,w,w) ),
    inference(quant_inst,[status(thm)],]) ).

tff(33,plain,
    between(v,w,w),
    inference(unit_resolution,[status(thm)],[32,31]) ).

tff(34,plain,
    $false,
    inference(unit_resolution,[status(thm)],[33,24]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem  : GEO039-3 : TPTP v8.1.0. Released v1.0.0.
% 0.06/0.12  % Command  : z3_tptp -proof -model -t:%d -file:%s
% 0.12/0.34  % Computer : n025.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Wed Aug 31 05:00:30 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.34  Z3tptp [4.8.9.0] (c) 2006-20**. Microsoft Corp.
% 0.12/0.34  Usage: tptp [options] [-file:]file
% 0.12/0.34    -h, -?       prints this message.
% 0.12/0.34    -smt2        print SMT-LIB2 benchmark.
% 0.12/0.34    -m, -model   generate model.
% 0.12/0.34    -p, -proof   generate proof.
% 0.12/0.34    -c, -core    generate unsat core of named formulas.
% 0.12/0.34    -st, -statistics display statistics.
% 0.12/0.34    -t:timeout   set timeout (in second).
% 0.12/0.34    -smt2status  display status in smt2 format instead of SZS.
% 0.12/0.34    -check_status check the status produced by Z3 against annotation in benchmark.
% 0.12/0.34    -<param>:<value> configuration parameter and value.
% 0.12/0.34    -o:<output-file> file to place output in.
% 0.19/0.40  % SZS status Unsatisfiable
% 0.19/0.40  % SZS output start Proof
% See solution above
%------------------------------------------------------------------------------