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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.15
% Problem  : SEV290^5 : TPTP v8.2.0. Bugfixed v5.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d THM

% Computer : n029.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:43 EDT 2024

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

% Comments : 
%------------------------------------------------------------------------------
thf(c0_type,type,
    c0: ( $i > $o ) > $o ).

thf(c_less__eq__type,type,
    c_less__eq_: ( ( $i > $o ) > $o ) > ( ( $i > $o ) > $o ) > $o ).

thf(c_less__eq__def,definition,
    ( c_less__eq_
    = ( ^ [A: ( $i > $o ) > $o,B: ( $i > $o ) > $o] :
        ! [C: ( ( $i > $o ) > $o ) > $o] :
          ( ( ( C @ A )
            & ! [D: ( $i > $o ) > $o] :
                ( ( C @ D )
               => ( C @ ( cSUCC @ D ) ) ) )
         => ( C @ B ) ) ) ) ).

thf(sk2_type,type,
    sk2: ( ( ( $i > $o ) > $o ) > $o ) > ( ( $i > $o ) > $o ) > $o ).

thf(1,conjecture,
    ? [A: ( ( $i > $o ) > $o ) > $o] :
    ! [B: ( $i > $o ) > $o] :
      ( ( A @ B )
     => ( c_less__eq_ @ B @ c0 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cBLEDSOE1) ).

thf(2,negated_conjecture,
    ~ ? [A: ( ( $i > $o ) > $o ) > $o] :
      ! [B: ( $i > $o ) > $o] :
        ( ( A @ B )
       => ( c_less__eq_ @ B @ c0 ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(3,plain,
    ~ ? [A: ( ( $i > $o ) > $o ) > $o] :
      ! [B: ( $i > $o ) > $o] :
        ( ( A @ B )
       => ! [C: ( ( $i > $o ) > $o ) > $o] :
            ( ( ( C @ B )
              & ! [D: ( $i > $o ) > $o] :
                  ( ( C @ D )
                 => ( C
                    @ ^ [E: $i > $o] :
                      ? [F: $i] :
                        ( ( E @ F )
                        & ( D
                          @ ^ [G: $i] :
                              ( ( G != F )
                              & ( E @ G ) ) ) ) ) ) )
           => ( C @ c0 ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(4,plain,
    ! [A: ( ( $i > $o ) > $o ) > $o] :
      ~ ( sk2 @ A @ c0 ),
    inference(cnf,[status(esa)],[3]) ).

thf(7,plain,
    ! [A: ( ( $i > $o ) > $o ) > $o] : ( A @ ( sk1 @ A ) ),
    inference(cnf,[status(esa)],[3]) ).

thf(8,plain,
    ~ $true,
    inference(rewrite,[status(thm)],[4,7]) ).

thf(9,plain,
    $false,
    inference(simp,[status(thm)],[8]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SEV290^5 : TPTP v8.2.0. Bugfixed v5.2.0.
% 0.07/0.12  % Command  : run_Leo-III %s %d THM
% 0.12/0.33  % Computer : n029.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.33  % DateTime : Fri Jun 21 18:15:10 EDT 2024
% 0.12/0.34  % CPUTime  : 
% 0.96/0.87  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.14/0.97  % [INFO] 	 Parsing done (105ms). 
% 1.29/0.98  % [INFO] 	 Running in sequential loop mode. 
% 1.63/1.18  % [INFO] 	 eprover registered as external prover. 
% 1.63/1.18  % [INFO] 	 Scanning for conjecture ... 
% 1.84/1.24  % [INFO] 	 Found a conjecture (or negated_conjecture) and 0 axioms. Running axiom selection ... 
% 1.84/1.26  % [INFO] 	 Axiom selection finished. Selected 0 axioms (removed 0 axioms). 
% 1.84/1.26  % [INFO] 	 Problem is higher-order (TPTP THF). 
% 1.84/1.26  % [INFO] 	 Type checking passed. 
% 1.84/1.26  % [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 ... 
% 3.50/1.76  % [INFO] 	 Killing All external provers ... 
% 3.50/1.76  % Time passed: 1226ms (effective reasoning time: 773ms)
% 3.50/1.76  % 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)>
% 3.50/1.76  % Axioms used in derivation (0): 
% 3.50/1.76  % No. of inferences in proof: 7
% 3.50/1.76  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1226 ms resp. 773 ms w/o parsing
% 3.50/1.79  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 3.50/1.79  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------