TSTP Solution File: SEU637^2 by E---3.1.00

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E---3.1.00
% Problem  : SEU637^2 : TPTP v8.2.0. Released v3.7.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %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 : Tue May 21 03:28:45 EDT 2024

% Result   : Theorem 219.85s 28.13s
% Output   : CNFRefutation 219.85s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   25
%            Number of leaves      :   24
% Syntax   : Number of formulae    :  122 (  17 unt;  16 typ;   0 def)
%            Number of atoms       :  377 ( 126 equ;   0 cnn)
%            Maximal formula atoms :   31 (   3 avg)
%            Number of connectives : 1778 ( 105   ~; 178   |;  17   &;1421   @)
%                                         (   9 <=>;  48  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   36 (   9 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :  109 ( 109   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   18 (  16 usr;  10 con; 0-2 aty)
%            Number of variables   :  268 (   9   ^ 254   !;   5   ?; 268   :)

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

thf(decl_23,type,
    emptyset: $i ).

thf(decl_24,type,
    setadjoin: $i > $i > $i ).

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

thf(decl_26,type,
    dsetconstrI: $o ).

thf(decl_27,type,
    dsetconstrEL: $o ).

thf(decl_28,type,
    dsetconstrER: $o ).

thf(decl_29,type,
    setext: $o ).

thf(decl_30,type,
    uniqinunit: $o ).

thf(decl_31,type,
    eqinunit: $o ).

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

thf(decl_33,type,
    esk1_2: $i > $i > $i ).

thf(decl_34,type,
    esk2_2: $i > $i > $i ).

thf(decl_35,type,
    esk3_0: $i ).

thf(decl_36,type,
    epred1_0: $i > $o ).

thf(decl_37,type,
    esk4_0: $i ).

thf(singleton,axiom,
    ( singleton
    = ( ^ [X1: $i] :
        ? [X3: $i] :
          ( ( in @ X3 @ X1 )
          & ( X1
            = ( setadjoin @ X3 @ emptyset ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',singleton) ).

thf(dsetconstrER,axiom,
    ( dsetconstrER
  <=> ! [X1: $i,X2: $i > $o,X3: $i] :
        ( ( in @ X3
          @ ( dsetconstr @ X1
            @ ^ [X4: $i] : ( X2 @ X4 ) ) )
       => ( X2 @ X3 ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',dsetconstrER) ).

thf(dsetconstrEL,axiom,
    ( dsetconstrEL
  <=> ! [X1: $i,X2: $i > $o,X3: $i] :
        ( ( in @ X3
          @ ( dsetconstr @ X1
            @ ^ [X4: $i] : ( X2 @ X4 ) ) )
       => ( in @ X3 @ X1 ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',dsetconstrEL) ).

thf(dsetconstrI,axiom,
    ( dsetconstrI
  <=> ! [X1: $i,X2: $i > $o,X3: $i] :
        ( ( in @ X3 @ X1 )
       => ( ( X2 @ X3 )
         => ( in @ X3
            @ ( dsetconstr @ X1
              @ ^ [X4: $i] : ( X2 @ X4 ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',dsetconstrI) ).

thf(singletonprop,conjecture,
    ( dsetconstrI
   => ( dsetconstrEL
     => ( dsetconstrER
       => ( setext
         => ( uniqinunit
           => ( eqinunit
             => ! [X1: $i,X2: $i > $o] :
                  ( ! [X3: $i] :
                      ( ( in @ X3 @ X1 )
                     => ! [X4: $i] :
                          ( ( in @ X4 @ X1 )
                         => ( ( X2 @ X3 )
                           => ( ( X2 @ X4 )
                             => ( X3 = X4 ) ) ) ) )
                 => ( ? [X3: $i] :
                        ( ( in @ X3 @ X1 )
                        & ( X2 @ X3 ) )
                   => ( singleton
                      @ ( dsetconstr @ X1
                        @ ^ [X3: $i] : ( X2 @ X3 ) ) ) ) ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',singletonprop) ).

thf(setext,axiom,
    ( setext
  <=> ! [X1: $i,X5: $i] :
        ( ! [X3: $i] :
            ( ( in @ X3 @ X1 )
           => ( in @ X3 @ X5 ) )
       => ( ! [X3: $i] :
              ( ( in @ X3 @ X5 )
             => ( in @ X3 @ X1 ) )
         => ( X1 = X5 ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',setext) ).

thf(uniqinunit,axiom,
    ( uniqinunit
  <=> ! [X3: $i,X4: $i] :
        ( ( in @ X3 @ ( setadjoin @ X4 @ emptyset ) )
       => ( X3 = X4 ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',uniqinunit) ).

thf(eqinunit,axiom,
    ( eqinunit
  <=> ! [X3: $i,X4: $i] :
        ( ( X3 = X4 )
       => ( in @ X3 @ ( setadjoin @ X4 @ emptyset ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',eqinunit) ).

thf(c_0_8,plain,
    ( singleton
    = ( ^ [Z0: $i] :
        ? [X3: $i] :
          ( ( in @ X3 @ Z0 )
          & ( Z0
            = ( setadjoin @ X3 @ emptyset ) ) ) ) ),
    inference(fof_simplification,[status(thm)],[singleton]) ).

thf(c_0_9,plain,
    ( dsetconstrER
  <=> ! [X1: $i,X2: $i > $o,X3: $i] :
        ( ( in @ X3
          @ ( dsetconstr @ X1
            @ ^ [Z0: $i] : ( X2 @ Z0 ) ) )
       => ( X2 @ X3 ) ) ),
    inference(fof_simplification,[status(thm)],[dsetconstrER]) ).

thf(c_0_10,plain,
    ( dsetconstrEL
  <=> ! [X1: $i,X2: $i > $o,X3: $i] :
        ( ( in @ X3
          @ ( dsetconstr @ X1
            @ ^ [Z0: $i] : ( X2 @ Z0 ) ) )
       => ( in @ X3 @ X1 ) ) ),
    inference(fof_simplification,[status(thm)],[dsetconstrEL]) ).

thf(c_0_11,plain,
    ( dsetconstrI
  <=> ! [X1: $i,X2: $i > $o,X3: $i] :
        ( ( in @ X3 @ X1 )
       => ( ( X2 @ X3 )
         => ( in @ X3
            @ ( dsetconstr @ X1
              @ ^ [Z0: $i] : ( X2 @ Z0 ) ) ) ) ) ),
    inference(fof_simplification,[status(thm)],[dsetconstrI]) ).

thf(c_0_12,negated_conjecture,
    ~ ( ! [X28: $i,X29: $i > $o,X30: $i] :
          ( ( in @ X30 @ X28 )
         => ( ( X29 @ X30 )
           => ( in @ X30 @ ( dsetconstr @ X28 @ X29 ) ) ) )
     => ( ! [X31: $i,X32: $i > $o,X33: $i] :
            ( ( in @ X33 @ ( dsetconstr @ X31 @ X32 ) )
           => ( in @ X33 @ X31 ) )
       => ( ! [X34: $i,X35: $i > $o,X36: $i] :
              ( ( in @ X36 @ ( dsetconstr @ X34 @ X35 ) )
             => ( X35 @ X36 ) )
         => ( ! [X37: $i,X38: $i] :
                ( ! [X39: $i] :
                    ( ( in @ X39 @ X37 )
                   => ( in @ X39 @ X38 ) )
               => ( ! [X40: $i] :
                      ( ( in @ X40 @ X38 )
                     => ( in @ X40 @ X37 ) )
                 => ( X37 = X38 ) ) )
           => ( ! [X41: $i,X42: $i] :
                  ( ( in @ X41 @ ( setadjoin @ X42 @ emptyset ) )
                 => ( X41 = X42 ) )
             => ( ! [X43: $i,X44: $i] :
                    ( ( X43 = X44 )
                   => ( in @ X43 @ ( setadjoin @ X44 @ emptyset ) ) )
               => ! [X1: $i,X2: $i > $o] :
                    ( ! [X3: $i] :
                        ( ( in @ X3 @ X1 )
                       => ! [X4: $i] :
                            ( ( in @ X4 @ X1 )
                           => ( ( X2 @ X3 )
                             => ( ( X2 @ X4 )
                               => ( X3 = X4 ) ) ) ) )
                   => ( ? [X3: $i] :
                          ( ( in @ X3 @ X1 )
                          & ( X2 @ X3 ) )
                     => ? [X45: $i] :
                          ( ( in @ X45 @ ( dsetconstr @ X1 @ X2 ) )
                          & ( ( dsetconstr @ X1 @ X2 )
                            = ( setadjoin @ X45 @ emptyset ) ) ) ) ) ) ) ) ) ) ),
    inference(fool_unroll,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(fof_simplification,[status(thm)],[inference(assume_negation,[status(cth)],[singletonprop])]),c_0_8]),setext]),c_0_9]),c_0_10]),c_0_11]),uniqinunit]),eqinunit])]) ).

thf(c_0_13,negated_conjecture,
    ! [X46: $i,X47: $i > $o,X48: $i,X49: $i,X50: $i > $o,X51: $i,X52: $i,X53: $i > $o,X54: $i,X55: $i,X56: $i,X59: $i,X60: $i,X61: $i,X62: $i,X65: $i,X66: $i,X68: $i] :
      ( ( ~ ( in @ X48 @ X46 )
        | ~ ( X47 @ X48 )
        | ( in @ X48 @ ( dsetconstr @ X46 @ X47 ) ) )
      & ( ~ ( in @ X51 @ ( dsetconstr @ X49 @ X50 ) )
        | ( in @ X51 @ X49 ) )
      & ( ~ ( in @ X54 @ ( dsetconstr @ X52 @ X53 ) )
        | ( X53 @ X54 ) )
      & ( ( in @ ( esk2_2 @ X55 @ X56 ) @ X56 )
        | ( X55 = X56 )
        | ( in @ ( esk1_2 @ X55 @ X56 ) @ X55 ) )
      & ( ~ ( in @ ( esk2_2 @ X55 @ X56 ) @ X55 )
        | ( X55 = X56 )
        | ( in @ ( esk1_2 @ X55 @ X56 ) @ X55 ) )
      & ( ( in @ ( esk2_2 @ X55 @ X56 ) @ X56 )
        | ( X55 = X56 )
        | ~ ( in @ ( esk1_2 @ X55 @ X56 ) @ X56 ) )
      & ( ~ ( in @ ( esk2_2 @ X55 @ X56 ) @ X55 )
        | ( X55 = X56 )
        | ~ ( in @ ( esk1_2 @ X55 @ X56 ) @ X56 ) )
      & ( ~ ( in @ X59 @ ( setadjoin @ X60 @ emptyset ) )
        | ( X59 = X60 ) )
      & ( ( X61 != X62 )
        | ( in @ X61 @ ( setadjoin @ X62 @ emptyset ) ) )
      & ( ~ ( in @ X65 @ esk3_0 )
        | ~ ( in @ X66 @ esk3_0 )
        | ~ ( epred1_0 @ X65 )
        | ~ ( epred1_0 @ X66 )
        | ( X65 = X66 ) )
      & ( in @ esk4_0 @ esk3_0 )
      & ( epred1_0 @ esk4_0 )
      & ( ~ ( in @ X68 @ ( dsetconstr @ esk3_0 @ epred1_0 ) )
        | ( ( dsetconstr @ esk3_0 @ epred1_0 )
         != ( setadjoin @ X68 @ emptyset ) ) ) ),
    inference(distribute,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_12])])])])])]) ).

thf(c_0_14,negated_conjecture,
    ! [X1: $i,X3: $i,X2: $i > $o] :
      ( ( in @ X1 @ X3 )
      | ~ ( in @ X1 @ ( dsetconstr @ X3 @ X2 ) ) ),
    inference(split_conjunct,[status(thm)],[c_0_13]) ).

thf(c_0_15,negated_conjecture,
    ! [X3: $i,X1: $i] :
      ( ( in @ ( esk2_2 @ X1 @ X3 ) @ X3 )
      | ( X1 = X3 )
      | ( in @ ( esk1_2 @ X1 @ X3 ) @ X1 ) ),
    inference(split_conjunct,[status(thm)],[c_0_13]) ).

thf(c_0_16,negated_conjecture,
    ! [X3: $i,X1: $i] :
      ( ( X1 = X3 )
      | ( in @ ( esk1_2 @ X1 @ X3 ) @ X1 )
      | ~ ( in @ ( esk2_2 @ X1 @ X3 ) @ X1 ) ),
    inference(split_conjunct,[status(thm)],[c_0_13]) ).

thf(c_0_17,negated_conjecture,
    ! [X1: $i,X2: $i > $o,X3: $i] :
      ( ( X1
        = ( dsetconstr @ X3 @ X2 ) )
      | ( in @ ( esk1_2 @ X1 @ ( dsetconstr @ X3 @ X2 ) ) @ X1 )
      | ( in @ ( esk2_2 @ X1 @ ( dsetconstr @ X3 @ X2 ) ) @ X3 ) ),
    inference(spm,[status(thm)],[c_0_14,c_0_15]) ).

thf(c_0_18,negated_conjecture,
    ! [X2: $i > $o,X1: $i] :
      ( ( ( dsetconstr @ X1 @ X2 )
        = X1 )
      | ( in @ ( esk1_2 @ X1 @ ( dsetconstr @ X1 @ X2 ) ) @ X1 ) ),
    inference(spm,[status(thm)],[c_0_16,c_0_17]) ).

thf(c_0_19,negated_conjecture,
    ! [X1: $i,X3: $i] :
      ( ( X1 = X3 )
      | ~ ( in @ X1 @ esk3_0 )
      | ~ ( in @ X3 @ esk3_0 )
      | ~ ( epred1_0 @ X1 )
      | ~ ( epred1_0 @ X3 ) ),
    inference(split_conjunct,[status(thm)],[c_0_13]) ).

thf(c_0_20,negated_conjecture,
    in @ esk4_0 @ esk3_0,
    inference(split_conjunct,[status(thm)],[c_0_13]) ).

thf(c_0_21,negated_conjecture,
    epred1_0 @ esk4_0,
    inference(split_conjunct,[status(thm)],[c_0_13]) ).

thf(c_0_22,negated_conjecture,
    ! [X1: $i,X3: $i] :
      ( ( X1 = X3 )
      | ~ ( in @ X1 @ ( setadjoin @ X3 @ emptyset ) ) ),
    inference(split_conjunct,[status(thm)],[c_0_13]) ).

thf(c_0_23,negated_conjecture,
    ! [X7: $i > $o,X2: $i > $o,X1: $i] :
      ( ( ( dsetconstr @ ( dsetconstr @ X1 @ X2 ) @ X7 )
        = ( dsetconstr @ X1 @ X2 ) )
      | ( in @ ( esk1_2 @ ( dsetconstr @ X1 @ X2 ) @ ( dsetconstr @ ( dsetconstr @ X1 @ X2 ) @ X7 ) ) @ X1 ) ),
    inference(spm,[status(thm)],[c_0_14,c_0_18]) ).

thf(c_0_24,negated_conjecture,
    ! [X1: $i] :
      ( ( X1 = esk4_0 )
      | ~ ( in @ X1 @ esk3_0 )
      | ~ ( epred1_0 @ X1 ) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_19,c_0_20]),c_0_21])]) ).

thf(c_0_25,negated_conjecture,
    ! [X1: $i,X3: $i,X2: $i > $o] :
      ( ( X2 @ X1 )
      | ~ ( in @ X1 @ ( dsetconstr @ X3 @ X2 ) ) ),
    inference(split_conjunct,[status(thm)],[c_0_13]) ).

thf(c_0_26,negated_conjecture,
    ! [X1: $i,X7: $i > $o,X2: $i > $o] :
      ( ( ( esk1_2 @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) @ ( dsetconstr @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) @ X7 ) )
        = X1 )
      | ( ( dsetconstr @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) @ X7 )
        = ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) ) ),
    inference(spm,[status(thm)],[c_0_22,c_0_23]) ).

thf(c_0_27,negated_conjecture,
    ! [X2: $i > $o,X7: $i > $o] :
      ( ( ( esk1_2 @ ( dsetconstr @ esk3_0 @ X2 ) @ ( dsetconstr @ ( dsetconstr @ esk3_0 @ X2 ) @ X7 ) )
        = esk4_0 )
      | ( ( dsetconstr @ ( dsetconstr @ esk3_0 @ X2 ) @ X7 )
        = ( dsetconstr @ esk3_0 @ X2 ) )
      | ~ ( epred1_0 @ ( esk1_2 @ ( dsetconstr @ esk3_0 @ X2 ) @ ( dsetconstr @ ( dsetconstr @ esk3_0 @ X2 ) @ X7 ) ) ) ),
    inference(spm,[status(thm)],[c_0_24,c_0_23]) ).

thf(c_0_28,negated_conjecture,
    ! [X1: $i,X2: $i > $o,X7: $i > $o] :
      ( ( ( dsetconstr @ ( dsetconstr @ X1 @ X2 ) @ X7 )
        = ( dsetconstr @ X1 @ X2 ) )
      | ( X2 @ ( esk1_2 @ ( dsetconstr @ X1 @ X2 ) @ ( dsetconstr @ ( dsetconstr @ X1 @ X2 ) @ X7 ) ) ) ),
    inference(spm,[status(thm)],[c_0_25,c_0_18]) ).

thf(c_0_29,negated_conjecture,
    ! [X1: $i,X3: $i] :
      ( ( in @ ( esk2_2 @ X1 @ X3 ) @ X3 )
      | ( X1 = X3 )
      | ~ ( in @ ( esk1_2 @ X1 @ X3 ) @ X3 ) ),
    inference(split_conjunct,[status(thm)],[c_0_13]) ).

thf(c_0_30,negated_conjecture,
    ! [X1: $i,X7: $i > $o,X2: $i > $o] :
      ( ( ( dsetconstr @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) @ X7 )
        = ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) )
      | ( in @ X1 @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) ) ),
    inference(spm,[status(thm)],[c_0_18,c_0_26]) ).

thf(c_0_31,negated_conjecture,
    ! [X2: $i > $o] :
      ( ( ( esk1_2 @ ( dsetconstr @ esk3_0 @ epred1_0 ) @ ( dsetconstr @ ( dsetconstr @ esk3_0 @ epred1_0 ) @ X2 ) )
        = esk4_0 )
      | ( ( dsetconstr @ ( dsetconstr @ esk3_0 @ epred1_0 ) @ X2 )
        = ( dsetconstr @ esk3_0 @ epred1_0 ) ) ),
    inference(spm,[status(thm)],[c_0_27,c_0_28]) ).

thf(c_0_32,negated_conjecture,
    ! [X1: $i,X2: $i > $o] :
      ( ( ( esk2_2 @ X1 @ ( dsetconstr @ esk3_0 @ X2 ) )
        = esk4_0 )
      | ( X1
        = ( dsetconstr @ esk3_0 @ X2 ) )
      | ( in @ ( esk1_2 @ X1 @ ( dsetconstr @ esk3_0 @ X2 ) ) @ X1 )
      | ~ ( epred1_0 @ ( esk2_2 @ X1 @ ( dsetconstr @ esk3_0 @ X2 ) ) ) ),
    inference(spm,[status(thm)],[c_0_24,c_0_17]) ).

thf(c_0_33,negated_conjecture,
    ! [X3: $i,X2: $i > $o,X1: $i] :
      ( ( ( dsetconstr @ X1 @ X2 )
        = X3 )
      | ( in @ ( esk2_2 @ ( dsetconstr @ X1 @ X2 ) @ X3 ) @ X3 )
      | ( in @ ( esk1_2 @ ( dsetconstr @ X1 @ X2 ) @ X3 ) @ X1 ) ),
    inference(spm,[status(thm)],[c_0_14,c_0_15]) ).

thf(c_0_34,negated_conjecture,
    ! [X1: $i,X3: $i,X2: $i > $o] :
      ( ( X1
        = ( dsetconstr @ X3 @ X2 ) )
      | ( in @ ( esk2_2 @ X1 @ ( dsetconstr @ X3 @ X2 ) ) @ X3 )
      | ~ ( in @ ( esk1_2 @ X1 @ ( dsetconstr @ X3 @ X2 ) ) @ ( dsetconstr @ X3 @ X2 ) ) ),
    inference(spm,[status(thm)],[c_0_14,c_0_29]) ).

thf(c_0_35,negated_conjecture,
    ! [X3: $i,X2: $i > $o,X1: $i] :
      ( ( in @ X1 @ ( dsetconstr @ X3 @ X2 ) )
      | ~ ( in @ X1 @ X3 )
      | ~ ( X2 @ X1 ) ),
    inference(split_conjunct,[status(thm)],[c_0_13]) ).

thf(c_0_36,negated_conjecture,
    ! [X1: $i,X3: $i] :
      ( ( in @ X1 @ ( setadjoin @ X3 @ emptyset ) )
      | ( X1 != X3 ) ),
    inference(split_conjunct,[status(thm)],[c_0_13]) ).

thf(c_0_37,negated_conjecture,
    ! [X1: $i,X7: $i > $o,X3: $i,X2: $i > $o] :
      ( ( in @ X1 @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) )
      | ( X7 @ X3 )
      | ~ ( in @ X3 @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) ) ),
    inference(spm,[status(thm)],[c_0_25,c_0_30]) ).

thf(c_0_38,negated_conjecture,
    ! [X2: $i > $o] :
      ( ( ( dsetconstr @ ( dsetconstr @ esk3_0 @ epred1_0 ) @ X2 )
        = ( dsetconstr @ esk3_0 @ epred1_0 ) )
      | ( in @ esk4_0 @ ( dsetconstr @ esk3_0 @ epred1_0 ) ) ),
    inference(spm,[status(thm)],[c_0_18,c_0_31]) ).

thf(c_0_39,negated_conjecture,
    ! [X1: $i,X2: $i > $o,X7: $i > $o] :
      ( ( ( esk2_2 @ ( dsetconstr @ X1 @ X2 ) @ ( dsetconstr @ esk3_0 @ X7 ) )
        = esk4_0 )
      | ( ( dsetconstr @ X1 @ X2 )
        = ( dsetconstr @ esk3_0 @ X7 ) )
      | ( in @ ( esk1_2 @ ( dsetconstr @ X1 @ X2 ) @ ( dsetconstr @ esk3_0 @ X7 ) ) @ X1 )
      | ~ ( epred1_0 @ ( esk2_2 @ ( dsetconstr @ X1 @ X2 ) @ ( dsetconstr @ esk3_0 @ X7 ) ) ) ),
    inference(spm,[status(thm)],[c_0_14,c_0_32]) ).

thf(c_0_40,negated_conjecture,
    ! [X1: $i,X2: $i > $o,X3: $i] :
      ( ( ( esk1_2 @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) @ X3 )
        = X1 )
      | ( ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 )
        = X3 )
      | ( in @ ( esk2_2 @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) @ X3 ) @ X3 ) ),
    inference(spm,[status(thm)],[c_0_22,c_0_33]) ).

thf(c_0_41,negated_conjecture,
    ! [X1: $i,X3: $i] :
      ( ( X1 = X3 )
      | ~ ( in @ ( esk2_2 @ X1 @ X3 ) @ X1 )
      | ~ ( in @ ( esk1_2 @ X1 @ X3 ) @ X3 ) ),
    inference(split_conjunct,[status(thm)],[c_0_13]) ).

thf(c_0_42,negated_conjecture,
    ! [X2: $i > $o,X1: $i] :
      ( ( ( esk1_2 @ ( setadjoin @ X1 @ emptyset ) @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) )
        = X1 )
      | ( ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 )
        = ( setadjoin @ X1 @ emptyset ) ) ),
    inference(spm,[status(thm)],[c_0_22,c_0_18]) ).

thf(c_0_43,negated_conjecture,
    ! [X1: $i,X3: $i,X2: $i > $o] :
      ( ( X1
        = ( dsetconstr @ X3 @ X2 ) )
      | ( in @ ( esk2_2 @ X1 @ ( dsetconstr @ X3 @ X2 ) ) @ X3 )
      | ~ ( in @ ( esk1_2 @ X1 @ ( dsetconstr @ X3 @ X2 ) ) @ X3 )
      | ~ ( X2 @ ( esk1_2 @ X1 @ ( dsetconstr @ X3 @ X2 ) ) ) ),
    inference(spm,[status(thm)],[c_0_34,c_0_35]) ).

thf(c_0_44,negated_conjecture,
    ! [X1: $i] : ( in @ X1 @ ( setadjoin @ X1 @ emptyset ) ),
    inference(er,[status(thm)],[c_0_36]) ).

thf(c_0_45,negated_conjecture,
    ! [X1: $i,X2: $i > $o,X7: $i > $o,X3: $i] :
      ( ( in @ X1 @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) )
      | ( X7 @ X3 )
      | ~ ( in @ X3 @ ( setadjoin @ X1 @ emptyset ) )
      | ~ ( X2 @ X3 ) ),
    inference(spm,[status(thm)],[c_0_37,c_0_35]) ).

