TSTP Solution File: SEU744^2 by Leo-III---1.7.12

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.12
% Problem  : SEU744^2 : TPTP v8.2.0. Released v3.7.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n027.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 03:39:31 EDT 2024

% Result   : Theorem 2.53s 1.61s
% Output   : Refutation 2.86s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :    9
% Syntax   : Number of formulae    :   12 (   3 unt;   6 typ;   2 def)
%            Number of atoms       :   38 (   2 equ;   0 cnn)
%            Maximal formula atoms :   12 (   6 avg)
%            Number of connectives :  127 (  11   ~;   0   |;   0   &;  88   @)
%                                         (   0 <=>;  28  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   16 (   8 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    7 (   7   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    8 (   6 usr;   3 con; 0-2 aty)
%            Number of variables   :   26 (   0   ^  26   !;   0   ?;  26   :)

% Comments : 
%------------------------------------------------------------------------------
thf(in_type,type,
    in: $i > $i > $o ).

thf(powerset_type,type,
    powerset: $i > $i ).

thf(binunion_type,type,
    binunion: $i > $i > $i ).

thf(setminus_type,type,
    setminus: $i > $i > $i ).

thf(setminusER_type,type,
    setminusER: $o ).

thf(setminusER_def,definition,
    ( setminusER
    = ( ! [A: $i,B: $i,C: $i] :
          ( ( in @ C @ ( setminus @ A @ B ) )
         => ~ ( in @ C @ B ) ) ) ) ).

thf(binunionTILcontra_type,type,
    binunionTILcontra: $o ).

thf(binunionTILcontra_def,definition,
    ( binunionTILcontra
    = ( ! [A: $i,B: $i] :
          ( ( in @ B @ ( powerset @ A ) )
         => ! [C: $i] :
              ( ( in @ C @ ( powerset @ A ) )
             => ! [D: $i] :
                  ( ( in @ D @ A )
                 => ( ~ ( in @ D @ ( binunion @ B @ C ) )
                   => ~ ( in @ D @ B ) ) ) ) ) ) ) ).

thf(1,conjecture,
    ( setminusER
   => ( binunionTILcontra
     => ! [A: $i,B: $i] :
          ( ( in @ B @ ( powerset @ A ) )
         => ! [C: $i] :
              ( ( in @ C @ ( powerset @ A ) )
             => ! [D: $i] :
                  ( ( in @ D @ A )
                 => ( ( in @ D @ ( setminus @ A @ ( binunion @ B @ C ) ) )
                   => ~ ( in @ D @ B ) ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',inComplementUnionImpNotIn1) ).

thf(2,negated_conjecture,
    ~ ( setminusER
     => ( binunionTILcontra
       => ! [A: $i,B: $i] :
            ( ( in @ B @ ( powerset @ A ) )
           => ! [C: $i] :
                ( ( in @ C @ ( powerset @ A ) )
               => ! [D: $i] :
                    ( ( in @ D @ A )
                   => ( ( in @ D @ ( setminus @ A @ ( binunion @ B @ C ) ) )
                     => ~ ( in @ D @ B ) ) ) ) ) ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(3,plain,
    ~ ( ! [A: $i,B: $i,C: $i] :
          ( ( in @ C @ ( setminus @ A @ B ) )
         => ~ ( in @ C @ B ) )
     => ( ! [A: $i,B: $i] :
            ( ( in @ B @ ( powerset @ A ) )
           => ! [C: $i] :
                ( ( in @ C @ ( powerset @ A ) )
               => ! [D: $i] :
                    ( ( in @ D @ A )
                   => ( ~ ( in @ D @ ( binunion @ B @ C ) )
                     => ~ ( in @ D @ B ) ) ) ) )
       => ! [A: $i,B: $i] :
            ( ( in @ B @ ( powerset @ A ) )
           => ! [C: $i] :
                ( ( in @ C @ ( powerset @ A ) )
               => ! [D: $i] :
                    ( ( in @ D @ A )
                   => ( ( in @ D @ ( setminus @ A @ ( binunion @ B @ C ) ) )
                     => ~ ( in @ D @ B ) ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(12,plain,
    $false,
    inference(e,[status(thm)],[3]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : SEU744^2 : TPTP v8.2.0. Released v3.7.0.
% 0.15/0.15  % Command  : run_Leo-III %s %d
% 0.16/0.36  % Computer : n027.cluster.edu
% 0.16/0.36  % Model    : x86_64 x86_64
% 0.16/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.36  % Memory   : 8042.1875MB
% 0.16/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.36  % CPULimit : 300
% 0.16/0.36  % WCLimit  : 300
% 0.16/0.36  % DateTime : Sun May 19 15:32:38 EDT 2024
% 0.16/0.36  % CPUTime  : 
% 0.93/0.83  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.20/0.94  % [INFO] 	 Parsing done (108ms). 
% 1.20/0.95  % [INFO] 	 Running in sequential loop mode. 
% 1.57/1.19  % [INFO] 	 eprover registered as external prover. 
% 1.66/1.19  % [INFO] 	 cvc4 registered as external prover. 
% 1.66/1.19  % [INFO] 	 Scanning for conjecture ... 
% 1.81/1.27  % [INFO] 	 Found a conjecture (or negated_conjecture) and 0 axioms. Running axiom selection ... 
% 1.81/1.29  % [INFO] 	 Axiom selection finished. Selected 0 axioms (removed 0 axioms). 
% 1.81/1.29  % [INFO] 	 Problem is higher-order (TPTP THF). 
% 1.81/1.29  % [INFO] 	 Type checking passed. 
% 1.81/1.30  % [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.53/1.61  % External prover 'e' found a proof!
% 2.53/1.61  % [INFO] 	 Killing All external provers ... 
% 2.53/1.61  % Time passed: 1091ms (effective reasoning time: 658ms)
% 2.53/1.61  % 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.53/1.61  % Axioms used in derivation (0): 
% 2.53/1.61  % No. of inferences in proof: 4
% 2.53/1.61  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 1091 ms resp. 658 ms w/o parsing
% 2.86/1.67  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 2.86/1.68  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------