TSTP Solution File: SEU294+3 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : SEU294+3 : TPTP v8.1.0. Released v3.2.0.
% Transfm  : none
% Format   : tptp
% Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s

% Computer : n003.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 12:09:43 EDT 2022

% Result   : Theorem 0.40s 0.59s
% Output   : CNFRefutation 0.59s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   34
%            Number of leaves      :  103
% Syntax   : Number of formulae    :  901 ( 660 unt;  49 typ;   0 def)
%            Number of atoms       : 4501 (1028 equ;   0 cnn)
%            Maximal formula atoms :   10 (   5 avg)
%            Number of connectives : 7287 (2412   ~;1229   |; 349   &;3248   @)
%                                         (   2 <=>;  47  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   2 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   27 (  27   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   52 (  49 usr;  27 con; 0-2 aty)
%            Number of variables   :  724 (   0   ^ 672   !;  52   ?; 724   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_being_limit_ordinal,type,
    being_limit_ordinal: $i > $o ).

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

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

thf(tp_empty_set,type,
    empty_set: $i ).

thf(tp_epsilon_connected,type,
    epsilon_connected: $i > $o ).

thf(tp_epsilon_transitive,type,
    epsilon_transitive: $i > $o ).

thf(tp_finite,type,
    finite: $i > $o ).

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

thf(tp_function_yielding,type,
    function_yielding: $i > $o ).

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

thf(tp_natural,type,
    natural: $i > $o ).

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

thf(tp_ordinal,type,
    ordinal: $i > $o ).

thf(tp_ordinal_yielding,type,
    ordinal_yielding: $i > $o ).

thf(tp_positive_rationals,type,
    positive_rationals: $i ).

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

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

thf(tp_relation_empty_yielding,type,
    relation_empty_yielding: $i > $o ).

thf(tp_relation_non_empty,type,
    relation_non_empty: $i > $o ).

thf(tp_sK10_A,type,
    sK10_A: $i ).

thf(tp_sK11_A,type,
    sK11_A: $i ).

thf(tp_sK12_B,type,
    sK12_B: $i > $i ).

thf(tp_sK13_A,type,
    sK13_A: $i ).

thf(tp_sK14_A,type,
    sK14_A: $i ).

thf(tp_sK15_A,type,
    sK15_A: $i ).

thf(tp_sK16_A,type,
    sK16_A: $i ).

thf(tp_sK17_B,type,
    sK17_B: $i > $i ).

thf(tp_sK18_A,type,
    sK18_A: $i ).

thf(tp_sK19_A,type,
    sK19_A: $i ).

thf(tp_sK1_A,type,
    sK1_A: $i ).

thf(tp_sK20_B,type,
    sK20_B: $i > $i ).

thf(tp_sK21_A,type,
    sK21_A: $i ).

thf(tp_sK22_A,type,
    sK22_A: $i ).

thf(tp_sK23_A,type,
    sK23_A: $i ).

thf(tp_sK24_A,type,
    sK24_A: $i ).

thf(tp_sK25_A,type,
    sK25_A: $i ).

thf(tp_sK26_A,type,
    sK26_A: $i ).

thf(tp_sK27_A,type,
    sK27_A: $i ).

thf(tp_sK28_B,type,
    sK28_B: $i > $i ).

thf(tp_sK2_SY68,type,
    sK2_SY68: $i ).

thf(tp_sK3_A,type,
    sK3_A: $i ).

thf(tp_sK4_A,type,
    sK4_A: $i ).

thf(tp_sK5_A,type,
    sK5_A: $i ).

thf(tp_sK6_A,type,
    sK6_A: $i ).

thf(tp_sK7_A,type,
    sK7_A: $i ).

thf(tp_sK8_A,type,
    sK8_A: $i ).

thf(tp_sK9_B,type,
    sK9_B: $i > $i ).

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

thf(tp_transfinite_sequence,type,
    transfinite_sequence: $i > $o ).

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

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

thf(3,axiom,
    ! [A: $i] :
      ( ( empty @ A )
     => ( A = empty_set ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t6_boole) ).

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

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

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

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

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

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

thf(10,axiom,
    ? [A: $i] :
      ( ( relation @ A )
      & ( relation_non_empty @ A )
      & ( function @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc5_funct_1) ).

thf(11,axiom,
    ? [A: $i] :
      ( ( relation @ A )
      & ( function @ A )
      & ( transfinite_sequence @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc4_ordinal1) ).

thf(12,axiom,
    ? [A: $i] :
      ( ( relation @ A )
      & ( relation_empty_yielding @ A )
      & ( function @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc4_funct_1) ).

thf(13,axiom,
    ? [A: $i] :
      ( ( relation @ A )
      & ( relation_empty_yielding @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc3_relat_1) ).

thf(14,axiom,
    ? [A: $i] :
      ( ~ ( empty @ A )
      & ( epsilon_transitive @ A )
      & ( epsilon_connected @ A )
      & ( ordinal @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc3_ordinal1) ).

thf(15,axiom,
    ? [A: $i] :
      ( ( relation @ A )
      & ( function @ A )
      & ( one_to_one @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc3_funct_1) ).

thf(16,axiom,
    ! [A: $i] :
      ( ~ ( empty @ A )
     => ? [B: $i] :
          ( ( element @ B @ ( powerset @ A ) )
          & ~ ( empty @ B )
          & ( finite @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc3_finset_1) ).

thf(17,axiom,
    ? [A: $i] :
      ( ( element @ A @ positive_rationals )
      & ( empty @ A )
      & ( epsilon_transitive @ A )
      & ( epsilon_connected @ A )
      & ( ordinal @ A )
      & ( natural @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc3_arytm_3) ).

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

thf(19,axiom,
    ! [A: $i] :
    ? [B: $i] :
      ( ( element @ B @ ( powerset @ A ) )
      & ( empty @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc2_subset_1) ).

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

thf(21,axiom,
    ? [A: $i] :
      ( ( relation @ A )
      & ( function @ A )
      & ( transfinite_sequence @ A )
      & ( ordinal_yielding @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc2_ordinal2) ).

thf(22,axiom,
    ? [A: $i] :
      ( ( relation @ A )
      & ( function @ A )
      & ( one_to_one @ A )
      & ( empty @ A )
      & ( epsilon_transitive @ A )
      & ( epsilon_connected @ A )
      & ( ordinal @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc2_ordinal1) ).

thf(23,axiom,
    ? [A: $i] :
      ( ( relation @ A )
      & ( empty @ A )
      & ( function @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc2_funct_1) ).

thf(24,axiom,
    ! [A: $i] :
    ? [B: $i] :
      ( ( element @ B @ ( powerset @ A ) )
      & ( empty @ B )
      & ( relation @ B )
      & ( function @ B )
      & ( one_to_one @ B )
      & ( epsilon_transitive @ B )
      & ( epsilon_connected @ B )
      & ( ordinal @ B )
      & ( natural @ B )
      & ( finite @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc2_finset_1) ).

thf(25,axiom,
    ? [A: $i] :
      ( ( element @ A @ positive_rationals )
      & ~ ( empty @ A )
      & ( epsilon_transitive @ A )
      & ( epsilon_connected @ A )
      & ( ordinal @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc2_arytm_3) ).

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

thf(27,axiom,
    ! [A: $i] :
      ( ~ ( empty @ A )
     => ? [B: $i] :
          ( ( element @ B @ ( powerset @ A ) )
          & ~ ( empty @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc1_subset_1) ).

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

thf(29,axiom,
    ? [A: $i] :
      ( ( epsilon_transitive @ A )
      & ( epsilon_connected @ A )
      & ( ordinal @ A )
      & ( being_limit_ordinal @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc1_ordinal2) ).

thf(30,axiom,
    ? [A: $i] :
      ( ( epsilon_transitive @ A )
      & ( epsilon_connected @ A )
      & ( ordinal @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc1_ordinal1) ).

thf(31,axiom,
    ? [A: $i] :
      ( ( relation @ A )
      & ( function @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc1_funct_1) ).

thf(32,axiom,
    ? [A: $i] :
      ( ( relation @ A )
      & ( function @ A )
      & ( function_yielding @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc1_funcop_1) ).

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

thf(34,axiom,
    ? [A: $i] :
      ( ~ ( empty @ A )
      & ( epsilon_transitive @ A )
      & ( epsilon_connected @ A )
      & ( ordinal @ A )
      & ( natural @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc1_arytm_3) ).

thf(35,axiom,
    ~ ( empty @ positive_rationals ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fc8_arytm_3) ).

thf(36,axiom,
    ( ( empty @ empty_set )
    & ( relation @ empty_set ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fc4_relat_1) ).

thf(37,axiom,
    ( ( relation @ empty_set )
    & ( relation_empty_yielding @ empty_set )
    & ( function @ empty_set )
    & ( one_to_one @ empty_set )
    & ( empty @ empty_set )
    & ( epsilon_transitive @ empty_set )
    & ( epsilon_connected @ empty_set )
    & ( ordinal @ empty_set ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fc2_ordinal1) ).

thf(38,axiom,
    empty @ empty_set,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fc1_xboole_0) ).

thf(39,axiom,
    ! [A: $i] :
      ~ ( empty @ ( powerset @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fc1_subset_1) ).

thf(40,axiom,
    ( ( empty @ empty_set )
    & ( relation @ empty_set )
    & ( relation_empty_yielding @ empty_set ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fc12_relat_1) ).

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

thf(42,axiom,
    ! [A: $i] :
      ( ( element @ A @ positive_rationals )
     => ( ( ordinal @ A )
       => ( ( epsilon_transitive @ A )
          & ( epsilon_connected @ A )
          & ( ordinal @ A )
          & ( natural @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cc4_arytm_3) ).

thf(43,axiom,
    ! [A: $i] :
      ( ( empty @ A )
     => ( ( epsilon_transitive @ A )
        & ( epsilon_connected @ A )
        & ( ordinal @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cc3_ordinal1) ).

thf(44,axiom,
    ! [A: $i] :
      ( ( ( epsilon_transitive @ A )
        & ( epsilon_connected @ A ) )
     => ( ordinal @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cc2_ordinal1) ).

thf(45,axiom,
    ! [A: $i] :
      ( ( ( relation @ A )
        & ( empty @ A )
        & ( function @ A ) )
     => ( ( relation @ A )
        & ( function @ A )
        & ( one_to_one @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cc2_funct_1) ).

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

thf(47,axiom,
    ! [A: $i] :
      ( ( ( empty @ A )
        & ( ordinal @ A ) )
     => ( ( epsilon_transitive @ A )
        & ( epsilon_connected @ A )
        & ( ordinal @ A )
        & ( natural @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cc2_arytm_3) ).

thf(48,axiom,
    ! [A: $i] :
      ( ( empty @ A )
     => ( relation @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cc1_relat_1) ).

thf(49,axiom,
    ! [A: $i] :
      ( ( ordinal @ A )
     => ( ( epsilon_transitive @ A )
        & ( epsilon_connected @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cc1_ordinal1) ).

thf(50,axiom,
    ! [A: $i] :
      ( ( empty @ A )
     => ( function @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cc1_funct_1) ).

thf(51,axiom,
    ! [A: $i] :
      ( ( empty @ A )
     => ( finite @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cc1_finset_1) ).

thf(52,axiom,
    ! [A: $i] :
      ( ( ordinal @ A )
     => ! [B: $i] :
          ( ( element @ B @ A )
         => ( ( epsilon_transitive @ B )
            & ( epsilon_connected @ B )
            & ( ordinal @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cc1_arytm_3) ).

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

thf(54,conjecture,
    ! [A: $i,B: $i] :
      ( ( ( subset @ A @ B )
        & ( finite @ B ) )
     => ( finite @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t13_finset_1) ).

thf(55,negated_conjecture,
    ( ( ! [A: $i,B: $i] :
          ( ( ( subset @ A @ B )
            & ( finite @ B ) )
         => ( finite @ A ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[54]) ).

thf(56,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( ( subset @ A @ B )
            & ( finite @ B ) )
         => ( finite @ A ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[55]) ).

thf(57,plain,
    ( ( ! [A: $i,B: $i] :
          ~ ( ( empty @ A )
            & ( A != B )
            & ( empty @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(58,plain,
    ( ( ! [A: $i,B: $i] :
          ~ ( ( in @ A @ B )
            & ( empty @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(59,plain,
    ( ( ! [A: $i] :
          ( ( empty @ A )
         => ( A = empty_set ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(60,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ~ ( ( in @ A @ B )
            & ( element @ B @ ( powerset @ C ) )
            & ( empty @ C ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(61,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ( ( in @ A @ B )
            & ( element @ B @ ( powerset @ C ) ) )
         => ( element @ A @ C ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(62,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( element @ A @ ( powerset @ B ) )
        <=> ( subset @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(63,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( element @ A @ B )
         => ( ( empty @ B )
            | ( in @ A @ B ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(64,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( in @ A @ B )
         => ( element @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(65,plain,
    ( ( ! [A: $i,B: $i] : ( subset @ A @ A ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(66,plain,
    ( ( ? [A: $i] :
          ( ( relation @ A )
          & ( relation_non_empty @ A )
          & ( function @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(67,plain,
    ( ( ? [A: $i] :
          ( ( relation @ A )
          & ( function @ A )
          & ( transfinite_sequence @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(68,plain,
    ( ( ? [A: $i] :
          ( ( relation @ A )
          & ( relation_empty_yielding @ A )
          & ( function @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

thf(69,plain,
    ( ( ? [A: $i] :
          ( ( relation @ A )
          & ( relation_empty_yielding @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[13]) ).

thf(70,plain,
    ( ( ? [A: $i] :
          ( ~ ( empty @ A )
          & ( epsilon_transitive @ A )
          & ( epsilon_connected @ A )
          & ( ordinal @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[14]) ).

thf(71,plain,
    ( ( ? [A: $i] :
          ( ( relation @ A )
          & ( function @ A )
          & ( one_to_one @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[15]) ).

thf(72,plain,
    ( ( ! [A: $i] :
          ( ~ ( empty @ A )
         => ? [B: $i] :
              ( ( element @ B @ ( powerset @ A ) )
              & ~ ( empty @ B )
              & ( finite @ B ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[16]) ).

thf(73,plain,
    ( ( ? [A: $i] :
          ( ( element @ A @ positive_rationals )
          & ( empty @ A )
          & ( epsilon_transitive @ A )
          & ( epsilon_connected @ A )
          & ( ordinal @ A )
          & ( natural @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[17]) ).

thf(74,plain,
    ( ( ? [A: $i] :
          ~ ( empty @ A ) )
    = $true ),
    inference(unfold_def,[status(thm)],[18]) ).

thf(75,plain,
    ( ( ! [A: $i] :
        ? [B: $i] :
          ( ( element @ B @ ( powerset @ A ) )
          & ( empty @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[19]) ).

thf(76,plain,
    ( ( ? [A: $i] :
          ( ~ ( empty @ A )
          & ( relation @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[20]) ).

thf(77,plain,
    ( ( ? [A: $i] :
          ( ( relation @ A )
          & ( function @ A )
          & ( transfinite_sequence @ A )
          & ( ordinal_yielding @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[21]) ).

thf(78,plain,
    ( ( ? [A: $i] :
          ( ( relation @ A )
          & ( function @ A )
          & ( one_to_one @ A )
          & ( empty @ A )
          & ( epsilon_transitive @ A )
          & ( epsilon_connected @ A )
          & ( ordinal @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[22]) ).

thf(79,plain,
    ( ( ? [A: $i] :
          ( ( relation @ A )
          & ( empty @ A )
          & ( function @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[23]) ).

thf(80,plain,
    ( ( ! [A: $i] :
        ? [B: $i] :
          ( ( element @ B @ ( powerset @ A ) )
          & ( empty @ B )
          & ( relation @ B )
          & ( function @ B )
          & ( one_to_one @ B )
          & ( epsilon_transitive @ B )
          & ( epsilon_connected @ B )
          & ( ordinal @ B )
          & ( natural @ B )
          & ( finite @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[24]) ).

thf(81,plain,
    ( ( ? [A: $i] :
          ( ( element @ A @ positive_rationals )
          & ~ ( empty @ A )
          & ( epsilon_transitive @ A )
          & ( epsilon_connected @ A )
          & ( ordinal @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[25]) ).

thf(82,plain,
    ( ( ? [A: $i] : ( empty @ A ) )
    = $true ),
    inference(unfold_def,[status(thm)],[26]) ).

thf(83,plain,
    ( ( ! [A: $i] :
          ( ~ ( empty @ A )
         => ? [B: $i] :
              ( ( element @ B @ ( powerset @ A ) )
              & ~ ( empty @ B ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[27]) ).

thf(84,plain,
    ( ( ? [A: $i] :
          ( ( empty @ A )
          & ( relation @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[28]) ).

thf(85,plain,
    ( ( ? [A: $i] :
          ( ( epsilon_transitive @ A )
          & ( epsilon_connected @ A )
          & ( ordinal @ A )
          & ( being_limit_ordinal @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[29]) ).

thf(86,plain,
    ( ( ? [A: $i] :
          ( ( epsilon_transitive @ A )
          & ( epsilon_connected @ A )
          & ( ordinal @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[30]) ).

thf(87,plain,
    ( ( ? [A: $i] :
          ( ( relation @ A )
          & ( function @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[31]) ).

thf(88,plain,
    ( ( ? [A: $i] :
          ( ( relation @ A )
          & ( function @ A )
          & ( function_yielding @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[32]) ).

thf(89,plain,
    ( ( ? [A: $i] :
          ( ~ ( empty @ A )
          & ( finite @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[33]) ).

thf(90,plain,
    ( ( ? [A: $i] :
          ( ~ ( empty @ A )
          & ( epsilon_transitive @ A )
          & ( epsilon_connected @ A )
          & ( ordinal @ A )
          & ( natural @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[34]) ).

thf(91,plain,
    ( ( ~ ( empty @ positive_rationals ) )
    = $true ),
    inference(unfold_def,[status(thm)],[35]) ).

thf(92,plain,
    ( ( ( empty @ empty_set )
      & ( relation @ empty_set ) )
    = $true ),
    inference(unfold_def,[status(thm)],[36]) ).

thf(93,plain,
    ( ( ( relation @ empty_set )
      & ( relation_empty_yielding @ empty_set )
      & ( function @ empty_set )
      & ( one_to_one @ empty_set )
      & ( empty @ empty_set )
      & ( epsilon_transitive @ empty_set )
      & ( epsilon_connected @ empty_set )
      & ( ordinal @ empty_set ) )
    = $true ),
    inference(unfold_def,[status(thm)],[37]) ).

thf(94,plain,
    ( ( empty @ empty_set )
    = $true ),
    inference(unfold_def,[status(thm)],[38]) ).

thf(95,plain,
    ( ( ! [A: $i] :
          ~ ( empty @ ( powerset @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[39]) ).

thf(96,plain,
    ( ( ( empty @ empty_set )
      & ( relation @ empty_set )
      & ( relation_empty_yielding @ empty_set ) )
    = $true ),
    inference(unfold_def,[status(thm)],[40]) ).

thf(97,plain,
    ( ( ! [A: $i] :
        ? [B: $i] : ( element @ B @ A ) )
    = $true ),
    inference(unfold_def,[status(thm)],[41]) ).

thf(98,plain,
    ( ( ! [A: $i] :
          ( ( element @ A @ positive_rationals )
         => ( ( ordinal @ A )
           => ( ( epsilon_transitive @ A )
              & ( epsilon_connected @ A )
              & ( ordinal @ A )
              & ( natural @ A ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[42]) ).

thf(99,plain,
    ( ( ! [A: $i] :
          ( ( empty @ A )
         => ( ( epsilon_transitive @ A )
            & ( epsilon_connected @ A )
            & ( ordinal @ A ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[43]) ).

thf(100,plain,
    ( ( ! [A: $i] :
          ( ( ( epsilon_transitive @ A )
            & ( epsilon_connected @ A ) )
         => ( ordinal @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[44]) ).

thf(101,plain,
    ( ( ! [A: $i] :
          ( ( ( relation @ A )
            & ( empty @ A )
            & ( function @ A ) )
         => ( ( relation @ A )
            & ( function @ A )
            & ( one_to_one @ A ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[45]) ).

thf(102,plain,
    ( ( ! [A: $i] :
          ( ( finite @ A )
         => ! [B: $i] :
              ( ( element @ B @ ( powerset @ A ) )
             => ( finite @ B ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[46]) ).

thf(103,plain,
    ( ( ! [A: $i] :
          ( ( ( empty @ A )
            & ( ordinal @ A ) )
         => ( ( epsilon_transitive @ A )
            & ( epsilon_connected @ A )
            & ( ordinal @ A )
            & ( natural @ A ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[47]) ).

thf(104,plain,
    ( ( ! [A: $i] :
          ( ( empty @ A )
         => ( relation @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[48]) ).

thf(105,plain,
    ( ( ! [A: $i] :
          ( ( ordinal @ A )
         => ( ( epsilon_transitive @ A )
            & ( epsilon_connected @ A ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[49]) ).

thf(106,plain,
    ( ( ! [A: $i] :
          ( ( empty @ A )
         => ( function @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[50]) ).

thf(107,plain,
    ( ( ! [A: $i] :
          ( ( empty @ A )
         => ( finite @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[51]) ).

thf(108,plain,
    ( ( ! [A: $i] :
          ( ( ordinal @ A )
         => ! [B: $i] :
              ( ( element @ B @ A )
             => ( ( epsilon_transitive @ B )
                & ( epsilon_connected @ B )
                & ( ordinal @ B ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[52]) ).

thf(109,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( in @ A @ B )
         => ~ ( in @ B @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[53]) ).

thf(110,plain,
    ( ( ! [SY68: $i] :
          ( ( ( subset @ sK1_A @ SY68 )
            & ( finite @ SY68 ) )
         => ( finite @ sK1_A ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[56]) ).

thf(111,plain,
    ( ( ( ( subset @ sK1_A @ sK2_SY68 )
        & ( finite @ sK2_SY68 ) )
     => ( finite @ sK1_A ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[110]) ).

thf(112,plain,
    ( ( subset @ sK1_A @ sK2_SY68 )
    = $true ),
    inference(standard_cnf,[status(thm)],[111]) ).

thf(113,plain,
    ( ( finite @ sK2_SY68 )
    = $true ),
    inference(standard_cnf,[status(thm)],[111]) ).

thf(114,plain,
    ( ( finite @ sK1_A )
    = $false ),
    inference(standard_cnf,[status(thm)],[111]) ).

thf(115,plain,
    ( ( ~ ( finite @ sK1_A ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[114]) ).

thf(116,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( A = B )
          | ~ ( empty @ A )
          | ~ ( empty @ B ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[57]) ).

thf(117,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( empty @ B )
          | ~ ( in @ A @ B ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[58]) ).

thf(118,plain,
    ( ( ! [A: $i] :
          ( ~ ( empty @ A )
          | ( A = empty_set ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[59]) ).

thf(119,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( element @ B @ ( powerset @ C ) )
          | ~ ( in @ A @ B )
          | ~ ( empty @ C ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[60]) ).

thf(120,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( element @ B @ ( powerset @ C ) )
          | ~ ( in @ A @ B )
          | ( element @ A @ C ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[61]) ).

thf(121,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( element @ A @ ( powerset @ B ) )
          | ( subset @ A @ B ) )
      & ! [A: $i,B: $i] :
          ( ~ ( subset @ A @ B )
          | ( element @ A @ ( powerset @ B ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[62]) ).

thf(122,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( element @ A @ B )
          | ( empty @ B )
          | ( in @ A @ B ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[63]) ).

thf(123,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( in @ A @ B )
          | ( element @ A @ B ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[64]) ).

thf(124,plain,
    ( ( ! [A: $i] : ( subset @ A @ A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[65]) ).

thf(125,plain,
    ( ( ( relation @ sK3_A )
      & ( relation_non_empty @ sK3_A )
      & ( function @ sK3_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[66]) ).

thf(126,plain,
    ( ( ( function @ sK4_A )
      & ( relation @ sK4_A )
      & ( transfinite_sequence @ sK4_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[67]) ).

thf(127,plain,
    ( ( ( relation @ sK5_A )
      & ( relation_empty_yielding @ sK5_A )
      & ( function @ sK5_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[68]) ).

thf(128,plain,
    ( ( ( relation @ sK6_A )
      & ( relation_empty_yielding @ sK6_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[69]) ).

thf(129,plain,
    ( ( ~ ( empty @ sK7_A )
      & ( epsilon_transitive @ sK7_A )
      & ( epsilon_connected @ sK7_A )
      & ( ordinal @ sK7_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[70]) ).

thf(130,plain,
    ( ( ( function @ sK8_A )
      & ( relation @ sK8_A )
      & ( one_to_one @ sK8_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[71]) ).

thf(131,plain,
    ( ( ! [A: $i] :
          ( ( empty @ A )
          | ( ( element @ ( sK9_B @ A ) @ ( powerset @ A ) )
            & ~ ( empty @ ( sK9_B @ A ) )
            & ( finite @ ( sK9_B @ A ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[72]) ).

thf(132,plain,
    ( ( ( element @ sK10_A @ positive_rationals )
      & ( empty @ sK10_A )
      & ( epsilon_transitive @ sK10_A )
      & ( epsilon_connected @ sK10_A )
      & ( ordinal @ sK10_A )
      & ( natural @ sK10_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[73]) ).

thf(133,plain,
    ( ( ~ ( empty @ sK11_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[74]) ).

thf(134,plain,
    ( ( ! [A: $i] :
          ( ( element @ ( sK12_B @ A ) @ ( powerset @ A ) )
          & ( empty @ ( sK12_B @ A ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[75]) ).

thf(135,plain,
    ( ( ~ ( empty @ sK13_A )
      & ( relation @ sK13_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[76]) ).

thf(136,plain,
    ( ( ( function @ sK14_A )
      & ( relation @ sK14_A )
      & ( transfinite_sequence @ sK14_A )
      & ( ordinal_yielding @ sK14_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[77]) ).

thf(137,plain,
    ( ( ( function @ sK15_A )
      & ( relation @ sK15_A )
      & ( one_to_one @ sK15_A )
      & ( empty @ sK15_A )
      & ( epsilon_transitive @ sK15_A )
      & ( epsilon_connected @ sK15_A )
      & ( ordinal @ sK15_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[78]) ).

thf(138,plain,
    ( ( ( empty @ sK16_A )
      & ( relation @ sK16_A )
      & ( function @ sK16_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[79]) ).

thf(139,plain,
    ( ( ! [A: $i] :
          ( ( element @ ( sK17_B @ A ) @ ( powerset @ A ) )
          & ( empty @ ( sK17_B @ A ) )
          & ( relation @ ( sK17_B @ A ) )
          & ( function @ ( sK17_B @ A ) )
          & ( one_to_one @ ( sK17_B @ A ) )
          & ( epsilon_transitive @ ( sK17_B @ A ) )
          & ( epsilon_connected @ ( sK17_B @ A ) )
          & ( ordinal @ ( sK17_B @ A ) )
          & ( natural @ ( sK17_B @ A ) )
          & ( finite @ ( sK17_B @ A ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[80]) ).

thf(140,plain,
    ( ( ( element @ sK18_A @ positive_rationals )
      & ~ ( empty @ sK18_A )
      & ( epsilon_transitive @ sK18_A )
      & ( epsilon_connected @ sK18_A )
      & ( ordinal @ sK18_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[81]) ).

thf(141,plain,
    ( ( empty @ sK19_A )
    = $true ),
    inference(extcnf_combined,[status(esa)],[82]) ).

thf(142,plain,
    ( ( ! [A: $i] :
          ( ( empty @ A )
          | ( ( element @ ( sK20_B @ A ) @ ( powerset @ A ) )
            & ~ ( empty @ ( sK20_B @ A ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[83]) ).

thf(143,plain,
    ( ( ( empty @ sK21_A )
      & ( relation @ sK21_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[84]) ).

thf(144,plain,
    ( ( ( epsilon_connected @ sK22_A )
      & ( epsilon_transitive @ sK22_A )
      & ( ordinal @ sK22_A )
      & ( being_limit_ordinal @ sK22_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[85]) ).

thf(145,plain,
    ( ( ( epsilon_connected @ sK23_A )
      & ( epsilon_transitive @ sK23_A )
      & ( ordinal @ sK23_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[86]) ).

thf(146,plain,
    ( ( ( function @ sK24_A )
      & ( relation @ sK24_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[87]) ).

thf(147,plain,
    ( ( ( function @ sK25_A )
      & ( relation @ sK25_A )
      & ( function_yielding @ sK25_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[88]) ).

thf(148,plain,
    ( ( ~ ( empty @ sK26_A )
      & ( finite @ sK26_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[89]) ).

thf(149,plain,
    ( ( ~ ( empty @ sK27_A )
      & ( epsilon_transitive @ sK27_A )
      & ( epsilon_connected @ sK27_A )
      & ( ordinal @ sK27_A )
      & ( natural @ sK27_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[90]) ).

thf(150,plain,
    ( ( ! [A: $i] : ( element @ ( sK28_B @ A ) @ A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[97]) ).

thf(151,plain,
    ( ( ! [A: $i] :
          ( ~ ( element @ A @ positive_rationals )
          | ~ ( ordinal @ A )
          | ( epsilon_connected @ A ) )
      & ! [A: $i] :
          ( ~ ( element @ A @ positive_rationals )
          | ~ ( ordinal @ A )
          | ( epsilon_transitive @ A ) )
      & ! [A: $i] :
          ( ~ ( element @ A @ positive_rationals )
          | ~ ( ordinal @ A )
          | ( ordinal @ A ) )
      & ! [A: $i] :
          ( ~ ( element @ A @ positive_rationals )
          | ~ ( ordinal @ A )
          | ( natural @ A ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[98]) ).

thf(152,plain,
    ( ( ! [A: $i] :
          ( ~ ( empty @ A )
          | ( epsilon_connected @ A ) )
      & ! [A: $i] :
          ( ~ ( empty @ A )
          | ( epsilon_transitive @ A ) )
      & ! [A: $i] :
          ( ~ ( empty @ A )
          | ( ordinal @ A ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[99]) ).

thf(153,plain,
    ( ( ! [A: $i] :
          ( ~ ( epsilon_connected @ A )
          | ~ ( epsilon_transitive @ A )
          | ( ordinal @ A ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[100]) ).

thf(154,plain,
    ( ( ! [A: $i] :
          ( ~ ( empty @ A )
          | ~ ( relation @ A )
          | ~ ( function @ A )
          | ( function @ A ) )
      & ! [A: $i] :
          ( ~ ( empty @ A )
          | ~ ( relation @ A )
          | ~ ( function @ A )
          | ( relation @ A ) )
      & ! [A: $i] :
          ( ~ ( empty @ A )
          | ~ ( relation @ A )
          | ~ ( function @ A )
          | ( one_to_one @ A ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[101]) ).

thf(155,plain,
    ( ( ! [A: $i] :
          ( ~ ( finite @ A )
          | ! [B: $i] :
              ( ~ ( element @ B @ ( powerset @ A ) )
              | ( finite @ B ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[102]) ).

thf(156,plain,
    ( ( ! [A: $i] :
          ( ~ ( empty @ A )
          | ~ ( ordinal @ A )
          | ( epsilon_connected @ A ) )
      & ! [A: $i] :
          ( ~ ( empty @ A )
          | ~ ( ordinal @ A )
          | ( epsilon_transitive @ A ) )
      & ! [A: $i] :
          ( ~ ( empty @ A )
          | ~ ( ordinal @ A )
          | ( ordinal @ A ) )
      & ! [A: $i] :
          ( ~ ( empty @ A )
          | ~ ( ordinal @ A )
          | ( natural @ A ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[103]) ).

thf(157,plain,
    ( ( ! [A: $i] :
          ( ~ ( empty @ A )
          | ( relation @ A ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[104]) ).

thf(158,plain,
    ( ( ! [A: $i] :
          ( ~ ( ordinal @ A )
          | ( epsilon_connected @ A ) )
      & ! [A: $i] :
          ( ~ ( ordinal @ A )
          | ( epsilon_transitive @ A ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[105]) ).

thf(159,plain,
    ( ( ! [A: $i] :
          ( ~ ( empty @ A )
          | ( function @ A ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[106]) ).

thf(160,plain,
    ( ( ! [A: $i] :
          ( ~ ( empty @ A )
          | ( finite @ A ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[107]) ).

thf(161,plain,
    ( ( ! [A: $i] :
          ( ~ ( ordinal @ A )
          | ( ! [B: $i] :
                ( ~ ( element @ B @ A )
                | ( epsilon_connected @ B ) )
            & ! [B: $i] :
                ( ~ ( element @ B @ A )
                | ( epsilon_transitive @ B ) )
            & ! [B: $i] :
                ( ~ ( element @ B @ A )
                | ( ordinal @ B ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[108]) ).

thf(162,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( in @ A @ B )
          | ~ ( in @ B @ A ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[109]) ).

thf(163,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( in @ A @ B )
          | ~ ( in @ B @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[162]) ).

thf(164,plain,
    ( ( ! [A: $i] :
          ( ~ ( ordinal @ A )
          | ( ! [B: $i] :
                ( ~ ( element @ B @ A )
                | ( epsilon_connected @ B ) )
            & ! [B: $i] :
                ( ~ ( element @ B @ A )
                | ( epsilon_transitive @ B ) )
            & ! [B: $i] :
                ( ~ ( element @ B @ A )
                | ( ordinal @ B ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[161]) ).

thf(165,plain,
    ( ( ! [A: $i] :
          ( ~ ( empty @ A )
          | ( finite @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[160]) ).

thf(166,plain,
    ( ( ! [A: $i] :
          ( ~ ( empty @ A )
          | ( function @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[159]) ).

thf(167,plain,
    ( ( ! [A: $i] :
          ( ~ ( ordinal @ A )
          | ( epsilon_connected @ A ) )
      & ! [A: $i] :
          ( ~ ( ordinal @ A )
          | ( epsilon_transitive @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[158]) ).

thf(168,plain,
    ( ( ! [A: $i] :
          ( ~ ( empty @ A )
          | ( relation @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[157]) ).

thf(169,plain,
    ( ( ! [A: $i] :
          ( ~ ( empty @ A )
          | ~ ( ordinal @ A )
          | ( epsilon_connected @ A ) )
      & ! [A: $i] :
          ( ~ ( empty @ A )
          | ~ ( ordinal @ A )
          | ( epsilon_transitive @ A ) )
      & ! [A: $i] :
          ( ~ ( empty @ A )
          | ~ ( ordinal @ A )
          | ( ordinal @ A ) )
      & ! [A: $i] :
          ( ~ ( empty @ A )
          | ~ ( ordinal @ A )
          | ( natural @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[156]) ).

thf(170,plain,
    ( ( ! [A: $i] :
          ( ~ ( finite @ A )
          | ! [B: $i] :
              ( ~ ( element @ B @ ( powerset @ A ) )
              | ( finite @ B ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[155]) ).

thf(171,plain,
    ( ( ! [A: $i] :
          ( ~ ( empty @ A )
          | ~ ( relation @ A )
          | ~ ( function @ A )
          | ( function @ A ) )
      & ! [A: $i] :
          ( ~ ( empty @ A )
          | ~ ( relation @ A )
          | ~ ( function @ A )
          | ( relation @ A ) )
      & ! [A: $i] :
          ( ~ ( empty @ A )
          | ~ ( relation @ A )
          | ~ ( function @ A )
          | ( one_to_one @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[154]) ).

thf(172,plain,
    ( ( ! [A: $i] :
          ( ~ ( epsilon_connected @ A )
          | ~ ( epsilon_transitive @ A )
          | ( ordinal @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[153]) ).

thf(173,plain,
    ( ( ! [A: $i] :
          ( ~ ( empty @ A )
          | ( epsilon_connected @ A ) )
      & ! [A: $i] :
          ( ~ ( empty @ A )
          | ( epsilon_transitive @ A ) )
      & ! [A: $i] :
          ( ~ ( empty @ A )
          | ( ordinal @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[152]) ).

thf(174,plain,
    ( ( ! [A: $i] :
          ( ~ ( element @ A @ positive_rationals )
          | ~ ( ordinal @ A )
          | ( epsilon_connected @ A ) )
      & ! [A: $i] :
          ( ~ ( element @ A @ positive_rationals )
          | ~ ( ordinal @ A )
          | ( epsilon_transitive @ A ) )
      & ! [A: $i] :
          ( ~ ( element @ A @ positive_rationals )
          | ~ ( ordinal @ A )
          | ( ordinal @ A ) )
      & ! [A: $i] :
          ( ~ ( element @ A @ positive_rationals )
          | ~ ( ordinal @ A )
          | ( natural @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[151]) ).

thf(175,plain,
    ( ( ! [A: $i] : ( element @ ( sK28_B @ A ) @ A ) )
    = $true ),
    inference(copy,[status(thm)],[150]) ).

thf(176,plain,
    ( ( ( empty @ empty_set )
      & ( relation @ empty_set )
      & ( relation_empty_yielding @ empty_set ) )
    = $true ),
    inference(copy,[status(thm)],[96]) ).

thf(177,plain,
    ( ( ! [A: $i] :
          ~ ( empty @ ( powerset @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[95]) ).

thf(178,plain,
    ( ( empty @ empty_set )
    = $true ),
    inference(copy,[status(thm)],[94]) ).

thf(179,plain,
    ( ( ( relation @ empty_set )
      & ( relation_empty_yielding @ empty_set )
      & ( function @ empty_set )
      & ( one_to_one @ empty_set )
      & ( empty @ empty_set )
      & ( epsilon_transitive @ empty_set )
      & ( epsilon_connected @ empty_set )
      & ( ordinal @ empty_set ) )
    = $true ),
    inference(copy,[status(thm)],[93]) ).

thf(180,plain,
    ( ( ( empty @ empty_set )
      & ( relation @ empty_set ) )
    = $true ),
    inference(copy,[status(thm)],[92]) ).

thf(181,plain,
    ( ( ~ ( empty @ positive_rationals ) )
    = $true ),
    inference(copy,[status(thm)],[91]) ).

thf(182,plain,
    ( ( ~ ( empty @ sK27_A )
      & ( epsilon_transitive @ sK27_A )
      & ( epsilon_connected @ sK27_A )
      & ( ordinal @ sK27_A )
      & ( natural @ sK27_A ) )
    = $true ),
    inference(copy,[status(thm)],[149]) ).

thf(183,plain,
    ( ( ~ ( empty @ sK26_A )
      & ( finite @ sK26_A ) )
    = $true ),
    inference(copy,[status(thm)],[148]) ).

thf(184,plain,
    ( ( ( function @ sK25_A )
      & ( relation @ sK25_A )
      & ( function_yielding @ sK25_A ) )
    = $true ),
    inference(copy,[status(thm)],[147]) ).

thf(185,plain,
    ( ( ( function @ sK24_A )
      & ( relation @ sK24_A ) )
    = $true ),
    inference(copy,[status(thm)],[146]) ).

thf(186,plain,
    ( ( ( epsilon_connected @ sK23_A )
      & ( epsilon_transitive @ sK23_A )
      & ( ordinal @ sK23_A ) )
    = $true ),
    inference(copy,[status(thm)],[145]) ).

thf(187,plain,
    ( ( ( epsilon_connected @ sK22_A )
      & ( epsilon_transitive @ sK22_A )
      & ( ordinal @ sK22_A )
      & ( being_limit_ordinal @ sK22_A ) )
    = $true ),
    inference(copy,[status(thm)],[144]) ).

thf(188,plain,
    ( ( ( empty @ sK21_A )
      & ( relation @ sK21_A ) )
    = $true ),
    inference(copy,[status(thm)],[143]) ).

thf(189,plain,
    ( ( ! [A: $i] :
          ( ( empty @ A )
          | ( ( element @ ( sK20_B @ A ) @ ( powerset @ A ) )
            & ~ ( empty @ ( sK20_B @ A ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[142]) ).

thf(190,plain,
    ( ( empty @ sK19_A )
    = $true ),
    inference(copy,[status(thm)],[141]) ).

thf(191,plain,
    ( ( ( element @ sK18_A @ positive_rationals )
      & ~ ( empty @ sK18_A )
      & ( epsilon_transitive @ sK18_A )
      & ( epsilon_connected @ sK18_A )
      & ( ordinal @ sK18_A ) )
    = $true ),
    inference(copy,[status(thm)],[140]) ).

thf(192,plain,
    ( ( ! [A: $i] :
          ( ( element @ ( sK17_B @ A ) @ ( powerset @ A ) )
          & ( empty @ ( sK17_B @ A ) )
          & ( relation @ ( sK17_B @ A ) )
          & ( function @ ( sK17_B @ A ) )
          & ( one_to_one @ ( sK17_B @ A ) )
          & ( epsilon_transitive @ ( sK17_B @ A ) )
          & ( epsilon_connected @ ( sK17_B @ A ) )
          & ( ordinal @ ( sK17_B @ A ) )
          & ( natural @ ( sK17_B @ A ) )
          & ( finite @ ( sK17_B @ A ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[139]) ).

thf(193,plain,
    ( ( ( empty @ sK16_A )
      & ( relation @ sK16_A )
      & ( function @ sK16_A ) )
    = $true ),
    inference(copy,[status(thm)],[138]) ).

thf(194,plain,
    ( ( ( function @ sK15_A )
      & ( relation @ sK15_A )
      & ( one_to_one @ sK15_A )
      & ( empty @ sK15_A )
      & ( epsilon_transitive @ sK15_A )
      & ( epsilon_connected @ sK15_A )
      & ( ordinal @ sK15_A ) )
    = $true ),
    inference(copy,[status(thm)],[137]) ).

thf(195,plain,
    ( ( ( function @ sK14_A )
      & ( relation @ sK14_A )
      & ( transfinite_sequence @ sK14_A )
      & ( ordinal_yielding @ sK14_A ) )
    = $true ),
    inference(copy,[status(thm)],[136]) ).

thf(196,plain,
    ( ( ~ ( empty @ sK13_A )
      & ( relation @ sK13_A ) )
    = $true ),
    inference(copy,[status(thm)],[135]) ).

thf(197,plain,
    ( ( ! [A: $i] :
          ( ( element @ ( sK12_B @ A ) @ ( powerset @ A ) )
          & ( empty @ ( sK12_B @ A ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[134]) ).

thf(198,plain,
    ( ( ~ ( empty @ sK11_A ) )
    = $true ),
    inference(copy,[status(thm)],[133]) ).

thf(199,plain,
    ( ( ( element @ sK10_A @ positive_rationals )
      & ( empty @ sK10_A )
      & ( epsilon_transitive @ sK10_A )
      & ( epsilon_connected @ sK10_A )
      & ( ordinal @ sK10_A )
      & ( natural @ sK10_A ) )
    = $true ),
    inference(copy,[status(thm)],[132]) ).

thf(200,plain,
    ( ( ! [A: $i] :
          ( ( empty @ A )
          | ( ( element @ ( sK9_B @ A ) @ ( powerset @ A ) )
            & ~ ( empty @ ( sK9_B @ A ) )
            & ( finite @ ( sK9_B @ A ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[131]) ).

thf(201,plain,
    ( ( ( function @ sK8_A )
      & ( relation @ sK8_A )
      & ( one_to_one @ sK8_A ) )
    = $true ),
    inference(copy,[status(thm)],[130]) ).

thf(202,plain,
    ( ( ~ ( empty @ sK7_A )
      & ( epsilon_transitive @ sK7_A )
      & ( epsilon_connected @ sK7_A )
      & ( ordinal @ sK7_A ) )
    = $true ),
    inference(copy,[status(thm)],[129]) ).

thf(203,plain,
    ( ( ( relation @ sK6_A )
      & ( relation_empty_yielding @ sK6_A ) )
    = $true ),
    inference(copy,[status(thm)],[128]) ).

thf(204,plain,
    ( ( ( relation @ sK5_A )
      & ( relation_empty_yielding @ sK5_A )
      & ( function @ sK5_A ) )
    = $true ),
    inference(copy,[status(thm)],[127]) ).

thf(205,plain,
    ( ( ( function @ sK4_A )
      & ( relation @ sK4_A )
      & ( transfinite_sequence @ sK4_A ) )
    = $true ),
    inference(copy,[status(thm)],[126]) ).

thf(206,plain,
    ( ( ( relation @ sK3_A )
      & ( relation_non_empty @ sK3_A )
      & ( function @ sK3_A ) )
    = $true ),
    inference(copy,[status(thm)],[125]) ).

thf(207,plain,
    ( ( ! [A: $i] : ( subset @ A @ A ) )
    = $true ),
    inference(copy,[status(thm)],[124]) ).

thf(208,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( in @ A @ B )
          | ( element @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[123]) ).

thf(209,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( element @ A @ B )
          | ( empty @ B )
          | ( in @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[122]) ).

thf(210,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( element @ A @ ( powerset @ B ) )
          | ( subset @ A @ B ) )
      & ! [A: $i,B: $i] :
          ( ~ ( subset @ A @ B )
          | ( element @ A @ ( powerset @ B ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[121]) ).

thf(211,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( element @ B @ ( powerset @ C ) )
          | ~ ( in @ A @ B )
          | ( element @ A @ C ) ) )
    = $true ),
    inference(copy,[status(thm)],[120]) ).

thf(212,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( element @ B @ ( powerset @ C ) )
          | ~ ( in @ A @ B )
          | ~ ( empty @ C ) ) )
    = $true ),
    inference(copy,[status(thm)],[119]) ).

thf(213,plain,
    ( ( ! [A: $i] :
          ( ~ ( empty @ A )
          | ( A = empty_set ) ) )
    = $true ),
    inference(copy,[status(thm)],[118]) ).

thf(214,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( empty @ B )
          | ~ ( in @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[117]) ).

thf(215,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( A = B )
          | ~ ( empty @ A )
          | ~ ( empty @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[116]) ).

thf(216,plain,
    ( ( finite @ sK2_SY68 )
    = $true ),
    inference(copy,[status(thm)],[113]) ).

thf(217,plain,
    ( ( subset @ sK1_A @ sK2_SY68 )
    = $true ),
    inference(copy,[status(thm)],[112]) ).

thf(218,plain,
    ( ( ~ ( finite @ sK1_A ) )
    = $true ),
    inference(copy,[status(thm)],[115]) ).

thf(219,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ sK18_A @ positive_rationals )
                            | ~ ~ ( empty @ sK18_A ) )
                      | ~ ( epsilon_transitive @ sK18_A ) )
                | ~ ( epsilon_connected @ sK18_A ) )
          | ~ ( ordinal @ sK18_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[191]) ).

thf(220,plain,
    ( ( ~ ( ~ ~ ( ~ ! [SX0: $i] :
                      ( ~ ( empty @ SX0 )
                      | ( epsilon_connected @ SX0 ) )
                | ~ ! [SX0: $i] :
                      ( ~ ( empty @ SX0 )
                      | ( epsilon_transitive @ SX0 ) ) )
          | ~ ! [SX0: $i] :
                ( ~ ( empty @ SX0 )
                | ( ordinal @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[173]) ).

thf(221,plain,
    ( ( ~ ( ~ ~ ( empty @ sK13_A )
          | ~ ( relation @ sK13_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[196]) ).

thf(222,plain,
    ( ( ~ ( ~ ~ ( ~ ( empty @ sK16_A )
                | ~ ( relation @ sK16_A ) )
          | ~ ( function @ sK16_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[193]) ).

thf(223,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( element @ SX0 @ ( powerset @ SX1 ) )
                | ( subset @ SX0 @ SX1 ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( subset @ SX0 @ SX1 )
                | ( element @ SX0 @ ( powerset @ SX1 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[210]) ).

thf(224,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( empty @ sK7_A )
                      | ~ ( epsilon_transitive @ sK7_A ) )
                | ~ ( epsilon_connected @ sK7_A ) )
          | ~ ( ordinal @ sK7_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[202]) ).

thf(225,plain,
    ( ( ! [SX0: $i] :
          ~ ( ~ ( element @ ( sK12_B @ SX0 ) @ ( powerset @ SX0 ) )
            | ~ ( empty @ ( sK12_B @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[197]) ).

thf(226,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( ordinal @ SX0 )
                | ( epsilon_connected @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ~ ( ordinal @ SX0 )
                | ( epsilon_transitive @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[167]) ).

thf(227,plain,
    ( ( ~ ( ~ ( relation @ sK6_A )
          | ~ ( relation_empty_yielding @ sK6_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[203]) ).

thf(228,plain,
    ( ( ~ ( ~ ~ ( ~ ( function @ sK8_A )
                | ~ ( relation @ sK8_A ) )
          | ~ ( one_to_one @ sK8_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[201]) ).

thf(229,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( ordinal @ SX0 )
          | ~ ( ~ ~ ( ~ ! [SX1: $i] :
                          ( ~ ( element @ SX1 @ SX0 )
                          | ( epsilon_connected @ SX1 ) )
                    | ~ ! [SX1: $i] :
                          ( ~ ( element @ SX1 @ SX0 )
                          | ( epsilon_transitive @ SX1 ) ) )
              | ~ ! [SX1: $i] :
                    ( ~ ( element @ SX1 @ SX0 )
                    | ( ordinal @ SX1 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[164]) ).

thf(230,plain,
    ( ( ~ ( ~ ~ ( ~ ( relation @ sK3_A )
                | ~ ( relation_non_empty @ sK3_A ) )
          | ~ ( function @ sK3_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[206]) ).

thf(231,plain,
    ( ( ~ ( ~ ( function @ sK24_A )
          | ~ ( relation @ sK24_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[185]) ).

thf(232,plain,
    ( ( ! [SX0: $i] :
          ( ( empty @ SX0 )
          | ~ ( ~ ~ ( ~ ( element @ ( sK9_B @ SX0 ) @ ( powerset @ SX0 ) )
                    | ~ ~ ( empty @ ( sK9_B @ SX0 ) ) )
              | ~ ( finite @ ( sK9_B @ SX0 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[200]) ).

thf(233,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( relation @ empty_set )
                                              | ~ ( relation_empty_yielding @ empty_set ) )
                                        | ~ ( function @ empty_set ) )
                                  | ~ ( one_to_one @ empty_set ) )
                            | ~ ( empty @ empty_set ) )
                      | ~ ( epsilon_transitive @ empty_set ) )
                | ~ ( epsilon_connected @ empty_set ) )
          | ~ ( ordinal @ empty_set ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[179]) ).

thf(234,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                            ( ~ ( element @ SX0 @ positive_rationals )
                            | ~ ( ordinal @ SX0 )
                            | ( epsilon_connected @ SX0 ) )
                      | ~ ! [SX0: $i] :
                            ( ~ ( element @ SX0 @ positive_rationals )
                            | ~ ( ordinal @ SX0 )
                            | ( epsilon_transitive @ SX0 ) ) )
                | ~ ! [SX0: $i] :
                      ( ~ ( element @ SX0 @ positive_rationals )
                      | ~ ( ordinal @ SX0 )
                      | ( ordinal @ SX0 ) ) )
          | ~ ! [SX0: $i] :
                ( ~ ( element @ SX0 @ positive_rationals )
                | ~ ( ordinal @ SX0 )
                | ( natural @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[174]) ).

thf(235,plain,
    ( ( ~ ( ~ ~ ( ~ ( function @ sK25_A )
                | ~ ( relation @ sK25_A ) )
          | ~ ( function_yielding @ sK25_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[184]) ).

thf(236,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                            ( ~ ( empty @ SX0 )
                            | ~ ( ordinal @ SX0 )
                            | ( epsilon_connected @ SX0 ) )
                      | ~ ! [SX0: $i] :
                            ( ~ ( empty @ SX0 )
                            | ~ ( ordinal @ SX0 )
                            | ( epsilon_transitive @ SX0 ) ) )
                | ~ ! [SX0: $i] :
                      ( ~ ( empty @ SX0 )
                      | ~ ( ordinal @ SX0 )
                      | ( ordinal @ SX0 ) ) )
          | ~ ! [SX0: $i] :
                ( ~ ( empty @ SX0 )
                | ~ ( ordinal @ SX0 )
                | ( natural @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[169]) ).

thf(237,plain,
    ( ( ~ ( ~ ~ ( ~ ! [SX0: $i] :
                      ( ~ ( empty @ SX0 )
                      | ~ ( relation @ SX0 )
                      | ~ ( function @ SX0 )
                      | ( function @ SX0 ) )
                | ~ ! [SX0: $i] :
                      ( ~ ( empty @ SX0 )
                      | ~ ( relation @ SX0 )
                      | ~ ( function @ SX0 )
                      | ( relation @ SX0 ) ) )
          | ~ ! [SX0: $i] :
                ( ~ ( empty @ SX0 )
                | ~ ( relation @ SX0 )
                | ~ ( function @ SX0 )
                | ( one_to_one @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[171]) ).

thf(238,plain,
    ( ( ~ ( ~ ~ ( empty @ sK26_A )
          | ~ ( finite @ sK26_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[183]) ).

thf(239,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( function @ sK15_A )
                                        | ~ ( relation @ sK15_A ) )
                                  | ~ ( one_to_one @ sK15_A ) )
                            | ~ ( empty @ sK15_A ) )
                      | ~ ( epsilon_transitive @ sK15_A ) )
                | ~ ( epsilon_connected @ sK15_A ) )
          | ~ ( ordinal @ sK15_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[194]) ).

thf(240,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ( epsilon_connected @ sK22_A )
                      | ~ ( epsilon_transitive @ sK22_A ) )
                | ~ ( ordinal @ sK22_A ) )
          | ~ ( being_limit_ordinal @ sK22_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[187]) ).

thf(241,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ sK10_A @ positive_rationals )
                                  | ~ ( empty @ sK10_A ) )
                            | ~ ( epsilon_transitive @ sK10_A ) )
                      | ~ ( epsilon_connected @ sK10_A ) )
                | ~ ( ordinal @ sK10_A ) )
          | ~ ( natural @ sK10_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[199]) ).

thf(242,plain,
    ( ( ! [SX0: $i] :
          ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK17_B @ SX0 ) @ ( powerset @ SX0 ) )
                                                            | ~ ( empty @ ( sK17_B @ SX0 ) ) )
                                                      | ~ ( relation @ ( sK17_B @ SX0 ) ) )
                                                | ~ ( function @ ( sK17_B @ SX0 ) ) )
                                          | ~ ( one_to_one @ ( sK17_B @ SX0 ) ) )
                                    | ~ ( epsilon_transitive @ ( sK17_B @ SX0 ) ) )
                              | ~ ( epsilon_connected @ ( sK17_B @ SX0 ) ) )
                        | ~ ( ordinal @ ( sK17_B @ SX0 ) ) )
                  | ~ ( natural @ ( sK17_B @ SX0 ) ) )
            | ~ ( finite @ ( sK17_B @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[192]) ).

thf(243,plain,
    ( ( ~ ( ~ ~ ( ~ ( epsilon_connected @ sK23_A )
                | ~ ( epsilon_transitive @ sK23_A ) )
          | ~ ( ordinal @ sK23_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[186]) ).

thf(244,plain,
    ( ( ~ ( ~ ~ ( ~ ( empty @ empty_set )
                | ~ ( relation @ empty_set ) )
          | ~ ( relation_empty_yielding @ empty_set ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[176]) ).

thf(245,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ( function @ sK14_A )
                      | ~ ( relation @ sK14_A ) )
                | ~ ( transfinite_sequence @ sK14_A ) )
          | ~ ( ordinal_yielding @ sK14_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[195]) ).

thf(246,plain,
    ( ( ~ ( ~ ~ ( ~ ( relation @ sK5_A )
                | ~ ( relation_empty_yielding @ sK5_A ) )
          | ~ ( function @ sK5_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[204]) ).

thf(247,plain,
    ( ( ~ ( ~ ~ ( ~ ( function @ sK4_A )
                | ~ ( relation @ sK4_A ) )
          | ~ ( transfinite_sequence @ sK4_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[205]) ).

thf(248,plain,
    ( ( ~ ( ~ ( empty @ empty_set )
          | ~ ( relation @ empty_set ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[180]) ).

thf(249,plain,
    ( ( ! [SX0: $i] :
          ( ( empty @ SX0 )
          | ~ ( ~ ( element @ ( sK20_B @ SX0 ) @ ( powerset @ SX0 ) )
              | ~ ~ ( empty @ ( sK20_B @ SX0 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[189]) ).

thf(250,plain,
    ( ( ~ ( ~ ( empty @ sK21_A )
          | ~ ( relation @ sK21_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[188]) ).

thf(251,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( empty @ sK27_A )
                            | ~ ( epsilon_transitive @ sK27_A ) )
                      | ~ ( epsilon_connected @ sK27_A ) )
                | ~ ( ordinal @ sK27_A ) )
          | ~ ( natural @ sK27_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[182]) ).

thf(252,plain,
    ! [SV1: $i] :
      ( ( ! [SY69: $i] :
            ( ~ ( in @ SV1 @ SY69 )
            | ~ ( in @ SY69 @ SV1 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[163]) ).

thf(253,plain,
    ! [SV2: $i] :
      ( ( ~ ( empty @ SV2 )
        | ( finite @ SV2 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[165]) ).

thf(254,plain,
    ! [SV3: $i] :
      ( ( ~ ( empty @ SV3 )
        | ( function @ SV3 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[166]) ).

thf(255,plain,
    ! [SV4: $i] :
      ( ( ~ ( empty @ SV4 )
        | ( relation @ SV4 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[168]) ).

thf(256,plain,
    ! [SV5: $i] :
      ( ( ~ ( finite @ SV5 )
        | ! [SY70: $i] :
            ( ~ ( element @ SY70 @ ( powerset @ SV5 ) )
            | ( finite @ SY70 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[170]) ).

thf(257,plain,
    ! [SV6: $i] :
      ( ( ~ ( epsilon_connected @ SV6 )
        | ~ ( epsilon_transitive @ SV6 )
        | ( ordinal @ SV6 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[172]) ).

thf(258,plain,
    ! [SV7: $i] :
      ( ( element @ ( sK28_B @ SV7 ) @ SV7 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[175]) ).

thf(259,plain,
    ! [SV8: $i] :
      ( ( ~ ( empty @ ( powerset @ SV8 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[177]) ).

thf(260,plain,
    ( ( empty @ positive_rationals )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[181]) ).

thf(261,plain,
    ( ( empty @ sK11_A )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[198]) ).

thf(262,plain,
    ! [SV9: $i] :
      ( ( subset @ SV9 @ SV9 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[207]) ).

thf(263,plain,
    ! [SV10: $i] :
      ( ( ! [SY71: $i] :
            ( ~ ( in @ SV10 @ SY71 )
            | ( element @ SV10 @ SY71 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[208]) ).

thf(264,plain,
    ! [SV11: $i] :
      ( ( ! [SY72: $i] :
            ( ~ ( element @ SV11 @ SY72 )
            | ( empty @ SY72 )
            | ( in @ SV11 @ SY72 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[209]) ).

thf(265,plain,
    ! [SV12: $i] :
      ( ( ! [SY73: $i,SY74: $i] :
            ( ~ ( element @ SY73 @ ( powerset @ SY74 ) )
            | ~ ( in @ SV12 @ SY73 )
            | ( element @ SV12 @ SY74 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[211]) ).

thf(266,plain,
    ! [SV13: $i] :
      ( ( ! [SY75: $i,SY76: $i] :
            ( ~ ( element @ SY75 @ ( powerset @ SY76 ) )
            | ~ ( in @ SV13 @ SY75 )
            | ~ ( empty @ SY76 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[212]) ).

thf(267,plain,
    ! [SV14: $i] :
      ( ( ~ ( empty @ SV14 )
        | ( SV14 = empty_set ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[213]) ).

thf(268,plain,
    ! [SV15: $i] :
      ( ( ! [SY77: $i] :
            ( ~ ( empty @ SY77 )
            | ~ ( in @ SV15 @ SY77 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[214]) ).

thf(269,plain,
    ! [SV16: $i] :
      ( ( ! [SY78: $i] :
            ( ( SV16 = SY78 )
            | ~ ( empty @ SV16 )
            | ~ ( empty @ SY78 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[215]) ).

thf(270,plain,
    ( ( finite @ sK1_A )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[218]) ).

thf(271,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ sK18_A @ positive_rationals )
                        | ~ ~ ( empty @ sK18_A ) )
                  | ~ ( epsilon_transitive @ sK18_A ) )
            | ~ ( epsilon_connected @ sK18_A ) )
      | ~ ( ordinal @ sK18_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[219]) ).

thf(272,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ( ~ ( empty @ SX0 )
                  | ( epsilon_connected @ SX0 ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( empty @ SX0 )
                  | ( epsilon_transitive @ SX0 ) ) )
      | ~ ! [SX0: $i] :
            ( ~ ( empty @ SX0 )
            | ( ordinal @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[220]) ).

thf(273,plain,
    ( ( ~ ~ ( empty @ sK13_A )
      | ~ ( relation @ sK13_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[221]) ).

thf(274,plain,
    ( ( ~ ~ ( ~ ( empty @ sK16_A )
            | ~ ( relation @ sK16_A ) )
      | ~ ( function @ sK16_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[222]) ).

thf(275,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( element @ SX0 @ ( powerset @ SX1 ) )
            | ( subset @ SX0 @ SX1 ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( subset @ SX0 @ SX1 )
            | ( element @ SX0 @ ( powerset @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[223]) ).

thf(276,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( empty @ sK7_A )
                  | ~ ( epsilon_transitive @ sK7_A ) )
            | ~ ( epsilon_connected @ sK7_A ) )
      | ~ ( ordinal @ sK7_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[224]) ).

thf(277,plain,
    ! [SV17: $i] :
      ( ( ~ ( ~ ( element @ ( sK12_B @ SV17 ) @ ( powerset @ SV17 ) )
            | ~ ( empty @ ( sK12_B @ SV17 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[225]) ).

thf(278,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( ordinal @ SX0 )
            | ( epsilon_connected @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ~ ( ordinal @ SX0 )
            | ( epsilon_transitive @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[226]) ).

thf(279,plain,
    ( ( ~ ( relation @ sK6_A )
      | ~ ( relation_empty_yielding @ sK6_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[227]) ).

thf(280,plain,
    ( ( ~ ~ ( ~ ( function @ sK8_A )
            | ~ ( relation @ sK8_A ) )
      | ~ ( one_to_one @ sK8_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[228]) ).

thf(281,plain,
    ! [SV18: $i] :
      ( ( ~ ( ordinal @ SV18 )
        | ~ ( ~ ~ ( ~ ! [SY79: $i] :
                        ( ~ ( element @ SY79 @ SV18 )
                        | ( epsilon_connected @ SY79 ) )
                  | ~ ! [SY80: $i] :
                        ( ~ ( element @ SY80 @ SV18 )
                        | ( epsilon_transitive @ SY80 ) ) )
            | ~ ! [SY81: $i] :
                  ( ~ ( element @ SY81 @ SV18 )
                  | ( ordinal @ SY81 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[229]) ).

thf(282,plain,
    ( ( ~ ~ ( ~ ( relation @ sK3_A )
            | ~ ( relation_non_empty @ sK3_A ) )
      | ~ ( function @ sK3_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[230]) ).

thf(283,plain,
    ( ( ~ ( function @ sK24_A )
      | ~ ( relation @ sK24_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[231]) ).

thf(284,plain,
    ! [SV19: $i] :
      ( ( ( empty @ SV19 )
        | ~ ( ~ ~ ( ~ ( element @ ( sK9_B @ SV19 ) @ ( powerset @ SV19 ) )
                  | ~ ~ ( empty @ ( sK9_B @ SV19 ) ) )
            | ~ ( finite @ ( sK9_B @ SV19 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[232]) ).

thf(285,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( relation @ empty_set )
                                          | ~ ( relation_empty_yielding @ empty_set ) )
                                    | ~ ( function @ empty_set ) )
                              | ~ ( one_to_one @ empty_set ) )
                        | ~ ( empty @ empty_set ) )
                  | ~ ( epsilon_transitive @ empty_set ) )
            | ~ ( epsilon_connected @ empty_set ) )
      | ~ ( ordinal @ empty_set ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[233]) ).

thf(286,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                        ( ~ ( element @ SX0 @ positive_rationals )
                        | ~ ( ordinal @ SX0 )
                        | ( epsilon_connected @ SX0 ) )
                  | ~ ! [SX0: $i] :
                        ( ~ ( element @ SX0 @ positive_rationals )
                        | ~ ( ordinal @ SX0 )
                        | ( epsilon_transitive @ SX0 ) ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( element @ SX0 @ positive_rationals )
                  | ~ ( ordinal @ SX0 )
                  | ( ordinal @ SX0 ) ) )
      | ~ ! [SX0: $i] :
            ( ~ ( element @ SX0 @ positive_rationals )
            | ~ ( ordinal @ SX0 )
            | ( natural @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[234]) ).

thf(287,plain,
    ( ( ~ ~ ( ~ ( function @ sK25_A )
            | ~ ( relation @ sK25_A ) )
      | ~ ( function_yielding @ sK25_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[235]) ).

thf(288,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                        ( ~ ( empty @ SX0 )
                        | ~ ( ordinal @ SX0 )
                        | ( epsilon_connected @ SX0 ) )
                  | ~ ! [SX0: $i] :
                        ( ~ ( empty @ SX0 )
                        | ~ ( ordinal @ SX0 )
                        | ( epsilon_transitive @ SX0 ) ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( empty @ SX0 )
                  | ~ ( ordinal @ SX0 )
                  | ( ordinal @ SX0 ) ) )
      | ~ ! [SX0: $i] :
            ( ~ ( empty @ SX0 )
            | ~ ( ordinal @ SX0 )
            | ( natural @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[236]) ).

thf(289,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ( ~ ( empty @ SX0 )
                  | ~ ( relation @ SX0 )
                  | ~ ( function @ SX0 )
                  | ( function @ SX0 ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( empty @ SX0 )
                  | ~ ( relation @ SX0 )
                  | ~ ( function @ SX0 )
                  | ( relation @ SX0 ) ) )
      | ~ ! [SX0: $i] :
            ( ~ ( empty @ SX0 )
            | ~ ( relation @ SX0 )
            | ~ ( function @ SX0 )
            | ( one_to_one @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[237]) ).

thf(290,plain,
    ( ( ~ ~ ( empty @ sK26_A )
      | ~ ( finite @ sK26_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[238]) ).

thf(291,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( function @ sK15_A )
                                    | ~ ( relation @ sK15_A ) )
                              | ~ ( one_to_one @ sK15_A ) )
                        | ~ ( empty @ sK15_A ) )
                  | ~ ( epsilon_transitive @ sK15_A ) )
            | ~ ( epsilon_connected @ sK15_A ) )
      | ~ ( ordinal @ sK15_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[239]) ).

thf(292,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ( epsilon_connected @ sK22_A )
                  | ~ ( epsilon_transitive @ sK22_A ) )
            | ~ ( ordinal @ sK22_A ) )
      | ~ ( being_limit_ordinal @ sK22_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[240]) ).

thf(293,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ sK10_A @ positive_rationals )
                              | ~ ( empty @ sK10_A ) )
                        | ~ ( epsilon_transitive @ sK10_A ) )
                  | ~ ( epsilon_connected @ sK10_A ) )
            | ~ ( ordinal @ sK10_A ) )
      | ~ ( natural @ sK10_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[241]) ).

thf(294,plain,
    ! [SV20: $i] :
      ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
                                                            | ~ ( empty @ ( sK17_B @ SV20 ) ) )
                                                      | ~ ( relation @ ( sK17_B @ SV20 ) ) )
                                                | ~ ( function @ ( sK17_B @ SV20 ) ) )
                                          | ~ ( one_to_one @ ( sK17_B @ SV20 ) ) )
                                    | ~ ( epsilon_transitive @ ( sK17_B @ SV20 ) ) )
                              | ~ ( epsilon_connected @ ( sK17_B @ SV20 ) ) )
                        | ~ ( ordinal @ ( sK17_B @ SV20 ) ) )
                  | ~ ( natural @ ( sK17_B @ SV20 ) ) )
            | ~ ( finite @ ( sK17_B @ SV20 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[242]) ).

thf(295,plain,
    ( ( ~ ~ ( ~ ( epsilon_connected @ sK23_A )
            | ~ ( epsilon_transitive @ sK23_A ) )
      | ~ ( ordinal @ sK23_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[243]) ).

thf(296,plain,
    ( ( ~ ~ ( ~ ( empty @ empty_set )
            | ~ ( relation @ empty_set ) )
      | ~ ( relation_empty_yielding @ empty_set ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[244]) ).

thf(297,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ( function @ sK14_A )
                  | ~ ( relation @ sK14_A ) )
            | ~ ( transfinite_sequence @ sK14_A ) )
      | ~ ( ordinal_yielding @ sK14_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[245]) ).

thf(298,plain,
    ( ( ~ ~ ( ~ ( relation @ sK5_A )
            | ~ ( relation_empty_yielding @ sK5_A ) )
      | ~ ( function @ sK5_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[246]) ).

thf(299,plain,
    ( ( ~ ~ ( ~ ( function @ sK4_A )
            | ~ ( relation @ sK4_A ) )
      | ~ ( transfinite_sequence @ sK4_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[247]) ).

thf(300,plain,
    ( ( ~ ( empty @ empty_set )
      | ~ ( relation @ empty_set ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[248]) ).

thf(301,plain,
    ! [SV21: $i] :
      ( ( ( empty @ SV21 )
        | ~ ( ~ ( element @ ( sK20_B @ SV21 ) @ ( powerset @ SV21 ) )
            | ~ ~ ( empty @ ( sK20_B @ SV21 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[249]) ).

thf(302,plain,
    ( ( ~ ( empty @ sK21_A )
      | ~ ( relation @ sK21_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[250]) ).

thf(303,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( empty @ sK27_A )
                        | ~ ( epsilon_transitive @ sK27_A ) )
                  | ~ ( epsilon_connected @ sK27_A ) )
            | ~ ( ordinal @ sK27_A ) )
      | ~ ( natural @ sK27_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[251]) ).

thf(304,plain,
    ! [SV22: $i,SV1: $i] :
      ( ( ~ ( in @ SV1 @ SV22 )
        | ~ ( in @ SV22 @ SV1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[252]) ).

thf(305,plain,
    ! [SV2: $i] :
      ( ( ( ~ ( empty @ SV2 ) )
        = $true )
      | ( ( finite @ SV2 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[253]) ).

thf(306,plain,
    ! [SV3: $i] :
      ( ( ( ~ ( empty @ SV3 ) )
        = $true )
      | ( ( function @ SV3 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[254]) ).

thf(307,plain,
    ! [SV4: $i] :
      ( ( ( ~ ( empty @ SV4 ) )
        = $true )
      | ( ( relation @ SV4 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[255]) ).

thf(308,plain,
    ! [SV5: $i] :
      ( ( ( ~ ( finite @ SV5 ) )
        = $true )
      | ( ( ! [SY70: $i] :
              ( ~ ( element @ SY70 @ ( powerset @ SV5 ) )
              | ( finite @ SY70 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[256]) ).

thf(309,plain,
    ! [SV6: $i] :
      ( ( ( ~ ( epsilon_connected @ SV6 )
          | ~ ( epsilon_transitive @ SV6 ) )
        = $true )
      | ( ( ordinal @ SV6 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[257]) ).

thf(310,plain,
    ! [SV8: $i] :
      ( ( empty @ ( powerset @ SV8 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[259]) ).

thf(311,plain,
    ! [SV23: $i,SV10: $i] :
      ( ( ~ ( in @ SV10 @ SV23 )
        | ( element @ SV10 @ SV23 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[263]) ).

thf(312,plain,
    ! [SV24: $i,SV11: $i] :
      ( ( ~ ( element @ SV11 @ SV24 )
        | ( empty @ SV24 )
        | ( in @ SV11 @ SV24 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[264]) ).

thf(313,plain,
    ! [SV12: $i,SV25: $i] :
      ( ( ! [SY82: $i] :
            ( ~ ( element @ SV25 @ ( powerset @ SY82 ) )
            | ~ ( in @ SV12 @ SV25 )
            | ( element @ SV12 @ SY82 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[265]) ).

thf(314,plain,
    ! [SV13: $i,SV26: $i] :
      ( ( ! [SY83: $i] :
            ( ~ ( element @ SV26 @ ( powerset @ SY83 ) )
            | ~ ( in @ SV13 @ SV26 )
            | ~ ( empty @ SY83 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[266]) ).

thf(315,plain,
    ! [SV14: $i] :
      ( ( ( ~ ( empty @ SV14 ) )
        = $true )
      | ( ( SV14 = empty_set )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[267]) ).

thf(316,plain,
    ! [SV15: $i,SV27: $i] :
      ( ( ~ ( empty @ SV27 )
        | ~ ( in @ SV15 @ SV27 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[268]) ).

thf(317,plain,
    ! [SV28: $i,SV16: $i] :
      ( ( ( SV16 = SV28 )
        | ~ ( empty @ SV16 )
        | ~ ( empty @ SV28 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[269]) ).

thf(318,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ sK18_A @ positive_rationals )
                        | ~ ~ ( empty @ sK18_A ) )
                  | ~ ( epsilon_transitive @ sK18_A ) )
            | ~ ( epsilon_connected @ sK18_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[271]) ).

thf(319,plain,
    ( ( ~ ( ordinal @ sK18_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[271]) ).

thf(320,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ( ~ ( empty @ SX0 )
                  | ( epsilon_connected @ SX0 ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( empty @ SX0 )
                  | ( epsilon_transitive @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[272]) ).

thf(321,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( empty @ SX0 )
            | ( ordinal @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[272]) ).

thf(322,plain,
    ( ( ~ ~ ( empty @ sK13_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[273]) ).

thf(323,plain,
    ( ( ~ ( relation @ sK13_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[273]) ).

thf(324,plain,
    ( ( ~ ~ ( ~ ( empty @ sK16_A )
            | ~ ( relation @ sK16_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[274]) ).

thf(325,plain,
    ( ( ~ ( function @ sK16_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[274]) ).

thf(326,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( element @ SX0 @ ( powerset @ SX1 ) )
            | ( subset @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[275]) ).

thf(327,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( subset @ SX0 @ SX1 )
            | ( element @ SX0 @ ( powerset @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[275]) ).

thf(328,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( empty @ sK7_A )
                  | ~ ( epsilon_transitive @ sK7_A ) )
            | ~ ( epsilon_connected @ sK7_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[276]) ).

thf(329,plain,
    ( ( ~ ( ordinal @ sK7_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[276]) ).

thf(330,plain,
    ! [SV17: $i] :
      ( ( ~ ( element @ ( sK12_B @ SV17 ) @ ( powerset @ SV17 ) )
        | ~ ( empty @ ( sK12_B @ SV17 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[277]) ).

thf(331,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( ordinal @ SX0 )
            | ( epsilon_connected @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[278]) ).

thf(332,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( ordinal @ SX0 )
            | ( epsilon_transitive @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[278]) ).

thf(333,plain,
    ( ( ~ ( relation @ sK6_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[279]) ).

thf(334,plain,
    ( ( ~ ( relation_empty_yielding @ sK6_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[279]) ).

thf(335,plain,
    ( ( ~ ~ ( ~ ( function @ sK8_A )
            | ~ ( relation @ sK8_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[280]) ).

thf(336,plain,
    ( ( ~ ( one_to_one @ sK8_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[280]) ).

thf(337,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( ordinal @ SV18 ) )
        = $true )
      | ( ( ~ ( ~ ~ ( ~ ! [SY79: $i] :
                          ( ~ ( element @ SY79 @ SV18 )
                          | ( epsilon_connected @ SY79 ) )
                    | ~ ! [SY80: $i] :
                          ( ~ ( element @ SY80 @ SV18 )
                          | ( epsilon_transitive @ SY80 ) ) )
              | ~ ! [SY81: $i] :
                    ( ~ ( element @ SY81 @ SV18 )
                    | ( ordinal @ SY81 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[281]) ).

thf(338,plain,
    ( ( ~ ~ ( ~ ( relation @ sK3_A )
            | ~ ( relation_non_empty @ sK3_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[282]) ).

thf(339,plain,
    ( ( ~ ( function @ sK3_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[282]) ).

thf(340,plain,
    ( ( ~ ( function @ sK24_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[283]) ).

thf(341,plain,
    ( ( ~ ( relation @ sK24_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[283]) ).

thf(342,plain,
    ! [SV19: $i] :
      ( ( ( empty @ SV19 )
        = $true )
      | ( ( ~ ( ~ ~ ( ~ ( element @ ( sK9_B @ SV19 ) @ ( powerset @ SV19 ) )
                    | ~ ~ ( empty @ ( sK9_B @ SV19 ) ) )
              | ~ ( finite @ ( sK9_B @ SV19 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[284]) ).

thf(343,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( relation @ empty_set )
                                          | ~ ( relation_empty_yielding @ empty_set ) )
                                    | ~ ( function @ empty_set ) )
                              | ~ ( one_to_one @ empty_set ) )
                        | ~ ( empty @ empty_set ) )
                  | ~ ( epsilon_transitive @ empty_set ) )
            | ~ ( epsilon_connected @ empty_set ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[285]) ).

thf(344,plain,
    ( ( ~ ( ordinal @ empty_set ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[285]) ).

thf(345,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                        ( ~ ( element @ SX0 @ positive_rationals )
                        | ~ ( ordinal @ SX0 )
                        | ( epsilon_connected @ SX0 ) )
                  | ~ ! [SX0: $i] :
                        ( ~ ( element @ SX0 @ positive_rationals )
                        | ~ ( ordinal @ SX0 )
                        | ( epsilon_transitive @ SX0 ) ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( element @ SX0 @ positive_rationals )
                  | ~ ( ordinal @ SX0 )
                  | ( ordinal @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[286]) ).

thf(346,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( element @ SX0 @ positive_rationals )
            | ~ ( ordinal @ SX0 )
            | ( natural @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[286]) ).

thf(347,plain,
    ( ( ~ ~ ( ~ ( function @ sK25_A )
            | ~ ( relation @ sK25_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[287]) ).

thf(348,plain,
    ( ( ~ ( function_yielding @ sK25_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[287]) ).

thf(349,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                        ( ~ ( empty @ SX0 )
                        | ~ ( ordinal @ SX0 )
                        | ( epsilon_connected @ SX0 ) )
                  | ~ ! [SX0: $i] :
                        ( ~ ( empty @ SX0 )
                        | ~ ( ordinal @ SX0 )
                        | ( epsilon_transitive @ SX0 ) ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( empty @ SX0 )
                  | ~ ( ordinal @ SX0 )
                  | ( ordinal @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[288]) ).

thf(350,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( empty @ SX0 )
            | ~ ( ordinal @ SX0 )
            | ( natural @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[288]) ).

thf(351,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ( ~ ( empty @ SX0 )
                  | ~ ( relation @ SX0 )
                  | ~ ( function @ SX0 )
                  | ( function @ SX0 ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( empty @ SX0 )
                  | ~ ( relation @ SX0 )
                  | ~ ( function @ SX0 )
                  | ( relation @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[289]) ).

thf(352,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( empty @ SX0 )
            | ~ ( relation @ SX0 )
            | ~ ( function @ SX0 )
            | ( one_to_one @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[289]) ).

thf(353,plain,
    ( ( ~ ~ ( empty @ sK26_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[290]) ).

thf(354,plain,
    ( ( ~ ( finite @ sK26_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[290]) ).

thf(355,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( function @ sK15_A )
                                    | ~ ( relation @ sK15_A ) )
                              | ~ ( one_to_one @ sK15_A ) )
                        | ~ ( empty @ sK15_A ) )
                  | ~ ( epsilon_transitive @ sK15_A ) )
            | ~ ( epsilon_connected @ sK15_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[291]) ).

thf(356,plain,
    ( ( ~ ( ordinal @ sK15_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[291]) ).

thf(357,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ( epsilon_connected @ sK22_A )
                  | ~ ( epsilon_transitive @ sK22_A ) )
            | ~ ( ordinal @ sK22_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[292]) ).

thf(358,plain,
    ( ( ~ ( being_limit_ordinal @ sK22_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[292]) ).

thf(359,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ sK10_A @ positive_rationals )
                              | ~ ( empty @ sK10_A ) )
                        | ~ ( epsilon_transitive @ sK10_A ) )
                  | ~ ( epsilon_connected @ sK10_A ) )
            | ~ ( ordinal @ sK10_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[293]) ).

thf(360,plain,
    ( ( ~ ( natural @ sK10_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[293]) ).

thf(361,plain,
    ! [SV20: $i] :
      ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
                                                        | ~ ( empty @ ( sK17_B @ SV20 ) ) )
                                                  | ~ ( relation @ ( sK17_B @ SV20 ) ) )
                                            | ~ ( function @ ( sK17_B @ SV20 ) ) )
                                      | ~ ( one_to_one @ ( sK17_B @ SV20 ) ) )
                                | ~ ( epsilon_transitive @ ( sK17_B @ SV20 ) ) )
                          | ~ ( epsilon_connected @ ( sK17_B @ SV20 ) ) )
                    | ~ ( ordinal @ ( sK17_B @ SV20 ) ) )
              | ~ ( natural @ ( sK17_B @ SV20 ) ) )
        | ~ ( finite @ ( sK17_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[294]) ).

thf(362,plain,
    ( ( ~ ~ ( ~ ( epsilon_connected @ sK23_A )
            | ~ ( epsilon_transitive @ sK23_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[295]) ).

thf(363,plain,
    ( ( ~ ( ordinal @ sK23_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[295]) ).

thf(364,plain,
    ( ( ~ ~ ( ~ ( empty @ empty_set )
            | ~ ( relation @ empty_set ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[296]) ).

thf(365,plain,
    ( ( ~ ( relation_empty_yielding @ empty_set ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[296]) ).

thf(366,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ( function @ sK14_A )
                  | ~ ( relation @ sK14_A ) )
            | ~ ( transfinite_sequence @ sK14_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[297]) ).

thf(367,plain,
    ( ( ~ ( ordinal_yielding @ sK14_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[297]) ).

thf(368,plain,
    ( ( ~ ~ ( ~ ( relation @ sK5_A )
            | ~ ( relation_empty_yielding @ sK5_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[298]) ).

thf(369,plain,
    ( ( ~ ( function @ sK5_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[298]) ).

thf(370,plain,
    ( ( ~ ~ ( ~ ( function @ sK4_A )
            | ~ ( relation @ sK4_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[299]) ).

thf(371,plain,
    ( ( ~ ( transfinite_sequence @ sK4_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[299]) ).

thf(372,plain,
    ( ( ~ ( empty @ empty_set ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[300]) ).

thf(373,plain,
    ( ( ~ ( relation @ empty_set ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[300]) ).

thf(374,plain,
    ! [SV21: $i] :
      ( ( ( empty @ SV21 )
        = $true )
      | ( ( ~ ( ~ ( element @ ( sK20_B @ SV21 ) @ ( powerset @ SV21 ) )
              | ~ ~ ( empty @ ( sK20_B @ SV21 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[301]) ).

thf(375,plain,
    ( ( ~ ( empty @ sK21_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[302]) ).

thf(376,plain,
    ( ( ~ ( relation @ sK21_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[302]) ).

thf(377,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( empty @ sK27_A )
                        | ~ ( epsilon_transitive @ sK27_A ) )
                  | ~ ( epsilon_connected @ sK27_A ) )
            | ~ ( ordinal @ sK27_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[303]) ).

thf(378,plain,
    ( ( ~ ( natural @ sK27_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[303]) ).

thf(379,plain,
    ! [SV22: $i,SV1: $i] :
      ( ( ( ~ ( in @ SV1 @ SV22 ) )
        = $true )
      | ( ( ~ ( in @ SV22 @ SV1 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[304]) ).

thf(380,plain,
    ! [SV2: $i] :
      ( ( ( empty @ SV2 )
        = $false )
      | ( ( finite @ SV2 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[305]) ).

thf(381,plain,
    ! [SV3: $i] :
      ( ( ( empty @ SV3 )
        = $false )
      | ( ( function @ SV3 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[306]) ).

thf(382,plain,
    ! [SV4: $i] :
      ( ( ( empty @ SV4 )
        = $false )
      | ( ( relation @ SV4 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[307]) ).

thf(383,plain,
    ! [SV5: $i] :
      ( ( ( finite @ SV5 )
        = $false )
      | ( ( ! [SY70: $i] :
              ( ~ ( element @ SY70 @ ( powerset @ SV5 ) )
              | ( finite @ SY70 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[308]) ).

thf(384,plain,
    ! [SV6: $i] :
      ( ( ( ~ ( epsilon_connected @ SV6 ) )
        = $true )
      | ( ( ~ ( epsilon_transitive @ SV6 ) )
        = $true )
      | ( ( ordinal @ SV6 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[309]) ).

thf(385,plain,
    ! [SV23: $i,SV10: $i] :
      ( ( ( ~ ( in @ SV10 @ SV23 ) )
        = $true )
      | ( ( element @ SV10 @ SV23 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[311]) ).

thf(386,plain,
    ! [SV24: $i,SV11: $i] :
      ( ( ( ~ ( element @ SV11 @ SV24 ) )
        = $true )
      | ( ( ( empty @ SV24 )
          | ( in @ SV11 @ SV24 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[312]) ).

thf(387,plain,
    ! [SV12: $i,SV29: $i,SV25: $i] :
      ( ( ~ ( element @ SV25 @ ( powerset @ SV29 ) )
        | ~ ( in @ SV12 @ SV25 )
        | ( element @ SV12 @ SV29 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[313]) ).

thf(388,plain,
    ! [SV13: $i,SV30: $i,SV26: $i] :
      ( ( ~ ( element @ SV26 @ ( powerset @ SV30 ) )
        | ~ ( in @ SV13 @ SV26 )
        | ~ ( empty @ SV30 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[314]) ).

thf(389,plain,
    ! [SV14: $i] :
      ( ( ( empty @ SV14 )
        = $false )
      | ( ( SV14 = empty_set )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[315]) ).

thf(390,plain,
    ! [SV15: $i,SV27: $i] :
      ( ( ( ~ ( empty @ SV27 ) )
        = $true )
      | ( ( ~ ( in @ SV15 @ SV27 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[316]) ).

thf(391,plain,
    ! [SV28: $i,SV16: $i] :
      ( ( ( ( SV16 = SV28 )
          | ~ ( empty @ SV16 ) )
        = $true )
      | ( ( ~ ( empty @ SV28 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[317]) ).

thf(392,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ( element @ sK18_A @ positive_rationals )
                      | ~ ~ ( empty @ sK18_A ) )
                | ~ ( epsilon_transitive @ sK18_A ) )
          | ~ ( epsilon_connected @ sK18_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[318]) ).

thf(393,plain,
    ( ( ordinal @ sK18_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[319]) ).

thf(394,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( empty @ SX0 )
                | ( epsilon_connected @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ~ ( empty @ SX0 )
                | ( epsilon_transitive @ SX0 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[320]) ).

thf(395,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( empty @ SX0 )
          | ( ordinal @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[321]) ).

thf(396,plain,
    ( ( ~ ( empty @ sK13_A ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[322]) ).

thf(397,plain,
    ( ( relation @ sK13_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[323]) ).

thf(398,plain,
    ( ( ~ ( ~ ( empty @ sK16_A )
          | ~ ( relation @ sK16_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[324]) ).

thf(399,plain,
    ( ( function @ sK16_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[325]) ).

thf(400,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( element @ SX0 @ ( powerset @ SX1 ) )
          | ( subset @ SX0 @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[326]) ).

thf(401,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( subset @ SX0 @ SX1 )
          | ( element @ SX0 @ ( powerset @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[327]) ).

thf(402,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( empty @ sK7_A )
                | ~ ( epsilon_transitive @ sK7_A ) )
          | ~ ( epsilon_connected @ sK7_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[328]) ).

thf(403,plain,
    ( ( ordinal @ sK7_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[329]) ).

thf(404,plain,
    ! [SV17: $i] :
      ( ( ~ ( element @ ( sK12_B @ SV17 ) @ ( powerset @ SV17 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[330]) ).

thf(405,plain,
    ! [SV17: $i] :
      ( ( ~ ( empty @ ( sK12_B @ SV17 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[330]) ).

thf(406,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( ordinal @ SX0 )
          | ( epsilon_connected @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[331]) ).

thf(407,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( ordinal @ SX0 )
          | ( epsilon_transitive @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[332]) ).

thf(408,plain,
    ( ( relation @ sK6_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[333]) ).

thf(409,plain,
    ( ( relation_empty_yielding @ sK6_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[334]) ).

thf(410,plain,
    ( ( ~ ( ~ ( function @ sK8_A )
          | ~ ( relation @ sK8_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[335]) ).

thf(411,plain,
    ( ( one_to_one @ sK8_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[336]) ).

thf(412,plain,
    ! [SV18: $i] :
      ( ( ( ordinal @ SV18 )
        = $false )
      | ( ( ~ ( ~ ~ ( ~ ! [SY79: $i] :
                          ( ~ ( element @ SY79 @ SV18 )
                          | ( epsilon_connected @ SY79 ) )
                    | ~ ! [SY80: $i] :
                          ( ~ ( element @ SY80 @ SV18 )
                          | ( epsilon_transitive @ SY80 ) ) )
              | ~ ! [SY81: $i] :
                    ( ~ ( element @ SY81 @ SV18 )
                    | ( ordinal @ SY81 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[337]) ).

thf(413,plain,
    ( ( ~ ( ~ ( relation @ sK3_A )
          | ~ ( relation_non_empty @ sK3_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[338]) ).

thf(414,plain,
    ( ( function @ sK3_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[339]) ).

thf(415,plain,
    ( ( function @ sK24_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[340]) ).

thf(416,plain,
    ( ( relation @ sK24_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[341]) ).

thf(417,plain,
    ! [SV19: $i] :
      ( ( ( ~ ~ ( ~ ( element @ ( sK9_B @ SV19 ) @ ( powerset @ SV19 ) )
                | ~ ~ ( empty @ ( sK9_B @ SV19 ) ) )
          | ~ ( finite @ ( sK9_B @ SV19 ) ) )
        = $false )
      | ( ( empty @ SV19 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[342]) ).

thf(418,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( relation @ empty_set )
                                        | ~ ( relation_empty_yielding @ empty_set ) )
                                  | ~ ( function @ empty_set ) )
                            | ~ ( one_to_one @ empty_set ) )
                      | ~ ( empty @ empty_set ) )
                | ~ ( epsilon_transitive @ empty_set ) )
          | ~ ( epsilon_connected @ empty_set ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[343]) ).

thf(419,plain,
    ( ( ordinal @ empty_set )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[344]) ).

thf(420,plain,
    ( ( ~ ( ~ ~ ( ~ ! [SX0: $i] :
                      ( ~ ( element @ SX0 @ positive_rationals )
                      | ~ ( ordinal @ SX0 )
                      | ( epsilon_connected @ SX0 ) )
                | ~ ! [SX0: $i] :
                      ( ~ ( element @ SX0 @ positive_rationals )
                      | ~ ( ordinal @ SX0 )
                      | ( epsilon_transitive @ SX0 ) ) )
          | ~ ! [SX0: $i] :
                ( ~ ( element @ SX0 @ positive_rationals )
                | ~ ( ordinal @ SX0 )
                | ( ordinal @ SX0 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[345]) ).

thf(421,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( element @ SX0 @ positive_rationals )
          | ~ ( ordinal @ SX0 )
          | ( natural @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[346]) ).

thf(422,plain,
    ( ( ~ ( ~ ( function @ sK25_A )
          | ~ ( relation @ sK25_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[347]) ).

thf(423,plain,
    ( ( function_yielding @ sK25_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[348]) ).

thf(424,plain,
    ( ( ~ ( ~ ~ ( ~ ! [SX0: $i] :
                      ( ~ ( empty @ SX0 )
                      | ~ ( ordinal @ SX0 )
                      | ( epsilon_connected @ SX0 ) )
                | ~ ! [SX0: $i] :
                      ( ~ ( empty @ SX0 )
                      | ~ ( ordinal @ SX0 )
                      | ( epsilon_transitive @ SX0 ) ) )
          | ~ ! [SX0: $i] :
                ( ~ ( empty @ SX0 )
                | ~ ( ordinal @ SX0 )
                | ( ordinal @ SX0 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[349]) ).

thf(425,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( empty @ SX0 )
          | ~ ( ordinal @ SX0 )
          | ( natural @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[350]) ).

thf(426,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( empty @ SX0 )
                | ~ ( relation @ SX0 )
                | ~ ( function @ SX0 )
                | ( function @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ~ ( empty @ SX0 )
                | ~ ( relation @ SX0 )
                | ~ ( function @ SX0 )
                | ( relation @ SX0 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[351]) ).

thf(427,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( empty @ SX0 )
          | ~ ( relation @ SX0 )
          | ~ ( function @ SX0 )
          | ( one_to_one @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[352]) ).

thf(428,plain,
    ( ( ~ ( empty @ sK26_A ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[353]) ).

thf(429,plain,
    ( ( finite @ sK26_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[354]) ).

thf(430,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( function @ sK15_A )
                                  | ~ ( relation @ sK15_A ) )
                            | ~ ( one_to_one @ sK15_A ) )
                      | ~ ( empty @ sK15_A ) )
                | ~ ( epsilon_transitive @ sK15_A ) )
          | ~ ( epsilon_connected @ sK15_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[355]) ).

thf(431,plain,
    ( ( ordinal @ sK15_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[356]) ).

thf(432,plain,
    ( ( ~ ( ~ ~ ( ~ ( epsilon_connected @ sK22_A )
                | ~ ( epsilon_transitive @ sK22_A ) )
          | ~ ( ordinal @ sK22_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[357]) ).

thf(433,plain,
    ( ( being_limit_ordinal @ sK22_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[358]) ).

thf(434,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ sK10_A @ positive_rationals )
                            | ~ ( empty @ sK10_A ) )
                      | ~ ( epsilon_transitive @ sK10_A ) )
                | ~ ( epsilon_connected @ sK10_A ) )
          | ~ ( ordinal @ sK10_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[359]) ).

thf(435,plain,
    ( ( natural @ sK10_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[360]) ).

thf(436,plain,
    ! [SV20: $i] :
      ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
                                                        | ~ ( empty @ ( sK17_B @ SV20 ) ) )
                                                  | ~ ( relation @ ( sK17_B @ SV20 ) ) )
                                            | ~ ( function @ ( sK17_B @ SV20 ) ) )
                                      | ~ ( one_to_one @ ( sK17_B @ SV20 ) ) )
                                | ~ ( epsilon_transitive @ ( sK17_B @ SV20 ) ) )
                          | ~ ( epsilon_connected @ ( sK17_B @ SV20 ) ) )
                    | ~ ( ordinal @ ( sK17_B @ SV20 ) ) )
              | ~ ( natural @ ( sK17_B @ SV20 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[361]) ).

thf(437,plain,
    ! [SV20: $i] :
      ( ( ~ ( finite @ ( sK17_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[361]) ).

thf(438,plain,
    ( ( ~ ( ~ ( epsilon_connected @ sK23_A )
          | ~ ( epsilon_transitive @ sK23_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[362]) ).

thf(439,plain,
    ( ( ordinal @ sK23_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[363]) ).

thf(440,plain,
    ( ( ~ ( ~ ( empty @ empty_set )
          | ~ ( relation @ empty_set ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[364]) ).

thf(441,plain,
    ( ( relation_empty_yielding @ empty_set )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[365]) ).

thf(442,plain,
    ( ( ~ ( ~ ~ ( ~ ( function @ sK14_A )
                | ~ ( relation @ sK14_A ) )
          | ~ ( transfinite_sequence @ sK14_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[366]) ).

thf(443,plain,
    ( ( ordinal_yielding @ sK14_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[367]) ).

thf(444,plain,
    ( ( ~ ( ~ ( relation @ sK5_A )
          | ~ ( relation_empty_yielding @ sK5_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[368]) ).

thf(445,plain,
    ( ( function @ sK5_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[369]) ).

thf(446,plain,
    ( ( ~ ( ~ ( function @ sK4_A )
          | ~ ( relation @ sK4_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[370]) ).

thf(447,plain,
    ( ( transfinite_sequence @ sK4_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[371]) ).

thf(448,plain,
    ( ( empty @ empty_set )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[372]) ).

thf(449,plain,
    ( ( relation @ empty_set )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[373]) ).

thf(450,plain,
    ! [SV21: $i] :
      ( ( ( ~ ( element @ ( sK20_B @ SV21 ) @ ( powerset @ SV21 ) )
          | ~ ~ ( empty @ ( sK20_B @ SV21 ) ) )
        = $false )
      | ( ( empty @ SV21 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[374]) ).

thf(451,plain,
    ( ( empty @ sK21_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[375]) ).

thf(452,plain,
    ( ( relation @ sK21_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[376]) ).

thf(453,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( empty @ sK27_A )
                      | ~ ( epsilon_transitive @ sK27_A ) )
                | ~ ( epsilon_connected @ sK27_A ) )
          | ~ ( ordinal @ sK27_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[377]) ).

thf(454,plain,
    ( ( natural @ sK27_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[378]) ).

thf(455,plain,
    ! [SV22: $i,SV1: $i] :
      ( ( ( in @ SV1 @ SV22 )
        = $false )
      | ( ( ~ ( in @ SV22 @ SV1 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[379]) ).

thf(456,plain,
    ! [SV5: $i,SV31: $i] :
      ( ( ( ~ ( element @ SV31 @ ( powerset @ SV5 ) )
          | ( finite @ SV31 ) )
        = $true )
      | ( ( finite @ SV5 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[383]) ).

thf(457,plain,
    ! [SV6: $i] :
      ( ( ( epsilon_connected @ SV6 )
        = $false )
      | ( ( ~ ( epsilon_transitive @ SV6 ) )
        = $true )
      | ( ( ordinal @ SV6 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[384]) ).

thf(458,plain,
    ! [SV23: $i,SV10: $i] :
      ( ( ( in @ SV10 @ SV23 )
        = $false )
      | ( ( element @ SV10 @ SV23 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[385]) ).

thf(459,plain,
    ! [SV24: $i,SV11: $i] :
      ( ( ( element @ SV11 @ SV24 )
        = $false )
      | ( ( ( empty @ SV24 )
          | ( in @ SV11 @ SV24 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[386]) ).

thf(460,plain,
    ! [SV12: $i,SV29: $i,SV25: $i] :
      ( ( ( ~ ( element @ SV25 @ ( powerset @ SV29 ) )
          | ~ ( in @ SV12 @ SV25 ) )
        = $true )
      | ( ( element @ SV12 @ SV29 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[387]) ).

thf(461,plain,
    ! [SV13: $i,SV30: $i,SV26: $i] :
      ( ( ( ~ ( element @ SV26 @ ( powerset @ SV30 ) )
          | ~ ( in @ SV13 @ SV26 ) )
        = $true )
      | ( ( ~ ( empty @ SV30 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[388]) ).

thf(462,plain,
    ! [SV15: $i,SV27: $i] :
      ( ( ( empty @ SV27 )
        = $false )
      | ( ( ~ ( in @ SV15 @ SV27 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[390]) ).

thf(463,plain,
    ! [SV28: $i,SV16: $i] :
      ( ( ( SV16 = SV28 )
        = $true )
      | ( ( ~ ( empty @ SV16 ) )
        = $true )
      | ( ( ~ ( empty @ SV28 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[391]) ).

thf(464,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ( element @ sK18_A @ positive_rationals )
                  | ~ ~ ( empty @ sK18_A ) )
            | ~ ( epsilon_transitive @ sK18_A ) )
      | ~ ( epsilon_connected @ sK18_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[392]) ).

thf(465,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( empty @ SX0 )
            | ( epsilon_connected @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ~ ( empty @ SX0 )
            | ( epsilon_transitive @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[394]) ).

thf(466,plain,
    ! [SV32: $i] :
      ( ( ~ ( empty @ SV32 )
        | ( ordinal @ SV32 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[395]) ).

thf(467,plain,
    ( ( empty @ sK13_A )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[396]) ).

thf(468,plain,
    ( ( ~ ( empty @ sK16_A )
      | ~ ( relation @ sK16_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[398]) ).

thf(469,plain,
    ! [SV33: $i] :
      ( ( ! [SY84: $i] :
            ( ~ ( element @ SV33 @ ( powerset @ SY84 ) )
            | ( subset @ SV33 @ SY84 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[400]) ).

thf(470,plain,
    ! [SV34: $i] :
      ( ( ! [SY85: $i] :
            ( ~ ( subset @ SV34 @ SY85 )
            | ( element @ SV34 @ ( powerset @ SY85 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[401]) ).

thf(471,plain,
    ( ( ~ ~ ( ~ ~ ( empty @ sK7_A )
            | ~ ( epsilon_transitive @ sK7_A ) )
      | ~ ( epsilon_connected @ sK7_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[402]) ).

thf(472,plain,
    ! [SV17: $i] :
      ( ( element @ ( sK12_B @ SV17 ) @ ( powerset @ SV17 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[404]) ).

thf(473,plain,
    ! [SV17: $i] :
      ( ( empty @ ( sK12_B @ SV17 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[405]) ).

thf(474,plain,
    ! [SV35: $i] :
      ( ( ~ ( ordinal @ SV35 )
        | ( epsilon_connected @ SV35 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[406]) ).

thf(475,plain,
    ! [SV36: $i] :
      ( ( ~ ( ordinal @ SV36 )
        | ( epsilon_transitive @ SV36 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[407]) ).

thf(476,plain,
    ( ( ~ ( function @ sK8_A )
      | ~ ( relation @ sK8_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[410]) ).

thf(477,plain,
    ! [SV18: $i] :
      ( ( ( ~ ~ ( ~ ! [SY79: $i] :
                      ( ~ ( element @ SY79 @ SV18 )
                      | ( epsilon_connected @ SY79 ) )
                | ~ ! [SY80: $i] :
                      ( ~ ( element @ SY80 @ SV18 )
                      | ( epsilon_transitive @ SY80 ) ) )
          | ~ ! [SY81: $i] :
                ( ~ ( element @ SY81 @ SV18 )
                | ( ordinal @ SY81 ) ) )
        = $false )
      | ( ( ordinal @ SV18 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[412]) ).

thf(478,plain,
    ( ( ~ ( relation @ sK3_A )
      | ~ ( relation_non_empty @ sK3_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[413]) ).

thf(479,plain,
    ! [SV19: $i] :
      ( ( ( ~ ~ ( ~ ( element @ ( sK9_B @ SV19 ) @ ( powerset @ SV19 ) )
                | ~ ~ ( empty @ ( sK9_B @ SV19 ) ) ) )
        = $false )
      | ( ( empty @ SV19 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[417]) ).

thf(480,plain,
    ! [SV19: $i] :
      ( ( ( ~ ( finite @ ( sK9_B @ SV19 ) ) )
        = $false )
      | ( ( empty @ SV19 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[417]) ).

thf(481,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( relation @ empty_set )
                                    | ~ ( relation_empty_yielding @ empty_set ) )
                              | ~ ( function @ empty_set ) )
                        | ~ ( one_to_one @ empty_set ) )
                  | ~ ( empty @ empty_set ) )
            | ~ ( epsilon_transitive @ empty_set ) )
      | ~ ( epsilon_connected @ empty_set ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[418]) ).

thf(482,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ( ~ ( element @ SX0 @ positive_rationals )
                  | ~ ( ordinal @ SX0 )
                  | ( epsilon_connected @ SX0 ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( element @ SX0 @ positive_rationals )
                  | ~ ( ordinal @ SX0 )
                  | ( epsilon_transitive @ SX0 ) ) )
      | ~ ! [SX0: $i] :
            ( ~ ( element @ SX0 @ positive_rationals )
            | ~ ( ordinal @ SX0 )
            | ( ordinal @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[420]) ).

thf(483,plain,
    ! [SV37: $i] :
      ( ( ~ ( element @ SV37 @ positive_rationals )
        | ~ ( ordinal @ SV37 )
        | ( natural @ SV37 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[421]) ).

thf(484,plain,
    ( ( ~ ( function @ sK25_A )
      | ~ ( relation @ sK25_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[422]) ).

thf(485,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ( ~ ( empty @ SX0 )
                  | ~ ( ordinal @ SX0 )
                  | ( epsilon_connected @ SX0 ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( empty @ SX0 )
                  | ~ ( ordinal @ SX0 )
                  | ( epsilon_transitive @ SX0 ) ) )
      | ~ ! [SX0: $i] :
            ( ~ ( empty @ SX0 )
            | ~ ( ordinal @ SX0 )
            | ( ordinal @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[424]) ).

thf(486,plain,
    ! [SV38: $i] :
      ( ( ~ ( empty @ SV38 )
        | ~ ( ordinal @ SV38 )
        | ( natural @ SV38 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[425]) ).

thf(487,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( empty @ SX0 )
            | ~ ( relation @ SX0 )
            | ~ ( function @ SX0 )
            | ( function @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ~ ( empty @ SX0 )
            | ~ ( relation @ SX0 )
            | ~ ( function @ SX0 )
            | ( relation @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[426]) ).

thf(488,plain,
    ! [SV39: $i] :
      ( ( ~ ( empty @ SV39 )
        | ~ ( relation @ SV39 )
        | ~ ( function @ SV39 )
        | ( one_to_one @ SV39 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[427]) ).

thf(489,plain,
    ( ( empty @ sK26_A )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[428]) ).

thf(490,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( function @ sK15_A )
                              | ~ ( relation @ sK15_A ) )
                        | ~ ( one_to_one @ sK15_A ) )
                  | ~ ( empty @ sK15_A ) )
            | ~ ( epsilon_transitive @ sK15_A ) )
      | ~ ( epsilon_connected @ sK15_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[430]) ).

thf(491,plain,
    ( ( ~ ~ ( ~ ( epsilon_connected @ sK22_A )
            | ~ ( epsilon_transitive @ sK22_A ) )
      | ~ ( ordinal @ sK22_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[432]) ).

thf(492,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ sK10_A @ positive_rationals )
                        | ~ ( empty @ sK10_A ) )
                  | ~ ( epsilon_transitive @ sK10_A ) )
            | ~ ( epsilon_connected @ sK10_A ) )
      | ~ ( ordinal @ sK10_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[434]) ).

thf(493,plain,
    ! [SV20: $i] :
      ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
                                                      | ~ ( empty @ ( sK17_B @ SV20 ) ) )
                                                | ~ ( relation @ ( sK17_B @ SV20 ) ) )
                                          | ~ ( function @ ( sK17_B @ SV20 ) ) )
                                    | ~ ( one_to_one @ ( sK17_B @ SV20 ) ) )
                              | ~ ( epsilon_transitive @ ( sK17_B @ SV20 ) ) )
                        | ~ ( epsilon_connected @ ( sK17_B @ SV20 ) ) )
                  | ~ ( ordinal @ ( sK17_B @ SV20 ) ) )
            | ~ ( natural @ ( sK17_B @ SV20 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[436]) ).

thf(494,plain,
    ! [SV20: $i] :
      ( ( finite @ ( sK17_B @ SV20 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[437]) ).

thf(495,plain,
    ( ( ~ ( epsilon_connected @ sK23_A )
      | ~ ( epsilon_transitive @ sK23_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[438]) ).

thf(496,plain,
    ( ( ~ ( empty @ empty_set )
      | ~ ( relation @ empty_set ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[440]) ).

thf(497,plain,
    ( ( ~ ~ ( ~ ( function @ sK14_A )
            | ~ ( relation @ sK14_A ) )
      | ~ ( transfinite_sequence @ sK14_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[442]) ).

thf(498,plain,
    ( ( ~ ( relation @ sK5_A )
      | ~ ( relation_empty_yielding @ sK5_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[444]) ).

thf(499,plain,
    ( ( ~ ( function @ sK4_A )
      | ~ ( relation @ sK4_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[446]) ).

thf(500,plain,
    ! [SV21: $i] :
      ( ( ( ~ ( element @ ( sK20_B @ SV21 ) @ ( powerset @ SV21 ) ) )
        = $false )
      | ( ( empty @ SV21 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[450]) ).

thf(501,plain,
    ! [SV21: $i] :
      ( ( ( ~ ~ ( empty @ ( sK20_B @ SV21 ) ) )
        = $false )
      | ( ( empty @ SV21 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[450]) ).

thf(502,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( empty @ sK27_A )
                  | ~ ( epsilon_transitive @ sK27_A ) )
            | ~ ( epsilon_connected @ sK27_A ) )
      | ~ ( ordinal @ sK27_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[453]) ).

thf(503,plain,
    ! [SV1: $i,SV22: $i] :
      ( ( ( in @ SV22 @ SV1 )
        = $false )
      | ( ( in @ SV1 @ SV22 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[455]) ).

thf(504,plain,
    ! [SV5: $i,SV31: $i] :
      ( ( ( ~ ( element @ SV31 @ ( powerset @ SV5 ) ) )
        = $true )
      | ( ( finite @ SV31 )
        = $true )
      | ( ( finite @ SV5 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[456]) ).

thf(505,plain,
    ! [SV6: $i] :
      ( ( ( epsilon_transitive @ SV6 )
        = $false )
      | ( ( epsilon_connected @ SV6 )
        = $false )
      | ( ( ordinal @ SV6 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[457]) ).

thf(506,plain,
    ! [SV11: $i,SV24: $i] :
      ( ( ( empty @ SV24 )
        = $true )
      | ( ( in @ SV11 @ SV24 )
        = $true )
      | ( ( element @ SV11 @ SV24 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[459]) ).

thf(507,plain,
    ! [SV12: $i,SV29: $i,SV25: $i] :
      ( ( ( ~ ( element @ SV25 @ ( powerset @ SV29 ) ) )
        = $true )
      | ( ( ~ ( in @ SV12 @ SV25 ) )
        = $true )
      | ( ( element @ SV12 @ SV29 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[460]) ).

thf(508,plain,
    ! [SV13: $i,SV30: $i,SV26: $i] :
      ( ( ( ~ ( element @ SV26 @ ( powerset @ SV30 ) ) )
        = $true )
      | ( ( ~ ( in @ SV13 @ SV26 ) )
        = $true )
      | ( ( ~ ( empty @ SV30 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[461]) ).

thf(509,plain,
    ! [SV27: $i,SV15: $i] :
      ( ( ( in @ SV15 @ SV27 )
        = $false )
      | ( ( empty @ SV27 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[462]) ).

thf(510,plain,
    ! [SV28: $i,SV16: $i] :
      ( ( ( empty @ SV16 )
        = $false )
      | ( ( SV16 = SV28 )
        = $true )
      | ( ( ~ ( empty @ SV28 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[463]) ).

thf(511,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ( element @ sK18_A @ positive_rationals )
                  | ~ ~ ( empty @ sK18_A ) )
            | ~ ( epsilon_transitive @ sK18_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[464]) ).

thf(512,plain,
    ( ( ~ ( epsilon_connected @ sK18_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[464]) ).

thf(513,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( empty @ SX0 )
            | ( epsilon_connected @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[465]) ).

thf(514,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( empty @ SX0 )
            | ( epsilon_transitive @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[465]) ).

thf(515,plain,
    ! [SV32: $i] :
      ( ( ( ~ ( empty @ SV32 ) )
        = $true )
      | ( ( ordinal @ SV32 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[466]) ).

thf(516,plain,
    ( ( ~ ( empty @ sK16_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[468]) ).

thf(517,plain,
    ( ( ~ ( relation @ sK16_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[468]) ).

thf(518,plain,
    ! [SV40: $i,SV33: $i] :
      ( ( ~ ( element @ SV33 @ ( powerset @ SV40 ) )
        | ( subset @ SV33 @ SV40 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[469]) ).

thf(519,plain,
    ! [SV41: $i,SV34: $i] :
      ( ( ~ ( subset @ SV34 @ SV41 )
        | ( element @ SV34 @ ( powerset @ SV41 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[470]) ).

thf(520,plain,
    ( ( ~ ~ ( ~ ~ ( empty @ sK7_A )
            | ~ ( epsilon_transitive @ sK7_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[471]) ).

thf(521,plain,
    ( ( ~ ( epsilon_connected @ sK7_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[471]) ).

thf(522,plain,
    ! [SV35: $i] :
      ( ( ( ~ ( ordinal @ SV35 ) )
        = $true )
      | ( ( epsilon_connected @ SV35 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[474]) ).

thf(523,plain,
    ! [SV36: $i] :
      ( ( ( ~ ( ordinal @ SV36 ) )
        = $true )
      | ( ( epsilon_transitive @ SV36 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[475]) ).

thf(524,plain,
    ( ( ~ ( function @ sK8_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[476]) ).

thf(525,plain,
    ( ( ~ ( relation @ sK8_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[476]) ).

thf(526,plain,
    ! [SV18: $i] :
      ( ( ( ~ ~ ( ~ ! [SY79: $i] :
                      ( ~ ( element @ SY79 @ SV18 )
                      | ( epsilon_connected @ SY79 ) )
                | ~ ! [SY80: $i] :
                      ( ~ ( element @ SY80 @ SV18 )
                      | ( epsilon_transitive @ SY80 ) ) ) )
        = $false )
      | ( ( ordinal @ SV18 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[477]) ).

thf(527,plain,
    ! [SV18: $i] :
      ( ( ( ~ ! [SY81: $i] :
                ( ~ ( element @ SY81 @ SV18 )
                | ( ordinal @ SY81 ) ) )
        = $false )
      | ( ( ordinal @ SV18 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[477]) ).

thf(528,plain,
    ( ( ~ ( relation @ sK3_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[478]) ).

thf(529,plain,
    ( ( ~ ( relation_non_empty @ sK3_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[478]) ).

thf(530,plain,
    ! [SV19: $i] :
      ( ( ( ~ ( ~ ( element @ ( sK9_B @ SV19 ) @ ( powerset @ SV19 ) )
              | ~ ~ ( empty @ ( sK9_B @ SV19 ) ) ) )
        = $true )
      | ( ( empty @ SV19 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[479]) ).

thf(531,plain,
    ! [SV19: $i] :
      ( ( ( finite @ ( sK9_B @ SV19 ) )
        = $true )
      | ( ( empty @ SV19 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[480]) ).

thf(532,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( relation @ empty_set )
                                    | ~ ( relation_empty_yielding @ empty_set ) )
                              | ~ ( function @ empty_set ) )
                        | ~ ( one_to_one @ empty_set ) )
                  | ~ ( empty @ empty_set ) )
            | ~ ( epsilon_transitive @ empty_set ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[481]) ).

thf(533,plain,
    ( ( ~ ( epsilon_connected @ empty_set ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[481]) ).

thf(534,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ( ~ ( element @ SX0 @ positive_rationals )
                  | ~ ( ordinal @ SX0 )
                  | ( epsilon_connected @ SX0 ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( element @ SX0 @ positive_rationals )
                  | ~ ( ordinal @ SX0 )
                  | ( epsilon_transitive @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[482]) ).

thf(535,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( element @ SX0 @ positive_rationals )
            | ~ ( ordinal @ SX0 )
            | ( ordinal @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[482]) ).

thf(536,plain,
    ! [SV37: $i] :
      ( ( ( ~ ( element @ SV37 @ positive_rationals ) )
        = $true )
      | ( ( ~ ( ordinal @ SV37 )
          | ( natural @ SV37 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[483]) ).

thf(537,plain,
    ( ( ~ ( function @ sK25_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[484]) ).

thf(538,plain,
    ( ( ~ ( relation @ sK25_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[484]) ).

thf(539,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ( ~ ( empty @ SX0 )
                  | ~ ( ordinal @ SX0 )
                  | ( epsilon_connected @ SX0 ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( empty @ SX0 )
                  | ~ ( ordinal @ SX0 )
                  | ( epsilon_transitive @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[485]) ).

thf(540,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( empty @ SX0 )
            | ~ ( ordinal @ SX0 )
            | ( ordinal @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[485]) ).

thf(541,plain,
    ! [SV38: $i] :
      ( ( ( ~ ( empty @ SV38 )
          | ~ ( ordinal @ SV38 ) )
        = $true )
      | ( ( natural @ SV38 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[486]) ).

thf(542,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( empty @ SX0 )
            | ~ ( relation @ SX0 )
            | ~ ( function @ SX0 )
            | ( function @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[487]) ).

thf(543,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( empty @ SX0 )
            | ~ ( relation @ SX0 )
            | ~ ( function @ SX0 )
            | ( relation @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[487]) ).

thf(544,plain,
    ! [SV39: $i] :
      ( ( ( ~ ( empty @ SV39 )
          | ~ ( relation @ SV39 )
          | ~ ( function @ SV39 ) )
        = $true )
      | ( ( one_to_one @ SV39 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[488]) ).

thf(545,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( function @ sK15_A )
                              | ~ ( relation @ sK15_A ) )
                        | ~ ( one_to_one @ sK15_A ) )
                  | ~ ( empty @ sK15_A ) )
            | ~ ( epsilon_transitive @ sK15_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[490]) ).

thf(546,plain,
    ( ( ~ ( epsilon_connected @ sK15_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[490]) ).

thf(547,plain,
    ( ( ~ ~ ( ~ ( epsilon_connected @ sK22_A )
            | ~ ( epsilon_transitive @ sK22_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[491]) ).

thf(548,plain,
    ( ( ~ ( ordinal @ sK22_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[491]) ).

thf(549,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ sK10_A @ positive_rationals )
                        | ~ ( empty @ sK10_A ) )
                  | ~ ( epsilon_transitive @ sK10_A ) )
            | ~ ( epsilon_connected @ sK10_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[492]) ).

thf(550,plain,
    ( ( ~ ( ordinal @ sK10_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[492]) ).

thf(551,plain,
    ! [SV20: $i] :
      ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
                                                  | ~ ( empty @ ( sK17_B @ SV20 ) ) )
                                            | ~ ( relation @ ( sK17_B @ SV20 ) ) )
                                      | ~ ( function @ ( sK17_B @ SV20 ) ) )
                                | ~ ( one_to_one @ ( sK17_B @ SV20 ) ) )
                          | ~ ( epsilon_transitive @ ( sK17_B @ SV20 ) ) )
                    | ~ ( epsilon_connected @ ( sK17_B @ SV20 ) ) )
              | ~ ( ordinal @ ( sK17_B @ SV20 ) ) )
        | ~ ( natural @ ( sK17_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[493]) ).

thf(552,plain,
    ( ( ~ ( epsilon_connected @ sK23_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[495]) ).

thf(553,plain,
    ( ( ~ ( epsilon_transitive @ sK23_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[495]) ).

thf(554,plain,
    ( ( ~ ( empty @ empty_set ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[496]) ).

thf(555,plain,
    ( ( ~ ( relation @ empty_set ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[496]) ).

thf(556,plain,
    ( ( ~ ~ ( ~ ( function @ sK14_A )
            | ~ ( relation @ sK14_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[497]) ).

thf(557,plain,
    ( ( ~ ( transfinite_sequence @ sK14_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[497]) ).

thf(558,plain,
    ( ( ~ ( relation @ sK5_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[498]) ).

thf(559,plain,
    ( ( ~ ( relation_empty_yielding @ sK5_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[498]) ).

thf(560,plain,
    ( ( ~ ( function @ sK4_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[499]) ).

thf(561,plain,
    ( ( ~ ( relation @ sK4_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[499]) ).

thf(562,plain,
    ! [SV21: $i] :
      ( ( ( element @ ( sK20_B @ SV21 ) @ ( powerset @ SV21 ) )
        = $true )
      | ( ( empty @ SV21 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[500]) ).

thf(563,plain,
    ! [SV21: $i] :
      ( ( ( ~ ( empty @ ( sK20_B @ SV21 ) ) )
        = $true )
      | ( ( empty @ SV21 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[501]) ).

thf(564,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( empty @ sK27_A )
                  | ~ ( epsilon_transitive @ sK27_A ) )
            | ~ ( epsilon_connected @ sK27_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[502]) ).

thf(565,plain,
    ( ( ~ ( ordinal @ sK27_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[502]) ).

thf(566,plain,
    ! [SV5: $i,SV31: $i] :
      ( ( ( element @ SV31 @ ( powerset @ SV5 ) )
        = $false )
      | ( ( finite @ SV31 )
        = $true )
      | ( ( finite @ SV5 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[504]) ).

thf(567,plain,
    ! [SV12: $i,SV29: $i,SV25: $i] :
      ( ( ( element @ SV25 @ ( powerset @ SV29 ) )
        = $false )
      | ( ( ~ ( in @ SV12 @ SV25 ) )
        = $true )
      | ( ( element @ SV12 @ SV29 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[507]) ).

thf(568,plain,
    ! [SV13: $i,SV30: $i,SV26: $i] :
      ( ( ( element @ SV26 @ ( powerset @ SV30 ) )
        = $false )
      | ( ( ~ ( in @ SV13 @ SV26 ) )
        = $true )
      | ( ( ~ ( empty @ SV30 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[508]) ).

thf(569,plain,
    ! [SV16: $i,SV28: $i] :
      ( ( ( empty @ SV28 )
        = $false )
      | ( ( SV16 = SV28 )
        = $true )
      | ( ( empty @ SV16 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[510]) ).

thf(570,plain,
    ( ( ~ ( ~ ~ ( ~ ( element @ sK18_A @ positive_rationals )
                | ~ ~ ( empty @ sK18_A ) )
          | ~ ( epsilon_transitive @ sK18_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[511]) ).

thf(571,plain,
    ( ( epsilon_connected @ sK18_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[512]) ).

thf(572,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( empty @ SX0 )
          | ( epsilon_connected @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[513]) ).

thf(573,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( empty @ SX0 )
          | ( epsilon_transitive @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[514]) ).

thf(574,plain,
    ! [SV32: $i] :
      ( ( ( empty @ SV32 )
        = $false )
      | ( ( ordinal @ SV32 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[515]) ).

thf(575,plain,
    ( ( empty @ sK16_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[516]) ).

thf(576,plain,
    ( ( relation @ sK16_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[517]) ).

thf(577,plain,
    ! [SV40: $i,SV33: $i] :
      ( ( ( ~ ( element @ SV33 @ ( powerset @ SV40 ) ) )
        = $true )
      | ( ( subset @ SV33 @ SV40 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[518]) ).

thf(578,plain,
    ! [SV41: $i,SV34: $i] :
      ( ( ( ~ ( subset @ SV34 @ SV41 ) )
        = $true )
      | ( ( element @ SV34 @ ( powerset @ SV41 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[519]) ).

thf(579,plain,
    ( ( ~ ( ~ ~ ( empty @ sK7_A )
          | ~ ( epsilon_transitive @ sK7_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[520]) ).

thf(580,plain,
    ( ( epsilon_connected @ sK7_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[521]) ).

thf(581,plain,
    ! [SV35: $i] :
      ( ( ( ordinal @ SV35 )
        = $false )
      | ( ( epsilon_connected @ SV35 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[522]) ).

thf(582,plain,
    ! [SV36: $i] :
      ( ( ( ordinal @ SV36 )
        = $false )
      | ( ( epsilon_transitive @ SV36 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[523]) ).

thf(583,plain,
    ( ( function @ sK8_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[524]) ).

thf(584,plain,
    ( ( relation @ sK8_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[525]) ).

thf(585,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( ~ ! [SY79: $i] :
                    ( ~ ( element @ SY79 @ SV18 )
                    | ( epsilon_connected @ SY79 ) )
              | ~ ! [SY80: $i] :
                    ( ~ ( element @ SY80 @ SV18 )
                    | ( epsilon_transitive @ SY80 ) ) ) )
        = $true )
      | ( ( ordinal @ SV18 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[526]) ).

thf(586,plain,
    ! [SV18: $i] :
      ( ( ( ! [SY81: $i] :
              ( ~ ( element @ SY81 @ SV18 )
              | ( ordinal @ SY81 ) ) )
        = $true )
      | ( ( ordinal @ SV18 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[527]) ).

thf(587,plain,
    ( ( relation @ sK3_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[528]) ).

thf(588,plain,
    ( ( relation_non_empty @ sK3_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[529]) ).

thf(589,plain,
    ! [SV19: $i] :
      ( ( ( ~ ( element @ ( sK9_B @ SV19 ) @ ( powerset @ SV19 ) )
          | ~ ~ ( empty @ ( sK9_B @ SV19 ) ) )
        = $false )
      | ( ( empty @ SV19 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[530]) ).

thf(590,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( relation @ empty_set )
                                  | ~ ( relation_empty_yielding @ empty_set ) )
                            | ~ ( function @ empty_set ) )
                      | ~ ( one_to_one @ empty_set ) )
                | ~ ( empty @ empty_set ) )
          | ~ ( epsilon_transitive @ empty_set ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[532]) ).

thf(591,plain,
    ( ( epsilon_connected @ empty_set )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[533]) ).

thf(592,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( element @ SX0 @ positive_rationals )
                | ~ ( ordinal @ SX0 )
                | ( epsilon_connected @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ~ ( element @ SX0 @ positive_rationals )
                | ~ ( ordinal @ SX0 )
                | ( epsilon_transitive @ SX0 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[534]) ).

thf(593,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( element @ SX0 @ positive_rationals )
          | ~ ( ordinal @ SX0 )
          | ( ordinal @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[535]) ).

thf(594,plain,
    ! [SV37: $i] :
      ( ( ( element @ SV37 @ positive_rationals )
        = $false )
      | ( ( ~ ( ordinal @ SV37 )
          | ( natural @ SV37 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[536]) ).

thf(595,plain,
    ( ( function @ sK25_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[537]) ).

thf(596,plain,
    ( ( relation @ sK25_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[538]) ).

thf(597,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( empty @ SX0 )
                | ~ ( ordinal @ SX0 )
                | ( epsilon_connected @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ~ ( empty @ SX0 )
                | ~ ( ordinal @ SX0 )
                | ( epsilon_transitive @ SX0 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[539]) ).

thf(598,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( empty @ SX0 )
          | ~ ( ordinal @ SX0 )
          | ( ordinal @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[540]) ).

thf(599,plain,
    ! [SV38: $i] :
      ( ( ( ~ ( empty @ SV38 ) )
        = $true )
      | ( ( ~ ( ordinal @ SV38 ) )
        = $true )
      | ( ( natural @ SV38 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[541]) ).

thf(600,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( empty @ SX0 )
          | ~ ( relation @ SX0 )
          | ~ ( function @ SX0 )
          | ( function @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[542]) ).

thf(601,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( empty @ SX0 )
          | ~ ( relation @ SX0 )
          | ~ ( function @ SX0 )
          | ( relation @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[543]) ).

thf(602,plain,
    ! [SV39: $i] :
      ( ( ( ~ ( empty @ SV39 )
          | ~ ( relation @ SV39 ) )
        = $true )
      | ( ( ~ ( function @ SV39 ) )
        = $true )
      | ( ( one_to_one @ SV39 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[544]) ).

thf(603,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( function @ sK15_A )
                            | ~ ( relation @ sK15_A ) )
                      | ~ ( one_to_one @ sK15_A ) )
                | ~ ( empty @ sK15_A ) )
          | ~ ( epsilon_transitive @ sK15_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[545]) ).

thf(604,plain,
    ( ( epsilon_connected @ sK15_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[546]) ).

thf(605,plain,
    ( ( ~ ( ~ ( epsilon_connected @ sK22_A )
          | ~ ( epsilon_transitive @ sK22_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[547]) ).

thf(606,plain,
    ( ( ordinal @ sK22_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[548]) ).

thf(607,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ( element @ sK10_A @ positive_rationals )
                      | ~ ( empty @ sK10_A ) )
                | ~ ( epsilon_transitive @ sK10_A ) )
          | ~ ( epsilon_connected @ sK10_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[549]) ).

thf(608,plain,
    ( ( ordinal @ sK10_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[550]) ).

thf(609,plain,
    ! [SV20: $i] :
      ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
                                                  | ~ ( empty @ ( sK17_B @ SV20 ) ) )
                                            | ~ ( relation @ ( sK17_B @ SV20 ) ) )
                                      | ~ ( function @ ( sK17_B @ SV20 ) ) )
                                | ~ ( one_to_one @ ( sK17_B @ SV20 ) ) )
                          | ~ ( epsilon_transitive @ ( sK17_B @ SV20 ) ) )
                    | ~ ( epsilon_connected @ ( sK17_B @ SV20 ) ) )
              | ~ ( ordinal @ ( sK17_B @ SV20 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[551]) ).

thf(610,plain,
    ! [SV20: $i] :
      ( ( ~ ( natural @ ( sK17_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[551]) ).

thf(611,plain,
    ( ( epsilon_connected @ sK23_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[552]) ).

thf(612,plain,
    ( ( epsilon_transitive @ sK23_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[553]) ).

thf(613,plain,
    ( ( empty @ empty_set )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[554]) ).

thf(614,plain,
    ( ( relation @ empty_set )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[555]) ).

thf(615,plain,
    ( ( ~ ( ~ ( function @ sK14_A )
          | ~ ( relation @ sK14_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[556]) ).

thf(616,plain,
    ( ( transfinite_sequence @ sK14_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[557]) ).

thf(617,plain,
    ( ( relation @ sK5_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[558]) ).

thf(618,plain,
    ( ( relation_empty_yielding @ sK5_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[559]) ).

thf(619,plain,
    ( ( function @ sK4_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[560]) ).

thf(620,plain,
    ( ( relation @ sK4_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[561]) ).

thf(621,plain,
    ! [SV21: $i] :
      ( ( ( empty @ ( sK20_B @ SV21 ) )
        = $false )
      | ( ( empty @ SV21 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[563]) ).

thf(622,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( empty @ sK27_A )
                | ~ ( epsilon_transitive @ sK27_A ) )
          | ~ ( epsilon_connected @ sK27_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[564]) ).

thf(623,plain,
    ( ( ordinal @ sK27_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[565]) ).

thf(624,plain,
    ! [SV29: $i,SV25: $i,SV12: $i] :
      ( ( ( in @ SV12 @ SV25 )
        = $false )
      | ( ( element @ SV25 @ ( powerset @ SV29 ) )
        = $false )
      | ( ( element @ SV12 @ SV29 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[567]) ).

thf(625,plain,
    ! [SV30: $i,SV26: $i,SV13: $i] :
      ( ( ( in @ SV13 @ SV26 )
        = $false )
      | ( ( element @ SV26 @ ( powerset @ SV30 ) )
        = $false )
      | ( ( ~ ( empty @ SV30 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[568]) ).

thf(626,plain,
    ( ( ~ ~ ( ~ ( element @ sK18_A @ positive_rationals )
            | ~ ~ ( empty @ sK18_A ) )
      | ~ ( epsilon_transitive @ sK18_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[570]) ).

thf(627,plain,
    ! [SV42: $i] :
      ( ( ~ ( empty @ SV42 )
        | ( epsilon_connected @ SV42 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[572]) ).

thf(628,plain,
    ! [SV43: $i] :
      ( ( ~ ( empty @ SV43 )
        | ( epsilon_transitive @ SV43 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[573]) ).

thf(629,plain,
    ! [SV40: $i,SV33: $i] :
      ( ( ( element @ SV33 @ ( powerset @ SV40 ) )
        = $false )
      | ( ( subset @ SV33 @ SV40 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[577]) ).

thf(630,plain,
    ! [SV41: $i,SV34: $i] :
      ( ( ( subset @ SV34 @ SV41 )
        = $false )
      | ( ( element @ SV34 @ ( powerset @ SV41 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[578]) ).

thf(631,plain,
    ( ( ~ ~ ( empty @ sK7_A )
      | ~ ( epsilon_transitive @ sK7_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[579]) ).

thf(632,plain,
    ! [SV18: $i] :
      ( ( ( ~ ! [SY79: $i] :
                ( ~ ( element @ SY79 @ SV18 )
                | ( epsilon_connected @ SY79 ) )
          | ~ ! [SY80: $i] :
                ( ~ ( element @ SY80 @ SV18 )
                | ( epsilon_transitive @ SY80 ) ) )
        = $false )
      | ( ( ordinal @ SV18 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[585]) ).

thf(633,plain,
    ! [SV18: $i,SV44: $i] :
      ( ( ( ~ ( element @ SV44 @ SV18 )
          | ( ordinal @ SV44 ) )
        = $true )
      | ( ( ordinal @ SV18 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[586]) ).

thf(634,plain,
    ! [SV19: $i] :
      ( ( ( ~ ( element @ ( sK9_B @ SV19 ) @ ( powerset @ SV19 ) ) )
        = $false )
      | ( ( empty @ SV19 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[589]) ).

thf(635,plain,
    ! [SV19: $i] :
      ( ( ( ~ ~ ( empty @ ( sK9_B @ SV19 ) ) )
        = $false )
      | ( ( empty @ SV19 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[589]) ).

thf(636,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( relation @ empty_set )
                              | ~ ( relation_empty_yielding @ empty_set ) )
                        | ~ ( function @ empty_set ) )
                  | ~ ( one_to_one @ empty_set ) )
            | ~ ( empty @ empty_set ) )
      | ~ ( epsilon_transitive @ empty_set ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[590]) ).

thf(637,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( element @ SX0 @ positive_rationals )
            | ~ ( ordinal @ SX0 )
            | ( epsilon_connected @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ~ ( element @ SX0 @ positive_rationals )
            | ~ ( ordinal @ SX0 )
            | ( epsilon_transitive @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[592]) ).

thf(638,plain,
    ! [SV45: $i] :
      ( ( ~ ( element @ SV45 @ positive_rationals )
        | ~ ( ordinal @ SV45 )
        | ( ordinal @ SV45 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[593]) ).

thf(639,plain,
    ! [SV37: $i] :
      ( ( ( ~ ( ordinal @ SV37 ) )
        = $true )
      | ( ( natural @ SV37 )
        = $true )
      | ( ( element @ SV37 @ positive_rationals )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[594]) ).

thf(640,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( empty @ SX0 )
            | ~ ( ordinal @ SX0 )
            | ( epsilon_connected @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ~ ( empty @ SX0 )
            | ~ ( ordinal @ SX0 )
            | ( epsilon_transitive @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[597]) ).

thf(641,plain,
    ! [SV46: $i] :
      ( ( ~ ( empty @ SV46 )
        | ~ ( ordinal @ SV46 )
        | ( ordinal @ SV46 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[598]) ).

thf(642,plain,
    ! [SV38: $i] :
      ( ( ( empty @ SV38 )
        = $false )
      | ( ( ~ ( ordinal @ SV38 ) )
        = $true )
      | ( ( natural @ SV38 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[599]) ).

thf(643,plain,
    ! [SV47: $i] :
      ( ( ~ ( empty @ SV47 )
        | ~ ( relation @ SV47 )
        | ~ ( function @ SV47 )
        | ( function @ SV47 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[600]) ).

thf(644,plain,
    ! [SV48: $i] :
      ( ( ~ ( empty @ SV48 )
        | ~ ( relation @ SV48 )
        | ~ ( function @ SV48 )
        | ( relation @ SV48 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[601]) ).

thf(645,plain,
    ! [SV39: $i] :
      ( ( ( ~ ( empty @ SV39 ) )
        = $true )
      | ( ( ~ ( relation @ SV39 ) )
        = $true )
      | ( ( ~ ( function @ SV39 ) )
        = $true )
      | ( ( one_to_one @ SV39 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[602]) ).

thf(646,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( function @ sK15_A )
                        | ~ ( relation @ sK15_A ) )
                  | ~ ( one_to_one @ sK15_A ) )
            | ~ ( empty @ sK15_A ) )
      | ~ ( epsilon_transitive @ sK15_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[603]) ).

thf(647,plain,
    ( ( ~ ( epsilon_connected @ sK22_A )
      | ~ ( epsilon_transitive @ sK22_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[605]) ).

thf(648,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ( element @ sK10_A @ positive_rationals )
                  | ~ ( empty @ sK10_A ) )
            | ~ ( epsilon_transitive @ sK10_A ) )
      | ~ ( epsilon_connected @ sK10_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[607]) ).

thf(649,plain,
    ! [SV20: $i] :
      ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
                                                | ~ ( empty @ ( sK17_B @ SV20 ) ) )
                                          | ~ ( relation @ ( sK17_B @ SV20 ) ) )
                                    | ~ ( function @ ( sK17_B @ SV20 ) ) )
                              | ~ ( one_to_one @ ( sK17_B @ SV20 ) ) )
                        | ~ ( epsilon_transitive @ ( sK17_B @ SV20 ) ) )
                  | ~ ( epsilon_connected @ ( sK17_B @ SV20 ) ) )
            | ~ ( ordinal @ ( sK17_B @ SV20 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[609]) ).

thf(650,plain,
    ! [SV20: $i] :
      ( ( natural @ ( sK17_B @ SV20 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[610]) ).

thf(651,plain,
    ( ( ~ ( function @ sK14_A )
      | ~ ( relation @ sK14_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[615]) ).

thf(652,plain,
    ( ( ~ ~ ( ~ ~ ( empty @ sK27_A )
            | ~ ( epsilon_transitive @ sK27_A ) )
      | ~ ( epsilon_connected @ sK27_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[622]) ).

thf(653,plain,
    ! [SV13: $i,SV26: $i,SV30: $i] :
      ( ( ( empty @ SV30 )
        = $false )
      | ( ( element @ SV26 @ ( powerset @ SV30 ) )
        = $false )
      | ( ( in @ SV13 @ SV26 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[625]) ).

thf(654,plain,
    ( ( ~ ~ ( ~ ( element @ sK18_A @ positive_rationals )
            | ~ ~ ( empty @ sK18_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[626]) ).

thf(655,plain,
    ( ( ~ ( epsilon_transitive @ sK18_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[626]) ).

thf(656,plain,
    ! [SV42: $i] :
      ( ( ( ~ ( empty @ SV42 ) )
        = $true )
      | ( ( epsilon_connected @ SV42 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[627]) ).

thf(657,plain,
    ! [SV43: $i] :
      ( ( ( ~ ( empty @ SV43 ) )
        = $true )
      | ( ( epsilon_transitive @ SV43 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[628]) ).

thf(658,plain,
    ( ( ~ ~ ( empty @ sK7_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[631]) ).

thf(659,plain,
    ( ( ~ ( epsilon_transitive @ sK7_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[631]) ).

thf(660,plain,
    ! [SV18: $i] :
      ( ( ( ~ ! [SY79: $i] :
                ( ~ ( element @ SY79 @ SV18 )
                | ( epsilon_connected @ SY79 ) ) )
        = $false )
      | ( ( ordinal @ SV18 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[632]) ).

thf(661,plain,
    ! [SV18: $i] :
      ( ( ( ~ ! [SY80: $i] :
                ( ~ ( element @ SY80 @ SV18 )
                | ( epsilon_transitive @ SY80 ) ) )
        = $false )
      | ( ( ordinal @ SV18 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[632]) ).

thf(662,plain,
    ! [SV18: $i,SV44: $i] :
      ( ( ( ~ ( element @ SV44 @ SV18 ) )
        = $true )
      | ( ( ordinal @ SV44 )
        = $true )
      | ( ( ordinal @ SV18 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[633]) ).

thf(663,plain,
    ! [SV19: $i] :
      ( ( ( element @ ( sK9_B @ SV19 ) @ ( powerset @ SV19 ) )
        = $true )
      | ( ( empty @ SV19 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[634]) ).

thf(664,plain,
    ! [SV19: $i] :
      ( ( ( ~ ( empty @ ( sK9_B @ SV19 ) ) )
        = $true )
      | ( ( empty @ SV19 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[635]) ).

thf(665,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( relation @ empty_set )
                              | ~ ( relation_empty_yielding @ empty_set ) )
                        | ~ ( function @ empty_set ) )
                  | ~ ( one_to_one @ empty_set ) )
            | ~ ( empty @ empty_set ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[636]) ).

thf(666,plain,
    ( ( ~ ( epsilon_transitive @ empty_set ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[636]) ).

thf(667,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( element @ SX0 @ positive_rationals )
            | ~ ( ordinal @ SX0 )
            | ( epsilon_connected @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[637]) ).

thf(668,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( element @ SX0 @ positive_rationals )
            | ~ ( ordinal @ SX0 )
            | ( epsilon_transitive @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[637]) ).

thf(669,plain,
    ! [SV45: $i] :
      ( ( ( ~ ( element @ SV45 @ positive_rationals ) )
        = $true )
      | ( ( ~ ( ordinal @ SV45 )
          | ( ordinal @ SV45 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[638]) ).

thf(670,plain,
    ! [SV37: $i] :
      ( ( ( ordinal @ SV37 )
        = $false )
      | ( ( natural @ SV37 )
        = $true )
      | ( ( element @ SV37 @ positive_rationals )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[639]) ).

thf(671,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( empty @ SX0 )
            | ~ ( ordinal @ SX0 )
            | ( epsilon_connected @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[640]) ).

thf(672,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( empty @ SX0 )
            | ~ ( ordinal @ SX0 )
            | ( epsilon_transitive @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[640]) ).

thf(673,plain,
    ! [SV46: $i] :
      ( ( ( ~ ( empty @ SV46 )
          | ~ ( ordinal @ SV46 ) )
        = $true )
      | ( ( ordinal @ SV46 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[641]) ).

thf(674,plain,
    ! [SV38: $i] :
      ( ( ( ordinal @ SV38 )
        = $false )
      | ( ( empty @ SV38 )
        = $false )
      | ( ( natural @ SV38 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[642]) ).

thf(675,plain,
    ! [SV47: $i] :
      ( ( ( ~ ( empty @ SV47 )
          | ~ ( relation @ SV47 )
          | ~ ( function @ SV47 ) )
        = $true )
      | ( ( function @ SV47 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[643]) ).

thf(676,plain,
    ! [SV48: $i] :
      ( ( ( ~ ( empty @ SV48 )
          | ~ ( relation @ SV48 )
          | ~ ( function @ SV48 ) )
        = $true )
      | ( ( relation @ SV48 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[644]) ).

thf(677,plain,
    ! [SV39: $i] :
      ( ( ( empty @ SV39 )
        = $false )
      | ( ( ~ ( relation @ SV39 ) )
        = $true )
      | ( ( ~ ( function @ SV39 ) )
        = $true )
      | ( ( one_to_one @ SV39 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[645]) ).

thf(678,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( function @ sK15_A )
                        | ~ ( relation @ sK15_A ) )
                  | ~ ( one_to_one @ sK15_A ) )
            | ~ ( empty @ sK15_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[646]) ).

thf(679,plain,
    ( ( ~ ( epsilon_transitive @ sK15_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[646]) ).

thf(680,plain,
    ( ( ~ ( epsilon_connected @ sK22_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[647]) ).

thf(681,plain,
    ( ( ~ ( epsilon_transitive @ sK22_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[647]) ).

thf(682,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ( element @ sK10_A @ positive_rationals )
                  | ~ ( empty @ sK10_A ) )
            | ~ ( epsilon_transitive @ sK10_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[648]) ).

thf(683,plain,
    ( ( ~ ( epsilon_connected @ sK10_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[648]) ).

thf(684,plain,
    ! [SV20: $i] :
      ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
                                            | ~ ( empty @ ( sK17_B @ SV20 ) ) )
                                      | ~ ( relation @ ( sK17_B @ SV20 ) ) )
                                | ~ ( function @ ( sK17_B @ SV20 ) ) )
                          | ~ ( one_to_one @ ( sK17_B @ SV20 ) ) )
                    | ~ ( epsilon_transitive @ ( sK17_B @ SV20 ) ) )
              | ~ ( epsilon_connected @ ( sK17_B @ SV20 ) ) )
        | ~ ( ordinal @ ( sK17_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[649]) ).

thf(685,plain,
    ( ( ~ ( function @ sK14_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[651]) ).

thf(686,plain,
    ( ( ~ ( relation @ sK14_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[651]) ).

thf(687,plain,
    ( ( ~ ~ ( ~ ~ ( empty @ sK27_A )
            | ~ ( epsilon_transitive @ sK27_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[652]) ).

thf(688,plain,
    ( ( ~ ( epsilon_connected @ sK27_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[652]) ).

thf(689,plain,
    ( ( ~ ( ~ ( element @ sK18_A @ positive_rationals )
          | ~ ~ ( empty @ sK18_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[654]) ).

thf(690,plain,
    ( ( epsilon_transitive @ sK18_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[655]) ).

thf(691,plain,
    ! [SV42: $i] :
      ( ( ( empty @ SV42 )
        = $false )
      | ( ( epsilon_connected @ SV42 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[656]) ).

thf(692,plain,
    ! [SV43: $i] :
      ( ( ( empty @ SV43 )
        = $false )
      | ( ( epsilon_transitive @ SV43 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[657]) ).

thf(693,plain,
    ( ( ~ ( empty @ sK7_A ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[658]) ).

thf(694,plain,
    ( ( epsilon_transitive @ sK7_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[659]) ).

thf(695,plain,
    ! [SV18: $i] :
      ( ( ( ! [SY79: $i] :
              ( ~ ( element @ SY79 @ SV18 )
              | ( epsilon_connected @ SY79 ) ) )
        = $true )
      | ( ( ordinal @ SV18 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[660]) ).

thf(696,plain,
    ! [SV18: $i] :
      ( ( ( ! [SY80: $i] :
              ( ~ ( element @ SY80 @ SV18 )
              | ( epsilon_transitive @ SY80 ) ) )
        = $true )
      | ( ( ordinal @ SV18 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[661]) ).

thf(697,plain,
    ! [SV18: $i,SV44: $i] :
      ( ( ( element @ SV44 @ SV18 )
        = $false )
      | ( ( ordinal @ SV44 )
        = $true )
      | ( ( ordinal @ SV18 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[662]) ).

thf(698,plain,
    ! [SV19: $i] :
      ( ( ( empty @ ( sK9_B @ SV19 ) )
        = $false )
      | ( ( empty @ SV19 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[664]) ).

thf(699,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( relation @ empty_set )
                            | ~ ( relation_empty_yielding @ empty_set ) )
                      | ~ ( function @ empty_set ) )
                | ~ ( one_to_one @ empty_set ) )
          | ~ ( empty @ empty_set ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[665]) ).

thf(700,plain,
    ( ( epsilon_transitive @ empty_set )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[666]) ).

thf(701,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( element @ SX0 @ positive_rationals )
          | ~ ( ordinal @ SX0 )
          | ( epsilon_connected @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[667]) ).

thf(702,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( element @ SX0 @ positive_rationals )
          | ~ ( ordinal @ SX0 )
          | ( epsilon_transitive @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[668]) ).

thf(703,plain,
    ! [SV45: $i] :
      ( ( ( element @ SV45 @ positive_rationals )
        = $false )
      | ( ( ~ ( ordinal @ SV45 )
          | ( ordinal @ SV45 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[669]) ).

thf(704,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( empty @ SX0 )
          | ~ ( ordinal @ SX0 )
          | ( epsilon_connected @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[671]) ).

thf(705,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( empty @ SX0 )
          | ~ ( ordinal @ SX0 )
          | ( epsilon_transitive @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[672]) ).

thf(706,plain,
    ! [SV46: $i] :
      ( ( ( ~ ( empty @ SV46 ) )
        = $true )
      | ( ( ~ ( ordinal @ SV46 ) )
        = $true )
      | ( ( ordinal @ SV46 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[673]) ).

thf(707,plain,
    ! [SV47: $i] :
      ( ( ( ~ ( empty @ SV47 )
          | ~ ( relation @ SV47 ) )
        = $true )
      | ( ( ~ ( function @ SV47 ) )
        = $true )
      | ( ( function @ SV47 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[675]) ).

thf(708,plain,
    ! [SV48: $i] :
      ( ( ( ~ ( empty @ SV48 )
          | ~ ( relation @ SV48 ) )
        = $true )
      | ( ( ~ ( function @ SV48 ) )
        = $true )
      | ( ( relation @ SV48 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[676]) ).

thf(709,plain,
    ! [SV39: $i] :
      ( ( ( relation @ SV39 )
        = $false )
      | ( ( empty @ SV39 )
        = $false )
      | ( ( ~ ( function @ SV39 ) )
        = $true )
      | ( ( one_to_one @ SV39 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[677]) ).

thf(710,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ( function @ sK15_A )
                      | ~ ( relation @ sK15_A ) )
                | ~ ( one_to_one @ sK15_A ) )
          | ~ ( empty @ sK15_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[678]) ).

thf(711,plain,
    ( ( epsilon_transitive @ sK15_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[679]) ).

thf(712,plain,
    ( ( epsilon_connected @ sK22_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[680]) ).

thf(713,plain,
    ( ( epsilon_transitive @ sK22_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[681]) ).

thf(714,plain,
    ( ( ~ ( ~ ~ ( ~ ( element @ sK10_A @ positive_rationals )
                | ~ ( empty @ sK10_A ) )
          | ~ ( epsilon_transitive @ sK10_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[682]) ).

thf(715,plain,
    ( ( epsilon_connected @ sK10_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[683]) ).

thf(716,plain,
    ! [SV20: $i] :
      ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
                                            | ~ ( empty @ ( sK17_B @ SV20 ) ) )
                                      | ~ ( relation @ ( sK17_B @ SV20 ) ) )
                                | ~ ( function @ ( sK17_B @ SV20 ) ) )
                          | ~ ( one_to_one @ ( sK17_B @ SV20 ) ) )
                    | ~ ( epsilon_transitive @ ( sK17_B @ SV20 ) ) )
              | ~ ( epsilon_connected @ ( sK17_B @ SV20 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[684]) ).

thf(717,plain,
    ! [SV20: $i] :
      ( ( ~ ( ordinal @ ( sK17_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[684]) ).

thf(718,plain,
    ( ( function @ sK14_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[685]) ).

thf(719,plain,
    ( ( relation @ sK14_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[686]) ).

thf(720,plain,
    ( ( ~ ( ~ ~ ( empty @ sK27_A )
          | ~ ( epsilon_transitive @ sK27_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[687]) ).

thf(721,plain,
    ( ( epsilon_connected @ sK27_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[688]) ).

thf(722,plain,
    ( ( ~ ( element @ sK18_A @ positive_rationals )
      | ~ ~ ( empty @ sK18_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[689]) ).

thf(723,plain,
    ( ( empty @ sK7_A )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[693]) ).

thf(724,plain,
    ! [SV18: $i,SV49: $i] :
      ( ( ( ~ ( element @ SV49 @ SV18 )
          | ( epsilon_connected @ SV49 ) )
        = $true )
      | ( ( ordinal @ SV18 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[695]) ).

thf(725,plain,
    ! [SV18: $i,SV50: $i] :
      ( ( ( ~ ( element @ SV50 @ SV18 )
          | ( epsilon_transitive @ SV50 ) )
        = $true )
      | ( ( ordinal @ SV18 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[696]) ).

thf(726,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( relation @ empty_set )
                        | ~ ( relation_empty_yielding @ empty_set ) )
                  | ~ ( function @ empty_set ) )
            | ~ ( one_to_one @ empty_set ) )
      | ~ ( empty @ empty_set ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[699]) ).

thf(727,plain,
    ! [SV51: $i] :
      ( ( ~ ( element @ SV51 @ positive_rationals )
        | ~ ( ordinal @ SV51 )
        | ( epsilon_connected @ SV51 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[701]) ).

thf(728,plain,
    ! [SV52: $i] :
      ( ( ~ ( element @ SV52 @ positive_rationals )
        | ~ ( ordinal @ SV52 )
        | ( epsilon_transitive @ SV52 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[702]) ).

thf(729,plain,
    ! [SV45: $i] :
      ( ( ( ~ ( ordinal @ SV45 ) )
        = $true )
      | ( ( ordinal @ SV45 )
        = $true )
      | ( ( element @ SV45 @ positive_rationals )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[703]) ).

thf(730,plain,
    ! [SV53: $i] :
      ( ( ~ ( empty @ SV53 )
        | ~ ( ordinal @ SV53 )
        | ( epsilon_connected @ SV53 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[704]) ).

thf(731,plain,
    ! [SV54: $i] :
      ( ( ~ ( empty @ SV54 )
        | ~ ( ordinal @ SV54 )
        | ( epsilon_transitive @ SV54 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[705]) ).

thf(732,plain,
    ! [SV46: $i] :
      ( ( ( empty @ SV46 )
        = $false )
      | ( ( ~ ( ordinal @ SV46 ) )
        = $true )
      | ( ( ordinal @ SV46 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[706]) ).

thf(733,plain,
    ! [SV47: $i] :
      ( ( ( ~ ( empty @ SV47 ) )
        = $true )
      | ( ( ~ ( relation @ SV47 ) )
        = $true )
      | ( ( ~ ( function @ SV47 ) )
        = $true )
      | ( ( function @ SV47 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[707]) ).

thf(734,plain,
    ! [SV48: $i] :
      ( ( ( ~ ( empty @ SV48 ) )
        = $true )
      | ( ( ~ ( relation @ SV48 ) )
        = $true )
      | ( ( ~ ( function @ SV48 ) )
        = $true )
      | ( ( relation @ SV48 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[708]) ).

thf(735,plain,
    ! [SV39: $i] :
      ( ( ( function @ SV39 )
        = $false )
      | ( ( empty @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false )
      | ( ( one_to_one @ SV39 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[709]) ).

thf(736,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ( function @ sK15_A )
                  | ~ ( relation @ sK15_A ) )
            | ~ ( one_to_one @ sK15_A ) )
      | ~ ( empty @ sK15_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[710]) ).

thf(737,plain,
    ( ( ~ ~ ( ~ ( element @ sK10_A @ positive_rationals )
            | ~ ( empty @ sK10_A ) )
      | ~ ( epsilon_transitive @ sK10_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[714]) ).

thf(738,plain,
    ! [SV20: $i] :
      ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
                                          | ~ ( empty @ ( sK17_B @ SV20 ) ) )
                                    | ~ ( relation @ ( sK17_B @ SV20 ) ) )
                              | ~ ( function @ ( sK17_B @ SV20 ) ) )
                        | ~ ( one_to_one @ ( sK17_B @ SV20 ) ) )
                  | ~ ( epsilon_transitive @ ( sK17_B @ SV20 ) ) )
            | ~ ( epsilon_connected @ ( sK17_B @ SV20 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[716]) ).

thf(739,plain,
    ! [SV20: $i] :
      ( ( ordinal @ ( sK17_B @ SV20 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[717]) ).

thf(740,plain,
    ( ( ~ ~ ( empty @ sK27_A )
      | ~ ( epsilon_transitive @ sK27_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[720]) ).

thf(741,plain,
    ( ( ~ ( element @ sK18_A @ positive_rationals ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[722]) ).

thf(742,plain,
    ( ( ~ ~ ( empty @ sK18_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[722]) ).

thf(743,plain,
    ! [SV18: $i,SV49: $i] :
      ( ( ( ~ ( element @ SV49 @ SV18 ) )
        = $true )
      | ( ( epsilon_connected @ SV49 )
        = $true )
      | ( ( ordinal @ SV18 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[724]) ).

thf(744,plain,
    ! [SV18: $i,SV50: $i] :
      ( ( ( ~ ( element @ SV50 @ SV18 ) )
        = $true )
      | ( ( epsilon_transitive @ SV50 )
        = $true )
      | ( ( ordinal @ SV18 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[725]) ).

thf(745,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( relation @ empty_set )
                        | ~ ( relation_empty_yielding @ empty_set ) )
                  | ~ ( function @ empty_set ) )
            | ~ ( one_to_one @ empty_set ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[726]) ).

thf(746,plain,
    ( ( ~ ( empty @ empty_set ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[726]) ).

thf(747,plain,
    ! [SV51: $i] :
      ( ( ( ~ ( element @ SV51 @ positive_rationals ) )
        = $true )
      | ( ( ~ ( ordinal @ SV51 )
          | ( epsilon_connected @ SV51 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[727]) ).

thf(748,plain,
    ! [SV52: $i] :
      ( ( ( ~ ( element @ SV52 @ positive_rationals ) )
        = $true )
      | ( ( ~ ( ordinal @ SV52 )
          | ( epsilon_transitive @ SV52 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[728]) ).

thf(749,plain,
    ! [SV45: $i] :
      ( ( ( ordinal @ SV45 )
        = $false )
      | ( ( ordinal @ SV45 )
        = $true )
      | ( ( element @ SV45 @ positive_rationals )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[729]) ).

thf(750,plain,
    ! [SV53: $i] :
      ( ( ( ~ ( empty @ SV53 )
          | ~ ( ordinal @ SV53 ) )
        = $true )
      | ( ( epsilon_connected @ SV53 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[730]) ).

thf(751,plain,
    ! [SV54: $i] :
      ( ( ( ~ ( empty @ SV54 )
          | ~ ( ordinal @ SV54 ) )
        = $true )
      | ( ( epsilon_transitive @ SV54 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[731]) ).

thf(752,plain,
    ! [SV46: $i] :
      ( ( ( ordinal @ SV46 )
        = $false )
      | ( ( empty @ SV46 )
        = $false )
      | ( ( ordinal @ SV46 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[732]) ).

thf(753,plain,
    ! [SV47: $i] :
      ( ( ( empty @ SV47 )
        = $false )
      | ( ( ~ ( relation @ SV47 ) )
        = $true )
      | ( ( ~ ( function @ SV47 ) )
        = $true )
      | ( ( function @ SV47 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[733]) ).

thf(754,plain,
    ! [SV48: $i] :
      ( ( ( empty @ SV48 )
        = $false )
      | ( ( ~ ( relation @ SV48 ) )
        = $true )
      | ( ( ~ ( function @ SV48 ) )
        = $true )
      | ( ( relation @ SV48 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[734]) ).

thf(755,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ( function @ sK15_A )
                  | ~ ( relation @ sK15_A ) )
            | ~ ( one_to_one @ sK15_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[736]) ).

thf(756,plain,
    ( ( ~ ( empty @ sK15_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[736]) ).

thf(757,plain,
    ( ( ~ ~ ( ~ ( element @ sK10_A @ positive_rationals )
            | ~ ( empty @ sK10_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[737]) ).

thf(758,plain,
    ( ( ~ ( epsilon_transitive @ sK10_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[737]) ).

thf(759,plain,
    ! [SV20: $i] :
      ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
                                      | ~ ( empty @ ( sK17_B @ SV20 ) ) )
                                | ~ ( relation @ ( sK17_B @ SV20 ) ) )
                          | ~ ( function @ ( sK17_B @ SV20 ) ) )
                    | ~ ( one_to_one @ ( sK17_B @ SV20 ) ) )
              | ~ ( epsilon_transitive @ ( sK17_B @ SV20 ) ) )
        | ~ ( epsilon_connected @ ( sK17_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[738]) ).

thf(760,plain,
    ( ( ~ ~ ( empty @ sK27_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[740]) ).

thf(761,plain,
    ( ( ~ ( epsilon_transitive @ sK27_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[740]) ).

thf(762,plain,
    ( ( element @ sK18_A @ positive_rationals )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[741]) ).

thf(763,plain,
    ( ( ~ ( empty @ sK18_A ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[742]) ).

thf(764,plain,
    ! [SV18: $i,SV49: $i] :
      ( ( ( element @ SV49 @ SV18 )
        = $false )
      | ( ( epsilon_connected @ SV49 )
        = $true )
      | ( ( ordinal @ SV18 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[743]) ).

thf(765,plain,
    ! [SV18: $i,SV50: $i] :
      ( ( ( element @ SV50 @ SV18 )
        = $false )
      | ( ( epsilon_transitive @ SV50 )
        = $true )
      | ( ( ordinal @ SV18 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[744]) ).

thf(766,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ( relation @ empty_set )
                      | ~ ( relation_empty_yielding @ empty_set ) )
                | ~ ( function @ empty_set ) )
          | ~ ( one_to_one @ empty_set ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[745]) ).

thf(767,plain,
    ( ( empty @ empty_set )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[746]) ).

thf(768,plain,
    ! [SV51: $i] :
      ( ( ( element @ SV51 @ positive_rationals )
        = $false )
      | ( ( ~ ( ordinal @ SV51 )
          | ( epsilon_connected @ SV51 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[747]) ).

thf(769,plain,
    ! [SV52: $i] :
      ( ( ( element @ SV52 @ positive_rationals )
        = $false )
      | ( ( ~ ( ordinal @ SV52 )
          | ( epsilon_transitive @ SV52 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[748]) ).

thf(770,plain,
    ! [SV53: $i] :
      ( ( ( ~ ( empty @ SV53 ) )
        = $true )
      | ( ( ~ ( ordinal @ SV53 ) )
        = $true )
      | ( ( epsilon_connected @ SV53 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[750]) ).

thf(771,plain,
    ! [SV54: $i] :
      ( ( ( ~ ( empty @ SV54 ) )
        = $true )
      | ( ( ~ ( ordinal @ SV54 ) )
        = $true )
      | ( ( epsilon_transitive @ SV54 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[751]) ).

thf(772,plain,
    ! [SV47: $i] :
      ( ( ( relation @ SV47 )
        = $false )
      | ( ( empty @ SV47 )
        = $false )
      | ( ( ~ ( function @ SV47 ) )
        = $true )
      | ( ( function @ SV47 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[753]) ).

thf(773,plain,
    ! [SV48: $i] :
      ( ( ( relation @ SV48 )
        = $false )
      | ( ( empty @ SV48 )
        = $false )
      | ( ( ~ ( function @ SV48 ) )
        = $true )
      | ( ( relation @ SV48 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[754]) ).

thf(774,plain,
    ( ( ~ ( ~ ~ ( ~ ( function @ sK15_A )
                | ~ ( relation @ sK15_A ) )
          | ~ ( one_to_one @ sK15_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[755]) ).

thf(775,plain,
    ( ( empty @ sK15_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[756]) ).

thf(776,plain,
    ( ( ~ ( ~ ( element @ sK10_A @ positive_rationals )
          | ~ ( empty @ sK10_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[757]) ).

thf(777,plain,
    ( ( epsilon_transitive @ sK10_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[758]) ).

thf(778,plain,
    ! [SV20: $i] :
      ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
                                      | ~ ( empty @ ( sK17_B @ SV20 ) ) )
                                | ~ ( relation @ ( sK17_B @ SV20 ) ) )
                          | ~ ( function @ ( sK17_B @ SV20 ) ) )
                    | ~ ( one_to_one @ ( sK17_B @ SV20 ) ) )
              | ~ ( epsilon_transitive @ ( sK17_B @ SV20 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[759]) ).

thf(779,plain,
    ! [SV20: $i] :
      ( ( ~ ( epsilon_connected @ ( sK17_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[759]) ).

thf(780,plain,
    ( ( ~ ( empty @ sK27_A ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[760]) ).

thf(781,plain,
    ( ( epsilon_transitive @ sK27_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[761]) ).

thf(782,plain,
    ( ( empty @ sK18_A )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[763]) ).

thf(783,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ( relation @ empty_set )
                  | ~ ( relation_empty_yielding @ empty_set ) )
            | ~ ( function @ empty_set ) )
      | ~ ( one_to_one @ empty_set ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[766]) ).

thf(784,plain,
    ! [SV51: $i] :
      ( ( ( ~ ( ordinal @ SV51 ) )
        = $true )
      | ( ( epsilon_connected @ SV51 )
        = $true )
      | ( ( element @ SV51 @ positive_rationals )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[768]) ).

thf(785,plain,
    ! [SV52: $i] :
      ( ( ( ~ ( ordinal @ SV52 ) )
        = $true )
      | ( ( epsilon_transitive @ SV52 )
        = $true )
      | ( ( element @ SV52 @ positive_rationals )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[769]) ).

thf(786,plain,
    ! [SV53: $i] :
      ( ( ( empty @ SV53 )
        = $false )
      | ( ( ~ ( ordinal @ SV53 ) )
        = $true )
      | ( ( epsilon_connected @ SV53 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[770]) ).

thf(787,plain,
    ! [SV54: $i] :
      ( ( ( empty @ SV54 )
        = $false )
      | ( ( ~ ( ordinal @ SV54 ) )
        = $true )
      | ( ( epsilon_transitive @ SV54 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[771]) ).

thf(788,plain,
    ! [SV47: $i] :
      ( ( ( function @ SV47 )
        = $false )
      | ( ( empty @ SV47 )
        = $false )
      | ( ( relation @ SV47 )
        = $false )
      | ( ( function @ SV47 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[772]) ).

thf(789,plain,
    ! [SV48: $i] :
      ( ( ( function @ SV48 )
        = $false )
      | ( ( empty @ SV48 )
        = $false )
      | ( ( relation @ SV48 )
        = $false )
      | ( ( relation @ SV48 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[773]) ).

thf(790,plain,
    ( ( ~ ~ ( ~ ( function @ sK15_A )
            | ~ ( relation @ sK15_A ) )
      | ~ ( one_to_one @ sK15_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[774]) ).

thf(791,plain,
    ( ( ~ ( element @ sK10_A @ positive_rationals )
      | ~ ( empty @ sK10_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[776]) ).

thf(792,plain,
    ! [SV20: $i] :
      ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
                                    | ~ ( empty @ ( sK17_B @ SV20 ) ) )
                              | ~ ( relation @ ( sK17_B @ SV20 ) ) )
                        | ~ ( function @ ( sK17_B @ SV20 ) ) )
                  | ~ ( one_to_one @ ( sK17_B @ SV20 ) ) )
            | ~ ( epsilon_transitive @ ( sK17_B @ SV20 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[778]) ).

thf(793,plain,
    ! [SV20: $i] :
      ( ( epsilon_connected @ ( sK17_B @ SV20 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[779]) ).

thf(794,plain,
    ( ( empty @ sK27_A )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[780]) ).

thf(795,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ( relation @ empty_set )
                  | ~ ( relation_empty_yielding @ empty_set ) )
            | ~ ( function @ empty_set ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[783]) ).

thf(796,plain,
    ( ( ~ ( one_to_one @ empty_set ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[783]) ).

thf(797,plain,
    ! [SV51: $i] :
      ( ( ( ordinal @ SV51 )
        = $false )
      | ( ( epsilon_connected @ SV51 )
        = $true )
      | ( ( element @ SV51 @ positive_rationals )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[784]) ).

thf(798,plain,
    ! [SV52: $i] :
      ( ( ( ordinal @ SV52 )
        = $false )
      | ( ( epsilon_transitive @ SV52 )
        = $true )
      | ( ( element @ SV52 @ positive_rationals )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[785]) ).

thf(799,plain,
    ! [SV53: $i] :
      ( ( ( ordinal @ SV53 )
        = $false )
      | ( ( empty @ SV53 )
        = $false )
      | ( ( epsilon_connected @ SV53 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[786]) ).

thf(800,plain,
    ! [SV54: $i] :
      ( ( ( ordinal @ SV54 )
        = $false )
      | ( ( empty @ SV54 )
        = $false )
      | ( ( epsilon_transitive @ SV54 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[787]) ).

thf(801,plain,
    ( ( ~ ~ ( ~ ( function @ sK15_A )
            | ~ ( relation @ sK15_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[790]) ).

thf(802,plain,
    ( ( ~ ( one_to_one @ sK15_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[790]) ).

thf(803,plain,
    ( ( ~ ( element @ sK10_A @ positive_rationals ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[791]) ).

thf(804,plain,
    ( ( ~ ( empty @ sK10_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[791]) ).

thf(805,plain,
    ! [SV20: $i] :
      ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
                                | ~ ( empty @ ( sK17_B @ SV20 ) ) )
                          | ~ ( relation @ ( sK17_B @ SV20 ) ) )
                    | ~ ( function @ ( sK17_B @ SV20 ) ) )
              | ~ ( one_to_one @ ( sK17_B @ SV20 ) ) )
        | ~ ( epsilon_transitive @ ( sK17_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[792]) ).

thf(806,plain,
    ( ( ~ ( ~ ~ ( ~ ( relation @ empty_set )
                | ~ ( relation_empty_yielding @ empty_set ) )
          | ~ ( function @ empty_set ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[795]) ).

thf(807,plain,
    ( ( one_to_one @ empty_set )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[796]) ).

thf(808,plain,
    ( ( ~ ( ~ ( function @ sK15_A )
          | ~ ( relation @ sK15_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[801]) ).

thf(809,plain,
    ( ( one_to_one @ sK15_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[802]) ).

thf(810,plain,
    ( ( element @ sK10_A @ positive_rationals )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[803]) ).

thf(811,plain,
    ( ( empty @ sK10_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[804]) ).

thf(812,plain,
    ! [SV20: $i] :
      ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
                                | ~ ( empty @ ( sK17_B @ SV20 ) ) )
                          | ~ ( relation @ ( sK17_B @ SV20 ) ) )
                    | ~ ( function @ ( sK17_B @ SV20 ) ) )
              | ~ ( one_to_one @ ( sK17_B @ SV20 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[805]) ).

thf(813,plain,
    ! [SV20: $i] :
      ( ( ~ ( epsilon_transitive @ ( sK17_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[805]) ).

thf(814,plain,
    ( ( ~ ~ ( ~ ( relation @ empty_set )
            | ~ ( relation_empty_yielding @ empty_set ) )
      | ~ ( function @ empty_set ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[806]) ).

thf(815,plain,
    ( ( ~ ( function @ sK15_A )
      | ~ ( relation @ sK15_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[808]) ).

thf(816,plain,
    ! [SV20: $i] :
      ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
                              | ~ ( empty @ ( sK17_B @ SV20 ) ) )
                        | ~ ( relation @ ( sK17_B @ SV20 ) ) )
                  | ~ ( function @ ( sK17_B @ SV20 ) ) )
            | ~ ( one_to_one @ ( sK17_B @ SV20 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[812]) ).

thf(817,plain,
    ! [SV20: $i] :
      ( ( epsilon_transitive @ ( sK17_B @ SV20 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[813]) ).

thf(818,plain,
    ( ( ~ ~ ( ~ ( relation @ empty_set )
            | ~ ( relation_empty_yielding @ empty_set ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[814]) ).

thf(819,plain,
    ( ( ~ ( function @ empty_set ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[814]) ).

thf(820,plain,
    ( ( ~ ( function @ sK15_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[815]) ).

thf(821,plain,
    ( ( ~ ( relation @ sK15_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[815]) ).

thf(822,plain,
    ! [SV20: $i] :
      ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
                          | ~ ( empty @ ( sK17_B @ SV20 ) ) )
                    | ~ ( relation @ ( sK17_B @ SV20 ) ) )
              | ~ ( function @ ( sK17_B @ SV20 ) ) )
        | ~ ( one_to_one @ ( sK17_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[816]) ).

thf(823,plain,
    ( ( ~ ( ~ ( relation @ empty_set )
          | ~ ( relation_empty_yielding @ empty_set ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[818]) ).

thf(824,plain,
    ( ( function @ empty_set )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[819]) ).

thf(825,plain,
    ( ( function @ sK15_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[820]) ).

thf(826,plain,
    ( ( relation @ sK15_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[821]) ).

thf(827,plain,
    ! [SV20: $i] :
      ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
                          | ~ ( empty @ ( sK17_B @ SV20 ) ) )
                    | ~ ( relation @ ( sK17_B @ SV20 ) ) )
              | ~ ( function @ ( sK17_B @ SV20 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[822]) ).

thf(828,plain,
    ! [SV20: $i] :
      ( ( ~ ( one_to_one @ ( sK17_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[822]) ).

thf(829,plain,
    ( ( ~ ( relation @ empty_set )
      | ~ ( relation_empty_yielding @ empty_set ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[823]) ).

thf(830,plain,
    ! [SV20: $i] :
      ( ( ~ ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
                        | ~ ( empty @ ( sK17_B @ SV20 ) ) )
                  | ~ ( relation @ ( sK17_B @ SV20 ) ) )
            | ~ ( function @ ( sK17_B @ SV20 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[827]) ).

thf(831,plain,
    ! [SV20: $i] :
      ( ( one_to_one @ ( sK17_B @ SV20 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[828]) ).

thf(832,plain,
    ( ( ~ ( relation @ empty_set ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[829]) ).

thf(833,plain,
    ( ( ~ ( relation_empty_yielding @ empty_set ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[829]) ).

thf(834,plain,
    ! [SV20: $i] :
      ( ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
                    | ~ ( empty @ ( sK17_B @ SV20 ) ) )
              | ~ ( relation @ ( sK17_B @ SV20 ) ) )
        | ~ ( function @ ( sK17_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[830]) ).

thf(835,plain,
    ( ( relation @ empty_set )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[832]) ).

thf(836,plain,
    ( ( relation_empty_yielding @ empty_set )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[833]) ).

thf(837,plain,
    ! [SV20: $i] :
      ( ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
                    | ~ ( empty @ ( sK17_B @ SV20 ) ) )
              | ~ ( relation @ ( sK17_B @ SV20 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[834]) ).

thf(838,plain,
    ! [SV20: $i] :
      ( ( ~ ( function @ ( sK17_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[834]) ).

thf(839,plain,
    ! [SV20: $i] :
      ( ( ~ ( ~ ~ ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
                  | ~ ( empty @ ( sK17_B @ SV20 ) ) )
            | ~ ( relation @ ( sK17_B @ SV20 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[837]) ).

thf(840,plain,
    ! [SV20: $i] :
      ( ( function @ ( sK17_B @ SV20 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[838]) ).

thf(841,plain,
    ! [SV20: $i] :
      ( ( ~ ~ ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
              | ~ ( empty @ ( sK17_B @ SV20 ) ) )
        | ~ ( relation @ ( sK17_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[839]) ).

thf(842,plain,
    ! [SV20: $i] :
      ( ( ~ ~ ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
              | ~ ( empty @ ( sK17_B @ SV20 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[841]) ).

thf(843,plain,
    ! [SV20: $i] :
      ( ( ~ ( relation @ ( sK17_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[841]) ).

thf(844,plain,
    ! [SV20: $i] :
      ( ( ~ ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
            | ~ ( empty @ ( sK17_B @ SV20 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[842]) ).

thf(845,plain,
    ! [SV20: $i] :
      ( ( relation @ ( sK17_B @ SV20 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[843]) ).

thf(846,plain,
    ! [SV20: $i] :
      ( ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
        | ~ ( empty @ ( sK17_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[844]) ).

thf(847,plain,
    ! [SV20: $i] :
      ( ( ~ ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[846]) ).

thf(848,plain,
    ! [SV20: $i] :
      ( ( ~ ( empty @ ( sK17_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[846]) ).

thf(849,plain,
    ! [SV20: $i] :
      ( ( element @ ( sK17_B @ SV20 ) @ ( powerset @ SV20 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[847]) ).

thf(850,plain,
    ! [SV20: $i] :
      ( ( empty @ ( sK17_B @ SV20 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[848]) ).

thf(851,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[178,850,849,845,840,836,835,831,826,825,824,817,811,810,809,807,800,799,798,797,794,793,789,788,782,781,777,775,767,765,764,762,752,749,739,735,723,721,719,718,715,713,712,711,700,698,697,694,692,691,690,674,670,663,653,650,630,629,624,623,621,620,619,618,617,616,614,613,612,611,608,606,604,596,595,591,588,587,584,583,582,581,580,576,575,574,571,569,566,562,531,509,506,505,503,494,489,473,472,467,458,454,452,451,449,448,447,445,443,441,439,435,433,431,429,423,419,416,415,414,411,409,408,403,399,397,393,389,382,381,380,310,270,262,261,260,258,217,216,190]) ).

thf(852,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[851]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : SEU294+3 : TPTP v8.1.0. Released v3.2.0.
% 0.03/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.34  % Computer : n003.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Mon Jun 20 09:21:44 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.19/0.37  
% 0.19/0.37   No.of.Axioms: 53
% 0.19/0.37  
% 0.19/0.37   Length.of.Defs: 0
% 0.19/0.37  
% 0.19/0.37   Contains.Choice.Funs: false
% 0.19/0.38  .
% 0.19/0.39  (rf:0,axioms:53,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:55,loop_count:0,foatp_calls:0,translation:fof_full)..............................
% 0.40/0.59  
% 0.40/0.59  ********************************
% 0.40/0.59  *   All subproblems solved!    *
% 0.40/0.59  ********************************
% 0.40/0.59  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:55,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:851,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.59/0.77  
% 0.59/0.77  %**** Beginning of derivation protocol ****
% 0.59/0.77  % SZS output start CNFRefutation
% See solution above
% 0.59/0.78  
% 0.59/0.78  %**** End of derivation protocol ****
% 0.59/0.78  %**** no. of clauses in derivation: 852 ****
% 0.59/0.78  %**** clause counter: 851 ****
% 0.59/0.78  
% 0.59/0.78  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:55,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:851,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------