thf(c_0_46,negated_conjecture,
    ! [X2: $i > $o,X1: $i] :
      ( ( in @ esk4_0 @ ( dsetconstr @ esk3_0 @ epred1_0 ) )
      | ( X2 @ X1 )
      | ~ ( in @ X1 @ ( dsetconstr @ esk3_0 @ epred1_0 ) ) ),
    inference(spm,[status(thm)],[c_0_25,c_0_38]) ).

thf(c_0_47,negated_conjecture,
    ! [X1: $i,X2: $i > $o,X3: $i] :
      ( ( ( dsetconstr @ X1 @ X2 )
        = X3 )
      | ( in @ ( esk1_2 @ ( dsetconstr @ X1 @ X2 ) @ X3 ) @ ( dsetconstr @ X1 @ X2 ) )
      | ~ ( in @ ( esk2_2 @ ( dsetconstr @ X1 @ X2 ) @ X3 ) @ X1 )
      | ~ ( X2 @ ( esk2_2 @ ( dsetconstr @ X1 @ X2 ) @ X3 ) ) ),
    inference(spm,[status(thm)],[c_0_16,c_0_35]) ).

thf(c_0_48,negated_conjecture,
    ! [X3: $i,X2: $i > $o,X1: $i] :
      ( ( ( esk2_2 @ X1 @ ( dsetconstr @ ( setadjoin @ X3 @ emptyset ) @ X2 ) )
        = X3 )
      | ( X1
        = ( dsetconstr @ ( setadjoin @ X3 @ emptyset ) @ X2 ) )
      | ( in @ ( esk1_2 @ X1 @ ( dsetconstr @ ( setadjoin @ X3 @ emptyset ) @ X2 ) ) @ X1 ) ),
    inference(spm,[status(thm)],[c_0_22,c_0_17]) ).

