TSTP Solution File: SYO348^5 by Vampire-SAT---4.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Vampire-SAT---4.8
% Problem  : SYO348^5 : TPTP v8.2.0. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --mode casc_sat -m 16384 --cores 7 -t %d %s

% Computer : n026.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 : Tue May 21 09:10:58 EDT 2024

% Result   : Theorem 0.14s 0.38s
% Output   : Refutation 0.14s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :   13
% Syntax   : Number of formulae    :   23 (   5 unt;  11 typ;   0 def)
%            Number of atoms       :   90 (  17 equ;   0 cnn)
%            Maximal formula atoms :    4 (   7 avg)
%            Number of connectives :   26 (   8   ~;   0   |;   6   &;   0   @)
%                                         (   3 <=>;   9  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    5 (   3 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :   25 (  24   >;   1   *;   0   +;   0  <<)
%            Number of symbols     :   15 (  12 usr;   4 con; 0-6 aty)
%            Number of variables   :   12 (   0   ^   4   !;   2   ?;  12   :)
%                                         (   6  !>;   0  ?*;   0  @-;   0  @+)

% Comments : 
%------------------------------------------------------------------------------
thf(type_def_5,type,
    sTfun: ( $tType * $tType ) > $tType ).

thf(func_def_0,type,
    b: $o ).

thf(func_def_1,type,
    a: $o ).

thf(func_def_5,type,
    sK0: $o > $o ).

thf(func_def_6,type,
    kCOMB: 
      !>[X0: $tType,X1: $tType] : ( X0 > X1 > X0 ) ).

thf(func_def_7,type,
    bCOMB: 
      !>[X0: $tType,X1: $tType,X2: $tType] : ( ( X1 > X2 ) > ( X0 > X1 ) > X0 > X2 ) ).

thf(func_def_8,type,
    vAND: $o > $o > $o ).

thf(func_def_9,type,
    vOR: $o > $o > $o ).

thf(func_def_10,type,
    vIMP: $o > $o > $o ).

thf(func_def_11,type,
    vNOT: $o > $o ).

thf(func_def_12,type,
    vEQ: 
      !>[X0: $tType] : ( X0 > X0 > $o ) ).

thf(f14,plain,
    $false,
    inference(subsumption_resolution,[],[f13,f12]) ).

thf(f12,plain,
    $true != vAPP($o,$o,sK0,b),
    inference(cnf_transformation,[],[f9]) ).

thf(f9,plain,
    ( ( $true != vAPP($o,$o,sK0,b) )
    & ( $true = vAPP($o,$o,sK0,a) )
    & ( a = b ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK0])],[f7,f8]) ).

thf(f8,plain,
    ( ? [X0: $o > $o] :
        ( ( vAPP($o,$o,X0,b) != $true )
        & ( vAPP($o,$o,X0,a) = $true ) )
   => ( ( $true != vAPP($o,$o,sK0,b) )
      & ( $true = vAPP($o,$o,sK0,a) ) ) ),
    introduced(choice_axiom,[]) ).

thf(f7,plain,
    ( ? [X0: $o > $o] :
        ( ( vAPP($o,$o,X0,b) != $true )
        & ( vAPP($o,$o,X0,a) = $true ) )
    & ( a = b ) ),
    inference(ennf_transformation,[],[f6]) ).

thf(f6,plain,
    ~ ( ( a = b )
     => ! [X0: $o > $o] :
          ( ( vAPP($o,$o,X0,a) = $true )
         => ( vAPP($o,$o,X0,b) = $true ) ) ),
    inference(fool_elimination,[],[f5]) ).

thf(f5,plain,
    ~ ( ( a
      <=> b )
     => ! [X0: $o > $o] :
          ( vAPP($o,$o,X0,a)
         => vAPP($o,$o,X0,b) ) ),
    inference(rectify,[],[f2]) ).

thf(f2,negated_conjecture,
    ~ ( ( a
      <=> b )
     => ! [X0: $o > $o] :
          ( vAPP($o,$o,X0,a)
         => vAPP($o,$o,X0,b) ) ),
    inference(negated_conjecture,[],[f1]) ).

