TSTP Solution File: SET098-7 by Leo-III---1.7.7

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.7
% Problem  : SET098-7 : TPTP v8.1.2. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n012.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:52:34 EDT 2023

% Result   : Unsatisfiable 5.66s 2.54s
% Output   : Refutation 6.31s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :  194
% Syntax   : Number of formulae    :  339 (  87 unt;  50 typ;   0 def)
%            Number of atoms       :  579 ( 166 equ;   0 cnn)
%            Maximal formula atoms :    5 (   2 avg)
%            Number of connectives : 2452 ( 260   ~; 290   |;   0   &;1902   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   15 (   7 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   67 (  67   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   52 (  50 usr;  10 con; 0-3 aty)
%            Number of variables   :  538 (   0   ^; 538   !;   0   ?; 538   :)

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

thf(not_subclass_element_type,type,
    not_subclass_element: $i > $i > $i ).

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

thf(complement_type,type,
    complement: $i > $i ).

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

thf(x_type,type,
    x: $i ).

thf(null_class_type,type,
    null_class: $i ).

thf(subclass_type,type,
    subclass: $i > $i > $o ).

thf(element_relation_type,type,
    element_relation: $i ).

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

thf(universal_class_type,type,
    universal_class: $i ).

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

thf(flip_type,type,
    flip: $i > $i ).

thf(rotate_type,type,
    rotate: $i > $i ).

thf(domain_of_type,type,
    domain_of: $i > $i ).

thf(inverse_type,type,
    inverse: $i > $i ).

thf(range_of_type,type,
    range_of: $i > $i ).

thf(function_type,type,
    function: $i > $o ).

thf(choice_type,type,
    choice: $i ).

thf(one_to_one_type,type,
    one_to_one: $i > $o ).

thf(compatible_type,type,
    compatible: $i > $i > $i > $o ).

thf(homomorphism_type,type,
    homomorphism: $i > $i > $i > $o ).

thf(operation_type,type,
    operation: $i > $o ).

thf(compose_type,type,
    compose: $i > $i > $i ).

thf(identity_relation_type,type,
    identity_relation: $i ).

thf(restrict_type,type,
    restrict: $i > $i > $i > $i ).

thf(sum_class_type,type,
    sum_class: $i > $i ).

thf(single_valued_class_type,type,
    single_valued_class: $i > $o ).

thf(inductive_type,type,
    inductive: $i > $o ).

thf(image_type,type,
    image: $i > $i > $i ).

thf(successor_relation_type,type,
    successor_relation: $i ).

thf(omega_type,type,
    omega: $i ).

thf(apply_type,type,
    apply: $i > $i > $i ).

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

thf(not_homomorphism1_type,type,
    not_homomorphism1: $i > $i > $i > $i ).

thf(not_homomorphism2_type,type,
    not_homomorphism2: $i > $i > $i > $i ).

thf(member_of_type,type,
    member_of: $i > $i ).

thf(member_of1_type,type,
    member_of1: $i > $i ).

thf(successor_type,type,
    successor: $i > $i ).

thf(power_class_type,type,
    power_class: $i > $i ).

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

thf(first_type,type,
    first: $i > $i ).

thf(second_type,type,
    second: $i > $i ).

thf(range_type,type,
    range: $i > $i > $i > $i ).

thf(domain_type,type,
    domain: $i > $i > $i > $i ).

thf(symmetric_difference_type,type,
    symmetric_difference: $i > $i > $i ).

thf(subset_relation_type,type,
    subset_relation: $i ).

thf(diagonalise_type,type,
    diagonalise: $i > $i ).

thf(cantor_type,type,
    cantor: $i > $i ).

thf(regular_type,type,
    regular: $i > $i ).

thf(92,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( member @ A @ ( unordered_pair @ B @ C ) )
      | ( A = B )
      | ( A = C ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',unordered_pair_member) ).

thf(347,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( member @ A @ ( unordered_pair @ B @ C ) )
      | ( A = B )
      | ( A = C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[92]) ).

thf(50,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( member @ A @ ( intersection @ B @ C ) )
      | ( member @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',intersection1) ).

thf(249,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( member @ A @ ( intersection @ B @ C ) )
      | ( member @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[50]) ).

thf(44,axiom,
    ! [E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( homomorphism @ A @ B @ C )
      | ~ ( member @ ( ordered_pair @ D @ E ) @ ( domain_of @ B ) )
      | ( ( apply @ C @ ( ordered_pair @ ( apply @ A @ D ) @ ( apply @ A @ E ) ) )
        = ( apply @ A @ ( apply @ B @ ( ordered_pair @ D @ E ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',homomorphism4) ).

thf(234,plain,
    ! [E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( homomorphism @ A @ B @ C )
      | ~ ( member @ ( ordered_pair @ D @ E ) @ ( domain_of @ B ) )
      | ( ( apply @ C @ ( ordered_pair @ ( apply @ A @ D ) @ ( apply @ A @ E ) ) )
        = ( apply @ A @ ( apply @ B @ ( ordered_pair @ D @ E ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[44]) ).

thf(94,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( first @ ( not_subclass_element @ ( restrict @ A @ B @ ( singleton @ C ) ) @ null_class ) )
      = ( domain @ A @ B @ C ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',domain) ).

thf(352,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( first @ ( not_subclass_element @ ( restrict @ A @ B @ ( singleton @ C ) ) @ null_class ) )
      = ( domain @ A @ B @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[94]) ).

thf(105,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( member @ A @ B )
      | ~ ( member @ A @ C )
      | ( member @ A @ ( intersection @ B @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',intersection3) ).

thf(379,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( member @ A @ B )
      | ~ ( member @ A @ C )
      | ( member @ A @ ( intersection @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[105]) ).

thf(131,axiom,
    ! [B: $i,A: $i] :
      ( ~ ( function @ A )
      | ~ ( member @ B @ universal_class )
      | ( member @ ( image @ A @ B ) @ universal_class ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',replacement) ).

thf(440,plain,
    ! [B: $i,A: $i] :
      ( ~ ( function @ A )
      | ~ ( member @ B @ universal_class )
      | ( member @ ( image @ A @ B ) @ universal_class ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[131]) ).

thf(118,axiom,
    ! [B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ A @ B ) @ successor_relation )
      | ( ( successor @ A )
        = B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',successor_relation2) ).

thf(408,plain,
    ! [B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ A @ B ) @ successor_relation )
      | ( ( successor @ A )
        = B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[118]) ).

thf(13,axiom,
    ! [A: $i] : ( subclass @ A @ A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',subclass_is_reflexive) ).

thf(170,plain,
    ! [A: $i] : ( subclass @ A @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[13]) ).

thf(36,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( compatible @ A @ B @ C )
      | ( ( domain_of @ ( domain_of @ B ) )
        = ( domain_of @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',compatible2) ).

thf(217,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( compatible @ A @ B @ C )
      | ( ( domain_of @ ( domain_of @ B ) )
        = ( domain_of @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[36]) ).

thf(61,axiom,
    ! [A: $i] :
      ( ( ( singleton @ ( member_of1 @ A ) )
        = A )
      | ( ( member_of @ A )
        = A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',member_of_non_singleton_unique2) ).

thf(276,plain,
    ! [A: $i] :
      ( ( ( singleton @ ( member_of1 @ A ) )
        = A )
      | ( ( member_of @ A )
        = A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[61]) ).

thf(108,axiom,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ A @ B )
      | ~ ( member @ C @ D )
      | ( member @ ( ordered_pair @ A @ C ) @ ( cross_product @ B @ D ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cartesian_product3) ).

thf(385,plain,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ A @ B )
      | ~ ( member @ C @ D )
      | ( member @ ( ordered_pair @ A @ C ) @ ( cross_product @ B @ D ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[108]) ).

thf(4,axiom,
    subclass @ element_relation @ ( cross_product @ universal_class @ universal_class ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',element_relation1) ).

thf(153,plain,
    subclass @ element_relation @ ( cross_product @ universal_class @ universal_class ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(21,axiom,
    ! [B: $i,A: $i] : ( subclass @ ( compose @ A @ B ) @ ( cross_product @ universal_class @ universal_class ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',compose1) ).

thf(185,plain,
    ! [B: $i,A: $i] : ( subclass @ ( compose @ A @ B ) @ ( cross_product @ universal_class @ universal_class ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[21]) ).

thf(65,axiom,
    ! [B: $i,A: $i] :
      ( ( member @ A @ universal_class )
      | ( ( unordered_pair @ B @ A )
        = ( singleton @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',unordered_pair_equals_singleton1) ).

thf(288,plain,
    ! [B: $i,A: $i] :
      ( ( member @ A @ universal_class )
      | ( ( unordered_pair @ B @ A )
        = ( singleton @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[65]) ).

thf(140,axiom,
    ! [B: $i,A: $i] :
      ( ~ ( member @ A @ B )
      | ( subclass @ ( singleton @ A ) @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',property_of_singletons2) ).

thf(460,plain,
    ! [B: $i,A: $i] :
      ( ~ ( member @ A @ B )
      | ( subclass @ ( singleton @ A ) @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[140]) ).

thf(7,axiom,
    ! [A: $i] : ( subclass @ ( rotate @ A ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',rotate1) ).

thf(157,plain,
    ! [A: $i] : ( subclass @ ( rotate @ A ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(64,axiom,
    ! [B: $i,A: $i] :
      ( ( ( successor @ A )
       != B )
      | ~ ( member @ ( ordered_pair @ A @ B ) @ ( cross_product @ universal_class @ universal_class ) )
      | ( member @ ( ordered_pair @ A @ B ) @ successor_relation ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',successor_relation3) ).

thf(284,plain,
    ! [B: $i,A: $i] :
      ( ( ( successor @ A )
       != B )
      | ~ ( member @ ( ordered_pair @ A @ B ) @ ( cross_product @ universal_class @ universal_class ) )
      | ( member @ ( ordered_pair @ A @ B ) @ successor_relation ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[64]) ).

thf(121,axiom,
    ( ( intersection @ ( inverse @ subset_relation ) @ subset_relation )
    = identity_relation ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',identity_relation) ).

thf(416,plain,
    ( ( intersection @ ( inverse @ subset_relation ) @ subset_relation )
    = identity_relation ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[121]) ).

thf(41,axiom,
    ! [A: $i] :
      ( ~ ( function @ A )
      | ( subclass @ A @ ( cross_product @ universal_class @ universal_class ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',function1) ).

thf(228,plain,
    ! [A: $i] :
      ( ~ ( function @ A )
      | ( subclass @ A @ ( cross_product @ universal_class @ universal_class ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[41]) ).

thf(135,axiom,
    ! [B: $i,A: $i] :
      ( ( member @ ( not_subclass_element @ A @ B ) @ A )
      | ( subclass @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',not_subclass_members1) ).

thf(448,plain,
    ! [B: $i,A: $i] :
      ( ( member @ ( not_subclass_element @ A @ B ) @ A )
      | ( subclass @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[135]) ).

thf(18,axiom,
    ! [A: $i] :
      ( ~ ( function @ A )
      | ( subclass @ ( compose @ A @ ( inverse @ A ) ) @ identity_relation ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',function2) ).

thf(179,plain,
    ! [A: $i] :
      ( ~ ( function @ A )
      | ( subclass @ ( compose @ A @ ( inverse @ A ) ) @ identity_relation ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[18]) ).

thf(80,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( intersection @ ( cross_product @ A @ B ) @ C )
      = ( restrict @ C @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',restriction2) ).

thf(321,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( intersection @ ( cross_product @ A @ B ) @ C )
      = ( restrict @ C @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[80]) ).

thf(104,axiom,
    ! [B: $i,A: $i] :
      ( ~ ( member @ ( not_subclass_element @ A @ B ) @ B )
      | ( A = B )
      | ( member @ ( not_subclass_element @ B @ A ) @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',equality2) ).

thf(376,plain,
    ! [B: $i,A: $i] :
      ( ~ ( member @ ( not_subclass_element @ A @ B ) @ B )
      | ( A = B )
      | ( member @ ( not_subclass_element @ B @ A ) @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[104]) ).

thf(52,axiom,
    ! [A: $i] :
      ( ( member @ ( member_of1 @ A ) @ universal_class )
      | ( ( member_of @ A )
        = A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',member_of_non_singleton_unique1) ).

thf(253,plain,
    ! [A: $i] :
      ( ( member @ ( member_of1 @ A ) @ universal_class )
      | ( ( member_of @ A )
        = A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[52]) ).

thf(3,negated_conjecture,
    x != null_class,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_corollary_1_to_number_of_elements_in_class_3) ).

thf(147,plain,
    x != null_class,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(113,axiom,
    ! [B: $i,A: $i] :
      ( ( complement @ ( intersection @ ( complement @ A ) @ ( complement @ B ) ) )
      = ( union @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',union) ).

thf(397,plain,
    ! [B: $i,A: $i] :
      ( ( complement @ ( intersection @ ( complement @ A ) @ ( complement @ B ) ) )
      = ( union @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[113]) ).

thf(67,axiom,
    ! [B: $i,A: $i] : ( member @ ( unordered_pair @ A @ B ) @ universal_class ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',unordered_pairs_in_universal) ).

thf(293,plain,
    ! [B: $i,A: $i] : ( member @ ( unordered_pair @ A @ B ) @ universal_class ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[67]) ).

thf(137,axiom,
    ! [B: $i,A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( ( unordered_pair @ A @ B )
       != null_class ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',corollary_to_unordered_pair_axiom1) ).

thf(453,plain,
    ! [B: $i,A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( ( unordered_pair @ A @ B )
       != null_class ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[137]) ).

thf(119,axiom,
    ! [A: $i] :
      ( ( complement @ ( domain_of @ ( intersection @ A @ identity_relation ) ) )
      = ( diagonalise @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',diagonalisation) ).

thf(411,plain,
    ! [A: $i] :
      ( ( complement @ ( domain_of @ ( intersection @ A @ identity_relation ) ) )
      = ( diagonalise @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[119]) ).

thf(126,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( member @ A @ B )
      | ~ ( member @ C @ B )
      | ( subclass @ ( unordered_pair @ A @ C ) @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',unordered_pair_is_subset) ).

thf(428,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( member @ A @ B )
      | ~ ( member @ C @ B )
      | ( subclass @ ( unordered_pair @ A @ C ) @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[126]) ).

thf(57,axiom,
    ! [B: $i,A: $i] :
      ( ~ ( member @ ( not_subclass_element @ A @ B ) @ B )
      | ( B = A )
      | ( member @ ( not_subclass_element @ B @ A ) @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',equality3) ).

thf(265,plain,
    ! [B: $i,A: $i] :
      ( ~ ( member @ ( not_subclass_element @ A @ B ) @ B )
      | ( B = A )
      | ( member @ ( not_subclass_element @ B @ A ) @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[57]) ).

thf(76,axiom,
    ! [A: $i] :
      ( ( member @ ( member_of @ A ) @ universal_class )
      | ( ( member_of @ A )
        = A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',member_exists3) ).

thf(312,plain,
    ! [A: $i] :
      ( ( member @ ( member_of @ A ) @ universal_class )
      | ( ( member_of @ A )
        = A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[76]) ).

thf(31,axiom,
    ! [A: $i] :
      ( ~ ( inductive @ A )
      | ( subclass @ omega @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',omega_is_inductive2) ).

thf(206,plain,
    ! [A: $i] :
      ( ~ ( inductive @ A )
      | ( subclass @ omega @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[31]) ).

thf(74,axiom,
    ! [A: $i] :
      ( ( union @ A @ ( singleton @ A ) )
      = ( successor @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',successor) ).

thf(307,plain,
    ! [A: $i] :
      ( ( union @ A @ ( singleton @ A ) )
      = ( successor @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[74]) ).

thf(29,axiom,
    ! [A: $i] :
      ( ~ ( subclass @ A @ ( cross_product @ universal_class @ universal_class ) )
      | ~ ( subclass @ ( compose @ A @ ( inverse @ A ) ) @ identity_relation )
      | ( function @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',function3) ).

thf(201,plain,
    ! [A: $i] :
      ( ~ ( subclass @ A @ ( cross_product @ universal_class @ universal_class ) )
      | ~ ( subclass @ ( compose @ A @ ( inverse @ A ) ) @ identity_relation )
      | ( function @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[29]) ).

thf(106,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( intersection @ A @ ( cross_product @ B @ C ) )
      = ( restrict @ A @ B @ C ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',restriction1) ).

thf(381,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( intersection @ A @ ( cross_product @ B @ C ) )
      = ( restrict @ A @ B @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[106]) ).

thf(37,axiom,
    ! [A: $i] :
      ( ~ ( one_to_one @ A )
      | ( function @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',one_to_one1) ).

thf(220,plain,
    ! [A: $i] :
      ( ~ ( one_to_one @ A )
      | ( function @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[37]) ).

thf(86,axiom,
    ! [A: $i] :
      ( ( member @ A @ universal_class )
      | ( ( singleton @ A )
        = null_class ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',singleton_is_null_class) ).

thf(334,plain,
    ! [A: $i] :
      ( ( member @ A @ universal_class )
      | ( ( singleton @ A )
        = null_class ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[86]) ).

thf(72,axiom,
    ! [A: $i] :
      ( ~ ( inductive @ A )
      | ( member @ null_class @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',inductive1) ).

thf(302,plain,
    ! [A: $i] :
      ( ~ ( inductive @ A )
      | ( member @ null_class @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[72]) ).

thf(9,axiom,
    function @ choice,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',choice1) ).

thf(160,plain,
    function @ choice,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

thf(11,axiom,
    ! [B: $i,A: $i] :
      ( ~ ( subclass @ A @ B )
      | ~ ( subclass @ B @ A )
      | ( A = B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',subclass_implies_equal) ).

thf(165,plain,
    ! [B: $i,A: $i] :
      ( ~ ( subclass @ A @ B )
      | ~ ( subclass @ B @ A )
      | ( A = B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

thf(144,axiom,
    member @ omega @ universal_class,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',omega_in_universal) ).

thf(467,plain,
    member @ omega @ universal_class,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[144]) ).

thf(26,axiom,
    ! [A: $i] :
      ( ~ ( operation @ A )
      | ( function @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',operation1) ).

thf(197,plain,
    ! [A: $i] :
      ( ~ ( operation @ A )
      | ( function @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[26]) ).

thf(129,axiom,
    ! [A: $i] :
      ( ( ( singleton @ ( member_of @ A ) )
       != A )
      | ( member @ A @ universal_class ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',corollary_2_to_singletons_are_sets) ).

thf(435,plain,
    ! [A: $i] :
      ( ( ( singleton @ ( member_of @ A ) )
       != A )
      | ( member @ A @ universal_class ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[129]) ).

thf(138,axiom,
    member @ null_class @ ( singleton @ null_class ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',null_class_in_its_singleton) ).

thf(456,plain,
    member @ null_class @ ( singleton @ null_class ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[138]) ).

thf(39,axiom,
    inductive @ omega,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',omega_is_inductive1) ).

thf(224,plain,
    inductive @ omega,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[39]) ).

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

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

thf(6,axiom,
    ! [A: $i] : ( subclass @ ( flip @ A ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',flip1) ).

thf(156,plain,
    ! [A: $i] : ( subclass @ ( flip @ A ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(116,axiom,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ A @ B ) @ ( cross_product @ C @ D ) )
      | ( member @ B @ universal_class ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',corollary_2_to_cartesian_product) ).

thf(403,plain,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ A @ B ) @ ( cross_product @ C @ D ) )
      | ( member @ B @ universal_class ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[116]) ).

thf(96,axiom,
    ! [B: $i,A: $i] :
      ( ~ ( subclass @ A @ ( singleton @ B ) )
      | ( A = null_class )
      | ( ( singleton @ B )
        = A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',two_subsets_of_singleton) ).

thf(356,plain,
    ! [B: $i,A: $i] :
      ( ~ ( subclass @ A @ ( singleton @ B ) )
      | ( A = null_class )
      | ( ( singleton @ B )
        = A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[96]) ).

thf(123,axiom,
    ! [A: $i] :
      ( ( A = null_class )
      | ( ( intersection @ A @ ( regular @ A ) )
        = null_class ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',regularity2) ).

thf(420,plain,
    ! [A: $i] :
      ( ( A = null_class )
      | ( ( intersection @ A @ ( regular @ A ) )
        = null_class ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[123]) ).

thf(53,axiom,
    ! [A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( ( singleton @ A )
       != null_class ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',corollary_to_set_in_its_singleton) ).

thf(256,plain,
    ! [A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( ( singleton @ A )
       != null_class ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[53]) ).

thf(40,axiom,
    ! [A: $i] :
      ( ~ ( function @ A )
      | ( ( cross_product @ ( domain_of @ ( domain_of @ A ) ) @ ( domain_of @ ( domain_of @ A ) ) )
       != ( domain_of @ A ) )
      | ~ ( subclass @ ( range_of @ A ) @ ( domain_of @ ( domain_of @ A ) ) )
      | ( operation @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',operation4) ).

thf(225,plain,
    ! [A: $i] :
      ( ~ ( function @ A )
      | ( ( cross_product @ ( domain_of @ ( domain_of @ A ) ) @ ( domain_of @ ( domain_of @ A ) ) )
       != ( domain_of @ A ) )
      | ~ ( subclass @ ( range_of @ A ) @ ( domain_of @ ( domain_of @ A ) ) )
      | ( operation @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[40]) ).

thf(88,axiom,
    ! [A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( ( member_of @ ( singleton @ A ) )
        = A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',member_of_singleton_is_unique) ).

thf(339,plain,
    ! [A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( ( member_of @ ( singleton @ A ) )
        = A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[88]) ).

thf(24,axiom,
    ! [A: $i] :
      ( ~ ( inductive @ A )
      | ( subclass @ ( image @ successor_relation @ A ) @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',inductive2) ).

thf(193,plain,
    ! [A: $i] :
      ( ~ ( inductive @ A )
      | ( subclass @ ( image @ successor_relation @ A ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[24]) ).

thf(34,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( operation @ A )
      | ~ ( operation @ B )
      | ~ ( compatible @ C @ A @ B )
      | ( ( apply @ B @ ( ordered_pair @ ( apply @ C @ ( not_homomorphism1 @ C @ A @ B ) ) @ ( apply @ C @ ( not_homomorphism2 @ C @ A @ B ) ) ) )
       != ( apply @ C @ ( apply @ A @ ( ordered_pair @ ( not_homomorphism1 @ C @ A @ B ) @ ( not_homomorphism2 @ C @ A @ B ) ) ) ) )
      | ( homomorphism @ C @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',homomorphism6) ).

thf(212,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( operation @ A )
      | ~ ( operation @ B )
      | ~ ( compatible @ C @ A @ B )
      | ( ( apply @ B @ ( ordered_pair @ ( apply @ C @ ( not_homomorphism1 @ C @ A @ B ) ) @ ( apply @ C @ ( not_homomorphism2 @ C @ A @ B ) ) ) )
       != ( apply @ C @ ( apply @ A @ ( ordered_pair @ ( not_homomorphism1 @ C @ A @ B ) @ ( not_homomorphism2 @ C @ A @ B ) ) ) ) )
      | ( homomorphism @ C @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[34]) ).

thf(111,axiom,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ A @ B ) @ ( cross_product @ C @ D ) )
      | ( member @ B @ ( unordered_pair @ A @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',corollary_2_to_unordered_pair) ).

thf(393,plain,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ A @ B ) @ ( cross_product @ C @ D ) )
      | ( member @ B @ ( unordered_pair @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[111]) ).

thf(139,axiom,
    ! [B: $i,A: $i] :
      ( ( ( unordered_pair @ A @ B )
        = null_class )
      | ( member @ A @ universal_class )
      | ( member @ B @ universal_class ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',null_unordered_pair) ).

thf(457,plain,
    ! [B: $i,A: $i] :
      ( ( ( unordered_pair @ A @ B )
        = null_class )
      | ( member @ A @ universal_class )
      | ( member @ B @ universal_class ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[139]) ).

thf(15,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( compatible @ A @ B @ C )
      | ( subclass @ ( range_of @ A ) @ ( domain_of @ ( domain_of @ C ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',compatible3) ).

thf(173,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( compatible @ A @ B @ C )
      | ( subclass @ ( range_of @ A ) @ ( domain_of @ ( domain_of @ C ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[15]) ).

thf(102,axiom,
    ! [B: $i,A: $i] :
      ( ( ( singleton @ A )
       != ( singleton @ B ) )
      | ~ ( member @ B @ universal_class )
      | ( A = B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',singleton_identified_by_element2) ).

thf(371,plain,
    ! [B: $i,A: $i] :
      ( ( ( singleton @ A )
       != ( singleton @ B ) )
      | ~ ( member @ B @ universal_class )
      | ( A = B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[102]) ).

thf(48,axiom,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ A @ B ) @ ( compose @ C @ D ) )
      | ( member @ B @ ( image @ C @ ( image @ D @ ( singleton @ A ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',compose2) ).

thf(244,plain,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ A @ B ) @ ( compose @ C @ D ) )
      | ( member @ B @ ( image @ C @ ( image @ D @ ( singleton @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[48]) ).

thf(90,axiom,
    ! [B: $i,A: $i] :
      ( ( ( restrict @ A @ ( singleton @ B ) @ universal_class )
       != null_class )
      | ~ ( member @ B @ ( domain_of @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',domain1) ).

thf(343,plain,
    ! [B: $i,A: $i] :
      ( ( ( restrict @ A @ ( singleton @ B ) @ universal_class )
       != null_class )
      | ~ ( member @ B @ ( domain_of @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[90]) ).

thf(45,axiom,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ A @ B ) @ C ) @ ( rotate @ D ) )
      | ( member @ ( ordered_pair @ ( ordered_pair @ B @ C ) @ A ) @ D ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',rotate2) ).

thf(237,plain,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ A @ B ) @ C ) @ ( rotate @ D ) )
      | ( member @ ( ordered_pair @ ( ordered_pair @ B @ C ) @ A ) @ D ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[45]) ).

thf(70,axiom,
    ! [A: $i] :
      ( ( complement @ ( image @ element_relation @ ( complement @ A ) ) )
      = ( power_class @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',power_class_definition) ).

thf(298,plain,
    ! [A: $i] :
      ( ( complement @ ( image @ element_relation @ ( complement @ A ) ) )
      = ( power_class @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[70]) ).

thf(125,axiom,
    ! [A: $i] :
      ( ( A = null_class )
      | ( member @ ( regular @ A ) @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',regularity1) ).

thf(425,plain,
    ! [A: $i] :
      ( ( A = null_class )
      | ( member @ ( regular @ A ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[125]) ).

thf(127,axiom,
    ! [B: $i,A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( member @ A @ ( unordered_pair @ B @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',unordered_pair3) ).

thf(430,plain,
    ! [B: $i,A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( member @ A @ ( unordered_pair @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[127]) ).

thf(10,axiom,
    ! [B: $i,A: $i] :
      ( ( A != B )
      | ( subclass @ B @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',equal_implies_subclass2) ).

thf(161,plain,
    ! [B: $i,A: $i] :
      ( ( A != B )
      | ( subclass @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

thf(62,axiom,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ A @ B ) @ ( cross_product @ C @ D ) )
      | ( member @ A @ C ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cartesian_product1) ).

thf(279,plain,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ A @ B ) @ ( cross_product @ C @ D ) )
      | ( member @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[62]) ).

thf(69,axiom,
    ! [A: $i] :
      ~ ( member @ A @ null_class ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',existence_of_null_class) ).

thf(296,plain,
    ! [A: $i] :
      ~ ( member @ A @ null_class ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[69]) ).

thf(133,axiom,
    ! [B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ A @ B ) @ element_relation )
      | ( member @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',element_relation2) ).

thf(444,plain,
    ! [B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ A @ B ) @ element_relation )
      | ( member @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[133]) ).

thf(124,axiom,
    ! [B: $i,A: $i] :
      ( ( sum_class @ ( image @ A @ ( singleton @ B ) ) )
      = ( apply @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',apply) ).

thf(423,plain,
    ! [B: $i,A: $i] :
      ( ( sum_class @ ( image @ A @ ( singleton @ B ) ) )
      = ( apply @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[124]) ).

thf(66,axiom,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ A @ B ) @ ( cross_product @ C @ D ) )
      | ( member @ B @ D ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cartesian_product2) ).

thf(291,plain,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ A @ B ) @ ( cross_product @ C @ D ) )
      | ( member @ B @ D ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[66]) ).

thf(63,axiom,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ A @ B ) @ ( cross_product @ C @ D ) )
      | ( ( unordered_pair @ A @ B )
       != null_class ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',corollary_to_unordered_pair_axiom3) ).

thf(281,plain,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ A @ B ) @ ( cross_product @ C @ D ) )
      | ( ( unordered_pair @ A @ B )
       != null_class ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[63]) ).

thf(54,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( ( unordered_pair @ A @ B )
       != ( singleton @ C ) )
      | ~ ( member @ C @ universal_class )
      | ( C = A )
      | ( C = B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',singleton_in_unordered_pair3) ).

thf(259,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( ( unordered_pair @ A @ B )
       != ( singleton @ C ) )
      | ~ ( member @ C @ universal_class )
      | ( C = A )
      | ( C = B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[54]) ).

thf(120,axiom,
    ! [B: $i,A: $i] :
      ( ( ( singleton @ A )
       != ( singleton @ B ) )
      | ~ ( member @ A @ universal_class )
      | ( A = B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',singleton_identified_by_element1) ).

thf(413,plain,
    ! [B: $i,A: $i] :
      ( ( ( singleton @ A )
       != ( singleton @ B ) )
      | ~ ( member @ A @ universal_class )
      | ( A = B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[120]) ).

thf(19,axiom,
    ! [A: $i] :
      ( ( domain_of @ ( restrict @ element_relation @ universal_class @ A ) )
      = ( sum_class @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sum_class_definition) ).

thf(181,plain,
    ! [A: $i] :
      ( ( domain_of @ ( restrict @ element_relation @ universal_class @ A ) )
      = ( sum_class @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[19]) ).

thf(93,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( second @ ( not_subclass_element @ ( restrict @ A @ ( singleton @ B ) @ C ) @ null_class ) )
      = ( range @ A @ B @ C ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',range) ).

thf(350,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( second @ ( not_subclass_element @ ( restrict @ A @ ( singleton @ B ) @ C ) @ null_class ) )
      = ( range @ A @ B @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[93]) ).

thf(60,axiom,
    ! [B: $i,A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( member @ A @ ( unordered_pair @ A @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',unordered_pair2) ).

thf(274,plain,
    ! [B: $i,A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( member @ A @ ( unordered_pair @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[60]) ).

thf(42,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( homomorphism @ A @ B @ C )
      | ( compatible @ A @ B @ C ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',homomorphism3) ).

thf(230,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( homomorphism @ A @ B @ C )
      | ( compatible @ A @ B @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[42]) ).

thf(98,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( subclass @ A @ B )
      | ~ ( member @ C @ A )
      | ( member @ C @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',subclass_members) ).

thf(362,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( subclass @ A @ B )
      | ~ ( member @ C @ A )
      | ( member @ C @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[98]) ).

thf(59,axiom,
    ! [A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( A = null_class )
      | ( member @ ( apply @ choice @ A ) @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',choice2) ).

thf(271,plain,
    ! [A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( A = null_class )
      | ( member @ ( apply @ choice @ A ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[59]) ).

thf(32,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( homomorphism @ A @ B @ C )
      | ( operation @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',homomorphism1) ).

thf(208,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( homomorphism @ A @ B @ C )
      | ( operation @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[32]) ).

thf(109,axiom,
    ! [B: $i,A: $i] :
      ( ~ ( member @ A @ ( singleton @ B ) )
      | ( A = B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',only_member_in_singleton) ).

thf(387,plain,
    ! [B: $i,A: $i] :
      ( ~ ( member @ A @ ( singleton @ B ) )
      | ( A = B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[109]) ).

thf(100,axiom,
    ! [B: $i,A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( member @ A @ ( complement @ B ) )
      | ( member @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',complement2) ).

thf(367,plain,
    ! [B: $i,A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( member @ A @ ( complement @ B ) )
      | ( member @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[100]) ).

thf(81,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( member @ A @ ( cross_product @ B @ C ) )
      | ( ( ordered_pair @ ( first @ A ) @ ( second @ A ) )
        = A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cartesian_product4) ).

thf(323,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( member @ A @ ( cross_product @ B @ C ) )
      | ( ( ordered_pair @ ( first @ A ) @ ( second @ A ) )
        = A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[81]) ).

thf(51,axiom,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ A @ B ) @ ( cross_product @ C @ D ) )
      | ( member @ A @ ( unordered_pair @ A @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',corollary_1_to_unordered_pair) ).

thf(251,plain,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ A @ B ) @ ( cross_product @ C @ D ) )
      | ( member @ A @ ( unordered_pair @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[51]) ).

thf(84,axiom,
    ! [B: $i,A: $i] : ( subclass @ ( singleton @ A ) @ ( unordered_pair @ B @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',singleton_in_unordered_pair2) ).

thf(330,plain,
    ! [B: $i,A: $i] : ( subclass @ ( singleton @ A ) @ ( unordered_pair @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[84]) ).

thf(141,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( member @ A @ ( intersection @ B @ C ) )
      | ( member @ A @ C ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',intersection2) ).

thf(462,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( member @ A @ ( intersection @ B @ C ) )
      | ( member @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[141]) ).

thf(114,axiom,
    ! [A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( member @ ( power_class @ A ) @ universal_class ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',power_class2) ).

thf(399,plain,
    ! [A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( member @ ( power_class @ A ) @ universal_class ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[114]) ).

thf(130,axiom,
    ! [A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( member @ ( member_of @ ( singleton @ A ) ) @ universal_class ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',member_exists1) ).

thf(438,plain,
    ! [A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( member @ ( member_of @ ( singleton @ A ) ) @ universal_class ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[130]) ).

thf(103,axiom,
    ! [A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( member @ A @ ( singleton @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',set_in_its_singleton) ).

thf(374,plain,
    ! [A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( member @ A @ ( singleton @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[103]) ).

thf(89,axiom,
    ! [A: $i] : ( subclass @ null_class @ A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',null_class_is_subclass) ).

thf(342,plain,
    ! [A: $i] : ( subclass @ null_class @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[89]) ).

thf(1,negated_conjecture,
    ~ ( member @ ( not_subclass_element @ ( intersection @ ( complement @ ( singleton @ ( not_subclass_element @ x @ null_class ) ) ) @ x ) @ null_class ) @ x ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_corollary_1_to_number_of_elements_in_class_1) ).

thf(145,plain,
    ~ ( member @ ( not_subclass_element @ ( intersection @ ( complement @ ( singleton @ ( not_subclass_element @ x @ null_class ) ) ) @ x ) @ null_class ) @ x ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[1]) ).

thf(83,axiom,
    ! [B: $i,A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( ( restrict @ B @ ( singleton @ A ) @ universal_class )
        = null_class )
      | ( member @ A @ ( domain_of @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',domain2) ).

thf(327,plain,
    ! [B: $i,A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( ( restrict @ B @ ( singleton @ A ) @ universal_class )
        = null_class )
      | ( member @ A @ ( domain_of @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[83]) ).

thf(56,axiom,
    ! [B: $i,A: $i] :
      ( ~ ( member @ ( not_subclass_element @ A @ B ) @ B )
      | ( subclass @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',not_subclass_members2) ).

thf(263,plain,
    ! [B: $i,A: $i] :
      ( ~ ( member @ ( not_subclass_element @ A @ B ) @ B )
      | ( subclass @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[56]) ).

thf(27,axiom,
    ! [A: $i] : ( subclass @ A @ universal_class ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',class_elements_are_sets) ).

thf(199,plain,
    ! [A: $i] : ( subclass @ A @ universal_class ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[27]) ).

thf(17,axiom,
    ! [A: $i] :
      ( ~ ( operation @ A )
      | ( subclass @ ( range_of @ A ) @ ( domain_of @ ( domain_of @ A ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',operation3) ).

thf(177,plain,
    ! [A: $i] :
      ( ~ ( operation @ A )
      | ( subclass @ ( range_of @ A ) @ ( domain_of @ ( domain_of @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[17]) ).

thf(85,axiom,
    ! [B: $i,A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( ( unordered_pair @ B @ A )
       != null_class ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',corollary_to_unordered_pair_axiom2) ).

thf(331,plain,
    ! [B: $i,A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( ( unordered_pair @ B @ A )
       != null_class ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[85]) ).

thf(97,axiom,
    ! [B: $i,A: $i] :
      ( ( member @ A @ universal_class )
      | ( ( unordered_pair @ A @ B )
        = ( singleton @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',unordered_pair_equals_singleton2) ).

thf(359,plain,
    ! [B: $i,A: $i] :
      ( ( member @ A @ universal_class )
      | ( ( unordered_pair @ A @ B )
        = ( singleton @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[97]) ).

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

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

thf(16,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( homomorphism @ A @ B @ C )
      | ( operation @ C ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',homomorphism2) ).

thf(175,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( homomorphism @ A @ B @ C )
      | ( operation @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[16]) ).

thf(134,axiom,
    ! [A: $i] :
      ( ~ ( member @ null_class @ A )
      | ~ ( subclass @ ( image @ successor_relation @ A ) @ A )
      | ( inductive @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',inductive3) ).

thf(446,plain,
    ! [A: $i] :
      ( ~ ( member @ null_class @ A )
      | ~ ( subclass @ ( image @ successor_relation @ A ) @ A )
      | ( inductive @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[134]) ).

thf(143,axiom,
    ! [A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( member @ ( sum_class @ A ) @ universal_class ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sum_class2) ).

thf(465,plain,
    ! [A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( member @ ( sum_class @ A ) @ universal_class ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[143]) ).

thf(136,axiom,
    ! [B: $i,A: $i] :
      ( ( A = B )
      | ( member @ ( not_subclass_element @ A @ B ) @ A )
      | ( member @ ( not_subclass_element @ B @ A ) @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',equality1) ).

thf(450,plain,
    ! [B: $i,A: $i] :
      ( ( A = B )
      | ( member @ ( not_subclass_element @ A @ B ) @ A )
      | ( member @ ( not_subclass_element @ B @ A ) @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[136]) ).

thf(30,axiom,
    ! [A: $i] :
      ( ~ ( operation @ A )
      | ( ( cross_product @ ( domain_of @ ( domain_of @ A ) ) @ ( domain_of @ ( domain_of @ A ) ) )
        = ( domain_of @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',operation2) ).

thf(203,plain,
    ! [A: $i] :
      ( ~ ( operation @ A )
      | ( ( cross_product @ ( domain_of @ ( domain_of @ A ) ) @ ( domain_of @ ( domain_of @ A ) ) )
        = ( domain_of @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[30]) ).

thf(79,axiom,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ A @ B ) @ C ) @ D )
      | ~ ( member @ ( ordered_pair @ ( ordered_pair @ C @ A ) @ B ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
      | ( member @ ( ordered_pair @ ( ordered_pair @ C @ A ) @ B ) @ ( rotate @ D ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',rotate3) ).

thf(319,plain,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ A @ B ) @ C ) @ D )
      | ~ ( member @ ( ordered_pair @ ( ordered_pair @ C @ A ) @ B ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
      | ( member @ ( ordered_pair @ ( ordered_pair @ C @ A ) @ B ) @ ( rotate @ D ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[79]) ).

thf(73,axiom,
    ! [A: $i] :
      ( ( A = null_class )
      | ( member @ ( not_subclass_element @ A @ null_class ) @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',null_class_is_unique) ).

thf(304,plain,
    ! [A: $i] :
      ( ( A = null_class )
      | ( member @ ( not_subclass_element @ A @ null_class ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[73]) ).

thf(8,axiom,
    ! [A: $i] :
      ( ( domain_of @ ( inverse @ A ) )
      = ( range_of @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',range_of) ).

thf(158,plain,
    ! [A: $i] :
      ( ( domain_of @ ( inverse @ A ) )
      = ( range_of @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

thf(110,axiom,
    ! [A: $i] :
      ( ~ ( subclass @ A @ null_class )
      | ( A = null_class ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',corollary_of_null_class_is_subclass) ).

thf(390,plain,
    ! [A: $i] :
      ( ~ ( subclass @ A @ null_class )
      | ( A = null_class ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[110]) ).

thf(22,axiom,
    ! [B: $i,A: $i] :
      ( ( A != B )
      | ( subclass @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',equal_implies_subclass1) ).

thf(186,plain,
    ! [B: $i,A: $i] :
      ( ( A != B )
      | ( subclass @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[22]) ).

thf(115,axiom,
    ! [B: $i,A: $i] :
      ( ~ ( member @ A @ ( complement @ B ) )
      | ~ ( member @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',complement1) ).

thf(401,plain,
    ! [B: $i,A: $i] :
      ( ~ ( member @ A @ ( complement @ B ) )
      | ~ ( member @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[115]) ).

thf(14,axiom,
    ! [A: $i] :
      ( ( domain_of @ ( flip @ ( cross_product @ A @ universal_class ) ) )
      = ( inverse @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',inverse) ).

thf(171,plain,
    ! [A: $i] :
      ( ( domain_of @ ( flip @ ( cross_product @ A @ universal_class ) ) )
      = ( inverse @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[14]) ).

thf(122,axiom,
    ! [A: $i] :
      ( ( intersection @ ( domain_of @ A ) @ ( diagonalise @ ( compose @ ( inverse @ element_relation ) @ A ) ) )
      = ( cantor @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cantor_class) ).

thf(418,plain,
    ! [A: $i] :
      ( ( intersection @ ( domain_of @ A ) @ ( diagonalise @ ( compose @ ( inverse @ element_relation ) @ A ) ) )
      = ( cantor @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[122]) ).

thf(49,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( ( unordered_pair @ A @ B )
       != ( unordered_pair @ A @ C ) )
      | ~ ( member @ ( ordered_pair @ B @ C ) @ ( cross_product @ universal_class @ universal_class ) )
      | ( B = C ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',left_cancellation) ).

thf(246,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( ( unordered_pair @ A @ B )
       != ( unordered_pair @ A @ C ) )
      | ~ ( member @ ( ordered_pair @ B @ C ) @ ( cross_product @ universal_class @ universal_class ) )
      | ( B = C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[49]) ).

thf(107,axiom,
    ! [B: $i,A: $i] :
      ~ ( member @ A @ ( intersection @ ( complement @ B ) @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',special_classes_lemma) ).

thf(383,plain,
    ! [B: $i,A: $i] :
      ~ ( member @ A @ ( intersection @ ( complement @ B ) @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[107]) ).

thf(91,axiom,
    ! [B: $i,A: $i] : ( member @ ( singleton @ A ) @ ( unordered_pair @ B @ ( singleton @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',corollary_1_to_singletons_are_sets) ).

thf(346,plain,
    ! [B: $i,A: $i] : ( member @ ( singleton @ A ) @ ( unordered_pair @ B @ ( singleton @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[91]) ).

thf(71,axiom,
    ! [A: $i] :
      ( ( unordered_pair @ A @ A )
      = ( singleton @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',singleton_set) ).

thf(300,plain,
    ! [A: $i] :
      ( ( unordered_pair @ A @ A )
      = ( singleton @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[71]) ).

thf(77,axiom,
    ! [B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ A @ B ) @ ( cross_product @ universal_class @ universal_class ) )
      | ~ ( member @ A @ B )
      | ( member @ ( ordered_pair @ A @ B ) @ element_relation ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',element_relation3) ).

thf(315,plain,
    ! [B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ A @ B ) @ ( cross_product @ universal_class @ universal_class ) )
      | ~ ( member @ A @ B )
      | ( member @ ( ordered_pair @ A @ B ) @ element_relation ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[77]) ).

thf(128,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( ( unordered_pair @ A @ B )
       != ( unordered_pair @ C @ B ) )
      | ~ ( member @ ( ordered_pair @ A @ C ) @ ( cross_product @ universal_class @ universal_class ) )
      | ( A = C ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',right_cancellation) ).

thf(432,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( ( unordered_pair @ A @ B )
       != ( unordered_pair @ C @ B ) )
      | ~ ( member @ ( ordered_pair @ A @ C ) @ ( cross_product @ universal_class @ universal_class ) )
      | ( A = C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[128]) ).

thf(2,negated_conjecture,
    ( ( singleton @ ( not_subclass_element @ x @ null_class ) )
   != x ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_corollary_1_to_number_of_elements_in_class_2) ).

thf(146,plain,
    ( ( singleton @ ( not_subclass_element @ x @ null_class ) )
   != x ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(117,axiom,
    ! [B: $i,A: $i] :
      ( ( ( singleton @ ( member_of @ A ) )
       != A )
      | ~ ( member @ B @ A )
      | ( ( member_of @ A )
        = B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',property_of_singletons1) ).

thf(405,plain,
    ! [B: $i,A: $i] :
      ( ( ( singleton @ ( member_of @ A ) )
       != A )
      | ~ ( member @ B @ A )
      | ( ( member_of @ A )
        = B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[117]) ).

thf(23,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( function @ A )
      | ( ( domain_of @ ( domain_of @ B ) )
       != ( domain_of @ A ) )
      | ~ ( subclass @ ( range_of @ A ) @ ( domain_of @ ( domain_of @ C ) ) )
      | ( compatible @ A @ B @ C ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',compatible4) ).

thf(190,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( function @ A )
      | ( ( domain_of @ ( domain_of @ B ) )
       != ( domain_of @ A ) )
      | ~ ( subclass @ ( range_of @ A ) @ ( domain_of @ ( domain_of @ C ) ) )
      | ( compatible @ A @ B @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[23]) ).

thf(20,axiom,
    ! [A: $i] :
      ( ~ ( subclass @ ( compose @ A @ ( inverse @ A ) ) @ identity_relation )
      | ( single_valued_class @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',single_valued_class2) ).

thf(183,plain,
    ! [A: $i] :
      ( ~ ( subclass @ ( compose @ A @ ( inverse @ A ) ) @ identity_relation )
      | ( single_valued_class @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[20]) ).

thf(12,axiom,
    ! [A: $i] :
      ( ~ ( function @ ( inverse @ A ) )
      | ~ ( function @ A )
      | ( one_to_one @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',one_to_one3) ).

thf(168,plain,
    ! [A: $i] :
      ( ~ ( function @ ( inverse @ A ) )
      | ~ ( function @ A )
      | ( one_to_one @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

thf(55,axiom,
    ! [A: $i] : ( member @ ( singleton @ A ) @ universal_class ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',singletons_are_sets) ).

thf(262,plain,
    ! [A: $i] : ( member @ ( singleton @ A ) @ universal_class ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[55]) ).

thf(33,axiom,
    ! [B: $i,A: $i] :
      ( ( range_of @ ( restrict @ A @ B @ universal_class ) )
      = ( image @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',image) ).

thf(210,plain,
    ! [B: $i,A: $i] :
      ( ( range_of @ ( restrict @ A @ B @ universal_class ) )
      = ( image @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[33]) ).

thf(82,axiom,
    member @ null_class @ universal_class,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',null_class_is_a_set) ).

thf(326,plain,
    member @ null_class @ universal_class,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[82]) ).

thf(68,axiom,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ A @ ( image @ B @ ( image @ C @ ( singleton @ D ) ) ) )
      | ~ ( member @ ( ordered_pair @ D @ A ) @ ( cross_product @ universal_class @ universal_class ) )
      | ( member @ ( ordered_pair @ D @ A ) @ ( compose @ B @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',compose3) ).

thf(294,plain,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ A @ ( image @ B @ ( image @ C @ ( singleton @ D ) ) ) )
      | ~ ( member @ ( ordered_pair @ D @ A ) @ ( cross_product @ universal_class @ universal_class ) )
      | ( member @ ( ordered_pair @ D @ A ) @ ( compose @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[68]) ).

thf(58,axiom,
    ! [A: $i] :
      ( ( member @ ( not_subclass_element @ ( intersection @ ( complement @ ( singleton @ ( not_subclass_element @ A @ null_class ) ) ) @ A ) @ null_class ) @ ( intersection @ ( complement @ ( singleton @ ( not_subclass_element @ A @ null_class ) ) ) @ A ) )
      | ( ( singleton @ ( not_subclass_element @ A @ null_class ) )
        = A )
      | ( A = null_class ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',number_of_elements_in_class) ).

thf(268,plain,
    ! [A: $i] :
      ( ( member @ ( not_subclass_element @ ( intersection @ ( complement @ ( singleton @ ( not_subclass_element @ A @ null_class ) ) ) @ A ) @ null_class ) @ ( intersection @ ( complement @ ( singleton @ ( not_subclass_element @ A @ null_class ) ) ) @ A ) )
      | ( ( singleton @ ( not_subclass_element @ A @ null_class ) )
        = A )
      | ( A = null_class ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[58]) ).

thf(25,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( subclass @ A @ B )
      | ~ ( subclass @ B @ C )
      | ( subclass @ A @ C ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',transitivity_of_subclass) ).

thf(195,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( subclass @ A @ B )
      | ~ ( subclass @ B @ C )
      | ( subclass @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[25]) ).

thf(46,axiom,
    ! [A: $i] :
      ( ( ( singleton @ ( member_of @ A ) )
        = A )
      | ( ( member_of @ A )
        = A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',member_exists4) ).

thf(239,plain,
    ! [A: $i] :
      ( ( ( singleton @ ( member_of @ A ) )
        = A )
      | ( ( member_of @ A )
        = A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[46]) ).

thf(47,axiom,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ A @ B ) @ C ) @ ( flip @ D ) )
      | ( member @ ( ordered_pair @ ( ordered_pair @ B @ A ) @ C ) @ D ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',flip2) ).

thf(242,plain,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ A @ B ) @ C ) @ ( flip @ D ) )
      | ( member @ ( ordered_pair @ ( ordered_pair @ B @ A ) @ C ) @ D ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[47]) ).

thf(112,axiom,
    ( ( intersection @ ( cross_product @ universal_class @ universal_class ) @ ( intersection @ ( cross_product @ universal_class @ universal_class ) @ ( complement @ ( compose @ ( complement @ element_relation ) @ ( inverse @ element_relation ) ) ) ) )
    = subset_relation ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',subset_relation) ).

thf(395,plain,
    ( ( intersection @ ( cross_product @ universal_class @ universal_class ) @ ( intersection @ ( cross_product @ universal_class @ universal_class ) @ ( complement @ ( compose @ ( complement @ element_relation ) @ ( inverse @ element_relation ) ) ) ) )
    = subset_relation ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[112]) ).

thf(142,axiom,
    ! [B: $i,A: $i] : ( subclass @ ( singleton @ A ) @ ( unordered_pair @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',singleton_in_unordered_pair1) ).

thf(464,plain,
    ! [B: $i,A: $i] : ( subclass @ ( singleton @ A ) @ ( unordered_pair @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[142]) ).

thf(28,axiom,
    subclass @ successor_relation @ ( cross_product @ universal_class @ universal_class ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',successor_relation1) ).

thf(200,plain,
    subclass @ successor_relation @ ( cross_product @ universal_class @ universal_class ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[28]) ).

thf(132,axiom,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ A @ B ) @ ( cross_product @ C @ D ) )
      | ( member @ A @ universal_class ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',corollary_1_to_cartesian_product) ).

thf(442,plain,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ A @ B ) @ ( cross_product @ C @ D ) )
      | ( member @ A @ universal_class ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[132]) ).

thf(101,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( operation @ A )
      | ~ ( operation @ B )
      | ~ ( compatible @ C @ A @ B )
      | ( member @ ( ordered_pair @ ( not_homomorphism1 @ C @ A @ B ) @ ( not_homomorphism2 @ C @ A @ B ) ) @ ( domain_of @ A ) )
      | ( homomorphism @ C @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',homomorphism5) ).

thf(369,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( operation @ A )
      | ~ ( operation @ B )
      | ~ ( compatible @ C @ A @ B )
      | ( member @ ( ordered_pair @ ( not_homomorphism1 @ C @ A @ B ) @ ( not_homomorphism2 @ C @ A @ B ) ) @ ( domain_of @ A ) )
      | ( homomorphism @ C @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[101]) ).

thf(87,axiom,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ A @ B ) @ C ) @ D )
      | ~ ( member @ ( ordered_pair @ ( ordered_pair @ B @ A ) @ C ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
      | ( member @ ( ordered_pair @ ( ordered_pair @ B @ A ) @ C ) @ ( flip @ D ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',flip3) ).

thf(337,plain,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ A @ B ) @ C ) @ D )
      | ~ ( member @ ( ordered_pair @ ( ordered_pair @ B @ A ) @ C ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
      | ( member @ ( ordered_pair @ ( ordered_pair @ B @ A ) @ C ) @ ( flip @ D ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[87]) ).

thf(95,axiom,
    ! [B: $i,A: $i] :
      ( ( intersection @ ( complement @ ( intersection @ A @ B ) ) @ ( complement @ ( intersection @ ( complement @ A ) @ ( complement @ B ) ) ) )
      = ( symmetric_difference @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',symmetric_difference) ).

thf(354,plain,
    ! [B: $i,A: $i] :
      ( ( intersection @ ( complement @ ( intersection @ A @ B ) ) @ ( complement @ ( intersection @ ( complement @ A ) @ ( complement @ B ) ) ) )
      = ( symmetric_difference @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[95]) ).

thf(75,axiom,
    ! [A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( ( singleton @ ( member_of @ ( singleton @ A ) ) )
        = ( singleton @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',member_exists2) ).

thf(309,plain,
    ! [A: $i] :
      ( ~ ( member @ A @ universal_class )
      | ( ( singleton @ ( member_of @ ( singleton @ A ) ) )
        = ( singleton @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[75]) ).

thf(35,axiom,
    ! [A: $i] :
      ( ~ ( single_valued_class @ A )
      | ( subclass @ ( compose @ A @ ( inverse @ A ) ) @ identity_relation ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',single_valued_class1) ).

thf(215,plain,
    ! [A: $i] :
      ( ~ ( single_valued_class @ A )
      | ( subclass @ ( compose @ A @ ( inverse @ A ) ) @ identity_relation ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[35]) ).

thf(38,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( compatible @ A @ B @ C )
      | ( function @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',compatible1) ).

thf(222,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( compatible @ A @ B @ C )
      | ( function @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[38]) ).

thf(99,axiom,
    ! [B: $i,A: $i] :
      ( ~ ( member @ ( not_subclass_element @ A @ B ) @ B )
      | ~ ( member @ ( not_subclass_element @ B @ A ) @ A )
      | ( A = B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',equality4) ).

thf(364,plain,
    ! [B: $i,A: $i] :
      ( ~ ( member @ ( not_subclass_element @ A @ B ) @ B )
      | ~ ( member @ ( not_subclass_element @ B @ A ) @ A )
      | ( A = B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[99]) ).

thf(43,axiom,
    ! [A: $i] :
      ( ~ ( one_to_one @ A )
      | ( function @ ( inverse @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',one_to_one2) ).

thf(232,plain,
    ! [A: $i] :
      ( ~ ( one_to_one @ A )
      | ( function @ ( inverse @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[43]) ).

thf(483,plain,
    $false,
    inference(cvc4,[status(thm)],[347,249,234,352,379,440,408,170,217,276,385,153,185,288,460,157,284,416,228,448,179,321,376,253,147,397,293,453,411,428,265,312,206,307,201,381,220,334,302,160,165,467,197,435,456,224,317,156,403,356,420,256,225,339,193,212,393,457,173,371,244,343,237,298,425,430,161,279,296,444,423,291,281,259,413,181,350,274,230,362,271,208,387,367,323,251,330,462,399,438,374,342,145,327,263,199,177,331,359,154,175,446,465,450,203,319,304,158,390,186,401,171,418,246,383,346,300,315,432,146,405,190,183,168,262,210,326,294,268,195,239,242,395,464,200,442,369,337,354,309,215,222,364,232]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.11  % Problem  : SET098-7 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.10/0.13  % Command  : run_Leo-III %s %d
% 0.13/0.33  % Computer : n012.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 300
% 0.13/0.34  % DateTime : Thu May 18 18:51:48 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.95/0.89  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.31/1.08  % [INFO] 	 Parsing done (181ms). 
% 1.31/1.09  % [INFO] 	 Running in sequential loop mode. 
% 1.82/1.32  % [INFO] 	 eprover registered as external prover. 
% 1.82/1.32  % [INFO] 	 cvc4 registered as external prover. 
% 2.02/1.32  % [INFO] 	 Scanning for conjecture ... 
% 2.21/1.41  % [INFO] 	 Found a conjecture and 141 axioms. Running axiom selection ... 
% 2.48/1.48  % [INFO] 	 Axiom selection finished. Selected 141 axioms (removed 0 axioms). 
% 2.83/1.58  % [INFO] 	 Problem is propositional (TPTP CNF). 
% 2.83/1.59  % [INFO] 	 Type checking passed. 
% 2.87/1.60  % [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 ... 
% 5.66/2.53  % External prover 'cvc4' found a proof!
% 5.66/2.53  % [INFO] 	 Killing All external provers ... 
% 5.66/2.53  % Time passed: 2020ms (effective reasoning time: 1437ms)
% 5.66/2.53  % 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)>
% 5.66/2.54  % Axioms used in derivation (141): operation4, number_of_elements_in_class, equal_implies_subclass1, complement1, one_to_one2, null_unordered_pair, omega_is_inductive1, cartesian_product4, rotate2, homomorphism4, range_of, singleton_in_unordered_pair3, function3, corollary_to_set_in_its_singleton, regularity1, singleton_set, identity_relation, commutativity_of_unordered_pair, union, flip3, element_relation2, unordered_pairs_in_universal, corollary_of_null_class_is_subclass, equality1, compose2, homomorphism3, compatible3, symmetric_difference, cartesian_product1, image, replacement, singletons_are_sets, not_subclass_members1, existence_of_null_class, ordered_pair, successor_relation1, successor, unordered_pair_equals_singleton2, corollary_to_unordered_pair_axiom2, domain, homomorphism1, singleton_in_unordered_pair1, singleton_identified_by_element2, member_of_non_singleton_unique1, null_class_is_a_set, member_exists2, one_to_one3, single_valued_class1, compose3, omega_is_inductive2, rotate1, left_cancellation, choice1, power_class2, equality2, regularity2, equal_implies_subclass2, element_relation3, homomorphism6, intersection1, flip2, two_subsets_of_singleton, corollary_1_to_singletons_are_sets, inverse, corollary_to_unordered_pair_axiom3, sum_class_definition, inductive2, inductive1, compatible2, sum_class2, subclass_members, cartesian_product2, only_member_in_singleton, not_subclass_members2, successor_relation3, member_exists3, domain2, function1, right_cancellation, compatible4, property_of_singletons2, intersection3, singleton_identified_by_element1, corollary_to_unordered_pair_axiom1, member_of_non_singleton_unique2, corollary_2_to_singletons_are_sets, single_valued_class2, unordered_pair_member, apply, element_relation1, transitivity_of_subclass, operation1, member_of_singleton_is_unique, null_class_is_subclass, range, equality4, restriction1, cartesian_product3, flip1, homomorphism5, compatible1, unordered_pair2, operation2, member_exists4, rotate3, property_of_singletons1, singleton_in_unordered_pair2, complement2, one_to_one1, subclass_implies_equal, function2, cantor_class, successor_relation2, set_in_its_singleton, domain1, unordered_pair_is_subset, null_class_in_its_singleton, corollary_1_to_cartesian_product, null_class_is_unique, restriction2, omega_in_universal, class_elements_are_sets, diagonalisation, intersection2, inductive3, corollary_2_to_unordered_pair, equality3, corollary_1_to_unordered_pair, singleton_is_null_class, operation3, subclass_is_reflexive, homomorphism2, power_class_definition, unordered_pair_equals_singleton1, corollary_2_to_cartesian_product, choice2, unordered_pair3, special_classes_lemma, subset_relation, compose1, member_exists1
% 5.66/2.54  % No. of inferences in proof: 289
% 5.66/2.54  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 2020 ms resp. 1437 ms w/o parsing
% 6.31/2.62  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 6.31/2.62  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------