thf(c_0_49,negated_conjecture,
    ! [X1: $i,X2: $i > $o,X7: $i > $o] :
      ( ( ( esk2_2 @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) @ ( dsetconstr @ esk3_0 @ X7 ) )
        = esk4_0 )
      | ( ( esk1_2 @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) @ ( dsetconstr @ esk3_0 @ X7 ) )
        = X1 )
      | ( ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 )
        = ( dsetconstr @ esk3_0 @ X7 ) )
      | ~ ( epred1_0 @ ( esk2_2 @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) @ ( dsetconstr @ esk3_0 @ X7 ) ) ) ),
    inference(spm,[status(thm)],[c_0_22,c_0_39]) ).

thf(c_0_50,negated_conjecture,
    ! [X1: $i,X2: $i > $o,X3: $i,X7: $i > $o] :
      ( ( ( esk1_2 @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) @ ( dsetconstr @ X3 @ X7 ) )
        = X1 )
      | ( ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 )
        = ( dsetconstr @ X3 @ X7 ) )
      | ( X7 @ ( esk2_2 @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) @ ( dsetconstr @ X3 @ X7 ) ) ) ),
    inference(spm,[status(thm)],[c_0_25,c_0_40]) ).

thf(c_0_51,negated_conjecture,
    ! [X1: $i,X2: $i > $o] :
      ( ( ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 )
        = ( setadjoin @ X1 @ emptyset ) )
      | ~ ( in @ ( esk2_2 @ ( setadjoin @ X1 @ emptyset ) @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) ) @ ( setadjoin @ X1 @ emptyset ) )
      | ~ ( in @ X1 @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) ) ),
    inference(spm,[status(thm)],[c_0_41,c_0_42]) ).

