TSTP Solution File: SEV188^5 by Leo-III---1.7.15

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.15
% Problem  : SEV188^5 : TPTP v8.2.0. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d THM

% Computer : n028.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 : Mon Jun 24 15:58:27 EDT 2024

% Result   : Theorem 1.91s 1.28s
% Output   : Refutation 1.91s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :    1
% Syntax   : Number of formulae    :    4 (   2 unt;   0 typ;   0 def)
%            Number of atoms       :    6 (   0 equ;   0 cnn)
%            Maximal formula atoms :    2 (   1 avg)
%            Number of connectives :    8 (   2   ~;   0   |;   0   &;   2   @)
%                                         (   0 <=>;   4  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   4 avg)
%            Number of types       :    3 (   2 usr)
%            Number of type conns  :   10 (  10   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    2 (   0 usr;   2 con; 0-0 aty)
%            Number of variables   :    4 (   0   ^   4   !;   0   ?;   4   :)

% Comments : 
%------------------------------------------------------------------------------
thf(a_type,type,
    a: $tType ).

thf(b_type,type,
    b: $tType ).

thf(1,conjecture,
    ! [A: ( a > b > $o ) > $o] :
      ( ! [B: a > b > $o] :
          ( ( A @ B )
         => $true )
     => $true ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cCS2_ALL_THM_pme) ).

thf(2,negated_conjecture,
    ~ ! [A: ( a > b > $o ) > $o] :
        ( ! [B: a > b > $o] :
            ( ( A @ B )
           => $true )
       => $true ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(3,plain,
    ~ $true,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(4,plain,
    $false,
    inference(simp,[status(thm)],[3]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : SEV188^5 : TPTP v8.2.0. Released v4.0.0.
% 0.10/0.12  % Command  : run_Leo-III %s %d THM
% 0.11/0.32  % Computer : n028.cluster.edu
% 0.11/0.32  % Model    : x86_64 x86_64
% 0.11/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.32  % Memory   : 8042.1875MB
% 0.11/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.32  % CPULimit : 300
% 0.11/0.32  % WCLimit  : 300
% 0.11/0.32  % DateTime : Fri Jun 21 18:26:40 EDT 2024
% 0.11/0.33  % CPUTime  : 
% 0.88/0.83  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.16/0.92  % [INFO] 	 Parsing done (91ms). 
% 1.16/0.93  % [INFO] 	 Running in sequential loop mode. 
% 1.51/1.12  % [INFO] 	 eprover registered as external prover. 
% 1.51/1.12  % [INFO] 	 Scanning for conjecture ... 
% 1.51/1.17  % [INFO] 	 Found a conjecture (or negated_conjecture) and 0 axioms. Running axiom selection ... 
% 1.74/1.18  % [INFO] 	 Axiom selection finished. Selected 0 axioms (removed 0 axioms). 
% 1.74/1.18  % [INFO] 	 Problem is higher-order (TPTP THF). 
% 1.78/1.19  % [INFO] 	 Type checking passed. 
% 1.78/1.19  % [CONFIG] 	 Using configuration: timeout(300) with strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>.  Searching for refutation ... 
% 1.91/1.27  % [INFO] 	 Killing All external provers ... 
% 1.91/1.27  % Time passed: 760ms (effective reasoning time: 342ms)
% 1.91/1.27  % Solved by strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>
% 1.91/1.27  % Axioms used in derivation (0): 
% 1.91/1.27  % No. of inferences in proof: 4
% 1.91/1.28  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 760 ms resp. 342 ms w/o parsing
% 1.91/1.30  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 1.91/1.30  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------