TSTP Solution File: TOP004-2 by Leo-III---1.7.7

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.7
% Problem  : TOP004-2 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n020.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 12:38:39 EDT 2023

% Result   : Unsatisfiable 3.04s 1.76s
% Output   : Refutation 3.33s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :   34
% Syntax   : Number of formulae    :   56 (  11 unt;  13 typ;   0 def)
%            Number of atoms       :  119 (   0 equ;   0 cnn)
%            Maximal formula atoms :    6 (   2 avg)
%            Number of connectives :  512 (  76   ~;  76   |;   0   &; 360   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   18 (   9 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   24 (  24   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   14 (  13 usr;   3 con; 0-5 aty)
%            Number of variables   :  118 (   0   ^; 118   !;   0   ?; 118   :)

% Comments : 
%------------------------------------------------------------------------------
thf(basis_type,type,
    basis: $i > $i > $o ).

thf(cx_type,type,
    cx: $i ).

thf(f_type,type,
    f: $i ).

thf(element_of_collection_type,type,
    element_of_collection: $i > $i > $o ).

thf(top_of_basis_type,type,
    top_of_basis: $i > $i ).

thf(intersection_of_sets_type,type,
    intersection_of_sets: $i > $i > $i ).

thf(subset_sets_type,type,
    subset_sets: $i > $i > $o ).

thf(equal_sets_type,type,
    equal_sets: $i > $i > $o ).

thf(element_of_set_type,type,
    element_of_set: $i > $i > $o ).

thf(f6_type,type,
    f6: $i > $i > $i > $i > $i > $i ).

thf(f10_type,type,
    f10: $i > $i > $i > $i ).

thf(union_of_members_type,type,
    union_of_members: $i > $i ).

thf(f11_type,type,
    f11: $i > $i > $i ).

thf(8,axiom,
    ! [E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( basis @ A @ B )
      | ~ ( element_of_set @ C @ A )
      | ~ ( element_of_collection @ D @ B )
      | ~ ( element_of_collection @ E @ B )
      | ~ ( element_of_set @ C @ ( intersection_of_sets @ D @ E ) )
      | ( element_of_collection @ ( f6 @ A @ B @ C @ D @ E ) @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',basis_for_topology_30) ).

thf(33,plain,
    ! [E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( basis @ A @ B )
      | ~ ( element_of_set @ C @ A )
      | ~ ( element_of_collection @ D @ B )
      | ~ ( element_of_collection @ E @ B )
      | ~ ( element_of_set @ C @ ( intersection_of_sets @ D @ E ) )
      | ( element_of_collection @ ( f6 @ A @ B @ C @ D @ E ) @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

thf(18,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( element_of_set @ A @ ( intersection_of_sets @ B @ C ) )
      | ( element_of_set @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',set_theory_13) ).

thf(53,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( element_of_set @ A @ ( intersection_of_sets @ B @ C ) )
      | ( element_of_set @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[18]) ).

thf(12,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( element_of_set @ A @ ( union_of_members @ B ) )
      | ~ ( element_of_set @ A @ C )
      | ~ ( element_of_collection @ C @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',union_of_members_3) ).

thf(41,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( element_of_set @ A @ ( union_of_members @ B ) )
      | ~ ( element_of_set @ A @ C )
      | ~ ( element_of_collection @ C @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

thf(14,axiom,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( subset_sets @ A @ B )
      | ~ ( subset_sets @ C @ D )
      | ( subset_sets @ ( intersection_of_sets @ A @ C ) @ ( intersection_of_sets @ B @ D ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',set_theory_16) ).

thf(45,plain,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( subset_sets @ A @ B )
      | ~ ( subset_sets @ C @ D )
      | ( subset_sets @ ( intersection_of_sets @ A @ C ) @ ( intersection_of_sets @ B @ D ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[14]) ).

thf(16,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( element_of_collection @ A @ ( top_of_basis @ B ) )
      | ~ ( element_of_set @ C @ A )
      | ( element_of_set @ C @ ( f10 @ B @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',topology_generated_37) ).

thf(49,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( element_of_collection @ A @ ( top_of_basis @ B ) )
      | ~ ( element_of_set @ C @ A )
      | ( element_of_set @ C @ ( f10 @ B @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[16]) ).

thf(11,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( element_of_set @ A @ ( intersection_of_sets @ B @ C ) )
      | ( element_of_set @ A @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',set_theory_14) ).

thf(39,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( element_of_set @ A @ ( intersection_of_sets @ B @ C ) )
      | ( element_of_set @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

thf(9,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( element_of_collection @ A @ ( top_of_basis @ B ) )
      | ~ ( element_of_set @ C @ A )
      | ( subset_sets @ ( f10 @ B @ A @ C ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',topology_generated_39) ).

thf(35,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( element_of_collection @ A @ ( top_of_basis @ B ) )
      | ~ ( element_of_set @ C @ A )
      | ( subset_sets @ ( f10 @ B @ A @ C ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

thf(7,axiom,
    ! [E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( basis @ A @ B )
      | ~ ( element_of_set @ C @ A )
      | ~ ( element_of_collection @ D @ B )
      | ~ ( element_of_collection @ E @ B )
      | ~ ( element_of_set @ C @ ( intersection_of_sets @ D @ E ) )
      | ( subset_sets @ ( f6 @ A @ B @ C @ D @ E ) @ ( intersection_of_sets @ D @ E ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',basis_for_topology_31) ).

thf(31,plain,
    ! [E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( basis @ A @ B )
      | ~ ( element_of_set @ C @ A )
      | ~ ( element_of_collection @ D @ B )
      | ~ ( element_of_collection @ E @ B )
      | ~ ( element_of_set @ C @ ( intersection_of_sets @ D @ E ) )
      | ( subset_sets @ ( f6 @ A @ B @ C @ D @ E ) @ ( intersection_of_sets @ D @ E ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(13,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( element_of_collection @ A @ ( top_of_basis @ B ) )
      | ~ ( element_of_set @ C @ A )
      | ( element_of_collection @ ( f10 @ B @ A @ C ) @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',topology_generated_38) ).

thf(43,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( element_of_collection @ A @ ( top_of_basis @ B ) )
      | ~ ( element_of_set @ C @ A )
      | ( element_of_collection @ ( f10 @ B @ A @ C ) @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[13]) ).

thf(21,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( element_of_collection @ A @ ( top_of_basis @ B ) )
      | ~ ( element_of_set @ ( f11 @ B @ A ) @ C )
      | ~ ( element_of_collection @ C @ B )
      | ~ ( subset_sets @ C @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',topology_generated_41) ).

thf(58,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( element_of_collection @ A @ ( top_of_basis @ B ) )
      | ~ ( element_of_set @ ( f11 @ B @ A ) @ C )
      | ~ ( element_of_collection @ C @ B )
      | ~ ( subset_sets @ C @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[21]) ).

thf(17,axiom,
    ! [B: $i,A: $i] :
      ( ( element_of_collection @ A @ ( top_of_basis @ B ) )
      | ( element_of_set @ ( f11 @ B @ A ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',topology_generated_40) ).

thf(51,plain,
    ! [B: $i,A: $i] :
      ( ( element_of_collection @ A @ ( top_of_basis @ B ) )
      | ( element_of_set @ ( f11 @ B @ A ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[17]) ).

thf(15,axiom,
    ! [E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( basis @ A @ B )
      | ~ ( element_of_set @ C @ A )
      | ~ ( element_of_collection @ D @ B )
      | ~ ( element_of_collection @ E @ B )
      | ~ ( element_of_set @ C @ ( intersection_of_sets @ D @ E ) )
      | ( element_of_set @ C @ ( f6 @ A @ B @ C @ D @ E ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',basis_for_topology_29) ).

thf(47,plain,
    ! [E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( basis @ A @ B )
      | ~ ( element_of_set @ C @ A )
      | ~ ( element_of_collection @ D @ B )
      | ~ ( element_of_collection @ E @ B )
      | ~ ( element_of_set @ C @ ( intersection_of_sets @ D @ E ) )
      | ( element_of_set @ C @ ( f6 @ A @ B @ C @ D @ E ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[15]) ).

thf(3,negated_conjecture,
    ! [A: $i] : ( element_of_collection @ A @ ( top_of_basis @ f ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',lemma_1d_3) ).

thf(24,plain,
    ! [A: $i] : ( element_of_collection @ A @ ( top_of_basis @ f ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(10,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( element_of_set @ A @ ( intersection_of_sets @ B @ C ) )
      | ~ ( element_of_set @ A @ B )
      | ~ ( element_of_set @ A @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',set_theory_15) ).

thf(37,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( element_of_set @ A @ ( intersection_of_sets @ B @ C ) )
      | ~ ( element_of_set @ A @ B )
      | ~ ( element_of_set @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

thf(4,negated_conjecture,
    ! [B: $i,A: $i] :
      ~ ( element_of_collection @ ( intersection_of_sets @ A @ B ) @ ( top_of_basis @ f ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',lemma_1d_4) ).

thf(25,plain,
    ! [B: $i,A: $i] :
      ~ ( element_of_collection @ ( intersection_of_sets @ A @ B ) @ ( top_of_basis @ f ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(20,axiom,
    ! [B: $i,A: $i] : ( equal_sets @ ( intersection_of_sets @ A @ B ) @ ( intersection_of_sets @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',set_theory_18) ).

thf(57,plain,
    ! [B: $i,A: $i] : ( equal_sets @ ( intersection_of_sets @ A @ B ) @ ( intersection_of_sets @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[20]) ).

thf(6,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( equal_sets @ A @ B )
      | ~ ( element_of_set @ C @ A )
      | ( element_of_set @ C @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',set_theory_17) ).

thf(29,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( equal_sets @ A @ B )
      | ~ ( element_of_set @ C @ A )
      | ( element_of_set @ C @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(1,negated_conjecture,
    basis @ cx @ f,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',lemma_1d_1) ).

thf(22,plain,
    basis @ cx @ f,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[1]) ).

thf(5,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( subset_sets @ A @ B )
      | ~ ( subset_sets @ B @ C )
      | ( subset_sets @ A @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',set_theory_12) ).

thf(27,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( subset_sets @ A @ B )
      | ~ ( subset_sets @ B @ C )
      | ( subset_sets @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(19,axiom,
    ! [B: $i,A: $i] :
      ( ~ ( basis @ A @ B )
      | ( equal_sets @ ( union_of_members @ B ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',basis_for_topology_28) ).

thf(55,plain,
    ! [B: $i,A: $i] :
      ( ~ ( basis @ A @ B )
      | ( equal_sets @ ( union_of_members @ B ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[19]) ).

thf(2,negated_conjecture,
    ! [A: $i] : ( element_of_collection @ A @ ( top_of_basis @ f ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',lemma_1d_2) ).

thf(23,plain,
    ! [A: $i] : ( element_of_collection @ A @ ( top_of_basis @ f ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(60,plain,
    $false,
    inference(e,[status(thm)],[33,53,41,45,49,39,35,31,43,58,51,47,24,37,25,57,29,22,27,55,23]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : TOP004-2 : TPTP v8.1.2. Released v1.0.0.
% 0.11/0.15  % Command  : run_Leo-III %s %d
% 0.16/0.37  % Computer : n020.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 20:06:03 EDT 2023
% 0.16/0.37  % CPUTime  : 
% 1.02/0.92  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.26/1.06  % [INFO] 	 Parsing done (142ms). 
% 1.26/1.07  % [INFO] 	 Running in sequential loop mode. 
% 1.72/1.27  % [INFO] 	 eprover registered as external prover. 
% 1.72/1.27  % [INFO] 	 cvc4 registered as external prover. 
% 1.72/1.27  % [INFO] 	 Scanning for conjecture ... 
% 1.97/1.33  % [INFO] 	 Found a conjecture and 17 axioms. Running axiom selection ... 
% 1.97/1.37  % [INFO] 	 Axiom selection finished. Selected 17 axioms (removed 0 axioms). 
% 2.17/1.40  % [INFO] 	 Problem is propositional (TPTP CNF). 
% 2.17/1.40  % [INFO] 	 Type checking passed. 
% 2.17/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 ... 
% 3.04/1.75  % External prover 'e' found a proof!
% 3.04/1.75  % [INFO] 	 Killing All external provers ... 
% 3.04/1.76  % Time passed: 1225ms (effective reasoning time: 683ms)
% 3.04/1.76  % 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.04/1.76  % Axioms used in derivation (17): basis_for_topology_28, topology_generated_37, union_of_members_3, basis_for_topology_29, set_theory_18, topology_generated_40, topology_generated_39, set_theory_16, set_theory_13, set_theory_17, set_theory_15, topology_generated_38, topology_generated_41, basis_for_topology_31, set_theory_12, basis_for_topology_30, set_theory_14
% 3.04/1.76  % No. of inferences in proof: 43
% 3.04/1.76  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 1225 ms resp. 683 ms w/o parsing
% 3.33/1.80  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 3.33/1.80  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------