thf(c_0_52,negated_conjecture,
    ! [X2: $i > $o,X1: $i] :
      ( ( ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 )
        = ( setadjoin @ X1 @ emptyset ) )
      | ( in @ ( esk2_2 @ ( setadjoin @ X1 @ emptyset ) @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) ) @ ( setadjoin @ X1 @ emptyset ) )
      | ~ ( X2 @ X1 ) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_43,c_0_42]),c_0_44])]) ).

thf(c_0_53,negated_conjecture,
    ! [X7: $i > $o,X2: $i > $o,X1: $i] :
      ( ( in @ X1 @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) )
      | ( X7 @ X1 )
      | ~ ( X2 @ X1 ) ),
    inference(spm,[status(thm)],[c_0_45,c_0_44]) ).

thf(c_0_54,negated_conjecture,
    ! [X2: $i > $o,X1: $i] :
      ( ( in @ esk4_0 @ ( dsetconstr @ esk3_0 @ epred1_0 ) )
      | ( X2 @ X1 )
      | ~ ( in @ X1 @ esk3_0 )
      | ~ ( epred1_0 @ X1 ) ),
    inference(spm,[status(thm)],[c_0_46,c_0_35]) ).

thf(c_0_55,negated_conjecture,
    ! [X1: $i,X2: $i > $o,X3: $i] :
      ( ( ( dsetconstr @ X1 @ X2 )
        = X3 )
      | ( in @ ( esk1_2 @ ( dsetconstr @ X1 @ X2 ) @ X3 ) @ X1 )
      | ~ ( in @ ( esk2_2 @ ( dsetconstr @ X1 @ X2 ) @ X3 ) @ X1 )
      | ~ ( X2 @ ( esk2_2 @ ( dsetconstr @ X1 @ X2 ) @ X3 ) ) ),
    inference(spm,[status(thm)],[c_0_14,c_0_47]) ).

thf(c_0_56,negated_conjecture,
    ! [X2: $i > $o,X7: $i > $o,X3: $i,X1: $i] :
      ( ( ( dsetconstr @ X1 @ X2 )
        = ( dsetconstr @ X3 @ X7 ) )
      | ( in @ ( esk2_2 @ ( dsetconstr @ X1 @ X2 ) @ ( dsetconstr @ X3 @ X7 ) ) @ X3 )
      | ( in @ ( esk1_2 @ ( dsetconstr @ X1 @ X2 ) @ ( dsetconstr @ X3 @ X7 ) ) @ X1 ) ),
    inference(spm,[status(thm)],[c_0_14,c_0_17]) ).

thf(c_0_57,negated_conjecture,
    ! [X2: $i > $o,X7: $i > $o,X3: $i,X1: $i] :
      ( ( ( esk2_2 @ ( dsetconstr @ X1 @ X2 ) @ ( dsetconstr @ ( setadjoin @ X3 @ emptyset ) @ X7 ) )
        = X3 )
      | ( ( dsetconstr @ X1 @ X2 )
        = ( dsetconstr @ ( setadjoin @ X3 @ emptyset ) @ X7 ) )
      | ( in @ ( esk1_2 @ ( dsetconstr @ X1 @ X2 ) @ ( dsetconstr @ ( setadjoin @ X3 @ emptyset ) @ X7 ) ) @ X1 ) ),
    inference(spm,[status(thm)],[c_0_14,c_0_48]) ).

