TSTP Solution File: SET643+3 by Leo-III---1.7.7

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.7
% Problem  : SET643+3 : TPTP v8.1.2. Released v2.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n017.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 : Fri May 19 11:53:56 EDT 2023

% Result   : Theorem 3.84s 1.79s
% Output   : Refutation 4.05s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   32
% Syntax   : Number of formulae    :   54 (   3 unt;  12 typ;   0 def)
%            Number of atoms       :  195 (   6 equ;   0 cnn)
%            Maximal formula atoms :   15 (   4 avg)
%            Number of connectives :  621 (  11   ~;   0   |;  35   &; 457   @)
%                                         (   7 <=>; 111  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   17 (   9 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   17 (  17   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   14 (  12 usr;   2 con; 0-2 aty)
%            Number of variables   :  106 (   0   ^;  88   !;  18   ?; 106   :)

% Comments : 
%------------------------------------------------------------------------------
thf(ilf_type_type,type,
    ilf_type: $i > $i > $o ).

thf(set_type_type,type,
    set_type: $i ).

thf(cross_product_type,type,
    cross_product: $i > $i > $i ).

thf(relation_type_type,type,
    relation_type: $i > $i > $i ).

thf(ordered_pair_type,type,
    ordered_pair: $i > $i > $i ).

thf(empty_type,type,
    empty: $i > $o ).

thf(member_type_type,type,
    member_type: $i > $i ).

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

thf(subset_type_type,type,
    subset_type: $i > $i ).

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

thf(relation_like_type,type,
    relation_like: $i > $o ).

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

thf(21,axiom,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ! [B: $i] :
          ( ( ilf_type @ B @ set_type )
         => ( ( member @ A @ ( power_set @ B ) )
          <=> ! [C: $i] :
                ( ( ilf_type @ C @ set_type )
               => ( ( member @ C @ A )
                 => ( member @ C @ B ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',p11) ).

thf(88,plain,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ! [B: $i] :
          ( ( ilf_type @ B @ set_type )
         => ( ( ( member @ A @ ( power_set @ B ) )
             => ! [C: $i] :
                  ( ( ilf_type @ C @ set_type )
                 => ( ( member @ C @ A )
                   => ( member @ C @ B ) ) ) )
            & ( ! [C: $i] :
                  ( ( ilf_type @ C @ set_type )
                 => ( ( member @ C @ A )
                   => ( member @ C @ B ) ) )
             => ( member @ A @ ( power_set @ B ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[21]) ).

thf(13,axiom,
    ! [A: $i] :
      ( ( ~ ( empty @ A )
        & ( ilf_type @ A @ set_type ) )
     => ? [B: $i] : ( ilf_type @ B @ ( member_type @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',p14) ).

thf(56,plain,
    ! [A: $i] :
      ( ( ~ ( empty @ A )
        & ( ilf_type @ A @ set_type ) )
     => ? [B: $i] : ( ilf_type @ B @ ( member_type @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[13]) ).

thf(8,axiom,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ( subset @ A @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',p10) ).

thf(37,plain,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ( subset @ A @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

thf(15,axiom,
    ! [A: $i] :
      ( ( ( empty @ A )
        & ( ilf_type @ A @ set_type ) )
     => ( relation_like @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',p17) ).

thf(61,plain,
    ! [A: $i] :
      ( ( ( empty @ A )
        & ( ilf_type @ A @ set_type ) )
     => ( relation_like @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[15]) ).

thf(12,axiom,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ! [B: $i] :
          ( ( ilf_type @ B @ set_type )
         => ( ( ilf_type @ B @ ( subset_type @ A ) )
          <=> ( ilf_type @ B @ ( member_type @ ( power_set @ A ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',p7) ).

thf(53,plain,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ! [B: $i] :
          ( ( ilf_type @ B @ set_type )
         => ( ( ( ilf_type @ B @ ( subset_type @ A ) )
             => ( ilf_type @ B @ ( member_type @ ( power_set @ A ) ) ) )
            & ( ( ilf_type @ B @ ( member_type @ ( power_set @ A ) ) )
             => ( ilf_type @ B @ ( subset_type @ A ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

thf(10,axiom,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ! [B: $i] :
          ( ( ilf_type @ B @ set_type )
         => ! [C: $i] :
              ( ( ilf_type @ C @ ( subset_type @ ( cross_product @ A @ B ) ) )
             => ( relation_like @ C ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',p18) ).

thf(41,plain,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ! [B: $i] :
          ( ( ilf_type @ B @ set_type )
         => ! [C: $i] :
              ( ( ilf_type @ C @ ( subset_type @ ( cross_product @ A @ B ) ) )
             => ( relation_like @ C ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

thf(1,conjecture,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ! [B: $i] :
          ( ( ilf_type @ B @ set_type )
         => ( ilf_type @ ( cross_product @ A @ B ) @ ( relation_type @ A @ B ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_relset_1_5) ).

thf(2,negated_conjecture,
    ~ ! [A: $i] :
        ( ( ilf_type @ A @ set_type )
       => ! [B: $i] :
            ( ( ilf_type @ B @ set_type )
           => ( ilf_type @ ( cross_product @ A @ B ) @ ( relation_type @ A @ B ) ) ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(22,plain,
    ~ ! [A: $i] :
        ( ( ilf_type @ A @ set_type )
       => ! [B: $i] :
            ( ( ilf_type @ B @ set_type )
           => ( ilf_type @ ( cross_product @ A @ B ) @ ( relation_type @ A @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(7,axiom,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ! [B: $i] :
          ( ( ilf_type @ B @ set_type )
         => ? [C: $i] : ( ilf_type @ C @ ( relation_type @ B @ A ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',p5) ).

thf(35,plain,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ! [B: $i] :
          ( ( ilf_type @ B @ set_type )
         => ? [C: $i] : ( ilf_type @ C @ ( relation_type @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(16,axiom,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ( ( empty @ A )
      <=> ! [B: $i] :
            ( ( ilf_type @ B @ set_type )
           => ~ ( member @ B @ A ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',p15) ).

thf(63,plain,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ( ( ( empty @ A )
         => ! [B: $i] :
              ( ( ilf_type @ B @ set_type )
             => ~ ( member @ B @ A ) ) )
        & ( ! [B: $i] :
              ( ( ilf_type @ B @ set_type )
             => ~ ( member @ B @ A ) )
         => ( empty @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[16]) ).

thf(11,axiom,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ! [B: $i] :
          ( ( ilf_type @ B @ set_type )
         => ! [C: $i] :
              ( ( ilf_type @ C @ set_type )
             => ( ( member @ C @ ( cross_product @ A @ B ) )
              <=> ? [D: $i] :
                    ( ( ilf_type @ D @ set_type )
                    & ? [E: $i] :
                        ( ( ilf_type @ E @ set_type )
                        & ( member @ D @ A )
                        & ( member @ E @ B )
                        & ( C
                          = ( ordered_pair @ D @ E ) ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',p2) ).

thf(43,plain,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ! [B: $i] :
          ( ( ilf_type @ B @ set_type )
         => ! [C: $i] :
              ( ( ilf_type @ C @ set_type )
             => ( ( ( member @ C @ ( cross_product @ A @ B ) )
                 => ? [D: $i] :
                      ( ( ilf_type @ D @ set_type )
                      & ? [E: $i] :
                          ( ( ilf_type @ E @ set_type )
                          & ( member @ D @ A )
                          & ( member @ E @ B )
                          & ( C
                            = ( ordered_pair @ D @ E ) ) ) ) )
                & ( ? [D: $i] :
                      ( ( ilf_type @ D @ set_type )
                      & ? [E: $i] :
                          ( ( ilf_type @ E @ set_type )
                          & ( member @ D @ A )
                          & ( member @ E @ B )
                          & ( C
                            = ( ordered_pair @ D @ E ) ) ) )
                 => ( member @ C @ ( cross_product @ A @ B ) ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

thf(3,axiom,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ! [B: $i] :
          ( ( ilf_type @ B @ set_type )
         => ( ilf_type @ ( ordered_pair @ A @ B ) @ set_type ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',p6) ).

thf(26,plain,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ! [B: $i] :
          ( ( ilf_type @ B @ set_type )
         => ( ilf_type @ ( ordered_pair @ A @ B ) @ set_type ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(14,axiom,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ( ~ ( empty @ ( power_set @ A ) )
        & ( ilf_type @ ( power_set @ A ) @ set_type ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',p12) ).

thf(58,plain,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ( ~ ( empty @ ( power_set @ A ) )
        & ( ilf_type @ ( power_set @ A ) @ set_type ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[14]) ).

thf(4,axiom,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ! [B: $i] :
          ( ( ~ ( empty @ B )
            & ( ilf_type @ B @ set_type ) )
         => ( ( ilf_type @ A @ ( member_type @ B ) )
          <=> ( member @ A @ B ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',p13) ).

thf(28,plain,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ! [B: $i] :
          ( ( ~ ( empty @ B )
            & ( ilf_type @ B @ set_type ) )
         => ( ( ( ilf_type @ A @ ( member_type @ B ) )
             => ( member @ A @ B ) )
            & ( ( member @ A @ B )
             => ( ilf_type @ A @ ( member_type @ B ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(6,axiom,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ! [B: $i] :
          ( ( ilf_type @ B @ set_type )
         => ( ilf_type @ ( cross_product @ A @ B ) @ set_type ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',p3) ).

thf(33,plain,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ! [B: $i] :
          ( ( ilf_type @ B @ set_type )
         => ( ilf_type @ ( cross_product @ A @ B ) @ set_type ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(18,axiom,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ! [B: $i] :
          ( ( ilf_type @ B @ set_type )
         => ( ( subset @ A @ B )
          <=> ! [C: $i] :
                ( ( ilf_type @ C @ set_type )
               => ( ( member @ C @ A )
                 => ( member @ C @ B ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',p9) ).

thf(71,plain,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ! [B: $i] :
          ( ( ilf_type @ B @ set_type )
         => ( ( ( subset @ A @ B )
             => ! [C: $i] :
                  ( ( ilf_type @ C @ set_type )
                 => ( ( member @ C @ A )
                   => ( member @ C @ B ) ) ) )
            & ( ! [C: $i] :
                  ( ( ilf_type @ C @ set_type )
                 => ( ( member @ C @ A )
                   => ( member @ C @ B ) ) )
             => ( subset @ A @ B ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[18]) ).

thf(20,axiom,
    ! [A: $i] : ( ilf_type @ A @ set_type ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',p19) ).

thf(86,plain,
    ! [A: $i] : ( ilf_type @ A @ set_type ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[20]) ).

thf(19,axiom,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ( ( relation_like @ A )
      <=> ! [B: $i] :
            ( ( ilf_type @ B @ set_type )
           => ( ( member @ B @ A )
             => ? [C: $i] :
                  ( ( ilf_type @ C @ set_type )
                  & ? [D: $i] :
                      ( ( ilf_type @ D @ set_type )
                      & ( B
                        = ( ordered_pair @ C @ D ) ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',p16) ).

thf(76,plain,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ( ( ( relation_like @ A )
         => ! [B: $i] :
              ( ( ilf_type @ B @ set_type )
             => ( ( member @ B @ A )
               => ? [C: $i] :
                    ( ( ilf_type @ C @ set_type )
                    & ? [D: $i] :
                        ( ( ilf_type @ D @ set_type )
                        & ( B
                          = ( ordered_pair @ C @ D ) ) ) ) ) ) )
        & ( ! [B: $i] :
              ( ( ilf_type @ B @ set_type )
             => ( ( member @ B @ A )
               => ? [C: $i] :
                    ( ( ilf_type @ C @ set_type )
                    & ? [D: $i] :
                        ( ( ilf_type @ D @ set_type )
                        & ( B
                          = ( ordered_pair @ C @ D ) ) ) ) ) )
         => ( relation_like @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[19]) ).

thf(9,axiom,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ! [B: $i] :
          ( ( ilf_type @ B @ set_type )
         => ! [C: $i] :
              ( ( ilf_type @ C @ set_type )
             => ( ( subset @ A @ ( cross_product @ B @ C ) )
               => ( ilf_type @ A @ ( relation_type @ B @ C ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',p1) ).

thf(39,plain,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ! [B: $i] :
          ( ( ilf_type @ B @ set_type )
         => ! [C: $i] :
              ( ( ilf_type @ C @ set_type )
             => ( ( subset @ A @ ( cross_product @ B @ C ) )
               => ( ilf_type @ A @ ( relation_type @ B @ C ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

thf(17,axiom,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ! [B: $i] :
          ( ( ilf_type @ B @ set_type )
         => ( ! [C: $i] :
                ( ( ilf_type @ C @ ( subset_type @ ( cross_product @ A @ B ) ) )
               => ( ilf_type @ C @ ( relation_type @ A @ B ) ) )
            & ! [C: $i] :
                ( ( ilf_type @ C @ ( relation_type @ A @ B ) )
               => ( ilf_type @ C @ ( subset_type @ ( cross_product @ A @ B ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',p4) ).

thf(67,plain,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ! [B: $i] :
          ( ( ilf_type @ B @ set_type )
         => ( ! [C: $i] :
                ( ( ilf_type @ C @ ( subset_type @ ( cross_product @ A @ B ) ) )
               => ( ilf_type @ C @ ( relation_type @ A @ B ) ) )
            & ! [C: $i] :
                ( ( ilf_type @ C @ ( relation_type @ A @ B ) )
               => ( ilf_type @ C @ ( subset_type @ ( cross_product @ A @ B ) ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[17]) ).

thf(5,axiom,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ? [B: $i] : ( ilf_type @ B @ ( subset_type @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',p8) ).

thf(31,plain,
    ! [A: $i] :
      ( ( ilf_type @ A @ set_type )
     => ? [B: $i] : ( ilf_type @ B @ ( subset_type @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(93,plain,
    $false,
    inference(e,[status(thm)],[88,56,37,61,53,41,22,35,63,43,26,58,28,33,71,86,76,39,67,31]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SET643+3 : TPTP v8.1.2. Released v2.2.0.
% 0.07/0.15  % Command  : run_Leo-III %s %d
% 0.16/0.35  % Computer : n017.cluster.edu
% 0.16/0.35  % Model    : x86_64 x86_64
% 0.16/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.35  % Memory   : 8042.1875MB
% 0.16/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.35  % CPULimit : 300
% 0.16/0.35  % WCLimit  : 300
% 0.16/0.35  % DateTime : Thu May 18 18:23:16 EDT 2023
% 0.16/0.36  % CPUTime  : 
% 0.86/0.79  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.00/0.91  % [INFO] 	 Parsing done (111ms). 
% 1.00/0.91  % [INFO] 	 Running in sequential loop mode. 
% 1.58/1.10  % [INFO] 	 eprover registered as external prover. 
% 1.58/1.10  % [INFO] 	 cvc4 registered as external prover. 
% 1.58/1.11  % [INFO] 	 Scanning for conjecture ... 
% 1.81/1.16  % [INFO] 	 Found a conjecture and 19 axioms. Running axiom selection ... 
% 1.81/1.20  % [INFO] 	 Axiom selection finished. Selected 19 axioms (removed 0 axioms). 
% 2.08/1.24  % [INFO] 	 Problem is first-order (TPTP FOF). 
% 2.08/1.25  % [INFO] 	 Type checking passed. 
% 2.08/1.25  % [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.84/1.79  % External prover 'e' found a proof!
% 3.84/1.79  % [INFO] 	 Killing All external provers ... 
% 3.84/1.79  % Time passed: 1266ms (effective reasoning time: 871ms)
% 3.84/1.79  % 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.84/1.79  % Axioms used in derivation (19): p16, p12, p18, p15, p3, p11, p2, p14, p17, p9, p1, p13, p10, p19, p4, p7, p5, p6, p8
% 3.84/1.79  % No. of inferences in proof: 42
% 3.84/1.79  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1266 ms resp. 871 ms w/o parsing
% 4.05/1.84  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 4.05/1.84  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------