TSTP Solution File: SET027+1 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : SET027+1 : TPTP v8.1.0. Bugfixed v5.4.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:15 EDT 2022

% Result   : Theorem 8.01s 8.22s
% Output   : CNFRefutation 8.25s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   19
%            Number of leaves      :   85
% Syntax   : Number of formulae    :  795 ( 508 unt;  41 typ;   0 def)
%            Number of atoms       : 4336 (1291 equ;   0 cnn)
%            Maximal formula atoms :    4 (   5 avg)
%            Number of connectives : 10642 (1653   ~;1370   |; 150   &;7407   @)
%                                         (  38 <=>;  24  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   47 (  47   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   44 (  41 usr;  12 con; 0-3 aty)
%            Number of variables   : 2149 (   0   ^2139   !;  10   ?;2149   :)

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

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_disjoint,type,
    disjoint: $i > $i > $o ).

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_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_null_class,type,
    null_class: $i ).

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

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

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

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

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

thf(tp_sK10_U,type,
    sK10_U: $i > $i > $i ).

thf(tp_sK1_X,type,
    sK1_X: $i ).

thf(tp_sK2_SY89,type,
    sK2_SY89: $i ).

thf(tp_sK3_SY91,type,
    sK3_SY91: $i ).

thf(tp_sK4_XF,type,
    sK4_XF: $i ).

thf(tp_sK5_U,type,
    sK5_U: $i > $i ).

thf(tp_sK6_U,type,
    sK6_U: $i > $i > $i ).

thf(tp_sK7_X,type,
    sK7_X: $i > $i ).

thf(tp_sK8_Y,type,
    sK8_Y: $i > $i > $i ).