thf(c_0_58,negated_conjecture,
    ! [X1: $i,X3: $i] :
      ( ( ( esk1_2 @ ( setadjoin @ X1 @ emptyset ) @ X3 )
        = X1 )
      | ( ( setadjoin @ X1 @ emptyset )
        = X3 )
      | ( in @ ( esk2_2 @ ( setadjoin @ X1 @ emptyset ) @ X3 ) @ X3 ) ),
    inference(spm,[status(thm)],[c_0_22,c_0_15]) ).

thf(c_0_59,negated_conjecture,
    ! [X1: $i,X2: $i > $o] :
      ( ( ( esk2_2 @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) @ ( dsetconstr @ esk3_0 @ epred1_0 ) )
        = esk4_0 )
      | ( ( esk1_2 @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) @ ( dsetconstr @ esk3_0 @ epred1_0 ) )
        = X1 )
      | ( ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 )
        = ( dsetconstr @ esk3_0 @ epred1_0 ) ) ),
    inference(spm,[status(thm)],[c_0_49,c_0_50]) ).

thf(c_0_60,negated_conjecture,
    ! [X1: $i,X2: $i > $o] :
      ( ( ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 )
        = ( setadjoin @ X1 @ emptyset ) )
      | ~ ( in @ X1 @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) ) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_51,c_0_52]),c_0_25]) ).

thf(c_0_61,negated_conjecture,
    ! [X2: $i > $o] :
      ( ( in @ esk4_0 @ ( dsetconstr @ ( setadjoin @ esk4_0 @ emptyset ) @ epred1_0 ) )
      | ( X2 @ esk4_0 ) ),
    inference(spm,[status(thm)],[c_0_53,c_0_21]) ).

thf(c_0_62,negated_conjecture,
    ! [X1: $i] :
      ( ~ ( in @ X1 @ ( dsetconstr @ esk3_0 @ epred1_0 ) )
      | ( ( dsetconstr @ esk3_0 @ epred1_0 )
       != ( setadjoin @ X1 @ emptyset ) ) ),
    inference(split_conjunct,[status(thm)],[c_0_13]) ).

thf(c_0_63,negated_conjecture,
    ! [X2: $i > $o] :
      ( ( in @ esk4_0 @ ( dsetconstr @ esk3_0 @ epred1_0 ) )
      | ( X2 @ esk4_0 ) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_54,c_0_20]),c_0_21])]) ).

thf(c_0_64,negated_conjecture,
    ! [X1: $i,X2: $i > $o,X7: $i > $o] :
      ( ( ( dsetconstr @ X1 @ X2 )
        = ( dsetconstr @ X1 @ X7 ) )
      | ( in @ ( esk1_2 @ ( dsetconstr @ X1 @ X2 ) @ ( dsetconstr @ X1 @ X7 ) ) @ X1 )
      | ~ ( X2 @ ( esk2_2 @ ( dsetconstr @ X1 @ X2 ) @ ( dsetconstr @ X1 @ X7 ) ) ) ),
    inference(spm,[status(thm)],[c_0_55,c_0_56]) ).

thf(c_0_65,negated_conjecture,
    ! [X1: $i,X2: $i > $o,X3: $i,X7: $i > $o] :
      ( ( ( esk2_2 @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) @ ( dsetconstr @ ( setadjoin @ X3 @ emptyset ) @ X7 ) )
        = X3 )
      | ( ( esk1_2 @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) @ ( dsetconstr @ ( setadjoin @ X3 @ emptyset ) @ X7 ) )
        = X1 )
      | ( ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 )
        = ( dsetconstr @ ( setadjoin @ X3 @ emptyset ) @ X7 ) ) ),
    inference(spm,[status(thm)],[c_0_22,c_0_57]) ).

thf(c_0_66,negated_conjecture,
    ! [X1: $i,X2: $i > $o] :
      ( ( ( esk2_2 @ ( setadjoin @ X1 @ emptyset ) @ ( dsetconstr @ esk3_0 @ X2 ) )
        = esk4_0 )
      | ( ( esk1_2 @ ( setadjoin @ X1 @ emptyset ) @ ( dsetconstr @ esk3_0 @ X2 ) )
        = X1 )
      | ( ( setadjoin @ X1 @ emptyset )
        = ( dsetconstr @ esk3_0 @ X2 ) )
      | ~ ( epred1_0 @ ( esk2_2 @ ( setadjoin @ X1 @ emptyset ) @ ( dsetconstr @ esk3_0 @ X2 ) ) ) ),
    inference(spm,[status(thm)],[c_0_22,c_0_32]) ).

thf(c_0_67,negated_conjecture,
    ! [X1: $i,X3: $i,X2: $i > $o] :
      ( ( ( esk1_2 @ ( setadjoin @ X1 @ emptyset ) @ ( dsetconstr @ X3 @ X2 ) )
        = X1 )
      | ( ( setadjoin @ X1 @ emptyset )
        = ( dsetconstr @ X3 @ X2 ) )
      | ( X2 @ ( esk2_2 @ ( setadjoin @ X1 @ emptyset ) @ ( dsetconstr @ X3 @ X2 ) ) ) ),
    inference(spm,[status(thm)],[c_0_25,c_0_58]) ).

thf(c_0_68,negated_conjecture,
    ! [X1: $i,X2: $i > $o] :
      ( ( ( esk1_2 @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) @ ( dsetconstr @ esk3_0 @ epred1_0 ) )
        = X1 )
      | ( ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 )
        = ( dsetconstr @ esk3_0 @ epred1_0 ) )
      | ~ ( in @ esk4_0 @ ( setadjoin @ X1 @ emptyset ) )
      | ~ ( X2 @ esk4_0 ) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_55,c_0_59]),c_0_22]) ).

thf(c_0_69,negated_conjecture,
    ! [X2: $i > $o] :
      ( ( ( dsetconstr @ ( setadjoin @ esk4_0 @ emptyset ) @ epred1_0 )
        = ( setadjoin @ esk4_0 @ emptyset ) )
      | ( X2 @ esk4_0 ) ),
    inference(spm,[status(thm)],[c_0_60,c_0_61]) ).

thf(c_0_70,negated_conjecture,
    ! [X2: $i > $o] :
      ( ( X2 @ esk4_0 )
      | ( ( setadjoin @ esk4_0 @ emptyset )
       != ( dsetconstr @ esk3_0 @ epred1_0 ) ) ),
    inference(spm,[status(thm)],[c_0_62,c_0_63]) ).

thf(c_0_71,negated_conjecture,
    ! [X1: $i,X3: $i,X2: $i > $o] :
      ( ( X1
        = ( dsetconstr @ X3 @ X2 ) )
      | ( X2 @ ( esk2_2 @ X1 @ ( dsetconstr @ X3 @ X2 ) ) )
      | ~ ( in @ ( esk1_2 @ X1 @ ( dsetconstr @ X3 @ X2 ) ) @ ( dsetconstr @ X3 @ X2 ) ) ),
    inference(spm,[status(thm)],[c_0_25,c_0_29]) ).

thf(c_0_72,negated_conjecture,
    ! [X1: $i,X3: $i,X2: $i > $o] :
      ( ( X1
        = ( dsetconstr @ X3 @ X2 ) )
      | ~ ( in @ ( esk2_2 @ X1 @ ( dsetconstr @ X3 @ X2 ) ) @ X1 )
      | ~ ( in @ ( esk1_2 @ X1 @ ( dsetconstr @ X3 @ X2 ) ) @ X3 )
      | ~ ( X2 @ ( esk1_2 @ X1 @ ( dsetconstr @ X3 @ X2 ) ) ) ),
    inference(spm,[status(thm)],[c_0_41,c_0_35]) ).

