TSTP Solution File: SEU262+1 by Leo-III---1.7.7

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.7
% Problem  : SEU262+1 : TPTP v8.1.2. Released v3.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n005.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:57:54 EDT 2023

% Result   : Theorem 22.77s 4.57s
% Output   : Refutation 22.77s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   39
% Syntax   : Number of formulae    :   66 (  19 unt;  14 typ;   0 def)
%            Number of atoms       :  132 (  12 equ;   0 cnn)
%            Maximal formula atoms :   11 (   2 avg)
%            Number of connectives :  416 (  16   ~;   2   |;  28   &; 320   @)
%                                         (   8 <=>;  42  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   14 (   7 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   24 (  24   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   16 (  14 usr;   1 con; 0-3 aty)
%            Number of variables   :  137 (   0   ^; 117   !;  20   ?; 137   :)

% Comments : 
%------------------------------------------------------------------------------
thf(relation_of2_as_subset_type,type,
    relation_of2_as_subset: $i > $i > $i > $o ).

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

thf(relation_dom_type,type,
    relation_dom: $i > $i ).

thf(relation_rng_type,type,
    relation_rng: $i > $i ).

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

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

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

thf(element_type,type,
    element: $i > $i > $o ).

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

thf(cartesian_product2_type,type,
    cartesian_product2: $i > $i > $i ).

thf(relation_type,type,
    relation: $i > $o ).

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

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

thf(relation_of2_type,type,
    relation_of2: $i > $i > $i > $o ).

thf(7,axiom,
    ! [A: $i,B: $i,C: $i] :
      ~ ( ( in @ A @ B )
        & ( element @ B @ ( powerset @ C ) )
        & ( empty @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t5_subset) ).

thf(42,plain,
    ! [A: $i,B: $i,C: $i] :
      ~ ( ( in @ A @ B )
        & ( element @ B @ ( powerset @ C ) )
        & ( empty @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(13,axiom,
    ! [A: $i,B: $i] :
      ( ( in @ A @ B )
     => ~ ( in @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',antisymmetry_r2_hidden) ).

thf(57,plain,
    ! [A: $i,B: $i] :
      ( ( in @ A @ B )
     => ~ ( in @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[13]) ).

thf(19,axiom,
    ! [A: $i] :
      ( ( relation @ A )
     => ! [B: $i] :
          ( ( B
            = ( relation_dom @ A ) )
        <=> ! [C: $i] :
              ( ( in @ C @ B )
            <=> ? [D: $i] : ( in @ ( ordered_pair @ C @ D ) @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',d4_relat_1) ).

thf(74,plain,
    ! [A: $i] :
      ( ( relation @ A )
     => ! [B: $i] :
          ( ( ( B
              = ( relation_dom @ A ) )
           => ! [C: $i] :
                ( ( ( in @ C @ B )
                 => ? [D: $i] : ( in @ ( ordered_pair @ C @ D ) @ A ) )
                & ( ? [D: $i] : ( in @ ( ordered_pair @ C @ D ) @ A )
                 => ( in @ C @ B ) ) ) )
          & ( ! [C: $i] :
                ( ( ( in @ C @ B )
                 => ? [D: $i] : ( in @ ( ordered_pair @ C @ D ) @ A ) )
                & ( ? [D: $i] : ( in @ ( ordered_pair @ C @ D ) @ A )
                 => ( in @ C @ B ) ) )
           => ( B
              = ( relation_dom @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[19]) ).

thf(15,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( in @ A @ B )
        & ( element @ B @ ( powerset @ C ) ) )
     => ( element @ A @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t4_subset) ).

thf(65,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( in @ A @ B )
        & ( element @ B @ ( powerset @ C ) ) )
     => ( element @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[15]) ).

thf(21,axiom,
    ! [A: $i,B: $i] :
      ( ( element @ A @ ( powerset @ B ) )
    <=> ( subset @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t3_subset) ).

thf(96,plain,
    ! [A: $i,B: $i] :
      ( ( ( element @ A @ ( powerset @ B ) )
       => ( subset @ A @ B ) )
      & ( ( subset @ A @ B )
       => ( element @ A @ ( powerset @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[21]) ).

thf(6,axiom,
    ! [A: $i,B: $i] :
      ( ( unordered_pair @ A @ B )
      = ( unordered_pair @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',commutativity_k2_tarski) ).

thf(39,plain,
    ! [A: $i,B: $i] :
      ( ( unordered_pair @ A @ B )
      = ( unordered_pair @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(23,axiom,
    ! [A: $i,B: $i] :
      ( ( subset @ A @ B )
    <=> ! [C: $i] :
          ( ( in @ C @ A )
         => ( in @ C @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',d3_tarski) ).

thf(103,plain,
    ! [A: $i,B: $i] :
      ( ( ( subset @ A @ B )
       => ! [C: $i] :
            ( ( in @ C @ A )
           => ( in @ C @ B ) ) )
      & ( ! [C: $i] :
            ( ( in @ C @ A )
           => ( in @ C @ B ) )
       => ( subset @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[23]) ).

thf(9,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( element @ C @ ( powerset @ ( cartesian_product2 @ A @ B ) ) )
     => ( relation @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cc1_relset_1) ).

thf(48,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( element @ C @ ( powerset @ ( cartesian_product2 @ A @ B ) ) )
     => ( relation @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

thf(20,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( relation_of2_as_subset @ C @ A @ B )
     => ( element @ C @ ( powerset @ ( cartesian_product2 @ A @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',dt_m2_relset_1) ).

thf(94,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( relation_of2_as_subset @ C @ A @ B )
     => ( element @ C @ ( powerset @ ( cartesian_product2 @ A @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[20]) ).

thf(17,axiom,
    ! [A: $i] :
    ? [B: $i] : ( element @ B @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',existence_m1_subset_1) ).

thf(69,plain,
    ! [A: $i] :
    ? [B: $i] : ( element @ B @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[17]) ).

thf(22,axiom,
    ! [A: $i,B: $i] :
    ? [C: $i] : ( relation_of2_as_subset @ C @ A @ B ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',existence_m2_relset_1) ).

thf(101,plain,
    ! [A: $i,B: $i] :
    ? [C: $i] : ( relation_of2_as_subset @ C @ A @ B ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[22]) ).

thf(11,axiom,
    ! [A: $i,B: $i] :
      ( ( element @ A @ B )
     => ( ( empty @ B )
        | ( in @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t2_subset) ).

thf(52,plain,
    ! [A: $i,B: $i] :
      ( ( element @ A @ B )
     => ( ( empty @ B )
        | ( in @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

thf(24,axiom,
    ! [A: $i] :
      ( ( relation @ A )
     => ! [B: $i] :
          ( ( B
            = ( relation_rng @ A ) )
        <=> ! [C: $i] :
              ( ( in @ C @ B )
            <=> ? [D: $i] : ( in @ ( ordered_pair @ D @ C ) @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',d5_relat_1) ).

thf(110,plain,
    ! [A: $i] :
      ( ( relation @ A )
     => ! [B: $i] :
          ( ( ( B
              = ( relation_rng @ A ) )
           => ! [C: $i] :
                ( ( ( in @ C @ B )
                 => ? [D: $i] : ( in @ ( ordered_pair @ D @ C ) @ A ) )
                & ( ? [D: $i] : ( in @ ( ordered_pair @ D @ C ) @ A )
                 => ( in @ C @ B ) ) ) )
          & ( ! [C: $i] :
                ( ( ( in @ C @ B )
                 => ? [D: $i] : ( in @ ( ordered_pair @ D @ C ) @ A ) )
                & ( ? [D: $i] : ( in @ ( ordered_pair @ D @ C ) @ A )
                 => ( in @ C @ B ) ) )
           => ( B
              = ( relation_rng @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[24]) ).

thf(4,axiom,
    ? [A: $i] : ( empty @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc1_xboole_0) ).

thf(34,plain,
    ? [A: $i] : ( empty @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(8,axiom,
    ! [A: $i,B: $i] :
      ~ ( ( in @ A @ B )
        & ( empty @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t7_boole) ).

thf(45,plain,
    ! [A: $i,B: $i] :
      ~ ( ( in @ A @ B )
        & ( empty @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

thf(14,axiom,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( in @ ( ordered_pair @ A @ B ) @ ( cartesian_product2 @ C @ D ) )
    <=> ( ( in @ A @ C )
        & ( in @ B @ D ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t106_zfmisc_1) ).

thf(59,plain,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( ( in @ ( ordered_pair @ A @ B ) @ ( cartesian_product2 @ C @ D ) )
       => ( ( in @ A @ C )
          & ( in @ B @ D ) ) )
      & ( ( ( in @ A @ C )
          & ( in @ B @ D ) )
       => ( in @ ( ordered_pair @ A @ B ) @ ( cartesian_product2 @ C @ D ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[14]) ).

thf(1,conjecture,
    ! [A: $i,B: $i,C: $i] :
      ( ( relation_of2_as_subset @ C @ A @ B )
     => ( ( subset @ ( relation_dom @ C ) @ A )
        & ( subset @ ( relation_rng @ C ) @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t12_relset_1) ).

thf(2,negated_conjecture,
    ~ ! [A: $i,B: $i,C: $i] :
        ( ( relation_of2_as_subset @ C @ A @ B )
       => ( ( subset @ ( relation_dom @ C ) @ A )
          & ( subset @ ( relation_rng @ C ) @ B ) ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(27,plain,
    ~ ! [A: $i,B: $i,C: $i] :
        ( ( relation_of2_as_subset @ C @ A @ B )
       => ( ( subset @ ( relation_dom @ C ) @ A )
          & ( subset @ ( relation_rng @ C ) @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(18,axiom,
    ! [A: $i,B: $i] :
      ~ ( empty @ ( ordered_pair @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fc1_zfmisc_1) ).

thf(71,plain,
    ! [A: $i,B: $i] :
      ~ ( empty @ ( ordered_pair @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[18]) ).

thf(12,axiom,
    ! [A: $i,B: $i] :
      ( ( ordered_pair @ A @ B )
      = ( unordered_pair @ ( unordered_pair @ A @ B ) @ ( singleton @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',d5_tarski) ).

thf(54,plain,
    ! [A: $i,B: $i] :
      ( ( ordered_pair @ A @ B )
      = ( unordered_pair @ ( unordered_pair @ A @ B ) @ ( singleton @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

thf(25,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( relation_of2_as_subset @ C @ A @ B )
    <=> ( relation_of2 @ C @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',redefinition_m2_relset_1) ).

thf(130,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( relation_of2_as_subset @ C @ A @ B )
       => ( relation_of2 @ C @ A @ B ) )
      & ( ( relation_of2 @ C @ A @ B )
       => ( relation_of2_as_subset @ C @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[25]) ).

thf(26,axiom,
    ! [A: $i,B: $i] : ( subset @ A @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',reflexivity_r1_tarski) ).

thf(135,plain,
    ! [A: $i] : ( subset @ A @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[26]) ).

thf(10,axiom,
    ! [A: $i,B: $i] :
      ( ( in @ A @ B )
     => ( element @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t1_subset) ).

thf(50,plain,
    ! [A: $i,B: $i] :
      ( ( in @ A @ B )
     => ( element @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

thf(16,axiom,
    ! [A: $i,B: $i] :
    ? [C: $i] : ( relation_of2 @ C @ A @ B ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',existence_m1_relset_1) ).

thf(67,plain,
    ! [A: $i,B: $i] :
    ? [C: $i] : ( relation_of2 @ C @ A @ B ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[16]) ).

thf(5,axiom,
    ? [A: $i] :
      ~ ( empty @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc2_xboole_0) ).

thf(36,plain,
    ? [A: $i] :
      ~ ( empty @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(3,axiom,
    ! [A: $i,B: $i] :
      ~ ( ( empty @ A )
        & ( A != B )
        & ( empty @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t8_boole) ).

thf(30,plain,
    ! [A: $i,B: $i] :
      ~ ( ( empty @ A )
        & ( A != B )
        & ( empty @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(4421,plain,
    $false,
    inference(e,[status(thm)],[42,57,74,65,96,39,103,48,94,69,101,52,110,34,45,59,27,71,54,130,135,50,67,36,30]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.12  % Problem  : SEU262+1 : TPTP v8.1.2. Released v3.3.0.
% 0.08/0.15  % Command  : run_Leo-III %s %d
% 0.16/0.37  % Computer : n005.cluster.edu
% 0.16/0.37  % Model    : x86_64 x86_64
% 0.16/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.37  % Memory   : 8042.1875MB
% 0.16/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.37  % CPULimit : 300
% 0.16/0.37  % WCLimit  : 300
% 0.16/0.37  % DateTime : Thu May 18 13:40:39 EDT 2023
% 0.16/0.37  % CPUTime  : 
% 0.84/0.82  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.19/0.95  % [INFO] 	 Parsing done (135ms). 
% 1.19/0.96  % [INFO] 	 Running in sequential loop mode. 
% 1.70/1.19  % [INFO] 	 eprover registered as external prover. 
% 1.70/1.19  % [INFO] 	 cvc4 registered as external prover. 
% 1.70/1.19  % [INFO] 	 Scanning for conjecture ... 
% 1.87/1.26  % [INFO] 	 Found a conjecture and 36 axioms. Running axiom selection ... 
% 1.87/1.30  % [INFO] 	 Axiom selection finished. Selected 24 axioms (removed 12 axioms). 
% 2.16/1.34  % [INFO] 	 Problem is first-order (TPTP FOF). 
% 2.16/1.34  % [INFO] 	 Type checking passed. 
% 2.16/1.35  % [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 ... 
% 22.77/4.56  % External prover 'e' found a proof!
% 22.77/4.56  % [INFO] 	 Killing All external provers ... 
% 22.77/4.56  % Time passed: 4042ms (effective reasoning time: 3597ms)
% 22.77/4.56  % 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)>
% 22.77/4.56  % Axioms used in derivation (24): redefinition_m2_relset_1, fc1_zfmisc_1, d5_relat_1, dt_m2_relset_1, t5_subset, t4_subset, t7_boole, t106_zfmisc_1, existence_m2_relset_1, t2_subset, rc2_xboole_0, antisymmetry_r2_hidden, d5_tarski, t1_subset, d4_relat_1, existence_m1_relset_1, t3_subset, cc1_relset_1, existence_m1_subset_1, commutativity_k2_tarski, d3_tarski, reflexivity_r1_tarski, t8_boole, rc1_xboole_0
% 22.77/4.56  % No. of inferences in proof: 52
% 22.77/4.57  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 4042 ms resp. 3597 ms w/o parsing
% 22.77/4.59  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 22.77/4.59  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------