thf(tp_sK9_X,type,
    sK9_X: $i ).

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

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

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

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_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(1,axiom,
    ? [XF: $i] :
      ( ( function @ XF )
      & ! [Y: $i] :
          ( ( member @ Y @ universal_class )
         => ( ( Y = null_class )
            | ( member @ ( apply @ XF @ Y ) @ Y ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',choice) ).

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

thf(3,axiom,
    ! [X: $i] :
      ( ( X != null_class )
     => ? [U: $i] :
          ( ( member @ U @ universal_class )
          & ( member @ U @ X )
          & ( disjoint @ U @ X ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',regularity) ).

thf(4,axiom,
    ! [X: $i,Y: $i] :
      ( ( disjoint @ X @ Y )
    <=> ! [U: $i] :
          ~ ( ( member @ U @ X )
            & ( member @ U @ Y ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',disjoint_defn) ).

thf(5,axiom,
    ! [X: $i,XF: $i] :
      ( ( ( member @ X @ universal_class )
        & ( function @ XF ) )
     => ( member @ ( image @ XF @ X ) @ universal_class ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',replacement) ).

thf(6,axiom,
    ! [XF: $i] :
      ( ( function @ XF )
    <=> ( ( subclass @ XF @ ( cross_product @ universal_class @ universal_class ) )
        & ( subclass @ ( compose @ XF @ ( inverse @ XF ) ) @ identity_relation ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',function_defn) ).

thf(7,axiom,
    ! [Z: $i] :
      ( ( member @ Z @ identity_relation )
    <=> ? [X: $i] :
          ( ( member @ X @ universal_class )
          & ( Z
            = ( ordered_pair @ X @ X ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',identity_relation) ).

thf(8,axiom,
    ! [XR: $i,YR: $i,U: $i,V: $i] :
      ( ( member @ ( ordered_pair @ U @ V ) @ ( compose @ YR @ XR ) )
    <=> ( ( member @ U @ universal_class )
        & ( member @ V @ ( image @ YR @ ( image @ XR @ ( singleton @ U ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',compose_defn2) ).

thf(9,axiom,
    ! [XR: $i,YR: $i] : ( subclass @ ( compose @ YR @ XR ) @ ( cross_product @ universal_class @ universal_class ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',compose_defn1) ).

thf(10,axiom,
    ! [U: $i] :
      ( ( member @ U @ universal_class )
     => ( member @ ( power_class @ U ) @ universal_class ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',power_class) ).

thf(11,axiom,
    ! [U: $i,X: $i] :
      ( ( member @ U @ ( power_class @ X ) )
    <=> ( ( member @ U @ universal_class )
        & ( subclass @ U @ X ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',power_class_defn) ).

thf(12,axiom,
    ! [X: $i] :
      ( ( member @ X @ universal_class )
     => ( member @ ( sum_class @ X ) @ universal_class ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sum_class) ).

thf(13,axiom,
    ! [U: $i,X: $i] :
      ( ( member @ U @ ( sum_class @ X ) )
    <=> ? [Y: $i] :
          ( ( member @ U @ Y )
          & ( member @ Y @ X ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sum_class_defn) ).

thf(14,axiom,
    ? [X: $i] :
      ( ( member @ X @ universal_class )
      & ( inductive @ X )
      & ! [Y: $i] :
          ( ( inductive @ Y )
         => ( subclass @ X @ Y ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',infinity) ).

thf(15,axiom,
    ! [X: $i] :
      ( ( inductive @ X )
    <=> ( ( member @ null_class @ X )
        & ( subclass @ ( image @ successor_relation @ X ) @ X ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',inductive_defn) ).

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

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

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

thf(19,axiom,
    ! [X: $i,Y: $i] :
      ( ( member @ ( ordered_pair @ X @ Y ) @ successor_relation )
    <=> ( ( member @ X @ universal_class )
        & ( member @ Y @ universal_class )
        & ( ( successor @ X )
          = Y ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',successor_relation_defn2) ).

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

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

thf(22,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( member @ Z @ ( union @ X @ Y ) )
    <=> ( ( member @ Z @ X )
        | ( member @ Z @ Y ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',union_defn) ).

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

thf(24,axiom,
    ! [U: $i,V: $i,W: $i,X: $i] :
      ( ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( flip @ X ) )
    <=> ( ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
        & ( member @ ( ordered_pair @ ( ordered_pair @ V @ U ) @ W ) @ X ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',flip_defn) ).

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

thf(26,axiom,
    ! [X: $i,U: $i,V: $i,W: $i] :
      ( ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( rotate @ X ) )
    <=> ( ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
        & ( member @ ( ordered_pair @ ( ordered_pair @ V @ W ) @ U ) @ X ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',rotate_defn) ).

thf(27,axiom,
    ! [X: $i,Z: $i] :
      ( ( member @ Z @ ( domain_of @ X ) )
    <=> ( ( member @ Z @ universal_class )
        & ( ( restrict @ X @ ( singleton @ Z ) @ universal_class )
         != null_class ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',domain_of) ).

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

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

thf(30,axiom,
    ! [X: $i,Z: $i] :
      ( ( member @ Z @ ( complement @ X ) )
    <=> ( ( member @ Z @ universal_class )
        & ~ ( member @ Z @ X ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',complement) ).

thf(31,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( member @ Z @ ( intersection @ X @ Y ) )
    <=> ( ( member @ Z @ X )
        & ( member @ Z @ Y ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',intersection) ).

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

thf(33,axiom,
    ! [X: $i,Y: $i] :
      ( ( member @ ( ordered_pair @ X @ Y ) @ element_relation )
    <=> ( ( member @ Y @ universal_class )
        & ( member @ X @ Y ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',element_relation_defn) ).

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

thf(35,axiom,
    ! [X: $i,Y: $i] :
      ( ( ( member @ X @ universal_class )
        & ( member @ Y @ universal_class ) )
     => ( ( ( first @ ( ordered_pair @ X @ Y ) )
          = X )
        & ( ( second @ ( ordered_pair @ X @ Y ) )
          = Y ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',first_second) ).

thf(36,axiom,
    ! [U: $i,V: $i,X: $i,Y: $i] :
      ( ( member @ ( ordered_pair @ U @ V ) @ ( cross_product @ X @ Y ) )
    <=> ( ( member @ U @ X )
        & ( member @ V @ Y ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cross_product_defn) ).

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

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

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

thf(40,axiom,
    ! [U: $i,X: $i,Y: $i] :
      ( ( member @ U @ ( unordered_pair @ X @ Y ) )
    <=> ( ( member @ U @ universal_class )
        & ( ( U = X )
          | ( U = Y ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',unordered_pair_defn) ).

thf(41,axiom,
    ! [X: $i,Y: $i] :
      ( ( X = Y )
    <=> ( ( subclass @ X @ Y )
        & ( subclass @ Y @ X ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',extensionality) ).

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

thf(43,axiom,
    ! [X: $i,Y: $i] :
      ( ( subclass @ X @ Y )
    <=> ! [U: $i] :
          ( ( member @ U @ X )
         => ( member @ U @ Y ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',subclass_defn) ).

thf(44,conjecture,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( ( subclass @ X @ Y )
        & ( subclass @ Y @ Z ) )
     => ( subclass @ X @ Z ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',transitivity) ).

thf(45,negated_conjecture,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( ( subclass @ X @ Y )
            & ( subclass @ Y @ Z ) )
         => ( subclass @ X @ Z ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[44]) ).

thf(46,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( ( subclass @ X @ Y )
            & ( subclass @ Y @ Z ) )
         => ( subclass @ X @ Z ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[45]) ).

thf(47,plain,
    ( ( ? [XF: $i] :
          ( ( function @ XF )
          & ! [Y: $i] :
              ( ( member @ Y @ universal_class )
             => ( ( Y = null_class )
                | ( member @ ( apply @ XF @ Y ) @ Y ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

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

thf(49,plain,
    ( ( ! [X: $i] :
          ( ( X != null_class )
         => ? [U: $i] :
              ( ( member @ U @ universal_class )
              & ( member @ U @ X )
              & ( disjoint @ U @ X ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(50,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( disjoint @ X @ Y )
        <=> ! [U: $i] :
              ~ ( ( member @ U @ X )
                & ( member @ U @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(51,plain,
    ( ( ! [X: $i,XF: $i] :
          ( ( ( member @ X @ universal_class )
            & ( function @ XF ) )
         => ( member @ ( image @ XF @ X ) @ universal_class ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(52,plain,
    ( ( ! [XF: $i] :
          ( ( function @ XF )
        <=> ( ( subclass @ XF @ ( cross_product @ universal_class @ universal_class ) )
            & ( subclass @ ( compose @ XF @ ( inverse @ XF ) ) @ identity_relation ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(53,plain,
    ( ( ! [Z: $i] :
          ( ( member @ Z @ identity_relation )
        <=> ? [X: $i] :
              ( ( member @ X @ universal_class )
              & ( Z
                = ( ordered_pair @ X @ X ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(54,plain,
    ( ( ! [XR: $i,YR: $i,U: $i,V: $i] :
          ( ( member @ ( ordered_pair @ U @ V ) @ ( compose @ YR @ XR ) )
        <=> ( ( member @ U @ universal_class )
            & ( member @ V @ ( image @ YR @ ( image @ XR @ ( singleton @ U ) ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(55,plain,
    ( ( ! [XR: $i,YR: $i] : ( subclass @ ( compose @ YR @ XR ) @ ( cross_product @ universal_class @ universal_class ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(56,plain,
    ( ( ! [U: $i] :
          ( ( member @ U @ universal_class )
         => ( member @ ( power_class @ U ) @ universal_class ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(57,plain,
    ( ( ! [U: $i,X: $i] :
          ( ( member @ U @ ( power_class @ X ) )
        <=> ( ( member @ U @ universal_class )
            & ( subclass @ U @ X ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(58,plain,
    ( ( ! [X: $i] :
          ( ( member @ X @ universal_class )
         => ( member @ ( sum_class @ X ) @ universal_class ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

thf(59,plain,
    ( ( ! [U: $i,X: $i] :
          ( ( member @ U @ ( sum_class @ X ) )
        <=> ? [Y: $i] :
              ( ( member @ U @ Y )
              & ( member @ Y @ X ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[13]) ).

thf(60,plain,
    ( ( ? [X: $i] :
          ( ( member @ X @ universal_class )
          & ( inductive @ X )
          & ! [Y: $i] :
              ( ( inductive @ Y )
             => ( subclass @ X @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[14]) ).

thf(61,plain,
    ( ( ! [X: $i] :
          ( ( inductive @ X )
        <=> ( ( member @ null_class @ X )
            & ( subclass @ ( image @ successor_relation @ X ) @ X ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[15]) ).

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

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

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

thf(65,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( member @ ( ordered_pair @ X @ Y ) @ successor_relation )
        <=> ( ( member @ X @ universal_class )
            & ( member @ Y @ universal_class )
            & ( ( successor @ X )
              = Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[19]) ).

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

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

thf(68,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( member @ Z @ ( union @ X @ Y ) )
        <=> ( ( member @ Z @ X )
            | ( member @ Z @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[22]) ).

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

thf(70,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( flip @ X ) )
        <=> ( ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
            & ( member @ ( ordered_pair @ ( ordered_pair @ V @ U ) @ W ) @ X ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[24]) ).

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

thf(72,plain,
    ( ( ! [X: $i,U: $i,V: $i,W: $i] :
          ( ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( rotate @ X ) )
        <=> ( ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
            & ( member @ ( ordered_pair @ ( ordered_pair @ V @ W ) @ U ) @ X ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[26]) ).

thf(73,plain,
    ( ( ! [X: $i,Z: $i] :
          ( ( member @ Z @ ( domain_of @ X ) )
        <=> ( ( member @ Z @ universal_class )
            & ( ( restrict @ X @ ( singleton @ Z ) @ universal_class )
             != null_class ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[27]) ).

thf(74,plain,
    ( ( ! [X: $i] :
          ~ ( member @ X @ null_class ) )
    = $true ),
    inference(unfold_def,[status(thm)],[28]) ).

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

thf(76,plain,
    ( ( ! [X: $i,Z: $i] :
          ( ( member @ Z @ ( complement @ X ) )
        <=> ( ( member @ Z @ universal_class )
            & ~ ( member @ Z @ X ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[30]) ).

thf(77,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( member @ Z @ ( intersection @ X @ Y ) )
        <=> ( ( member @ Z @ X )
            & ( member @ Z @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[31]) ).

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

thf(79,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( member @ ( ordered_pair @ X @ Y ) @ element_relation )
        <=> ( ( member @ Y @ universal_class )
            & ( member @ X @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[33]) ).

thf(80,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( member @ Z @ ( cross_product @ X @ Y ) )
         => ( Z
            = ( ordered_pair @ ( first @ Z ) @ ( second @ Z ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[34]) ).

thf(81,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( ( member @ X @ universal_class )
            & ( member @ Y @ universal_class ) )
         => ( ( ( first @ ( ordered_pair @ X @ Y ) )
              = X )
            & ( ( second @ ( ordered_pair @ X @ Y ) )
              = Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[35]) ).

thf(82,plain,
    ( ( ! [U: $i,V: $i,X: $i,Y: $i] :
          ( ( member @ ( ordered_pair @ U @ V ) @ ( cross_product @ X @ Y ) )
        <=> ( ( member @ U @ X )
            & ( member @ V @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[36]) ).

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

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

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

thf(86,plain,
    ( ( ! [U: $i,X: $i,Y: $i] :
          ( ( member @ U @ ( unordered_pair @ X @ Y ) )
        <=> ( ( member @ U @ universal_class )
            & ( ( U = X )
              | ( U = Y ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[40]) ).

thf(87,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( X = Y )
        <=> ( ( subclass @ X @ Y )
            & ( subclass @ Y @ X ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[41]) ).

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

thf(89,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( subclass @ X @ Y )
        <=> ! [U: $i] :
              ( ( member @ U @ X )
             => ( member @ U @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[43]) ).

thf(90,plain,
    ( ( ! [SY89: $i,SY90: $i] :
          ( ( ( subclass @ sK1_X @ SY89 )
            & ( subclass @ SY89 @ SY90 ) )
         => ( subclass @ sK1_X @ SY90 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[46]) ).

thf(91,plain,
    ( ( ! [SY91: $i] :
          ( ( ( subclass @ sK1_X @ sK2_SY89 )
            & ( subclass @ sK2_SY89 @ SY91 ) )
         => ( subclass @ sK1_X @ SY91 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[90]) ).

thf(92,plain,
    ( ( ( ( subclass @ sK1_X @ sK2_SY89 )
        & ( subclass @ sK2_SY89 @ sK3_SY91 ) )
     => ( subclass @ sK1_X @ sK3_SY91 ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[91]) ).

thf(93,plain,
    ( ( subclass @ sK1_X @ sK2_SY89 )
    = $true ),
    inference(standard_cnf,[status(thm)],[92]) ).

thf(94,plain,
    ( ( subclass @ sK2_SY89 @ sK3_SY91 )
    = $true ),
    inference(standard_cnf,[status(thm)],[92]) ).

thf(95,plain,
    ( ( subclass @ sK1_X @ sK3_SY91 )
    = $false ),
    inference(standard_cnf,[status(thm)],[92]) ).

thf(96,plain,
    ( ( ~ ( subclass @ sK1_X @ sK3_SY91 ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[95]) ).

thf(97,plain,
    ( ( ! [SY92: $i] :
          ( ~ ( member @ SY92 @ universal_class )
          | ( SY92 = null_class )
          | ( member @ ( apply @ sK4_XF @ SY92 ) @ SY92 ) )
      & ( function @ sK4_XF ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[47]) ).

thf(98,plain,
    ( ( ! [X: $i] :
          ( ( X = null_class )
          | ( ( member @ ( sK5_U @ X ) @ universal_class )
            & ( member @ ( sK5_U @ X ) @ X )
            & ( disjoint @ ( sK5_U @ X ) @ X ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[49]) ).

thf(99,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( ( member @ ( sK6_U @ Y @ X ) @ X )
            & ( member @ ( sK6_U @ Y @ X ) @ Y ) )
          | ( disjoint @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ~ ( disjoint @ X @ Y )
          | ! [U: $i] :
              ( ~ ( member @ U @ X )
              | ~ ( member @ U @ Y ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[50]) ).

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

thf(101,plain,
    ( ( ! [XF: $i] :
          ( ~ ( subclass @ XF @ ( cross_product @ universal_class @ universal_class ) )
          | ~ ( subclass @ ( compose @ XF @ ( inverse @ XF ) ) @ identity_relation )
          | ( function @ XF ) )
      & ! [XF: $i] :
          ( ~ ( function @ XF )
          | ( subclass @ XF @ ( cross_product @ universal_class @ universal_class ) ) )
      & ! [XF: $i] :
          ( ~ ( function @ XF )
          | ( subclass @ ( compose @ XF @ ( inverse @ XF ) ) @ identity_relation ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[52]) ).

thf(102,plain,
    ( ( ! [Z: $i] :
          ( ! [X: $i] :
              ( ( Z
               != ( ordered_pair @ X @ X ) )
              | ~ ( member @ X @ universal_class ) )
          | ( member @ Z @ identity_relation ) )
      & ! [Z: $i] :
          ( ~ ( member @ Z @ identity_relation )
          | ( ( Z
              = ( ordered_pair @ ( sK7_X @ Z ) @ ( sK7_X @ Z ) ) )
            & ( member @ ( sK7_X @ Z ) @ universal_class ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[53]) ).

thf(103,plain,
    ( ( ! [XR: $i,YR: $i] :
          ( ! [U: $i,V: $i] :
              ( ~ ( member @ U @ universal_class )
              | ~ ( member @ V @ ( image @ YR @ ( image @ XR @ ( singleton @ U ) ) ) )
              | ( member @ ( ordered_pair @ U @ V ) @ ( compose @ YR @ XR ) ) )
          & ! [U: $i] :
              ( ! [V: $i] :
                  ~ ( member @ ( ordered_pair @ U @ V ) @ ( compose @ YR @ XR ) )
              | ( member @ U @ universal_class ) )
          & ! [U: $i,V: $i] :
              ( ~ ( member @ ( ordered_pair @ U @ V ) @ ( compose @ YR @ XR ) )
              | ( member @ V @ ( image @ YR @ ( image @ XR @ ( singleton @ U ) ) ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[54]) ).

thf(104,plain,
    ( ( ! [U: $i] :
          ( ~ ( member @ U @ universal_class )
          | ( member @ ( power_class @ U ) @ universal_class ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[56]) ).

thf(105,plain,
    ( ( ! [U: $i,X: $i] :
          ( ~ ( member @ U @ universal_class )
          | ~ ( subclass @ U @ X )
          | ( member @ U @ ( power_class @ X ) ) )
      & ! [U: $i] :
          ( ! [X: $i] :
              ~ ( member @ U @ ( power_class @ X ) )
          | ( member @ U @ universal_class ) )
      & ! [U: $i,X: $i] :
          ( ~ ( member @ U @ ( power_class @ X ) )
          | ( subclass @ U @ X ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[57]) ).

thf(106,plain,
    ( ( ! [X: $i] :
          ( ~ ( member @ X @ universal_class )
          | ( member @ ( sum_class @ X ) @ universal_class ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[58]) ).

thf(107,plain,
    ( ( ! [U: $i,X: $i] :
          ( ! [Y: $i] :
              ( ~ ( member @ U @ Y )
              | ~ ( member @ Y @ X ) )
          | ( member @ U @ ( sum_class @ X ) ) )
      & ! [U: $i,X: $i] :
          ( ~ ( member @ U @ ( sum_class @ X ) )
          | ( ( member @ U @ ( sK8_Y @ X @ U ) )
            & ( member @ ( sK8_Y @ X @ U ) @ X ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[59]) ).

thf(108,plain,
    ( ( ! [SY93: $i] :
          ( ~ ( inductive @ SY93 )
          | ( subclass @ sK9_X @ SY93 ) )
      & ( inductive @ sK9_X )
      & ( member @ sK9_X @ universal_class ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[60]) ).

thf(109,plain,
    ( ( ! [X: $i] :
          ( ~ ( member @ null_class @ X )
          | ~ ( subclass @ ( image @ successor_relation @ X ) @ X )
          | ( inductive @ X ) )
      & ! [X: $i] :
          ( ~ ( inductive @ X )
          | ( member @ null_class @ X ) )
      & ! [X: $i] :
          ( ~ ( inductive @ X )
          | ( subclass @ ( image @ successor_relation @ X ) @ X ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[61]) ).

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

thf(111,plain,
    ( ( ! [X: $i] :
          ( ! [Y: $i,Z: $i] :
              ( ~ ( member @ Z @ ( union @ X @ Y ) )
              | ( member @ Z @ X )
              | ( member @ Z @ Y ) )
          & ! [Y: $i,Z: $i] :
              ( ~ ( member @ Z @ X )
              | ( member @ Z @ ( union @ X @ Y ) ) )
          & ! [Y: $i,Z: $i] :
              ( ~ ( member @ Z @ Y )
              | ( member @ Z @ ( union @ X @ Y ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[68]) ).

thf(112,plain,
    ( ( ! [U: $i,V: $i] :
          ( ! [W: $i,X: $i] :
              ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
              | ~ ( member @ ( ordered_pair @ ( ordered_pair @ V @ U ) @ W ) @ X )
              | ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( flip @ X ) ) )
          & ! [W: $i] :
              ( ! [X: $i] :
                  ~ ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( flip @ X ) )
              | ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
          & ! [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(extcnf_combined,[status(esa)],[70]) ).

thf(113,plain,
    ( ( ! [X: $i,U: $i] :
          ( ! [V: $i,W: $i] :
              ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
              | ~ ( member @ ( ordered_pair @ ( ordered_pair @ V @ W ) @ U ) @ X )
              | ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( rotate @ X ) ) )
          & ! [V: $i,W: $i] :
              ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( rotate @ X ) )
              | ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
          & ! [V: $i,W: $i] :
              ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( rotate @ X ) )
              | ( member @ ( ordered_pair @ ( ordered_pair @ V @ W ) @ U ) @ X ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[72]) ).

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

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

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

thf(117,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( member @ Y @ universal_class )
          | ~ ( member @ X @ Y )
          | ( member @ ( ordered_pair @ X @ Y ) @ element_relation ) )
      & ! [X: $i,Y: $i] :
          ( ~ ( member @ ( ordered_pair @ X @ Y ) @ element_relation )
          | ( member @ Y @ universal_class ) )
      & ! [X: $i,Y: $i] :
          ( ~ ( member @ ( ordered_pair @ X @ Y ) @ element_relation )
          | ( member @ X @ Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[79]) ).

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

thf(119,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( member @ X @ universal_class )
          | ~ ( member @ Y @ universal_class )
          | ( ( first @ ( ordered_pair @ X @ Y ) )
            = X ) )
      & ! [X: $i,Y: $i] :
          ( ~ ( member @ X @ universal_class )
          | ~ ( member @ Y @ universal_class )
          | ( ( second @ ( ordered_pair @ X @ Y ) )
            = Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[81]) ).

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

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

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

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

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

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

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

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

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

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

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

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

thf(132,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( member @ X @ universal_class )
          | ~ ( member @ Y @ universal_class )
          | ( ( first @ ( ordered_pair @ X @ Y ) )
            = X ) )
      & ! [X: $i,Y: $i] :
          ( ~ ( member @ X @ universal_class )
          | ~ ( member @ Y @ universal_class )
          | ( ( second @ ( ordered_pair @ X @ Y ) )
            = Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[119]) ).

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

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

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

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

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

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

thf(139,plain,
    ( ( ! [X: $i] :
          ~ ( member @ X @ null_class ) )
    = $true ),
    inference(copy,[status(thm)],[74]) ).

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

thf(141,plain,
    ( ( ! [X: $i,U: $i] :
          ( ! [V: $i,W: $i] :
              ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
              | ~ ( member @ ( ordered_pair @ ( ordered_pair @ V @ W ) @ U ) @ X )
              | ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( rotate @ X ) ) )
          & ! [V: $i,W: $i] :
              ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( rotate @ X ) )
              | ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
          & ! [V: $i,W: $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)],[113]) ).

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

thf(143,plain,
    ( ( ! [U: $i,V: $i] :
          ( ! [W: $i,X: $i] :
              ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
              | ~ ( member @ ( ordered_pair @ ( ordered_pair @ V @ U ) @ W ) @ X )
              | ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( flip @ X ) ) )
          & ! [W: $i] :
              ( ! [X: $i] :
                  ~ ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( flip @ X ) )
              | ( member @ ( ordered_pair @ ( ordered_pair @ U @ V ) @ W ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
          & ! [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)],[112]) ).

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

thf(145,plain,
    ( ( ! [X: $i] :
          ( ! [Y: $i,Z: $i] :
              ( ~ ( member @ Z @ ( union @ X @ Y ) )
              | ( member @ Z @ X )
              | ( member @ Z @ Y ) )
          & ! [Y: $i,Z: $i] :
              ( ~ ( member @ Z @ X )
              | ( member @ Z @ ( union @ X @ Y ) ) )
          & ! [Y: $i,Z: $i] :
              ( ~ ( member @ Z @ Y )
              | ( member @ Z @ ( union @ X @ Y ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[111]) ).

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

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

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

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

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

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

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

thf(153,plain,
    ( ( ! [SY93: $i] :
          ( ~ ( inductive @ SY93 )
          | ( subclass @ sK9_X @ SY93 ) )
      & ( inductive @ sK9_X )
      & ( member @ sK9_X @ universal_class ) )
    = $true ),
    inference(copy,[status(thm)],[108]) ).

thf(154,plain,
    ( ( ! [U: $i,X: $i] :
          ( ! [Y: $i] :
              ( ~ ( member @ U @ Y )
              | ~ ( member @ Y @ X ) )
          | ( member @ U @ ( sum_class @ X ) ) )
      & ! [U: $i,X: $i] :
          ( ~ ( member @ U @ ( sum_class @ X ) )
          | ( ( member @ U @ ( sK8_Y @ X @ U ) )
            & ( member @ ( sK8_Y @ X @ U ) @ X ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[107]) ).

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

thf(156,plain,
    ( ( ! [U: $i,X: $i] :
          ( ~ ( member @ U @ universal_class )
          | ~ ( subclass @ U @ X )
          | ( member @ U @ ( power_class @ X ) ) )
      & ! [U: $i] :
          ( ! [X: $i] :
              ~ ( member @ U @ ( power_class @ X ) )
          | ( member @ U @ universal_class ) )
      & ! [U: $i,X: $i] :
          ( ~ ( member @ U @ ( power_class @ X ) )
          | ( subclass @ U @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[105]) ).

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

thf(158,plain,
    ( ( ! [XR: $i,YR: $i] : ( subclass @ ( compose @ YR @ XR ) @ ( cross_product @ universal_class @ universal_class ) ) )
    = $true ),
    inference(copy,[status(thm)],[55]) ).

thf(159,plain,
    ( ( ! [XR: $i,YR: $i] :
          ( ! [U: $i,V: $i] :
              ( ~ ( member @ U @ universal_class )
              | ~ ( member @ V @ ( image @ YR @ ( image @ XR @ ( singleton @ U ) ) ) )
              | ( member @ ( ordered_pair @ U @ V ) @ ( compose @ YR @ XR ) ) )
          & ! [U: $i] :
              ( ! [V: $i] :
                  ~ ( member @ ( ordered_pair @ U @ V ) @ ( compose @ YR @ XR ) )
              | ( member @ U @ universal_class ) )
          & ! [U: $i,V: $i] :
              ( ~ ( member @ ( ordered_pair @ U @ V ) @ ( compose @ YR @ XR ) )
              | ( member @ V @ ( image @ YR @ ( image @ XR @ ( singleton @ U ) ) ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[103]) ).

thf(160,plain,
    ( ( ! [Z: $i] :
          ( ! [X: $i] :
              ( ( Z
               != ( ordered_pair @ X @ X ) )
              | ~ ( member @ X @ universal_class ) )
          | ( member @ Z @ identity_relation ) )
      & ! [Z: $i] :
          ( ~ ( member @ Z @ identity_relation )
          | ( ( Z
              = ( ordered_pair @ ( sK7_X @ Z ) @ ( sK7_X @ Z ) ) )
            & ( member @ ( sK7_X @ Z ) @ universal_class ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[102]) ).

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

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

thf(163,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( ( member @ ( sK6_U @ Y @ X ) @ X )
            & ( member @ ( sK6_U @ Y @ X ) @ Y ) )
          | ( disjoint @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ~ ( disjoint @ X @ Y )
          | ! [U: $i] :
              ( ~ ( member @ U @ X )
              | ~ ( member @ U @ Y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[99]) ).

thf(164,plain,
    ( ( ! [X: $i] :
          ( ( X = null_class )
          | ( ( member @ ( sK5_U @ X ) @ universal_class )
            & ( member @ ( sK5_U @ X ) @ X )
            & ( disjoint @ ( sK5_U @ X ) @ X ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[98]) ).

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

thf(166,plain,
    ( ( ! [SY92: $i] :
          ( ~ ( member @ SY92 @ universal_class )
          | ( SY92 = null_class )
          | ( member @ ( apply @ sK4_XF @ SY92 ) @ SY92 ) )
      & ( function @ sK4_XF ) )
    = $true ),
    inference(copy,[status(thm)],[97]) ).

thf(167,plain,
    ( ( subclass @ sK2_SY89 @ sK3_SY91 )
    = $true ),
    inference(copy,[status(thm)],[94]) ).

thf(168,plain,
    ( ( subclass @ sK1_X @ sK2_SY89 )
    = $true ),
    inference(copy,[status(thm)],[93]) ).

thf(169,plain,
    ( ( ~ ( subclass @ sK1_X @ sK3_SY91 ) )
    = $true ),
    inference(copy,[status(thm)],[96]) ).

thf(170,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( ~ ( member @ ( sK6_U @ SX1 @ SX0 ) @ SX0 )
                    | ~ ( member @ ( sK6_U @ SX1 @ SX0 ) @ SX1 ) )
                | ( disjoint @ SX0 @ SX1 ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( disjoint @ SX0 @ SX1 )
                | ! [SX2: $i] :
                    ( ~ ( member @ SX2 @ SX0 )
                    | ~ ( member @ SX2 @ SX1 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[163]) ).

thf(171,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ! [SX2: $i] :
                    ( ~ ( member @ SX0 @ SX2 )
                    | ~ ( member @ SX2 @ SX1 ) )
                | ( member @ SX0 @ ( sum_class @ SX1 ) ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( member @ SX0 @ ( sum_class @ SX1 ) )
                | ~ ( ~ ( member @ SX0 @ ( sK8_Y @ SX1 @ SX0 ) )
                    | ~ ( member @ ( sK8_Y @ SX1 @ SX0 ) @ SX1 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[154]) ).

thf(172,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( member @ SX0 @ universal_class )
                | ~ ( member @ SX1 @ universal_class )
                | ( ( first @ ( ordered_pair @ SX0 @ SX1 ) )
                  = SX0 ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( member @ SX0 @ universal_class )
                | ~ ( member @ SX1 @ universal_class )
                | ( ( second @ ( ordered_pair @ SX0 @ SX1 ) )
                  = SX1 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[132]) ).

thf(173,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( member @ SX0 @ universal_class )
                | ~ ( subclass @ SX0 @ SX1 )
                | ( member @ SX0 @ ( power_class @ SX1 ) ) )
          | ~ ~ ( ~ ! [SX0: $i] :
                      ( ! [SX1: $i] :
                          ~ ( member @ SX0 @ ( power_class @ SX1 ) )
                      | ( member @ SX0 @ universal_class ) )
                | ~ ! [SX0: $i,SX1: $i] :
                      ( ~ ( member @ SX0 @ ( power_class @ SX1 ) )
                      | ( subclass @ SX0 @ SX1 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[156]) ).

thf(174,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( member @ SX1 @ universal_class )
                | ~ ( member @ SX0 @ SX1 )
                | ( member @ ( ordered_pair @ SX0 @ SX1 ) @ element_relation ) )
          | ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                      ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ element_relation )
                      | ( member @ SX1 @ universal_class ) )
                | ~ ! [SX0: $i,SX1: $i] :
                      ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ element_relation )
                      | ( member @ SX0 @ SX1 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[134]) ).

thf(175,plain,
    ( ( ! [SX0: $i] :
          ( ( SX0 = null_class )
          | ~ ( ~ ~ ( ~ ( member @ ( sK5_U @ SX0 ) @ universal_class )
                    | ~ ( member @ ( sK5_U @ SX0 ) @ SX0 ) )
              | ~ ( disjoint @ ( sK5_U @ SX0 ) @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[164]) ).

thf(176,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( member @ SX0 @ universal_class )
                | ( SX0 = null_class )
                | ( member @ ( apply @ sK4_XF @ SX0 ) @ SX0 ) )
          | ~ ( function @ sK4_XF ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[166]) ).

thf(177,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( subclass @ SX0 @ SX1 )
                | ~ ( subclass @ SX1 @ SX0 )
                | ( SX0 = SX1 ) )
          | ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                      ( ( SX0 != SX1 )
                      | ( subclass @ SX0 @ SX1 ) )
                | ~ ! [SX0: $i,SX1: $i] :
                      ( ( SX0 != SX1 )
                      | ( subclass @ SX1 @ SX0 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[126]) ).

thf(178,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( inductive @ SX0 )
                | ( subclass @ sK9_X @ SX0 ) )
          | ~ ~ ( ~ ( inductive @ sK9_X )
                | ~ ( member @ sK9_X @ universal_class ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[153]) ).

thf(179,plain,
    ( ( ! [SX0: $i] :
          ~ ( ~ ! [SX1: $i,SX2: $i] :
                  ( ~ ( member @ SX2 @ SX0 )
                  | ~ ( member @ SX2 @ SX1 )
                  | ( member @ SX2 @ ( intersection @ SX0 @ SX1 ) ) )
            | ~ ~ ( ~ ! [SX1: $i,SX2: $i] :
                        ( ~ ( member @ SX2 @ ( intersection @ SX0 @ SX1 ) )
                        | ( member @ SX2 @ SX0 ) )
                  | ~ ! [SX1: $i,SX2: $i] :
                        ( ~ ( member @ SX2 @ ( intersection @ SX0 @ SX1 ) )
                        | ( member @ SX2 @ SX1 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[136]) ).

thf(180,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( member @ SX0 @ universal_class )
                | ~ ( member @ SX1 @ universal_class )
                | ( ( successor @ SX0 )
                 != SX1 )
                | ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation ) )
          | ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                            ( ! [SX1: $i] :
                                ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
                            | ( member @ SX0 @ universal_class ) )
                      | ~ ! [SX0: $i,SX1: $i] :
                            ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
                            | ( member @ SX1 @ universal_class ) ) )
                | ~ ! [SX0: $i,SX1: $i] :
                      ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
                      | ( ( successor @ SX0 )
                        = SX1 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[148]) ).

thf(181,plain,
    ( ( ! [SX0: $i] :
          ~ ( ~ ~ ( ~ ! [SX1: $i] :
                        ( ~ ( member @ SX0 @ universal_class )
                        | ( SX0 != SX1 )
                        | ! [SX2: $i] : ( member @ SX0 @ ( unordered_pair @ SX1 @ SX2 ) ) )
                  | ~ ! [SX1: $i,SX2: $i] :
                        ( ~ ( member @ SX0 @ universal_class )
                        | ( SX0 != SX2 )
                        | ( member @ SX0 @ ( unordered_pair @ SX1 @ SX2 ) ) ) )
            | ~ ~ ( ~ ( ! [SX1: $i,SX2: $i] :
                          ~ ( member @ SX0 @ ( unordered_pair @ SX1 @ SX2 ) )
                      | ( member @ SX0 @ universal_class ) )
                  | ~ ! [SX1: $i,SX2: $i] :
                        ( ~ ( member @ SX0 @ ( unordered_pair @ SX1 @ SX2 ) )
                        | ( SX0 = SX1 )
                        | ( SX0 = SX2 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[127]) ).

thf(182,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( member @ SX1 @ universal_class )
                | ( member @ SX1 @ SX0 )
                | ( member @ SX1 @ ( complement @ SX0 ) ) )
          | ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                      ( ~ ( member @ SX1 @ ( complement @ SX0 ) )
                      | ( member @ SX1 @ universal_class ) )
                | ~ ! [SX0: $i,SX1: $i] :
                      ( ~ ( member @ SX1 @ ( complement @ SX0 ) )
                      | ~ ( member @ SX1 @ SX0 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[137]) ).

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

thf(184,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ~ ( ~ ! [SX2: $i,SX3: $i] :
                  ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SX0 @ SX1 ) @ SX2 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
                  | ~ ( member @ ( ordered_pair @ ( ordered_pair @ SX1 @ SX0 ) @ SX2 ) @ SX3 )
                  | ( member @ ( ordered_pair @ ( ordered_pair @ SX0 @ SX1 ) @ SX2 ) @ ( flip @ SX3 ) ) )
            | ~ ~ ( ~ ! [SX2: $i] :
                        ( ! [SX3: $i] :
                            ~ ( member @ ( ordered_pair @ ( ordered_pair @ SX0 @ SX1 ) @ SX2 ) @ ( flip @ SX3 ) )
                        | ( member @ ( ordered_pair @ ( ordered_pair @ SX0 @ SX1 ) @ SX2 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
                  | ~ ! [SX2: $i,SX3: $i] :
                        ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SX0 @ SX1 ) @ SX2 ) @ ( flip @ SX3 ) )
                        | ( member @ ( ordered_pair @ ( ordered_pair @ SX1 @ SX0 ) @ SX2 ) @ SX3 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[143]) ).

thf(185,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ~ ( ~ ! [SX2: $i,SX3: $i] :
                  ( ~ ( member @ SX0 @ SX2 )
                  | ~ ( member @ SX1 @ SX3 )
                  | ( member @ ( ordered_pair @ SX0 @ SX1 ) @ ( cross_product @ SX2 @ SX3 ) ) )
            | ~ ~ ( ~ ! [SX2: $i] :
                        ( ! [SX3: $i] :
                            ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ ( cross_product @ SX2 @ SX3 ) )
                        | ( member @ SX0 @ SX2 ) )
                  | ~ ! [SX2: $i,SX3: $i] :
                        ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ ( cross_product @ SX2 @ SX3 ) )
                        | ( member @ SX1 @ SX3 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[131]) ).

thf(186,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ~ ( ~ ! [SX2: $i,SX3: $i] :
                  ( ~ ( member @ SX2 @ universal_class )
                  | ~ ( member @ SX3 @ ( image @ SX1 @ ( image @ SX0 @ ( singleton @ SX2 ) ) ) )
                  | ( member @ ( ordered_pair @ SX2 @ SX3 ) @ ( compose @ SX1 @ SX0 ) ) )
            | ~ ~ ( ~ ! [SX2: $i] :
                        ( ! [SX3: $i] :
                            ~ ( member @ ( ordered_pair @ SX2 @ SX3 ) @ ( compose @ SX1 @ SX0 ) )
                        | ( member @ SX2 @ universal_class ) )
                  | ~ ! [SX2: $i,SX3: $i] :
                        ( ~ ( member @ ( ordered_pair @ SX2 @ SX3 ) @ ( compose @ SX1 @ SX0 ) )
                        | ( member @ SX3 @ ( image @ SX1 @ ( image @ SX0 @ ( singleton @ SX2 ) ) ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[159]) ).

thf(187,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ( ( restrict @ SX0 @ ( singleton @ SX1 ) @ universal_class )
                  = null_class )
                | ~ ( member @ SX1 @ universal_class )
                | ( member @ SX1 @ ( domain_of @ SX0 ) ) )
          | ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                      ( ~ ( member @ SX1 @ ( domain_of @ SX0 ) )
                      | ( ( restrict @ SX0 @ ( singleton @ SX1 ) @ universal_class )
                       != null_class ) )
                | ~ ! [SX0: $i,SX1: $i] :
                      ( ~ ( member @ SX1 @ ( domain_of @ SX0 ) )
                      | ( member @ SX1 @ universal_class ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[140]) ).

thf(188,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( ~ ( member @ ( sK10_U @ SX1 @ SX0 ) @ SX0 )
                    | ~ ~ ( member @ ( sK10_U @ SX1 @ SX0 ) @ SX1 ) )
                | ( subclass @ SX0 @ SX1 ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( subclass @ SX0 @ SX1 )
                | ! [SX2: $i] :
                    ( ~ ( member @ SX2 @ SX0 )
                    | ( member @ SX2 @ SX1 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[124]) ).

thf(189,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ! [SX1: $i] :
                    ( ( SX0
                     != ( ordered_pair @ SX1 @ SX1 ) )
                    | ~ ( member @ SX1 @ universal_class ) )
                | ( member @ SX0 @ identity_relation ) )
          | ~ ! [SX0: $i] :
                ( ~ ( member @ SX0 @ identity_relation )
                | ~ ( ( SX0
                     != ( ordered_pair @ ( sK7_X @ SX0 ) @ ( sK7_X @ SX0 ) ) )
                    | ~ ( member @ ( sK7_X @ SX0 ) @ universal_class ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[160]) ).

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

thf(191,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ~ ( ~ ! [SX2: $i,SX3: $i] :
                  ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SX1 @ SX2 ) @ SX3 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
                  | ~ ( member @ ( ordered_pair @ ( ordered_pair @ SX2 @ SX3 ) @ SX1 ) @ SX0 )
                  | ( member @ ( ordered_pair @ ( ordered_pair @ SX1 @ SX2 ) @ SX3 ) @ ( rotate @ SX0 ) ) )
            | ~ ~ ( ~ ! [SX2: $i,SX3: $i] :
                        ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SX1 @ SX2 ) @ SX3 ) @ ( rotate @ SX0 ) )
                        | ( member @ ( ordered_pair @ ( ordered_pair @ SX1 @ SX2 ) @ SX3 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
                  | ~ ! [SX2: $i,SX3: $i] :
                        ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SX1 @ SX2 ) @ SX3 ) @ ( rotate @ SX0 ) )
                        | ( member @ ( ordered_pair @ ( ordered_pair @ SX2 @ SX3 ) @ SX1 ) @ SX0 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[141]) ).

thf(192,plain,
    ( ( ! [SX0: $i] :
          ~ ( ~ ! [SX1: $i,SX2: $i] :
                  ( ~ ( member @ SX2 @ ( union @ SX0 @ SX1 ) )
                  | ( member @ SX2 @ SX0 )
                  | ( member @ SX2 @ SX1 ) )
            | ~ ~ ( ~ ! [SX1: $i,SX2: $i] :
                        ( ~ ( member @ SX2 @ SX0 )
                        | ( member @ SX2 @ ( union @ SX0 @ SX1 ) ) )
                  | ~ ! [SX1: $i,SX2: $i] :
                        ( ~ ( member @ SX2 @ SX1 )
                        | ( member @ SX2 @ ( union @ SX0 @ SX1 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[145]) ).

thf(193,plain,
    ! [SV1: $i] :
      ( ( subclass @ SV1 @ universal_class )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[125]) ).

thf(194,plain,
    ! [SV2: $i] :
      ( ( ! [SY94: $i] : ( member @ ( unordered_pair @ SV2 @ SY94 ) @ universal_class ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[128]) ).

thf(195,plain,
    ! [SV3: $i] :
      ( ( ( singleton @ SV3 )
        = ( unordered_pair @ SV3 @ SV3 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[129]) ).

thf(196,plain,
    ! [SV4: $i] :
      ( ( ! [SY95: $i] :
            ( ( ordered_pair @ SV4 @ SY95 )
            = ( unordered_pair @ ( singleton @ SV4 ) @ ( unordered_pair @ SV4 @ ( singleton @ SY95 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[130]) ).

thf(197,plain,
    ! [SV5: $i] :
      ( ( ! [SY96: $i,SY97: $i] :
            ( ~ ( member @ SY97 @ ( cross_product @ SV5 @ SY96 ) )
            | ( SY97
              = ( ordered_pair @ ( first @ SY97 ) @ ( second @ SY97 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[133]) ).

thf(198,plain,
    ! [SV6: $i] :
      ( ( ! [SY98: $i,SY99: $i] :
            ( ( restrict @ SY98 @ SV6 @ SY99 )
            = ( intersection @ SY98 @ ( cross_product @ SV6 @ SY99 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[138]) ).

thf(199,plain,
    ! [SV7: $i] :
      ( ( ~ ( member @ SV7 @ null_class ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[139]) ).

thf(200,plain,
    ! [SV8: $i] :
      ( ( subclass @ ( rotate @ SV8 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[142]) ).

thf(201,plain,
    ! [SV9: $i] :
      ( ( subclass @ ( flip @ SV9 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[144]) ).

thf(202,plain,
    ! [SV10: $i] :
      ( ( ( successor @ SV10 )
        = ( union @ SV10 @ ( singleton @ SV10 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[146]) ).

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

thf(204,plain,
    ! [SV12: $i] :
      ( ( ( range_of @ SV12 )
        = ( domain_of @ ( inverse @ SV12 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[150]) ).

thf(205,plain,
    ! [SV13: $i] :
      ( ( ! [SY100: $i] :
            ( ( image @ SY100 @ SV13 )
            = ( range_of @ ( restrict @ SY100 @ SV13 @ universal_class ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[151]) ).

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

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

thf(208,plain,
    ! [SV16: $i] :
      ( ( ! [SY101: $i] : ( subclass @ ( compose @ SY101 @ SV16 ) @ ( cross_product @ universal_class @ universal_class ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[158]) ).

thf(209,plain,
    ! [SV17: $i] :
      ( ( ! [SY102: $i] :
            ( ~ ( function @ SY102 )
            | ~ ( member @ SV17 @ universal_class )
            | ( member @ ( image @ SY102 @ SV17 ) @ universal_class ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[162]) ).

thf(210,plain,
    ! [SV18: $i] :
      ( ( ! [SY103: $i] :
            ( ( apply @ SV18 @ SY103 )
            = ( sum_class @ ( image @ SV18 @ ( singleton @ SY103 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[165]) ).

thf(211,plain,
    ( ( subclass @ sK1_X @ sK3_SY91 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[169]) ).

thf(212,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( ~ ( member @ ( sK6_U @ SX1 @ SX0 ) @ SX0 )
                | ~ ( member @ ( sK6_U @ SX1 @ SX0 ) @ SX1 ) )
            | ( disjoint @ SX0 @ SX1 ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( disjoint @ SX0 @ SX1 )
            | ! [SX2: $i] :
                ( ~ ( member @ SX2 @ SX0 )
                | ~ ( member @ SX2 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[170]) ).

thf(213,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ! [SX2: $i] :
                ( ~ ( member @ SX0 @ SX2 )
                | ~ ( member @ SX2 @ SX1 ) )
            | ( member @ SX0 @ ( sum_class @ SX1 ) ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ SX0 @ ( sum_class @ SX1 ) )
            | ~ ( ~ ( member @ SX0 @ ( sK8_Y @ SX1 @ SX0 ) )
                | ~ ( member @ ( sK8_Y @ SX1 @ SX0 ) @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[171]) ).

thf(214,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ SX0 @ universal_class )
            | ~ ( member @ SX1 @ universal_class )
            | ( ( first @ ( ordered_pair @ SX0 @ SX1 ) )
              = SX0 ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ SX0 @ universal_class )
            | ~ ( member @ SX1 @ universal_class )
            | ( ( second @ ( ordered_pair @ SX0 @ SX1 ) )
              = SX1 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[172]) ).

thf(215,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ SX0 @ universal_class )
            | ~ ( subclass @ SX0 @ SX1 )
            | ( member @ SX0 @ ( power_class @ SX1 ) ) )
      | ~ ~ ( ~ ! [SX0: $i] :
                  ( ! [SX1: $i] :
                      ~ ( member @ SX0 @ ( power_class @ SX1 ) )
                  | ( member @ SX0 @ universal_class ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( member @ SX0 @ ( power_class @ SX1 ) )
                  | ( subclass @ SX0 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[173]) ).

thf(216,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ SX1 @ universal_class )
            | ~ ( member @ SX0 @ SX1 )
            | ( member @ ( ordered_pair @ SX0 @ SX1 ) @ element_relation ) )
      | ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ element_relation )
                  | ( member @ SX1 @ universal_class ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ element_relation )
                  | ( member @ SX0 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[174]) ).

thf(217,plain,
    ! [SV19: $i] :
      ( ( ( SV19 = null_class )
        | ~ ( ~ ~ ( ~ ( member @ ( sK5_U @ SV19 ) @ universal_class )
                  | ~ ( member @ ( sK5_U @ SV19 ) @ SV19 ) )
            | ~ ( disjoint @ ( sK5_U @ SV19 ) @ SV19 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[175]) ).

thf(218,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( member @ SX0 @ universal_class )
            | ( SX0 = null_class )
            | ( member @ ( apply @ sK4_XF @ SX0 ) @ SX0 ) )
      | ~ ( function @ sK4_XF ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[176]) ).

thf(219,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( subclass @ SX0 @ SX1 )
            | ~ ( subclass @ SX1 @ SX0 )
            | ( SX0 = SX1 ) )
      | ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                  ( ( SX0 != SX1 )
                  | ( subclass @ SX0 @ SX1 ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ( SX0 != SX1 )
                  | ( subclass @ SX1 @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[177]) ).

thf(220,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( inductive @ SX0 )
            | ( subclass @ sK9_X @ SX0 ) )
      | ~ ~ ( ~ ( inductive @ sK9_X )
            | ~ ( member @ sK9_X @ universal_class ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[178]) ).

thf(221,plain,
    ! [SV20: $i] :
      ( ( ~ ( ~ ! [SY104: $i,SY105: $i] :
                  ( ~ ( member @ SY105 @ SV20 )
                  | ~ ( member @ SY105 @ SY104 )
                  | ( member @ SY105 @ ( intersection @ SV20 @ SY104 ) ) )
            | ~ ~ ( ~ ! [SY106: $i,SY107: $i] :
                        ( ~ ( member @ SY107 @ ( intersection @ SV20 @ SY106 ) )
                        | ( member @ SY107 @ SV20 ) )
                  | ~ ! [SY108: $i,SY109: $i] :
                        ( ~ ( member @ SY109 @ ( intersection @ SV20 @ SY108 ) )
                        | ( member @ SY109 @ SY108 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[179]) ).

thf(222,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ SX0 @ universal_class )
            | ~ ( member @ SX1 @ universal_class )
            | ( ( successor @ SX0 )
             != SX1 )
            | ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation ) )
      | ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                        ( ! [SX1: $i] :
                            ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
                        | ( member @ SX0 @ universal_class ) )
                  | ~ ! [SX0: $i,SX1: $i] :
                        ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
                        | ( member @ SX1 @ universal_class ) ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
                  | ( ( successor @ SX0 )
                    = SX1 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[180]) ).

thf(223,plain,
    ! [SV21: $i] :
      ( ( ~ ( ~ ~ ( ~ ! [SY110: $i] :
                        ( ~ ( member @ SV21 @ universal_class )
                        | ( SV21 != SY110 )
                        | ! [SY111: $i] : ( member @ SV21 @ ( unordered_pair @ SY110 @ SY111 ) ) )
                  | ~ ! [SY112: $i,SY113: $i] :
                        ( ~ ( member @ SV21 @ universal_class )
                        | ( SV21 != SY113 )
                        | ( member @ SV21 @ ( unordered_pair @ SY112 @ SY113 ) ) ) )
            | ~ ~ ( ~ ( ! [SY114: $i,SY115: $i] :
                          ~ ( member @ SV21 @ ( unordered_pair @ SY114 @ SY115 ) )
                      | ( member @ SV21 @ universal_class ) )
                  | ~ ! [SY116: $i,SY117: $i] :
                        ( ~ ( member @ SV21 @ ( unordered_pair @ SY116 @ SY117 ) )
                        | ( SV21 = SY116 )
                        | ( SV21 = SY117 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[181]) ).

thf(224,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ SX1 @ universal_class )
            | ( member @ SX1 @ SX0 )
            | ( member @ SX1 @ ( complement @ SX0 ) ) )
      | ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( member @ SX1 @ ( complement @ SX0 ) )
                  | ( member @ SX1 @ universal_class ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( member @ SX1 @ ( complement @ SX0 ) )
                  | ~ ( member @ SX1 @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[182]) ).

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

thf(226,plain,
    ! [SV22: $i] :
      ( ( ! [SY118: $i] :
            ~ ( ~ ! [SY119: $i,SY120: $i] :
                    ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SY118 ) @ SY119 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
                    | ~ ( member @ ( ordered_pair @ ( ordered_pair @ SY118 @ SV22 ) @ SY119 ) @ SY120 )
                    | ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SY118 ) @ SY119 ) @ ( flip @ SY120 ) ) )
              | ~ ~ ( ~ ! [SY121: $i] :
                          ( ! [SY122: $i] :
                              ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SY118 ) @ SY121 ) @ ( flip @ SY122 ) )
                          | ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SY118 ) @ SY121 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
                    | ~ ! [SY123: $i,SY124: $i] :
                          ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SY118 ) @ SY123 ) @ ( flip @ SY124 ) )
                          | ( member @ ( ordered_pair @ ( ordered_pair @ SY118 @ SV22 ) @ SY123 ) @ SY124 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[184]) ).

thf(227,plain,
    ! [SV23: $i] :
      ( ( ! [SY125: $i] :
            ~ ( ~ ! [SY126: $i,SY127: $i] :
                    ( ~ ( member @ SV23 @ SY126 )
                    | ~ ( member @ SY125 @ SY127 )
                    | ( member @ ( ordered_pair @ SV23 @ SY125 ) @ ( cross_product @ SY126 @ SY127 ) ) )
              | ~ ~ ( ~ ! [SY128: $i] :
                          ( ! [SY129: $i] :
                              ~ ( member @ ( ordered_pair @ SV23 @ SY125 ) @ ( cross_product @ SY128 @ SY129 ) )
                          | ( member @ SV23 @ SY128 ) )
                    | ~ ! [SY130: $i,SY131: $i] :
                          ( ~ ( member @ ( ordered_pair @ SV23 @ SY125 ) @ ( cross_product @ SY130 @ SY131 ) )
                          | ( member @ SY125 @ SY131 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[185]) ).

thf(228,plain,
    ! [SV24: $i] :
      ( ( ! [SY132: $i] :
            ~ ( ~ ! [SY133: $i,SY134: $i] :
                    ( ~ ( member @ SY133 @ universal_class )
                    | ~ ( member @ SY134 @ ( image @ SY132 @ ( image @ SV24 @ ( singleton @ SY133 ) ) ) )
                    | ( member @ ( ordered_pair @ SY133 @ SY134 ) @ ( compose @ SY132 @ SV24 ) ) )
              | ~ ~ ( ~ ! [SY135: $i] :
                          ( ! [SY136: $i] :
                              ~ ( member @ ( ordered_pair @ SY135 @ SY136 ) @ ( compose @ SY132 @ SV24 ) )
                          | ( member @ SY135 @ universal_class ) )
                    | ~ ! [SY137: $i,SY138: $i] :
                          ( ~ ( member @ ( ordered_pair @ SY137 @ SY138 ) @ ( compose @ SY132 @ SV24 ) )
                          | ( member @ SY138 @ ( image @ SY132 @ ( image @ SV24 @ ( singleton @ SY137 ) ) ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[186]) ).

thf(229,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( ( restrict @ SX0 @ ( singleton @ SX1 ) @ universal_class )
              = null_class )
            | ~ ( member @ SX1 @ universal_class )
            | ( member @ SX1 @ ( domain_of @ SX0 ) ) )
      | ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( member @ SX1 @ ( domain_of @ SX0 ) )
                  | ( ( restrict @ SX0 @ ( singleton @ SX1 ) @ universal_class )
                   != null_class ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( member @ SX1 @ ( domain_of @ SX0 ) )
                  | ( member @ SX1 @ universal_class ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[187]) ).

thf(230,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( ~ ( member @ ( sK10_U @ SX1 @ SX0 ) @ SX0 )
                | ~ ~ ( member @ ( sK10_U @ SX1 @ SX0 ) @ SX1 ) )
            | ( subclass @ SX0 @ SX1 ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( subclass @ SX0 @ SX1 )
            | ! [SX2: $i] :
                ( ~ ( member @ SX2 @ SX0 )
                | ( member @ SX2 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[188]) ).

thf(231,plain,
    ( ( ~ ! [SX0: $i] :
            ( ! [SX1: $i] :
                ( ( SX0
                 != ( ordered_pair @ SX1 @ SX1 ) )
                | ~ ( member @ SX1 @ universal_class ) )
            | ( member @ SX0 @ identity_relation ) )
      | ~ ! [SX0: $i] :
            ( ~ ( member @ SX0 @ identity_relation )
            | ~ ( ( SX0
                 != ( ordered_pair @ ( sK7_X @ SX0 ) @ ( sK7_X @ SX0 ) ) )
                | ~ ( member @ ( sK7_X @ SX0 ) @ universal_class ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[189]) ).

thf(232,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( member @ null_class @ SX0 )
            | ~ ( subclass @ ( image @ successor_relation @ SX0 ) @ SX0 )
            | ( inductive @ SX0 ) )
      | ~ ~ ( ~ ! [SX0: $i] :
                  ( ~ ( inductive @ SX0 )
                  | ( member @ null_class @ SX0 ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( inductive @ SX0 )
                  | ( subclass @ ( image @ successor_relation @ SX0 ) @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[190]) ).

thf(233,plain,
    ! [SV25: $i] :
      ( ( ! [SY139: $i] :
            ~ ( ~ ! [SY140: $i,SY141: $i] :
                    ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SY139 @ SY140 ) @ SY141 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
                    | ~ ( member @ ( ordered_pair @ ( ordered_pair @ SY140 @ SY141 ) @ SY139 ) @ SV25 )
                    | ( member @ ( ordered_pair @ ( ordered_pair @ SY139 @ SY140 ) @ SY141 ) @ ( rotate @ SV25 ) ) )
              | ~ ~ ( ~ ! [SY142: $i,SY143: $i] :
                          ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SY139 @ SY142 ) @ SY143 ) @ ( rotate @ SV25 ) )
                          | ( member @ ( ordered_pair @ ( ordered_pair @ SY139 @ SY142 ) @ SY143 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
                    | ~ ! [SY144: $i,SY145: $i] :
                          ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SY139 @ SY144 ) @ SY145 ) @ ( rotate @ SV25 ) )
                          | ( member @ ( ordered_pair @ ( ordered_pair @ SY144 @ SY145 ) @ SY139 ) @ SV25 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[191]) ).

thf(234,plain,
    ! [SV26: $i] :
      ( ( ~ ( ~ ! [SY146: $i,SY147: $i] :
                  ( ~ ( member @ SY147 @ ( union @ SV26 @ SY146 ) )
                  | ( member @ SY147 @ SV26 )
                  | ( member @ SY147 @ SY146 ) )
            | ~ ~ ( ~ ! [SY148: $i,SY149: $i] :
                        ( ~ ( member @ SY149 @ SV26 )
                        | ( member @ SY149 @ ( union @ SV26 @ SY148 ) ) )
                  | ~ ! [SY150: $i,SY151: $i] :
                        ( ~ ( member @ SY151 @ SY150 )
                        | ( member @ SY151 @ ( union @ SV26 @ SY150 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[192]) ).

thf(235,plain,
    ! [SV27: $i,SV2: $i] :
      ( ( member @ ( unordered_pair @ SV2 @ SV27 ) @ universal_class )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[194]) ).

thf(236,plain,
    ! [SV28: $i,SV4: $i] :
      ( ( ( ordered_pair @ SV4 @ SV28 )
        = ( unordered_pair @ ( singleton @ SV4 ) @ ( unordered_pair @ SV4 @ ( singleton @ SV28 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[196]) ).

thf(237,plain,
    ! [SV29: $i,SV5: $i] :
      ( ( ! [SY152: $i] :
            ( ~ ( member @ SY152 @ ( cross_product @ SV5 @ SV29 ) )
            | ( SY152
              = ( ordered_pair @ ( first @ SY152 ) @ ( second @ SY152 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[197]) ).

thf(238,plain,
    ! [SV6: $i,SV30: $i] :
      ( ( ! [SY153: $i] :
            ( ( restrict @ SV30 @ SV6 @ SY153 )
            = ( intersection @ SV30 @ ( cross_product @ SV6 @ SY153 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[198]) ).

thf(239,plain,
    ! [SV7: $i] :
      ( ( member @ SV7 @ null_class )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[199]) ).

thf(240,plain,
    ! [SV13: $i,SV31: $i] :
      ( ( ( image @ SV31 @ SV13 )
        = ( range_of @ ( restrict @ SV31 @ SV13 @ universal_class ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[205]) ).

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

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

thf(243,plain,
    ! [SV16: $i,SV32: $i] :
      ( ( subclass @ ( compose @ SV32 @ SV16 ) @ ( cross_product @ universal_class @ universal_class ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[208]) ).

thf(244,plain,
    ! [SV17: $i,SV33: $i] :
      ( ( ~ ( function @ SV33 )
        | ~ ( member @ SV17 @ universal_class )
        | ( member @ ( image @ SV33 @ SV17 ) @ universal_class ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[209]) ).

thf(245,plain,
    ! [SV34: $i,SV18: $i] :
      ( ( ( apply @ SV18 @ SV34 )
        = ( sum_class @ ( image @ SV18 @ ( singleton @ SV34 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[210]) ).

thf(246,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( ~ ( member @ ( sK6_U @ SX1 @ SX0 ) @ SX0 )
                | ~ ( member @ ( sK6_U @ SX1 @ SX0 ) @ SX1 ) )
            | ( disjoint @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[212]) ).

thf(247,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( disjoint @ SX0 @ SX1 )
            | ! [SX2: $i] :
                ( ~ ( member @ SX2 @ SX0 )
                | ~ ( member @ SX2 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[212]) ).

thf(248,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ! [SX2: $i] :
                ( ~ ( member @ SX0 @ SX2 )
                | ~ ( member @ SX2 @ SX1 ) )
            | ( member @ SX0 @ ( sum_class @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[213]) ).

thf(249,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ SX0 @ ( sum_class @ SX1 ) )
            | ~ ( ~ ( member @ SX0 @ ( sK8_Y @ SX1 @ SX0 ) )
                | ~ ( member @ ( sK8_Y @ SX1 @ SX0 ) @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[213]) ).

thf(250,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ SX0 @ universal_class )
            | ~ ( member @ SX1 @ universal_class )
            | ( ( first @ ( ordered_pair @ SX0 @ SX1 ) )
              = SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[214]) ).

thf(251,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ SX0 @ universal_class )
            | ~ ( member @ SX1 @ universal_class )
            | ( ( second @ ( ordered_pair @ SX0 @ SX1 ) )
              = SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[214]) ).

thf(252,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ SX0 @ universal_class )
            | ~ ( subclass @ SX0 @ SX1 )
            | ( member @ SX0 @ ( power_class @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[215]) ).

thf(253,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ( ! [SX1: $i] :
                      ~ ( member @ SX0 @ ( power_class @ SX1 ) )
                  | ( member @ SX0 @ universal_class ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( member @ SX0 @ ( power_class @ SX1 ) )
                  | ( subclass @ SX0 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[215]) ).

thf(254,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ SX1 @ universal_class )
            | ~ ( member @ SX0 @ SX1 )
            | ( member @ ( ordered_pair @ SX0 @ SX1 ) @ element_relation ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[216]) ).

thf(255,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ element_relation )
                  | ( member @ SX1 @ universal_class ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ element_relation )
                  | ( member @ SX0 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[216]) ).

thf(256,plain,
    ! [SV19: $i] :
      ( ( ( SV19 = null_class )
        = $true )
      | ( ( ~ ( ~ ~ ( ~ ( member @ ( sK5_U @ SV19 ) @ universal_class )
                    | ~ ( member @ ( sK5_U @ SV19 ) @ SV19 ) )
              | ~ ( disjoint @ ( sK5_U @ SV19 ) @ SV19 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[217]) ).

thf(257,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( member @ SX0 @ universal_class )
            | ( SX0 = null_class )
            | ( member @ ( apply @ sK4_XF @ SX0 ) @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[218]) ).

thf(258,plain,
    ( ( ~ ( function @ sK4_XF ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[218]) ).

thf(259,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( subclass @ SX0 @ SX1 )
            | ~ ( subclass @ SX1 @ SX0 )
            | ( SX0 = SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[219]) ).

thf(260,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                  ( ( SX0 != SX1 )
                  | ( subclass @ SX0 @ SX1 ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ( SX0 != SX1 )
                  | ( subclass @ SX1 @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[219]) ).

thf(261,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( inductive @ SX0 )
            | ( subclass @ sK9_X @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[220]) ).

thf(262,plain,
    ( ( ~ ~ ( ~ ( inductive @ sK9_X )
            | ~ ( member @ sK9_X @ universal_class ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[220]) ).

thf(263,plain,
    ! [SV20: $i] :
      ( ( ~ ! [SY104: $i,SY105: $i] :
              ( ~ ( member @ SY105 @ SV20 )
              | ~ ( member @ SY105 @ SY104 )
              | ( member @ SY105 @ ( intersection @ SV20 @ SY104 ) ) )
        | ~ ~ ( ~ ! [SY106: $i,SY107: $i] :
                    ( ~ ( member @ SY107 @ ( intersection @ SV20 @ SY106 ) )
                    | ( member @ SY107 @ SV20 ) )
              | ~ ! [SY108: $i,SY109: $i] :
                    ( ~ ( member @ SY109 @ ( intersection @ SV20 @ SY108 ) )
                    | ( member @ SY109 @ SY108 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[221]) ).

thf(264,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ SX0 @ universal_class )
            | ~ ( member @ SX1 @ universal_class )
            | ( ( successor @ SX0 )
             != SX1 )
            | ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[222]) ).

thf(265,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                        ( ! [SX1: $i] :
                            ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
                        | ( member @ SX0 @ universal_class ) )
                  | ~ ! [SX0: $i,SX1: $i] :
                        ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
                        | ( member @ SX1 @ universal_class ) ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
                  | ( ( successor @ SX0 )
                    = SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[222]) ).

thf(266,plain,
    ! [SV21: $i] :
      ( ( ~ ~ ( ~ ! [SY110: $i] :
                    ( ~ ( member @ SV21 @ universal_class )
                    | ( SV21 != SY110 )
                    | ! [SY111: $i] : ( member @ SV21 @ ( unordered_pair @ SY110 @ SY111 ) ) )
              | ~ ! [SY112: $i,SY113: $i] :
                    ( ~ ( member @ SV21 @ universal_class )
                    | ( SV21 != SY113 )
                    | ( member @ SV21 @ ( unordered_pair @ SY112 @ SY113 ) ) ) )
        | ~ ~ ( ~ ( ! [SY114: $i,SY115: $i] :
                      ~ ( member @ SV21 @ ( unordered_pair @ SY114 @ SY115 ) )
                  | ( member @ SV21 @ universal_class ) )
              | ~ ! [SY116: $i,SY117: $i] :
                    ( ~ ( member @ SV21 @ ( unordered_pair @ SY116 @ SY117 ) )
                    | ( SV21 = SY116 )
                    | ( SV21 = SY117 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[223]) ).

thf(267,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ SX1 @ universal_class )
            | ( member @ SX1 @ SX0 )
            | ( member @ SX1 @ ( complement @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[224]) ).

thf(268,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( member @ SX1 @ ( complement @ SX0 ) )
                  | ( member @ SX1 @ universal_class ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( member @ SX1 @ ( complement @ SX0 ) )
                  | ~ ( member @ SX1 @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[224]) ).

thf(269,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( subclass @ SX0 @ ( cross_product @ universal_class @ universal_class ) )
            | ~ ( subclass @ ( compose @ SX0 @ ( inverse @ SX0 ) ) @ identity_relation )
            | ( function @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[225]) ).

thf(270,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ( ~ ( function @ SX0 )
                  | ( subclass @ SX0 @ ( cross_product @ universal_class @ universal_class ) ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( function @ SX0 )
                  | ( subclass @ ( compose @ SX0 @ ( inverse @ SX0 ) ) @ identity_relation ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[225]) ).

thf(271,plain,
    ! [SV35: $i,SV22: $i] :
      ( ( ~ ( ~ ! [SY154: $i,SY155: $i] :
                  ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY154 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
                  | ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SV22 ) @ SY154 ) @ SY155 )
                  | ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY154 ) @ ( flip @ SY155 ) ) )
            | ~ ~ ( ~ ! [SY156: $i] :
                        ( ! [SY157: $i] :
                            ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY156 ) @ ( flip @ SY157 ) )
                        | ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY156 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
                  | ~ ! [SY158: $i,SY159: $i] :
                        ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY158 ) @ ( flip @ SY159 ) )
                        | ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SV22 ) @ SY158 ) @ SY159 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[226]) ).

thf(272,plain,
    ! [SV36: $i,SV23: $i] :
      ( ( ~ ( ~ ! [SY160: $i,SY161: $i] :
                  ( ~ ( member @ SV23 @ SY160 )
                  | ~ ( member @ SV36 @ SY161 )
                  | ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SY160 @ SY161 ) ) )
            | ~ ~ ( ~ ! [SY162: $i] :
                        ( ! [SY163: $i] :
                            ~ ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SY162 @ SY163 ) )
                        | ( member @ SV23 @ SY162 ) )
                  | ~ ! [SY164: $i,SY165: $i] :
                        ( ~ ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SY164 @ SY165 ) )
                        | ( member @ SV36 @ SY165 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[227]) ).

thf(273,plain,
    ! [SV24: $i,SV37: $i] :
      ( ( ~ ( ~ ! [SY166: $i,SY167: $i] :
                  ( ~ ( member @ SY166 @ universal_class )
                  | ~ ( member @ SY167 @ ( image @ SV37 @ ( image @ SV24 @ ( singleton @ SY166 ) ) ) )
                  | ( member @ ( ordered_pair @ SY166 @ SY167 ) @ ( compose @ SV37 @ SV24 ) ) )
            | ~ ~ ( ~ ! [SY168: $i] :
                        ( ! [SY169: $i] :
                            ~ ( member @ ( ordered_pair @ SY168 @ SY169 ) @ ( compose @ SV37 @ SV24 ) )
                        | ( member @ SY168 @ universal_class ) )
                  | ~ ! [SY170: $i,SY171: $i] :
                        ( ~ ( member @ ( ordered_pair @ SY170 @ SY171 ) @ ( compose @ SV37 @ SV24 ) )
                        | ( member @ SY171 @ ( image @ SV37 @ ( image @ SV24 @ ( singleton @ SY170 ) ) ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[228]) ).

thf(274,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( ( restrict @ SX0 @ ( singleton @ SX1 ) @ universal_class )
              = null_class )
            | ~ ( member @ SX1 @ universal_class )
            | ( member @ SX1 @ ( domain_of @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[229]) ).

thf(275,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( member @ SX1 @ ( domain_of @ SX0 ) )
                  | ( ( restrict @ SX0 @ ( singleton @ SX1 ) @ universal_class )
                   != null_class ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( member @ SX1 @ ( domain_of @ SX0 ) )
                  | ( member @ SX1 @ universal_class ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[229]) ).

thf(276,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( ~ ( member @ ( sK10_U @ SX1 @ SX0 ) @ SX0 )
                | ~ ~ ( member @ ( sK10_U @ SX1 @ SX0 ) @ SX1 ) )
            | ( subclass @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[230]) ).

thf(277,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( subclass @ SX0 @ SX1 )
            | ! [SX2: $i] :
                ( ~ ( member @ SX2 @ SX0 )
                | ( member @ SX2 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[230]) ).

thf(278,plain,
    ( ( ~ ! [SX0: $i] :
            ( ! [SX1: $i] :
                ( ( SX0
                 != ( ordered_pair @ SX1 @ SX1 ) )
                | ~ ( member @ SX1 @ universal_class ) )
            | ( member @ SX0 @ identity_relation ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[231]) ).

thf(279,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( member @ SX0 @ identity_relation )
            | ~ ( ( SX0
                 != ( ordered_pair @ ( sK7_X @ SX0 ) @ ( sK7_X @ SX0 ) ) )
                | ~ ( member @ ( sK7_X @ SX0 ) @ universal_class ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[231]) ).

thf(280,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( member @ null_class @ SX0 )
            | ~ ( subclass @ ( image @ successor_relation @ SX0 ) @ SX0 )
            | ( inductive @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[232]) ).

thf(281,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ( ~ ( inductive @ SX0 )
                  | ( member @ null_class @ SX0 ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( inductive @ SX0 )
                  | ( subclass @ ( image @ successor_relation @ SX0 ) @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[232]) ).

thf(282,plain,
    ! [SV25: $i,SV38: $i] :
      ( ( ~ ( ~ ! [SY172: $i,SY173: $i] :
                  ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY172 ) @ SY173 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
                  | ~ ( member @ ( ordered_pair @ ( ordered_pair @ SY172 @ SY173 ) @ SV38 ) @ SV25 )
                  | ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY172 ) @ SY173 ) @ ( rotate @ SV25 ) ) )
            | ~ ~ ( ~ ! [SY174: $i,SY175: $i] :
                        ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY174 ) @ SY175 ) @ ( rotate @ SV25 ) )
                        | ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY174 ) @ SY175 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
                  | ~ ! [SY176: $i,SY177: $i] :
                        ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY176 ) @ SY177 ) @ ( rotate @ SV25 ) )
                        | ( member @ ( ordered_pair @ ( ordered_pair @ SY176 @ SY177 ) @ SV38 ) @ SV25 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[233]) ).

thf(283,plain,
    ! [SV26: $i] :
      ( ( ~ ! [SY146: $i,SY147: $i] :
              ( ~ ( member @ SY147 @ ( union @ SV26 @ SY146 ) )
              | ( member @ SY147 @ SV26 )
              | ( member @ SY147 @ SY146 ) )
        | ~ ~ ( ~ ! [SY148: $i,SY149: $i] :
                    ( ~ ( member @ SY149 @ SV26 )
                    | ( member @ SY149 @ ( union @ SV26 @ SY148 ) ) )
              | ~ ! [SY150: $i,SY151: $i] :
                    ( ~ ( member @ SY151 @ SY150 )
                    | ( member @ SY151 @ ( union @ SV26 @ SY150 ) ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[234]) ).

thf(284,plain,
    ! [SV29: $i,SV5: $i,SV39: $i] :
      ( ( ~ ( member @ SV39 @ ( cross_product @ SV5 @ SV29 ) )
        | ( SV39
          = ( ordered_pair @ ( first @ SV39 ) @ ( second @ SV39 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[237]) ).

thf(285,plain,
    ! [SV40: $i,SV6: $i,SV30: $i] :
      ( ( ( restrict @ SV30 @ SV6 @ SV40 )
        = ( intersection @ SV30 @ ( cross_product @ SV6 @ SV40 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[238]) ).

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

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

thf(288,plain,
    ! [SV17: $i,SV33: $i] :
      ( ( ( ~ ( function @ SV33 )
          | ~ ( member @ SV17 @ universal_class ) )
        = $true )
      | ( ( member @ ( image @ SV33 @ SV17 ) @ universal_class )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[244]) ).

thf(289,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( ~ ( member @ ( sK6_U @ SX1 @ SX0 ) @ SX0 )
              | ~ ( member @ ( sK6_U @ SX1 @ SX0 ) @ SX1 ) )
          | ( disjoint @ SX0 @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[246]) ).

thf(290,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( disjoint @ SX0 @ SX1 )
          | ! [SX2: $i] :
              ( ~ ( member @ SX2 @ SX0 )
              | ~ ( member @ SX2 @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[247]) ).

thf(291,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ! [SX2: $i] :
              ( ~ ( member @ SX0 @ SX2 )
              | ~ ( member @ SX2 @ SX1 ) )
          | ( member @ SX0 @ ( sum_class @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[248]) ).

thf(292,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( member @ SX0 @ ( sum_class @ SX1 ) )
          | ~ ( ~ ( member @ SX0 @ ( sK8_Y @ SX1 @ SX0 ) )
              | ~ ( member @ ( sK8_Y @ SX1 @ SX0 ) @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[249]) ).

thf(293,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( member @ SX0 @ universal_class )
          | ~ ( member @ SX1 @ universal_class )
          | ( ( first @ ( ordered_pair @ SX0 @ SX1 ) )
            = SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[250]) ).

thf(294,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( member @ SX0 @ universal_class )
          | ~ ( member @ SX1 @ universal_class )
          | ( ( second @ ( ordered_pair @ SX0 @ SX1 ) )
            = SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[251]) ).

thf(295,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( member @ SX0 @ universal_class )
          | ~ ( subclass @ SX0 @ SX1 )
          | ( member @ SX0 @ ( power_class @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[252]) ).

thf(296,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ! [SX1: $i] :
                    ~ ( member @ SX0 @ ( power_class @ SX1 ) )
                | ( member @ SX0 @ universal_class ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( member @ SX0 @ ( power_class @ SX1 ) )
                | ( subclass @ SX0 @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[253]) ).

thf(297,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( member @ SX1 @ universal_class )
          | ~ ( member @ SX0 @ SX1 )
          | ( member @ ( ordered_pair @ SX0 @ SX1 ) @ element_relation ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[254]) ).

thf(298,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ element_relation )
                | ( member @ SX1 @ universal_class ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ element_relation )
                | ( member @ SX0 @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[255]) ).

thf(299,plain,
    ! [SV19: $i] :
      ( ( ( ~ ~ ( ~ ( member @ ( sK5_U @ SV19 ) @ universal_class )
                | ~ ( member @ ( sK5_U @ SV19 ) @ SV19 ) )
          | ~ ( disjoint @ ( sK5_U @ SV19 ) @ SV19 ) )
        = $false )
      | ( ( SV19 = null_class )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[256]) ).

thf(300,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( member @ SX0 @ universal_class )
          | ( SX0 = null_class )
          | ( member @ ( apply @ sK4_XF @ SX0 ) @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[257]) ).

thf(301,plain,
    ( ( function @ sK4_XF )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[258]) ).

thf(302,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( subclass @ SX0 @ SX1 )
          | ~ ( subclass @ SX1 @ SX0 )
          | ( SX0 = SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[259]) ).

thf(303,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ( SX0 != SX1 )
                | ( subclass @ SX0 @ SX1 ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ( SX0 != SX1 )
                | ( subclass @ SX1 @ SX0 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[260]) ).

thf(304,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( inductive @ SX0 )
          | ( subclass @ sK9_X @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[261]) ).

thf(305,plain,
    ( ( ~ ( ~ ( inductive @ sK9_X )
          | ~ ( member @ sK9_X @ universal_class ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[262]) ).

thf(306,plain,
    ! [SV20: $i] :
      ( ( ~ ! [SY104: $i,SY105: $i] :
              ( ~ ( member @ SY105 @ SV20 )
              | ~ ( member @ SY105 @ SY104 )
              | ( member @ SY105 @ ( intersection @ SV20 @ SY104 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[263]) ).

thf(307,plain,
    ! [SV20: $i] :
      ( ( ~ ~ ( ~ ! [SY106: $i,SY107: $i] :
                    ( ~ ( member @ SY107 @ ( intersection @ SV20 @ SY106 ) )
                    | ( member @ SY107 @ SV20 ) )
              | ~ ! [SY108: $i,SY109: $i] :
                    ( ~ ( member @ SY109 @ ( intersection @ SV20 @ SY108 ) )
                    | ( member @ SY109 @ SY108 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[263]) ).

thf(308,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( member @ SX0 @ universal_class )
          | ~ ( member @ SX1 @ universal_class )
          | ( ( successor @ SX0 )
           != SX1 )
          | ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[264]) ).

thf(309,plain,
    ( ( ~ ( ~ ~ ( ~ ! [SX0: $i] :
                      ( ! [SX1: $i] :
                          ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
                      | ( member @ SX0 @ universal_class ) )
                | ~ ! [SX0: $i,SX1: $i] :
                      ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
                      | ( member @ SX1 @ universal_class ) ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
                | ( ( successor @ SX0 )
                  = SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[265]) ).

thf(310,plain,
    ! [SV21: $i] :
      ( ( ~ ~ ( ~ ! [SY110: $i] :
                    ( ~ ( member @ SV21 @ universal_class )
                    | ( SV21 != SY110 )
                    | ! [SY111: $i] : ( member @ SV21 @ ( unordered_pair @ SY110 @ SY111 ) ) )
              | ~ ! [SY112: $i,SY113: $i] :
                    ( ~ ( member @ SV21 @ universal_class )
                    | ( SV21 != SY113 )
                    | ( member @ SV21 @ ( unordered_pair @ SY112 @ SY113 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[266]) ).

thf(311,plain,
    ! [SV21: $i] :
      ( ( ~ ~ ( ~ ( ! [SY114: $i,SY115: $i] :
                      ~ ( member @ SV21 @ ( unordered_pair @ SY114 @ SY115 ) )
                  | ( member @ SV21 @ universal_class ) )
              | ~ ! [SY116: $i,SY117: $i] :
                    ( ~ ( member @ SV21 @ ( unordered_pair @ SY116 @ SY117 ) )
                    | ( SV21 = SY116 )
                    | ( SV21 = SY117 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[266]) ).

thf(312,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( member @ SX1 @ universal_class )
          | ( member @ SX1 @ SX0 )
          | ( member @ SX1 @ ( complement @ SX0 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[267]) ).

thf(313,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( member @ SX1 @ ( complement @ SX0 ) )
                | ( member @ SX1 @ universal_class ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( member @ SX1 @ ( complement @ SX0 ) )
                | ~ ( member @ SX1 @ SX0 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[268]) ).

thf(314,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( subclass @ SX0 @ ( cross_product @ universal_class @ universal_class ) )
          | ~ ( subclass @ ( compose @ SX0 @ ( inverse @ SX0 ) ) @ identity_relation )
          | ( function @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[269]) ).

thf(315,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( function @ SX0 )
                | ( subclass @ SX0 @ ( cross_product @ universal_class @ universal_class ) ) )
          | ~ ! [SX0: $i] :
                ( ~ ( function @ SX0 )
                | ( subclass @ ( compose @ SX0 @ ( inverse @ SX0 ) ) @ identity_relation ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[270]) ).

thf(316,plain,
    ! [SV35: $i,SV22: $i] :
      ( ( ~ ! [SY154: $i,SY155: $i] :
              ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY154 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
              | ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SV22 ) @ SY154 ) @ SY155 )
              | ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY154 ) @ ( flip @ SY155 ) ) )
        | ~ ~ ( ~ ! [SY156: $i] :
                    ( ! [SY157: $i] :
                        ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY156 ) @ ( flip @ SY157 ) )
                    | ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY156 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
              | ~ ! [SY158: $i,SY159: $i] :
                    ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY158 ) @ ( flip @ SY159 ) )
                    | ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SV22 ) @ SY158 ) @ SY159 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[271]) ).

thf(317,plain,
    ! [SV36: $i,SV23: $i] :
      ( ( ~ ! [SY160: $i,SY161: $i] :
              ( ~ ( member @ SV23 @ SY160 )
              | ~ ( member @ SV36 @ SY161 )
              | ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SY160 @ SY161 ) ) )
        | ~ ~ ( ~ ! [SY162: $i] :
                    ( ! [SY163: $i] :
                        ~ ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SY162 @ SY163 ) )
                    | ( member @ SV23 @ SY162 ) )
              | ~ ! [SY164: $i,SY165: $i] :
                    ( ~ ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SY164 @ SY165 ) )
                    | ( member @ SV36 @ SY165 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[272]) ).

thf(318,plain,
    ! [SV24: $i,SV37: $i] :
      ( ( ~ ! [SY166: $i,SY167: $i] :
              ( ~ ( member @ SY166 @ universal_class )
              | ~ ( member @ SY167 @ ( image @ SV37 @ ( image @ SV24 @ ( singleton @ SY166 ) ) ) )
              | ( member @ ( ordered_pair @ SY166 @ SY167 ) @ ( compose @ SV37 @ SV24 ) ) )
        | ~ ~ ( ~ ! [SY168: $i] :
                    ( ! [SY169: $i] :
                        ~ ( member @ ( ordered_pair @ SY168 @ SY169 ) @ ( compose @ SV37 @ SV24 ) )
                    | ( member @ SY168 @ universal_class ) )
              | ~ ! [SY170: $i,SY171: $i] :
                    ( ~ ( member @ ( ordered_pair @ SY170 @ SY171 ) @ ( compose @ SV37 @ SV24 ) )
                    | ( member @ SY171 @ ( image @ SV37 @ ( image @ SV24 @ ( singleton @ SY170 ) ) ) ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[273]) ).

thf(319,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ( ( restrict @ SX0 @ ( singleton @ SX1 ) @ universal_class )
            = null_class )
          | ~ ( member @ SX1 @ universal_class )
          | ( member @ SX1 @ ( domain_of @ SX0 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[274]) ).

thf(320,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( member @ SX1 @ ( domain_of @ SX0 ) )
                | ( ( restrict @ SX0 @ ( singleton @ SX1 ) @ universal_class )
                 != null_class ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( member @ SX1 @ ( domain_of @ SX0 ) )
                | ( member @ SX1 @ universal_class ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[275]) ).

thf(321,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( ~ ( member @ ( sK10_U @ SX1 @ SX0 ) @ SX0 )
              | ~ ~ ( member @ ( sK10_U @ SX1 @ SX0 ) @ SX1 ) )
          | ( subclass @ SX0 @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[276]) ).

thf(322,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( subclass @ SX0 @ SX1 )
          | ! [SX2: $i] :
              ( ~ ( member @ SX2 @ SX0 )
              | ( member @ SX2 @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[277]) ).

thf(323,plain,
    ( ( ! [SX0: $i] :
          ( ! [SX1: $i] :
              ( ( SX0
               != ( ordered_pair @ SX1 @ SX1 ) )
              | ~ ( member @ SX1 @ universal_class ) )
          | ( member @ SX0 @ identity_relation ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[278]) ).

thf(324,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( member @ SX0 @ identity_relation )
          | ~ ( ( SX0
               != ( ordered_pair @ ( sK7_X @ SX0 ) @ ( sK7_X @ SX0 ) ) )
              | ~ ( member @ ( sK7_X @ SX0 ) @ universal_class ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[279]) ).

thf(325,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( member @ null_class @ SX0 )
          | ~ ( subclass @ ( image @ successor_relation @ SX0 ) @ SX0 )
          | ( inductive @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[280]) ).

thf(326,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( inductive @ SX0 )
                | ( member @ null_class @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ~ ( inductive @ SX0 )
                | ( subclass @ ( image @ successor_relation @ SX0 ) @ SX0 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[281]) ).

thf(327,plain,
    ! [SV25: $i,SV38: $i] :
      ( ( ~ ! [SY172: $i,SY173: $i] :
              ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY172 ) @ SY173 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
              | ~ ( member @ ( ordered_pair @ ( ordered_pair @ SY172 @ SY173 ) @ SV38 ) @ SV25 )
              | ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY172 ) @ SY173 ) @ ( rotate @ SV25 ) ) )
        | ~ ~ ( ~ ! [SY174: $i,SY175: $i] :
                    ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY174 ) @ SY175 ) @ ( rotate @ SV25 ) )
                    | ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY174 ) @ SY175 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
              | ~ ! [SY176: $i,SY177: $i] :
                    ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY176 ) @ SY177 ) @ ( rotate @ SV25 ) )
                    | ( member @ ( ordered_pair @ ( ordered_pair @ SY176 @ SY177 ) @ SV38 ) @ SV25 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[282]) ).

thf(328,plain,
    ! [SV26: $i] :
      ( ( ~ ! [SY146: $i,SY147: $i] :
              ( ~ ( member @ SY147 @ ( union @ SV26 @ SY146 ) )
              | ( member @ SY147 @ SV26 )
              | ( member @ SY147 @ SY146 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[283]) ).

thf(329,plain,
    ! [SV26: $i] :
      ( ( ~ ~ ( ~ ! [SY148: $i,SY149: $i] :
                    ( ~ ( member @ SY149 @ SV26 )
                    | ( member @ SY149 @ ( union @ SV26 @ SY148 ) ) )
              | ~ ! [SY150: $i,SY151: $i] :
                    ( ~ ( member @ SY151 @ SY150 )
                    | ( member @ SY151 @ ( union @ SV26 @ SY150 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[283]) ).

thf(330,plain,
    ! [SV29: $i,SV5: $i,SV39: $i] :
      ( ( ( ~ ( member @ SV39 @ ( cross_product @ SV5 @ SV29 ) ) )
        = $true )
      | ( ( SV39
          = ( ordered_pair @ ( first @ SV39 ) @ ( second @ SV39 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[284]) ).

thf(331,plain,
    ! [SV17: $i,SV33: $i] :
      ( ( ( ~ ( function @ SV33 ) )
        = $true )
      | ( ( ~ ( member @ SV17 @ universal_class ) )
        = $true )
      | ( ( member @ ( image @ SV33 @ SV17 ) @ universal_class )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[288]) ).

thf(332,plain,
    ! [SV41: $i] :
      ( ( ! [SY178: $i] :
            ( ~ ( ~ ( member @ ( sK6_U @ SY178 @ SV41 ) @ SV41 )
                | ~ ( member @ ( sK6_U @ SY178 @ SV41 ) @ SY178 ) )
            | ( disjoint @ SV41 @ SY178 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[289]) ).

thf(333,plain,
    ! [SV42: $i] :
      ( ( ! [SY179: $i] :
            ( ~ ( disjoint @ SV42 @ SY179 )
            | ! [SY180: $i] :
                ( ~ ( member @ SY180 @ SV42 )
                | ~ ( member @ SY180 @ SY179 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[290]) ).

thf(334,plain,
    ! [SV43: $i] :
      ( ( ! [SY181: $i] :
            ( ! [SY182: $i] :
                ( ~ ( member @ SV43 @ SY182 )
                | ~ ( member @ SY182 @ SY181 ) )
            | ( member @ SV43 @ ( sum_class @ SY181 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[291]) ).

thf(335,plain,
    ! [SV44: $i] :
      ( ( ! [SY183: $i] :
            ( ~ ( member @ SV44 @ ( sum_class @ SY183 ) )
            | ~ ( ~ ( member @ SV44 @ ( sK8_Y @ SY183 @ SV44 ) )
                | ~ ( member @ ( sK8_Y @ SY183 @ SV44 ) @ SY183 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[292]) ).

thf(336,plain,
    ! [SV45: $i] :
      ( ( ! [SY184: $i] :
            ( ~ ( member @ SV45 @ universal_class )
            | ~ ( member @ SY184 @ universal_class )
            | ( ( first @ ( ordered_pair @ SV45 @ SY184 ) )
              = SV45 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[293]) ).

thf(337,plain,
    ! [SV46: $i] :
      ( ( ! [SY185: $i] :
            ( ~ ( member @ SV46 @ universal_class )
            | ~ ( member @ SY185 @ universal_class )
            | ( ( second @ ( ordered_pair @ SV46 @ SY185 ) )
              = SY185 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[294]) ).

thf(338,plain,
    ! [SV47: $i] :
      ( ( ! [SY186: $i] :
            ( ~ ( member @ SV47 @ universal_class )
            | ~ ( subclass @ SV47 @ SY186 )
            | ( member @ SV47 @ ( power_class @ SY186 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[295]) ).

thf(339,plain,
    ( ( ~ ! [SX0: $i] :
            ( ! [SX1: $i] :
                ~ ( member @ SX0 @ ( power_class @ SX1 ) )
            | ( member @ SX0 @ universal_class ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ SX0 @ ( power_class @ SX1 ) )
            | ( subclass @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[296]) ).

thf(340,plain,
    ! [SV48: $i] :
      ( ( ! [SY187: $i] :
            ( ~ ( member @ SY187 @ universal_class )
            | ~ ( member @ SV48 @ SY187 )
            | ( member @ ( ordered_pair @ SV48 @ SY187 ) @ element_relation ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[297]) ).

thf(341,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ element_relation )
            | ( member @ SX1 @ universal_class ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ element_relation )
            | ( member @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[298]) ).

thf(342,plain,
    ! [SV19: $i] :
      ( ( ( ~ ~ ( ~ ( member @ ( sK5_U @ SV19 ) @ universal_class )
                | ~ ( member @ ( sK5_U @ SV19 ) @ SV19 ) ) )
        = $false )
      | ( ( SV19 = null_class )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[299]) ).

thf(343,plain,
    ! [SV19: $i] :
      ( ( ( ~ ( disjoint @ ( sK5_U @ SV19 ) @ SV19 ) )
        = $false )
      | ( ( SV19 = null_class )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[299]) ).

thf(344,plain,
    ! [SV49: $i] :
      ( ( ~ ( member @ SV49 @ universal_class )
        | ( SV49 = null_class )
        | ( member @ ( apply @ sK4_XF @ SV49 ) @ SV49 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[300]) ).

thf(345,plain,
    ! [SV50: $i] :
      ( ( ! [SY188: $i] :
            ( ~ ( subclass @ SV50 @ SY188 )
            | ~ ( subclass @ SY188 @ SV50 )
            | ( SV50 = SY188 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[302]) ).

thf(346,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0 != SX1 )
            | ( subclass @ SX0 @ SX1 ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0 != SX1 )
            | ( subclass @ SX1 @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[303]) ).

thf(347,plain,
    ! [SV51: $i] :
      ( ( ~ ( inductive @ SV51 )
        | ( subclass @ sK9_X @ SV51 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[304]) ).

thf(348,plain,
    ( ( ~ ( inductive @ sK9_X )
      | ~ ( member @ sK9_X @ universal_class ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[305]) ).

thf(349,plain,
    ! [SV20: $i] :
      ( ( ! [SY104: $i,SY105: $i] :
            ( ~ ( member @ SY105 @ SV20 )
            | ~ ( member @ SY105 @ SY104 )
            | ( member @ SY105 @ ( intersection @ SV20 @ SY104 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[306]) ).

thf(350,plain,
    ! [SV20: $i] :
      ( ( ~ ( ~ ! [SY106: $i,SY107: $i] :
                  ( ~ ( member @ SY107 @ ( intersection @ SV20 @ SY106 ) )
                  | ( member @ SY107 @ SV20 ) )
            | ~ ! [SY108: $i,SY109: $i] :
                  ( ~ ( member @ SY109 @ ( intersection @ SV20 @ SY108 ) )
                  | ( member @ SY109 @ SY108 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[307]) ).

thf(351,plain,
    ! [SV52: $i] :
      ( ( ! [SY189: $i] :
            ( ~ ( member @ SV52 @ universal_class )
            | ~ ( member @ SY189 @ universal_class )
            | ( ( successor @ SV52 )
             != SY189 )
            | ( member @ ( ordered_pair @ SV52 @ SY189 ) @ successor_relation ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[308]) ).

thf(352,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ( ! [SX1: $i] :
                      ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
                  | ( member @ SX0 @ universal_class ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
                  | ( member @ SX1 @ universal_class ) ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
            | ( ( successor @ SX0 )
              = SX1 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[309]) ).

thf(353,plain,
    ! [SV21: $i] :
      ( ( ~ ( ~ ! [SY110: $i] :
                  ( ~ ( member @ SV21 @ universal_class )
                  | ( SV21 != SY110 )
                  | ! [SY111: $i] : ( member @ SV21 @ ( unordered_pair @ SY110 @ SY111 ) ) )
            | ~ ! [SY112: $i,SY113: $i] :
                  ( ~ ( member @ SV21 @ universal_class )
                  | ( SV21 != SY113 )
                  | ( member @ SV21 @ ( unordered_pair @ SY112 @ SY113 ) ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[310]) ).

thf(354,plain,
    ! [SV21: $i] :
      ( ( ~ ( ~ ( ! [SY114: $i,SY115: $i] :
                    ~ ( member @ SV21 @ ( unordered_pair @ SY114 @ SY115 ) )
                | ( member @ SV21 @ universal_class ) )
            | ~ ! [SY116: $i,SY117: $i] :
                  ( ~ ( member @ SV21 @ ( unordered_pair @ SY116 @ SY117 ) )
                  | ( SV21 = SY116 )
                  | ( SV21 = SY117 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[311]) ).

thf(355,plain,
    ! [SV53: $i] :
      ( ( ! [SY190: $i] :
            ( ~ ( member @ SY190 @ universal_class )
            | ( member @ SY190 @ SV53 )
            | ( member @ SY190 @ ( complement @ SV53 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[312]) ).

thf(356,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ SX1 @ ( complement @ SX0 ) )
            | ( member @ SX1 @ universal_class ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ SX1 @ ( complement @ SX0 ) )
            | ~ ( member @ SX1 @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[313]) ).

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

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

thf(359,plain,
    ! [SV35: $i,SV22: $i] :
      ( ( ~ ! [SY154: $i,SY155: $i] :
              ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY154 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
              | ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SV22 ) @ SY154 ) @ SY155 )
              | ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY154 ) @ ( flip @ SY155 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[316]) ).

thf(360,plain,
    ! [SV35: $i,SV22: $i] :
      ( ( ~ ~ ( ~ ! [SY156: $i] :
                    ( ! [SY157: $i] :
                        ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY156 ) @ ( flip @ SY157 ) )
                    | ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY156 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
              | ~ ! [SY158: $i,SY159: $i] :
                    ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY158 ) @ ( flip @ SY159 ) )
                    | ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SV22 ) @ SY158 ) @ SY159 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[316]) ).

thf(361,plain,
    ! [SV36: $i,SV23: $i] :
      ( ( ~ ! [SY160: $i,SY161: $i] :
              ( ~ ( member @ SV23 @ SY160 )
              | ~ ( member @ SV36 @ SY161 )
              | ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SY160 @ SY161 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[317]) ).

thf(362,plain,
    ! [SV36: $i,SV23: $i] :
      ( ( ~ ~ ( ~ ! [SY162: $i] :
                    ( ! [SY163: $i] :
                        ~ ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SY162 @ SY163 ) )
                    | ( member @ SV23 @ SY162 ) )
              | ~ ! [SY164: $i,SY165: $i] :
                    ( ~ ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SY164 @ SY165 ) )
                    | ( member @ SV36 @ SY165 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[317]) ).

thf(363,plain,
    ! [SV24: $i,SV37: $i] :
      ( ( ~ ! [SY166: $i,SY167: $i] :
              ( ~ ( member @ SY166 @ universal_class )
              | ~ ( member @ SY167 @ ( image @ SV37 @ ( image @ SV24 @ ( singleton @ SY166 ) ) ) )
              | ( member @ ( ordered_pair @ SY166 @ SY167 ) @ ( compose @ SV37 @ SV24 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[318]) ).

thf(364,plain,
    ! [SV24: $i,SV37: $i] :
      ( ( ~ ~ ( ~ ! [SY168: $i] :
                    ( ! [SY169: $i] :
                        ~ ( member @ ( ordered_pair @ SY168 @ SY169 ) @ ( compose @ SV37 @ SV24 ) )
                    | ( member @ SY168 @ universal_class ) )
              | ~ ! [SY170: $i,SY171: $i] :
                    ( ~ ( member @ ( ordered_pair @ SY170 @ SY171 ) @ ( compose @ SV37 @ SV24 ) )
                    | ( member @ SY171 @ ( image @ SV37 @ ( image @ SV24 @ ( singleton @ SY170 ) ) ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[318]) ).

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

thf(366,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ SX1 @ ( domain_of @ SX0 ) )
            | ( ( restrict @ SX0 @ ( singleton @ SX1 ) @ universal_class )
             != null_class ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ SX1 @ ( domain_of @ SX0 ) )
            | ( member @ SX1 @ universal_class ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[320]) ).

thf(367,plain,
    ! [SV56: $i] :
      ( ( ! [SY192: $i] :
            ( ~ ( ~ ( member @ ( sK10_U @ SY192 @ SV56 ) @ SV56 )
                | ~ ~ ( member @ ( sK10_U @ SY192 @ SV56 ) @ SY192 ) )
            | ( subclass @ SV56 @ SY192 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[321]) ).

thf(368,plain,
    ! [SV57: $i] :
      ( ( ! [SY193: $i] :
            ( ~ ( subclass @ SV57 @ SY193 )
            | ! [SY194: $i] :
                ( ~ ( member @ SY194 @ SV57 )
                | ( member @ SY194 @ SY193 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[322]) ).

thf(369,plain,
    ! [SV58: $i] :
      ( ( ! [SY195: $i] :
            ( ( SV58
             != ( ordered_pair @ SY195 @ SY195 ) )
            | ~ ( member @ SY195 @ universal_class ) )
        | ( member @ SV58 @ identity_relation ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[323]) ).

thf(370,plain,
    ! [SV59: $i] :
      ( ( ~ ( member @ SV59 @ identity_relation )
        | ~ ( ( SV59
             != ( ordered_pair @ ( sK7_X @ SV59 ) @ ( sK7_X @ SV59 ) ) )
            | ~ ( member @ ( sK7_X @ SV59 ) @ universal_class ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[324]) ).

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

thf(372,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( inductive @ SX0 )
            | ( member @ null_class @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ~ ( inductive @ SX0 )
            | ( subclass @ ( image @ successor_relation @ SX0 ) @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[326]) ).

thf(373,plain,
    ! [SV25: $i,SV38: $i] :
      ( ( ~ ! [SY172: $i,SY173: $i] :
              ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY172 ) @ SY173 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
              | ~ ( member @ ( ordered_pair @ ( ordered_pair @ SY172 @ SY173 ) @ SV38 ) @ SV25 )
              | ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY172 ) @ SY173 ) @ ( rotate @ SV25 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[327]) ).

thf(374,plain,
    ! [SV25: $i,SV38: $i] :
      ( ( ~ ~ ( ~ ! [SY174: $i,SY175: $i] :
                    ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY174 ) @ SY175 ) @ ( rotate @ SV25 ) )
                    | ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY174 ) @ SY175 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
              | ~ ! [SY176: $i,SY177: $i] :
                    ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY176 ) @ SY177 ) @ ( rotate @ SV25 ) )
                    | ( member @ ( ordered_pair @ ( ordered_pair @ SY176 @ SY177 ) @ SV38 ) @ SV25 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[327]) ).

thf(375,plain,
    ! [SV26: $i] :
      ( ( ! [SY146: $i,SY147: $i] :
            ( ~ ( member @ SY147 @ ( union @ SV26 @ SY146 ) )
            | ( member @ SY147 @ SV26 )
            | ( member @ SY147 @ SY146 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[328]) ).

thf(376,plain,
    ! [SV26: $i] :
      ( ( ~ ( ~ ! [SY148: $i,SY149: $i] :
                  ( ~ ( member @ SY149 @ SV26 )
                  | ( member @ SY149 @ ( union @ SV26 @ SY148 ) ) )
            | ~ ! [SY150: $i,SY151: $i] :
                  ( ~ ( member @ SY151 @ SY150 )
                  | ( member @ SY151 @ ( union @ SV26 @ SY150 ) ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[329]) ).

thf(377,plain,
    ! [SV29: $i,SV5: $i,SV39: $i] :
      ( ( ( member @ SV39 @ ( cross_product @ SV5 @ SV29 ) )
        = $false )
      | ( ( SV39
          = ( ordered_pair @ ( first @ SV39 ) @ ( second @ SV39 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[330]) ).

thf(378,plain,
    ! [SV17: $i,SV33: $i] :
      ( ( ( function @ SV33 )
        = $false )
      | ( ( ~ ( member @ SV17 @ universal_class ) )
        = $true )
      | ( ( member @ ( image @ SV33 @ SV17 ) @ universal_class )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[331]) ).

thf(379,plain,
    ! [SV41: $i,SV61: $i] :
      ( ( ~ ( ~ ( member @ ( sK6_U @ SV61 @ SV41 ) @ SV41 )
            | ~ ( member @ ( sK6_U @ SV61 @ SV41 ) @ SV61 ) )
        | ( disjoint @ SV41 @ SV61 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[332]) ).

thf(380,plain,
    ! [SV62: $i,SV42: $i] :
      ( ( ~ ( disjoint @ SV42 @ SV62 )
        | ! [SY196: $i] :
            ( ~ ( member @ SY196 @ SV42 )
            | ~ ( member @ SY196 @ SV62 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[333]) ).

thf(381,plain,
    ! [SV63: $i,SV43: $i] :
      ( ( ! [SY197: $i] :
            ( ~ ( member @ SV43 @ SY197 )
            | ~ ( member @ SY197 @ SV63 ) )
        | ( member @ SV43 @ ( sum_class @ SV63 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[334]) ).

thf(382,plain,
    ! [SV64: $i,SV44: $i] :
      ( ( ~ ( member @ SV44 @ ( sum_class @ SV64 ) )
        | ~ ( ~ ( member @ SV44 @ ( sK8_Y @ SV64 @ SV44 ) )
            | ~ ( member @ ( sK8_Y @ SV64 @ SV44 ) @ SV64 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[335]) ).

thf(383,plain,
    ! [SV65: $i,SV45: $i] :
      ( ( ~ ( member @ SV45 @ universal_class )
        | ~ ( member @ SV65 @ universal_class )
        | ( ( first @ ( ordered_pair @ SV45 @ SV65 ) )
          = SV45 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[336]) ).

thf(384,plain,
    ! [SV66: $i,SV46: $i] :
      ( ( ~ ( member @ SV46 @ universal_class )
        | ~ ( member @ SV66 @ universal_class )
        | ( ( second @ ( ordered_pair @ SV46 @ SV66 ) )
          = SV66 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[337]) ).

thf(385,plain,
    ! [SV67: $i,SV47: $i] :
      ( ( ~ ( member @ SV47 @ universal_class )
        | ~ ( subclass @ SV47 @ SV67 )
        | ( member @ SV47 @ ( power_class @ SV67 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[338]) ).

thf(386,plain,
    ( ( ~ ! [SX0: $i] :
            ( ! [SX1: $i] :
                ~ ( member @ SX0 @ ( power_class @ SX1 ) )
            | ( member @ SX0 @ universal_class ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[339]) ).

thf(387,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ SX0 @ ( power_class @ SX1 ) )
            | ( subclass @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[339]) ).

thf(388,plain,
    ! [SV48: $i,SV68: $i] :
      ( ( ~ ( member @ SV68 @ universal_class )
        | ~ ( member @ SV48 @ SV68 )
        | ( member @ ( ordered_pair @ SV48 @ SV68 ) @ element_relation ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[340]) ).

thf(389,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ element_relation )
            | ( member @ SX1 @ universal_class ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[341]) ).

thf(390,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ element_relation )
            | ( member @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[341]) ).

thf(391,plain,
    ! [SV19: $i] :
      ( ( ( ~ ( ~ ( member @ ( sK5_U @ SV19 ) @ universal_class )
              | ~ ( member @ ( sK5_U @ SV19 ) @ SV19 ) ) )
        = $true )
      | ( ( SV19 = null_class )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[342]) ).

thf(392,plain,
    ! [SV19: $i] :
      ( ( ( disjoint @ ( sK5_U @ SV19 ) @ SV19 )
        = $true )
      | ( ( SV19 = null_class )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[343]) ).

thf(393,plain,
    ! [SV49: $i] :
      ( ( ( ~ ( member @ SV49 @ universal_class ) )
        = $true )
      | ( ( ( SV49 = null_class )
          | ( member @ ( apply @ sK4_XF @ SV49 ) @ SV49 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[344]) ).

thf(394,plain,
    ! [SV69: $i,SV50: $i] :
      ( ( ~ ( subclass @ SV50 @ SV69 )
        | ~ ( subclass @ SV69 @ SV50 )
        | ( SV50 = SV69 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[345]) ).

thf(395,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0 != SX1 )
            | ( subclass @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[346]) ).

thf(396,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0 != SX1 )
            | ( subclass @ SX1 @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[346]) ).

thf(397,plain,
    ! [SV51: $i] :
      ( ( ( ~ ( inductive @ SV51 ) )
        = $true )
      | ( ( subclass @ sK9_X @ SV51 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[347]) ).

thf(398,plain,
    ( ( ~ ( inductive @ sK9_X ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[348]) ).

thf(399,plain,
    ( ( ~ ( member @ sK9_X @ universal_class ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[348]) ).

thf(400,plain,
    ! [SV70: $i,SV20: $i] :
      ( ( ! [SY198: $i] :
            ( ~ ( member @ SY198 @ SV20 )
            | ~ ( member @ SY198 @ SV70 )
            | ( member @ SY198 @ ( intersection @ SV20 @ SV70 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[349]) ).

thf(401,plain,
    ! [SV20: $i] :
      ( ( ~ ! [SY106: $i,SY107: $i] :
              ( ~ ( member @ SY107 @ ( intersection @ SV20 @ SY106 ) )
              | ( member @ SY107 @ SV20 ) )
        | ~ ! [SY108: $i,SY109: $i] :
              ( ~ ( member @ SY109 @ ( intersection @ SV20 @ SY108 ) )
              | ( member @ SY109 @ SY108 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[350]) ).

thf(402,plain,
    ! [SV71: $i,SV52: $i] :
      ( ( ~ ( member @ SV52 @ universal_class )
        | ~ ( member @ SV71 @ universal_class )
        | ( ( successor @ SV52 )
         != SV71 )
        | ( member @ ( ordered_pair @ SV52 @ SV71 ) @ successor_relation ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[351]) ).

thf(403,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ( ! [SX1: $i] :
                      ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
                  | ( member @ SX0 @ universal_class ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
                  | ( member @ SX1 @ universal_class ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[352]) ).

thf(404,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
            | ( ( successor @ SX0 )
              = SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[352]) ).

thf(405,plain,
    ! [SV21: $i] :
      ( ( ~ ! [SY110: $i] :
              ( ~ ( member @ SV21 @ universal_class )
              | ( SV21 != SY110 )
              | ! [SY111: $i] : ( member @ SV21 @ ( unordered_pair @ SY110 @ SY111 ) ) )
        | ~ ! [SY112: $i,SY113: $i] :
              ( ~ ( member @ SV21 @ universal_class )
              | ( SV21 != SY113 )
              | ( member @ SV21 @ ( unordered_pair @ SY112 @ SY113 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[353]) ).

thf(406,plain,
    ! [SV21: $i] :
      ( ( ~ ( ! [SY114: $i,SY115: $i] :
                ~ ( member @ SV21 @ ( unordered_pair @ SY114 @ SY115 ) )
            | ( member @ SV21 @ universal_class ) )
        | ~ ! [SY116: $i,SY117: $i] :
              ( ~ ( member @ SV21 @ ( unordered_pair @ SY116 @ SY117 ) )
              | ( SV21 = SY116 )
              | ( SV21 = SY117 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[354]) ).

thf(407,plain,
    ! [SV53: $i,SV72: $i] :
      ( ( ~ ( member @ SV72 @ universal_class )
        | ( member @ SV72 @ SV53 )
        | ( member @ SV72 @ ( complement @ SV53 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[355]) ).

thf(408,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ SX1 @ ( complement @ SX0 ) )
            | ( member @ SX1 @ universal_class ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[356]) ).

thf(409,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ SX1 @ ( complement @ SX0 ) )
            | ~ ( member @ SX1 @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[356]) ).

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

thf(411,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( function @ SX0 )
            | ( subclass @ SX0 @ ( cross_product @ universal_class @ universal_class ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[358]) ).

thf(412,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( function @ SX0 )
            | ( subclass @ ( compose @ SX0 @ ( inverse @ SX0 ) ) @ identity_relation ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[358]) ).

thf(413,plain,
    ! [SV35: $i,SV22: $i] :
      ( ( ! [SY154: $i,SY155: $i] :
            ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY154 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
            | ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SV22 ) @ SY154 ) @ SY155 )
            | ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY154 ) @ ( flip @ SY155 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[359]) ).

thf(414,plain,
    ! [SV35: $i,SV22: $i] :
      ( ( ~ ( ~ ! [SY156: $i] :
                  ( ! [SY157: $i] :
                      ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY156 ) @ ( flip @ SY157 ) )
                  | ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY156 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
            | ~ ! [SY158: $i,SY159: $i] :
                  ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY158 ) @ ( flip @ SY159 ) )
                  | ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SV22 ) @ SY158 ) @ SY159 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[360]) ).

thf(415,plain,
    ! [SV36: $i,SV23: $i] :
      ( ( ! [SY160: $i,SY161: $i] :
            ( ~ ( member @ SV23 @ SY160 )
            | ~ ( member @ SV36 @ SY161 )
            | ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SY160 @ SY161 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[361]) ).

thf(416,plain,
    ! [SV36: $i,SV23: $i] :
      ( ( ~ ( ~ ! [SY162: $i] :
                  ( ! [SY163: $i] :
                      ~ ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SY162 @ SY163 ) )
                  | ( member @ SV23 @ SY162 ) )
            | ~ ! [SY164: $i,SY165: $i] :
                  ( ~ ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SY164 @ SY165 ) )
                  | ( member @ SV36 @ SY165 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[362]) ).

thf(417,plain,
    ! [SV24: $i,SV37: $i] :
      ( ( ! [SY166: $i,SY167: $i] :
            ( ~ ( member @ SY166 @ universal_class )
            | ~ ( member @ SY167 @ ( image @ SV37 @ ( image @ SV24 @ ( singleton @ SY166 ) ) ) )
            | ( member @ ( ordered_pair @ SY166 @ SY167 ) @ ( compose @ SV37 @ SV24 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[363]) ).

thf(418,plain,
    ! [SV24: $i,SV37: $i] :
      ( ( ~ ( ~ ! [SY168: $i] :
                  ( ! [SY169: $i] :
                      ~ ( member @ ( ordered_pair @ SY168 @ SY169 ) @ ( compose @ SV37 @ SV24 ) )
                  | ( member @ SY168 @ universal_class ) )
            | ~ ! [SY170: $i,SY171: $i] :
                  ( ~ ( member @ ( ordered_pair @ SY170 @ SY171 ) @ ( compose @ SV37 @ SV24 ) )
                  | ( member @ SY171 @ ( image @ SV37 @ ( image @ SV24 @ ( singleton @ SY170 ) ) ) ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[364]) ).

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

thf(420,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ SX1 @ ( domain_of @ SX0 ) )
            | ( ( restrict @ SX0 @ ( singleton @ SX1 ) @ universal_class )
             != null_class ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[366]) ).

thf(421,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ SX1 @ ( domain_of @ SX0 ) )
            | ( member @ SX1 @ universal_class ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[366]) ).

thf(422,plain,
    ! [SV56: $i,SV74: $i] :
      ( ( ~ ( ~ ( member @ ( sK10_U @ SV74 @ SV56 ) @ SV56 )
            | ~ ~ ( member @ ( sK10_U @ SV74 @ SV56 ) @ SV74 ) )
        | ( subclass @ SV56 @ SV74 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[367]) ).

thf(423,plain,
    ! [SV75: $i,SV57: $i] :
      ( ( ~ ( subclass @ SV57 @ SV75 )
        | ! [SY199: $i] :
            ( ~ ( member @ SY199 @ SV57 )
            | ( member @ SY199 @ SV75 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[368]) ).

thf(424,plain,
    ! [SV58: $i] :
      ( ( ( ! [SY195: $i] :
              ( ( SV58
               != ( ordered_pair @ SY195 @ SY195 ) )
              | ~ ( member @ SY195 @ universal_class ) ) )
        = $true )
      | ( ( member @ SV58 @ identity_relation )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[369]) ).

thf(425,plain,
    ! [SV59: $i] :
      ( ( ( ~ ( member @ SV59 @ identity_relation ) )
        = $true )
      | ( ( ~ ( ( SV59
               != ( ordered_pair @ ( sK7_X @ SV59 ) @ ( sK7_X @ SV59 ) ) )
              | ~ ( member @ ( sK7_X @ SV59 ) @ universal_class ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[370]) ).

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

thf(427,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( inductive @ SX0 )
            | ( member @ null_class @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[372]) ).

thf(428,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( inductive @ SX0 )
            | ( subclass @ ( image @ successor_relation @ SX0 ) @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[372]) ).

thf(429,plain,
    ! [SV25: $i,SV38: $i] :
      ( ( ! [SY172: $i,SY173: $i] :
            ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY172 ) @ SY173 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
            | ~ ( member @ ( ordered_pair @ ( ordered_pair @ SY172 @ SY173 ) @ SV38 ) @ SV25 )
            | ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY172 ) @ SY173 ) @ ( rotate @ SV25 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[373]) ).

thf(430,plain,
    ! [SV25: $i,SV38: $i] :
      ( ( ~ ( ~ ! [SY174: $i,SY175: $i] :
                  ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY174 ) @ SY175 ) @ ( rotate @ SV25 ) )
                  | ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY174 ) @ SY175 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
            | ~ ! [SY176: $i,SY177: $i] :
                  ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY176 ) @ SY177 ) @ ( rotate @ SV25 ) )
                  | ( member @ ( ordered_pair @ ( ordered_pair @ SY176 @ SY177 ) @ SV38 ) @ SV25 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[374]) ).

thf(431,plain,
    ! [SV76: $i,SV26: $i] :
      ( ( ! [SY200: $i] :
            ( ~ ( member @ SY200 @ ( union @ SV26 @ SV76 ) )
            | ( member @ SY200 @ SV26 )
            | ( member @ SY200 @ SV76 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[375]) ).

thf(432,plain,
    ! [SV26: $i] :
      ( ( ~ ! [SY148: $i,SY149: $i] :
              ( ~ ( member @ SY149 @ SV26 )
              | ( member @ SY149 @ ( union @ SV26 @ SY148 ) ) )
        | ~ ! [SY150: $i,SY151: $i] :
              ( ~ ( member @ SY151 @ SY150 )
              | ( member @ SY151 @ ( union @ SV26 @ SY150 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[376]) ).

thf(433,plain,
    ! [SV33: $i,SV17: $i] :
      ( ( ( member @ SV17 @ universal_class )
        = $false )
      | ( ( function @ SV33 )
        = $false )
      | ( ( member @ ( image @ SV33 @ SV17 ) @ universal_class )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[378]) ).

thf(434,plain,
    ! [SV41: $i,SV61: $i] :
      ( ( ( ~ ( ~ ( member @ ( sK6_U @ SV61 @ SV41 ) @ SV41 )
              | ~ ( member @ ( sK6_U @ SV61 @ SV41 ) @ SV61 ) ) )
        = $true )
      | ( ( disjoint @ SV41 @ SV61 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[379]) ).

thf(435,plain,
    ! [SV62: $i,SV42: $i] :
      ( ( ( ~ ( disjoint @ SV42 @ SV62 ) )
        = $true )
      | ( ( ! [SY196: $i] :
              ( ~ ( member @ SY196 @ SV42 )
              | ~ ( member @ SY196 @ SV62 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[380]) ).

thf(436,plain,
    ! [SV63: $i,SV43: $i] :
      ( ( ( ! [SY197: $i] :
              ( ~ ( member @ SV43 @ SY197 )
              | ~ ( member @ SY197 @ SV63 ) ) )
        = $true )
      | ( ( member @ SV43 @ ( sum_class @ SV63 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[381]) ).

thf(437,plain,
    ! [SV64: $i,SV44: $i] :
      ( ( ( ~ ( member @ SV44 @ ( sum_class @ SV64 ) ) )
        = $true )
      | ( ( ~ ( ~ ( member @ SV44 @ ( sK8_Y @ SV64 @ SV44 ) )
              | ~ ( member @ ( sK8_Y @ SV64 @ SV44 ) @ SV64 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[382]) ).

thf(438,plain,
    ! [SV65: $i,SV45: $i] :
      ( ( ( ~ ( member @ SV45 @ universal_class )
          | ~ ( member @ SV65 @ universal_class ) )
        = $true )
      | ( ( ( first @ ( ordered_pair @ SV45 @ SV65 ) )
          = SV45 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[383]) ).

thf(439,plain,
    ! [SV66: $i,SV46: $i] :
      ( ( ( ~ ( member @ SV46 @ universal_class )
          | ~ ( member @ SV66 @ universal_class ) )
        = $true )
      | ( ( ( second @ ( ordered_pair @ SV46 @ SV66 ) )
          = SV66 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[384]) ).

thf(440,plain,
    ! [SV67: $i,SV47: $i] :
      ( ( ( ~ ( member @ SV47 @ universal_class )
          | ~ ( subclass @ SV47 @ SV67 ) )
        = $true )
      | ( ( member @ SV47 @ ( power_class @ SV67 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[385]) ).

thf(441,plain,
    ( ( ! [SX0: $i] :
          ( ! [SX1: $i] :
              ~ ( member @ SX0 @ ( power_class @ SX1 ) )
          | ( member @ SX0 @ universal_class ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[386]) ).

thf(442,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( member @ SX0 @ ( power_class @ SX1 ) )
          | ( subclass @ SX0 @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[387]) ).

thf(443,plain,
    ! [SV48: $i,SV68: $i] :
      ( ( ( ~ ( member @ SV68 @ universal_class )
          | ~ ( member @ SV48 @ SV68 ) )
        = $true )
      | ( ( member @ ( ordered_pair @ SV48 @ SV68 ) @ element_relation )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[388]) ).

thf(444,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ element_relation )
          | ( member @ SX1 @ universal_class ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[389]) ).

thf(445,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ element_relation )
          | ( member @ SX0 @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[390]) ).

thf(446,plain,
    ! [SV19: $i] :
      ( ( ( ~ ( member @ ( sK5_U @ SV19 ) @ universal_class )
          | ~ ( member @ ( sK5_U @ SV19 ) @ SV19 ) )
        = $false )
      | ( ( SV19 = null_class )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[391]) ).

thf(447,plain,
    ! [SV49: $i] :
      ( ( ( member @ SV49 @ universal_class )
        = $false )
      | ( ( ( SV49 = null_class )
          | ( member @ ( apply @ sK4_XF @ SV49 ) @ SV49 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[393]) ).

thf(448,plain,
    ! [SV69: $i,SV50: $i] :
      ( ( ( ~ ( subclass @ SV50 @ SV69 )
          | ~ ( subclass @ SV69 @ SV50 ) )
        = $true )
      | ( ( SV50 = SV69 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[394]) ).

thf(449,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ( SX0 != SX1 )
          | ( subclass @ SX0 @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[395]) ).

thf(450,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ( SX0 != SX1 )
          | ( subclass @ SX1 @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[396]) ).

thf(451,plain,
    ! [SV51: $i] :
      ( ( ( inductive @ SV51 )
        = $false )
      | ( ( subclass @ sK9_X @ SV51 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[397]) ).

thf(452,plain,
    ( ( inductive @ sK9_X )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[398]) ).

thf(453,plain,
    ( ( member @ sK9_X @ universal_class )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[399]) ).

thf(454,plain,
    ! [SV70: $i,SV20: $i,SV77: $i] :
      ( ( ~ ( member @ SV77 @ SV20 )
        | ~ ( member @ SV77 @ SV70 )
        | ( member @ SV77 @ ( intersection @ SV20 @ SV70 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[400]) ).

thf(455,plain,
    ! [SV20: $i] :
      ( ( ~ ! [SY106: $i,SY107: $i] :
              ( ~ ( member @ SY107 @ ( intersection @ SV20 @ SY106 ) )
              | ( member @ SY107 @ SV20 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[401]) ).

thf(456,plain,
    ! [SV20: $i] :
      ( ( ~ ! [SY108: $i,SY109: $i] :
              ( ~ ( member @ SY109 @ ( intersection @ SV20 @ SY108 ) )
              | ( member @ SY109 @ SY108 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[401]) ).

thf(457,plain,
    ! [SV71: $i,SV52: $i] :
      ( ( ( ~ ( member @ SV52 @ universal_class )
          | ~ ( member @ SV71 @ universal_class )
          | ( ( successor @ SV52 )
           != SV71 ) )
        = $true )
      | ( ( member @ ( ordered_pair @ SV52 @ SV71 ) @ successor_relation )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[402]) ).

thf(458,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ! [SX1: $i] :
                    ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
                | ( member @ SX0 @ universal_class ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
                | ( member @ SX1 @ universal_class ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[403]) ).

thf(459,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
          | ( ( successor @ SX0 )
            = SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[404]) ).

thf(460,plain,
    ! [SV21: $i] :
      ( ( ~ ! [SY110: $i] :
              ( ~ ( member @ SV21 @ universal_class )
              | ( SV21 != SY110 )
              | ! [SY111: $i] : ( member @ SV21 @ ( unordered_pair @ SY110 @ SY111 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[405]) ).

thf(461,plain,
    ! [SV21: $i] :
      ( ( ~ ! [SY112: $i,SY113: $i] :
              ( ~ ( member @ SV21 @ universal_class )
              | ( SV21 != SY113 )
              | ( member @ SV21 @ ( unordered_pair @ SY112 @ SY113 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[405]) ).

thf(462,plain,
    ! [SV21: $i] :
      ( ( ~ ( ! [SY114: $i,SY115: $i] :
                ~ ( member @ SV21 @ ( unordered_pair @ SY114 @ SY115 ) )
            | ( member @ SV21 @ universal_class ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[406]) ).

thf(463,plain,
    ! [SV21: $i] :
      ( ( ~ ! [SY116: $i,SY117: $i] :
              ( ~ ( member @ SV21 @ ( unordered_pair @ SY116 @ SY117 ) )
              | ( SV21 = SY116 )
              | ( SV21 = SY117 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[406]) ).

thf(464,plain,
    ! [SV53: $i,SV72: $i] :
      ( ( ( ~ ( member @ SV72 @ universal_class )
          | ( member @ SV72 @ SV53 ) )
        = $true )
      | ( ( member @ SV72 @ ( complement @ SV53 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[407]) ).

thf(465,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( member @ SX1 @ ( complement @ SX0 ) )
          | ( member @ SX1 @ universal_class ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[408]) ).

thf(466,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( member @ SX1 @ ( complement @ SX0 ) )
          | ~ ( member @ SX1 @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[409]) ).

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

thf(468,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( function @ SX0 )
          | ( subclass @ SX0 @ ( cross_product @ universal_class @ universal_class ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[411]) ).

thf(469,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( function @ SX0 )
          | ( subclass @ ( compose @ SX0 @ ( inverse @ SX0 ) ) @ identity_relation ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[412]) ).

thf(470,plain,
    ! [SV78: $i,SV35: $i,SV22: $i] :
      ( ( ! [SY201: $i] :
            ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SV78 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
            | ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SV22 ) @ SV78 ) @ SY201 )
            | ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SV78 ) @ ( flip @ SY201 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[413]) ).

thf(471,plain,
    ! [SV35: $i,SV22: $i] :
      ( ( ~ ! [SY156: $i] :
              ( ! [SY157: $i] :
                  ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY156 ) @ ( flip @ SY157 ) )
              | ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY156 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
        | ~ ! [SY158: $i,SY159: $i] :
              ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY158 ) @ ( flip @ SY159 ) )
              | ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SV22 ) @ SY158 ) @ SY159 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[414]) ).

thf(472,plain,
    ! [SV36: $i,SV79: $i,SV23: $i] :
      ( ( ! [SY202: $i] :
            ( ~ ( member @ SV23 @ SV79 )
            | ~ ( member @ SV36 @ SY202 )
            | ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SV79 @ SY202 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[415]) ).

thf(473,plain,
    ! [SV36: $i,SV23: $i] :
      ( ( ~ ! [SY162: $i] :
              ( ! [SY163: $i] :
                  ~ ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SY162 @ SY163 ) )
              | ( member @ SV23 @ SY162 ) )
        | ~ ! [SY164: $i,SY165: $i] :
              ( ~ ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SY164 @ SY165 ) )
              | ( member @ SV36 @ SY165 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[416]) ).

thf(474,plain,
    ! [SV24: $i,SV37: $i,SV80: $i] :
      ( ( ! [SY203: $i] :
            ( ~ ( member @ SV80 @ universal_class )
            | ~ ( member @ SY203 @ ( image @ SV37 @ ( image @ SV24 @ ( singleton @ SV80 ) ) ) )
            | ( member @ ( ordered_pair @ SV80 @ SY203 ) @ ( compose @ SV37 @ SV24 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[417]) ).

thf(475,plain,
    ! [SV24: $i,SV37: $i] :
      ( ( ~ ! [SY168: $i] :
              ( ! [SY169: $i] :
                  ~ ( member @ ( ordered_pair @ SY168 @ SY169 ) @ ( compose @ SV37 @ SV24 ) )
              | ( member @ SY168 @ universal_class ) )
        | ~ ! [SY170: $i,SY171: $i] :
              ( ~ ( member @ ( ordered_pair @ SY170 @ SY171 ) @ ( compose @ SV37 @ SV24 ) )
              | ( member @ SY171 @ ( image @ SV37 @ ( image @ SV24 @ ( singleton @ SY170 ) ) ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[418]) ).

thf(476,plain,
    ! [SV73: $i,SV55: $i] :
      ( ( ( ( ( restrict @ SV55 @ ( singleton @ SV73 ) @ universal_class )
            = null_class )
          | ~ ( member @ SV73 @ universal_class ) )
        = $true )
      | ( ( member @ SV73 @ ( domain_of @ SV55 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[419]) ).

thf(477,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( member @ SX1 @ ( domain_of @ SX0 ) )
          | ( ( restrict @ SX0 @ ( singleton @ SX1 ) @ universal_class )
           != null_class ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[420]) ).

thf(478,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( member @ SX1 @ ( domain_of @ SX0 ) )
          | ( member @ SX1 @ universal_class ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[421]) ).

thf(479,plain,
    ! [SV56: $i,SV74: $i] :
      ( ( ( ~ ( ~ ( member @ ( sK10_U @ SV74 @ SV56 ) @ SV56 )
              | ~ ~ ( member @ ( sK10_U @ SV74 @ SV56 ) @ SV74 ) ) )
        = $true )
      | ( ( subclass @ SV56 @ SV74 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[422]) ).

thf(480,plain,
    ! [SV75: $i,SV57: $i] :
      ( ( ( ~ ( subclass @ SV57 @ SV75 ) )
        = $true )
      | ( ( ! [SY199: $i] :
              ( ~ ( member @ SY199 @ SV57 )
              | ( member @ SY199 @ SV75 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[423]) ).

thf(481,plain,
    ! [SV81: $i,SV58: $i] :
      ( ( ( ( SV58
           != ( ordered_pair @ SV81 @ SV81 ) )
          | ~ ( member @ SV81 @ universal_class ) )
        = $true )
      | ( ( member @ SV58 @ identity_relation )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[424]) ).

thf(482,plain,
    ! [SV59: $i] :
      ( ( ( member @ SV59 @ identity_relation )
        = $false )
      | ( ( ~ ( ( SV59
               != ( ordered_pair @ ( sK7_X @ SV59 ) @ ( sK7_X @ SV59 ) ) )
              | ~ ( member @ ( sK7_X @ SV59 ) @ universal_class ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[425]) ).

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

thf(484,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( inductive @ SX0 )
          | ( member @ null_class @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[427]) ).

thf(485,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( inductive @ SX0 )
          | ( subclass @ ( image @ successor_relation @ SX0 ) @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[428]) ).

thf(486,plain,
    ! [SV25: $i,SV82: $i,SV38: $i] :
      ( ( ! [SY204: $i] :
            ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SV82 ) @ SY204 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
            | ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV82 @ SY204 ) @ SV38 ) @ SV25 )
            | ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SV82 ) @ SY204 ) @ ( rotate @ SV25 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[429]) ).

thf(487,plain,
    ! [SV25: $i,SV38: $i] :
      ( ( ~ ! [SY174: $i,SY175: $i] :
              ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY174 ) @ SY175 ) @ ( rotate @ SV25 ) )
              | ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY174 ) @ SY175 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
        | ~ ! [SY176: $i,SY177: $i] :
              ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY176 ) @ SY177 ) @ ( rotate @ SV25 ) )
              | ( member @ ( ordered_pair @ ( ordered_pair @ SY176 @ SY177 ) @ SV38 ) @ SV25 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[430]) ).

thf(488,plain,
    ! [SV76: $i,SV26: $i,SV83: $i] :
      ( ( ~ ( member @ SV83 @ ( union @ SV26 @ SV76 ) )
        | ( member @ SV83 @ SV26 )
        | ( member @ SV83 @ SV76 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[431]) ).

thf(489,plain,
    ! [SV26: $i] :
      ( ( ~ ! [SY148: $i,SY149: $i] :
              ( ~ ( member @ SY149 @ SV26 )
              | ( member @ SY149 @ ( union @ SV26 @ SY148 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[432]) ).

thf(490,plain,
    ! [SV26: $i] :
      ( ( ~ ! [SY150: $i,SY151: $i] :
              ( ~ ( member @ SY151 @ SY150 )
              | ( member @ SY151 @ ( union @ SV26 @ SY150 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[432]) ).

thf(491,plain,
    ! [SV41: $i,SV61: $i] :
      ( ( ( ~ ( member @ ( sK6_U @ SV61 @ SV41 ) @ SV41 )
          | ~ ( member @ ( sK6_U @ SV61 @ SV41 ) @ SV61 ) )
        = $false )
      | ( ( disjoint @ SV41 @ SV61 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[434]) ).

thf(492,plain,
    ! [SV62: $i,SV42: $i] :
      ( ( ( disjoint @ SV42 @ SV62 )
        = $false )
      | ( ( ! [SY196: $i] :
              ( ~ ( member @ SY196 @ SV42 )
              | ~ ( member @ SY196 @ SV62 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[435]) ).

thf(493,plain,
    ! [SV63: $i,SV84: $i,SV43: $i] :
      ( ( ( ~ ( member @ SV43 @ SV84 )
          | ~ ( member @ SV84 @ SV63 ) )
        = $true )
      | ( ( member @ SV43 @ ( sum_class @ SV63 ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[436]) ).

thf(494,plain,
    ! [SV64: $i,SV44: $i] :
      ( ( ( member @ SV44 @ ( sum_class @ SV64 ) )
        = $false )
      | ( ( ~ ( ~ ( member @ SV44 @ ( sK8_Y @ SV64 @ SV44 ) )
              | ~ ( member @ ( sK8_Y @ SV64 @ SV44 ) @ SV64 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[437]) ).

thf(495,plain,
    ! [SV65: $i,SV45: $i] :
      ( ( ( ~ ( member @ SV45 @ universal_class ) )
        = $true )
      | ( ( ~ ( member @ SV65 @ universal_class ) )
        = $true )
      | ( ( ( first @ ( ordered_pair @ SV45 @ SV65 ) )
          = SV45 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[438]) ).

thf(496,plain,
    ! [SV66: $i,SV46: $i] :
      ( ( ( ~ ( member @ SV46 @ universal_class ) )
        = $true )
      | ( ( ~ ( member @ SV66 @ universal_class ) )
        = $true )
      | ( ( ( second @ ( ordered_pair @ SV46 @ SV66 ) )
          = SV66 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[439]) ).

thf(497,plain,
    ! [SV67: $i,SV47: $i] :
      ( ( ( ~ ( member @ SV47 @ universal_class ) )
        = $true )
      | ( ( ~ ( subclass @ SV47 @ SV67 ) )
        = $true )
      | ( ( member @ SV47 @ ( power_class @ SV67 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[440]) ).

thf(498,plain,
    ! [SV85: $i] :
      ( ( ! [SY205: $i] :
            ~ ( member @ SV85 @ ( power_class @ SY205 ) )
        | ( member @ SV85 @ universal_class ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[441]) ).

thf(499,plain,
    ! [SV86: $i] :
      ( ( ! [SY206: $i] :
            ( ~ ( member @ SV86 @ ( power_class @ SY206 ) )
            | ( subclass @ SV86 @ SY206 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[442]) ).

thf(500,plain,
    ! [SV48: $i,SV68: $i] :
      ( ( ( ~ ( member @ SV68 @ universal_class ) )
        = $true )
      | ( ( ~ ( member @ SV48 @ SV68 ) )
        = $true )
      | ( ( member @ ( ordered_pair @ SV48 @ SV68 ) @ element_relation )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[443]) ).

thf(501,plain,
    ! [SV87: $i] :
      ( ( ! [SY207: $i] :
            ( ~ ( member @ ( ordered_pair @ SV87 @ SY207 ) @ element_relation )
            | ( member @ SY207 @ universal_class ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[444]) ).

thf(502,plain,
    ! [SV88: $i] :
      ( ( ! [SY208: $i] :
            ( ~ ( member @ ( ordered_pair @ SV88 @ SY208 ) @ element_relation )
            | ( member @ SV88 @ SY208 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[445]) ).

thf(503,plain,
    ! [SV19: $i] :
      ( ( ( ~ ( member @ ( sK5_U @ SV19 ) @ universal_class ) )
        = $false )
      | ( ( SV19 = null_class )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[446]) ).

thf(504,plain,
    ! [SV19: $i] :
      ( ( ( ~ ( member @ ( sK5_U @ SV19 ) @ SV19 ) )
        = $false )
      | ( ( SV19 = null_class )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[446]) ).

thf(505,plain,
    ! [SV49: $i] :
      ( ( ( SV49 = null_class )
        = $true )
      | ( ( member @ ( apply @ sK4_XF @ SV49 ) @ SV49 )
        = $true )
      | ( ( member @ SV49 @ universal_class )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[447]) ).

thf(506,plain,
    ! [SV69: $i,SV50: $i] :
      ( ( ( ~ ( subclass @ SV50 @ SV69 ) )
        = $true )
      | ( ( ~ ( subclass @ SV69 @ SV50 ) )
        = $true )
      | ( ( SV50 = SV69 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[448]) ).

thf(507,plain,
    ! [SV89: $i] :
      ( ( ! [SY209: $i] :
            ( ( SV89 != SY209 )
            | ( subclass @ SV89 @ SY209 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[449]) ).

thf(508,plain,
    ! [SV90: $i] :
      ( ( ! [SY210: $i] :
            ( ( SV90 != SY210 )
            | ( subclass @ SY210 @ SV90 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[450]) ).

thf(509,plain,
    ! [SV70: $i,SV20: $i,SV77: $i] :
      ( ( ( ~ ( member @ SV77 @ SV20 )
          | ~ ( member @ SV77 @ SV70 ) )
        = $true )
      | ( ( member @ SV77 @ ( intersection @ SV20 @ SV70 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[454]) ).

thf(510,plain,
    ! [SV20: $i] :
      ( ( ! [SY106: $i,SY107: $i] :
            ( ~ ( member @ SY107 @ ( intersection @ SV20 @ SY106 ) )
            | ( member @ SY107 @ SV20 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[455]) ).

thf(511,plain,
    ! [SV20: $i] :
      ( ( ! [SY108: $i,SY109: $i] :
            ( ~ ( member @ SY109 @ ( intersection @ SV20 @ SY108 ) )
            | ( member @ SY109 @ SY108 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[456]) ).

thf(512,plain,
    ! [SV71: $i,SV52: $i] :
      ( ( ( ~ ( member @ SV52 @ universal_class )
          | ~ ( member @ SV71 @ universal_class ) )
        = $true )
      | ( ( ( ( successor @ SV52 )
           != SV71 ) )
        = $true )
      | ( ( member @ ( ordered_pair @ SV52 @ SV71 ) @ successor_relation )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[457]) ).

thf(513,plain,
    ( ( ~ ! [SX0: $i] :
            ( ! [SX1: $i] :
                ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
            | ( member @ SX0 @ universal_class ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
            | ( member @ SX1 @ universal_class ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[458]) ).

thf(514,plain,
    ! [SV91: $i] :
      ( ( ! [SY211: $i] :
            ( ~ ( member @ ( ordered_pair @ SV91 @ SY211 ) @ successor_relation )
            | ( ( successor @ SV91 )
              = SY211 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[459]) ).

thf(515,plain,
    ! [SV21: $i] :
      ( ( ! [SY110: $i] :
            ( ~ ( member @ SV21 @ universal_class )
            | ( SV21 != SY110 )
            | ! [SY111: $i] : ( member @ SV21 @ ( unordered_pair @ SY110 @ SY111 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[460]) ).

thf(516,plain,
    ! [SV21: $i] :
      ( ( ! [SY112: $i,SY113: $i] :
            ( ~ ( member @ SV21 @ universal_class )
            | ( SV21 != SY113 )
            | ( member @ SV21 @ ( unordered_pair @ SY112 @ SY113 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[461]) ).

thf(517,plain,
    ! [SV21: $i] :
      ( ( ! [SY114: $i,SY115: $i] :
            ~ ( member @ SV21 @ ( unordered_pair @ SY114 @ SY115 ) )
        | ( member @ SV21 @ universal_class ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[462]) ).

thf(518,plain,
    ! [SV21: $i] :
      ( ( ! [SY116: $i,SY117: $i] :
            ( ~ ( member @ SV21 @ ( unordered_pair @ SY116 @ SY117 ) )
            | ( SV21 = SY116 )
            | ( SV21 = SY117 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[463]) ).

thf(519,plain,
    ! [SV53: $i,SV72: $i] :
      ( ( ( ~ ( member @ SV72 @ universal_class ) )
        = $true )
      | ( ( member @ SV72 @ SV53 )
        = $true )
      | ( ( member @ SV72 @ ( complement @ SV53 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[464]) ).

thf(520,plain,
    ! [SV92: $i] :
      ( ( ! [SY212: $i] :
            ( ~ ( member @ SY212 @ ( complement @ SV92 ) )
            | ( member @ SY212 @ universal_class ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[465]) ).

thf(521,plain,
    ! [SV93: $i] :
      ( ( ! [SY213: $i] :
            ( ~ ( member @ SY213 @ ( complement @ SV93 ) )
            | ~ ( member @ SY213 @ SV93 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[466]) ).

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

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

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

thf(525,plain,
    ! [SV96: $i,SV78: $i,SV35: $i,SV22: $i] :
      ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SV78 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
        | ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SV22 ) @ SV78 ) @ SV96 )
        | ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SV78 ) @ ( flip @ SV96 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[470]) ).

thf(526,plain,
    ! [SV35: $i,SV22: $i] :
      ( ( ~ ! [SY156: $i] :
              ( ! [SY157: $i] :
                  ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY156 ) @ ( flip @ SY157 ) )
              | ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY156 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[471]) ).

thf(527,plain,
    ! [SV35: $i,SV22: $i] :
      ( ( ~ ! [SY158: $i,SY159: $i] :
              ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY158 ) @ ( flip @ SY159 ) )
              | ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SV22 ) @ SY158 ) @ SY159 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[471]) ).

thf(528,plain,
    ! [SV97: $i,SV36: $i,SV79: $i,SV23: $i] :
      ( ( ~ ( member @ SV23 @ SV79 )
        | ~ ( member @ SV36 @ SV97 )
        | ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SV79 @ SV97 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[472]) ).

thf(529,plain,
    ! [SV36: $i,SV23: $i] :
      ( ( ~ ! [SY162: $i] :
              ( ! [SY163: $i] :
                  ~ ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SY162 @ SY163 ) )
              | ( member @ SV23 @ SY162 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[473]) ).

thf(530,plain,
    ! [SV36: $i,SV23: $i] :
      ( ( ~ ! [SY164: $i,SY165: $i] :
              ( ~ ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SY164 @ SY165 ) )
              | ( member @ SV36 @ SY165 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[473]) ).

thf(531,plain,
    ! [SV24: $i,SV37: $i,SV98: $i,SV80: $i] :
      ( ( ~ ( member @ SV80 @ universal_class )
        | ~ ( member @ SV98 @ ( image @ SV37 @ ( image @ SV24 @ ( singleton @ SV80 ) ) ) )
        | ( member @ ( ordered_pair @ SV80 @ SV98 ) @ ( compose @ SV37 @ SV24 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[474]) ).

thf(532,plain,
    ! [SV24: $i,SV37: $i] :
      ( ( ~ ! [SY168: $i] :
              ( ! [SY169: $i] :
                  ~ ( member @ ( ordered_pair @ SY168 @ SY169 ) @ ( compose @ SV37 @ SV24 ) )
              | ( member @ SY168 @ universal_class ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[475]) ).

thf(533,plain,
    ! [SV24: $i,SV37: $i] :
      ( ( ~ ! [SY170: $i,SY171: $i] :
              ( ~ ( member @ ( ordered_pair @ SY170 @ SY171 ) @ ( compose @ SV37 @ SV24 ) )
              | ( member @ SY171 @ ( image @ SV37 @ ( image @ SV24 @ ( singleton @ SY170 ) ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[475]) ).

thf(534,plain,
    ! [SV73: $i,SV55: $i] :
      ( ( ( ( restrict @ SV55 @ ( singleton @ SV73 ) @ universal_class )
          = null_class )
        = $true )
      | ( ( ~ ( member @ SV73 @ universal_class ) )
        = $true )
      | ( ( member @ SV73 @ ( domain_of @ SV55 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[476]) ).

thf(535,plain,
    ! [SV99: $i] :
      ( ( ! [SY214: $i] :
            ( ~ ( member @ SY214 @ ( domain_of @ SV99 ) )
            | ( ( restrict @ SV99 @ ( singleton @ SY214 ) @ universal_class )
             != null_class ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[477]) ).

thf(536,plain,
    ! [SV100: $i] :
      ( ( ! [SY215: $i] :
            ( ~ ( member @ SY215 @ ( domain_of @ SV100 ) )
            | ( member @ SY215 @ universal_class ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[478]) ).

thf(537,plain,
    ! [SV56: $i,SV74: $i] :
      ( ( ( ~ ( member @ ( sK10_U @ SV74 @ SV56 ) @ SV56 )
          | ~ ~ ( member @ ( sK10_U @ SV74 @ SV56 ) @ SV74 ) )
        = $false )
      | ( ( subclass @ SV56 @ SV74 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[479]) ).

thf(538,plain,
    ! [SV75: $i,SV57: $i] :
      ( ( ( subclass @ SV57 @ SV75 )
        = $false )
      | ( ( ! [SY199: $i] :
              ( ~ ( member @ SY199 @ SV57 )
              | ( member @ SY199 @ SV75 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[480]) ).

thf(539,plain,
    ! [SV81: $i,SV58: $i] :
      ( ( ( ( SV58
           != ( ordered_pair @ SV81 @ SV81 ) ) )
        = $true )
      | ( ( ~ ( member @ SV81 @ universal_class ) )
        = $true )
      | ( ( member @ SV58 @ identity_relation )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[481]) ).

thf(540,plain,
    ! [SV59: $i] :
      ( ( ( ( SV59
           != ( ordered_pair @ ( sK7_X @ SV59 ) @ ( sK7_X @ SV59 ) ) )
          | ~ ( member @ ( sK7_X @ SV59 ) @ universal_class ) )
        = $false )
      | ( ( member @ SV59 @ identity_relation )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[482]) ).

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

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

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

thf(544,plain,
    ! [SV25: $i,SV103: $i,SV82: $i,SV38: $i] :
      ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SV82 ) @ SV103 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
        | ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV82 @ SV103 ) @ SV38 ) @ SV25 )
        | ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SV82 ) @ SV103 ) @ ( rotate @ SV25 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[486]) ).

thf(545,plain,
    ! [SV25: $i,SV38: $i] :
      ( ( ~ ! [SY174: $i,SY175: $i] :
              ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY174 ) @ SY175 ) @ ( rotate @ SV25 ) )
              | ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY174 ) @ SY175 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[487]) ).

thf(546,plain,
    ! [SV25: $i,SV38: $i] :
      ( ( ~ ! [SY176: $i,SY177: $i] :
              ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY176 ) @ SY177 ) @ ( rotate @ SV25 ) )
              | ( member @ ( ordered_pair @ ( ordered_pair @ SY176 @ SY177 ) @ SV38 ) @ SV25 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[487]) ).

thf(547,plain,
    ! [SV76: $i,SV26: $i,SV83: $i] :
      ( ( ( ~ ( member @ SV83 @ ( union @ SV26 @ SV76 ) ) )
        = $true )
      | ( ( ( member @ SV83 @ SV26 )
          | ( member @ SV83 @ SV76 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[488]) ).

thf(548,plain,
    ! [SV26: $i] :
      ( ( ! [SY148: $i,SY149: $i] :
            ( ~ ( member @ SY149 @ SV26 )
            | ( member @ SY149 @ ( union @ SV26 @ SY148 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[489]) ).

thf(549,plain,
    ! [SV26: $i] :
      ( ( ! [SY150: $i,SY151: $i] :
            ( ~ ( member @ SY151 @ SY150 )
            | ( member @ SY151 @ ( union @ SV26 @ SY150 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[490]) ).

thf(550,plain,
    ! [SV41: $i,SV61: $i] :
      ( ( ( ~ ( member @ ( sK6_U @ SV61 @ SV41 ) @ SV41 ) )
        = $false )
      | ( ( disjoint @ SV41 @ SV61 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[491]) ).

thf(551,plain,
    ! [SV41: $i,SV61: $i] :
      ( ( ( ~ ( member @ ( sK6_U @ SV61 @ SV41 ) @ SV61 ) )
        = $false )
      | ( ( disjoint @ SV41 @ SV61 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[491]) ).

thf(552,plain,
    ! [SV62: $i,SV42: $i,SV104: $i] :
      ( ( ( ~ ( member @ SV104 @ SV42 )
          | ~ ( member @ SV104 @ SV62 ) )
        = $true )
      | ( ( disjoint @ SV42 @ SV62 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[492]) ).

thf(553,plain,
    ! [SV63: $i,SV84: $i,SV43: $i] :
      ( ( ( ~ ( member @ SV43 @ SV84 ) )
        = $true )
      | ( ( ~ ( member @ SV84 @ SV63 ) )
        = $true )
      | ( ( member @ SV43 @ ( sum_class @ SV63 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[493]) ).

thf(554,plain,
    ! [SV64: $i,SV44: $i] :
      ( ( ( ~ ( member @ SV44 @ ( sK8_Y @ SV64 @ SV44 ) )
          | ~ ( member @ ( sK8_Y @ SV64 @ SV44 ) @ SV64 ) )
        = $false )
      | ( ( member @ SV44 @ ( sum_class @ SV64 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[494]) ).

thf(555,plain,
    ! [SV65: $i,SV45: $i] :
      ( ( ( member @ SV45 @ universal_class )
        = $false )
      | ( ( ~ ( member @ SV65 @ universal_class ) )
        = $true )
      | ( ( ( first @ ( ordered_pair @ SV45 @ SV65 ) )
          = SV45 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[495]) ).

thf(556,plain,
    ! [SV66: $i,SV46: $i] :
      ( ( ( member @ SV46 @ universal_class )
        = $false )
      | ( ( ~ ( member @ SV66 @ universal_class ) )
        = $true )
      | ( ( ( second @ ( ordered_pair @ SV46 @ SV66 ) )
          = SV66 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[496]) ).

thf(557,plain,
    ! [SV67: $i,SV47: $i] :
      ( ( ( member @ SV47 @ universal_class )
        = $false )
      | ( ( ~ ( subclass @ SV47 @ SV67 ) )
        = $true )
      | ( ( member @ SV47 @ ( power_class @ SV67 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[497]) ).

thf(558,plain,
    ! [SV85: $i] :
      ( ( ( ! [SY205: $i] :
              ~ ( member @ SV85 @ ( power_class @ SY205 ) ) )
        = $true )
      | ( ( member @ SV85 @ universal_class )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[498]) ).

thf(559,plain,
    ! [SV105: $i,SV86: $i] :
      ( ( ~ ( member @ SV86 @ ( power_class @ SV105 ) )
        | ( subclass @ SV86 @ SV105 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[499]) ).

thf(560,plain,
    ! [SV48: $i,SV68: $i] :
      ( ( ( member @ SV68 @ universal_class )
        = $false )
      | ( ( ~ ( member @ SV48 @ SV68 ) )
        = $true )
      | ( ( member @ ( ordered_pair @ SV48 @ SV68 ) @ element_relation )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[500]) ).

thf(561,plain,
    ! [SV106: $i,SV87: $i] :
      ( ( ~ ( member @ ( ordered_pair @ SV87 @ SV106 ) @ element_relation )
        | ( member @ SV106 @ universal_class ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[501]) ).

thf(562,plain,
    ! [SV107: $i,SV88: $i] :
      ( ( ~ ( member @ ( ordered_pair @ SV88 @ SV107 ) @ element_relation )
        | ( member @ SV88 @ SV107 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[502]) ).

thf(563,plain,
    ! [SV19: $i] :
      ( ( ( member @ ( sK5_U @ SV19 ) @ universal_class )
        = $true )
      | ( ( SV19 = null_class )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[503]) ).

thf(564,plain,
    ! [SV19: $i] :
      ( ( ( member @ ( sK5_U @ SV19 ) @ SV19 )
        = $true )
      | ( ( SV19 = null_class )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[504]) ).

thf(565,plain,
    ! [SV69: $i,SV50: $i] :
      ( ( ( subclass @ SV50 @ SV69 )
        = $false )
      | ( ( ~ ( subclass @ SV69 @ SV50 ) )
        = $true )
      | ( ( SV50 = SV69 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[506]) ).

thf(566,plain,
    ! [SV108: $i,SV89: $i] :
      ( ( ( SV89 != SV108 )
        | ( subclass @ SV89 @ SV108 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[507]) ).

thf(567,plain,
    ! [SV109: $i,SV90: $i] :
      ( ( ( SV90 != SV109 )
        | ( subclass @ SV109 @ SV90 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[508]) ).

thf(568,plain,
    ! [SV70: $i,SV20: $i,SV77: $i] :
      ( ( ( ~ ( member @ SV77 @ SV20 ) )
        = $true )
      | ( ( ~ ( member @ SV77 @ SV70 ) )
        = $true )
      | ( ( member @ SV77 @ ( intersection @ SV20 @ SV70 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[509]) ).

thf(569,plain,
    ! [SV110: $i,SV20: $i] :
      ( ( ! [SY216: $i] :
            ( ~ ( member @ SY216 @ ( intersection @ SV20 @ SV110 ) )
            | ( member @ SY216 @ SV20 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[510]) ).

thf(570,plain,
    ! [SV111: $i,SV20: $i] :
      ( ( ! [SY217: $i] :
            ( ~ ( member @ SY217 @ ( intersection @ SV20 @ SV111 ) )
            | ( member @ SY217 @ SV111 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[511]) ).

thf(571,plain,
    ! [SV71: $i,SV52: $i] :
      ( ( ( ~ ( member @ SV52 @ universal_class ) )
        = $true )
      | ( ( ~ ( member @ SV71 @ universal_class ) )
        = $true )
      | ( ( ( ( successor @ SV52 )
           != SV71 ) )
        = $true )
      | ( ( member @ ( ordered_pair @ SV52 @ SV71 ) @ successor_relation )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[512]) ).

thf(572,plain,
    ( ( ~ ! [SX0: $i] :
            ( ! [SX1: $i] :
                ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
            | ( member @ SX0 @ universal_class ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[513]) ).

thf(573,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
            | ( member @ SX1 @ universal_class ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[513]) ).

thf(574,plain,
    ! [SV112: $i,SV91: $i] :
      ( ( ~ ( member @ ( ordered_pair @ SV91 @ SV112 ) @ successor_relation )
        | ( ( successor @ SV91 )
          = SV112 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[514]) ).

thf(575,plain,
    ! [SV113: $i,SV21: $i] :
      ( ( ~ ( member @ SV21 @ universal_class )
        | ( SV21 != SV113 )
        | ! [SY218: $i] : ( member @ SV21 @ ( unordered_pair @ SV113 @ SY218 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[515]) ).

thf(576,plain,
    ! [SV114: $i,SV21: $i] :
      ( ( ! [SY219: $i] :
            ( ~ ( member @ SV21 @ universal_class )
            | ( SV21 != SY219 )
            | ( member @ SV21 @ ( unordered_pair @ SV114 @ SY219 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[516]) ).

thf(577,plain,
    ! [SV21: $i] :
      ( ( ( ! [SY114: $i,SY115: $i] :
              ~ ( member @ SV21 @ ( unordered_pair @ SY114 @ SY115 ) ) )
        = $true )
      | ( ( member @ SV21 @ universal_class )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[517]) ).

thf(578,plain,
    ! [SV115: $i,SV21: $i] :
      ( ( ! [SY220: $i] :
            ( ~ ( member @ SV21 @ ( unordered_pair @ SV115 @ SY220 ) )
            | ( SV21 = SV115 )
            | ( SV21 = SY220 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[518]) ).

thf(579,plain,
    ! [SV53: $i,SV72: $i] :
      ( ( ( member @ SV72 @ universal_class )
        = $false )
      | ( ( member @ SV72 @ SV53 )
        = $true )
      | ( ( member @ SV72 @ ( complement @ SV53 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[519]) ).

thf(580,plain,
    ! [SV92: $i,SV116: $i] :
      ( ( ~ ( member @ SV116 @ ( complement @ SV92 ) )
        | ( member @ SV116 @ universal_class ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[520]) ).

thf(581,plain,
    ! [SV93: $i,SV117: $i] :
      ( ( ~ ( member @ SV117 @ ( complement @ SV93 ) )
        | ~ ( member @ SV117 @ SV93 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[521]) ).

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

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

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

thf(585,plain,
    ! [SV96: $i,SV78: $i,SV35: $i,SV22: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SV78 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
          | ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SV22 ) @ SV78 ) @ SV96 ) )
        = $true )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SV78 ) @ ( flip @ SV96 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[525]) ).

thf(586,plain,
    ! [SV35: $i,SV22: $i] :
      ( ( ! [SY156: $i] :
            ( ! [SY157: $i] :
                ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY156 ) @ ( flip @ SY157 ) )
            | ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY156 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[526]) ).

thf(587,plain,
    ! [SV35: $i,SV22: $i] :
      ( ( ! [SY158: $i,SY159: $i] :
            ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SY158 ) @ ( flip @ SY159 ) )
            | ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SV22 ) @ SY158 ) @ SY159 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[527]) ).

thf(588,plain,
    ! [SV97: $i,SV36: $i,SV79: $i,SV23: $i] :
      ( ( ( ~ ( member @ SV23 @ SV79 )
          | ~ ( member @ SV36 @ SV97 ) )
        = $true )
      | ( ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SV79 @ SV97 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[528]) ).

thf(589,plain,
    ! [SV36: $i,SV23: $i] :
      ( ( ! [SY162: $i] :
            ( ! [SY163: $i] :
                ~ ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SY162 @ SY163 ) )
            | ( member @ SV23 @ SY162 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[529]) ).

thf(590,plain,
    ! [SV36: $i,SV23: $i] :
      ( ( ! [SY164: $i,SY165: $i] :
            ( ~ ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SY164 @ SY165 ) )
            | ( member @ SV36 @ SY165 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[530]) ).

thf(591,plain,
    ! [SV24: $i,SV37: $i,SV98: $i,SV80: $i] :
      ( ( ( ~ ( member @ SV80 @ universal_class )
          | ~ ( member @ SV98 @ ( image @ SV37 @ ( image @ SV24 @ ( singleton @ SV80 ) ) ) ) )
        = $true )
      | ( ( member @ ( ordered_pair @ SV80 @ SV98 ) @ ( compose @ SV37 @ SV24 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[531]) ).

thf(592,plain,
    ! [SV24: $i,SV37: $i] :
      ( ( ! [SY168: $i] :
            ( ! [SY169: $i] :
                ~ ( member @ ( ordered_pair @ SY168 @ SY169 ) @ ( compose @ SV37 @ SV24 ) )
            | ( member @ SY168 @ universal_class ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[532]) ).

thf(593,plain,
    ! [SV24: $i,SV37: $i] :
      ( ( ! [SY170: $i,SY171: $i] :
            ( ~ ( member @ ( ordered_pair @ SY170 @ SY171 ) @ ( compose @ SV37 @ SV24 ) )
            | ( member @ SY171 @ ( image @ SV37 @ ( image @ SV24 @ ( singleton @ SY170 ) ) ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[533]) ).

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

thf(595,plain,
    ! [SV99: $i,SV118: $i] :
      ( ( ~ ( member @ SV118 @ ( domain_of @ SV99 ) )
        | ( ( restrict @ SV99 @ ( singleton @ SV118 ) @ universal_class )
         != null_class ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[535]) ).

thf(596,plain,
    ! [SV100: $i,SV119: $i] :
      ( ( ~ ( member @ SV119 @ ( domain_of @ SV100 ) )
        | ( member @ SV119 @ universal_class ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[536]) ).

thf(597,plain,
    ! [SV56: $i,SV74: $i] :
      ( ( ( ~ ( member @ ( sK10_U @ SV74 @ SV56 ) @ SV56 ) )
        = $false )
      | ( ( subclass @ SV56 @ SV74 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[537]) ).

thf(598,plain,
    ! [SV56: $i,SV74: $i] :
      ( ( ( ~ ~ ( member @ ( sK10_U @ SV74 @ SV56 ) @ SV74 ) )
        = $false )
      | ( ( subclass @ SV56 @ SV74 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[537]) ).

thf(599,plain,
    ! [SV75: $i,SV57: $i,SV120: $i] :
      ( ( ( ~ ( member @ SV120 @ SV57 )
          | ( member @ SV120 @ SV75 ) )
        = $true )
      | ( ( subclass @ SV57 @ SV75 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[538]) ).

thf(600,plain,
    ! [SV81: $i,SV58: $i] :
      ( ( ( SV58
          = ( ordered_pair @ SV81 @ SV81 ) )
        = $false )
      | ( ( ~ ( member @ SV81 @ universal_class ) )
        = $true )
      | ( ( member @ SV58 @ identity_relation )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[539]) ).

thf(601,plain,
    ! [SV59: $i] :
      ( ( ( ( SV59
           != ( ordered_pair @ ( sK7_X @ SV59 ) @ ( sK7_X @ SV59 ) ) ) )
        = $false )
      | ( ( member @ SV59 @ identity_relation )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[540]) ).

thf(602,plain,
    ! [SV59: $i] :
      ( ( ( ~ ( member @ ( sK7_X @ SV59 ) @ universal_class ) )
        = $false )
      | ( ( member @ SV59 @ identity_relation )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[540]) ).

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

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

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

thf(606,plain,
    ! [SV25: $i,SV103: $i,SV82: $i,SV38: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SV82 ) @ SV103 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
          | ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV82 @ SV103 ) @ SV38 ) @ SV25 ) )
        = $true )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SV82 ) @ SV103 ) @ ( rotate @ SV25 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[544]) ).

thf(607,plain,
    ! [SV25: $i,SV38: $i] :
      ( ( ! [SY174: $i,SY175: $i] :
            ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY174 ) @ SY175 ) @ ( rotate @ SV25 ) )
            | ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY174 ) @ SY175 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[545]) ).

thf(608,plain,
    ! [SV25: $i,SV38: $i] :
      ( ( ! [SY176: $i,SY177: $i] :
            ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SY176 ) @ SY177 ) @ ( rotate @ SV25 ) )
            | ( member @ ( ordered_pair @ ( ordered_pair @ SY176 @ SY177 ) @ SV38 ) @ SV25 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[546]) ).

thf(609,plain,
    ! [SV76: $i,SV26: $i,SV83: $i] :
      ( ( ( member @ SV83 @ ( union @ SV26 @ SV76 ) )
        = $false )
      | ( ( ( member @ SV83 @ SV26 )
          | ( member @ SV83 @ SV76 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[547]) ).

thf(610,plain,
    ! [SV121: $i,SV26: $i] :
      ( ( ! [SY221: $i] :
            ( ~ ( member @ SY221 @ SV26 )
            | ( member @ SY221 @ ( union @ SV26 @ SV121 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[548]) ).

thf(611,plain,
    ! [SV26: $i,SV122: $i] :
      ( ( ! [SY222: $i] :
            ( ~ ( member @ SY222 @ SV122 )
            | ( member @ SY222 @ ( union @ SV26 @ SV122 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[549]) ).

thf(612,plain,
    ! [SV41: $i,SV61: $i] :
      ( ( ( member @ ( sK6_U @ SV61 @ SV41 ) @ SV41 )
        = $true )
      | ( ( disjoint @ SV41 @ SV61 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[550]) ).

thf(613,plain,
    ! [SV41: $i,SV61: $i] :
      ( ( ( member @ ( sK6_U @ SV61 @ SV41 ) @ SV61 )
        = $true )
      | ( ( disjoint @ SV41 @ SV61 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[551]) ).

thf(614,plain,
    ! [SV62: $i,SV42: $i,SV104: $i] :
      ( ( ( ~ ( member @ SV104 @ SV42 ) )
        = $true )
      | ( ( ~ ( member @ SV104 @ SV62 ) )
        = $true )
      | ( ( disjoint @ SV42 @ SV62 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[552]) ).

thf(615,plain,
    ! [SV63: $i,SV84: $i,SV43: $i] :
      ( ( ( member @ SV43 @ SV84 )
        = $false )
      | ( ( ~ ( member @ SV84 @ SV63 ) )
        = $true )
      | ( ( member @ SV43 @ ( sum_class @ SV63 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[553]) ).

thf(616,plain,
    ! [SV64: $i,SV44: $i] :
      ( ( ( ~ ( member @ SV44 @ ( sK8_Y @ SV64 @ SV44 ) ) )
        = $false )
      | ( ( member @ SV44 @ ( sum_class @ SV64 ) )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[554]) ).

thf(617,plain,
    ! [SV44: $i,SV64: $i] :
      ( ( ( ~ ( member @ ( sK8_Y @ SV64 @ SV44 ) @ SV64 ) )
        = $false )
      | ( ( member @ SV44 @ ( sum_class @ SV64 ) )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[554]) ).

thf(618,plain,
    ! [SV45: $i,SV65: $i] :
      ( ( ( member @ SV65 @ universal_class )
        = $false )
      | ( ( member @ SV45 @ universal_class )
        = $false )
      | ( ( ( first @ ( ordered_pair @ SV45 @ SV65 ) )
          = SV45 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[555]) ).

thf(619,plain,
    ! [SV46: $i,SV66: $i] :
      ( ( ( member @ SV66 @ universal_class )
        = $false )
      | ( ( member @ SV46 @ universal_class )
        = $false )
      | ( ( ( second @ ( ordered_pair @ SV46 @ SV66 ) )
          = SV66 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[556]) ).

thf(620,plain,
    ! [SV67: $i,SV47: $i] :
      ( ( ( subclass @ SV47 @ SV67 )
        = $false )
      | ( ( member @ SV47 @ universal_class )
        = $false )
      | ( ( member @ SV47 @ ( power_class @ SV67 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[557]) ).

thf(621,plain,
    ! [SV123: $i,SV85: $i] :
      ( ( ( ~ ( member @ SV85 @ ( power_class @ SV123 ) ) )
        = $true )
      | ( ( member @ SV85 @ universal_class )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[558]) ).

thf(622,plain,
    ! [SV105: $i,SV86: $i] :
      ( ( ( ~ ( member @ SV86 @ ( power_class @ SV105 ) ) )
        = $true )
      | ( ( subclass @ SV86 @ SV105 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[559]) ).

thf(623,plain,
    ! [SV68: $i,SV48: $i] :
      ( ( ( member @ SV48 @ SV68 )
        = $false )
      | ( ( member @ SV68 @ universal_class )
        = $false )
      | ( ( member @ ( ordered_pair @ SV48 @ SV68 ) @ element_relation )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[560]) ).

thf(624,plain,
    ! [SV106: $i,SV87: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ SV87 @ SV106 ) @ element_relation ) )
        = $true )
      | ( ( member @ SV106 @ universal_class )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[561]) ).

thf(625,plain,
    ! [SV107: $i,SV88: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ SV88 @ SV107 ) @ element_relation ) )
        = $true )
      | ( ( member @ SV88 @ SV107 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[562]) ).

thf(626,plain,
    ! [SV50: $i,SV69: $i] :
      ( ( ( subclass @ SV69 @ SV50 )
        = $false )
      | ( ( subclass @ SV50 @ SV69 )
        = $false )
      | ( ( SV50 = SV69 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[565]) ).

thf(627,plain,
    ! [SV108: $i,SV89: $i] :
      ( ( ( ( SV89 != SV108 ) )
        = $true )
      | ( ( subclass @ SV89 @ SV108 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[566]) ).

thf(628,plain,
    ! [SV109: $i,SV90: $i] :
      ( ( ( ( SV90 != SV109 ) )
        = $true )
      | ( ( subclass @ SV109 @ SV90 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[567]) ).

thf(629,plain,
    ! [SV70: $i,SV20: $i,SV77: $i] :
      ( ( ( member @ SV77 @ SV20 )
        = $false )
      | ( ( ~ ( member @ SV77 @ SV70 ) )
        = $true )
      | ( ( member @ SV77 @ ( intersection @ SV20 @ SV70 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[568]) ).

thf(630,plain,
    ! [SV110: $i,SV20: $i,SV124: $i] :
      ( ( ~ ( member @ SV124 @ ( intersection @ SV20 @ SV110 ) )
        | ( member @ SV124 @ SV20 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[569]) ).

thf(631,plain,
    ! [SV111: $i,SV20: $i,SV125: $i] :
      ( ( ~ ( member @ SV125 @ ( intersection @ SV20 @ SV111 ) )
        | ( member @ SV125 @ SV111 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[570]) ).

thf(632,plain,
    ! [SV71: $i,SV52: $i] :
      ( ( ( member @ SV52 @ universal_class )
        = $false )
      | ( ( ~ ( member @ SV71 @ universal_class ) )
        = $true )
      | ( ( ( ( successor @ SV52 )
           != SV71 ) )
        = $true )
      | ( ( member @ ( ordered_pair @ SV52 @ SV71 ) @ successor_relation )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[571]) ).

thf(633,plain,
    ( ( ! [SX0: $i] :
          ( ! [SX1: $i] :
              ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
          | ( member @ SX0 @ universal_class ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[572]) ).

thf(634,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( member @ ( ordered_pair @ SX0 @ SX1 ) @ successor_relation )
          | ( member @ SX1 @ universal_class ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[573]) ).

thf(635,plain,
    ! [SV112: $i,SV91: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ SV91 @ SV112 ) @ successor_relation ) )
        = $true )
      | ( ( ( successor @ SV91 )
          = SV112 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[574]) ).

thf(636,plain,
    ! [SV113: $i,SV21: $i] :
      ( ( ( ~ ( member @ SV21 @ universal_class )
          | ( SV21 != SV113 ) )
        = $true )
      | ( ( ! [SY218: $i] : ( member @ SV21 @ ( unordered_pair @ SV113 @ SY218 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[575]) ).

thf(637,plain,
    ! [SV114: $i,SV126: $i,SV21: $i] :
      ( ( ~ ( member @ SV21 @ universal_class )
        | ( SV21 != SV126 )
        | ( member @ SV21 @ ( unordered_pair @ SV114 @ SV126 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[576]) ).

thf(638,plain,
    ! [SV127: $i,SV21: $i] :
      ( ( ( ! [SY223: $i] :
              ~ ( member @ SV21 @ ( unordered_pair @ SV127 @ SY223 ) ) )
        = $true )
      | ( ( member @ SV21 @ universal_class )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[577]) ).

thf(639,plain,
    ! [SV128: $i,SV115: $i,SV21: $i] :
      ( ( ~ ( member @ SV21 @ ( unordered_pair @ SV115 @ SV128 ) )
        | ( SV21 = SV115 )
        | ( SV21 = SV128 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[578]) ).

thf(640,plain,
    ! [SV92: $i,SV116: $i] :
      ( ( ( ~ ( member @ SV116 @ ( complement @ SV92 ) ) )
        = $true )
      | ( ( member @ SV116 @ universal_class )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[580]) ).

thf(641,plain,
    ! [SV93: $i,SV117: $i] :
      ( ( ( ~ ( member @ SV117 @ ( complement @ SV93 ) ) )
        = $true )
      | ( ( ~ ( member @ SV117 @ SV93 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[581]) ).

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

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

thf(644,plain,
    ! [SV96: $i,SV78: $i,SV35: $i,SV22: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SV78 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
        = $true )
      | ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SV22 ) @ SV78 ) @ SV96 ) )
        = $true )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SV78 ) @ ( flip @ SV96 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[585]) ).

thf(645,plain,
    ! [SV129: $i,SV35: $i,SV22: $i] :
      ( ( ! [SY224: $i] :
            ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SV129 ) @ ( flip @ SY224 ) )
        | ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SV129 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[586]) ).

thf(646,plain,
    ! [SV130: $i,SV35: $i,SV22: $i] :
      ( ( ! [SY225: $i] :
            ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SV130 ) @ ( flip @ SY225 ) )
            | ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SV22 ) @ SV130 ) @ SY225 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[587]) ).

thf(647,plain,
    ! [SV97: $i,SV36: $i,SV79: $i,SV23: $i] :
      ( ( ( ~ ( member @ SV23 @ SV79 ) )
        = $true )
      | ( ( ~ ( member @ SV36 @ SV97 ) )
        = $true )
      | ( ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SV79 @ SV97 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[588]) ).

thf(648,plain,
    ! [SV131: $i,SV36: $i,SV23: $i] :
      ( ( ! [SY226: $i] :
            ~ ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SV131 @ SY226 ) )
        | ( member @ SV23 @ SV131 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[589]) ).

thf(649,plain,
    ! [SV132: $i,SV36: $i,SV23: $i] :
      ( ( ! [SY227: $i] :
            ( ~ ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SV132 @ SY227 ) )
            | ( member @ SV36 @ SY227 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[590]) ).

thf(650,plain,
    ! [SV24: $i,SV37: $i,SV98: $i,SV80: $i] :
      ( ( ( ~ ( member @ SV80 @ universal_class ) )
        = $true )
      | ( ( ~ ( member @ SV98 @ ( image @ SV37 @ ( image @ SV24 @ ( singleton @ SV80 ) ) ) ) )
        = $true )
      | ( ( member @ ( ordered_pair @ SV80 @ SV98 ) @ ( compose @ SV37 @ SV24 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[591]) ).

thf(651,plain,
    ! [SV24: $i,SV37: $i,SV133: $i] :
      ( ( ! [SY228: $i] :
            ~ ( member @ ( ordered_pair @ SV133 @ SY228 ) @ ( compose @ SV37 @ SV24 ) )
        | ( member @ SV133 @ universal_class ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[592]) ).

thf(652,plain,
    ! [SV24: $i,SV37: $i,SV134: $i] :
      ( ( ! [SY229: $i] :
            ( ~ ( member @ ( ordered_pair @ SV134 @ SY229 ) @ ( compose @ SV37 @ SV24 ) )
            | ( member @ SY229 @ ( image @ SV37 @ ( image @ SV24 @ ( singleton @ SV134 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[593]) ).

thf(653,plain,
    ! [SV99: $i,SV118: $i] :
      ( ( ( ~ ( member @ SV118 @ ( domain_of @ SV99 ) ) )
        = $true )
      | ( ( ( ( restrict @ SV99 @ ( singleton @ SV118 ) @ universal_class )
           != null_class ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[595]) ).

thf(654,plain,
    ! [SV100: $i,SV119: $i] :
      ( ( ( ~ ( member @ SV119 @ ( domain_of @ SV100 ) ) )
        = $true )
      | ( ( member @ SV119 @ universal_class )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[596]) ).

thf(655,plain,
    ! [SV56: $i,SV74: $i] :
      ( ( ( member @ ( sK10_U @ SV74 @ SV56 ) @ SV56 )
        = $true )
      | ( ( subclass @ SV56 @ SV74 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[597]) ).

thf(656,plain,
    ! [SV56: $i,SV74: $i] :
      ( ( ( ~ ( member @ ( sK10_U @ SV74 @ SV56 ) @ SV74 ) )
        = $true )
      | ( ( subclass @ SV56 @ SV74 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[598]) ).

thf(657,plain,
    ! [SV75: $i,SV57: $i,SV120: $i] :
      ( ( ( ~ ( member @ SV120 @ SV57 ) )
        = $true )
      | ( ( member @ SV120 @ SV75 )
        = $true )
      | ( ( subclass @ SV57 @ SV75 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[599]) ).

thf(658,plain,
    ! [SV58: $i,SV81: $i] :
      ( ( ( member @ SV81 @ universal_class )
        = $false )
      | ( ( SV58
          = ( ordered_pair @ SV81 @ SV81 ) )
        = $false )
      | ( ( member @ SV58 @ identity_relation )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[600]) ).

thf(659,plain,
    ! [SV59: $i] :
      ( ( ( SV59
          = ( ordered_pair @ ( sK7_X @ SV59 ) @ ( sK7_X @ SV59 ) ) )
        = $true )
      | ( ( member @ SV59 @ identity_relation )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[601]) ).

thf(660,plain,
    ! [SV59: $i] :
      ( ( ( member @ ( sK7_X @ SV59 ) @ universal_class )
        = $true )
      | ( ( member @ SV59 @ identity_relation )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[602]) ).

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

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

thf(663,plain,
    ! [SV25: $i,SV103: $i,SV82: $i,SV38: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SV82 ) @ SV103 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
        = $true )
      | ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV82 @ SV103 ) @ SV38 ) @ SV25 ) )
        = $true )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SV82 ) @ SV103 ) @ ( rotate @ SV25 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[606]) ).

thf(664,plain,
    ! [SV25: $i,SV135: $i,SV38: $i] :
      ( ( ! [SY230: $i] :
            ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SV135 ) @ SY230 ) @ ( rotate @ SV25 ) )
            | ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SV135 ) @ SY230 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[607]) ).

thf(665,plain,
    ! [SV25: $i,SV136: $i,SV38: $i] :
      ( ( ! [SY231: $i] :
            ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SV136 ) @ SY231 ) @ ( rotate @ SV25 ) )
            | ( member @ ( ordered_pair @ ( ordered_pair @ SV136 @ SY231 ) @ SV38 ) @ SV25 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[608]) ).

thf(666,plain,
    ! [SV76: $i,SV26: $i,SV83: $i] :
      ( ( ( member @ SV83 @ SV26 )
        = $true )
      | ( ( member @ SV83 @ SV76 )
        = $true )
      | ( ( member @ SV83 @ ( union @ SV26 @ SV76 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[609]) ).

thf(667,plain,
    ! [SV121: $i,SV26: $i,SV137: $i] :
      ( ( ~ ( member @ SV137 @ SV26 )
        | ( member @ SV137 @ ( union @ SV26 @ SV121 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[610]) ).

thf(668,plain,
    ! [SV26: $i,SV122: $i,SV138: $i] :
      ( ( ~ ( member @ SV138 @ SV122 )
        | ( member @ SV138 @ ( union @ SV26 @ SV122 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[611]) ).

thf(669,plain,
    ! [SV62: $i,SV42: $i,SV104: $i] :
      ( ( ( member @ SV104 @ SV42 )
        = $false )
      | ( ( ~ ( member @ SV104 @ SV62 ) )
        = $true )
      | ( ( disjoint @ SV42 @ SV62 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[614]) ).

thf(670,plain,
    ! [SV43: $i,SV63: $i,SV84: $i] :
      ( ( ( member @ SV84 @ SV63 )
        = $false )
      | ( ( member @ SV43 @ SV84 )
        = $false )
      | ( ( member @ SV43 @ ( sum_class @ SV63 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[615]) ).

thf(671,plain,
    ! [SV64: $i,SV44: $i] :
      ( ( ( member @ SV44 @ ( sK8_Y @ SV64 @ SV44 ) )
        = $true )
      | ( ( member @ SV44 @ ( sum_class @ SV64 ) )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[616]) ).

thf(672,plain,
    ! [SV44: $i,SV64: $i] :
      ( ( ( member @ ( sK8_Y @ SV64 @ SV44 ) @ SV64 )
        = $true )
      | ( ( member @ SV44 @ ( sum_class @ SV64 ) )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[617]) ).

thf(673,plain,
    ! [SV123: $i,SV85: $i] :
      ( ( ( member @ SV85 @ ( power_class @ SV123 ) )
        = $false )
      | ( ( member @ SV85 @ universal_class )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[621]) ).

thf(674,plain,
    ! [SV105: $i,SV86: $i] :
      ( ( ( member @ SV86 @ ( power_class @ SV105 ) )
        = $false )
      | ( ( subclass @ SV86 @ SV105 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[622]) ).

thf(675,plain,
    ! [SV106: $i,SV87: $i] :
      ( ( ( member @ ( ordered_pair @ SV87 @ SV106 ) @ element_relation )
        = $false )
      | ( ( member @ SV106 @ universal_class )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[624]) ).

thf(676,plain,
    ! [SV107: $i,SV88: $i] :
      ( ( ( member @ ( ordered_pair @ SV88 @ SV107 ) @ element_relation )
        = $false )
      | ( ( member @ SV88 @ SV107 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[625]) ).

thf(677,plain,
    ! [SV108: $i,SV89: $i] :
      ( ( ( SV89 = SV108 )
        = $false )
      | ( ( subclass @ SV89 @ SV108 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[627]) ).

thf(678,plain,
    ! [SV109: $i,SV90: $i] :
      ( ( ( SV90 = SV109 )
        = $false )
      | ( ( subclass @ SV109 @ SV90 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[628]) ).

thf(679,plain,
    ! [SV20: $i,SV70: $i,SV77: $i] :
      ( ( ( member @ SV77 @ SV70 )
        = $false )
      | ( ( member @ SV77 @ SV20 )
        = $false )
      | ( ( member @ SV77 @ ( intersection @ SV20 @ SV70 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[629]) ).

thf(680,plain,
    ! [SV110: $i,SV20: $i,SV124: $i] :
      ( ( ( ~ ( member @ SV124 @ ( intersection @ SV20 @ SV110 ) ) )
        = $true )
      | ( ( member @ SV124 @ SV20 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[630]) ).

thf(681,plain,
    ! [SV111: $i,SV20: $i,SV125: $i] :
      ( ( ( ~ ( member @ SV125 @ ( intersection @ SV20 @ SV111 ) ) )
        = $true )
      | ( ( member @ SV125 @ SV111 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[631]) ).

thf(682,plain,
    ! [SV52: $i,SV71: $i] :
      ( ( ( member @ SV71 @ universal_class )
        = $false )
      | ( ( member @ SV52 @ universal_class )
        = $false )
      | ( ( ( ( successor @ SV52 )
           != SV71 ) )
        = $true )
      | ( ( member @ ( ordered_pair @ SV52 @ SV71 ) @ successor_relation )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[632]) ).

thf(683,plain,
    ! [SV139: $i] :
      ( ( ! [SY232: $i] :
            ~ ( member @ ( ordered_pair @ SV139 @ SY232 ) @ successor_relation )
        | ( member @ SV139 @ universal_class ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[633]) ).

thf(684,plain,
    ! [SV140: $i] :
      ( ( ! [SY233: $i] :
            ( ~ ( member @ ( ordered_pair @ SV140 @ SY233 ) @ successor_relation )
            | ( member @ SY233 @ universal_class ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[634]) ).

thf(685,plain,
    ! [SV112: $i,SV91: $i] :
      ( ( ( member @ ( ordered_pair @ SV91 @ SV112 ) @ successor_relation )
        = $false )
      | ( ( ( successor @ SV91 )
          = SV112 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[635]) ).

thf(686,plain,
    ! [SV113: $i,SV21: $i] :
      ( ( ( ~ ( member @ SV21 @ universal_class ) )
        = $true )
      | ( ( ( SV21 != SV113 ) )
        = $true )
      | ( ( ! [SY218: $i] : ( member @ SV21 @ ( unordered_pair @ SV113 @ SY218 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[636]) ).

thf(687,plain,
    ! [SV114: $i,SV126: $i,SV21: $i] :
      ( ( ( ~ ( member @ SV21 @ universal_class )
          | ( SV21 != SV126 ) )
        = $true )
      | ( ( member @ SV21 @ ( unordered_pair @ SV114 @ SV126 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[637]) ).

thf(688,plain,
    ! [SV141: $i,SV127: $i,SV21: $i] :
      ( ( ( ~ ( member @ SV21 @ ( unordered_pair @ SV127 @ SV141 ) ) )
        = $true )
      | ( ( member @ SV21 @ universal_class )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[638]) ).

thf(689,plain,
    ! [SV128: $i,SV115: $i,SV21: $i] :
      ( ( ( ~ ( member @ SV21 @ ( unordered_pair @ SV115 @ SV128 ) ) )
        = $true )
      | ( ( ( SV21 = SV115 )
          | ( SV21 = SV128 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[639]) ).

thf(690,plain,
    ! [SV92: $i,SV116: $i] :
      ( ( ( member @ SV116 @ ( complement @ SV92 ) )
        = $false )
      | ( ( member @ SV116 @ universal_class )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[640]) ).

thf(691,plain,
    ! [SV93: $i,SV117: $i] :
      ( ( ( member @ SV117 @ ( complement @ SV93 ) )
        = $false )
      | ( ( ~ ( member @ SV117 @ SV93 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[641]) ).

thf(692,plain,
    ! [SV96: $i,SV78: $i,SV35: $i,SV22: $i] :
      ( ( ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SV78 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
        = $false )
      | ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SV22 ) @ SV78 ) @ SV96 ) )
        = $true )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SV78 ) @ ( flip @ SV96 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[644]) ).

thf(693,plain,
    ! [SV129: $i,SV35: $i,SV22: $i] :
      ( ( ( ! [SY224: $i] :
              ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SV129 ) @ ( flip @ SY224 ) ) )
        = $true )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SV129 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[645]) ).

thf(694,plain,
    ! [SV142: $i,SV130: $i,SV35: $i,SV22: $i] :
      ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SV130 ) @ ( flip @ SV142 ) )
        | ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SV22 ) @ SV130 ) @ SV142 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[646]) ).

thf(695,plain,
    ! [SV97: $i,SV36: $i,SV79: $i,SV23: $i] :
      ( ( ( member @ SV23 @ SV79 )
        = $false )
      | ( ( ~ ( member @ SV36 @ SV97 ) )
        = $true )
      | ( ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SV79 @ SV97 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[647]) ).

thf(696,plain,
    ! [SV131: $i,SV36: $i,SV23: $i] :
      ( ( ( ! [SY226: $i] :
              ~ ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SV131 @ SY226 ) ) )
        = $true )
      | ( ( member @ SV23 @ SV131 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[648]) ).

thf(697,plain,
    ! [SV143: $i,SV132: $i,SV36: $i,SV23: $i] :
      ( ( ~ ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SV132 @ SV143 ) )
        | ( member @ SV36 @ SV143 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[649]) ).

thf(698,plain,
    ! [SV24: $i,SV37: $i,SV98: $i,SV80: $i] :
      ( ( ( member @ SV80 @ universal_class )
        = $false )
      | ( ( ~ ( member @ SV98 @ ( image @ SV37 @ ( image @ SV24 @ ( singleton @ SV80 ) ) ) ) )
        = $true )
      | ( ( member @ ( ordered_pair @ SV80 @ SV98 ) @ ( compose @ SV37 @ SV24 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[650]) ).

thf(699,plain,
    ! [SV24: $i,SV37: $i,SV133: $i] :
      ( ( ( ! [SY228: $i] :
              ~ ( member @ ( ordered_pair @ SV133 @ SY228 ) @ ( compose @ SV37 @ SV24 ) ) )
        = $true )
      | ( ( member @ SV133 @ universal_class )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[651]) ).

thf(700,plain,
    ! [SV24: $i,SV37: $i,SV144: $i,SV134: $i] :
      ( ( ~ ( member @ ( ordered_pair @ SV134 @ SV144 ) @ ( compose @ SV37 @ SV24 ) )
        | ( member @ SV144 @ ( image @ SV37 @ ( image @ SV24 @ ( singleton @ SV134 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[652]) ).

thf(701,plain,
    ! [SV99: $i,SV118: $i] :
      ( ( ( member @ SV118 @ ( domain_of @ SV99 ) )
        = $false )
      | ( ( ( ( restrict @ SV99 @ ( singleton @ SV118 ) @ universal_class )
           != null_class ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[653]) ).

thf(702,plain,
    ! [SV100: $i,SV119: $i] :
      ( ( ( member @ SV119 @ ( domain_of @ SV100 ) )
        = $false )
      | ( ( member @ SV119 @ universal_class )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[654]) ).

thf(703,plain,
    ! [SV56: $i,SV74: $i] :
      ( ( ( member @ ( sK10_U @ SV74 @ SV56 ) @ SV74 )
        = $false )
      | ( ( subclass @ SV56 @ SV74 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[656]) ).

thf(704,plain,
    ! [SV75: $i,SV57: $i,SV120: $i] :
      ( ( ( member @ SV120 @ SV57 )
        = $false )
      | ( ( member @ SV120 @ SV75 )
        = $true )
      | ( ( subclass @ SV57 @ SV75 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[657]) ).

thf(705,plain,
    ! [SV25: $i,SV103: $i,SV82: $i,SV38: $i] :
      ( ( ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SV82 ) @ SV103 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
        = $false )
      | ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV82 @ SV103 ) @ SV38 ) @ SV25 ) )
        = $true )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SV82 ) @ SV103 ) @ ( rotate @ SV25 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[663]) ).

thf(706,plain,
    ! [SV25: $i,SV145: $i,SV135: $i,SV38: $i] :
      ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SV135 ) @ SV145 ) @ ( rotate @ SV25 ) )
        | ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SV135 ) @ SV145 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[664]) ).

thf(707,plain,
    ! [SV25: $i,SV146: $i,SV136: $i,SV38: $i] :
      ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SV136 ) @ SV146 ) @ ( rotate @ SV25 ) )
        | ( member @ ( ordered_pair @ ( ordered_pair @ SV136 @ SV146 ) @ SV38 ) @ SV25 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[665]) ).

thf(708,plain,
    ! [SV121: $i,SV26: $i,SV137: $i] :
      ( ( ( ~ ( member @ SV137 @ SV26 ) )
        = $true )
      | ( ( member @ SV137 @ ( union @ SV26 @ SV121 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[667]) ).

thf(709,plain,
    ! [SV26: $i,SV122: $i,SV138: $i] :
      ( ( ( ~ ( member @ SV138 @ SV122 ) )
        = $true )
      | ( ( member @ SV138 @ ( union @ SV26 @ SV122 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[668]) ).

thf(710,plain,
    ! [SV42: $i,SV62: $i,SV104: $i] :
      ( ( ( member @ SV104 @ SV62 )
        = $false )
      | ( ( member @ SV104 @ SV42 )
        = $false )
      | ( ( disjoint @ SV42 @ SV62 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[669]) ).

thf(711,plain,
    ! [SV110: $i,SV20: $i,SV124: $i] :
      ( ( ( member @ SV124 @ ( intersection @ SV20 @ SV110 ) )
        = $false )
      | ( ( member @ SV124 @ SV20 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[680]) ).

thf(712,plain,
    ! [SV111: $i,SV20: $i,SV125: $i] :
      ( ( ( member @ SV125 @ ( intersection @ SV20 @ SV111 ) )
        = $false )
      | ( ( member @ SV125 @ SV111 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[681]) ).

thf(713,plain,
    ! [SV71: $i,SV52: $i] :
      ( ( ( ( successor @ SV52 )
          = SV71 )
        = $false )
      | ( ( member @ SV52 @ universal_class )
        = $false )
      | ( ( member @ SV71 @ universal_class )
        = $false )
      | ( ( member @ ( ordered_pair @ SV52 @ SV71 ) @ successor_relation )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[682]) ).

thf(714,plain,
    ! [SV139: $i] :
      ( ( ( ! [SY232: $i] :
              ~ ( member @ ( ordered_pair @ SV139 @ SY232 ) @ successor_relation ) )
        = $true )
      | ( ( member @ SV139 @ universal_class )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[683]) ).

thf(715,plain,
    ! [SV147: $i,SV140: $i] :
      ( ( ~ ( member @ ( ordered_pair @ SV140 @ SV147 ) @ successor_relation )
        | ( member @ SV147 @ universal_class ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[684]) ).

thf(716,plain,
    ! [SV113: $i,SV21: $i] :
      ( ( ( member @ SV21 @ universal_class )
        = $false )
      | ( ( ( SV21 != SV113 ) )
        = $true )
      | ( ( ! [SY218: $i] : ( member @ SV21 @ ( unordered_pair @ SV113 @ SY218 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[686]) ).

thf(717,plain,
    ! [SV114: $i,SV126: $i,SV21: $i] :
      ( ( ( ~ ( member @ SV21 @ universal_class ) )
        = $true )
      | ( ( ( SV21 != SV126 ) )
        = $true )
      | ( ( member @ SV21 @ ( unordered_pair @ SV114 @ SV126 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[687]) ).

thf(718,plain,
    ! [SV141: $i,SV127: $i,SV21: $i] :
      ( ( ( member @ SV21 @ ( unordered_pair @ SV127 @ SV141 ) )
        = $false )
      | ( ( member @ SV21 @ universal_class )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[688]) ).

thf(719,plain,
    ! [SV128: $i,SV115: $i,SV21: $i] :
      ( ( ( member @ SV21 @ ( unordered_pair @ SV115 @ SV128 ) )
        = $false )
      | ( ( ( SV21 = SV115 )
          | ( SV21 = SV128 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[689]) ).

thf(720,plain,
    ! [SV93: $i,SV117: $i] :
      ( ( ( member @ SV117 @ SV93 )
        = $false )
      | ( ( member @ SV117 @ ( complement @ SV93 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[691]) ).

thf(721,plain,
    ! [SV96: $i,SV78: $i,SV22: $i,SV35: $i] :
      ( ( ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SV22 ) @ SV78 ) @ SV96 )
        = $false )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SV78 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
        = $false )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SV78 ) @ ( flip @ SV96 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[692]) ).

thf(722,plain,
    ! [SV148: $i,SV129: $i,SV35: $i,SV22: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SV129 ) @ ( flip @ SV148 ) ) )
        = $true )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SV129 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[693]) ).

thf(723,plain,
    ! [SV142: $i,SV130: $i,SV35: $i,SV22: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SV130 ) @ ( flip @ SV142 ) ) )
        = $true )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SV22 ) @ SV130 ) @ SV142 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[694]) ).

thf(724,plain,
    ! [SV79: $i,SV23: $i,SV97: $i,SV36: $i] :
      ( ( ( member @ SV36 @ SV97 )
        = $false )
      | ( ( member @ SV23 @ SV79 )
        = $false )
      | ( ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SV79 @ SV97 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[695]) ).

thf(725,plain,
    ! [SV149: $i,SV131: $i,SV36: $i,SV23: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SV131 @ SV149 ) ) )
        = $true )
      | ( ( member @ SV23 @ SV131 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[696]) ).

thf(726,plain,
    ! [SV143: $i,SV132: $i,SV36: $i,SV23: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SV132 @ SV143 ) ) )
        = $true )
      | ( ( member @ SV36 @ SV143 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[697]) ).

thf(727,plain,
    ! [SV80: $i,SV24: $i,SV37: $i,SV98: $i] :
      ( ( ( member @ SV98 @ ( image @ SV37 @ ( image @ SV24 @ ( singleton @ SV80 ) ) ) )
        = $false )
      | ( ( member @ SV80 @ universal_class )
        = $false )
      | ( ( member @ ( ordered_pair @ SV80 @ SV98 ) @ ( compose @ SV37 @ SV24 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[698]) ).

thf(728,plain,
    ! [SV24: $i,SV37: $i,SV150: $i,SV133: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ SV133 @ SV150 ) @ ( compose @ SV37 @ SV24 ) ) )
        = $true )
      | ( ( member @ SV133 @ universal_class )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[699]) ).

thf(729,plain,
    ! [SV24: $i,SV37: $i,SV144: $i,SV134: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ SV134 @ SV144 ) @ ( compose @ SV37 @ SV24 ) ) )
        = $true )
      | ( ( member @ SV144 @ ( image @ SV37 @ ( image @ SV24 @ ( singleton @ SV134 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[700]) ).

thf(730,plain,
    ! [SV118: $i,SV99: $i] :
      ( ( ( ( restrict @ SV99 @ ( singleton @ SV118 ) @ universal_class )
          = null_class )
        = $false )
      | ( ( member @ SV118 @ ( domain_of @ SV99 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[701]) ).

thf(731,plain,
    ! [SV25: $i,SV38: $i,SV103: $i,SV82: $i] :
      ( ( ( member @ ( ordered_pair @ ( ordered_pair @ SV82 @ SV103 ) @ SV38 ) @ SV25 )
        = $false )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SV82 ) @ SV103 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
        = $false )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SV82 ) @ SV103 ) @ ( rotate @ SV25 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[705]) ).

thf(732,plain,
    ! [SV25: $i,SV145: $i,SV135: $i,SV38: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SV135 ) @ SV145 ) @ ( rotate @ SV25 ) ) )
        = $true )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SV135 ) @ SV145 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[706]) ).

thf(733,plain,
    ! [SV25: $i,SV146: $i,SV136: $i,SV38: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SV136 ) @ SV146 ) @ ( rotate @ SV25 ) ) )
        = $true )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV136 @ SV146 ) @ SV38 ) @ SV25 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[707]) ).

thf(734,plain,
    ! [SV121: $i,SV26: $i,SV137: $i] :
      ( ( ( member @ SV137 @ SV26 )
        = $false )
      | ( ( member @ SV137 @ ( union @ SV26 @ SV121 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[708]) ).

thf(735,plain,
    ! [SV26: $i,SV122: $i,SV138: $i] :
      ( ( ( member @ SV138 @ SV122 )
        = $false )
      | ( ( member @ SV138 @ ( union @ SV26 @ SV122 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[709]) ).

thf(736,plain,
    ! [SV151: $i,SV139: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ SV139 @ SV151 ) @ successor_relation ) )
        = $true )
      | ( ( member @ SV139 @ universal_class )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[714]) ).

thf(737,plain,
    ! [SV147: $i,SV140: $i] :
      ( ( ( ~ ( member @ ( ordered_pair @ SV140 @ SV147 ) @ successor_relation ) )
        = $true )
      | ( ( member @ SV147 @ universal_class )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[715]) ).

thf(738,plain,
    ! [SV113: $i,SV21: $i] :
      ( ( ( SV21 = SV113 )
        = $false )
      | ( ( member @ SV21 @ universal_class )
        = $false )
      | ( ( ! [SY218: $i] : ( member @ SV21 @ ( unordered_pair @ SV113 @ SY218 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[716]) ).

thf(739,plain,
    ! [SV114: $i,SV126: $i,SV21: $i] :
      ( ( ( member @ SV21 @ universal_class )
        = $false )
      | ( ( ( SV21 != SV126 ) )
        = $true )
      | ( ( member @ SV21 @ ( unordered_pair @ SV114 @ SV126 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[717]) ).

thf(740,plain,
    ! [SV128: $i,SV115: $i,SV21: $i] :
      ( ( ( SV21 = SV115 )
        = $true )
      | ( ( SV21 = SV128 )
        = $true )
      | ( ( member @ SV21 @ ( unordered_pair @ SV115 @ SV128 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[719]) ).

thf(741,plain,
    ! [SV148: $i,SV129: $i,SV35: $i,SV22: $i] :
      ( ( ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SV129 ) @ ( flip @ SV148 ) )
        = $false )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SV129 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[722]) ).

thf(742,plain,
    ! [SV142: $i,SV130: $i,SV35: $i,SV22: $i] :
      ( ( ( member @ ( ordered_pair @ ( ordered_pair @ SV22 @ SV35 ) @ SV130 ) @ ( flip @ SV142 ) )
        = $false )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV35 @ SV22 ) @ SV130 ) @ SV142 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[723]) ).

thf(743,plain,
    ! [SV149: $i,SV131: $i,SV36: $i,SV23: $i] :
      ( ( ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SV131 @ SV149 ) )
        = $false )
      | ( ( member @ SV23 @ SV131 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[725]) ).

thf(744,plain,
    ! [SV143: $i,SV132: $i,SV36: $i,SV23: $i] :
      ( ( ( member @ ( ordered_pair @ SV23 @ SV36 ) @ ( cross_product @ SV132 @ SV143 ) )
        = $false )
      | ( ( member @ SV36 @ SV143 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[726]) ).

thf(745,plain,
    ! [SV24: $i,SV37: $i,SV150: $i,SV133: $i] :
      ( ( ( member @ ( ordered_pair @ SV133 @ SV150 ) @ ( compose @ SV37 @ SV24 ) )
        = $false )
      | ( ( member @ SV133 @ universal_class )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[728]) ).

thf(746,plain,
    ! [SV24: $i,SV37: $i,SV144: $i,SV134: $i] :
      ( ( ( member @ ( ordered_pair @ SV134 @ SV144 ) @ ( compose @ SV37 @ SV24 ) )
        = $false )
      | ( ( member @ SV144 @ ( image @ SV37 @ ( image @ SV24 @ ( singleton @ SV134 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[729]) ).

thf(747,plain,
    ! [SV25: $i,SV145: $i,SV135: $i,SV38: $i] :
      ( ( ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SV135 ) @ SV145 ) @ ( rotate @ SV25 ) )
        = $false )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SV135 ) @ SV145 ) @ ( cross_product @ ( cross_product @ universal_class @ universal_class ) @ universal_class ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[732]) ).

thf(748,plain,
    ! [SV25: $i,SV146: $i,SV136: $i,SV38: $i] :
      ( ( ( member @ ( ordered_pair @ ( ordered_pair @ SV38 @ SV136 ) @ SV146 ) @ ( rotate @ SV25 ) )
        = $false )
      | ( ( member @ ( ordered_pair @ ( ordered_pair @ SV136 @ SV146 ) @ SV38 ) @ SV25 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[733]) ).

thf(749,plain,
    ! [SV151: $i,SV139: $i] :
      ( ( ( member @ ( ordered_pair @ SV139 @ SV151 ) @ successor_relation )
        = $false )
      | ( ( member @ SV139 @ universal_class )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[736]) ).

thf(750,plain,
    ! [SV147: $i,SV140: $i] :
      ( ( ( member @ ( ordered_pair @ SV140 @ SV147 ) @ successor_relation )
        = $false )
      | ( ( member @ SV147 @ universal_class )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[737]) ).

thf(751,plain,
    ! [SV152: $i,SV113: $i,SV21: $i] :
      ( ( ( member @ SV21 @ ( unordered_pair @ SV113 @ SV152 ) )
        = $true )
      | ( ( member @ SV21 @ universal_class )
        = $false )
      | ( ( SV21 = SV113 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[738]) ).

thf(752,plain,
    ! [SV114: $i,SV126: $i,SV21: $i] :
      ( ( ( SV21 = SV126 )
        = $false )
      | ( ( member @ SV21 @ universal_class )
        = $false )
      | ( ( member @ SV21 @ ( unordered_pair @ SV114 @ SV126 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[739]) ).

thf(753,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[135,752,751,750,749,748,747,746,745,744,743,742,741,740,735,734,731,730,727,724,721,720,718,713,712,711,710,704,703,702,690,685,679,678,677,676,675,674,673,672,671,670,666,662,661,660,659,658,655,643,642,626,623,620,619,618,613,612,603,594,582,579,564,563,505,453,452,451,433,392,377,301,287,286,285,245,243,240,239,236,235,211,204,203,202,201,200,195,193,168,167,147]) ).

thf(754,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[753]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : SET027+1 : TPTP v8.1.0. Bugfixed v5.4.0.
% 0.12/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.12/0.34  % Computer : n029.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Sun Jul 10 20:16:46 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.37  .
% 0.12/0.37  
% 0.12/0.37   No.of.Axioms: 43
% 0.12/0.37  
% 0.12/0.37   Length.of.Defs: 0
% 0.12/0.37  
% 0.12/0.37   Contains.Choice.Funs: false
% 0.12/0.41  .
% 0.12/0.41  (rf:0,axioms:43,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:45,loop_count:0,foatp_calls:0,translation:fof_full).....................................................
% 8.01/8.22  
% 8.01/8.22  ********************************
% 8.01/8.22  *   All subproblems solved!    *
% 8.01/8.22  ********************************
% 8.01/8.22  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:45,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:753,loop_count:0,foatp_calls:1,translation:fof_full)
% 8.25/8.48  
% 8.25/8.48  %**** Beginning of derivation protocol ****
% 8.25/8.48  % SZS output start CNFRefutation
% See solution above
% 8.25/8.48  
% 8.25/8.48  %**** End of derivation protocol ****
% 8.25/8.48  %**** no. of clauses in derivation: 754 ****
% 8.25/8.48  %**** clause counter: 753 ****
% 8.25/8.48  
% 8.25/8.48  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:45,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:753,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------