thf(c_0_73,negated_conjecture,
    ! [X2: $i > $o,X1: $i] :
      ( ( ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 )
        = ( setadjoin @ X1 @ emptyset ) )
      | ~ ( X2 @ X1 ) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_60,c_0_35]),c_0_44])]) ).

thf(c_0_74,negated_conjecture,
    ! [X7: $i > $o,X2: $i > $o,X1: $i] :
      ( ( ( esk1_2 @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X7 ) )
        = X1 )
      | ( ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 )
        = ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X7 ) )
      | ~ ( X2 @ X1 ) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_64,c_0_65]),c_0_22]) ).

thf(c_0_75,negated_conjecture,
    ! [X1: $i] :
      ( ( ( esk2_2 @ ( setadjoin @ X1 @ emptyset ) @ ( dsetconstr @ esk3_0 @ epred1_0 ) )
        = esk4_0 )
      | ( ( esk1_2 @ ( setadjoin @ X1 @ emptyset ) @ ( dsetconstr @ esk3_0 @ epred1_0 ) )
        = X1 )
      | ( ( setadjoin @ X1 @ emptyset )
        = ( dsetconstr @ esk3_0 @ epred1_0 ) ) ),
    inference(spm,[status(thm)],[c_0_66,c_0_67]) ).

thf(c_0_76,negated_conjecture,
    ! [X2: $i > $o] :
      ( ( ( esk1_2 @ ( setadjoin @ esk4_0 @ emptyset ) @ ( dsetconstr @ esk3_0 @ epred1_0 ) )
        = esk4_0 )
      | ( X2 @ esk4_0 ) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_68,c_0_69]),c_0_44]),c_0_21])]),c_0_70]) ).

thf(c_0_77,negated_conjecture,
    ! [X1: $i,X3: $i,X2: $i > $o] :
      ( ( X1
        = ( dsetconstr @ X3 @ X2 ) )
      | ( X2 @ ( esk2_2 @ X1 @ ( dsetconstr @ X3 @ X2 ) ) )
      | ~ ( in @ ( esk1_2 @ X1 @ ( dsetconstr @ X3 @ X2 ) ) @ X3 )
      | ~ ( X2 @ ( esk1_2 @ X1 @ ( dsetconstr @ X3 @ X2 ) ) ) ),
    inference(spm,[status(thm)],[c_0_71,c_0_35]) ).

thf(c_0_78,negated_conjecture,
    ! [X1: $i,X2: $i > $o,X3: $i,X7: $i > $o] :
      ( ( ( dsetconstr @ X1 @ X2 )
        = ( dsetconstr @ X3 @ X7 ) )
      | ~ ( in @ ( esk1_2 @ ( dsetconstr @ X1 @ X2 ) @ ( dsetconstr @ X3 @ X7 ) ) @ X3 )
      | ~ ( in @ ( esk2_2 @ ( dsetconstr @ X1 @ X2 ) @ ( dsetconstr @ X3 @ X7 ) ) @ X1 )
      | ~ ( X7 @ ( esk1_2 @ ( dsetconstr @ X1 @ X2 ) @ ( dsetconstr @ X3 @ X7 ) ) )
      | ~ ( X2 @ ( esk2_2 @ ( dsetconstr @ X1 @ X2 ) @ ( dsetconstr @ X3 @ X7 ) ) ) ),
    inference(spm,[status(thm)],[c_0_72,c_0_35]) ).

thf(c_0_79,negated_conjecture,
    ! [X1: $i,X2: $i > $o,X3: $i] :
      ( ( X2 @ X1 )
      | ~ ( in @ X1 @ ( setadjoin @ X3 @ emptyset ) )
      | ~ ( X2 @ X3 ) ),
    inference(spm,[status(thm)],[c_0_25,c_0_73]) ).

thf(c_0_80,negated_conjecture,
    ! [X7: $i > $o,X2: $i > $o,X1: $i] :
      ( ( ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 )
        = ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X7 ) )
      | ( in @ ( esk2_2 @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X7 ) ) @ ( setadjoin @ X1 @ emptyset ) )
      | ~ ( X7 @ X1 )
      | ~ ( X2 @ X1 ) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_43,c_0_74]),c_0_44])]) ).

thf(c_0_81,negated_conjecture,
    ! [X1: $i] :
      ( ( ( esk1_2 @ ( setadjoin @ X1 @ emptyset ) @ ( dsetconstr @ esk3_0 @ epred1_0 ) )
        = X1 )
      | ( ( setadjoin @ X1 @ emptyset )
        = ( dsetconstr @ esk3_0 @ epred1_0 ) )
      | ~ ( in @ esk4_0 @ ( setadjoin @ X1 @ emptyset ) ) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_16,c_0_75]),c_0_22]) ).

thf(c_0_82,negated_conjecture,
    ! [X2: $i > $o] :
      ( ( in @ ( esk2_2 @ ( setadjoin @ esk4_0 @ emptyset ) @ ( dsetconstr @ esk3_0 @ epred1_0 ) ) @ esk3_0 )
      | ( X2 @ esk4_0 ) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_43,c_0_76]),c_0_20]),c_0_21])]),c_0_70]) ).

thf(c_0_83,negated_conjecture,
    ! [X2: $i > $o] :
      ( ( epred1_0 @ ( esk2_2 @ ( setadjoin @ esk4_0 @ emptyset ) @ ( dsetconstr @ esk3_0 @ epred1_0 ) ) )
      | ( X2 @ esk4_0 ) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_77,c_0_76]),c_0_20]),c_0_21])]),c_0_70]) ).

thf(c_0_84,negated_conjecture,
    ! [X7: $i > $o,X2: $i > $o,X1: $i] :
      ( ( ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 )
        = ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X7 ) )
      | ~ ( X7 @ X1 )
      | ~ ( X2 @ X1 ) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_78,c_0_74]),c_0_44])]),c_0_79]),c_0_80]) ).

thf(c_0_85,negated_conjecture,
    ! [X1: $i] :
      ( ~ ( in @ ( esk2_2 @ ( setadjoin @ X1 @ emptyset ) @ ( dsetconstr @ esk3_0 @ epred1_0 ) ) @ ( setadjoin @ X1 @ emptyset ) )
      | ~ ( in @ X1 @ ( dsetconstr @ esk3_0 @ epred1_0 ) )
      | ~ ( in @ esk4_0 @ ( setadjoin @ X1 @ emptyset ) ) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_41,c_0_81]),c_0_62]) ).

thf(c_0_86,negated_conjecture,
    ! [X2: $i > $o] :
      ( ( ( esk2_2 @ ( setadjoin @ esk4_0 @ emptyset ) @ ( dsetconstr @ esk3_0 @ epred1_0 ) )
        = esk4_0 )
      | ( X2 @ esk4_0 ) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_24,c_0_82]),c_0_83]) ).

thf(c_0_87,negated_conjecture,
    ! [X1: $i,X2: $i > $o,X7: $i > $o,X3: $i] :
      ( ( in @ X1 @ ( dsetconstr @ ( setadjoin @ X3 @ emptyset ) @ X2 ) )
      | ~ ( in @ X1 @ ( setadjoin @ X3 @ emptyset ) )
      | ~ ( X7 @ X3 )
      | ~ ( X2 @ X3 ) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_35,c_0_84]),c_0_79]) ).

thf(c_0_88,negated_conjecture,
    ! [X2: $i > $o] : ( X2 @ esk4_0 ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_85,c_0_86]),c_0_44])]),c_0_63]) ).

thf(c_0_89,negated_conjecture,
    ! [X2: $i > $o,X1: $i] :
      ( ( in @ X1 @ ( dsetconstr @ ( setadjoin @ esk4_0 @ emptyset ) @ X2 ) )
      | ~ ( in @ X1 @ ( setadjoin @ esk4_0 @ emptyset ) ) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_87,c_0_88]),c_0_88])]) ).

