TSTP Solution File: SET058-7 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : SET058-7 : TPTP v8.1.0. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp
% Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s

% Computer : n029.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  : 600s
% DateTime : Tue Jul 19 02:58:48 EDT 2022

% Result   : Unsatisfiable 0.52s 0.81s
% Output   : CNFRefutation 0.77s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   16
%            Number of leaves      :  150
% Syntax   : Number of formulae    :  770 ( 434 unt;  49 typ;   0 def)
%            Number of atoms       : 3434 (1177 equ;   0 cnn)
%            Maximal formula atoms :    5 (   4 avg)
%            Number of connectives : 7611 ( 677   ~; 895   |;   0   &;6039   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   15 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   65 (  65   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   52 (  49 usr;  12 con; 0-3 aty)
%            Number of variables   : 1662 (   0   ^1662   !;   0   ?;1662   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_apply,type,
    apply: $i > $i > $i ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(tp_y,type,
    y: $i ).

thf(1,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ~ ( subclass @ X @ Y )
      | ~ ( subclass @ Y @ Z )
      | ( subclass @ X @ Z ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',transitivity_of_subclass) ).

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

thf(3,axiom,
    ! [U: $i,V: $i,X: $i,Y: $i] :
      ( ~ ( member @ ( ordered_pair @ U @ V ) @ ( cross_product @ X @ Y ) )
      | ( member @ V @ universal_class ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',corollary_2_to_cartesian_product) ).

thf(4,axiom,
    ! [U: $i,V: $i,X: $i,Y: $i] :
      ( ~ ( member @ ( ordered_pair @ U @ V ) @ ( cross_product @ X @ Y ) )
      | ( member @ U @ universal_class ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',corollary_1_to_cartesian_product) ).

thf(5,axiom,
    ! [X: $i,Y: $i,U: $i,V: $i] :
      ( ~ ( member @ ( ordered_pair @ X @ Y ) @ ( cross_product @ U @ V ) )
      | ( member @ Y @ ( unordered_pair @ X @ Y ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',corollary_2_to_unordered_pair) ).

thf(6,axiom,
    ! [X: $i,Y: $i,U: $i,V: $i] :
      ( ~ ( member @ ( ordered_pair @ X @ Y ) @ ( cross_product @ U @ V ) )
      | ( member @ X @ ( unordered_pair @ X @ Y ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',corollary_1_to_unordered_pair) ).

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

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

thf(9,axiom,
    ! [Xh: $i,Xf1: $i,Xf2: $i,X: $i,Y: $i] :
      ( ~ ( homomorphism @ Xh @ Xf1 @ Xf2 )
      | ~ ( member @ ( ordered_pair @ X @ Y ) @ ( domain_of @ Xf1 ) )
      | ( ( apply @ Xf2 @ ( ordered_pair @ ( apply @ Xh @ X ) @ ( apply @ Xh @ Y ) ) )
        = ( apply @ Xh @ ( apply @ Xf1 @ ( ordered_pair @ X @ Y ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',homomorphism4) ).

thf(10,axiom,
    ! [Xh: $i,Xf1: $i,Xf2: $i] :
      ( ~ ( homomorphism @ Xh @ Xf1 @ Xf2 )
      | ( compatible @ Xh @ Xf1 @ Xf2 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',homomorphism3) ).

thf(11,axiom,
    ! [Xh: $i,Xf1: $i,Xf2: $i] :
      ( ~ ( homomorphism @ Xh @ Xf1 @ Xf2 )
      | ( operation @ Xf2 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',homomorphism2) ).

thf(12,axiom,
    ! [Xh: $i,Xf1: $i,Xf2: $i] :
      ( ~ ( homomorphism @ Xh @ Xf1 @ Xf2 )
      | ( operation @ Xf1 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',homomorphism1) ).

thf(13,axiom,
    ! [Xh: $i,Xf1: $i,Xf2: $i] :
      ( ~ ( function @ Xh )
      | ( ( domain_of @ ( domain_of @ Xf1 ) )
       != ( domain_of @ Xh ) )
      | ~ ( subclass @ ( range_of @ Xh ) @ ( domain_of @ ( domain_of @ Xf2 ) ) )
      | ( compatible @ Xh @ Xf1 @ Xf2 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',compatible4) ).

thf(14,axiom,
    ! [Xh: $i,Xf1: $i,Xf2: $i] :
      ( ~ ( compatible @ Xh @ Xf1 @ Xf2 )
      | ( subclass @ ( range_of @ Xh ) @ ( domain_of @ ( domain_of @ Xf2 ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',compatible3) ).

thf(15,axiom,
    ! [Xh: $i,Xf1: $i,Xf2: $i] :
      ( ~ ( compatible @ Xh @ Xf1 @ Xf2 )
      | ( ( domain_of @ ( domain_of @ Xf1 ) )
        = ( domain_of @ Xh ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',compatible2) ).

thf(16,axiom,
    ! [Xh: $i,Xf1: $i,Xf2: $i] :
      ( ~ ( compatible @ Xh @ Xf1 @ Xf2 )
      | ( function @ Xh ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',compatible1) ).

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

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

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

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

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

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

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

thf(24,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(25,axiom,
    ! [Xf: $i] :
      ( ~ ( function @ ( inverse @ Xf ) )
      | ~ ( function @ Xf )
      | ( one_to_one @ Xf ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',one_to_one3) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(39,axiom,
    ! [Z: $i,Yr: $i,Xr: $i,Y: $i] :
      ( ~ ( member @ Z @ ( image @ Yr @ ( image @ Xr @ ( singleton @ Y ) ) ) )
      | ~ ( member @ ( ordered_pair @ Y @ Z ) @ ( cross_product @ universal_class @ universal_class ) )
      | ( member @ ( ordered_pair @ Y @ Z ) @ ( compose @ Yr @ Xr ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',compose3) ).

thf(40,axiom,
    ! [Y: $i,Z: $i,Yr: $i,Xr: $i] :
      ( ~ ( member @ ( ordered_pair @ Y @ Z ) @ ( compose @ Yr @ Xr ) )
      | ( member @ Z @ ( image @ Yr @ ( image @ Xr @ ( singleton @ Y ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',compose2) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(57,axiom,
    ! [Z: $i,X: $i,Y: $i] :
      ( ( second @ ( not_subclass_element @ ( restrict @ Z @ ( singleton @ X ) @ Y ) @ null_class ) )
      = ( range @ Z @ X @ Y ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',range) ).

thf(58,axiom,
    ! [Z: $i,X: $i,Y: $i] :
      ( ( first @ ( not_subclass_element @ ( restrict @ Z @ X @ ( singleton @ Y ) ) @ null_class ) )
      = ( domain @ Z @ X @ Y ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',domain) ).

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

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

thf(61,axiom,
    ! [V: $i,U: $i,W: $i,X: $i] :
      ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ V @ U ) @ W ) @ X )
      | ~ ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
      | ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( flip @ X ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',flip3) ).

thf(62,axiom,
    ! [U: $i,V: $i,W: $i,X: $i] :
      ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( flip @ X ) )
      | ( member @ ( ordered_pair @ ( ordered_pair @ V @ U ) @ W ) @ X ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',flip2) ).

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

thf(64,axiom,
    ! [V: $i,W: $i,U: $i,X: $i] :
      ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ V @ W ) @ U ) @ X )
      | ~ ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
      | ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( rotate @ X ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',rotate3) ).

thf(65,axiom,
    ! [U: $i,V: $i,W: $i,X: $i] :
      ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( rotate @ X ) )
      | ( member @ ( ordered_pair @ ( ordered_pair @ V @ W ) @ U ) @ X ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',rotate2) ).

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

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

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

thf(69,axiom,
    ! [X: $i,Y: $i,Xr: $i] :
      ( ( intersection @ ( cross_product @ X @ Y ) @ Xr )
      = ( restrict @ Xr @ X @ Y ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',restriction2) ).

thf(70,axiom,
    ! [Xr: $i,X: $i,Y: $i] :
      ( ( intersection @ Xr @ ( cross_product @ X @ Y ) )
      = ( restrict @ Xr @ X @ Y ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',restriction1) ).

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

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

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

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

thf(75,axiom,
    ! [Z: $i,X: $i,Y: $i] :
      ( ~ ( member @ Z @ X )
      | ~ ( member @ Z @ Y )
      | ( member @ Z @ ( intersection @ X @ Y ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',intersection3) ).

thf(76,axiom,
    ! [Z: $i,X: $i,Y: $i] :
      ( ~ ( member @ Z @ ( intersection @ X @ Y ) )
      | ( member @ Z @ Y ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',intersection2) ).

thf(77,axiom,
    ! [Z: $i,X: $i,Y: $i] :
      ( ~ ( member @ Z @ ( intersection @ X @ Y ) )
      | ( member @ Z @ X ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',intersection1) ).

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

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

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

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

thf(82,axiom,
    ! [U: $i,X: $i,V: $i,Y: $i] :
      ( ~ ( member @ U @ X )
      | ~ ( member @ V @ Y )
      | ( member @ ( ordered_pair @ U @ V ) @ ( cross_product @ X @ Y ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cartesian_product3) ).

thf(83,axiom,
    ! [U: $i,V: $i,X: $i,Y: $i] :
      ( ~ ( member @ ( ordered_pair @ U @ V ) @ ( cross_product @ X @ Y ) )
      | ( member @ V @ Y ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cartesian_product2) ).

thf(84,axiom,
    ! [U: $i,V: $i,X: $i,Y: $i] :
      ( ~ ( member @ ( ordered_pair @ U @ V ) @ ( cross_product @ X @ Y ) )
      | ( member @ U @ X ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cartesian_product1) ).

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

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

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

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

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

thf(90,axiom,
    ! [U: $i,X: $i,Y: $i] :
      ( ~ ( member @ U @ ( unordered_pair @ X @ Y ) )
      | ( U = X )
      | ( U = Y ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',unordered_pair_member) ).

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

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

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

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

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

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

thf(97,axiom,
    ! [X: $i,Y: $i,U: $i] :
      ( ~ ( subclass @ X @ Y )
      | ~ ( member @ U @ X )
      | ( member @ U @ Y ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',subclass_members) ).

thf(98,conjecture,
    $false,
    file('no conjecture given, we try to refute the axioms',dummy_conjecture) ).

thf(99,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[98]) ).

thf(100,negated_conjecture,
    ~ ( member @ ( not_subclass_element @ x @ y ) @ x ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_equality3_3) ).

thf(101,negated_conjecture,
    x != y,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_equality3_2) ).

thf(102,negated_conjecture,
    member @ ( not_subclass_element @ y @ x ) @ x,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_equality3_1) ).

thf(103,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[99]) ).

thf(104,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ~ ( subclass @ X @ Y )
          | ~ ( subclass @ Y @ Z )
          | ( subclass @ X @ Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(105,plain,
    ( ( ! [X: $i] : ( subclass @ X @ X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(106,plain,
    ( ( ! [U: $i,V: $i,X: $i,Y: $i] :
          ( ~ ( member @ ( ordered_pair @ U @ V ) @ ( cross_product @ X @ Y ) )
          | ( member @ V @ universal_class ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(107,plain,
    ( ( ! [U: $i,V: $i,X: $i,Y: $i] :
          ( ~ ( member @ ( ordered_pair @ U @ V ) @ ( cross_product @ X @ Y ) )
          | ( member @ U @ universal_class ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(108,plain,
    ( ( ! [X: $i,Y: $i,U: $i,V: $i] :
          ( ~ ( member @ ( ordered_pair @ X @ Y ) @ ( cross_product @ U @ V ) )
          | ( member @ Y @ ( unordered_pair @ X @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(109,plain,
    ( ( ! [X: $i,Y: $i,U: $i,V: $i] :
          ( ~ ( member @ ( ordered_pair @ X @ Y ) @ ( cross_product @ U @ V ) )
          | ( member @ X @ ( unordered_pair @ X @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(110,plain,
    ( ( ! [Xf1: $i,Xf2: $i,Xh: $i] :
          ( ~ ( operation @ Xf1 )
          | ~ ( operation @ Xf2 )
          | ~ ( compatible @ Xh @ Xf1 @ Xf2 )
          | ( ( apply @ Xf2 @ ( ordered_pair @ ( apply @ Xh @ ( not_homomorphism1 @ Xh @ Xf1 @ Xf2 ) ) @ ( apply @ Xh @ ( not_homomorphism2 @ Xh @ Xf1 @ Xf2 ) ) ) )
           != ( apply @ Xh @ ( apply @ Xf1 @ ( ordered_pair @ ( not_homomorphism1 @ Xh @ Xf1 @ Xf2 ) @ ( not_homomorphism2 @ Xh @ Xf1 @ Xf2 ) ) ) ) )
          | ( homomorphism @ Xh @ Xf1 @ Xf2 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(111,plain,
    ( ( ! [Xf1: $i,Xf2: $i,Xh: $i] :
          ( ~ ( operation @ Xf1 )
          | ~ ( operation @ Xf2 )
          | ~ ( compatible @ Xh @ Xf1 @ Xf2 )
          | ( member @ ( ordered_pair @ ( not_homomorphism1 @ Xh @ Xf1 @ Xf2 ) @ ( not_homomorphism2 @ Xh @ Xf1 @ Xf2 ) ) @ ( domain_of @ Xf1 ) )
          | ( homomorphism @ Xh @ Xf1 @ Xf2 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(112,plain,
    ( ( ! [Xh: $i,Xf1: $i,Xf2: $i,X: $i,Y: $i] :
          ( ~ ( homomorphism @ Xh @ Xf1 @ Xf2 )
          | ~ ( member @ ( ordered_pair @ X @ Y ) @ ( domain_of @ Xf1 ) )
          | ( ( apply @ Xf2 @ ( ordered_pair @ ( apply @ Xh @ X ) @ ( apply @ Xh @ Y ) ) )
            = ( apply @ Xh @ ( apply @ Xf1 @ ( ordered_pair @ X @ Y ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(113,plain,
    ( ( ! [Xh: $i,Xf1: $i,Xf2: $i] :
          ( ~ ( homomorphism @ Xh @ Xf1 @ Xf2 )
          | ( compatible @ Xh @ Xf1 @ Xf2 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(114,plain,
    ( ( ! [Xh: $i,Xf1: $i,Xf2: $i] :
          ( ~ ( homomorphism @ Xh @ Xf1 @ Xf2 )
          | ( operation @ Xf2 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(115,plain,
    ( ( ! [Xh: $i,Xf1: $i,Xf2: $i] :
          ( ~ ( homomorphism @ Xh @ Xf1 @ Xf2 )
          | ( operation @ Xf1 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

thf(116,plain,
    ( ( ! [Xh: $i,Xf1: $i,Xf2: $i] :
          ( ~ ( function @ Xh )
          | ( ( domain_of @ ( domain_of @ Xf1 ) )
           != ( domain_of @ Xh ) )
          | ~ ( subclass @ ( range_of @ Xh ) @ ( domain_of @ ( domain_of @ Xf2 ) ) )
          | ( compatible @ Xh @ Xf1 @ Xf2 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[13]) ).

thf(117,plain,
    ( ( ! [Xh: $i,Xf1: $i,Xf2: $i] :
          ( ~ ( compatible @ Xh @ Xf1 @ Xf2 )
          | ( subclass @ ( range_of @ Xh ) @ ( domain_of @ ( domain_of @ Xf2 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[14]) ).

thf(118,plain,
    ( ( ! [Xh: $i,Xf1: $i,Xf2: $i] :
          ( ~ ( compatible @ Xh @ Xf1 @ Xf2 )
          | ( ( domain_of @ ( domain_of @ Xf1 ) )
            = ( domain_of @ Xh ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[15]) ).

thf(119,plain,
    ( ( ! [Xh: $i,Xf1: $i,Xf2: $i] :
          ( ~ ( compatible @ Xh @ Xf1 @ Xf2 )
          | ( function @ Xh ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[16]) ).

thf(120,plain,
    ( ( ! [Xf: $i] :
          ( ~ ( function @ Xf )
          | ( ( cross_product @ ( domain_of @ ( domain_of @ Xf ) ) @ ( domain_of @ ( domain_of @ Xf ) ) )
           != ( domain_of @ Xf ) )
          | ~ ( subclass @ ( range_of @ Xf ) @ ( domain_of @ ( domain_of @ Xf ) ) )
          | ( operation @ Xf ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[17]) ).

thf(121,plain,
    ( ( ! [Xf: $i] :
          ( ~ ( operation @ Xf )
          | ( subclass @ ( range_of @ Xf ) @ ( domain_of @ ( domain_of @ Xf ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[18]) ).

thf(122,plain,
    ( ( ! [Xf: $i] :
          ( ~ ( operation @ Xf )
          | ( ( cross_product @ ( domain_of @ ( domain_of @ Xf ) ) @ ( domain_of @ ( domain_of @ Xf ) ) )
            = ( domain_of @ Xf ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[19]) ).

thf(123,plain,
    ( ( ! [Xf: $i] :
          ( ~ ( operation @ Xf )
          | ( function @ Xf ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[20]) ).

thf(124,plain,
    ( ( ! [X: $i] :
          ( ( intersection @ ( domain_of @ X ) @ ( diagonalise @ ( compose @ ( inverse @ element_relation ) @ X ) ) )
          = ( cantor @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[21]) ).

thf(125,plain,
    ( ( ! [Xr: $i] :
          ( ( complement @ ( domain_of @ ( intersection @ Xr @ identity_relation ) ) )
          = ( diagonalise @ Xr ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[22]) ).

thf(126,plain,
    ( ( ( intersection @ ( inverse @ subset_relation ) @ subset_relation )
      = identity_relation )
    = $true ),
    inference(unfold_def,[status(thm)],[23]) ).

thf(127,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 )
    = $true ),
    inference(unfold_def,[status(thm)],[24]) ).

thf(128,plain,
    ( ( ! [Xf: $i] :
          ( ~ ( function @ ( inverse @ Xf ) )
          | ~ ( function @ Xf )
          | ( one_to_one @ Xf ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[25]) ).

thf(129,plain,
    ( ( ! [Xf: $i] :
          ( ~ ( one_to_one @ Xf )
          | ( function @ ( inverse @ Xf ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[26]) ).

thf(130,plain,
    ( ( ! [Xf: $i] :
          ( ~ ( one_to_one @ Xf )
          | ( function @ Xf ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[27]) ).

thf(131,plain,
    ( ( ! [Y: $i] :
          ( ~ ( member @ Y @ universal_class )
          | ( Y = null_class )
          | ( member @ ( apply @ choice @ Y ) @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[28]) ).

thf(132,plain,
    ( ( function @ choice )
    = $true ),
    inference(unfold_def,[status(thm)],[29]) ).

thf(133,plain,
    ( ( ! [Xf: $i,Y: $i] :
          ( ( sum_class @ ( image @ Xf @ ( singleton @ Y ) ) )
          = ( apply @ Xf @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[30]) ).

thf(134,plain,
    ( ( ! [X: $i] :
          ( ( X = null_class )
          | ( ( intersection @ X @ ( regular @ X ) )
            = null_class ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[31]) ).

thf(135,plain,
    ( ( ! [X: $i] :
          ( ( X = null_class )
          | ( member @ ( regular @ X ) @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[32]) ).

thf(136,plain,
    ( ( ! [Xf: $i,X: $i] :
          ( ~ ( function @ Xf )
          | ~ ( member @ X @ universal_class )
          | ( member @ ( image @ Xf @ X ) @ universal_class ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[33]) ).

thf(137,plain,
    ( ( ! [Xf: $i] :
          ( ~ ( subclass @ Xf @ ( cross_product @ universal_class @ universal_class ) )
          | ~ ( subclass @ ( compose @ Xf @ ( inverse @ Xf ) ) @ identity_relation )
          | ( function @ Xf ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[34]) ).

thf(138,plain,
    ( ( ! [Xf: $i] :
          ( ~ ( function @ Xf )
          | ( subclass @ ( compose @ Xf @ ( inverse @ Xf ) ) @ identity_relation ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[35]) ).

thf(139,plain,
    ( ( ! [Xf: $i] :
          ( ~ ( function @ Xf )
          | ( subclass @ Xf @ ( cross_product @ universal_class @ universal_class ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[36]) ).

thf(140,plain,
    ( ( ! [X: $i] :
          ( ~ ( subclass @ ( compose @ X @ ( inverse @ X ) ) @ identity_relation )
          | ( single_valued_class @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[37]) ).

thf(141,plain,
    ( ( ! [X: $i] :
          ( ~ ( single_valued_class @ X )
          | ( subclass @ ( compose @ X @ ( inverse @ X ) ) @ identity_relation ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[38]) ).

thf(142,plain,
    ( ( ! [Z: $i,Yr: $i,Xr: $i,Y: $i] :
          ( ~ ( member @ Z @ ( image @ Yr @ ( image @ Xr @ ( singleton @ Y ) ) ) )
          | ~ ( member @ ( ordered_pair @ Y @ Z ) @ ( cross_product @ universal_class @ universal_class ) )
          | ( member @ ( ordered_pair @ Y @ Z ) @ ( compose @ Yr @ Xr ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[39]) ).

thf(143,plain,
    ( ( ! [Y: $i,Z: $i,Yr: $i,Xr: $i] :
          ( ~ ( member @ ( ordered_pair @ Y @ Z ) @ ( compose @ Yr @ Xr ) )
          | ( member @ Z @ ( image @ Yr @ ( image @ Xr @ ( singleton @ Y ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[40]) ).

thf(144,plain,
    ( ( ! [Yr: $i,Xr: $i] : ( subclass @ ( compose @ Yr @ Xr ) @ ( cross_product @ universal_class @ universal_class ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[41]) ).

thf(145,plain,
    ( ( ! [U: $i] :
          ( ~ ( member @ U @ universal_class )
          | ( member @ ( power_class @ U ) @ universal_class ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[42]) ).

thf(146,plain,
    ( ( ! [X: $i] :
          ( ( complement @ ( image @ element_relation @ ( complement @ X ) ) )
          = ( power_class @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[43]) ).

thf(147,plain,
    ( ( ! [X: $i] :
          ( ~ ( member @ X @ universal_class )
          | ( member @ ( sum_class @ X ) @ universal_class ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[44]) ).

thf(148,plain,
    ( ( ! [X: $i] :
          ( ( domain_of @ ( restrict @ element_relation @ universal_class @ X ) )
          = ( sum_class @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[45]) ).

thf(149,plain,
    ( ( member @ omega @ universal_class )
    = $true ),
    inference(unfold_def,[status(thm)],[46]) ).

thf(150,plain,
    ( ( ! [Y: $i] :
          ( ~ ( inductive @ Y )
          | ( subclass @ omega @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[47]) ).

thf(151,plain,
    ( ( inductive @ omega )
    = $true ),
    inference(unfold_def,[status(thm)],[48]) ).

thf(152,plain,
    ( ( ! [X: $i] :
          ( ~ ( member @ null_class @ X )
          | ~ ( subclass @ ( image @ successor_relation @ X ) @ X )
          | ( inductive @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[49]) ).

thf(153,plain,
    ( ( ! [X: $i] :
          ( ~ ( inductive @ X )
          | ( subclass @ ( image @ successor_relation @ X ) @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[50]) ).

thf(154,plain,
    ( ( ! [X: $i] :
          ( ~ ( inductive @ X )
          | ( member @ null_class @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[51]) ).

thf(155,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( ( successor @ X )
           != Y )
          | ~ ( member @ ( ordered_pair @ X @ Y ) @ ( cross_product @ universal_class @ universal_class ) )
          | ( member @ ( ordered_pair @ X @ Y ) @ successor_relation ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[52]) ).

thf(156,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( member @ ( ordered_pair @ X @ Y ) @ successor_relation )
          | ( ( successor @ X )
            = Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[53]) ).

thf(157,plain,
    ( ( subclass @ successor_relation @ ( cross_product @ universal_class @ universal_class ) )
    = $true ),
    inference(unfold_def,[status(thm)],[54]) ).

thf(158,plain,
    ( ( ! [X: $i] :
          ( ( union @ X @ ( singleton @ X ) )
          = ( successor @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[55]) ).

thf(159,plain,
    ( ( ! [Xr: $i,X: $i] :
          ( ( range_of @ ( restrict @ Xr @ X @ universal_class ) )
          = ( image @ Xr @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[56]) ).

thf(160,plain,
    ( ( ! [Z: $i,X: $i,Y: $i] :
          ( ( second @ ( not_subclass_element @ ( restrict @ Z @ ( singleton @ X ) @ Y ) @ null_class ) )
          = ( range @ Z @ X @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[57]) ).

thf(161,plain,
    ( ( ! [Z: $i,X: $i,Y: $i] :
          ( ( first @ ( not_subclass_element @ ( restrict @ Z @ X @ ( singleton @ Y ) ) @ null_class ) )
          = ( domain @ Z @ X @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[58]) ).

thf(162,plain,
    ( ( ! [Z: $i] :
          ( ( domain_of @ ( inverse @ Z ) )
          = ( range_of @ Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[59]) ).

thf(163,plain,
    ( ( ! [Y: $i] :
          ( ( domain_of @ ( flip @ ( cross_product @ Y @ universal_class ) ) )
          = ( inverse @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[60]) ).

thf(164,plain,
    ( ( ! [V: $i,U: $i,W: $i,X: $i] :
          ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ V @ U ) @ W ) @ X )
          | ~ ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
          | ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( flip @ X ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[61]) ).

thf(165,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( flip @ X ) )
          | ( member @ ( ordered_pair @ ( ordered_pair @ V @ U ) @ W ) @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[62]) ).

thf(166,plain,
    ( ( ! [X: $i] : ( subclass @ ( flip @ X ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[63]) ).

thf(167,plain,
    ( ( ! [V: $i,W: $i,U: $i,X: $i] :
          ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ V @ W ) @ U ) @ X )
          | ~ ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
          | ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( rotate @ X ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[64]) ).

thf(168,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( rotate @ X ) )
          | ( member @ ( ordered_pair @ ( ordered_pair @ V @ W ) @ U ) @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[65]) ).

thf(169,plain,
    ( ( ! [X: $i] : ( subclass @ ( rotate @ X ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[66]) ).

thf(170,plain,
    ( ( ! [Z: $i,X: $i] :
          ( ~ ( member @ Z @ universal_class )
          | ( ( restrict @ X @ ( singleton @ Z ) @ universal_class )
            = null_class )
          | ( member @ Z @ ( domain_of @ X ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[67]) ).

thf(171,plain,
    ( ( ! [X: $i,Z: $i] :
          ( ( ( restrict @ X @ ( singleton @ Z ) @ universal_class )
           != null_class )
          | ~ ( member @ Z @ ( domain_of @ X ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[68]) ).

thf(172,plain,
    ( ( ! [X: $i,Y: $i,Xr: $i] :
          ( ( intersection @ ( cross_product @ X @ Y ) @ Xr )
          = ( restrict @ Xr @ X @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[69]) ).

thf(173,plain,
    ( ( ! [Xr: $i,X: $i,Y: $i] :
          ( ( intersection @ Xr @ ( cross_product @ X @ Y ) )
          = ( restrict @ Xr @ X @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[70]) ).

thf(174,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( intersection @ ( complement @ ( intersection @ X @ Y ) ) @ ( complement @ ( intersection @ ( complement @ X ) @ ( complement @ Y ) ) ) )
          = ( symmetric_difference @ X @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[71]) ).

thf(175,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( complement @ ( intersection @ ( complement @ X ) @ ( complement @ Y ) ) )
          = ( union @ X @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[72]) ).

thf(176,plain,
    ( ( ! [Z: $i,X: $i] :
          ( ~ ( member @ Z @ universal_class )
          | ( member @ Z @ ( complement @ X ) )
          | ( member @ Z @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[73]) ).

thf(177,plain,
    ( ( ! [Z: $i,X: $i] :
          ( ~ ( member @ Z @ ( complement @ X ) )
          | ~ ( member @ Z @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[74]) ).

thf(178,plain,
    ( ( ! [Z: $i,X: $i,Y: $i] :
          ( ~ ( member @ Z @ X )
          | ~ ( member @ Z @ Y )
          | ( member @ Z @ ( intersection @ X @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[75]) ).

thf(179,plain,
    ( ( ! [Z: $i,X: $i,Y: $i] :
          ( ~ ( member @ Z @ ( intersection @ X @ Y ) )
          | ( member @ Z @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[76]) ).

thf(180,plain,
    ( ( ! [Z: $i,X: $i,Y: $i] :
          ( ~ ( member @ Z @ ( intersection @ X @ Y ) )
          | ( member @ Z @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[77]) ).

thf(181,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( member @ ( ordered_pair @ X @ Y ) @ ( cross_product @ universal_class @ universal_class ) )
          | ~ ( member @ X @ Y )
          | ( member @ ( ordered_pair @ X @ Y ) @ element_relation ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[78]) ).

thf(182,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( member @ ( ordered_pair @ X @ Y ) @ element_relation )
          | ( member @ X @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[79]) ).

thf(183,plain,
    ( ( subclass @ element_relation @ ( cross_product @ universal_class @ universal_class ) )
    = $true ),
    inference(unfold_def,[status(thm)],[80]) ).

thf(184,plain,
    ( ( ! [Z: $i,X: $i,Y: $i] :
          ( ~ ( member @ Z @ ( cross_product @ X @ Y ) )
          | ( ( ordered_pair @ ( first @ Z ) @ ( second @ Z ) )
            = Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[81]) ).

thf(185,plain,
    ( ( ! [U: $i,X: $i,V: $i,Y: $i] :
          ( ~ ( member @ U @ X )
          | ~ ( member @ V @ Y )
          | ( member @ ( ordered_pair @ U @ V ) @ ( cross_product @ X @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[82]) ).

thf(186,plain,
    ( ( ! [U: $i,V: $i,X: $i,Y: $i] :
          ( ~ ( member @ ( ordered_pair @ U @ V ) @ ( cross_product @ X @ Y ) )
          | ( member @ V @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[83]) ).

thf(187,plain,
    ( ( ! [U: $i,V: $i,X: $i,Y: $i] :
          ( ~ ( member @ ( ordered_pair @ U @ V ) @ ( cross_product @ X @ Y ) )
          | ( member @ U @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[84]) ).

thf(188,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( unordered_pair @ ( singleton @ X ) @ ( unordered_pair @ X @ ( singleton @ Y ) ) )
          = ( ordered_pair @ X @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[85]) ).

thf(189,plain,
    ( ( ! [X: $i] :
          ( ( unordered_pair @ X @ X )
          = ( singleton @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[86]) ).

thf(190,plain,
    ( ( ! [X: $i,Y: $i] : ( member @ ( unordered_pair @ X @ Y ) @ universal_class ) )
    = $true ),
    inference(unfold_def,[status(thm)],[87]) ).

thf(191,plain,
    ( ( ! [Y: $i,X: $i] :
          ( ~ ( member @ Y @ universal_class )
          | ( member @ Y @ ( unordered_pair @ X @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[88]) ).

thf(192,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( member @ X @ universal_class )
          | ( member @ X @ ( unordered_pair @ X @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[89]) ).

thf(193,plain,
    ( ( ! [U: $i,X: $i,Y: $i] :
          ( ~ ( member @ U @ ( unordered_pair @ X @ Y ) )
          | ( U = X )
          | ( U = Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[90]) ).

thf(194,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( subclass @ X @ Y )
          | ~ ( subclass @ Y @ X )
          | ( X = Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[91]) ).

thf(195,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( X != Y )
          | ( subclass @ Y @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[92]) ).

thf(196,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( X != Y )
          | ( subclass @ X @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[93]) ).

thf(197,plain,
    ( ( ! [X: $i] : ( subclass @ X @ universal_class ) )
    = $true ),
    inference(unfold_def,[status(thm)],[94]) ).

thf(198,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( member @ ( not_subclass_element @ X @ Y ) @ Y )
          | ( subclass @ X @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[95]) ).

thf(199,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( member @ ( not_subclass_element @ X @ Y ) @ X )
          | ( subclass @ X @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[96]) ).

thf(200,plain,
    ( ( ! [X: $i,Y: $i,U: $i] :
          ( ~ ( subclass @ X @ Y )
          | ~ ( member @ U @ X )
          | ( member @ U @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[97]) ).

thf(201,plain,
    ( ( ~ ( member @ ( not_subclass_element @ x @ y ) @ x ) )
    = $true ),
    inference(unfold_def,[status(thm)],[100]) ).

thf(202,plain,
    ( ( ( x != y ) )
    = $true ),
    inference(unfold_def,[status(thm)],[101]) ).

thf(203,plain,
    ( ( member @ ( not_subclass_element @ y @ x ) @ x )
    = $true ),
    inference(unfold_def,[status(thm)],[102]) ).

thf(204,plain,
    ( ( ~ $false )
    = $true ),
    inference(polarity_switch,[status(thm)],[103]) ).

thf(205,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( subclass @ X @ Y )
          | ! [Z: $i] :
              ( ~ ( subclass @ Y @ Z )
              | ( subclass @ X @ Z ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[104]) ).

thf(206,plain,
    ( ( ! [U: $i,V: $i] :
          ( ! [X: $i,Y: $i] :
              ~ ( member @ ( ordered_pair @ U @ V ) @ ( cross_product @ X @ Y ) )
          | ( member @ V @ universal_class ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[106]) ).

thf(207,plain,
    ( ( ! [U: $i,V: $i] :
          ( ! [X: $i,Y: $i] :
              ~ ( member @ ( ordered_pair @ U @ V ) @ ( cross_product @ X @ Y ) )
          | ( member @ U @ universal_class ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[107]) ).

thf(208,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ! [U: $i,V: $i] :
              ~ ( member @ ( ordered_pair @ X @ Y ) @ ( cross_product @ U @ V ) )
          | ( member @ Y @ ( unordered_pair @ X @ Y ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[108]) ).

thf(209,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ! [U: $i,V: $i] :
              ~ ( member @ ( ordered_pair @ X @ Y ) @ ( cross_product @ U @ V ) )
          | ( member @ X @ ( unordered_pair @ X @ Y ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[109]) ).

thf(210,plain,
    ( ( ! [Xf1: $i] :
          ( ~ ( operation @ Xf1 )
          | ! [Xf2: $i] :
              ( ~ ( operation @ Xf2 )
              | ! [Xh: $i] :
                  ( ~ ( compatible @ Xh @ Xf1 @ Xf2 )
                  | ( ( apply @ Xf2 @ ( ordered_pair @ ( apply @ Xh @ ( not_homomorphism1 @ Xh @ Xf1 @ Xf2 ) ) @ ( apply @ Xh @ ( not_homomorphism2 @ Xh @ Xf1 @ Xf2 ) ) ) )
                   != ( apply @ Xh @ ( apply @ Xf1 @ ( ordered_pair @ ( not_homomorphism1 @ Xh @ Xf1 @ Xf2 ) @ ( not_homomorphism2 @ Xh @ Xf1 @ Xf2 ) ) ) ) )
                  | ( homomorphism @ Xh @ Xf1 @ Xf2 ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[110]) ).

thf(211,plain,
    ( ( ! [Xf1: $i] :
          ( ~ ( operation @ Xf1 )
          | ! [Xf2: $i] :
              ( ~ ( operation @ Xf2 )
              | ! [Xh: $i] :
                  ( ~ ( compatible @ Xh @ Xf1 @ Xf2 )
                  | ( homomorphism @ Xh @ Xf1 @ Xf2 )
                  | ( member @ ( ordered_pair @ ( not_homomorphism1 @ Xh @ Xf1 @ Xf2 ) @ ( not_homomorphism2 @ Xh @ Xf1 @ Xf2 ) ) @ ( domain_of @ Xf1 ) ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[111]) ).

thf(212,plain,
    ( ( ! [Xh: $i,Xf1: $i,Xf2: $i] :
          ( ~ ( homomorphism @ Xh @ Xf1 @ Xf2 )
          | ! [X: $i,Y: $i] :
              ( ~ ( member @ ( ordered_pair @ X @ Y ) @ ( domain_of @ Xf1 ) )
              | ( ( apply @ Xf2 @ ( ordered_pair @ ( apply @ Xh @ X ) @ ( apply @ Xh @ Y ) ) )
                = ( apply @ Xh @ ( apply @ Xf1 @ ( ordered_pair @ X @ Y ) ) ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[112]) ).

thf(213,plain,
    ( ( ! [Xh: $i,Xf1: $i] :
          ( ! [Xf2: $i] :
              ~ ( homomorphism @ Xh @ Xf1 @ Xf2 )
          | ( operation @ Xf1 ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[115]) ).

thf(214,plain,
    ( ( ! [Xh: $i] :
          ( ~ ( function @ Xh )
          | ! [Xf1: $i] :
              ( ( ( domain_of @ ( domain_of @ Xf1 ) )
               != ( domain_of @ Xh ) )
              | ! [Xf2: $i] :
                  ( ~ ( subclass @ ( range_of @ Xh ) @ ( domain_of @ ( domain_of @ Xf2 ) ) )
                  | ( compatible @ Xh @ Xf1 @ Xf2 ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[116]) ).

thf(215,plain,
    ( ( ! [Xh: $i,Xf1: $i] :
          ( ! [Xf2: $i] :
              ~ ( compatible @ Xh @ Xf1 @ Xf2 )
          | ( ( domain_of @ ( domain_of @ Xf1 ) )
            = ( domain_of @ Xh ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[118]) ).

thf(216,plain,
    ( ( ! [Xh: $i] :
          ( ! [Xf1: $i,Xf2: $i] :
              ~ ( compatible @ Xh @ Xf1 @ Xf2 )
          | ( function @ Xh ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[119]) ).

thf(217,plain,
    ( ( ! [Xf: $i] :
          ( ~ ( function @ Xf )
          | ( ( cross_product @ ( domain_of @ ( domain_of @ Xf ) ) @ ( domain_of @ ( domain_of @ Xf ) ) )
           != ( domain_of @ Xf ) )
          | ~ ( subclass @ ( range_of @ Xf ) @ ( domain_of @ ( domain_of @ Xf ) ) )
          | ( operation @ Xf ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[120]) ).

thf(218,plain,
    ( ( ! [Xf: $i] :
          ( ~ ( function @ Xf )
          | ! [X: $i] :
              ( ~ ( member @ X @ universal_class )
              | ( member @ ( image @ Xf @ X ) @ universal_class ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[136]) ).

thf(219,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( ( successor @ X )
           != Y )
          | ~ ( member @ ( ordered_pair @ X @ Y ) @ ( cross_product @ universal_class @ universal_class ) )
          | ( member @ ( ordered_pair @ X @ Y ) @ successor_relation ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[155]) ).

thf(220,plain,
    ( ( ! [Z: $i] :
          ( ~ ( member @ Z @ universal_class )
          | ! [X: $i] :
              ( ( ( restrict @ X @ ( singleton @ Z ) @ universal_class )
                = null_class )
              | ( member @ Z @ ( domain_of @ X ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[170]) ).

thf(221,plain,
    ( ( ! [X: $i,Z: $i] :
          ( ( ( restrict @ X @ ( singleton @ Z ) @ universal_class )
           != null_class )
          | ~ ( member @ Z @ ( domain_of @ X ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[171]) ).

thf(222,plain,
    ( ( ! [Z: $i] :
          ( ~ ( member @ Z @ universal_class )
          | ! [X: $i] :
              ( ( member @ Z @ ( complement @ X ) )
              | ( member @ Z @ X ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[176]) ).

thf(223,plain,
    ( ( ! [Z: $i,X: $i] :
          ( ~ ( member @ Z @ X )
          | ! [Y: $i] :
              ( ~ ( member @ Z @ Y )
              | ( member @ Z @ ( intersection @ X @ Y ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[178]) ).

thf(224,plain,
    ( ( ! [Z: $i,X: $i] :
          ( ! [Y: $i] :
              ~ ( member @ Z @ ( intersection @ X @ Y ) )
          | ( member @ Z @ X ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[180]) ).

thf(225,plain,
    ( ( ! [Z: $i] :
          ( ! [X: $i,Y: $i] :
              ~ ( member @ Z @ ( cross_product @ X @ Y ) )
          | ( ( ordered_pair @ ( first @ Z ) @ ( second @ Z ) )
            = Z ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[184]) ).

thf(226,plain,
    ( ( ! [U: $i,X: $i] :
          ( ~ ( member @ U @ X )
          | ! [V: $i,Y: $i] :
              ( ~ ( member @ V @ Y )
              | ( member @ ( ordered_pair @ U @ V ) @ ( cross_product @ X @ Y ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[185]) ).

thf(227,plain,
    ( ( ! [U: $i,V: $i,X: $i] :
          ( ! [Y: $i] :
              ~ ( member @ ( ordered_pair @ U @ V ) @ ( cross_product @ X @ Y ) )
          | ( member @ U @ X ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[187]) ).

thf(228,plain,
    ( ( ! [Y: $i] :
          ( ~ ( member @ Y @ universal_class )
          | ! [X: $i] : ( member @ Y @ ( unordered_pair @ X @ Y ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[191]) ).

thf(229,plain,
    ( ( ! [X: $i] :
          ( ~ ( member @ X @ universal_class )
          | ! [Y: $i] : ( member @ X @ ( unordered_pair @ X @ Y ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[192]) ).

thf(230,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( X != Y )
          | ( subclass @ Y @ X ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[195]) ).

thf(231,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( X != Y )
          | ( subclass @ X @ Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[196]) ).

thf(232,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( subclass @ X @ Y )
          | ! [U: $i] :
              ( ~ ( member @ U @ X )
              | ( member @ U @ Y ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[200]) ).

thf(233,plain,
    ( ( ( x != y ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[202]) ).

thf(234,plain,
    ( ( member @ ( not_subclass_element @ y @ x ) @ x )
    = $true ),
    inference(copy,[status(thm)],[203]) ).

thf(235,plain,
    ( ( ( x != y ) )
    = $true ),
    inference(copy,[status(thm)],[233]) ).

thf(236,plain,
    ( ( ~ ( member @ ( not_subclass_element @ x @ y ) @ x ) )
    = $true ),
    inference(copy,[status(thm)],[201]) ).

thf(237,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( subclass @ X @ Y )
          | ! [U: $i] :
              ( ~ ( member @ U @ X )
              | ( member @ U @ Y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[232]) ).

thf(238,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( member @ ( not_subclass_element @ X @ Y ) @ X )
          | ( subclass @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[199]) ).

thf(239,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( member @ ( not_subclass_element @ X @ Y ) @ Y )
          | ( subclass @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[198]) ).

thf(240,plain,
    ( ( ! [X: $i] : ( subclass @ X @ universal_class ) )
    = $true ),
    inference(copy,[status(thm)],[197]) ).

thf(241,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( X != Y )
          | ( subclass @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[231]) ).

thf(242,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( X != Y )
          | ( subclass @ Y @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[230]) ).

thf(243,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( subclass @ X @ Y )
          | ~ ( subclass @ Y @ X )
          | ( X = Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[194]) ).

thf(244,plain,
    ( ( ! [U: $i,X: $i,Y: $i] :
          ( ~ ( member @ U @ ( unordered_pair @ X @ Y ) )
          | ( U = X )
          | ( U = Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[193]) ).

thf(245,plain,
    ( ( ! [X: $i] :
          ( ~ ( member @ X @ universal_class )
          | ! [Y: $i] : ( member @ X @ ( unordered_pair @ X @ Y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[229]) ).

thf(246,plain,
    ( ( ! [Y: $i] :
          ( ~ ( member @ Y @ universal_class )
          | ! [X: $i] : ( member @ Y @ ( unordered_pair @ X @ Y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[228]) ).

thf(247,plain,
    ( ( ! [X: $i,Y: $i] : ( member @ ( unordered_pair @ X @ Y ) @ universal_class ) )
    = $true ),
    inference(copy,[status(thm)],[190]) ).

thf(248,plain,
    ( ( ! [X: $i] :
          ( ( unordered_pair @ X @ X )
          = ( singleton @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[189]) ).

thf(249,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( unordered_pair @ ( singleton @ X ) @ ( unordered_pair @ X @ ( singleton @ Y ) ) )
          = ( ordered_pair @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[188]) ).

thf(250,plain,
    ( ( ! [U: $i,V: $i,X: $i] :
          ( ! [Y: $i] :
              ~ ( member @ ( ordered_pair @ U @ V ) @ ( cross_product @ X @ Y ) )
          | ( member @ U @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[227]) ).

thf(251,plain,
    ( ( ! [U: $i,V: $i,X: $i,Y: $i] :
          ( ~ ( member @ ( ordered_pair @ U @ V ) @ ( cross_product @ X @ Y ) )
          | ( member @ V @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[186]) ).

thf(252,plain,
    ( ( ! [U: $i,X: $i] :
          ( ~ ( member @ U @ X )
          | ! [V: $i,Y: $i] :
              ( ~ ( member @ V @ Y )
              | ( member @ ( ordered_pair @ U @ V ) @ ( cross_product @ X @ Y ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[226]) ).

thf(253,plain,
    ( ( ! [Z: $i] :
          ( ! [X: $i,Y: $i] :
              ~ ( member @ Z @ ( cross_product @ X @ Y ) )
          | ( ( ordered_pair @ ( first @ Z ) @ ( second @ Z ) )
            = Z ) ) )
    = $true ),
    inference(copy,[status(thm)],[225]) ).

thf(254,plain,
    ( ( subclass @ element_relation @ ( cross_product @ universal_class @ universal_class ) )
    = $true ),
    inference(copy,[status(thm)],[183]) ).

thf(255,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( member @ ( ordered_pair @ X @ Y ) @ element_relation )
          | ( member @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[182]) ).

thf(256,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( member @ ( ordered_pair @ X @ Y ) @ ( cross_product @ universal_class @ universal_class ) )
          | ~ ( member @ X @ Y )
          | ( member @ ( ordered_pair @ X @ Y ) @ element_relation ) ) )
    = $true ),
    inference(copy,[status(thm)],[181]) ).

thf(257,plain,
    ( ( ! [Z: $i,X: $i] :
          ( ! [Y: $i] :
              ~ ( member @ Z @ ( intersection @ X @ Y ) )
          | ( member @ Z @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[224]) ).

thf(258,plain,
    ( ( ! [Z: $i,X: $i,Y: $i] :
          ( ~ ( member @ Z @ ( intersection @ X @ Y ) )
          | ( member @ Z @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[179]) ).

thf(259,plain,
    ( ( ! [Z: $i,X: $i] :
          ( ~ ( member @ Z @ X )
          | ! [Y: $i] :
              ( ~ ( member @ Z @ Y )
              | ( member @ Z @ ( intersection @ X @ Y ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[223]) ).

thf(260,plain,
    ( ( ! [Z: $i,X: $i] :
          ( ~ ( member @ Z @ ( complement @ X ) )
          | ~ ( member @ Z @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[177]) ).

thf(261,plain,
    ( ( ! [Z: $i] :
          ( ~ ( member @ Z @ universal_class )
          | ! [X: $i] :
              ( ( member @ Z @ ( complement @ X ) )
              | ( member @ Z @ X ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[222]) ).

thf(262,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( complement @ ( intersection @ ( complement @ X ) @ ( complement @ Y ) ) )
          = ( union @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[175]) ).

thf(263,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( intersection @ ( complement @ ( intersection @ X @ Y ) ) @ ( complement @ ( intersection @ ( complement @ X ) @ ( complement @ Y ) ) ) )
          = ( symmetric_difference @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[174]) ).

thf(264,plain,
    ( ( ! [Xr: $i,X: $i,Y: $i] :
          ( ( intersection @ Xr @ ( cross_product @ X @ Y ) )
          = ( restrict @ Xr @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[173]) ).

thf(265,plain,
    ( ( ! [X: $i,Y: $i,Xr: $i] :
          ( ( intersection @ ( cross_product @ X @ Y ) @ Xr )
          = ( restrict @ Xr @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[172]) ).

thf(266,plain,
    ( ( ! [X: $i,Z: $i] :
          ( ( ( restrict @ X @ ( singleton @ Z ) @ universal_class )
           != null_class )
          | ~ ( member @ Z @ ( domain_of @ X ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[221]) ).

thf(267,plain,
    ( ( ! [Z: $i] :
          ( ~ ( member @ Z @ universal_class )
          | ! [X: $i] :
              ( ( ( restrict @ X @ ( singleton @ Z ) @ universal_class )
                = null_class )
              | ( member @ Z @ ( domain_of @ X ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[220]) ).

thf(268,plain,
    ( ( ! [X: $i] : ( subclass @ ( rotate @ X ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
    = $true ),
    inference(copy,[status(thm)],[169]) ).

thf(269,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( rotate @ X ) )
          | ( member @ ( ordered_pair @ ( ordered_pair @ V @ W ) @ U ) @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[168]) ).

thf(270,plain,
    ( ( ! [V: $i,W: $i,U: $i,X: $i] :
          ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ V @ W ) @ U ) @ X )
          | ~ ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
          | ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( rotate @ X ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[167]) ).

thf(271,plain,
    ( ( ! [X: $i] : ( subclass @ ( flip @ X ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
    = $true ),
    inference(copy,[status(thm)],[166]) ).

thf(272,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( flip @ X ) )
          | ( member @ ( ordered_pair @ ( ordered_pair @ V @ U ) @ W ) @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[165]) ).

thf(273,plain,
    ( ( ! [V: $i,U: $i,W: $i,X: $i] :
          ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ V @ U ) @ W ) @ X )
          | ~ ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
          | ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( flip @ X ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[164]) ).

thf(274,plain,
    ( ( ! [Y: $i] :
          ( ( domain_of @ ( flip @ ( cross_product @ Y @ universal_class ) ) )
          = ( inverse @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[163]) ).

thf(275,plain,
    ( ( ! [Z: $i] :
          ( ( domain_of @ ( inverse @ Z ) )
          = ( range_of @ Z ) ) )
    = $true ),
    inference(copy,[status(thm)],[162]) ).

thf(276,plain,
    ( ( ! [Z: $i,X: $i,Y: $i] :
          ( ( first @ ( not_subclass_element @ ( restrict @ Z @ X @ ( singleton @ Y ) ) @ null_class ) )
          = ( domain @ Z @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[161]) ).

thf(277,plain,
    ( ( ! [Z: $i,X: $i,Y: $i] :
          ( ( second @ ( not_subclass_element @ ( restrict @ Z @ ( singleton @ X ) @ Y ) @ null_class ) )
          = ( range @ Z @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[160]) ).

thf(278,plain,
    ( ( ! [Xr: $i,X: $i] :
          ( ( range_of @ ( restrict @ Xr @ X @ universal_class ) )
          = ( image @ Xr @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[159]) ).

thf(279,plain,
    ( ( ! [X: $i] :
          ( ( union @ X @ ( singleton @ X ) )
          = ( successor @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[158]) ).

thf(280,plain,
    ( ( subclass @ successor_relation @ ( cross_product @ universal_class @ universal_class ) )
    = $true ),
    inference(copy,[status(thm)],[157]) ).

thf(281,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( member @ ( ordered_pair @ X @ Y ) @ successor_relation )
          | ( ( successor @ X )
            = Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[156]) ).

thf(282,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( ( successor @ X )
           != Y )
          | ~ ( member @ ( ordered_pair @ X @ Y ) @ ( cross_product @ universal_class @ universal_class ) )
          | ( member @ ( ordered_pair @ X @ Y ) @ successor_relation ) ) )
    = $true ),
    inference(copy,[status(thm)],[219]) ).

thf(283,plain,
    ( ( ! [X: $i] :
          ( ~ ( inductive @ X )
          | ( member @ null_class @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[154]) ).

thf(284,plain,
    ( ( ! [X: $i] :
          ( ~ ( inductive @ X )
          | ( subclass @ ( image @ successor_relation @ X ) @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[153]) ).

thf(285,plain,
    ( ( ! [X: $i] :
          ( ~ ( member @ null_class @ X )
          | ~ ( subclass @ ( image @ successor_relation @ X ) @ X )
          | ( inductive @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[152]) ).

thf(286,plain,
    ( ( inductive @ omega )
    = $true ),
    inference(copy,[status(thm)],[151]) ).

thf(287,plain,
    ( ( ! [Y: $i] :
          ( ~ ( inductive @ Y )
          | ( subclass @ omega @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[150]) ).

thf(288,plain,
    ( ( member @ omega @ universal_class )
    = $true ),
    inference(copy,[status(thm)],[149]) ).

thf(289,plain,
    ( ( ! [X: $i] :
          ( ( domain_of @ ( restrict @ element_relation @ universal_class @ X ) )
          = ( sum_class @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[148]) ).

thf(290,plain,
    ( ( ! [X: $i] :
          ( ~ ( member @ X @ universal_class )
          | ( member @ ( sum_class @ X ) @ universal_class ) ) )
    = $true ),
    inference(copy,[status(thm)],[147]) ).

thf(291,plain,
    ( ( ! [X: $i] :
          ( ( complement @ ( image @ element_relation @ ( complement @ X ) ) )
          = ( power_class @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[146]) ).

thf(292,plain,
    ( ( ! [U: $i] :
          ( ~ ( member @ U @ universal_class )
          | ( member @ ( power_class @ U ) @ universal_class ) ) )
    = $true ),
    inference(copy,[status(thm)],[145]) ).

thf(293,plain,
    ( ( ! [Yr: $i,Xr: $i] : ( subclass @ ( compose @ Yr @ Xr ) @ ( cross_product @ universal_class @ universal_class ) ) )
    = $true ),
    inference(copy,[status(thm)],[144]) ).

thf(294,plain,
    ( ( ! [Y: $i,Z: $i,Yr: $i,Xr: $i] :
          ( ~ ( member @ ( ordered_pair @ Y @ Z ) @ ( compose @ Yr @ Xr ) )
          | ( member @ Z @ ( image @ Yr @ ( image @ Xr @ ( singleton @ Y ) ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[143]) ).

thf(295,plain,
    ( ( ! [Z: $i,Yr: $i,Xr: $i,Y: $i] :
          ( ~ ( member @ Z @ ( image @ Yr @ ( image @ Xr @ ( singleton @ Y ) ) ) )
          | ~ ( member @ ( ordered_pair @ Y @ Z ) @ ( cross_product @ universal_class @ universal_class ) )
          | ( member @ ( ordered_pair @ Y @ Z ) @ ( compose @ Yr @ Xr ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[142]) ).

thf(296,plain,
    ( ( ! [X: $i] :
          ( ~ ( single_valued_class @ X )
          | ( subclass @ ( compose @ X @ ( inverse @ X ) ) @ identity_relation ) ) )
    = $true ),
    inference(copy,[status(thm)],[141]) ).

thf(297,plain,
    ( ( ! [X: $i] :
          ( ~ ( subclass @ ( compose @ X @ ( inverse @ X ) ) @ identity_relation )
          | ( single_valued_class @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[140]) ).

thf(298,plain,
    ( ( ! [Xf: $i] :
          ( ~ ( function @ Xf )
          | ( subclass @ Xf @ ( cross_product @ universal_class @ universal_class ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[139]) ).

thf(299,plain,
    ( ( ! [Xf: $i] :
          ( ~ ( function @ Xf )
          | ( subclass @ ( compose @ Xf @ ( inverse @ Xf ) ) @ identity_relation ) ) )
    = $true ),
    inference(copy,[status(thm)],[138]) ).

thf(300,plain,
    ( ( ! [Xf: $i] :
          ( ~ ( subclass @ Xf @ ( cross_product @ universal_class @ universal_class ) )
          | ~ ( subclass @ ( compose @ Xf @ ( inverse @ Xf ) ) @ identity_relation )
          | ( function @ Xf ) ) )
    = $true ),
    inference(copy,[status(thm)],[137]) ).

thf(301,plain,
    ( ( ! [Xf: $i] :
          ( ~ ( function @ Xf )
          | ! [X: $i] :
              ( ~ ( member @ X @ universal_class )
              | ( member @ ( image @ Xf @ X ) @ universal_class ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[218]) ).

thf(302,plain,
    ( ( ! [X: $i] :
          ( ( X = null_class )
          | ( member @ ( regular @ X ) @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[135]) ).

thf(303,plain,
    ( ( ! [X: $i] :
          ( ( X = null_class )
          | ( ( intersection @ X @ ( regular @ X ) )
            = null_class ) ) )
    = $true ),
    inference(copy,[status(thm)],[134]) ).

thf(304,plain,
    ( ( ! [Xf: $i,Y: $i] :
          ( ( sum_class @ ( image @ Xf @ ( singleton @ Y ) ) )
          = ( apply @ Xf @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[133]) ).

thf(305,plain,
    ( ( function @ choice )
    = $true ),
    inference(copy,[status(thm)],[132]) ).

thf(306,plain,
    ( ( ! [Y: $i] :
          ( ~ ( member @ Y @ universal_class )
          | ( Y = null_class )
          | ( member @ ( apply @ choice @ Y ) @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[131]) ).

thf(307,plain,
    ( ( ! [Xf: $i] :
          ( ~ ( one_to_one @ Xf )
          | ( function @ Xf ) ) )
    = $true ),
    inference(copy,[status(thm)],[130]) ).

thf(308,plain,
    ( ( ! [Xf: $i] :
          ( ~ ( one_to_one @ Xf )
          | ( function @ ( inverse @ Xf ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[129]) ).

thf(309,plain,
    ( ( ! [Xf: $i] :
          ( ~ ( function @ ( inverse @ Xf ) )
          | ~ ( function @ Xf )
          | ( one_to_one @ Xf ) ) )
    = $true ),
    inference(copy,[status(thm)],[128]) ).

thf(310,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 )
    = $true ),
    inference(copy,[status(thm)],[127]) ).

thf(311,plain,
    ( ( ( intersection @ ( inverse @ subset_relation ) @ subset_relation )
      = identity_relation )
    = $true ),
    inference(copy,[status(thm)],[126]) ).

thf(312,plain,
    ( ( ! [Xr: $i] :
          ( ( complement @ ( domain_of @ ( intersection @ Xr @ identity_relation ) ) )
          = ( diagonalise @ Xr ) ) )
    = $true ),
    inference(copy,[status(thm)],[125]) ).

thf(313,plain,
    ( ( ! [X: $i] :
          ( ( intersection @ ( domain_of @ X ) @ ( diagonalise @ ( compose @ ( inverse @ element_relation ) @ X ) ) )
          = ( cantor @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[124]) ).

thf(314,plain,
    ( ( ! [Xf: $i] :
          ( ~ ( operation @ Xf )
          | ( function @ Xf ) ) )
    = $true ),
    inference(copy,[status(thm)],[123]) ).

thf(315,plain,
    ( ( ! [Xf: $i] :
          ( ~ ( operation @ Xf )
          | ( ( cross_product @ ( domain_of @ ( domain_of @ Xf ) ) @ ( domain_of @ ( domain_of @ Xf ) ) )
            = ( domain_of @ Xf ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[122]) ).

thf(316,plain,
    ( ( ! [Xf: $i] :
          ( ~ ( operation @ Xf )
          | ( subclass @ ( range_of @ Xf ) @ ( domain_of @ ( domain_of @ Xf ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[121]) ).

thf(317,plain,
    ( ( ! [Xf: $i] :
          ( ~ ( function @ Xf )
          | ( ( cross_product @ ( domain_of @ ( domain_of @ Xf ) ) @ ( domain_of @ ( domain_of @ Xf ) ) )
           != ( domain_of @ Xf ) )
          | ~ ( subclass @ ( range_of @ Xf ) @ ( domain_of @ ( domain_of @ Xf ) ) )
          | ( operation @ Xf ) ) )
    = $true ),
    inference(copy,[status(thm)],[217]) ).

thf(318,plain,
    ( ( ! [Xh: $i] :
          ( ! [Xf1: $i,Xf2: $i] :
              ~ ( compatible @ Xh @ Xf1 @ Xf2 )
          | ( function @ Xh ) ) )
    = $true ),
    inference(copy,[status(thm)],[216]) ).

thf(319,plain,
    ( ( ! [Xh: $i,Xf1: $i] :
          ( ! [Xf2: $i] :
              ~ ( compatible @ Xh @ Xf1 @ Xf2 )
          | ( ( domain_of @ ( domain_of @ Xf1 ) )
            = ( domain_of @ Xh ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[215]) ).

thf(320,plain,
    ( ( ! [Xh: $i,Xf1: $i,Xf2: $i] :
          ( ~ ( compatible @ Xh @ Xf1 @ Xf2 )
          | ( subclass @ ( range_of @ Xh ) @ ( domain_of @ ( domain_of @ Xf2 ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[117]) ).

thf(321,plain,
    ( ( ! [Xh: $i] :
          ( ~ ( function @ Xh )
          | ! [Xf1: $i] :
              ( ( ( domain_of @ ( domain_of @ Xf1 ) )
               != ( domain_of @ Xh ) )
              | ! [Xf2: $i] :
                  ( ~ ( subclass @ ( range_of @ Xh ) @ ( domain_of @ ( domain_of @ Xf2 ) ) )
                  | ( compatible @ Xh @ Xf1 @ Xf2 ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[214]) ).

thf(322,plain,
    ( ( ! [Xh: $i,Xf1: $i] :
          ( ! [Xf2: $i] :
              ~ ( homomorphism @ Xh @ Xf1 @ Xf2 )
          | ( operation @ Xf1 ) ) )
    = $true ),
    inference(copy,[status(thm)],[213]) ).

thf(323,plain,
    ( ( ! [Xh: $i,Xf1: $i,Xf2: $i] :
          ( ~ ( homomorphism @ Xh @ Xf1 @ Xf2 )
          | ( operation @ Xf2 ) ) )
    = $true ),
    inference(copy,[status(thm)],[114]) ).

thf(324,plain,
    ( ( ! [Xh: $i,Xf1: $i,Xf2: $i] :
          ( ~ ( homomorphism @ Xh @ Xf1 @ Xf2 )
          | ( compatible @ Xh @ Xf1 @ Xf2 ) ) )
    = $true ),
    inference(copy,[status(thm)],[113]) ).

thf(325,plain,
    ( ( ! [Xh: $i,Xf1: $i,Xf2: $i] :
          ( ~ ( homomorphism @ Xh @ Xf1 @ Xf2 )
          | ! [X: $i,Y: $i] :
              ( ~ ( member @ ( ordered_pair @ X @ Y ) @ ( domain_of @ Xf1 ) )
              | ( ( apply @ Xf2 @ ( ordered_pair @ ( apply @ Xh @ X ) @ ( apply @ Xh @ Y ) ) )
                = ( apply @ Xh @ ( apply @ Xf1 @ ( ordered_pair @ X @ Y ) ) ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[212]) ).

thf(326,plain,
    ( ( ! [Xf1: $i] :
          ( ~ ( operation @ Xf1 )
          | ! [Xf2: $i] :
              ( ~ ( operation @ Xf2 )
              | ! [Xh: $i] :
                  ( ~ ( compatible @ Xh @ Xf1 @ Xf2 )
                  | ( homomorphism @ Xh @ Xf1 @ Xf2 )
                  | ( member @ ( ordered_pair @ ( not_homomorphism1 @ Xh @ Xf1 @ Xf2 ) @ ( not_homomorphism2 @ Xh @ Xf1 @ Xf2 ) ) @ ( domain_of @ Xf1 ) ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[211]) ).

thf(327,plain,
    ( ( ! [Xf1: $i] :
          ( ~ ( operation @ Xf1 )
          | ! [Xf2: $i] :
              ( ~ ( operation @ Xf2 )
              | ! [Xh: $i] :
                  ( ~ ( compatible @ Xh @ Xf1 @ Xf2 )
                  | ( ( apply @ Xf2 @ ( ordered_pair @ ( apply @ Xh @ ( not_homomorphism1 @ Xh @ Xf1 @ Xf2 ) ) @ ( apply @ Xh @ ( not_homomorphism2 @ Xh @ Xf1 @ Xf2 ) ) ) )
                   != ( apply @ Xh @ ( apply @ Xf1 @ ( ordered_pair @ ( not_homomorphism1 @ Xh @ Xf1 @ Xf2 ) @ ( not_homomorphism2 @ Xh @ Xf1 @ Xf2 ) ) ) ) )
                  | ( homomorphism @ Xh @ Xf1 @ Xf2 ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[210]) ).

thf(328,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ! [U: $i,V: $i] :
              ~ ( member @ ( ordered_pair @ X @ Y ) @ ( cross_product @ U @ V ) )
          | ( member @ X @ ( unordered_pair @ X @ Y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[209]) ).

thf(329,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ! [U: $i,V: $i] :
              ~ ( member @ ( ordered_pair @ X @ Y ) @ ( cross_product @ U @ V ) )
          | ( member @ Y @ ( unordered_pair @ X @ Y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[208]) ).

thf(330,plain,
    ( ( ! [U: $i,V: $i] :
          ( ! [X: $i,Y: $i] :
              ~ ( member @ ( ordered_pair @ U @ V ) @ ( cross_product @ X @ Y ) )
          | ( member @ U @ universal_class ) ) )
    = $true ),
    inference(copy,[status(thm)],[207]) ).

thf(331,plain,
    ( ( ! [U: $i,V: $i] :
          ( ! [X: $i,Y: $i] :
              ~ ( member @ ( ordered_pair @ U @ V ) @ ( cross_product @ X @ Y ) )
          | ( member @ V @ universal_class ) ) )
    = $true ),
    inference(copy,[status(thm)],[206]) ).

thf(332,plain,
    ( ( ! [X: $i] : ( subclass @ X @ X ) )
    = $true ),
    inference(copy,[status(thm)],[105]) ).

thf(333,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( subclass @ X @ Y )
          | ! [Z: $i] :
              ( ~ ( subclass @ Y @ Z )
              | ( subclass @ X @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[205]) ).

thf(334,plain,
    ( ( ~ $false )
    = $true ),
    inference(copy,[status(thm)],[204]) ).

thf(335,plain,
    ( ( x = y )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[235]) ).

thf(336,plain,
    ( ( member @ ( not_subclass_element @ x @ y ) @ x )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[236]) ).

thf(337,plain,
    ! [SV1: $i] :
      ( ( ! [SY196: $i] :
            ( ~ ( subclass @ SV1 @ SY196 )
            | ! [SY197: $i] :
                ( ~ ( member @ SY197 @ SV1 )
                | ( member @ SY197 @ SY196 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[237]) ).

thf(338,plain,
    ! [SV2: $i] :
      ( ( ! [SY198: $i] :
            ( ( member @ ( not_subclass_element @ SV2 @ SY198 ) @ SV2 )
            | ( subclass @ SV2 @ SY198 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[238]) ).

thf(339,plain,
    ! [SV3: $i] :
      ( ( ! [SY199: $i] :
            ( ~ ( member @ ( not_subclass_element @ SV3 @ SY199 ) @ SY199 )
            | ( subclass @ SV3 @ SY199 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[239]) ).

thf(340,plain,
    ! [SV4: $i] :
      ( ( subclass @ SV4 @ universal_class )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[240]) ).

thf(341,plain,
    ! [SV5: $i] :
      ( ( ! [SY200: $i] :
            ( ( SV5 != SY200 )
            | ( subclass @ SV5 @ SY200 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[241]) ).

thf(342,plain,
    ! [SV6: $i] :
      ( ( ! [SY201: $i] :
            ( ( SV6 != SY201 )
            | ( subclass @ SY201 @ SV6 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[242]) ).

thf(343,plain,
    ! [SV7: $i] :
      ( ( ! [SY202: $i] :
            ( ~ ( subclass @ SV7 @ SY202 )
            | ~ ( subclass @ SY202 @ SV7 )
            | ( SV7 = SY202 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[243]) ).

thf(344,plain,
    ! [SV8: $i] :
      ( ( ! [SY203: $i,SY204: $i] :
            ( ~ ( member @ SV8 @ ( unordered_pair @ SY203 @ SY204 ) )
            | ( SV8 = SY203 )
            | ( SV8 = SY204 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[244]) ).

thf(345,plain,
    ! [SV9: $i] :
      ( ( ~ ( member @ SV9 @ universal_class )
        | ! [SY205: $i] : ( member @ SV9 @ ( unordered_pair @ SV9 @ SY205 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[245]) ).

thf(346,plain,
    ! [SV10: $i] :
      ( ( ~ ( member @ SV10 @ universal_class )
        | ! [SY206: $i] : ( member @ SV10 @ ( unordered_pair @ SY206 @ SV10 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[246]) ).

thf(347,plain,
    ! [SV11: $i] :
      ( ( ! [SY207: $i] : ( member @ ( unordered_pair @ SV11 @ SY207 ) @ universal_class ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[247]) ).

thf(348,plain,
    ! [SV12: $i] :
      ( ( ( unordered_pair @ SV12 @ SV12 )
        = ( singleton @ SV12 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[248]) ).

thf(349,plain,
    ! [SV13: $i] :
      ( ( ! [SY208: $i] :
            ( ( unordered_pair @ ( singleton @ SV13 ) @ ( unordered_pair @ SV13 @ ( singleton @ SY208 ) ) )
            = ( ordered_pair @ SV13 @ SY208 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[249]) ).

thf(350,plain,
    ! [SV14: $i] :
      ( ( ! [SY209: $i,SY210: $i] :
            ( ! [SY211: $i] :
                ~ ( member @ ( ordered_pair @ SV14 @ SY209 ) @ ( cross_product @ SY210 @ SY211 ) )
            | ( member @ SV14 @ SY210 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[250]) ).

thf(351,plain,
    ! [SV15: $i] :
      ( ( ! [SY212: $i,SY213: $i,SY214: $i] :
            ( ~ ( member @ ( ordered_pair @ SV15 @ SY212 ) @ ( cross_product @ SY213 @ SY214 ) )
            | ( member @ SY212 @ SY214 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[251]) ).

thf(352,plain,
    ! [SV16: $i] :
      ( ( ! [SY215: $i] :
            ( ~ ( member @ SV16 @ SY215 )
            | ! [SY216: $i,SY217: $i] :
                ( ~ ( member @ SY216 @ SY217 )
                | ( member @ ( ordered_pair @ SV16 @ SY216 ) @ ( cross_product @ SY215 @ SY217 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[252]) ).

thf(353,plain,
    ! [SV17: $i] :
      ( ( ! [SY218: $i,SY219: $i] :
            ~ ( member @ SV17 @ ( cross_product @ SY218 @ SY219 ) )
        | ( ( ordered_pair @ ( first @ SV17 ) @ ( second @ SV17 ) )
          = SV17 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[253]) ).

thf(354,plain,
    ! [SV18: $i] :
      ( ( ! [SY220: $i] :
            ( ~ ( member @ ( ordered_pair @ SV18 @ SY220 ) @ element_relation )
            | ( member @ SV18 @ SY220 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[255]) ).

thf(355,plain,
    ! [SV19: $i] :
      ( ( ! [SY221: $i] :
            ( ~ ( member @ ( ordered_pair @ SV19 @ SY221 ) @ ( cross_product @ universal_class @ universal_class ) )
            | ~ ( member @ SV19 @ SY221 )
            | ( member @ ( ordered_pair @ SV19 @ SY221 ) @ element_relation ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[256]) ).

thf(356,plain,
    ! [SV20: $i] :
      ( ( ! [SY222: $i] :
            ( ! [SY223: $i] :
                ~ ( member @ SV20 @ ( intersection @ SY222 @ SY223 ) )
            | ( member @ SV20 @ SY222 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[257]) ).

thf(357,plain,
    ! [SV21: $i] :
      ( ( ! [SY224: $i,SY225: $i] :
            ( ~ ( member @ SV21 @ ( intersection @ SY224 @ SY225 ) )
            | ( member @ SV21 @ SY225 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[258]) ).

thf(358,plain,
    ! [SV22: $i] :
      ( ( ! [SY226: $i] :
            ( ~ ( member @ SV22 @ SY226 )
            | ! [SY227: $i] :
                ( ~ ( member @ SV22 @ SY227 )
                | ( member @ SV22 @ ( intersection @ SY226 @ SY227 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[259]) ).

thf(359,plain,
    ! [SV23: $i] :
      ( ( ! [SY228: $i] :
            ( ~ ( member @ SV23 @ ( complement @ SY228 ) )
            | ~ ( member @ SV23 @ SY228 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[260]) ).

thf(360,plain,
    ! [SV24: $i] :
      ( ( ~ ( member @ SV24 @ universal_class )
        | ! [SY229: $i] :
            ( ( member @ SV24 @ ( complement @ SY229 ) )
            | ( member @ SV24 @ SY229 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[261]) ).

thf(361,plain,
    ! [SV25: $i] :
      ( ( ! [SY230: $i] :
            ( ( complement @ ( intersection @ ( complement @ SV25 ) @ ( complement @ SY230 ) ) )
            = ( union @ SV25 @ SY230 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[262]) ).

thf(362,plain,
    ! [SV26: $i] :
      ( ( ! [SY231: $i] :
            ( ( intersection @ ( complement @ ( intersection @ SV26 @ SY231 ) ) @ ( complement @ ( intersection @ ( complement @ SV26 ) @ ( complement @ SY231 ) ) ) )
            = ( symmetric_difference @ SV26 @ SY231 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[263]) ).

thf(363,plain,
    ! [SV27: $i] :
      ( ( ! [SY232: $i,SY233: $i] :
            ( ( intersection @ SV27 @ ( cross_product @ SY232 @ SY233 ) )
            = ( restrict @ SV27 @ SY232 @ SY233 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[264]) ).

thf(364,plain,
    ! [SV28: $i] :
      ( ( ! [SY234: $i,SY235: $i] :
            ( ( intersection @ ( cross_product @ SV28 @ SY234 ) @ SY235 )
            = ( restrict @ SY235 @ SV28 @ SY234 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[265]) ).

thf(365,plain,
    ! [SV29: $i] :
      ( ( ! [SY236: $i] :
            ( ( ( restrict @ SV29 @ ( singleton @ SY236 ) @ universal_class )
             != null_class )
            | ~ ( member @ SY236 @ ( domain_of @ SV29 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[266]) ).

thf(366,plain,
    ! [SV30: $i] :
      ( ( ~ ( member @ SV30 @ universal_class )
        | ! [SY237: $i] :
            ( ( ( restrict @ SY237 @ ( singleton @ SV30 ) @ universal_class )
              = null_class )
            | ( member @ SV30 @ ( domain_of @ SY237 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[267]) ).

thf(367,plain,
    ! [SV31: $i] :
      ( ( subclass @ ( rotate @ SV31 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[268]) ).

thf(368,plain,
    ! [SV32: $i] :
      ( ( ! [SY238: $i,SY239: $i,SY240: $i] :
            ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV32 @ SY238 ) @ SY239 ) @ ( rotate @ SY240 ) )
            | ( member @ ( ordered_pair @ ( ordered_pair @ SY238 @ SY239 ) @ SV32 ) @ SY240 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[269]) ).

thf(369,plain,
    ! [SV33: $i] :
      ( ( ! [SY241: $i,SY242: $i,SY243: $i] :
            ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV33 @ SY241 ) @ SY242 ) @ SY243 )
            | ~ ( member @ ( ordered_pair @ ( ordered_pair @ SY242 @ SV33 ) @ SY241 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
            | ( member @ ( ordered_pair @ ( ordered_pair @ SY242 @ SV33 ) @ SY241 ) @ ( rotate @ SY243 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[270]) ).

thf(370,plain,
    ! [SV34: $i] :
      ( ( subclass @ ( flip @ SV34 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[271]) ).

thf(371,plain,
    ! [SV35: $i] :
      ( ( ! [SY244: $i,SY245: $i,SY246: $i] :
            ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SY244 ) @ SY245 ) @ ( flip @ SY246 ) )
            | ( member @ ( ordered_pair @ ( ordered_pair @ SY244 @ SV35 ) @ SY245 ) @ SY246 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[272]) ).

thf(372,plain,
    ! [SV36: $i] :
      ( ( ! [SY247: $i,SY248: $i,SY249: $i] :
            ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV36 @ SY247 ) @ SY248 ) @ SY249 )
            | ~ ( member @ ( ordered_pair @ ( ordered_pair @ SY247 @ SV36 ) @ SY248 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
            | ( member @ ( ordered_pair @ ( ordered_pair @ SY247 @ SV36 ) @ SY248 ) @ ( flip @ SY249 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[273]) ).

thf(373,plain,
    ! [SV37: $i] :
      ( ( ( domain_of @ ( flip @ ( cross_product @ SV37 @ universal_class ) ) )
        = ( inverse @ SV37 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[274]) ).

thf(374,plain,
    ! [SV38: $i] :
      ( ( ( domain_of @ ( inverse @ SV38 ) )
        = ( range_of @ SV38 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[275]) ).

thf(375,plain,
    ! [SV39: $i] :
      ( ( ! [SY250: $i,SY251: $i] :
            ( ( first @ ( not_subclass_element @ ( restrict @ SV39 @ SY250 @ ( singleton @ SY251 ) ) @ null_class ) )
            = ( domain @ SV39 @ SY250 @ SY251 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[276]) ).

thf(376,plain,
    ! [SV40: $i] :
      ( ( ! [SY252: $i,SY253: $i] :
            ( ( second @ ( not_subclass_element @ ( restrict @ SV40 @ ( singleton @ SY252 ) @ SY253 ) @ null_class ) )
            = ( range @ SV40 @ SY252 @ SY253 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[277]) ).

thf(377,plain,
    ! [SV41: $i] :
      ( ( ! [SY254: $i] :
            ( ( range_of @ ( restrict @ SV41 @ SY254 @ universal_class ) )
            = ( image @ SV41 @ SY254 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[278]) ).

thf(378,plain,
    ! [SV42: $i] :
      ( ( ( union @ SV42 @ ( singleton @ SV42 ) )
        = ( successor @ SV42 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[279]) ).

thf(379,plain,
    ! [SV43: $i] :
      ( ( ! [SY255: $i] :
            ( ~ ( member @ ( ordered_pair @ SV43 @ SY255 ) @ successor_relation )
            | ( ( successor @ SV43 )
              = SY255 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[281]) ).

thf(380,plain,
    ! [SV44: $i] :
      ( ( ! [SY256: $i] :
            ( ( ( successor @ SV44 )
             != SY256 )
            | ~ ( member @ ( ordered_pair @ SV44 @ SY256 ) @ ( cross_product @ universal_class @ universal_class ) )
            | ( member @ ( ordered_pair @ SV44 @ SY256 ) @ successor_relation ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[282]) ).

thf(381,plain,
    ! [SV45: $i] :
      ( ( ~ ( inductive @ SV45 )
        | ( member @ null_class @ SV45 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[283]) ).

thf(382,plain,
    ! [SV46: $i] :
      ( ( ~ ( inductive @ SV46 )
        | ( subclass @ ( image @ successor_relation @ SV46 ) @ SV46 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[284]) ).

thf(383,plain,
    ! [SV47: $i] :
      ( ( ~ ( member @ null_class @ SV47 )
        | ~ ( subclass @ ( image @ successor_relation @ SV47 ) @ SV47 )
        | ( inductive @ SV47 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[285]) ).

thf(384,plain,
    ! [SV48: $i] :
      ( ( ~ ( inductive @ SV48 )
        | ( subclass @ omega @ SV48 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[287]) ).

thf(385,plain,
    ! [SV49: $i] :
      ( ( ( domain_of @ ( restrict @ element_relation @ universal_class @ SV49 ) )
        = ( sum_class @ SV49 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[289]) ).

thf(386,plain,
    ! [SV50: $i] :
      ( ( ~ ( member @ SV50 @ universal_class )
        | ( member @ ( sum_class @ SV50 ) @ universal_class ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[290]) ).

thf(387,plain,
    ! [SV51: $i] :
      ( ( ( complement @ ( image @ element_relation @ ( complement @ SV51 ) ) )
        = ( power_class @ SV51 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[291]) ).

thf(388,plain,
    ! [SV52: $i] :
      ( ( ~ ( member @ SV52 @ universal_class )
        | ( member @ ( power_class @ SV52 ) @ universal_class ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[292]) ).

thf(389,plain,
    ! [SV53: $i] :
      ( ( ! [SY257: $i] : ( subclass @ ( compose @ SV53 @ SY257 ) @ ( cross_product @ universal_class @ universal_class ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[293]) ).

thf(390,plain,
    ! [SV54: $i] :
      ( ( ! [SY258: $i,SY259: $i,SY260: $i] :
            ( ~ ( member @ ( ordered_pair @ SV54 @ SY258 ) @ ( compose @ SY259 @ SY260 ) )
            | ( member @ SY258 @ ( image @ SY259 @ ( image @ SY260 @ ( singleton @ SV54 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[294]) ).

thf(391,plain,
    ! [SV55: $i] :
      ( ( ! [SY261: $i,SY262: $i,SY263: $i] :
            ( ~ ( member @ SV55 @ ( image @ SY261 @ ( image @ SY262 @ ( singleton @ SY263 ) ) ) )
            | ~ ( member @ ( ordered_pair @ SY263 @ SV55 ) @ ( cross_product @ universal_class @ universal_class ) )
            | ( member @ ( ordered_pair @ SY263 @ SV55 ) @ ( compose @ SY261 @ SY262 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[295]) ).

thf(392,plain,
    ! [SV56: $i] :
      ( ( ~ ( single_valued_class @ SV56 )
        | ( subclass @ ( compose @ SV56 @ ( inverse @ SV56 ) ) @ identity_relation ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[296]) ).

thf(393,plain,
    ! [SV57: $i] :
      ( ( ~ ( subclass @ ( compose @ SV57 @ ( inverse @ SV57 ) ) @ identity_relation )
        | ( single_valued_class @ SV57 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[297]) ).

thf(394,plain,
    ! [SV58: $i] :
      ( ( ~ ( function @ SV58 )
        | ( subclass @ SV58 @ ( cross_product @ universal_class @ universal_class ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[298]) ).

thf(395,plain,
    ! [SV59: $i] :
      ( ( ~ ( function @ SV59 )
        | ( subclass @ ( compose @ SV59 @ ( inverse @ SV59 ) ) @ identity_relation ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[299]) ).

thf(396,plain,
    ! [SV60: $i] :
      ( ( ~ ( subclass @ SV60 @ ( cross_product @ universal_class @ universal_class ) )
        | ~ ( subclass @ ( compose @ SV60 @ ( inverse @ SV60 ) ) @ identity_relation )
        | ( function @ SV60 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[300]) ).

thf(397,plain,
    ! [SV61: $i] :
      ( ( ~ ( function @ SV61 )
        | ! [SY264: $i] :
            ( ~ ( member @ SY264 @ universal_class )
            | ( member @ ( image @ SV61 @ SY264 ) @ universal_class ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[301]) ).

thf(398,plain,
    ! [SV62: $i] :
      ( ( ( SV62 = null_class )
        | ( member @ ( regular @ SV62 ) @ SV62 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[302]) ).

thf(399,plain,
    ! [SV63: $i] :
      ( ( ( SV63 = null_class )
        | ( ( intersection @ SV63 @ ( regular @ SV63 ) )
          = null_class ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[303]) ).

thf(400,plain,
    ! [SV64: $i] :
      ( ( ! [SY265: $i] :
            ( ( sum_class @ ( image @ SV64 @ ( singleton @ SY265 ) ) )
            = ( apply @ SV64 @ SY265 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[304]) ).

thf(401,plain,
    ! [SV65: $i] :
      ( ( ~ ( member @ SV65 @ universal_class )
        | ( SV65 = null_class )
        | ( member @ ( apply @ choice @ SV65 ) @ SV65 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[306]) ).

thf(402,plain,
    ! [SV66: $i] :
      ( ( ~ ( one_to_one @ SV66 )
        | ( function @ SV66 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[307]) ).

thf(403,plain,
    ! [SV67: $i] :
      ( ( ~ ( one_to_one @ SV67 )
        | ( function @ ( inverse @ SV67 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[308]) ).

thf(404,plain,
    ! [SV68: $i] :
      ( ( ~ ( function @ ( inverse @ SV68 ) )
        | ~ ( function @ SV68 )
        | ( one_to_one @ SV68 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[309]) ).

thf(405,plain,
    ! [SV69: $i] :
      ( ( ( complement @ ( domain_of @ ( intersection @ SV69 @ identity_relation ) ) )
        = ( diagonalise @ SV69 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[312]) ).

thf(406,plain,
    ! [SV70: $i] :
      ( ( ( intersection @ ( domain_of @ SV70 ) @ ( diagonalise @ ( compose @ ( inverse @ element_relation ) @ SV70 ) ) )
        = ( cantor @ SV70 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[313]) ).

thf(407,plain,
    ! [SV71: $i] :
      ( ( ~ ( operation @ SV71 )
        | ( function @ SV71 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[314]) ).

thf(408,plain,
    ! [SV72: $i] :
      ( ( ~ ( operation @ SV72 )
        | ( ( cross_product @ ( domain_of @ ( domain_of @ SV72 ) ) @ ( domain_of @ ( domain_of @ SV72 ) ) )
          = ( domain_of @ SV72 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[315]) ).

thf(409,plain,
    ! [SV73: $i] :
      ( ( ~ ( operation @ SV73 )
        | ( subclass @ ( range_of @ SV73 ) @ ( domain_of @ ( domain_of @ SV73 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[316]) ).

thf(410,plain,
    ! [SV74: $i] :
      ( ( ~ ( function @ SV74 )
        | ( ( cross_product @ ( domain_of @ ( domain_of @ SV74 ) ) @ ( domain_of @ ( domain_of @ SV74 ) ) )
         != ( domain_of @ SV74 ) )
        | ~ ( subclass @ ( range_of @ SV74 ) @ ( domain_of @ ( domain_of @ SV74 ) ) )
        | ( operation @ SV74 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[317]) ).

thf(411,plain,
    ! [SV75: $i] :
      ( ( ! [SY266: $i,SY267: $i] :
            ~ ( compatible @ SV75 @ SY266 @ SY267 )
        | ( function @ SV75 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[318]) ).

thf(412,plain,
    ! [SV76: $i] :
      ( ( ! [SY268: $i] :
            ( ! [SY269: $i] :
                ~ ( compatible @ SV76 @ SY268 @ SY269 )
            | ( ( domain_of @ ( domain_of @ SY268 ) )
              = ( domain_of @ SV76 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[319]) ).

thf(413,plain,
    ! [SV77: $i] :
      ( ( ! [SY270: $i,SY271: $i] :
            ( ~ ( compatible @ SV77 @ SY270 @ SY271 )
            | ( subclass @ ( range_of @ SV77 ) @ ( domain_of @ ( domain_of @ SY271 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[320]) ).

thf(414,plain,
    ! [SV78: $i] :
      ( ( ~ ( function @ SV78 )
        | ! [SY272: $i] :
            ( ( ( domain_of @ ( domain_of @ SY272 ) )
             != ( domain_of @ SV78 ) )
            | ! [SY273: $i] :
                ( ~ ( subclass @ ( range_of @ SV78 ) @ ( domain_of @ ( domain_of @ SY273 ) ) )
                | ( compatible @ SV78 @ SY272 @ SY273 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[321]) ).

thf(415,plain,
    ! [SV79: $i] :
      ( ( ! [SY274: $i] :
            ( ! [SY275: $i] :
                ~ ( homomorphism @ SV79 @ SY274 @ SY275 )
            | ( operation @ SY274 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[322]) ).

thf(416,plain,
    ! [SV80: $i] :
      ( ( ! [SY276: $i,SY277: $i] :
            ( ~ ( homomorphism @ SV80 @ SY276 @ SY277 )
            | ( operation @ SY277 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[323]) ).

thf(417,plain,
    ! [SV81: $i] :
      ( ( ! [SY278: $i,SY279: $i] :
            ( ~ ( homomorphism @ SV81 @ SY278 @ SY279 )
            | ( compatible @ SV81 @ SY278 @ SY279 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[324]) ).

thf(418,plain,
    ! [SV82: $i] :
      ( ( ! [SY280: $i,SY281: $i] :
            ( ~ ( homomorphism @ SV82 @ SY280 @ SY281 )
            | ! [SY282: $i,SY283: $i] :
                ( ~ ( member @ ( ordered_pair @ SY282 @ SY283 ) @ ( domain_of @ SY280 ) )
                | ( ( apply @ SY281 @ ( ordered_pair @ ( apply @ SV82 @ SY282 ) @ ( apply @ SV82 @ SY283 ) ) )
                  = ( apply @ SV82 @ ( apply @ SY280 @ ( ordered_pair @ SY282 @ SY283 ) ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[325]) ).

thf(419,plain,
    ! [SV83: $i] :
      ( ( ~ ( operation @ SV83 )
        | ! [SY284: $i] :
            ( ~ ( operation @ SY284 )
            | ! [SY285: $i] :
                ( ~ ( compatible @ SY285 @ SV83 @ SY284 )
                | ( homomorphism @ SY285 @ SV83 @ SY284 )
                | ( member @ ( ordered_pair @ ( not_homomorphism1 @ SY285 @ SV83 @ SY284 ) @ ( not_homomorphism2 @ SY285 @ SV83 @ SY284 ) ) @ ( domain_of @ SV83 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[326]) ).

thf(420,plain,
    ! [SV84: $i] :
      ( ( ~ ( operation @ SV84 )
        | ! [SY286: $i] :
            ( ~ ( operation @ SY286 )
            | ! [SY287: $i] :
                ( ~ ( compatible @ SY287 @ SV84 @ SY286 )
                | ( ( apply @ SY286 @ ( ordered_pair @ ( apply @ SY287 @ ( not_homomorphism1 @ SY287 @ SV84 @ SY286 ) ) @ ( apply @ SY287 @ ( not_homomorphism2 @ SY287 @ SV84 @ SY286 ) ) ) )
                 != ( apply @ SY287 @ ( apply @ SV84 @ ( ordered_pair @ ( not_homomorphism1 @ SY287 @ SV84 @ SY286 ) @ ( not_homomorphism2 @ SY287 @ SV84 @ SY286 ) ) ) ) )
                | ( homomorphism @ SY287 @ SV84 @ SY286 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[327]) ).

thf(421,plain,
    ! [SV85: $i] :
      ( ( ! [SY288: $i] :
            ( ! [SY289: $i,SY290: $i] :
                ~ ( member @ ( ordered_pair @ SV85 @ SY288 ) @ ( cross_product @ SY289 @ SY290 ) )
            | ( member @ SV85 @ ( unordered_pair @ SV85 @ SY288 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[328]) ).

thf(422,plain,
    ! [SV86: $i] :
      ( ( ! [SY291: $i] :
            ( ! [SY292: $i,SY293: $i] :
                ~ ( member @ ( ordered_pair @ SV86 @ SY291 ) @ ( cross_product @ SY292 @ SY293 ) )
            | ( member @ SY291 @ ( unordered_pair @ SV86 @ SY291 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[329]) ).

thf(423,plain,
    ! [SV87: $i] :
      ( ( ! [SY294: $i] :
            ( ! [SY295: $i,SY296: $i] :
                ~ ( member @ ( ordered_pair @ SV87 @ SY294 ) @ ( cross_product @ SY295 @ SY296 ) )
            | ( member @ SV87 @ universal_class ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[330]) ).

thf(424,plain,
    ! [SV88: $i] :
      ( ( ! [SY297: $i] :
            ( ! [SY298: $i,SY299: $i] :
                ~ ( member @ ( ordered_pair @ SV88 @ SY297 ) @ ( cross_product @ SY298 @ SY299 ) )
            | ( member @ SY297 @ universal_class ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[331]) ).

thf(425,plain,
    ! [SV89: $i] :
      ( ( subclass @ SV89 @ SV89 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[332]) ).

thf(426,plain,
    ! [SV90: $i] :
      ( ( ! [SY300: $i] :
            ( ~ ( subclass @ SV90 @ SY300 )
            | ! [SY301: $i] :
                ( ~ ( subclass @ SY300 @ SY301 )
                | ( subclass @ SV90 @ SY301 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[333]) ).

thf(427,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[334]) ).

thf(428,plain,
    ! [SV91: $i,SV1: $i] :
      ( ( ~ ( subclass @ SV1 @ SV91 )
        | ! [SY302: $i] :
            ( ~ ( member @ SY302 @ SV1 )
            | ( member @ SY302 @ SV91 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[337]) ).

thf(429,plain,
    ! [SV92: $i,SV2: $i] :
      ( ( ( member @ ( not_subclass_element @ SV2 @ SV92 ) @ SV2 )
        | ( subclass @ SV2 @ SV92 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[338]) ).

thf(430,plain,
    ! [SV93: $i,SV3: $i] :
      ( ( ~ ( member @ ( not_subclass_element @ SV3 @ SV93 ) @ SV93 )
        | ( subclass @ SV3 @ SV93 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[339]) ).

thf(431,plain,
    ! [SV94: $i,SV5: $i] :
      ( ( ( SV5 != SV94 )
        | ( subclass @ SV5 @ SV94 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[341]) ).

thf(432,plain,
    ! [SV95: $i,SV6: $i] :
      ( ( ( SV6 != SV95 )
        | ( subclass @ SV95 @ SV6 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[342]) ).

thf(433,plain,
    ! [SV96: $i,SV7: $i] :
      ( ( ~ ( subclass @ SV7 @ SV96 )
        | ~ ( subclass @ SV96 @ SV7 )
        | ( SV7 = SV96 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[343]) ).

thf(434,plain,
    ! [SV97: $i,SV8: $i] :
      ( ( ! [SY303: $i] :
            ( ~ ( member @ SV8 @ ( unordered_pair @ SV97 @ SY303 ) )
            | ( SV8 = SV97 )
            | ( SV8 = SY303 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[344]) ).

thf(435,plain,
    ! [SV9: $i] :
      ( ( ( ~ ( member @ SV9 @ universal_class ) )
        = $true )
      | ( ( ! [SY205: $i] : ( member @ SV9 @ ( unordered_pair @ SV9 @ SY205 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[345]) ).

thf(436,plain,
    ! [SV10: $i] :
      ( ( ( ~ ( member @ SV10 @ universal_class ) )
        = $true )
      | ( ( ! [SY206: $i] : ( member @ SV10 @ ( unordered_pair @ SY206 @ SV10 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[346]) ).

thf(437,plain,
    ! [SV98: $i,SV11: $i] :
      ( ( member @ ( unordered_pair @ SV11 @ SV98 ) @ universal_class )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[347]) ).

thf(438,plain,
    ! [SV99: $i,SV13: $i] :
      ( ( ( unordered_pair @ ( singleton @ SV13 ) @ ( unordered_pair @ SV13 @ ( singleton @ SV99 ) ) )
        = ( ordered_pair @ SV13 @ SV99 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[349]) ).

thf(439,plain,
    ! [SV100: $i,SV14: $i] :
      ( ( ! [SY304: $i] :
            ( ! [SY305: $i] :
                ~ ( member @ ( ordered_pair @ SV14 @ SV100 ) @ ( cross_product @ SY304 @ SY305 ) )
            | ( member @ SV14 @ SY304 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[350]) ).

thf(440,plain,
    ! [SV101: $i,SV15: $i] :
      ( ( ! [SY306: $i,SY307: $i] :
            ( ~ ( member @ ( ordered_pair @ SV15 @ SV101 ) @ ( cross_product @ SY306 @ SY307 ) )
            | ( member @ SV101 @ SY307 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[351]) ).

thf(441,plain,
    ! [SV102: $i,SV16: $i] :
      ( ( ~ ( member @ SV16 @ SV102 )
        | ! [SY308: $i,SY309: $i] :
            ( ~ ( member @ SY308 @ SY309 )
            | ( member @ ( ordered_pair @ SV16 @ SY308 ) @ ( cross_product @ SV102 @ SY309 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[352]) ).

thf(442,plain,
    ! [SV17: $i] :
      ( ( ( ! [SY218: $i,SY219: $i] :
              ~ ( member @ SV17 @ ( cross_product @ SY218 @ SY219 ) ) )
        = $true )
      | ( ( ( ordered_pair @ ( first @ SV17 ) @ ( second @ SV17 ) )
          = SV17 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[353]) ).

thf(443,plain,
    ! [SV103: $i,SV18: $i] :
      ( ( ~ ( member @ ( ordered_pair @ SV18 @ SV103 ) @ element_relation )
        | ( member @ SV18 @ SV103 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[354]) ).

thf(444,plain,
    ! [SV104: $i,SV19: $i] :
      ( ( ~ ( member @ ( ordered_pair @ SV19 @ SV104 ) @ ( cross_product @ universal_class @ universal_class ) )
        | ~ ( member @ SV19 @ SV104 )
        | ( member @ ( ordered_pair @ SV19 @ SV104 ) @ element_relation ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[355]) ).

thf(445,plain,
    ! [SV105: $i,SV20: $i] :
      ( ( ! [SY310: $i] :
            ~ ( member @ SV20 @ ( intersection @ SV105 @ SY310 ) )
        | ( member @ SV20 @ SV105 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[356]) ).

thf(446,plain,
    ! [SV106: $i,SV21: $i] :
      ( ( ! [SY311: $i] :
            ( ~ ( member @ SV21 @ ( intersection @ SV106 @ SY311 ) )
            | ( member @ SV21 @ SY311 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[357]) ).

thf(447,plain,
    ! [SV107: $i,SV22: $i] :
      ( ( ~ ( member @ SV22 @ SV107 )
        | ! [SY312: $i] :
            ( ~ ( member @ SV22 @ SY312 )
            | ( member @ SV22 @ ( intersection @ SV107 @ SY312 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[358]) ).

thf(448,plain,
    ! [SV108: $i,SV23: $i] :
      ( ( ~ ( member @ SV23 @ ( complement @ SV108 ) )
        | ~ ( member @ SV23 @ SV108 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[359]) ).

thf(449,plain,
    ! [SV24: $i] :
      ( ( ( ~ ( member @ SV24 @ universal_class ) )
        = $true )
      | ( ( ! [SY229: $i] :
              ( ( member @ SV24 @ ( complement @ SY229 ) )
              | ( member @ SV24 @ SY229 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[360]) ).

thf(450,plain,
    ! [SV109: $i,SV25: $i] :
      ( ( ( complement @ ( intersection @ ( complement @ SV25 ) @ ( complement @ SV109 ) ) )
        = ( union @ SV25 @ SV109 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[361]) ).

thf(451,plain,
    ! [SV110: $i,SV26: $i] :
      ( ( ( intersection @ ( complement @ ( intersection @ SV26 @ SV110 ) ) @ ( complement @ ( intersection @ ( complement @ SV26 ) @ ( complement @ SV110 ) ) ) )
        = ( symmetric_difference @ SV26 @ SV110 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[362]) ).

thf(452,plain,
    ! [SV111: $i,SV27: $i] :
      ( ( ! [SY313: $i] :
            ( ( intersection @ SV27 @ ( cross_product @ SV111 @ SY313 ) )
            = ( restrict @ SV27 @ SV111 @ SY313 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[363]) ).

thf(453,plain,
    ! [SV112: $i,SV28: $i] :
      ( ( ! [SY314: $i] :
            ( ( intersection @ ( cross_product @ SV28 @ SV112 ) @ SY314 )
            = ( restrict @ SY314 @ SV28 @ SV112 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[364]) ).

thf(454,plain,
    ! [SV113: $i,SV29: $i] :
      ( ( ( ( restrict @ SV29 @ ( singleton @ SV113 ) @ universal_class )
         != null_class )
        | ~ ( member @ SV113 @ ( domain_of @ SV29 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[365]) ).

thf(455,plain,
    ! [SV30: $i] :
      ( ( ( ~ ( member @ SV30 @ universal_class ) )
        = $true )
      | ( ( ! [SY237: $i] :
              ( ( ( restrict @ SY237 @ ( singleton @ SV30 ) @ universal_class )
                = null_class )
              | ( member @ SV30 @ ( domain_of @ SY237 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[366]) ).

thf(456,plain,
    ! [SV114: $i,SV32: $i] :
      ( ( ! [SY315: $i,SY316: $i] :
            ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV32 @ SV114 ) @ SY315 ) @ ( rotate @ SY316 ) )
            | ( member @ ( ordered_pair @ ( ordered_pair @ SV114 @ SY315 ) @ SV32 ) @ SY316 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[368]) ).

thf(457,plain,
    ! [SV115: $i,SV33: $i] :
      ( ( ! [SY317: $i,SY318: $i] :
            ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV33 @ SV115 ) @ SY317 ) @ SY318 )
            | ~ ( member @ ( ordered_pair @ ( ordered_pair @ SY317 @ SV33 ) @ SV115 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
            | ( member @ ( ordered_pair @ ( ordered_pair @ SY317 @ SV33 ) @ SV115 ) @ ( rotate @ SY318 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[369]) ).

thf(458,plain,
    ! [SV116: $i,SV35: $i] :
      ( ( ! [SY319: $i,SY320: $i] :
            ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SV116 ) @ SY319 ) @ ( flip @ SY320 ) )
            | ( member @ ( ordered_pair @ ( ordered_pair @ SV116 @ SV35 ) @ SY319 ) @ SY320 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[371]) ).

thf(459,plain,
    ! [SV117: $i,SV36: $i] :
      ( ( ! [SY321: $i,SY322: $i] :
            ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV36 @ SV117 ) @ SY321 ) @ SY322 )
            | ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV117 @ SV36 ) @ SY321 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
            | ( member @ ( ordered_pair @ ( ordered_pair @ SV117 @ SV36 ) @ SY321 ) @ ( flip @ SY322 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[372]) ).

thf(460,plain,
    ! [SV118: $i,SV39: $i] :
      ( ( ! [SY323: $i] :
            ( ( first @ ( not_subclass_element @ ( restrict @ SV39 @ SV118 @ ( singleton @ SY323 ) ) @ null_class ) )
            = ( domain @ SV39 @ SV118 @ SY323 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[375]) ).

thf(461,plain,
    ! [SV119: $i,SV40: $i] :
      ( ( ! [SY324: $i] :
            ( ( second @ ( not_subclass_element @ ( restrict @ SV40 @ ( singleton @ SV119 ) @ SY324 ) @ null_class ) )
            = ( range @ SV40 @ SV119 @ SY324 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[376]) ).

thf(462,plain,
    ! [SV120: $i,SV41: $i] :
      ( ( ( range_of @ ( restrict @ SV41 @ SV120 @ universal_class ) )
        = ( image @ SV41 @ SV120 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[377]) ).

thf(463,plain,
    ! [SV121: $i,SV43: $i] :
      ( ( ~ ( member @ ( ordered_pair @ SV43 @ SV121 ) @ successor_relation )
        | ( ( successor @ SV43 )
          = SV121 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[379]) ).

thf(464,plain,
    ! [SV122: $i,SV44: $i] :
      ( ( ( ( successor @ SV44 )
         != SV122 )
        | ~ ( member @ ( ordered_pair @ SV44 @ SV122 ) @ ( cross_product @ universal_class @ universal_class ) )
        | ( member @ ( ordered_pair @ SV44 @ SV122 ) @ successor_relation ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[380]) ).

thf(465,plain,
    ! [SV45: $i] :
      ( ( ( ~ ( inductive @ SV45 ) )
        = $true )
      | ( ( member @ null_class @ SV45 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[381]) ).

thf(466,plain,
    ! [SV46: $i] :
      ( ( ( ~ ( inductive @ SV46 ) )
        = $true )
      | ( ( subclass @ ( image @ successor_relation @ SV46 ) @ SV46 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[382]) ).

thf(467,plain,
    ! [SV47: $i] :
      ( ( ( ~ ( member @ null_class @ SV47 ) )
        = $true )
      | ( ( ~ ( subclass @ ( image @ successor_relation @ SV47 ) @ SV47 )
          | ( inductive @ SV47 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[383]) ).

thf(468,plain,
    ! [SV48: $i] :
      ( ( ( ~ ( inductive @ SV48 ) )
        = $true )
      | ( ( subclass @ omega @ SV48 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[384]) ).

thf(469,plain,
    ! [SV50: $i] :
      ( ( ( ~ ( member @ SV50 @ universal_class ) )
        = $true )
      | ( ( member @ ( sum_class @ SV50 ) @ universal_class )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[386]) ).

thf(470,plain,
    ! [SV52: $i] :
      ( ( ( ~ ( member @ SV52 @ universal_class ) )
        = $true )
      | ( ( member @ ( power_class @ SV52 ) @ universal_class )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[388]) ).

thf(471,plain,
    ! [SV123: $i,SV53: $i] :
      ( ( subclass @ ( compose @ SV53 @ SV123 ) @ ( cross_product @ universal_class @ universal_class ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[389]) ).

thf(472,plain,
    ! [SV124: $i,SV54: $i] :
      ( ( ! [SY325: $i,SY326: $i] :
            ( ~ ( member @ ( ordered_pair @ SV54 @ SV124 ) @ ( compose @ SY325 @ SY326 ) )
            | ( member @ SV124 @ ( image @ SY325 @ ( image @ SY326 @ ( singleton @ SV54 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[390]) ).

thf(473,plain,
    ! [SV125: $i,SV55: $i] :
      ( ( ! [SY327: $i,SY328: $i] :
            ( ~ ( member @ SV55 @ ( image @ SV125 @ ( image @ SY327 @ ( singleton @ SY328 ) ) ) )
            | ~ ( member @ ( ordered_pair @ SY328 @ SV55 ) @ ( cross_product @ universal_class @ universal_class ) )
            | ( member @ ( ordered_pair @ SY328 @ SV55 ) @ ( compose @ SV125 @ SY327 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[391]) ).

thf(474,plain,
    ! [SV56: $i] :
      ( ( ( ~ ( single_valued_class @ SV56 ) )
        = $true )
      | ( ( subclass @ ( compose @ SV56 @ ( inverse @ SV56 ) ) @ identity_relation )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[392]) ).

thf(475,plain,
    ! [SV57: $i] :
      ( ( ( ~ ( subclass @ ( compose @ SV57 @ ( inverse @ SV57 ) ) @ identity_relation ) )
        = $true )
      | ( ( single_valued_class @ SV57 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[393]) ).

thf(476,plain,
    ! [SV58: $i] :
      ( ( ( ~ ( function @ SV58 ) )
        = $true )
      | ( ( subclass @ SV58 @ ( cross_product @ universal_class @ universal_class ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[394]) ).

thf(477,plain,
    ! [SV59: $i] :
      ( ( ( ~ ( function @ SV59 ) )
        = $true )
      | ( ( subclass @ ( compose @ SV59 @ ( inverse @ SV59 ) ) @ identity_relation )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[395]) ).

thf(478,plain,
    ! [SV60: $i] :
      ( ( ( ~ ( subclass @ SV60 @ ( cross_product @ universal_class @ universal_class ) ) )
        = $true )
      | ( ( ~ ( subclass @ ( compose @ SV60 @ ( inverse @ SV60 ) ) @ identity_relation )
          | ( function @ SV60 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[396]) ).

thf(479,plain,
    ! [SV61: $i] :
      ( ( ( ~ ( function @ SV61 ) )
        = $true )
      | ( ( ! [SY264: $i] :
              ( ~ ( member @ SY264 @ universal_class )
              | ( member @ ( image @ SV61 @ SY264 ) @ universal_class ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[397]) ).

thf(480,plain,
    ! [SV62: $i] :
      ( ( ( SV62 = null_class )
        = $true )
      | ( ( member @ ( regular @ SV62 ) @ SV62 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[398]) ).

thf(481,plain,
    ! [SV63: $i] :
      ( ( ( SV63 = null_class )
        = $true )
      | ( ( ( intersection @ SV63 @ ( regular @ SV63 ) )
          = null_class )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[399]) ).

thf(482,plain,
    ! [SV126: $i,SV64: $i] :
      ( ( ( sum_class @ ( image @ SV64 @ ( singleton @ SV126 ) ) )
        = ( apply @ SV64 @ SV126 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[400]) ).

thf(483,plain,
    ! [SV65: $i] :
      ( ( ( ~ ( member @ SV65 @ universal_class ) )
        = $true )
      | ( ( ( SV65 = null_class )
          | ( member @ ( apply @ choice @ SV65 ) @ SV65 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[401]) ).

thf(484,plain,
    ! [SV66: $i] :
      ( ( ( ~ ( one_to_one @ SV66 ) )
        = $true )
      | ( ( function @ SV66 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[402]) ).

thf(485,plain,
    ! [SV67: $i] :
      ( ( ( ~ ( one_to_one @ SV67 ) )
        = $true )
      | ( ( function @ ( inverse @ SV67 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[403]) ).

thf(486,plain,
    ! [SV68: $i] :
      ( ( ( ~ ( function @ ( inverse @ SV68 ) ) )
        = $true )
      | ( ( ~ ( function @ SV68 )
          | ( one_to_one @ SV68 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[404]) ).

thf(487,plain,
    ! [SV71: $i] :
      ( ( ( ~ ( operation @ SV71 ) )
        = $true )
      | ( ( function @ SV71 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[407]) ).

thf(488,plain,
    ! [SV72: $i] :
      ( ( ( ~ ( operation @ SV72 ) )
        = $true )
      | ( ( ( cross_product @ ( domain_of @ ( domain_of @ SV72 ) ) @ ( domain_of @ ( domain_of @ SV72 ) ) )
          = ( domain_of @ SV72 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[408]) ).

thf(489,plain,
    ! [SV73: $i] :
      ( ( ( ~ ( operation @ SV73 ) )
        = $true )
      | ( ( subclass @ ( range_of @ SV73 ) @ ( domain_of @ ( domain_of @ SV73 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[409]) ).

thf(490,plain,
    ! [SV74: $i] :
      ( ( ( ~ ( function @ SV74 ) )
        = $true )
      | ( ( ( ( cross_product @ ( domain_of @ ( domain_of @ SV74 ) ) @ ( domain_of @ ( domain_of @ SV74 ) ) )
           != ( domain_of @ SV74 ) )
          | ~ ( subclass @ ( range_of @ SV74 ) @ ( domain_of @ ( domain_of @ SV74 ) ) )
          | ( operation @ SV74 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[410]) ).

thf(491,plain,
    ! [SV75: $i] :
      ( ( ( ! [SY266: $i,SY267: $i] :
              ~ ( compatible @ SV75 @ SY266 @ SY267 ) )
        = $true )
      | ( ( function @ SV75 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[411]) ).

thf(492,plain,
    ! [SV127: $i,SV76: $i] :
      ( ( ! [SY329: $i] :
            ~ ( compatible @ SV76 @ SV127 @ SY329 )
        | ( ( domain_of @ ( domain_of @ SV127 ) )
          = ( domain_of @ SV76 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[412]) ).

thf(493,plain,
    ! [SV128: $i,SV77: $i] :
      ( ( ! [SY330: $i] :
            ( ~ ( compatible @ SV77 @ SV128 @ SY330 )
            | ( subclass @ ( range_of @ SV77 ) @ ( domain_of @ ( domain_of @ SY330 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[413]) ).

thf(494,plain,
    ! [SV78: $i] :
      ( ( ( ~ ( function @ SV78 ) )
        = $true )
      | ( ( ! [SY272: $i] :
              ( ( ( domain_of @ ( domain_of @ SY272 ) )
               != ( domain_of @ SV78 ) )
              | ! [SY273: $i] :
                  ( ~ ( subclass @ ( range_of @ SV78 ) @ ( domain_of @ ( domain_of @ SY273 ) ) )
                  | ( compatible @ SV78 @ SY272 @ SY273 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[414]) ).

thf(495,plain,
    ! [SV129: $i,SV79: $i] :
      ( ( ! [SY331: $i] :
            ~ ( homomorphism @ SV79 @ SV129 @ SY331 )
        | ( operation @ SV129 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[415]) ).

thf(496,plain,
    ! [SV130: $i,SV80: $i] :
      ( ( ! [SY332: $i] :
            ( ~ ( homomorphism @ SV80 @ SV130 @ SY332 )
            | ( operation @ SY332 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[416]) ).

thf(497,plain,
    ! [SV131: $i,SV81: $i] :
      ( ( ! [SY333: $i] :
            ( ~ ( homomorphism @ SV81 @ SV131 @ SY333 )
            | ( compatible @ SV81 @ SV131 @ SY333 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[417]) ).

thf(498,plain,
    ! [SV132: $i,SV82: $i] :
      ( ( ! [SY334: $i] :
            ( ~ ( homomorphism @ SV82 @ SV132 @ SY334 )
            | ! [SY335: $i,SY336: $i] :
                ( ~ ( member @ ( ordered_pair @ SY335 @ SY336 ) @ ( domain_of @ SV132 ) )
                | ( ( apply @ SY334 @ ( ordered_pair @ ( apply @ SV82 @ SY335 ) @ ( apply @ SV82 @ SY336 ) ) )
                  = ( apply @ SV82 @ ( apply @ SV132 @ ( ordered_pair @ SY335 @ SY336 ) ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[418]) ).

thf(499,plain,
    ! [SV83: $i] :
      ( ( ( ~ ( operation @ SV83 ) )
        = $true )
      | ( ( ! [SY284: $i] :
              ( ~ ( operation @ SY284 )
              | ! [SY285: $i] :
                  ( ~ ( compatible @ SY285 @ SV83 @ SY284 )
                  | ( homomorphism @ SY285 @ SV83 @ SY284 )
                  | ( member @ ( ordered_pair @ ( not_homomorphism1 @ SY285 @ SV83 @ SY284 ) @ ( not_homomorphism2 @ SY285 @ SV83 @ SY284 ) ) @ ( domain_of @ SV83 ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[419]) ).

thf(500,plain,
    ! [SV84: $i] :
      ( ( ( ~ ( operation @ SV84 ) )
        = $true )
      | ( ( ! [SY286: $i] :
              ( ~ ( operation @ SY286 )
              | ! [SY287: $i] :
                  ( ~ ( compatible @ SY287 @ SV84 @ SY286 )
                  | ( ( apply @ SY286 @ ( ordered_pair @ ( apply @ SY287 @ ( not_homomorphism1 @ SY287 @ SV84 @ SY286 ) ) @ ( apply @ SY287 @ ( not_homomorphism2 @ SY287 @ SV84 @ SY286 ) ) ) )
                   != ( apply @ SY287 @ ( apply @ SV84 @ ( ordered_pair @ ( not_homomorphism1 @ SY287 @ SV84 @ SY286 ) @ ( not_homomorphism2 @ SY287 @ SV84 @ SY286 ) ) ) ) )
                  | ( homomorphism @ SY287 @ SV84 @ SY286 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[420]) ).

thf(501,plain,
    ! [SV133: $i,SV85: $i] :
      ( ( ! [SY337: $i,SY338: $i] :
            ~ ( member @ ( ordered_pair @ SV85 @ SV133 ) @ ( cross_product @ SY337 @ SY338 ) )
        | ( member @ SV85 @ ( unordered_pair @ SV85 @ SV133 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[421]) ).

thf(502,plain,
    ! [SV134: $i,SV86: $i] :
      ( ( ! [SY339: $i,SY340: $i] :
            ~ ( member @ ( ordered_pair @ SV86 @ SV134 ) @ ( cross_product @ SY339 @ SY340 ) )
        | ( member @ SV134 @ ( unordered_pair @ SV86 @ SV134 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[422]) ).

thf(503,plain,
    ! [SV135: $i,SV87: $i] :
      ( ( ! [SY341: $i,SY342: $i] :
            ~ ( member @ ( ordered_pair @ SV87 @ SV135 ) @ ( cross_product @ SY341 @ SY342 ) )
        | ( member @ SV87 @ universal_class ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[423]) ).

thf(504,plain,
    ! [SV136: $i,SV88: $i] :
      ( ( ! [SY343: $i,SY344: $i] :
            ~ ( member @ ( ordered_pair @ SV88 @ SV136 ) @ ( cross_product @ SY343 @ SY344 ) )
        | ( member @ SV136 @ universal_class ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[424]) ).

thf(505,plain,
    ! [SV137: $i,SV90: $i] :
      ( ( ~ ( subclass @ SV90 @ SV137 )
        | ! [SY345: $i] :
            ( ~ ( subclass @ SV137 @ SY345 )
            | ( subclass @ SV90 @ SY345 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[426]) ).

thf(506,plain,
    ! [SV91: $i,SV1: $i] :
      ( ( ( ~ ( subclass @ SV1 @ SV91 ) )
        = $true )
      | ( ( ! [SY302: $i] :
              ( ~ ( member @ SY302 @ SV1 )
              | ( member @ SY302 @ SV91 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[428]) ).

thf(507,plain,
    ! [SV92: $i,SV2: $i] :
      ( ( ( member @ ( not_subclass_element @ SV2 @ SV92 ) @ SV2 )
        = $true )
      | ( ( subclass @ SV2 @ SV92 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[429]) ).

thf(508,plain,
    ! [SV93: $i,SV3: $i] :
      ( ( ( ~ ( member @ ( not_subclass_element @ SV3 @ SV93 ) @ SV93 ) )
        = $true )
      | ( ( subclass @ SV3 @ SV93 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[430]) ).

thf(509,plain,
    ! [SV94: $i,SV5: $i] :
      ( ( ( ( SV5 != SV94 ) )
        = $true )
      | ( ( subclass @ SV5 @ SV94 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[431]) ).

thf(510,plain,
    ! [SV95: $i,SV6: $i] :
      ( ( ( ( SV6 != SV95 ) )
        = $true )
      | ( ( subclass @ SV95 @ SV6 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[432]) ).

thf(511,plain,
    ! [SV96: $i,SV7: $i] :
      ( ( ( ~ ( subclass @ SV7 @ SV96 ) )
        = $true )
      | ( ( ~ ( subclass @ SV96 @ SV7 )
          | ( SV7 = SV96 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[433]) ).

thf(512,plain,
    ! [SV138: $i,SV97: $i,SV8: $i] :
      ( ( ~ ( member @ SV8 @ ( unordered_pair @ SV97 @ SV138 ) )
        | ( SV8 = SV97 )
        | ( SV8 = SV138 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[434]) ).

thf(513,plain,
    ! [SV9: $i] :
      ( ( ( member @ SV9 @ universal_class )
        = $false )
      | ( ( ! [SY205: $i] : ( member @ SV9 @ ( unordered_pair @ SV9 @ SY205 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[435]) ).

thf(514,plain,
    ! [SV10: $i] :
      ( ( ( member @ SV10 @ universal_class )
        = $false )
      | ( ( ! [SY206: $i] : ( member @ SV10 @ ( unordered_pair @ SY206 @ SV10 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[436]) ).

thf(515,plain,
    ! [SV139: $i,SV100: $i,SV14: $i] :
      ( ( ! [SY346: $i] :
            ~ ( member @ ( ordered_pair @ SV14 @ SV100 ) @ ( cross_product @ SV139 @ SY346 ) )
        | ( member @ SV14 @ SV139 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[439]) ).

thf(516,plain,
    ! [SV140: $i,SV101: $i,SV15: $i] :
      ( ( ! [SY347: $i] :
            ( ~ ( member @ ( ordered_pair @ SV15 @ SV101 ) @ ( cross_product @ SV140 @ SY347 ) )
            | ( member @ SV101 @ SY347 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[440]) ).

thf(517,plain,
    ! [SV102: $i,SV16: $i] :
      ( ( ( ~ ( member @ SV16 @ SV102 ) )
        = $true )
      | ( ( ! [SY308: $i,SY309: $i] :
              ( ~ ( member @ SY308 @ SY309 )
              | ( member @ ( ordered_pair @ SV16 @ SY308 ) @ ( cross_product @ SV102 @ SY309 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[441]) ).

thf(518,plain,
    ! [SV141: $i,SV17: $i] :
      ( ( ( ! [SY348: $i] :
              ~ ( member @ SV17 @ ( cross_product @ SV141 @ SY348 ) ) )
        = $true )
      | ( ( ( ordered_pair @ ( first @ SV17 ) @ ( second @ SV17 ) )
          = SV17 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[442]) ).

thf(519,plain,
    ! [SV103: $i,SV18: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ SV18 @ SV103 ) @ element_relation ) )
        = $true )
      | ( ( member @ SV18 @ SV103 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[443]) ).

thf(520,plain,
    ! [SV104: $i,SV19: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ SV19 @ SV104 ) @ ( cross_product @ universal_class @ universal_class ) ) )
        = $true )
      | ( ( ~ ( member @ SV19 @ SV104 )
          | ( member @ ( ordered_pair @ SV19 @ SV104 ) @ element_relation ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[444]) ).

thf(521,plain,
    ! [SV105: $i,SV20: $i] :
      ( ( ( ! [SY310: $i] :
              ~ ( member @ SV20 @ ( intersection @ SV105 @ SY310 ) ) )
        = $true )
      | ( ( member @ SV20 @ SV105 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[445]) ).

thf(522,plain,
    ! [SV142: $i,SV106: $i,SV21: $i] :
      ( ( ~ ( member @ SV21 @ ( intersection @ SV106 @ SV142 ) )
        | ( member @ SV21 @ SV142 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[446]) ).

thf(523,plain,
    ! [SV107: $i,SV22: $i] :
      ( ( ( ~ ( member @ SV22 @ SV107 ) )
        = $true )
      | ( ( ! [SY312: $i] :
              ( ~ ( member @ SV22 @ SY312 )
              | ( member @ SV22 @ ( intersection @ SV107 @ SY312 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[447]) ).

thf(524,plain,
    ! [SV108: $i,SV23: $i] :
      ( ( ( ~ ( member @ SV23 @ ( complement @ SV108 ) ) )
        = $true )
      | ( ( ~ ( member @ SV23 @ SV108 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[448]) ).

thf(525,plain,
    ! [SV24: $i] :
      ( ( ( member @ SV24 @ universal_class )
        = $false )
      | ( ( ! [SY229: $i] :
              ( ( member @ SV24 @ ( complement @ SY229 ) )
              | ( member @ SV24 @ SY229 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[449]) ).

thf(526,plain,
    ! [SV143: $i,SV111: $i,SV27: $i] :
      ( ( ( intersection @ SV27 @ ( cross_product @ SV111 @ SV143 ) )
        = ( restrict @ SV27 @ SV111 @ SV143 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[452]) ).

thf(527,plain,
    ! [SV144: $i,SV112: $i,SV28: $i] :
      ( ( ( intersection @ ( cross_product @ SV28 @ SV112 ) @ SV144 )
        = ( restrict @ SV144 @ SV28 @ SV112 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[453]) ).

thf(528,plain,
    ! [SV113: $i,SV29: $i] :
      ( ( ( ( ( restrict @ SV29 @ ( singleton @ SV113 ) @ universal_class )
           != null_class ) )
        = $true )
      | ( ( ~ ( member @ SV113 @ ( domain_of @ SV29 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[454]) ).

thf(529,plain,
    ! [SV30: $i] :
      ( ( ( member @ SV30 @ universal_class )
        = $false )
      | ( ( ! [SY237: $i] :
              ( ( ( restrict @ SY237 @ ( singleton @ SV30 ) @ universal_class )
                = null_class )
              | ( member @ SV30 @ ( domain_of @ SY237 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[455]) ).

thf(530,plain,
    ! [SV145: $i,SV114: $i,SV32: $i] :
      ( ( ! [SY349: $i] :
            ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV32 @ SV114 ) @ SV145 ) @ ( rotate @ SY349 ) )
            | ( member @ ( ordered_pair @ ( ordered_pair @ SV114 @ SV145 ) @ SV32 ) @ SY349 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[456]) ).

thf(531,plain,
    ! [SV146: $i,SV115: $i,SV33: $i] :
      ( ( ! [SY350: $i] :
            ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV33 @ SV115 ) @ SV146 ) @ SY350 )
            | ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV146 @ SV33 ) @ SV115 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
            | ( member @ ( ordered_pair @ ( ordered_pair @ SV146 @ SV33 ) @ SV115 ) @ ( rotate @ SY350 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[457]) ).

thf(532,plain,
    ! [SV147: $i,SV116: $i,SV35: $i] :
      ( ( ! [SY351: $i] :
            ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SV116 ) @ SV147 ) @ ( flip @ SY351 ) )
            | ( member @ ( ordered_pair @ ( ordered_pair @ SV116 @ SV35 ) @ SV147 ) @ SY351 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[458]) ).

thf(533,plain,
    ! [SV148: $i,SV117: $i,SV36: $i] :
      ( ( ! [SY352: $i] :
            ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV36 @ SV117 ) @ SV148 ) @ SY352 )
            | ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV117 @ SV36 ) @ SV148 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
            | ( member @ ( ordered_pair @ ( ordered_pair @ SV117 @ SV36 ) @ SV148 ) @ ( flip @ SY352 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[459]) ).

thf(534,plain,
    ! [SV149: $i,SV118: $i,SV39: $i] :
      ( ( ( first @ ( not_subclass_element @ ( restrict @ SV39 @ SV118 @ ( singleton @ SV149 ) ) @ null_class ) )
        = ( domain @ SV39 @ SV118 @ SV149 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[460]) ).

thf(535,plain,
    ! [SV150: $i,SV119: $i,SV40: $i] :
      ( ( ( second @ ( not_subclass_element @ ( restrict @ SV40 @ ( singleton @ SV119 ) @ SV150 ) @ null_class ) )
        = ( range @ SV40 @ SV119 @ SV150 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[461]) ).

thf(536,plain,
    ! [SV121: $i,SV43: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ SV43 @ SV121 ) @ successor_relation ) )
        = $true )
      | ( ( ( successor @ SV43 )
          = SV121 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[463]) ).

thf(537,plain,
    ! [SV122: $i,SV44: $i] :
      ( ( ( ( ( successor @ SV44 )
           != SV122 ) )
        = $true )
      | ( ( ~ ( member @ ( ordered_pair @ SV44 @ SV122 ) @ ( cross_product @ universal_class @ universal_class ) )
          | ( member @ ( ordered_pair @ SV44 @ SV122 ) @ successor_relation ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[464]) ).

thf(538,plain,
    ! [SV45: $i] :
      ( ( ( inductive @ SV45 )
        = $false )
      | ( ( member @ null_class @ SV45 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[465]) ).

thf(539,plain,
    ! [SV46: $i] :
      ( ( ( inductive @ SV46 )
        = $false )
      | ( ( subclass @ ( image @ successor_relation @ SV46 ) @ SV46 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[466]) ).

thf(540,plain,
    ! [SV47: $i] :
      ( ( ( member @ null_class @ SV47 )
        = $false )
      | ( ( ~ ( subclass @ ( image @ successor_relation @ SV47 ) @ SV47 )
          | ( inductive @ SV47 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[467]) ).

thf(541,plain,
    ! [SV48: $i] :
      ( ( ( inductive @ SV48 )
        = $false )
      | ( ( subclass @ omega @ SV48 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[468]) ).

thf(542,plain,
    ! [SV50: $i] :
      ( ( ( member @ SV50 @ universal_class )
        = $false )
      | ( ( member @ ( sum_class @ SV50 ) @ universal_class )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[469]) ).

thf(543,plain,
    ! [SV52: $i] :
      ( ( ( member @ SV52 @ universal_class )
        = $false )
      | ( ( member @ ( power_class @ SV52 ) @ universal_class )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[470]) ).

thf(544,plain,
    ! [SV151: $i,SV124: $i,SV54: $i] :
      ( ( ! [SY353: $i] :
            ( ~ ( member @ ( ordered_pair @ SV54 @ SV124 ) @ ( compose @ SV151 @ SY353 ) )
            | ( member @ SV124 @ ( image @ SV151 @ ( image @ SY353 @ ( singleton @ SV54 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[472]) ).

thf(545,plain,
    ! [SV152: $i,SV125: $i,SV55: $i] :
      ( ( ! [SY354: $i] :
            ( ~ ( member @ SV55 @ ( image @ SV125 @ ( image @ SV152 @ ( singleton @ SY354 ) ) ) )
            | ~ ( member @ ( ordered_pair @ SY354 @ SV55 ) @ ( cross_product @ universal_class @ universal_class ) )
            | ( member @ ( ordered_pair @ SY354 @ SV55 ) @ ( compose @ SV125 @ SV152 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[473]) ).

thf(546,plain,
    ! [SV56: $i] :
      ( ( ( single_valued_class @ SV56 )
        = $false )
      | ( ( subclass @ ( compose @ SV56 @ ( inverse @ SV56 ) ) @ identity_relation )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[474]) ).

thf(547,plain,
    ! [SV57: $i] :
      ( ( ( subclass @ ( compose @ SV57 @ ( inverse @ SV57 ) ) @ identity_relation )
        = $false )
      | ( ( single_valued_class @ SV57 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[475]) ).

thf(548,plain,
    ! [SV58: $i] :
      ( ( ( function @ SV58 )
        = $false )
      | ( ( subclass @ SV58 @ ( cross_product @ universal_class @ universal_class ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[476]) ).

thf(549,plain,
    ! [SV59: $i] :
      ( ( ( function @ SV59 )
        = $false )
      | ( ( subclass @ ( compose @ SV59 @ ( inverse @ SV59 ) ) @ identity_relation )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[477]) ).

thf(550,plain,
    ! [SV60: $i] :
      ( ( ( subclass @ SV60 @ ( cross_product @ universal_class @ universal_class ) )
        = $false )
      | ( ( ~ ( subclass @ ( compose @ SV60 @ ( inverse @ SV60 ) ) @ identity_relation )
          | ( function @ SV60 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[478]) ).

thf(551,plain,
    ! [SV61: $i] :
      ( ( ( function @ SV61 )
        = $false )
      | ( ( ! [SY264: $i] :
              ( ~ ( member @ SY264 @ universal_class )
              | ( member @ ( image @ SV61 @ SY264 ) @ universal_class ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[479]) ).

thf(552,plain,
    ! [SV65: $i] :
      ( ( ( member @ SV65 @ universal_class )
        = $false )
      | ( ( ( SV65 = null_class )
          | ( member @ ( apply @ choice @ SV65 ) @ SV65 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[483]) ).

thf(553,plain,
    ! [SV66: $i] :
      ( ( ( one_to_one @ SV66 )
        = $false )
      | ( ( function @ SV66 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[484]) ).

thf(554,plain,
    ! [SV67: $i] :
      ( ( ( one_to_one @ SV67 )
        = $false )
      | ( ( function @ ( inverse @ SV67 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[485]) ).

thf(555,plain,
    ! [SV68: $i] :
      ( ( ( function @ ( inverse @ SV68 ) )
        = $false )
      | ( ( ~ ( function @ SV68 )
          | ( one_to_one @ SV68 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[486]) ).

thf(556,plain,
    ! [SV71: $i] :
      ( ( ( operation @ SV71 )
        = $false )
      | ( ( function @ SV71 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[487]) ).

thf(557,plain,
    ! [SV72: $i] :
      ( ( ( operation @ SV72 )
        = $false )
      | ( ( ( cross_product @ ( domain_of @ ( domain_of @ SV72 ) ) @ ( domain_of @ ( domain_of @ SV72 ) ) )
          = ( domain_of @ SV72 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[488]) ).

thf(558,plain,
    ! [SV73: $i] :
      ( ( ( operation @ SV73 )
        = $false )
      | ( ( subclass @ ( range_of @ SV73 ) @ ( domain_of @ ( domain_of @ SV73 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[489]) ).

thf(559,plain,
    ! [SV74: $i] :
      ( ( ( function @ SV74 )
        = $false )
      | ( ( ( ( cross_product @ ( domain_of @ ( domain_of @ SV74 ) ) @ ( domain_of @ ( domain_of @ SV74 ) ) )
           != ( domain_of @ SV74 ) )
          | ~ ( subclass @ ( range_of @ SV74 ) @ ( domain_of @ ( domain_of @ SV74 ) ) )
          | ( operation @ SV74 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[490]) ).

thf(560,plain,
    ! [SV153: $i,SV75: $i] :
      ( ( ( ! [SY355: $i] :
              ~ ( compatible @ SV75 @ SV153 @ SY355 ) )
        = $true )
      | ( ( function @ SV75 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[491]) ).

thf(561,plain,
    ! [SV127: $i,SV76: $i] :
      ( ( ( ! [SY329: $i] :
              ~ ( compatible @ SV76 @ SV127 @ SY329 ) )
        = $true )
      | ( ( ( domain_of @ ( domain_of @ SV127 ) )
          = ( domain_of @ SV76 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[492]) ).

thf(562,plain,
    ! [SV154: $i,SV128: $i,SV77: $i] :
      ( ( ~ ( compatible @ SV77 @ SV128 @ SV154 )
        | ( subclass @ ( range_of @ SV77 ) @ ( domain_of @ ( domain_of @ SV154 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[493]) ).

thf(563,plain,
    ! [SV78: $i] :
      ( ( ( function @ SV78 )
        = $false )
      | ( ( ! [SY272: $i] :
              ( ( ( domain_of @ ( domain_of @ SY272 ) )
               != ( domain_of @ SV78 ) )
              | ! [SY273: $i] :
                  ( ~ ( subclass @ ( range_of @ SV78 ) @ ( domain_of @ ( domain_of @ SY273 ) ) )
                  | ( compatible @ SV78 @ SY272 @ SY273 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[494]) ).

thf(564,plain,
    ! [SV129: $i,SV79: $i] :
      ( ( ( ! [SY331: $i] :
              ~ ( homomorphism @ SV79 @ SV129 @ SY331 ) )
        = $true )
      | ( ( operation @ SV129 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[495]) ).

thf(565,plain,
    ! [SV155: $i,SV130: $i,SV80: $i] :
      ( ( ~ ( homomorphism @ SV80 @ SV130 @ SV155 )
        | ( operation @ SV155 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[496]) ).

thf(566,plain,
    ! [SV156: $i,SV131: $i,SV81: $i] :
      ( ( ~ ( homomorphism @ SV81 @ SV131 @ SV156 )
        | ( compatible @ SV81 @ SV131 @ SV156 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[497]) ).

thf(567,plain,
    ! [SV157: $i,SV132: $i,SV82: $i] :
      ( ( ~ ( homomorphism @ SV82 @ SV132 @ SV157 )
        | ! [SY356: $i,SY357: $i] :
            ( ~ ( member @ ( ordered_pair @ SY356 @ SY357 ) @ ( domain_of @ SV132 ) )
            | ( ( apply @ SV157 @ ( ordered_pair @ ( apply @ SV82 @ SY356 ) @ ( apply @ SV82 @ SY357 ) ) )
              = ( apply @ SV82 @ ( apply @ SV132 @ ( ordered_pair @ SY356 @ SY357 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[498]) ).

thf(568,plain,
    ! [SV83: $i] :
      ( ( ( operation @ SV83 )
        = $false )
      | ( ( ! [SY284: $i] :
              ( ~ ( operation @ SY284 )
              | ! [SY285: $i] :
                  ( ~ ( compatible @ SY285 @ SV83 @ SY284 )
                  | ( homomorphism @ SY285 @ SV83 @ SY284 )
                  | ( member @ ( ordered_pair @ ( not_homomorphism1 @ SY285 @ SV83 @ SY284 ) @ ( not_homomorphism2 @ SY285 @ SV83 @ SY284 ) ) @ ( domain_of @ SV83 ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[499]) ).

thf(569,plain,
    ! [SV84: $i] :
      ( ( ( operation @ SV84 )
        = $false )
      | ( ( ! [SY286: $i] :
              ( ~ ( operation @ SY286 )
              | ! [SY287: $i] :
                  ( ~ ( compatible @ SY287 @ SV84 @ SY286 )
                  | ( ( apply @ SY286 @ ( ordered_pair @ ( apply @ SY287 @ ( not_homomorphism1 @ SY287 @ SV84 @ SY286 ) ) @ ( apply @ SY287 @ ( not_homomorphism2 @ SY287 @ SV84 @ SY286 ) ) ) )
                   != ( apply @ SY287 @ ( apply @ SV84 @ ( ordered_pair @ ( not_homomorphism1 @ SY287 @ SV84 @ SY286 ) @ ( not_homomorphism2 @ SY287 @ SV84 @ SY286 ) ) ) ) )
                  | ( homomorphism @ SY287 @ SV84 @ SY286 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[500]) ).

thf(570,plain,
    ! [SV133: $i,SV85: $i] :
      ( ( ( ! [SY337: $i,SY338: $i] :
              ~ ( member @ ( ordered_pair @ SV85 @ SV133 ) @ ( cross_product @ SY337 @ SY338 ) ) )
        = $true )
      | ( ( member @ SV85 @ ( unordered_pair @ SV85 @ SV133 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[501]) ).

thf(571,plain,
    ! [SV134: $i,SV86: $i] :
      ( ( ( ! [SY339: $i,SY340: $i] :
              ~ ( member @ ( ordered_pair @ SV86 @ SV134 ) @ ( cross_product @ SY339 @ SY340 ) ) )
        = $true )
      | ( ( member @ SV134 @ ( unordered_pair @ SV86 @ SV134 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[502]) ).

thf(572,plain,
    ! [SV135: $i,SV87: $i] :
      ( ( ( ! [SY341: $i,SY342: $i] :
              ~ ( member @ ( ordered_pair @ SV87 @ SV135 ) @ ( cross_product @ SY341 @ SY342 ) ) )
        = $true )
      | ( ( member @ SV87 @ universal_class )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[503]) ).

thf(573,plain,
    ! [SV136: $i,SV88: $i] :
      ( ( ( ! [SY343: $i,SY344: $i] :
              ~ ( member @ ( ordered_pair @ SV88 @ SV136 ) @ ( cross_product @ SY343 @ SY344 ) ) )
        = $true )
      | ( ( member @ SV136 @ universal_class )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[504]) ).

thf(574,plain,
    ! [SV137: $i,SV90: $i] :
      ( ( ( ~ ( subclass @ SV90 @ SV137 ) )
        = $true )
      | ( ( ! [SY345: $i] :
              ( ~ ( subclass @ SV137 @ SY345 )
              | ( subclass @ SV90 @ SY345 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[505]) ).

thf(575,plain,
    ! [SV91: $i,SV1: $i] :
      ( ( ( subclass @ SV1 @ SV91 )
        = $false )
      | ( ( ! [SY302: $i] :
              ( ~ ( member @ SY302 @ SV1 )
              | ( member @ SY302 @ SV91 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[506]) ).

thf(576,plain,
    ! [SV93: $i,SV3: $i] :
      ( ( ( member @ ( not_subclass_element @ SV3 @ SV93 ) @ SV93 )
        = $false )
      | ( ( subclass @ SV3 @ SV93 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[508]) ).

thf(577,plain,
    ! [SV94: $i,SV5: $i] :
      ( ( ( SV5 = SV94 )
        = $false )
      | ( ( subclass @ SV5 @ SV94 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[509]) ).

thf(578,plain,
    ! [SV95: $i,SV6: $i] :
      ( ( ( SV6 = SV95 )
        = $false )
      | ( ( subclass @ SV95 @ SV6 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[510]) ).

thf(579,plain,
    ! [SV96: $i,SV7: $i] :
      ( ( ( subclass @ SV7 @ SV96 )
        = $false )
      | ( ( ~ ( subclass @ SV96 @ SV7 )
          | ( SV7 = SV96 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[511]) ).

thf(580,plain,
    ! [SV138: $i,SV97: $i,SV8: $i] :
      ( ( ( ~ ( member @ SV8 @ ( unordered_pair @ SV97 @ SV138 ) ) )
        = $true )
      | ( ( ( SV8 = SV97 )
          | ( SV8 = SV138 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[512]) ).

thf(581,plain,
    ! [SV158: $i,SV9: $i] :
      ( ( ( member @ SV9 @ ( unordered_pair @ SV9 @ SV158 ) )
        = $true )
      | ( ( member @ SV9 @ universal_class )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[513]) ).

thf(582,plain,
    ! [SV159: $i,SV10: $i] :
      ( ( ( member @ SV10 @ ( unordered_pair @ SV159 @ SV10 ) )
        = $true )
      | ( ( member @ SV10 @ universal_class )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[514]) ).

thf(583,plain,
    ! [SV139: $i,SV100: $i,SV14: $i] :
      ( ( ( ! [SY346: $i] :
              ~ ( member @ ( ordered_pair @ SV14 @ SV100 ) @ ( cross_product @ SV139 @ SY346 ) ) )
        = $true )
      | ( ( member @ SV14 @ SV139 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[515]) ).

thf(584,plain,
    ! [SV160: $i,SV140: $i,SV101: $i,SV15: $i] :
      ( ( ~ ( member @ ( ordered_pair @ SV15 @ SV101 ) @ ( cross_product @ SV140 @ SV160 ) )
        | ( member @ SV101 @ SV160 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[516]) ).

thf(585,plain,
    ! [SV102: $i,SV16: $i] :
      ( ( ( member @ SV16 @ SV102 )
        = $false )
      | ( ( ! [SY308: $i,SY309: $i] :
              ( ~ ( member @ SY308 @ SY309 )
              | ( member @ ( ordered_pair @ SV16 @ SY308 ) @ ( cross_product @ SV102 @ SY309 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[517]) ).

thf(586,plain,
    ! [SV161: $i,SV141: $i,SV17: $i] :
      ( ( ( ~ ( member @ SV17 @ ( cross_product @ SV141 @ SV161 ) ) )
        = $true )
      | ( ( ( ordered_pair @ ( first @ SV17 ) @ ( second @ SV17 ) )
          = SV17 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[518]) ).

thf(587,plain,
    ! [SV103: $i,SV18: $i] :
      ( ( ( member @ ( ordered_pair @ SV18 @ SV103 ) @ element_relation )
        = $false )
      | ( ( member @ SV18 @ SV103 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[519]) ).

thf(588,plain,
    ! [SV104: $i,SV19: $i] :
      ( ( ( member @ ( ordered_pair @ SV19 @ SV104 ) @ ( cross_product @ universal_class @ universal_class ) )
        = $false )
      | ( ( ~ ( member @ SV19 @ SV104 )
          | ( member @ ( ordered_pair @ SV19 @ SV104 ) @ element_relation ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[520]) ).

thf(589,plain,
    ! [SV162: $i,SV105: $i,SV20: $i] :
      ( ( ( ~ ( member @ SV20 @ ( intersection @ SV105 @ SV162 ) ) )
        = $true )
      | ( ( member @ SV20 @ SV105 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[521]) ).

thf(590,plain,
    ! [SV142: $i,SV106: $i,SV21: $i] :
      ( ( ( ~ ( member @ SV21 @ ( intersection @ SV106 @ SV142 ) ) )
        = $true )
      | ( ( member @ SV21 @ SV142 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[522]) ).

thf(591,plain,
    ! [SV107: $i,SV22: $i] :
      ( ( ( member @ SV22 @ SV107 )
        = $false )
      | ( ( ! [SY312: $i] :
              ( ~ ( member @ SV22 @ SY312 )
              | ( member @ SV22 @ ( intersection @ SV107 @ SY312 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[523]) ).

thf(592,plain,
    ! [SV108: $i,SV23: $i] :
      ( ( ( member @ SV23 @ ( complement @ SV108 ) )
        = $false )
      | ( ( ~ ( member @ SV23 @ SV108 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[524]) ).

thf(593,plain,
    ! [SV163: $i,SV24: $i] :
      ( ( ( ( member @ SV24 @ ( complement @ SV163 ) )
          | ( member @ SV24 @ SV163 ) )
        = $true )
      | ( ( member @ SV24 @ universal_class )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[525]) ).

thf(594,plain,
    ! [SV113: $i,SV29: $i] :
      ( ( ( ( restrict @ SV29 @ ( singleton @ SV113 ) @ universal_class )
          = null_class )
        = $false )
      | ( ( ~ ( member @ SV113 @ ( domain_of @ SV29 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[528]) ).

thf(595,plain,
    ! [SV30: $i,SV164: $i] :
      ( ( ( ( ( restrict @ SV164 @ ( singleton @ SV30 ) @ universal_class )
            = null_class )
          | ( member @ SV30 @ ( domain_of @ SV164 ) ) )
        = $true )
      | ( ( member @ SV30 @ universal_class )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[529]) ).

thf(596,plain,
    ! [SV165: $i,SV145: $i,SV114: $i,SV32: $i] :
      ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV32 @ SV114 ) @ SV145 ) @ ( rotate @ SV165 ) )
        | ( member @ ( ordered_pair @ ( ordered_pair @ SV114 @ SV145 ) @ SV32 ) @ SV165 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[530]) ).

thf(597,plain,
    ! [SV166: $i,SV146: $i,SV115: $i,SV33: $i] :
      ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV33 @ SV115 ) @ SV146 ) @ SV166 )
        | ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV146 @ SV33 ) @ SV115 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
        | ( member @ ( ordered_pair @ ( ordered_pair @ SV146 @ SV33 ) @ SV115 ) @ ( rotate @ SV166 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[531]) ).

thf(598,plain,
    ! [SV167: $i,SV147: $i,SV116: $i,SV35: $i] :
      ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SV116 ) @ SV147 ) @ ( flip @ SV167 ) )
        | ( member @ ( ordered_pair @ ( ordered_pair @ SV116 @ SV35 ) @ SV147 ) @ SV167 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[532]) ).

thf(599,plain,
    ! [SV168: $i,SV148: $i,SV117: $i,SV36: $i] :
      ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV36 @ SV117 ) @ SV148 ) @ SV168 )
        | ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV117 @ SV36 ) @ SV148 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
        | ( member @ ( ordered_pair @ ( ordered_pair @ SV117 @ SV36 ) @ SV148 ) @ ( flip @ SV168 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[533]) ).

thf(600,plain,
    ! [SV121: $i,SV43: $i] :
      ( ( ( member @ ( ordered_pair @ SV43 @ SV121 ) @ successor_relation )
        = $false )
      | ( ( ( successor @ SV43 )
          = SV121 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[536]) ).

thf(601,plain,
    ! [SV122: $i,SV44: $i] :
      ( ( ( ( successor @ SV44 )
          = SV122 )
        = $false )
      | ( ( ~ ( member @ ( ordered_pair @ SV44 @ SV122 ) @ ( cross_product @ universal_class @ universal_class ) )
          | ( member @ ( ordered_pair @ SV44 @ SV122 ) @ successor_relation ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[537]) ).

thf(602,plain,
    ! [SV47: $i] :
      ( ( ( ~ ( subclass @ ( image @ successor_relation @ SV47 ) @ SV47 ) )
        = $true )
      | ( ( inductive @ SV47 )
        = $true )
      | ( ( member @ null_class @ SV47 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[540]) ).

thf(603,plain,
    ! [SV169: $i,SV151: $i,SV124: $i,SV54: $i] :
      ( ( ~ ( member @ ( ordered_pair @ SV54 @ SV124 ) @ ( compose @ SV151 @ SV169 ) )
        | ( member @ SV124 @ ( image @ SV151 @ ( image @ SV169 @ ( singleton @ SV54 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[544]) ).

thf(604,plain,
    ! [SV170: $i,SV152: $i,SV125: $i,SV55: $i] :
      ( ( ~ ( member @ SV55 @ ( image @ SV125 @ ( image @ SV152 @ ( singleton @ SV170 ) ) ) )
        | ~ ( member @ ( ordered_pair @ SV170 @ SV55 ) @ ( cross_product @ universal_class @ universal_class ) )
        | ( member @ ( ordered_pair @ SV170 @ SV55 ) @ ( compose @ SV125 @ SV152 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[545]) ).

thf(605,plain,
    ! [SV60: $i] :
      ( ( ( ~ ( subclass @ ( compose @ SV60 @ ( inverse @ SV60 ) ) @ identity_relation ) )
        = $true )
      | ( ( function @ SV60 )
        = $true )
      | ( ( subclass @ SV60 @ ( cross_product @ universal_class @ universal_class ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[550]) ).

thf(606,plain,
    ! [SV61: $i,SV171: $i] :
      ( ( ( ~ ( member @ SV171 @ universal_class )
          | ( member @ ( image @ SV61 @ SV171 ) @ universal_class ) )
        = $true )
      | ( ( function @ SV61 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[551]) ).

thf(607,plain,
    ! [SV65: $i] :
      ( ( ( SV65 = null_class )
        = $true )
      | ( ( member @ ( apply @ choice @ SV65 ) @ SV65 )
        = $true )
      | ( ( member @ SV65 @ universal_class )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[552]) ).

thf(608,plain,
    ! [SV68: $i] :
      ( ( ( ~ ( function @ SV68 ) )
        = $true )
      | ( ( one_to_one @ SV68 )
        = $true )
      | ( ( function @ ( inverse @ SV68 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[555]) ).

thf(609,plain,
    ! [SV74: $i] :
      ( ( ( ( ( cross_product @ ( domain_of @ ( domain_of @ SV74 ) ) @ ( domain_of @ ( domain_of @ SV74 ) ) )
           != ( domain_of @ SV74 ) ) )
        = $true )
      | ( ( ~ ( subclass @ ( range_of @ SV74 ) @ ( domain_of @ ( domain_of @ SV74 ) ) )
          | ( operation @ SV74 ) )
        = $true )
      | ( ( function @ SV74 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[559]) ).

thf(610,plain,
    ! [SV172: $i,SV153: $i,SV75: $i] :
      ( ( ( ~ ( compatible @ SV75 @ SV153 @ SV172 ) )
        = $true )
      | ( ( function @ SV75 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[560]) ).

thf(611,plain,
    ! [SV173: $i,SV127: $i,SV76: $i] :
      ( ( ( ~ ( compatible @ SV76 @ SV127 @ SV173 ) )
        = $true )
      | ( ( ( domain_of @ ( domain_of @ SV127 ) )
          = ( domain_of @ SV76 ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[561]) ).

thf(612,plain,
    ! [SV154: $i,SV128: $i,SV77: $i] :
      ( ( ( ~ ( compatible @ SV77 @ SV128 @ SV154 ) )
        = $true )
      | ( ( subclass @ ( range_of @ SV77 ) @ ( domain_of @ ( domain_of @ SV154 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[562]) ).

thf(613,plain,
    ! [SV78: $i,SV174: $i] :
      ( ( ( ( ( domain_of @ ( domain_of @ SV174 ) )
           != ( domain_of @ SV78 ) )
          | ! [SY358: $i] :
              ( ~ ( subclass @ ( range_of @ SV78 ) @ ( domain_of @ ( domain_of @ SY358 ) ) )
              | ( compatible @ SV78 @ SV174 @ SY358 ) ) )
        = $true )
      | ( ( function @ SV78 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[563]) ).

thf(614,plain,
    ! [SV175: $i,SV129: $i,SV79: $i] :
      ( ( ( ~ ( homomorphism @ SV79 @ SV129 @ SV175 ) )
        = $true )
      | ( ( operation @ SV129 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[564]) ).

thf(615,plain,
    ! [SV155: $i,SV130: $i,SV80: $i] :
      ( ( ( ~ ( homomorphism @ SV80 @ SV130 @ SV155 ) )
        = $true )
      | ( ( operation @ SV155 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[565]) ).

thf(616,plain,
    ! [SV156: $i,SV131: $i,SV81: $i] :
      ( ( ( ~ ( homomorphism @ SV81 @ SV131 @ SV156 ) )
        = $true )
      | ( ( compatible @ SV81 @ SV131 @ SV156 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[566]) ).

thf(617,plain,
    ! [SV157: $i,SV132: $i,SV82: $i] :
      ( ( ( ~ ( homomorphism @ SV82 @ SV132 @ SV157 ) )
        = $true )
      | ( ( ! [SY356: $i,SY357: $i] :
              ( ~ ( member @ ( ordered_pair @ SY356 @ SY357 ) @ ( domain_of @ SV132 ) )
              | ( ( apply @ SV157 @ ( ordered_pair @ ( apply @ SV82 @ SY356 ) @ ( apply @ SV82 @ SY357 ) ) )
                = ( apply @ SV82 @ ( apply @ SV132 @ ( ordered_pair @ SY356 @ SY357 ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[567]) ).

thf(618,plain,
    ! [SV83: $i,SV176: $i] :
      ( ( ( ~ ( operation @ SV176 )
          | ! [SY359: $i] :
              ( ~ ( compatible @ SY359 @ SV83 @ SV176 )
              | ( homomorphism @ SY359 @ SV83 @ SV176 )
              | ( member @ ( ordered_pair @ ( not_homomorphism1 @ SY359 @ SV83 @ SV176 ) @ ( not_homomorphism2 @ SY359 @ SV83 @ SV176 ) ) @ ( domain_of @ SV83 ) ) ) )
        = $true )
      | ( ( operation @ SV83 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[568]) ).

thf(619,plain,
    ! [SV84: $i,SV177: $i] :
      ( ( ( ~ ( operation @ SV177 )
          | ! [SY360: $i] :
              ( ~ ( compatible @ SY360 @ SV84 @ SV177 )
              | ( ( apply @ SV177 @ ( ordered_pair @ ( apply @ SY360 @ ( not_homomorphism1 @ SY360 @ SV84 @ SV177 ) ) @ ( apply @ SY360 @ ( not_homomorphism2 @ SY360 @ SV84 @ SV177 ) ) ) )
               != ( apply @ SY360 @ ( apply @ SV84 @ ( ordered_pair @ ( not_homomorphism1 @ SY360 @ SV84 @ SV177 ) @ ( not_homomorphism2 @ SY360 @ SV84 @ SV177 ) ) ) ) )
              | ( homomorphism @ SY360 @ SV84 @ SV177 ) ) )
        = $true )
      | ( ( operation @ SV84 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[569]) ).

thf(620,plain,
    ! [SV178: $i,SV133: $i,SV85: $i] :
      ( ( ( ! [SY361: $i] :
              ~ ( member @ ( ordered_pair @ SV85 @ SV133 ) @ ( cross_product @ SV178 @ SY361 ) ) )
        = $true )
      | ( ( member @ SV85 @ ( unordered_pair @ SV85 @ SV133 ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[570]) ).

thf(621,plain,
    ! [SV179: $i,SV134: $i,SV86: $i] :
      ( ( ( ! [SY362: $i] :
              ~ ( member @ ( ordered_pair @ SV86 @ SV134 ) @ ( cross_product @ SV179 @ SY362 ) ) )
        = $true )
      | ( ( member @ SV134 @ ( unordered_pair @ SV86 @ SV134 ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[571]) ).

thf(622,plain,
    ! [SV180: $i,SV135: $i,SV87: $i] :
      ( ( ( ! [SY363: $i] :
              ~ ( member @ ( ordered_pair @ SV87 @ SV135 ) @ ( cross_product @ SV180 @ SY363 ) ) )
        = $true )
      | ( ( member @ SV87 @ universal_class )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[572]) ).

thf(623,plain,
    ! [SV181: $i,SV136: $i,SV88: $i] :
      ( ( ( ! [SY364: $i] :
              ~ ( member @ ( ordered_pair @ SV88 @ SV136 ) @ ( cross_product @ SV181 @ SY364 ) ) )
        = $true )
      | ( ( member @ SV136 @ universal_class )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[573]) ).

thf(624,plain,
    ! [SV137: $i,SV90: $i] :
      ( ( ( subclass @ SV90 @ SV137 )
        = $false )
      | ( ( ! [SY345: $i] :
              ( ~ ( subclass @ SV137 @ SY345 )
              | ( subclass @ SV90 @ SY345 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[574]) ).

thf(625,plain,
    ! [SV91: $i,SV1: $i,SV182: $i] :
      ( ( ( ~ ( member @ SV182 @ SV1 )
          | ( member @ SV182 @ SV91 ) )
        = $true )
      | ( ( subclass @ SV1 @ SV91 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[575]) ).

thf(626,plain,
    ! [SV7: $i,SV96: $i] :
      ( ( ( ~ ( subclass @ SV96 @ SV7 ) )
        = $true )
      | ( ( SV7 = SV96 )
        = $true )
      | ( ( subclass @ SV7 @ SV96 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[579]) ).

thf(627,plain,
    ! [SV138: $i,SV97: $i,SV8: $i] :
      ( ( ( member @ SV8 @ ( unordered_pair @ SV97 @ SV138 ) )
        = $false )
      | ( ( ( SV8 = SV97 )
          | ( SV8 = SV138 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[580]) ).

thf(628,plain,
    ! [SV183: $i,SV139: $i,SV100: $i,SV14: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ SV14 @ SV100 ) @ ( cross_product @ SV139 @ SV183 ) ) )
        = $true )
      | ( ( member @ SV14 @ SV139 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[583]) ).

thf(629,plain,
    ! [SV160: $i,SV140: $i,SV101: $i,SV15: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ SV15 @ SV101 ) @ ( cross_product @ SV140 @ SV160 ) ) )
        = $true )
      | ( ( member @ SV101 @ SV160 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[584]) ).

thf(630,plain,
    ! [SV102: $i,SV16: $i,SV184: $i] :
      ( ( ( ! [SY365: $i] :
              ( ~ ( member @ SV184 @ SY365 )
              | ( member @ ( ordered_pair @ SV16 @ SV184 ) @ ( cross_product @ SV102 @ SY365 ) ) ) )
        = $true )
      | ( ( member @ SV16 @ SV102 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[585]) ).

thf(631,plain,
    ! [SV161: $i,SV141: $i,SV17: $i] :
      ( ( ( member @ SV17 @ ( cross_product @ SV141 @ SV161 ) )
        = $false )
      | ( ( ( ordered_pair @ ( first @ SV17 ) @ ( second @ SV17 ) )
          = SV17 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[586]) ).

thf(632,plain,
    ! [SV104: $i,SV19: $i] :
      ( ( ( ~ ( member @ SV19 @ SV104 ) )
        = $true )
      | ( ( member @ ( ordered_pair @ SV19 @ SV104 ) @ element_relation )
        = $true )
      | ( ( member @ ( ordered_pair @ SV19 @ SV104 ) @ ( cross_product @ universal_class @ universal_class ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[588]) ).

thf(633,plain,
    ! [SV162: $i,SV105: $i,SV20: $i] :
      ( ( ( member @ SV20 @ ( intersection @ SV105 @ SV162 ) )
        = $false )
      | ( ( member @ SV20 @ SV105 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[589]) ).

thf(634,plain,
    ! [SV142: $i,SV106: $i,SV21: $i] :
      ( ( ( member @ SV21 @ ( intersection @ SV106 @ SV142 ) )
        = $false )
      | ( ( member @ SV21 @ SV142 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[590]) ).

thf(635,plain,
    ! [SV107: $i,SV185: $i,SV22: $i] :
      ( ( ( ~ ( member @ SV22 @ SV185 )
          | ( member @ SV22 @ ( intersection @ SV107 @ SV185 ) ) )
        = $true )
      | ( ( member @ SV22 @ SV107 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[591]) ).

thf(636,plain,
    ! [SV108: $i,SV23: $i] :
      ( ( ( member @ SV23 @ SV108 )
        = $false )
      | ( ( member @ SV23 @ ( complement @ SV108 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[592]) ).

thf(637,plain,
    ! [SV163: $i,SV24: $i] :
      ( ( ( member @ SV24 @ ( complement @ SV163 ) )
        = $true )
      | ( ( member @ SV24 @ SV163 )
        = $true )
      | ( ( member @ SV24 @ universal_class )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[593]) ).

thf(638,plain,
    ! [SV29: $i,SV113: $i] :
      ( ( ( member @ SV113 @ ( domain_of @ SV29 ) )
        = $false )
      | ( ( ( restrict @ SV29 @ ( singleton @ SV113 ) @ universal_class )
          = null_class )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[594]) ).

thf(639,plain,
    ! [SV30: $i,SV164: $i] :
      ( ( ( ( restrict @ SV164 @ ( singleton @ SV30 ) @ universal_class )
          = null_class )
        = $true )
      | ( ( member @ SV30 @ ( domain_of @ SV164 ) )
        = $true )
      | ( ( member @ SV30 @ universal_class )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[595]) ).

thf(640,plain,
    ! [SV165: $i,SV145: $i,SV114: $i,SV32: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV32 @ SV114 ) @ SV145 ) @ ( rotate @ SV165 ) ) )
        = $true )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV114 @ SV145 ) @ SV32 ) @ SV165 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[596]) ).

thf(641,plain,
    ! [SV166: $i,SV146: $i,SV115: $i,SV33: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV33 @ SV115 ) @ SV146 ) @ SV166 ) )
        = $true )
      | ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV146 @ SV33 ) @ SV115 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
          | ( member @ ( ordered_pair @ ( ordered_pair @ SV146 @ SV33 ) @ SV115 ) @ ( rotate @ SV166 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[597]) ).

thf(642,plain,
    ! [SV167: $i,SV147: $i,SV116: $i,SV35: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SV116 ) @ SV147 ) @ ( flip @ SV167 ) ) )
        = $true )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV116 @ SV35 ) @ SV147 ) @ SV167 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[598]) ).

thf(643,plain,
    ! [SV168: $i,SV148: $i,SV117: $i,SV36: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV36 @ SV117 ) @ SV148 ) @ SV168 ) )
        = $true )
      | ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV117 @ SV36 ) @ SV148 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
          | ( member @ ( ordered_pair @ ( ordered_pair @ SV117 @ SV36 ) @ SV148 ) @ ( flip @ SV168 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[599]) ).

thf(644,plain,
    ! [SV122: $i,SV44: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ SV44 @ SV122 ) @ ( cross_product @ universal_class @ universal_class ) ) )
        = $true )
      | ( ( member @ ( ordered_pair @ SV44 @ SV122 ) @ successor_relation )
        = $true )
      | ( ( ( successor @ SV44 )
          = SV122 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[601]) ).

thf(645,plain,
    ! [SV47: $i] :
      ( ( ( subclass @ ( image @ successor_relation @ SV47 ) @ SV47 )
        = $false )
      | ( ( inductive @ SV47 )
        = $true )
      | ( ( member @ null_class @ SV47 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[602]) ).

thf(646,plain,
    ! [SV169: $i,SV151: $i,SV124: $i,SV54: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ SV54 @ SV124 ) @ ( compose @ SV151 @ SV169 ) ) )
        = $true )
      | ( ( member @ SV124 @ ( image @ SV151 @ ( image @ SV169 @ ( singleton @ SV54 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[603]) ).

thf(647,plain,
    ! [SV170: $i,SV152: $i,SV125: $i,SV55: $i] :
      ( ( ( ~ ( member @ SV55 @ ( image @ SV125 @ ( image @ SV152 @ ( singleton @ SV170 ) ) ) ) )
        = $true )
      | ( ( ~ ( member @ ( ordered_pair @ SV170 @ SV55 ) @ ( cross_product @ universal_class @ universal_class ) )
          | ( member @ ( ordered_pair @ SV170 @ SV55 ) @ ( compose @ SV125 @ SV152 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[604]) ).

thf(648,plain,
    ! [SV60: $i] :
      ( ( ( subclass @ ( compose @ SV60 @ ( inverse @ SV60 ) ) @ identity_relation )
        = $false )
      | ( ( function @ SV60 )
        = $true )
      | ( ( subclass @ SV60 @ ( cross_product @ universal_class @ universal_class ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[605]) ).

thf(649,plain,
    ! [SV61: $i,SV171: $i] :
      ( ( ( ~ ( member @ SV171 @ universal_class ) )
        = $true )
      | ( ( member @ ( image @ SV61 @ SV171 ) @ universal_class )
        = $true )
      | ( ( function @ SV61 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[606]) ).

thf(650,plain,
    ! [SV68: $i] :
      ( ( ( function @ SV68 )
        = $false )
      | ( ( one_to_one @ SV68 )
        = $true )
      | ( ( function @ ( inverse @ SV68 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[608]) ).

thf(651,plain,
    ! [SV74: $i] :
      ( ( ( ( cross_product @ ( domain_of @ ( domain_of @ SV74 ) ) @ ( domain_of @ ( domain_of @ SV74 ) ) )
          = ( domain_of @ SV74 ) )
        = $false )
      | ( ( ~ ( subclass @ ( range_of @ SV74 ) @ ( domain_of @ ( domain_of @ SV74 ) ) )
          | ( operation @ SV74 ) )
        = $true )
      | ( ( function @ SV74 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[609]) ).

thf(652,plain,
    ! [SV172: $i,SV153: $i,SV75: $i] :
      ( ( ( compatible @ SV75 @ SV153 @ SV172 )
        = $false )
      | ( ( function @ SV75 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[610]) ).

thf(653,plain,
    ! [SV173: $i,SV127: $i,SV76: $i] :
      ( ( ( compatible @ SV76 @ SV127 @ SV173 )
        = $false )
      | ( ( ( domain_of @ ( domain_of @ SV127 ) )
          = ( domain_of @ SV76 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[611]) ).

thf(654,plain,
    ! [SV154: $i,SV128: $i,SV77: $i] :
      ( ( ( compatible @ SV77 @ SV128 @ SV154 )
        = $false )
      | ( ( subclass @ ( range_of @ SV77 ) @ ( domain_of @ ( domain_of @ SV154 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[612]) ).

thf(655,plain,
    ! [SV78: $i,SV174: $i] :
      ( ( ( ( ( domain_of @ ( domain_of @ SV174 ) )
           != ( domain_of @ SV78 ) ) )
        = $true )
      | ( ( ! [SY358: $i] :
              ( ~ ( subclass @ ( range_of @ SV78 ) @ ( domain_of @ ( domain_of @ SY358 ) ) )
              | ( compatible @ SV78 @ SV174 @ SY358 ) ) )
        = $true )
      | ( ( function @ SV78 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[613]) ).

thf(656,plain,
    ! [SV175: $i,SV129: $i,SV79: $i] :
      ( ( ( homomorphism @ SV79 @ SV129 @ SV175 )
        = $false )
      | ( ( operation @ SV129 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[614]) ).

thf(657,plain,
    ! [SV155: $i,SV130: $i,SV80: $i] :
      ( ( ( homomorphism @ SV80 @ SV130 @ SV155 )
        = $false )
      | ( ( operation @ SV155 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[615]) ).

thf(658,plain,
    ! [SV156: $i,SV131: $i,SV81: $i] :
      ( ( ( homomorphism @ SV81 @ SV131 @ SV156 )
        = $false )
      | ( ( compatible @ SV81 @ SV131 @ SV156 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[616]) ).

thf(659,plain,
    ! [SV157: $i,SV132: $i,SV82: $i] :
      ( ( ( homomorphism @ SV82 @ SV132 @ SV157 )
        = $false )
      | ( ( ! [SY356: $i,SY357: $i] :
              ( ~ ( member @ ( ordered_pair @ SY356 @ SY357 ) @ ( domain_of @ SV132 ) )
              | ( ( apply @ SV157 @ ( ordered_pair @ ( apply @ SV82 @ SY356 ) @ ( apply @ SV82 @ SY357 ) ) )
                = ( apply @ SV82 @ ( apply @ SV132 @ ( ordered_pair @ SY356 @ SY357 ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[617]) ).

thf(660,plain,
    ! [SV83: $i,SV176: $i] :
      ( ( ( ~ ( operation @ SV176 ) )
        = $true )
      | ( ( ! [SY359: $i] :
              ( ~ ( compatible @ SY359 @ SV83 @ SV176 )
              | ( homomorphism @ SY359 @ SV83 @ SV176 )
              | ( member @ ( ordered_pair @ ( not_homomorphism1 @ SY359 @ SV83 @ SV176 ) @ ( not_homomorphism2 @ SY359 @ SV83 @ SV176 ) ) @ ( domain_of @ SV83 ) ) ) )
        = $true )
      | ( ( operation @ SV83 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[618]) ).

thf(661,plain,
    ! [SV84: $i,SV177: $i] :
      ( ( ( ~ ( operation @ SV177 ) )
        = $true )
      | ( ( ! [SY360: $i] :
              ( ~ ( compatible @ SY360 @ SV84 @ SV177 )
              | ( ( apply @ SV177 @ ( ordered_pair @ ( apply @ SY360 @ ( not_homomorphism1 @ SY360 @ SV84 @ SV177 ) ) @ ( apply @ SY360 @ ( not_homomorphism2 @ SY360 @ SV84 @ SV177 ) ) ) )
               != ( apply @ SY360 @ ( apply @ SV84 @ ( ordered_pair @ ( not_homomorphism1 @ SY360 @ SV84 @ SV177 ) @ ( not_homomorphism2 @ SY360 @ SV84 @ SV177 ) ) ) ) )
              | ( homomorphism @ SY360 @ SV84 @ SV177 ) ) )
        = $true )
      | ( ( operation @ SV84 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[619]) ).

thf(662,plain,
    ! [SV186: $i,SV178: $i,SV133: $i,SV85: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ SV85 @ SV133 ) @ ( cross_product @ SV178 @ SV186 ) ) )
        = $true )
      | ( ( member @ SV85 @ ( unordered_pair @ SV85 @ SV133 ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[620]) ).

thf(663,plain,
    ! [SV187: $i,SV179: $i,SV134: $i,SV86: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ SV86 @ SV134 ) @ ( cross_product @ SV179 @ SV187 ) ) )
        = $true )
      | ( ( member @ SV134 @ ( unordered_pair @ SV86 @ SV134 ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[621]) ).

thf(664,plain,
    ! [SV188: $i,SV180: $i,SV135: $i,SV87: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ SV87 @ SV135 ) @ ( cross_product @ SV180 @ SV188 ) ) )
        = $true )
      | ( ( member @ SV87 @ universal_class )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[622]) ).

thf(665,plain,
    ! [SV189: $i,SV181: $i,SV136: $i,SV88: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ SV88 @ SV136 ) @ ( cross_product @ SV181 @ SV189 ) ) )
        = $true )
      | ( ( member @ SV136 @ universal_class )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[623]) ).

thf(666,plain,
    ! [SV90: $i,SV190: $i,SV137: $i] :
      ( ( ( ~ ( subclass @ SV137 @ SV190 )
          | ( subclass @ SV90 @ SV190 ) )
        = $true )
      | ( ( subclass @ SV90 @ SV137 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[624]) ).

thf(667,plain,
    ! [SV91: $i,SV1: $i,SV182: $i] :
      ( ( ( ~ ( member @ SV182 @ SV1 ) )
        = $true )
      | ( ( member @ SV182 @ SV91 )
        = $true )
      | ( ( subclass @ SV1 @ SV91 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[625]) ).

thf(668,plain,
    ! [SV7: $i,SV96: $i] :
      ( ( ( subclass @ SV96 @ SV7 )
        = $false )
      | ( ( SV7 = SV96 )
        = $true )
      | ( ( subclass @ SV7 @ SV96 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[626]) ).

thf(669,plain,
    ! [SV138: $i,SV97: $i,SV8: $i] :
      ( ( ( SV8 = SV97 )
        = $true )
      | ( ( SV8 = SV138 )
        = $true )
      | ( ( member @ SV8 @ ( unordered_pair @ SV97 @ SV138 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[627]) ).

thf(670,plain,
    ! [SV183: $i,SV139: $i,SV100: $i,SV14: $i] :
      ( ( ( member @ ( ordered_pair @ SV14 @ SV100 ) @ ( cross_product @ SV139 @ SV183 ) )
        = $false )
      | ( ( member @ SV14 @ SV139 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[628]) ).

thf(671,plain,
    ! [SV160: $i,SV140: $i,SV101: $i,SV15: $i] :
      ( ( ( member @ ( ordered_pair @ SV15 @ SV101 ) @ ( cross_product @ SV140 @ SV160 ) )
        = $false )
      | ( ( member @ SV101 @ SV160 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[629]) ).

thf(672,plain,
    ! [SV102: $i,SV16: $i,SV191: $i,SV184: $i] :
      ( ( ( ~ ( member @ SV184 @ SV191 )
          | ( member @ ( ordered_pair @ SV16 @ SV184 ) @ ( cross_product @ SV102 @ SV191 ) ) )
        = $true )
      | ( ( member @ SV16 @ SV102 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[630]) ).

thf(673,plain,
    ! [SV104: $i,SV19: $i] :
      ( ( ( member @ SV19 @ SV104 )
        = $false )
      | ( ( member @ ( ordered_pair @ SV19 @ SV104 ) @ element_relation )
        = $true )
      | ( ( member @ ( ordered_pair @ SV19 @ SV104 ) @ ( cross_product @ universal_class @ universal_class ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[632]) ).

thf(674,plain,
    ! [SV107: $i,SV185: $i,SV22: $i] :
      ( ( ( ~ ( member @ SV22 @ SV185 ) )
        = $true )
      | ( ( member @ SV22 @ ( intersection @ SV107 @ SV185 ) )
        = $true )
      | ( ( member @ SV22 @ SV107 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[635]) ).

thf(675,plain,
    ! [SV165: $i,SV145: $i,SV114: $i,SV32: $i] :
      ( ( ( member @ ( ordered_pair @ ( ordered_pair @ SV32 @ SV114 ) @ SV145 ) @ ( rotate @ SV165 ) )
        = $false )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV114 @ SV145 ) @ SV32 ) @ SV165 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[640]) ).

thf(676,plain,
    ! [SV166: $i,SV146: $i,SV115: $i,SV33: $i] :
      ( ( ( member @ ( ordered_pair @ ( ordered_pair @ SV33 @ SV115 ) @ SV146 ) @ SV166 )
        = $false )
      | ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV146 @ SV33 ) @ SV115 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
          | ( member @ ( ordered_pair @ ( ordered_pair @ SV146 @ SV33 ) @ SV115 ) @ ( rotate @ SV166 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[641]) ).

thf(677,plain,
    ! [SV167: $i,SV147: $i,SV116: $i,SV35: $i] :
      ( ( ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SV116 ) @ SV147 ) @ ( flip @ SV167 ) )
        = $false )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV116 @ SV35 ) @ SV147 ) @ SV167 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[642]) ).

thf(678,plain,
    ! [SV168: $i,SV148: $i,SV117: $i,SV36: $i] :
      ( ( ( member @ ( ordered_pair @ ( ordered_pair @ SV36 @ SV117 ) @ SV148 ) @ SV168 )
        = $false )
      | ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV117 @ SV36 ) @ SV148 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
          | ( member @ ( ordered_pair @ ( ordered_pair @ SV117 @ SV36 ) @ SV148 ) @ ( flip @ SV168 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[643]) ).

thf(679,plain,
    ! [SV122: $i,SV44: $i] :
      ( ( ( member @ ( ordered_pair @ SV44 @ SV122 ) @ ( cross_product @ universal_class @ universal_class ) )
        = $false )
      | ( ( member @ ( ordered_pair @ SV44 @ SV122 ) @ successor_relation )
        = $true )
      | ( ( ( successor @ SV44 )
          = SV122 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[644]) ).

thf(680,plain,
    ! [SV169: $i,SV151: $i,SV124: $i,SV54: $i] :
      ( ( ( member @ ( ordered_pair @ SV54 @ SV124 ) @ ( compose @ SV151 @ SV169 ) )
        = $false )
      | ( ( member @ SV124 @ ( image @ SV151 @ ( image @ SV169 @ ( singleton @ SV54 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[646]) ).

thf(681,plain,
    ! [SV170: $i,SV152: $i,SV125: $i,SV55: $i] :
      ( ( ( member @ SV55 @ ( image @ SV125 @ ( image @ SV152 @ ( singleton @ SV170 ) ) ) )
        = $false )
      | ( ( ~ ( member @ ( ordered_pair @ SV170 @ SV55 ) @ ( cross_product @ universal_class @ universal_class ) )
          | ( member @ ( ordered_pair @ SV170 @ SV55 ) @ ( compose @ SV125 @ SV152 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[647]) ).

thf(682,plain,
    ! [SV61: $i,SV171: $i] :
      ( ( ( member @ SV171 @ universal_class )
        = $false )
      | ( ( member @ ( image @ SV61 @ SV171 ) @ universal_class )
        = $true )
      | ( ( function @ SV61 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[649]) ).

thf(683,plain,
    ! [SV74: $i] :
      ( ( ( ~ ( subclass @ ( range_of @ SV74 ) @ ( domain_of @ ( domain_of @ SV74 ) ) ) )
        = $true )
      | ( ( operation @ SV74 )
        = $true )
      | ( ( ( cross_product @ ( domain_of @ ( domain_of @ SV74 ) ) @ ( domain_of @ ( domain_of @ SV74 ) ) )
          = ( domain_of @ SV74 ) )
        = $false )
      | ( ( function @ SV74 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[651]) ).

thf(684,plain,
    ! [SV78: $i,SV174: $i] :
      ( ( ( ( domain_of @ ( domain_of @ SV174 ) )
          = ( domain_of @ SV78 ) )
        = $false )
      | ( ( ! [SY358: $i] :
              ( ~ ( subclass @ ( range_of @ SV78 ) @ ( domain_of @ ( domain_of @ SY358 ) ) )
              | ( compatible @ SV78 @ SV174 @ SY358 ) ) )
        = $true )
      | ( ( function @ SV78 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[655]) ).

thf(685,plain,
    ! [SV82: $i,SV157: $i,SV132: $i,SV192: $i] :
      ( ( ( ! [SY366: $i] :
              ( ~ ( member @ ( ordered_pair @ SV192 @ SY366 ) @ ( domain_of @ SV132 ) )
              | ( ( apply @ SV157 @ ( ordered_pair @ ( apply @ SV82 @ SV192 ) @ ( apply @ SV82 @ SY366 ) ) )
                = ( apply @ SV82 @ ( apply @ SV132 @ ( ordered_pair @ SV192 @ SY366 ) ) ) ) ) )
        = $true )
      | ( ( homomorphism @ SV82 @ SV132 @ SV157 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[659]) ).

thf(686,plain,
    ! [SV83: $i,SV176: $i] :
      ( ( ( operation @ SV176 )
        = $false )
      | ( ( ! [SY359: $i] :
              ( ~ ( compatible @ SY359 @ SV83 @ SV176 )
              | ( homomorphism @ SY359 @ SV83 @ SV176 )
              | ( member @ ( ordered_pair @ ( not_homomorphism1 @ SY359 @ SV83 @ SV176 ) @ ( not_homomorphism2 @ SY359 @ SV83 @ SV176 ) ) @ ( domain_of @ SV83 ) ) ) )
        = $true )
      | ( ( operation @ SV83 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[660]) ).

thf(687,plain,
    ! [SV84: $i,SV177: $i] :
      ( ( ( operation @ SV177 )
        = $false )
      | ( ( ! [SY360: $i] :
              ( ~ ( compatible @ SY360 @ SV84 @ SV177 )
              | ( ( apply @ SV177 @ ( ordered_pair @ ( apply @ SY360 @ ( not_homomorphism1 @ SY360 @ SV84 @ SV177 ) ) @ ( apply @ SY360 @ ( not_homomorphism2 @ SY360 @ SV84 @ SV177 ) ) ) )
               != ( apply @ SY360 @ ( apply @ SV84 @ ( ordered_pair @ ( not_homomorphism1 @ SY360 @ SV84 @ SV177 ) @ ( not_homomorphism2 @ SY360 @ SV84 @ SV177 ) ) ) ) )
              | ( homomorphism @ SY360 @ SV84 @ SV177 ) ) )
        = $true )
      | ( ( operation @ SV84 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[661]) ).

thf(688,plain,
    ! [SV186: $i,SV178: $i,SV133: $i,SV85: $i] :
      ( ( ( member @ ( ordered_pair @ SV85 @ SV133 ) @ ( cross_product @ SV178 @ SV186 ) )
        = $false )
      | ( ( member @ SV85 @ ( unordered_pair @ SV85 @ SV133 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[662]) ).

thf(689,plain,
    ! [SV187: $i,SV179: $i,SV134: $i,SV86: $i] :
      ( ( ( member @ ( ordered_pair @ SV86 @ SV134 ) @ ( cross_product @ SV179 @ SV187 ) )
        = $false )
      | ( ( member @ SV134 @ ( unordered_pair @ SV86 @ SV134 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[663]) ).

thf(690,plain,
    ! [SV188: $i,SV180: $i,SV135: $i,SV87: $i] :
      ( ( ( member @ ( ordered_pair @ SV87 @ SV135 ) @ ( cross_product @ SV180 @ SV188 ) )
        = $false )
      | ( ( member @ SV87 @ universal_class )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[664]) ).

thf(691,plain,
    ! [SV189: $i,SV181: $i,SV136: $i,SV88: $i] :
      ( ( ( member @ ( ordered_pair @ SV88 @ SV136 ) @ ( cross_product @ SV181 @ SV189 ) )
        = $false )
      | ( ( member @ SV136 @ universal_class )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[665]) ).

thf(692,plain,
    ! [SV90: $i,SV190: $i,SV137: $i] :
      ( ( ( ~ ( subclass @ SV137 @ SV190 ) )
        = $true )
      | ( ( subclass @ SV90 @ SV190 )
        = $true )
      | ( ( subclass @ SV90 @ SV137 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[666]) ).

thf(693,plain,
    ! [SV91: $i,SV1: $i,SV182: $i] :
      ( ( ( member @ SV182 @ SV1 )
        = $false )
      | ( ( member @ SV182 @ SV91 )
        = $true )
      | ( ( subclass @ SV1 @ SV91 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[667]) ).

thf(694,plain,
    ! [SV102: $i,SV16: $i,SV191: $i,SV184: $i] :
      ( ( ( ~ ( member @ SV184 @ SV191 ) )
        = $true )
      | ( ( member @ ( ordered_pair @ SV16 @ SV184 ) @ ( cross_product @ SV102 @ SV191 ) )
        = $true )
      | ( ( member @ SV16 @ SV102 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[672]) ).

thf(695,plain,
    ! [SV107: $i,SV185: $i,SV22: $i] :
      ( ( ( member @ SV22 @ SV185 )
        = $false )
      | ( ( member @ SV22 @ ( intersection @ SV107 @ SV185 ) )
        = $true )
      | ( ( member @ SV22 @ SV107 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[674]) ).

thf(696,plain,
    ! [SV166: $i,SV115: $i,SV33: $i,SV146: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV146 @ SV33 ) @ SV115 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
        = $true )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV146 @ SV33 ) @ SV115 ) @ ( rotate @ SV166 ) )
        = $true )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV33 @ SV115 ) @ SV146 ) @ SV166 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[676]) ).

thf(697,plain,
    ! [SV168: $i,SV148: $i,SV36: $i,SV117: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV117 @ SV36 ) @ SV148 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
        = $true )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV117 @ SV36 ) @ SV148 ) @ ( flip @ SV168 ) )
        = $true )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV36 @ SV117 ) @ SV148 ) @ SV168 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[678]) ).

thf(698,plain,
    ! [SV152: $i,SV125: $i,SV55: $i,SV170: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ SV170 @ SV55 ) @ ( cross_product @ universal_class @ universal_class ) ) )
        = $true )
      | ( ( member @ ( ordered_pair @ SV170 @ SV55 ) @ ( compose @ SV125 @ SV152 ) )
        = $true )
      | ( ( member @ SV55 @ ( image @ SV125 @ ( image @ SV152 @ ( singleton @ SV170 ) ) ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[681]) ).

thf(699,plain,
    ! [SV74: $i] :
      ( ( ( subclass @ ( range_of @ SV74 ) @ ( domain_of @ ( domain_of @ SV74 ) ) )
        = $false )
      | ( ( operation @ SV74 )
        = $true )
      | ( ( ( cross_product @ ( domain_of @ ( domain_of @ SV74 ) ) @ ( domain_of @ ( domain_of @ SV74 ) ) )
          = ( domain_of @ SV74 ) )
        = $false )
      | ( ( function @ SV74 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[683]) ).

thf(700,plain,
    ! [SV174: $i,SV193: $i,SV78: $i] :
      ( ( ( ~ ( subclass @ ( range_of @ SV78 ) @ ( domain_of @ ( domain_of @ SV193 ) ) )
          | ( compatible @ SV78 @ SV174 @ SV193 ) )
        = $true )
      | ( ( ( domain_of @ ( domain_of @ SV174 ) )
          = ( domain_of @ SV78 ) )
        = $false )
      | ( ( function @ SV78 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[684]) ).

thf(701,plain,
    ! [SV82: $i,SV157: $i,SV132: $i,SV194: $i,SV192: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ SV192 @ SV194 ) @ ( domain_of @ SV132 ) )
          | ( ( apply @ SV157 @ ( ordered_pair @ ( apply @ SV82 @ SV192 ) @ ( apply @ SV82 @ SV194 ) ) )
            = ( apply @ SV82 @ ( apply @ SV132 @ ( ordered_pair @ SV192 @ SV194 ) ) ) ) )
        = $true )
      | ( ( homomorphism @ SV82 @ SV132 @ SV157 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[685]) ).

thf(702,plain,
    ! [SV176: $i,SV83: $i,SV195: $i] :
      ( ( ( ~ ( compatible @ SV195 @ SV83 @ SV176 )
          | ( homomorphism @ SV195 @ SV83 @ SV176 )
          | ( member @ ( ordered_pair @ ( not_homomorphism1 @ SV195 @ SV83 @ SV176 ) @ ( not_homomorphism2 @ SV195 @ SV83 @ SV176 ) ) @ ( domain_of @ SV83 ) ) )
        = $true )
      | ( ( operation @ SV176 )
        = $false )
      | ( ( operation @ SV83 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[686]) ).

thf(703,plain,
    ! [SV177: $i,SV84: $i,SV196: $i] :
      ( ( ( ~ ( compatible @ SV196 @ SV84 @ SV177 )
          | ( ( apply @ SV177 @ ( ordered_pair @ ( apply @ SV196 @ ( not_homomorphism1 @ SV196 @ SV84 @ SV177 ) ) @ ( apply @ SV196 @ ( not_homomorphism2 @ SV196 @ SV84 @ SV177 ) ) ) )
           != ( apply @ SV196 @ ( apply @ SV84 @ ( ordered_pair @ ( not_homomorphism1 @ SV196 @ SV84 @ SV177 ) @ ( not_homomorphism2 @ SV196 @ SV84 @ SV177 ) ) ) ) )
          | ( homomorphism @ SV196 @ SV84 @ SV177 ) )
        = $true )
      | ( ( operation @ SV177 )
        = $false )
      | ( ( operation @ SV84 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[687]) ).

thf(704,plain,
    ! [SV90: $i,SV190: $i,SV137: $i] :
      ( ( ( subclass @ SV137 @ SV190 )
        = $false )
      | ( ( subclass @ SV90 @ SV190 )
        = $true )
      | ( ( subclass @ SV90 @ SV137 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[692]) ).

thf(705,plain,
    ! [SV102: $i,SV16: $i,SV191: $i,SV184: $i] :
      ( ( ( member @ SV184 @ SV191 )
        = $false )
      | ( ( member @ ( ordered_pair @ SV16 @ SV184 ) @ ( cross_product @ SV102 @ SV191 ) )
        = $true )
      | ( ( member @ SV16 @ SV102 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[694]) ).

thf(706,plain,
    ! [SV166: $i,SV115: $i,SV33: $i,SV146: $i] :
      ( ( ( member @ ( ordered_pair @ ( ordered_pair @ SV146 @ SV33 ) @ SV115 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
        = $false )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV146 @ SV33 ) @ SV115 ) @ ( rotate @ SV166 ) )
        = $true )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV33 @ SV115 ) @ SV146 ) @ SV166 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[696]) ).

thf(707,plain,
    ! [SV168: $i,SV148: $i,SV36: $i,SV117: $i] :
      ( ( ( member @ ( ordered_pair @ ( ordered_pair @ SV117 @ SV36 ) @ SV148 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
        = $false )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV117 @ SV36 ) @ SV148 ) @ ( flip @ SV168 ) )
        = $true )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV36 @ SV117 ) @ SV148 ) @ SV168 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[697]) ).

thf(708,plain,
    ! [SV152: $i,SV125: $i,SV55: $i,SV170: $i] :
      ( ( ( member @ ( ordered_pair @ SV170 @ SV55 ) @ ( cross_product @ universal_class @ universal_class ) )
        = $false )
      | ( ( member @ ( ordered_pair @ SV170 @ SV55 ) @ ( compose @ SV125 @ SV152 ) )
        = $true )
      | ( ( member @ SV55 @ ( image @ SV125 @ ( image @ SV152 @ ( singleton @ SV170 ) ) ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[698]) ).

thf(709,plain,
    ! [SV174: $i,SV193: $i,SV78: $i] :
      ( ( ( ~ ( subclass @ ( range_of @ SV78 ) @ ( domain_of @ ( domain_of @ SV193 ) ) ) )
        = $true )
      | ( ( compatible @ SV78 @ SV174 @ SV193 )
        = $true )
      | ( ( ( domain_of @ ( domain_of @ SV174 ) )
          = ( domain_of @ SV78 ) )
        = $false )
      | ( ( function @ SV78 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[700]) ).

thf(710,plain,
    ! [SV82: $i,SV157: $i,SV132: $i,SV194: $i,SV192: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ SV192 @ SV194 ) @ ( domain_of @ SV132 ) ) )
        = $true )
      | ( ( ( apply @ SV157 @ ( ordered_pair @ ( apply @ SV82 @ SV192 ) @ ( apply @ SV82 @ SV194 ) ) )
          = ( apply @ SV82 @ ( apply @ SV132 @ ( ordered_pair @ SV192 @ SV194 ) ) ) )
        = $true )
      | ( ( homomorphism @ SV82 @ SV132 @ SV157 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[701]) ).

thf(711,plain,
    ! [SV176: $i,SV83: $i,SV195: $i] :
      ( ( ( ~ ( compatible @ SV195 @ SV83 @ SV176 ) )
        = $true )
      | ( ( ( homomorphism @ SV195 @ SV83 @ SV176 )
          | ( member @ ( ordered_pair @ ( not_homomorphism1 @ SV195 @ SV83 @ SV176 ) @ ( not_homomorphism2 @ SV195 @ SV83 @ SV176 ) ) @ ( domain_of @ SV83 ) ) )
        = $true )
      | ( ( operation @ SV176 )
        = $false )
      | ( ( operation @ SV83 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[702]) ).

thf(712,plain,
    ! [SV177: $i,SV84: $i,SV196: $i] :
      ( ( ( ~ ( compatible @ SV196 @ SV84 @ SV177 ) )
        = $true )
      | ( ( ( ( apply @ SV177 @ ( ordered_pair @ ( apply @ SV196 @ ( not_homomorphism1 @ SV196 @ SV84 @ SV177 ) ) @ ( apply @ SV196 @ ( not_homomorphism2 @ SV196 @ SV84 @ SV177 ) ) ) )
           != ( apply @ SV196 @ ( apply @ SV84 @ ( ordered_pair @ ( not_homomorphism1 @ SV196 @ SV84 @ SV177 ) @ ( not_homomorphism2 @ SV196 @ SV84 @ SV177 ) ) ) ) )
          | ( homomorphism @ SV196 @ SV84 @ SV177 ) )
        = $true )
      | ( ( operation @ SV177 )
        = $false )
      | ( ( operation @ SV84 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[703]) ).

thf(713,plain,
    ! [SV174: $i,SV193: $i,SV78: $i] :
      ( ( ( subclass @ ( range_of @ SV78 ) @ ( domain_of @ ( domain_of @ SV193 ) ) )
        = $false )
      | ( ( compatible @ SV78 @ SV174 @ SV193 )
        = $true )
      | ( ( ( domain_of @ ( domain_of @ SV174 ) )
          = ( domain_of @ SV78 ) )
        = $false )
      | ( ( function @ SV78 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[709]) ).

thf(714,plain,
    ! [SV82: $i,SV157: $i,SV132: $i,SV194: $i,SV192: $i] :
      ( ( ( member @ ( ordered_pair @ SV192 @ SV194 ) @ ( domain_of @ SV132 ) )
        = $false )
      | ( ( ( apply @ SV157 @ ( ordered_pair @ ( apply @ SV82 @ SV192 ) @ ( apply @ SV82 @ SV194 ) ) )
          = ( apply @ SV82 @ ( apply @ SV132 @ ( ordered_pair @ SV192 @ SV194 ) ) ) )
        = $true )
      | ( ( homomorphism @ SV82 @ SV132 @ SV157 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[710]) ).

thf(715,plain,
    ! [SV176: $i,SV83: $i,SV195: $i] :
      ( ( ( compatible @ SV195 @ SV83 @ SV176 )
        = $false )
      | ( ( ( homomorphism @ SV195 @ SV83 @ SV176 )
          | ( member @ ( ordered_pair @ ( not_homomorphism1 @ SV195 @ SV83 @ SV176 ) @ ( not_homomorphism2 @ SV195 @ SV83 @ SV176 ) ) @ ( domain_of @ SV83 ) ) )
        = $true )
      | ( ( operation @ SV176 )
        = $false )
      | ( ( operation @ SV83 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[711]) ).

thf(716,plain,
    ! [SV177: $i,SV84: $i,SV196: $i] :
      ( ( ( compatible @ SV196 @ SV84 @ SV177 )
        = $false )
      | ( ( ( ( apply @ SV177 @ ( ordered_pair @ ( apply @ SV196 @ ( not_homomorphism1 @ SV196 @ SV84 @ SV177 ) ) @ ( apply @ SV196 @ ( not_homomorphism2 @ SV196 @ SV84 @ SV177 ) ) ) )
           != ( apply @ SV196 @ ( apply @ SV84 @ ( ordered_pair @ ( not_homomorphism1 @ SV196 @ SV84 @ SV177 ) @ ( not_homomorphism2 @ SV196 @ SV84 @ SV177 ) ) ) ) )
          | ( homomorphism @ SV196 @ SV84 @ SV177 ) )
        = $true )
      | ( ( operation @ SV177 )
        = $false )
      | ( ( operation @ SV84 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[712]) ).

thf(717,plain,
    ! [SV176: $i,SV83: $i,SV195: $i] :
      ( ( ( homomorphism @ SV195 @ SV83 @ SV176 )
        = $true )
      | ( ( member @ ( ordered_pair @ ( not_homomorphism1 @ SV195 @ SV83 @ SV176 ) @ ( not_homomorphism2 @ SV195 @ SV83 @ SV176 ) ) @ ( domain_of @ SV83 ) )
        = $true )
      | ( ( compatible @ SV195 @ SV83 @ SV176 )
        = $false )
      | ( ( operation @ SV176 )
        = $false )
      | ( ( operation @ SV83 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[715]) ).

thf(718,plain,
    ! [SV84: $i,SV196: $i,SV177: $i] :
      ( ( ( ( ( apply @ SV177 @ ( ordered_pair @ ( apply @ SV196 @ ( not_homomorphism1 @ SV196 @ SV84 @ SV177 ) ) @ ( apply @ SV196 @ ( not_homomorphism2 @ SV196 @ SV84 @ SV177 ) ) ) )
           != ( apply @ SV196 @ ( apply @ SV84 @ ( ordered_pair @ ( not_homomorphism1 @ SV196 @ SV84 @ SV177 ) @ ( not_homomorphism2 @ SV196 @ SV84 @ SV177 ) ) ) ) ) )
        = $true )
      | ( ( homomorphism @ SV196 @ SV84 @ SV177 )
        = $true )
      | ( ( compatible @ SV196 @ SV84 @ SV177 )
        = $false )
      | ( ( operation @ SV177 )
        = $false )
      | ( ( operation @ SV84 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[716]) ).

thf(719,plain,
    ! [SV84: $i,SV196: $i,SV177: $i] :
      ( ( ( ( apply @ SV177 @ ( ordered_pair @ ( apply @ SV196 @ ( not_homomorphism1 @ SV196 @ SV84 @ SV177 ) ) @ ( apply @ SV196 @ ( not_homomorphism2 @ SV196 @ SV84 @ SV177 ) ) ) )
          = ( apply @ SV196 @ ( apply @ SV84 @ ( ordered_pair @ ( not_homomorphism1 @ SV196 @ SV84 @ SV177 ) @ ( not_homomorphism2 @ SV196 @ SV84 @ SV177 ) ) ) ) )
        = $false )
      | ( ( homomorphism @ SV196 @ SV84 @ SV177 )
        = $true )
      | ( ( compatible @ SV196 @ SV84 @ SV177 )
        = $false )
      | ( ( operation @ SV177 )
        = $false )
      | ( ( operation @ SV84 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[718]) ).

thf(720,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[234,719,717,714,713,708,707,706,705,704,699,695,693,691,690,689,688,682,680,679,677,675,673,671,670,669,668,658,657,656,654,653,652,650,648,645,639,638,637,636,634,633,631,607,600,587,582,581,578,577,576,558,557,556,554,553,549,548,547,546,543,542,541,539,538,535,534,527,526,507,482,481,480,471,462,451,450,438,437,427,425,406,405,387,385,378,374,373,370,367,348,340,336,335,311,310,305,288,286,280,254]) ).

thf(721,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[720]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SET058-7 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.07/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.14/0.34  % Computer : n029.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 600
% 0.14/0.34  % DateTime : Sun Jul 10 04:22:01 EDT 2022
% 0.14/0.34  % CPUTime  : 
% 0.14/0.38  ..
% 0.20/0.42  
% 0.20/0.42   No.of.Axioms: 100
% 0.20/0.42  
% 0.20/0.42   Length.of.Defs: 0
% 0.20/0.42  
% 0.20/0.42   Contains.Choice.Funs: false
% 0.20/0.46  ..
% 0.20/0.48  (rf:0,axioms:100,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:600,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:102,loop_count:0,foatp_calls:0,translation:fof_full).....................................
% 0.52/0.81  
% 0.52/0.81  ********************************
% 0.52/0.81  *   All subproblems solved!    *
% 0.52/0.81  ********************************
% 0.52/0.81  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:100,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:720,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.77/0.94  
% 0.77/0.94  %**** Beginning of derivation protocol ****
% 0.77/0.94  % SZS output start CNFRefutation
% See solution above
% 0.77/0.94  
% 0.77/0.94  %**** End of derivation protocol ****
% 0.77/0.94  %**** no. of clauses in derivation: 721 ****
% 0.77/0.94  %**** clause counter: 720 ****
% 0.77/0.94  
% 0.77/0.94  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:100,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:720,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------