TSTP Solution File: SYO547^1 by Leo-III---1.7.12

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.12
% Problem  : SYO547^1 : TPTP v8.2.0. Released v5.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n021.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 08:57:20 EDT 2024

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

% Comments : 
%------------------------------------------------------------------------------
thf(1,conjecture,
    ! [A: $i > $o] :
      ( ? [B: $i] :
          ~ ( A @ B )
     => ~ ( A @ ( epscomp @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',choicecomp) ).

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

thf(4,plain,
    ~ ! [A: $i > $o] :
        ( ? [B: $i] :
            ~ ( A @ B )
       => ~ ( A
            @ ( eps
              @ ^ [B: $i] :
                  ~ ( A @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(3,axiom,
    ! [A: $i > $o] :
      ( ? [B: $i] : ( A @ B )
     => ( A @ ( eps @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',choiceax) ).

thf(8,plain,
    ! [A: $i > $o] :
      ( ? [B: $i] : ( A @ B )
     => ( A @ ( eps @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(17,plain,
    $false,
    inference(e,[status(thm)],[4,8]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : SYO547^1 : TPTP v8.2.0. Released v5.2.0.
% 0.11/0.15  % Command  : run_Leo-III %s %d
% 0.15/0.36  % Computer : n021.cluster.edu
% 0.15/0.36  % Model    : x86_64 x86_64
% 0.15/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.36  % Memory   : 8042.1875MB
% 0.15/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.36  % CPULimit : 300
% 0.15/0.36  % WCLimit  : 300
% 0.15/0.36  % DateTime : Mon May 20 10:05:24 EDT 2024
% 0.15/0.36  % CPUTime  : 
% 1.06/0.92  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.27/1.04  % [INFO] 	 Parsing done (111ms). 
% 1.27/1.04  % [INFO] 	 Running in sequential loop mode. 
% 1.66/1.26  % [INFO] 	 eprover registered as external prover. 
% 1.66/1.27  % [INFO] 	 cvc4 registered as external prover. 
% 1.66/1.27  % [INFO] 	 Scanning for conjecture ... 
% 1.66/1.32  % [INFO] 	 Found a conjecture (or negated_conjecture) and 1 axioms. Running axiom selection ... 
% 1.92/1.34  % [INFO] 	 Axiom selection finished. Selected 1 axioms (removed 0 axioms). 
% 1.92/1.34  % [INFO] 	 Problem is higher-order (TPTP THF). 
% 1.92/1.35  % [INFO] 	 Type checking passed. 
% 1.92/1.35  % [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.00/1.70  % External prover 'e' found a proof!
% 3.00/1.70  % [INFO] 	 Killing All external provers ... 
% 3.00/1.70  % Time passed: 1169ms (effective reasoning time: 651ms)
% 3.00/1.70  % 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.00/1.70  % Axioms used in derivation (1): choiceax
% 3.00/1.70  % No. of inferences in proof: 6
% 3.00/1.70  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1169 ms resp. 651 ms w/o parsing
% 3.00/1.72  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 3.00/1.72  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------