thf(f1,conjecture,
    ( ( a
    <=> b )
   => ! [X0: $o > $o] :
        ( vAPP($o,$o,X0,a)
       => vAPP($o,$o,X0,b) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cE1EXT) ).

thf(f13,plain,
    $true = vAPP($o,$o,sK0,b),
    inference(definition_unfolding,[],[f11,f10]) ).

thf(f10,plain,
    a = b,
    inference(cnf_transformation,[],[f9]) ).

thf(f11,plain,
    $true = vAPP($o,$o,sK0,a),
    inference(cnf_transformation,[],[f9]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem    : SYO348^5 : TPTP v8.2.0. Released v4.0.0.
% 0.12/0.14  % Command    : vampire --mode casc_sat -m 16384 --cores 7 -t %d %s
% 0.14/0.35  % Computer : n026.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit   : 300
% 0.14/0.35  % WCLimit    : 300
% 0.14/0.35  % DateTime   : Mon May 20 09:36:53 EDT 2024
% 0.14/0.35  % CPUTime    : 
% 0.14/0.36  % (3688)Running in auto input_syntax mode. Trying TPTP
% 0.14/0.37  % (3689)fmb+10_1_fmbas=off:fmbsr=1.3:nm=2_1451 on theBenchmark for (1451ds/0Mi)
% 0.14/0.37  % (3690)fmb+10_1_bce=on:fmbas=expand:fmbksg=on:fmbsr=1.3_569 on theBenchmark for (569ds/0Mi)
% 0.14/0.37  % (3693)dis+1_20_av=off:lcm=predicate:nm=2:nwc=2.0_396 on theBenchmark for (396ds/0Mi)
% 0.14/0.37  % (3694)dis+11_4:5_nm=4_216 on theBenchmark for (216ds/0Mi)
% 0.14/0.37  % (3691)dis-2_2:3_amm=sco:anc=none:bce=on:fsr=off:gsp=on:nm=16:nwc=1.2:nicw=on:sac=on:sp=weighted_frequency_476 on theBenchmark for (476ds/0Mi)
% 0.14/0.37  % (3695)fmb+10_1_fmbas=off:fmbsr=1.3:nm=2:si=on:rtra=on:rawr=on:rp=on:fmbksg=on_1451 on theBenchmark for (1451ds/0Mi)
% 0.14/0.37  % (3692)fmb+10_1_bce=on:fmbas=expand:fmbksg=on:fmbsr=1.3:gsp=on:nm=4_470 on theBenchmark for (470ds/0Mi)
% 0.14/0.37  % (3691)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 0.14/0.37  % (3692)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 0.14/0.37  % Exception at run slice level
% 0.14/0.37  % Exception at run slice levelUser error: Finite model buillding is currently not compatible with polymorphism or higher-order constructs
% 0.14/0.37  
% 0.14/0.37  User error: Finite model buillding is currently not compatible with polymorphism or higher-order constructs
% 0.14/0.37  % Exception at run slice level% Exception at run slice level
% 0.14/0.37  
% 0.14/0.37  User error: User error: Finite model buillding is currently not compatible with polymorphism or higher-order constructsFinite model buillding is currently not compatible with polymorphism or higher-order constructs
% 0.14/0.37  
% 0.14/0.37  % (3693)First to succeed.
% 0.14/0.37  % (3691)Also succeeded, but the first one will report.
% 0.14/0.37  % (3693)Solution written to "/export/starexec/sandbox/tmp/vampire-proof-3688"
% 0.14/0.37  % (3694)Also succeeded, but the first one will report.
% 0.14/0.38  % (3693)Refutation found. Thanks to Tanya!
% 0.14/0.38  % SZS status Theorem for theBenchmark
% 0.14/0.38  % SZS output start Proof for theBenchmark
% See solution above
% 0.14/0.38  % (3693)------------------------------
% 0.14/0.38  % (3693)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.14/0.38  % (3693)Termination reason: Refutation
% 0.14/0.38  
% 0.14/0.38  % (3693)Memory used [KB]: 734
% 0.14/0.38  % (3693)Time elapsed: 0.003 s
% 0.14/0.38  % (3693)Instructions burned: 3 (million)
% 0.14/0.38  % (3688)Success in time 0.017 s
%------------------------------------------------------------------------------