TSTP Solution File: SET019^4 by Leo-III---1.7.12

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.12
% Problem  : SET019^4 : TPTP v8.2.0. Released v8.1.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:00:53 EDT 2024

% Result   : Theorem 4.34s 2.03s
% Output   : Refutation 4.90s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   69
% Syntax   : Number of formulae    :  107 (  13 unt;  25 typ;   8 def)
%            Number of atoms       :  462 (  19 equ;   0 cnn)
%            Maximal formula atoms :   10 (   5 avg)
%            Number of connectives : 1079 (   5   ~;   3   |;  17   &; 942   @)
%                                         (   0 <=>; 112  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   14 (  10 avg)
%            Number of types       :    3 (   1 usr)
%            Number of type conns  :   75 (  75   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   26 (  24 usr;   3 con; 0-3 aty)
%            Number of variables   :  207 ( 107   ^  96   !;   4   ?; 207   :)

% Comments : 
%------------------------------------------------------------------------------
thf(mworld_type,type,
    mworld: $tType ).

thf(mrel_type,type,
    mrel: mworld > mworld > $o ).

thf(mactual_type,type,
    mactual: mworld ).

thf(mlocal_type,type,
    mlocal: ( mworld > $o ) > $o ).

thf(mlocal_def,definition,
    ( mlocal
    = ( ^ [A: mworld > $o] : ( A @ mactual ) ) ) ).

thf(mnot_type,type,
    mnot: ( mworld > $o ) > mworld > $o ).

thf(mnot_def,definition,
    ( mnot
    = ( ^ [A: mworld > $o,B: mworld] :
          ~ ( A @ B ) ) ) ).

thf(mand_type,type,
    mand: ( mworld > $o ) > ( mworld > $o ) > mworld > $o ).

thf(mand_def,definition,
    ( mand
    = ( ^ [A: mworld > $o,B: mworld > $o,C: mworld] :
          ( ( A @ C )
          & ( B @ C ) ) ) ) ).

thf(mor_type,type,
    mor: ( mworld > $o ) > ( mworld > $o ) > mworld > $o ).

thf(mor_def,definition,
    ( mor
    = ( ^ [A: mworld > $o,B: mworld > $o,C: mworld] :
          ( ( A @ C )
          | ( B @ C ) ) ) ) ).

thf(mimplies_type,type,
    mimplies: ( mworld > $o ) > ( mworld > $o ) > mworld > $o ).

thf(mimplies_def,definition,
    ( mimplies
    = ( ^ [A: mworld > $o,B: mworld > $o,C: mworld] :
          ( ( A @ C )
         => ( B @ C ) ) ) ) ).

thf(mequiv_type,type,
    mequiv: ( mworld > $o ) > ( mworld > $o ) > mworld > $o ).

thf(mequiv_def,definition,
    ( mequiv
    = ( ^ [A: mworld > $o,B: mworld > $o,C: mworld] :
          ( ( A @ C )
          = ( B @ C ) ) ) ) ).

thf(eiw_di_type,type,
    eiw_di: $i > mworld > $o ).

thf(mforall_di_type,type,
    mforall_di: ( $i > mworld > $o ) > mworld > $o ).

thf(mforall_di_def,definition,
    ( mforall_di
    = ( ^ [A: $i > mworld > $o,B: mworld] :
        ! [C: $i] :
          ( ( eiw_di @ C @ B )
         => ( A @ C @ B ) ) ) ) ).

thf(mexists_di_type,type,
    mexists_di: ( $i > mworld > $o ) > mworld > $o ).

thf(mexists_di_def,definition,
    ( mexists_di
    = ( ^ [A: $i > mworld > $o,B: mworld] :
        ? [C: $i] :
          ( ( eiw_di @ C @ B )
          & ( A @ C @ B ) ) ) ) ).

thf(empty_set_type,type,
    empty_set: $i ).

thf(qmltpeq_type,type,
    qmltpeq: $i > $i > mworld > $o ).

thf(equal_set_type,type,
    equal_set: $i > $i > mworld > $o ).

thf(member_type,type,
    member: $i > $i > mworld > $o ).

thf(subset_type,type,
    subset: $i > $i > mworld > $o ).

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

thf(product_type,type,
    product: $i > $i ).

thf(unordered_pair_type,type,
    unordered_pair: $i > $i > $i ).

thf(intersection_type,type,
    intersection: $i > $i > $i ).

thf(difference_type,type,
    difference: $i > $i > $i ).

thf(sum_type,type,
    sum: $i > $i ).

thf(union_type,type,
    union: $i > $i > $i ).

thf(power_set_type,type,
    power_set: $i > $i ).

thf(36,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] : ( mimplies @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ B @ A ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',symmetry) ).

thf(120,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ( ( qmltpeq @ A @ B @ mactual )
           => ( qmltpeq @ B @ A @ mactual ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[36]) ).

thf(8,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] : ( mequiv @ ( equal_set @ A @ B ) @ ( mand @ ( subset @ A @ B ) @ ( subset @ B @ A ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',equal_set_0) ).

thf(56,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ( ( equal_set @ A @ B @ mactual )
            = ( ( subset @ A @ B @ mactual )
              & ( subset @ B @ A @ mactual ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

thf(31,axiom,
    ! [A: mworld] :
    ? [B: $i] : ( eiw_di @ B @ A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',eiw_di_nonempty) ).

thf(110,plain,
    ! [A: mworld] :
    ? [B: $i] : ( eiw_di @ B @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[31]) ).

thf(4,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] : ( mimplies @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ ( sum @ A ) @ ( sum @ B ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sum_substitution_1) ).

thf(46,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ( ( qmltpeq @ A @ B @ mactual )
           => ( qmltpeq @ ( sum @ A ) @ ( sum @ B ) @ mactual ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(7,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] :
              ( mforall_di
              @ ^ [C: $i] : ( mequiv @ ( member @ A @ ( difference @ C @ B ) ) @ ( mand @ ( member @ A @ C ) @ ( mnot @ ( member @ A @ B ) ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',difference_0) ).

thf(53,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ! [C: $i] :
              ( ( eiw_di @ C @ mactual )
             => ( ( member @ A @ ( difference @ C @ B ) @ mactual )
                = ( ( member @ A @ C @ mactual )
                  & ~ ( member @ A @ B @ mactual ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(17,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] :
              ( mforall_di
              @ ^ [C: $i] : ( mimplies @ ( mand @ ( qmltpeq @ A @ B ) @ ( member @ C @ A ) ) @ ( member @ C @ B ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',member_substitution_2) ).

thf(77,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ! [C: $i] :
              ( ( eiw_di @ C @ mactual )
             => ( ( ( qmltpeq @ A @ B @ mactual )
                  & ( member @ C @ A @ mactual ) )
               => ( member @ C @ B @ mactual ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[17]) ).

thf(19,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] :
              ( mforall_di
              @ ^ [C: $i] : ( mimplies @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ ( unordered_pair @ C @ A ) @ ( unordered_pair @ C @ B ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',unordered_pair_substitution_2) ).

thf(81,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ! [C: $i] :
              ( ( eiw_di @ C @ mactual )
             => ( ( qmltpeq @ A @ B @ mactual )
               => ( qmltpeq @ ( unordered_pair @ C @ A ) @ ( unordered_pair @ C @ B ) @ mactual ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[19]) ).

thf(32,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] :
              ( mforall_di
              @ ^ [C: $i] : ( mimplies @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ ( union @ C @ A ) @ ( union @ C @ B ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',union_substitution_2) ).

thf(112,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ! [C: $i] :
              ( ( eiw_di @ C @ mactual )
             => ( ( qmltpeq @ A @ B @ mactual )
               => ( qmltpeq @ ( union @ C @ A ) @ ( union @ C @ B ) @ mactual ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[32]) ).

thf(33,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] :
              ( mforall_di
              @ ^ [C: $i] : ( mimplies @ ( mand @ ( qmltpeq @ A @ B ) @ ( subset @ C @ A ) ) @ ( subset @ C @ B ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',subset_substitution_2) ).

thf(114,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ! [C: $i] :
              ( ( eiw_di @ C @ mactual )
             => ( ( ( qmltpeq @ A @ B @ mactual )
                  & ( subset @ C @ A @ mactual ) )
               => ( subset @ C @ B @ mactual ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[33]) ).

thf(16,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] :
              ( mforall_di
              @ ^ [C: $i] : ( mimplies @ ( mand @ ( qmltpeq @ A @ B ) @ ( member @ A @ C ) ) @ ( member @ B @ C ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',member_substitution_1) ).

thf(75,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ! [C: $i] :
              ( ( eiw_di @ C @ mactual )
             => ( ( ( qmltpeq @ A @ B @ mactual )
                  & ( member @ A @ C @ mactual ) )
               => ( member @ B @ C @ mactual ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[16]) ).

thf(6,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] :
              ( mforall_di
              @ ^ [C: $i] : ( mimplies @ ( mand @ ( qmltpeq @ A @ B ) @ ( equal_set @ A @ C ) ) @ ( equal_set @ B @ C ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',equal_set_substitution_1) ).

thf(51,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ! [C: $i] :
              ( ( eiw_di @ C @ mactual )
             => ( ( ( qmltpeq @ A @ B @ mactual )
                  & ( equal_set @ A @ C @ mactual ) )
               => ( equal_set @ B @ C @ mactual ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(13,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] :
              ( mforall_di
              @ ^ [C: $i] : ( mimplies @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ ( difference @ A @ C ) @ ( difference @ B @ C ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',difference_substitution_1) ).

thf(68,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ! [C: $i] :
              ( ( eiw_di @ C @ mactual )
             => ( ( qmltpeq @ A @ B @ mactual )
               => ( qmltpeq @ ( difference @ A @ C ) @ ( difference @ B @ C ) @ mactual ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[13]) ).

thf(10,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] :
              ( mforall_di
              @ ^ [C: $i] : ( mimplies @ ( mand @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ B @ C ) ) @ ( qmltpeq @ A @ C ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',transitivity) ).

thf(61,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ! [C: $i] :
              ( ( eiw_di @ C @ mactual )
             => ( ( ( qmltpeq @ A @ B @ mactual )
                  & ( qmltpeq @ B @ C @ mactual ) )
               => ( qmltpeq @ A @ C @ mactual ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

thf(34,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] :
              ( mforall_di
              @ ^ [C: $i] : ( mimplies @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ ( union @ A @ C ) @ ( union @ B @ C ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',union_substitution_1) ).

thf(116,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ! [C: $i] :
              ( ( eiw_di @ C @ mactual )
             => ( ( qmltpeq @ A @ B @ mactual )
               => ( qmltpeq @ ( union @ A @ C ) @ ( union @ B @ C ) @ mactual ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[34]) ).

thf(21,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] : ( qmltpeq @ A @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',reflexivity) ).

thf(85,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ( qmltpeq @ A @ A @ mactual ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[21]) ).

thf(28,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] :
              ( mforall_di
              @ ^ [C: $i] : ( mequiv @ ( member @ A @ ( union @ B @ C ) ) @ ( mor @ ( member @ A @ B ) @ ( member @ A @ C ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',union_0) ).

thf(102,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ! [C: $i] :
              ( ( eiw_di @ C @ mactual )
             => ( ( member @ A @ ( union @ B @ C ) @ mactual )
                = ( ( member @ A @ B @ mactual )
                  | ( member @ A @ C @ mactual ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[28]) ).

thf(1,conjecture,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] : ( mimplies @ ( mand @ ( subset @ A @ B ) @ ( subset @ B @ A ) ) @ ( equal_set @ A @ B ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',thI02) ).

thf(2,negated_conjecture,
    ~ ( mlocal
      @ ( mforall_di
        @ ^ [A: $i] :
            ( mforall_di
            @ ^ [B: $i] : ( mimplies @ ( mand @ ( subset @ A @ B ) @ ( subset @ B @ A ) ) @ ( equal_set @ A @ B ) ) ) ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(38,plain,
    ~ ! [A: $i] :
        ( ( eiw_di @ A @ mactual )
       => ! [B: $i] :
            ( ( eiw_di @ B @ mactual )
           => ( ( ( subset @ A @ B @ mactual )
                & ( subset @ B @ A @ mactual ) )
             => ( equal_set @ A @ B @ mactual ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(14,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] :
              ( mequiv @ ( subset @ A @ B )
              @ ( mforall_di
                @ ^ [C: $i] : ( mimplies @ ( member @ C @ A ) @ ( member @ C @ B ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',subset_0) ).

thf(70,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ( ( subset @ A @ B @ mactual )
            = ( ! [C: $i] :
                  ( ( eiw_di @ C @ mactual )
                 => ( ( member @ C @ A @ mactual )
                   => ( member @ C @ B @ mactual ) ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[14]) ).

thf(24,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] :
              ( mforall_di
              @ ^ [C: $i] : ( mimplies @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ ( difference @ C @ A ) @ ( difference @ C @ B ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',difference_substitution_2) ).

thf(92,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ! [C: $i] :
              ( ( eiw_di @ C @ mactual )
             => ( ( qmltpeq @ A @ B @ mactual )
               => ( qmltpeq @ ( difference @ C @ A ) @ ( difference @ C @ B ) @ mactual ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[24]) ).

thf(12,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] : ( mequiv @ ( member @ A @ ( singleton @ B ) ) @ ( qmltpeq @ A @ B ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',singleton_0) ).

thf(65,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ( ( member @ A @ ( singleton @ B ) @ mactual )
            = ( qmltpeq @ A @ B @ mactual ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

thf(26,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] : ( mimplies @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ ( product @ A ) @ ( product @ B ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',product_substitution_1) ).

thf(97,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ( ( qmltpeq @ A @ B @ mactual )
           => ( qmltpeq @ ( product @ A ) @ ( product @ B ) @ mactual ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[26]) ).

thf(15,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] :
              ( mforall_di
              @ ^ [C: $i] : ( mimplies @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ ( intersection @ A @ C ) @ ( intersection @ B @ C ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',intersection_substitution_1) ).

thf(73,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ! [C: $i] :
              ( ( eiw_di @ C @ mactual )
             => ( ( qmltpeq @ A @ B @ mactual )
               => ( qmltpeq @ ( intersection @ A @ C ) @ ( intersection @ B @ C ) @ mactual ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[15]) ).

thf(29,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] : ( mnot @ ( member @ A @ empty_set ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',empty_set_0) ).

thf(105,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ~ ( member @ A @ empty_set @ mactual ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[29]) ).

thf(3,axiom,
    ! [A: mworld] : ( mrel @ A @ A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mrel_reflexive) ).

thf(44,plain,
    ! [A: mworld] : ( mrel @ A @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(9,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] :
              ( mforall_di
              @ ^ [C: $i] : ( mimplies @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ ( intersection @ C @ A ) @ ( intersection @ C @ B ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',intersection_substitution_2) ).

thf(59,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ! [C: $i] :
              ( ( eiw_di @ C @ mactual )
             => ( ( qmltpeq @ A @ B @ mactual )
               => ( qmltpeq @ ( intersection @ C @ A ) @ ( intersection @ C @ B ) @ mactual ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

thf(35,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] :
              ( mforall_di
              @ ^ [C: $i] : ( mimplies @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ ( unordered_pair @ A @ C ) @ ( unordered_pair @ B @ C ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',unordered_pair_substitution_1) ).

thf(118,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ! [C: $i] :
              ( ( eiw_di @ C @ mactual )
             => ( ( qmltpeq @ A @ B @ mactual )
               => ( qmltpeq @ ( unordered_pair @ A @ C ) @ ( unordered_pair @ B @ C ) @ mactual ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[35]) ).

thf(5,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] :
              ( mequiv @ ( member @ A @ ( product @ B ) )
              @ ( mforall_di
                @ ^ [C: $i] : ( mimplies @ ( member @ C @ B ) @ ( member @ A @ C ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',product_0) ).

thf(48,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ( ( member @ A @ ( product @ B ) @ mactual )
            = ( ! [C: $i] :
                  ( ( eiw_di @ C @ mactual )
                 => ( ( member @ C @ B @ mactual )
                   => ( member @ A @ C @ mactual ) ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(11,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] :
              ( mforall_di
              @ ^ [C: $i] : ( mimplies @ ( mand @ ( qmltpeq @ A @ B ) @ ( subset @ A @ C ) ) @ ( subset @ B @ C ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',subset_substitution_1) ).

thf(63,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ! [C: $i] :
              ( ( eiw_di @ C @ mactual )
             => ( ( ( qmltpeq @ A @ B @ mactual )
                  & ( subset @ A @ C @ mactual ) )
               => ( subset @ B @ C @ mactual ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

thf(27,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] :
              ( mforall_di
              @ ^ [C: $i] : ( mequiv @ ( member @ A @ ( intersection @ B @ C ) ) @ ( mand @ ( member @ A @ B ) @ ( member @ A @ C ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',intersection_0) ).

thf(99,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ! [C: $i] :
              ( ( eiw_di @ C @ mactual )
             => ( ( member @ A @ ( intersection @ B @ C ) @ mactual )
                = ( ( member @ A @ B @ mactual )
                  & ( member @ A @ C @ mactual ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[27]) ).

thf(22,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] :
              ( mequiv @ ( member @ A @ ( sum @ B ) )
              @ ( mexists_di
                @ ^ [C: $i] : ( mand @ ( member @ C @ B ) @ ( member @ A @ C ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sum_0) ).

thf(87,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ( ( member @ A @ ( sum @ B ) @ mactual )
            = ( ? [C: $i] :
                  ( ( eiw_di @ C @ mactual )
                  & ( member @ C @ B @ mactual )
                  & ( member @ A @ C @ mactual ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[22]) ).

thf(30,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] : ( mequiv @ ( member @ A @ ( power_set @ B ) ) @ ( subset @ A @ B ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',power_set_0) ).

thf(107,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ( ( member @ A @ ( power_set @ B ) @ mactual )
            = ( subset @ A @ B @ mactual ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[30]) ).

thf(18,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] : ( mimplies @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ ( power_set @ A ) @ ( power_set @ B ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',power_set_substitution_1) ).

thf(79,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ( ( qmltpeq @ A @ B @ mactual )
           => ( qmltpeq @ ( power_set @ A ) @ ( power_set @ B ) @ mactual ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[18]) ).

thf(25,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] :
              ( mforall_di
              @ ^ [C: $i] : ( mequiv @ ( member @ A @ ( unordered_pair @ B @ C ) ) @ ( mor @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ A @ C ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',unordered_pair_0) ).

thf(94,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ! [C: $i] :
              ( ( eiw_di @ C @ mactual )
             => ( ( member @ A @ ( unordered_pair @ B @ C ) @ mactual )
                = ( ( qmltpeq @ A @ B @ mactual )
                  | ( qmltpeq @ A @ C @ mactual ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[25]) ).

thf(23,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] : ( mimplies @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ ( singleton @ A ) @ ( singleton @ B ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',singleton_substitution_1) ).

thf(90,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ( ( qmltpeq @ A @ B @ mactual )
           => ( qmltpeq @ ( singleton @ A ) @ ( singleton @ B ) @ mactual ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[23]) ).

thf(37,axiom,
    ! [A: mworld,B: mworld,C: $i] :
      ( ( ( eiw_di @ C @ A )
        & ( mrel @ B @ A ) )
     => ( eiw_di @ C @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',eiw_di_decr) ).

thf(122,plain,
    ! [A: mworld,B: mworld,C: $i] :
      ( ( ( eiw_di @ C @ A )
        & ( mrel @ B @ A ) )
     => ( eiw_di @ C @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[37]) ).

thf(20,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] :
              ( mforall_di
              @ ^ [C: $i] : ( mimplies @ ( mand @ ( qmltpeq @ A @ B ) @ ( equal_set @ C @ A ) ) @ ( equal_set @ C @ B ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',equal_set_substitution_2) ).

thf(83,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ! [C: $i] :
              ( ( eiw_di @ C @ mactual )
             => ( ( ( qmltpeq @ A @ B @ mactual )
                  & ( equal_set @ C @ A @ mactual ) )
               => ( equal_set @ C @ B @ mactual ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[20]) ).

thf(124,plain,
    $false,
    inference(e,[status(thm)],[120,56,110,46,53,77,81,112,114,75,51,68,61,116,85,102,38,70,92,65,97,73,105,44,59,118,48,63,99,87,107,79,94,90,122,83]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.12  % Problem  : SET019^4 : TPTP v8.2.0. Released v8.1.0.
% 0.14/0.15  % Command  : run_Leo-III %s %d
% 0.15/0.36  % Computer : n011.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 11:23:24 EDT 2024
% 0.15/0.36  % CPUTime  : 
% 0.94/0.85  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.30/1.00  % [INFO] 	 Parsing done (151ms). 
% 1.30/1.01  % [INFO] 	 Running in sequential loop mode. 
% 1.83/1.21  % [INFO] 	 eprover registered as external prover. 
% 1.83/1.21  % [INFO] 	 cvc4 registered as external prover. 
% 1.83/1.22  % [INFO] 	 Scanning for conjecture ... 
% 2.00/1.30  % [INFO] 	 Found a conjecture (or negated_conjecture) and 35 axioms. Running axiom selection ... 
% 2.18/1.35  % [INFO] 	 Axiom selection finished. Selected 35 axioms (removed 0 axioms). 
% 2.39/1.39  % [INFO] 	 Problem is higher-order (TPTP THF). 
% 2.39/1.40  % [INFO] 	 Type checking passed. 
% 2.39/1.40  % [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 ... 
% 4.34/2.03  % External prover 'e' found a proof!
% 4.34/2.03  % [INFO] 	 Killing All external provers ... 
% 4.34/2.03  % Time passed: 1514ms (effective reasoning time: 1016ms)
% 4.34/2.03  % 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)>
% 4.34/2.03  % Axioms used in derivation (35): product_substitution_1, intersection_substitution_1, singleton_0, power_set_0, unordered_pair_0, difference_substitution_1, transitivity, member_substitution_2, member_substitution_1, sum_substitution_1, subset_substitution_2, empty_set_0, mrel_reflexive, unordered_pair_substitution_2, intersection_0, intersection_substitution_2, sum_0, equal_set_0, union_substitution_2, difference_0, reflexivity, product_0, subset_0, equal_set_substitution_2, union_0, unordered_pair_substitution_1, difference_substitution_2, power_set_substitution_1, eiw_di_nonempty, subset_substitution_1, equal_set_substitution_1, union_substitution_1, singleton_substitution_1, symmetry, eiw_di_decr
% 4.34/2.03  % No. of inferences in proof: 74
% 4.34/2.03  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1514 ms resp. 1016 ms w/o parsing
% 4.90/2.11  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 4.90/2.11  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------