thf(c_0_90,negated_conjecture,
    ! [X1: $i] :
      ( ( ( esk1_2 @ ( setadjoin @ X1 @ emptyset ) @ ( dsetconstr @ esk3_0 @ epred1_0 ) )
        = X1 )
      | ( ( setadjoin @ X1 @ emptyset )
        = ( dsetconstr @ esk3_0 @ epred1_0 ) )
      | ( ( setadjoin @ ( esk2_2 @ ( setadjoin @ X1 @ emptyset ) @ ( dsetconstr @ esk3_0 @ epred1_0 ) ) @ emptyset )
       != ( dsetconstr @ esk3_0 @ epred1_0 ) ) ),
    inference(spm,[status(thm)],[c_0_62,c_0_58]) ).

thf(c_0_91,negated_conjecture,
    ! [X2: $i > $o,X1: $i] :
      ( ( ( esk1_2 @ ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 ) @ ( dsetconstr @ esk3_0 @ epred1_0 ) )
        = X1 )
      | ( ( dsetconstr @ ( setadjoin @ X1 @ emptyset ) @ X2 )
        = ( dsetconstr @ esk3_0 @ epred1_0 ) )
      | ~ ( in @ esk4_0 @ ( setadjoin @ X1 @ emptyset ) ) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_68,c_0_88])]) ).

thf(c_0_92,negated_conjecture,
    ! [X2: $i > $o] :
      ( ( dsetconstr @ ( setadjoin @ esk4_0 @ emptyset ) @ X2 )
      = ( setadjoin @ esk4_0 @ emptyset ) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_60,c_0_89]),c_0_44])]) ).

thf(c_0_93,negated_conjecture,
    ! [X1: $i] :
      ( ( ( esk1_2 @ ( setadjoin @ X1 @ emptyset ) @ ( dsetconstr @ esk3_0 @ epred1_0 ) )
        = X1 )
      | ( ( setadjoin @ X1 @ emptyset )
        = ( dsetconstr @ esk3_0 @ epred1_0 ) )
      | ( ( setadjoin @ esk4_0 @ emptyset )
       != ( dsetconstr @ esk3_0 @ epred1_0 ) ) ),
    inference(spm,[status(thm)],[c_0_90,c_0_75]) ).

thf(c_0_94,negated_conjecture,
    ( ( ( esk1_2 @ ( setadjoin @ esk4_0 @ emptyset ) @ ( dsetconstr @ esk3_0 @ epred1_0 ) )
      = esk4_0 )
    | ( ( setadjoin @ esk4_0 @ emptyset )
      = ( dsetconstr @ esk3_0 @ epred1_0 ) ) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_91,c_0_92]),c_0_44])]) ).

thf(c_0_95,negated_conjecture,
    ! [X1: $i] :
      ( ( X1
        = ( dsetconstr @ esk3_0 @ epred1_0 ) )
      | ( ( setadjoin @ ( esk2_2 @ X1 @ ( dsetconstr @ esk3_0 @ epred1_0 ) ) @ emptyset )
       != ( dsetconstr @ esk3_0 @ epred1_0 ) )
      | ~ ( in @ ( esk1_2 @ X1 @ ( dsetconstr @ esk3_0 @ epred1_0 ) ) @ ( dsetconstr @ esk3_0 @ epred1_0 ) ) ),
    inference(spm,[status(thm)],[c_0_62,c_0_29]) ).

thf(c_0_96,negated_conjecture,
    ! [X1: $i] :
      ( ( in @ ( esk2_2 @ ( setadjoin @ X1 @ emptyset ) @ ( dsetconstr @ esk3_0 @ epred1_0 ) ) @ esk3_0 )
      | ( ( setadjoin @ esk4_0 @ emptyset )
       != ( dsetconstr @ esk3_0 @ epred1_0 ) )
      | ~ ( in @ X1 @ ( dsetconstr @ esk3_0 @ epred1_0 ) ) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_34,c_0_93]),c_0_62]) ).

thf(c_0_97,negated_conjecture,
    ! [X1: $i] :
      ( ( epred1_0 @ ( esk2_2 @ ( setadjoin @ X1 @ emptyset ) @ ( dsetconstr @ esk3_0 @ epred1_0 ) ) )
      | ( ( setadjoin @ esk4_0 @ emptyset )
       != ( dsetconstr @ esk3_0 @ epred1_0 ) )
      | ~ ( in @ X1 @ ( dsetconstr @ esk3_0 @ epred1_0 ) ) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_71,c_0_93]),c_0_62]) ).

thf(c_0_98,negated_conjecture,
    ( ( ( setadjoin @ esk4_0 @ emptyset )
      = ( dsetconstr @ esk3_0 @ epred1_0 ) )
    | ( in @ ( esk2_2 @ ( setadjoin @ esk4_0 @ emptyset ) @ ( dsetconstr @ esk3_0 @ epred1_0 ) ) @ esk3_0 ) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_43,c_0_94]),c_0_20]),c_0_88])]) ).

thf(c_0_99,negated_conjecture,
    ( ( ( setadjoin @ esk4_0 @ emptyset )
      = ( dsetconstr @ esk3_0 @ epred1_0 ) )
    | ( epred1_0 @ ( esk2_2 @ ( setadjoin @ esk4_0 @ emptyset ) @ ( dsetconstr @ esk3_0 @ epred1_0 ) ) ) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_77,c_0_94]),c_0_20]),c_0_88])]) ).

thf(c_0_100,negated_conjecture,
    ! [X1: $i] :
      ( ( ( setadjoin @ ( esk2_2 @ ( setadjoin @ X1 @ emptyset ) @ ( dsetconstr @ esk3_0 @ epred1_0 ) ) @ emptyset )
       != ( dsetconstr @ esk3_0 @ epred1_0 ) )
      | ( ( setadjoin @ esk4_0 @ emptyset )
       != ( dsetconstr @ esk3_0 @ epred1_0 ) )
      | ~ ( in @ X1 @ ( dsetconstr @ esk3_0 @ epred1_0 ) ) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_95,c_0_93]),c_0_62]) ).

thf(c_0_101,negated_conjecture,
    ! [X1: $i] :
      ( ( ( esk2_2 @ ( setadjoin @ X1 @ emptyset ) @ ( dsetconstr @ esk3_0 @ epred1_0 ) )
        = esk4_0 )
      | ( ( setadjoin @ esk4_0 @ emptyset )
       != ( dsetconstr @ esk3_0 @ epred1_0 ) )
      | ~ ( in @ X1 @ ( dsetconstr @ esk3_0 @ epred1_0 ) ) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_24,c_0_96]),c_0_97]) ).

thf(c_0_102,negated_conjecture,
    ( ( ( esk2_2 @ ( setadjoin @ esk4_0 @ emptyset ) @ ( dsetconstr @ esk3_0 @ epred1_0 ) )
      = esk4_0 )
    | ( ( setadjoin @ esk4_0 @ emptyset )
      = ( dsetconstr @ esk3_0 @ epred1_0 ) ) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_24,c_0_98]),c_0_99]) ).

thf(c_0_103,negated_conjecture,
    ! [X1: $i] :
      ( ( ( setadjoin @ esk4_0 @ emptyset )
       != ( dsetconstr @ esk3_0 @ epred1_0 ) )
      | ~ ( in @ X1 @ ( dsetconstr @ esk3_0 @ epred1_0 ) ) ),
    inference(spm,[status(thm)],[c_0_100,c_0_101]) ).

thf(c_0_104,negated_conjecture,
    ~ ( in @ esk4_0 @ ( dsetconstr @ esk3_0 @ epred1_0 ) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_85,c_0_102]),c_0_44])]),c_0_103]) ).

