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

View Problem - Process Solution

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

% Computer : n011.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:12 EDT 2024

% Result   : Theorem 3.36s 1.83s
% Output   : Refutation 3.61s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   13
% Syntax   : Number of formulae    :   16 (   5 unt;   8 typ;   4 def)
%            Number of atoms       :   53 (  21 equ;   0 cnn)
%            Maximal formula atoms :   16 (   6 avg)
%            Number of connectives :  122 (   8   ~;   6   |;  12   &;  64   @)
%                                         (   0 <=>;  32  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   16 (   6 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   11 (  11   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   10 (   8 usr;   4 con; 0-4 aty)
%            Number of variables   :   42 (  10   ^  32   !;   0   ?;  42   :)

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

thf(setunion_type,type,
    setunion: $i > $i ).

thf(dsetconstr_type,type,
    dsetconstr: $i > ( $i > $o ) > $i ).

thf(singleton_type,type,
    singleton: $i > $o ).

thf(iftrueProp1_type,type,
    iftrueProp1: $o ).

thf(iftrueProp1_def,definition,
    ( iftrueProp1
    = ( ! [A: $i,B: $o,C: $i] :
          ( ( in @ C @ A )
         => ! [D: $i] :
              ( ( in @ D @ A )
             => ( B
               => ( in @ C
                  @ ( dsetconstr @ A
                    @ ^ [E: $i] :
                        ( ( B
                          & ( E = C ) )
                        | ( ~ B
                          & ( E = D ) ) ) ) ) ) ) ) ) ) ).

thf(ifSingleton_type,type,
    ifSingleton: $o ).

thf(ifSingleton_def,definition,
    ( ifSingleton
    = ( ! [A: $i,B: $o,C: $i] :
          ( ( in @ C @ A )
         => ! [D: $i] :
              ( ( in @ D @ A )
             => ( singleton
                @ ( dsetconstr @ A
                  @ ^ [E: $i] :
                      ( ( B
                        & ( E = C ) )
                      | ( ~ B
                        & ( E = D ) ) ) ) ) ) ) ) ) ).

thf(if_type,type,
    if: $i > $o > $i > $i > $i ).

thf(if_def,definition,
    ( if
    = ( ^ [A: $i,B: $o,C: $i,D: $i] :
          ( setunion
          @ ( dsetconstr @ A
            @ ^ [E: $i] :
                ( ( B
                  & ( E = C ) )
                | ( ~ B
                  & ( E = D ) ) ) ) ) ) ) ).

thf(theeq_type,type,
    theeq: $o ).

thf(theeq_def,definition,
    ( theeq
    = ( ! [A: $i] :
          ( ( singleton @ A )
         => ! [B: $i] :
              ( ( in @ B @ A )
             => ( ( setunion @ A )
                = B ) ) ) ) ) ).

thf(1,conjecture,
    ( iftrueProp1
   => ( ifSingleton
     => ( theeq
       => ! [A: $i,B: $o,C: $i] :
            ( ( in @ C @ A )
           => ! [D: $i] :
                ( ( in @ D @ A )
               => ( B
                 => ( ( if @ A @ B @ C @ D )
                    = C ) ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',iftrue) ).

thf(2,negated_conjecture,
    ~ ( iftrueProp1
     => ( ifSingleton
       => ( theeq
         => ! [A: $i,B: $o,C: $i] :
              ( ( in @ C @ A )
             => ! [D: $i] :
                  ( ( in @ D @ A )
                 => ( B
                   => ( ( if @ A @ B @ C @ D )
                      = C ) ) ) ) ) ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(3,plain,
    ~ ( ! [A: $i,B: $o,C: $i] :
          ( ( in @ C @ A )
         => ! [D: $i] :
              ( ( in @ D @ A )
             => ( B
               => ( in @ C
                  @ ( dsetconstr @ A
                    @ ^ [E: $i] :
                        ( ( B
                          & ( E = C ) )
                        | ( ~ B
                          & ( E = D ) ) ) ) ) ) ) )
     => ( ! [A: $i,B: $o,C: $i] :
            ( ( in @ C @ A )
           => ! [D: $i] :
                ( ( in @ D @ A )
               => ( singleton
                  @ ( dsetconstr @ A
                    @ ^ [E: $i] :
                        ( ( B
                          & ( E = C ) )
                        | ( ~ B
                          & ( E = D ) ) ) ) ) ) )
       => ( ! [A: $i] :
              ( ( singleton @ A )
             => ! [B: $i] :
                  ( ( in @ B @ A )
                 => ( ( setunion @ A )
                    = B ) ) )
         => ! [A: $i,B: $o,C: $i] :
              ( ( in @ C @ A )
             => ! [D: $i] :
                  ( ( in @ D @ A )
                 => ( B
                   => ( ( setunion
                        @ ( dsetconstr @ A
                          @ ^ [E: $i] :
                              ( ( B
                                & ( E = C ) )
                              | ( ~ B
                                & ( E = D ) ) ) ) )
                      = C ) ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.09  % Problem  : SEU707^2 : TPTP v8.2.0. Released v3.7.0.
% 0.08/0.11  % Command  : run_Leo-III %s %d
% 0.10/0.30  % Computer : n011.cluster.edu
% 0.10/0.30  % Model    : x86_64 x86_64
% 0.10/0.30  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.30  % Memory   : 8042.1875MB
% 0.10/0.30  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.30  % CPULimit : 300
% 0.10/0.30  % WCLimit  : 300
% 0.10/0.30  % DateTime : Sun May 19 17:40:24 EDT 2024
% 0.10/0.30  % CPUTime  : 
% 0.82/0.80  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.04/0.92  % [INFO] 	 Parsing done (114ms). 
% 1.04/0.93  % [INFO] 	 Running in sequential loop mode. 
% 1.55/1.17  % [INFO] 	 eprover registered as external prover. 
% 1.55/1.17  % [INFO] 	 cvc4 registered as external prover. 
% 1.67/1.18  % [INFO] 	 Scanning for conjecture ... 
% 1.96/1.27  % [INFO] 	 Found a conjecture (or negated_conjecture) and 0 axioms. Running axiom selection ... 
% 1.96/1.29  % [INFO] 	 Axiom selection finished. Selected 0 axioms (removed 0 axioms). 
% 1.96/1.30  % [INFO] 	 Problem is higher-order (TPTP THF). 
% 1.96/1.30  % [INFO] 	 Type checking passed. 
% 1.96/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 ... 
% 3.36/1.83  % External prover 'e' found a proof!
% 3.36/1.83  % [INFO] 	 Killing All external provers ... 
% 3.36/1.83  % Time passed: 1354ms (effective reasoning time: 898ms)
% 3.36/1.83  % 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.36/1.83  % Axioms used in derivation (0): 
% 3.36/1.83  % No. of inferences in proof: 4
% 3.36/1.83  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 1354 ms resp. 898 ms w/o parsing
% 3.61/1.85  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 3.61/1.85  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------