TSTP Solution File: SEV485^1 by Leo-III---1.7.15

View Problem - Process Solution

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

% Computer : n022.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:59:09 EDT 2024

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

% Comments : 
%------------------------------------------------------------------------------
thf('\'type/nums/num\'_type',type,
    '\'type/nums/num\'': $tType ).

thf('\'const/sets/UNIV\'_type',type,
    '\'const/sets/UNIV\'': 
      !>[TA: $tType] : ( TA > $o ) ).

thf('\'const/sets/HAS_SIZE\'_type',type,
    '\'const/sets/HAS_SIZE\'': 
      !>[TA: $tType] : ( ( TA > $o ) > '\'type/nums/num\'' > $o ) ).

thf('\'const/sets/FINITE\'_type',type,
    '\'const/sets/FINITE\'': 
      !>[TA: $tType] : ( ( TA > $o ) > $o ) ).

thf('\'const/sets/CARD\'_type',type,
    '\'const/sets/CARD\'': 
      !>[TA: $tType] : ( ( TA > $o ) > '\'type/nums/num\'' ) ).

thf('\'const/nums/NUMERAL\'_type',type,
    '\'const/nums/NUMERAL\'': '\'type/nums/num\'' > '\'type/nums/num\'' ).

thf('\'const/nums/BIT1\'_type',type,
    '\'const/nums/BIT1\'': '\'type/nums/num\'' > '\'type/nums/num\'' ).

thf('\'const/nums/BIT0\'_type',type,
    '\'const/nums/BIT0\'': '\'type/nums/num\'' > '\'type/nums/num\'' ).

thf('\'const/nums/_0\'_type',type,
    '\'const/nums/_0\'': '\'type/nums/num\'' ).

thf(1,conjecture,
    '\'const/sets/FINITE\'' @ $o @ ( '\'const/sets/UNIV\'' @ $o ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p','thm/sets/FINITE_BOOL_') ).

thf(2,negated_conjecture,
    ~ ( '\'const/sets/FINITE\'' @ $o @ ( '\'const/sets/UNIV\'' @ $o ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(5,plain,
    ~ ( '\'const/sets/FINITE\'' @ $o @ ( '\'const/sets/UNIV\'' @ $o ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(3,axiom,
    ! [TA: $tType,A: TA > $o,B: '\'type/nums/num\''] :
      ( ( '\'const/sets/HAS_SIZE\'' @ TA @ A @ B )
      = ( ( '\'const/sets/FINITE\'' @ TA @ A )
        & ( ( '\'const/sets/CARD\'' @ TA @ A )
          = B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p','thm/sets/HAS_SIZE_') ).

thf(6,plain,
    ! [TA: $tType,A: TA > $o,B: '\'type/nums/num\''] :
      ( ( '\'const/sets/HAS_SIZE\'' @ TA @ A @ B )
      = ( ( '\'const/sets/FINITE\'' @ TA @ A )
        & ( ( '\'const/sets/CARD\'' @ TA @ A )
          = B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(4,axiom,
    '\'const/sets/HAS_SIZE\'' @ $o @ ( '\'const/sets/UNIV\'' @ $o ) @ ( '\'const/nums/NUMERAL\'' @ ( '\'const/nums/BIT0\'' @ ( '\'const/nums/BIT1\'' @ '\'const/nums/_0\'' ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p','thm/sets/HAS_SIZE_BOOL_') ).

thf(9,plain,
    '\'const/sets/HAS_SIZE\'' @ $o @ ( '\'const/sets/UNIV\'' @ $o ) @ ( '\'const/nums/NUMERAL\'' @ ( '\'const/nums/BIT0\'' @ ( '\'const/nums/BIT1\'' @ '\'const/nums/_0\'' ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(10,plain,
    $false,
    inference(e,[status(thm)],[5,6,9]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SEV485^1 : TPTP v8.2.0. Released v7.0.0.
% 0.07/0.12  % Command  : run_Leo-III %s %d THM
% 0.12/0.33  % Computer : n022.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 19:23:40 EDT 2024
% 0.12/0.33  % CPUTime  : 
% 0.95/0.87  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.29/0.99  % [INFO] 	 Parsing done (118ms). 
% 1.29/0.99  % [INFO] 	 Running in sequential loop mode. 
% 1.61/1.21  % [INFO] 	 eprover registered as external prover. 
% 1.61/1.21  % [INFO] 	 Scanning for conjecture ... 
% 1.79/1.26  % [INFO] 	 Found a conjecture (or negated_conjecture) and 2 axioms. Running axiom selection ... 
% 1.87/1.28  % [INFO] 	 Axiom selection finished. Selected 2 axioms (removed 0 axioms). 
% 1.87/1.29  % [INFO] 	 Problem is higher-order (TPTP THF). 
% 1.87/1.29  % [INFO] 	 Type checking passed. 
% 1.87/1.29  % [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 ... 
% 2.52/1.56  % External prover 'e' found a proof!
% 2.52/1.56  % [INFO] 	 Killing All external provers ... 
% 2.52/1.56  % Time passed: 1030ms (effective reasoning time: 561ms)
% 2.52/1.56  % 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)>
% 2.52/1.56  % Axioms used in derivation (2): thm/sets/HAS_SIZE_, thm/sets/HAS_SIZE_BOOL_
% 2.52/1.56  % No. of inferences in proof: 8
% 2.52/1.56  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1030 ms resp. 561 ms w/o parsing
% 2.60/1.63  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 2.60/1.63  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------