thf(c_0_105,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_104,c_0_35]),c_0_20]),c_0_88])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.05/0.09  % Problem    : SEU637^2 : TPTP v8.2.0. Released v3.7.0.
% 0.05/0.10  % Command    : run_E %s %d THM
% 0.09/0.30  % Computer : n029.cluster.edu
% 0.09/0.30  % Model    : x86_64 x86_64
% 0.09/0.30  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.09/0.30  % Memory   : 8042.1875MB
% 0.09/0.30  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.09/0.30  % CPULimit   : 300
% 0.09/0.30  % WCLimit    : 300
% 0.09/0.30  % DateTime   : Sun May 19 16:48:23 EDT 2024
% 0.09/0.30  % CPUTime    : 
% 0.15/0.41  Running higher-order theorem proving
% 0.15/0.41  Running: /export/starexec/sandbox2/solver/bin/eprover-ho --delete-bad-limit=2000000000 --definitional-cnf=24 -s --print-statistics -R --print-version --proof-object --auto-schedule=8 --cpu-limit=300 /export/starexec/sandbox2/benchmark/theBenchmark.p
% 219.85/28.13  # Version: 3.1.0-ho
% 219.85/28.13  # partial match(1): HSSSSLSSSLMNSSA
% 219.85/28.13  # Preprocessing class: HSMSSLSSSLMNSSA.
% 219.85/28.13  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 219.85/28.13  # Starting new_ho_10 with 1500s (5) cores
% 219.85/28.13  # Starting new_bool_2 with 300s (1) cores
% 219.85/28.13  # Starting new_bool_9 with 300s (1) cores
% 219.85/28.13  # Starting ehoh_best_sine_rwall with 300s (1) cores
% 219.85/28.13  # ehoh_best_sine_rwall with pid 28502 completed with status 0
% 219.85/28.13  # Result found by ehoh_best_sine_rwall
% 219.85/28.13  # partial match(1): HSSSSLSSSLMNSSA
% 219.85/28.13  # Preprocessing class: HSMSSLSSSLMNSSA.
% 219.85/28.13  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 219.85/28.13  # Starting new_ho_10 with 1500s (5) cores
% 219.85/28.13  # Starting new_bool_2 with 300s (1) cores
% 219.85/28.13  # Starting new_bool_9 with 300s (1) cores
% 219.85/28.13  # Starting ehoh_best_sine_rwall with 300s (1) cores
% 219.85/28.13  # SinE strategy is gf500_gu_R04_F100_L20000
% 219.85/28.13  # Search class: HGHSF-FFSF22-SSSFMSBN
% 219.85/28.13  # partial match(1): HGHSF-FFSF22-SSFFMSBN
% 219.85/28.13  # Scheduled 6 strats onto 1 cores with 300 seconds (300 total)
% 219.85/28.13  # Starting new_ho_10 with 163s (1) cores
% 219.85/28.13  # new_ho_10 with pid 28506 completed with status 0
% 219.85/28.13  # Result found by new_ho_10
% 219.85/28.13  # partial match(1): HSSSSLSSSLMNSSA
% 219.85/28.13  # Preprocessing class: HSMSSLSSSLMNSSA.
% 219.85/28.13  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 219.85/28.13  # Starting new_ho_10 with 1500s (5) cores
% 219.85/28.13  # Starting new_bool_2 with 300s (1) cores
% 219.85/28.13  # Starting new_bool_9 with 300s (1) cores
% 219.85/28.13  # Starting ehoh_best_sine_rwall with 300s (1) cores
% 219.85/28.13  # SinE strategy is gf500_gu_R04_F100_L20000
% 219.85/28.13  # Search class: HGHSF-FFSF22-SSSFMSBN
% 219.85/28.13  # partial match(1): HGHSF-FFSF22-SSFFMSBN
% 219.85/28.13  # Scheduled 6 strats onto 1 cores with 300 seconds (300 total)
% 219.85/28.13  # Starting new_ho_10 with 163s (1) cores
% 219.85/28.13  # Preprocessing time       : 0.001 s
% 219.85/28.13  # Presaturation interreduction done
% 219.85/28.13  
% 219.85/28.13  # Proof found!
% 219.85/28.13  # SZS status Theorem
% 219.85/28.13  # SZS output start CNFRefutation
% See solution above
% 219.85/28.13  # Parsed axioms                        : 19
% 219.85/28.13  # Removed by relevancy pruning/SinE    : 11
% 219.85/28.13  # Initial clauses                      : 13
% 219.85/28.13  # Removed in clause preprocessing      : 0
% 219.85/28.13  # Initial clauses in saturation        : 13
% 219.85/28.13  # Processed clauses                    : 13610
% 219.85/28.13  # ...of these trivial                  : 248
% 219.85/28.13  # ...subsumed                          : 9184
% 219.85/28.13  # ...remaining for further processing  : 4178
% 219.85/28.13  # Other redundant clauses eliminated   : 1
% 219.85/28.13  # Clauses deleted for lack of memory   : 0
% 219.85/28.13  # Backward-subsumed                    : 299
% 219.85/28.13  # Backward-rewritten                   : 516
% 219.85/28.13  # Generated clauses                    : 527723
% 219.85/28.13  # ...of the previous two non-redundant : 513702
% 219.85/28.13  # ...aggressively subsumed             : 0
% 219.85/28.13  # Contextual simplify-reflections      : 372
% 219.85/28.13  # Paramodulations                      : 527686
% 219.85/28.13  # Factorizations                       : 14
% 219.85/28.13  # NegExts                              : 0
% 219.85/28.13  # Equation resolutions                 : 1
% 219.85/28.13  # Disequality decompositions           : 0
% 219.85/28.13  # Total rewrite steps                  : 185709
% 219.85/28.13  # ...of those cached                   : 185410
% 219.85/28.13  # Propositional unsat checks           : 0
% 219.85/28.13  #    Propositional check models        : 0
% 219.85/28.13  #    Propositional check unsatisfiable : 0
% 219.85/28.13  #    Propositional clauses             : 0
% 219.85/28.13  #    Propositional clauses after purity: 0
% 219.85/28.13  #    Propositional unsat core size     : 0
% 219.85/28.13  #    Propositional preprocessing time  : 0.000
% 219.85/28.13  #    Propositional encoding time       : 0.000
% 219.85/28.13  #    Propositional solver time         : 0.000
% 219.85/28.13  #    Success case prop preproc time    : 0.000
% 219.85/28.13  #    Success case prop encoding time   : 0.000
% 219.85/28.13  #    Success case prop solver time     : 0.000
% 219.85/28.13  # Current number of processed clauses  : 3332
% 219.85/28.13  #    Positive orientable unit clauses  : 9
% 219.85/28.13  #    Positive unorientable unit clauses: 0
% 219.85/28.13  #    Negative unit clauses             : 1
% 219.85/28.13  #    Non-unit-clauses                  : 3322
% 219.85/28.13  # Current number of unprocessed clauses: 498071
% 219.85/28.13  # ...number of literals in the above   : 3305562
% 219.85/28.13  # Current number of archived formulas  : 0
% 219.85/28.13  # Current number of archived clauses   : 845
% 219.85/28.13  # Clause-clause subsumption calls (NU) : 3792044
% 219.85/28.13  # Rec. Clause-clause subsumption calls : 116653
% 219.85/28.13  # Non-unit clause-clause subsumptions  : 9950
% 219.85/28.13  # Unit Clause-clause subsumption calls : 11040
% 219.85/28.13  # Rewrite failures with RHS unbound    : 0
% 219.85/28.13  # BW rewrite match attempts            : 4703
% 219.85/28.13  # BW rewrite match successes           : 23
% 219.85/28.13  # Condensation attempts                : 13610
% 219.85/28.13  # Condensation successes               : 120
% 219.85/28.13  # Termbank termtop insertions          : 26096153
% 219.85/28.13  # Search garbage collected termcells   : 792
% 219.85/28.13  
% 219.85/28.13  # -------------------------------------------------
% 219.85/28.13  # User time                : 27.076 s
% 219.85/28.13  # System time              : 0.416 s
% 219.85/28.13  # Total time               : 27.492 s
% 219.85/28.13  # Maximum resident set size: 1892 pages
% 219.85/28.13  
% 219.85/28.13  # -------------------------------------------------
% 219.85/28.13  # User time                : 27.077 s
% 219.85/28.13  # System time              : 0.418 s
% 219.85/28.13  # Total time               : 27.496 s
% 219.85/28.13  # Maximum resident set size: 1768 pages
% 219.85/28.13  % E---3.1 exiting
% 219.85/28.13  % E exiting
%------------------------------------------------------------------------------