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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : SEU118+1 : 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 : n028.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:06:46 EDT 2022

% Result   : Theorem 0.19s 0.54s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   34
%            Number of leaves      :   65
% Syntax   : Number of formulae    :  488 ( 302 unt;  32 typ;   0 def)
%            Number of atoms       : 2693 ( 712 equ;   0 cnn)
%            Maximal formula atoms :   10 (   5 avg)
%            Number of connectives : 5003 (1301   ~; 787   |; 138   &;2729   @)
%                                         (   6 <=>;  42  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   29 (  29   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   35 (  32 usr;   9 con; 0-2 aty)
%            Number of variables   :  743 (   0   ^ 723   !;  20   ?; 743   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_cap_closed,type,
    cap_closed: $i > $o ).

thf(tp_cup_closed,type,
    cup_closed: $i > $o ).

thf(tp_diff_closed,type,
    diff_closed: $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_finite_subsets,type,
    finite_subsets: $i > $i ).

thf(tp_function,type,
    function: $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_powerset,type,
    powerset: $i > $i ).

thf(tp_preboolean,type,
    preboolean: $i > $o ).

thf(tp_relation,type,
    relation: $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_C,type,
    sK13_C: $i > $i > $i ).

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

thf(tp_sK2_SY55,type,
    sK2_SY55: $i ).

thf(tp_sK3_B,type,
    sK3_B: $i > $i ).

thf(tp_sK4_B,type,
    sK4_B: $i > $i ).

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

thf(tp_sK6_B,type,
    sK6_B: $i > $i ).

thf(tp_sK7_B,type,
    sK7_B: $i > $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(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 @ B )
        & ( finite @ B ) )
     => ( finite @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t13_finset_1) ).

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

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

thf(12,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(13,axiom,
    ? [A: $i] :
      ~ ( empty @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc2_xboole_0) ).

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

thf(15,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(16,axiom,
    ? [A: $i] : ( empty @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc1_xboole_0) ).

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

thf(18,axiom,
    ? [A: $i] :
      ( ~ ( empty @ A )
      & ( cup_closed @ A )
      & ( cap_closed @ A )
      & ( diff_closed @ A )
      & ( preboolean @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc1_finsub_1) ).

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

thf(20,axiom,
    ! [A: $i] :
      ( ~ ( empty @ ( finite_subsets @ A ) )
      & ( cup_closed @ ( finite_subsets @ A ) )
      & ( diff_closed @ ( finite_subsets @ A ) )
      & ( preboolean @ ( finite_subsets @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fc2_finsub_1) ).

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

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

thf(23,axiom,
    ! [A: $i] :
      ( ~ ( empty @ ( powerset @ A ) )
      & ( cup_closed @ ( powerset @ A ) )
      & ( diff_closed @ ( powerset @ A ) )
      & ( preboolean @ ( powerset @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fc1_finsub_1) ).

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

thf(25,axiom,
    ! [A: $i] : ( preboolean @ ( finite_subsets @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',dt_k5_finsub_1) ).

thf(26,axiom,
    ! [A: $i,B: $i] :
      ( ( preboolean @ B )
     => ( ( B
          = ( finite_subsets @ A ) )
      <=> ! [C: $i] :
            ( ( in @ C @ B )
          <=> ( ( subset @ C @ A )
              & ( finite @ C ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',d5_finsub_1) ).

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

thf(28,axiom,
    ! [A: $i] :
      ( ( ( cup_closed @ A )
        & ( diff_closed @ A ) )
     => ( preboolean @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cc2_finsub_1) ).

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

thf(30,axiom,
    ! [A: $i] :
      ( ( preboolean @ A )
     => ( ( cup_closed @ A )
        & ( diff_closed @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cc1_finsub_1) ).

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

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

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

thf(34,negated_conjecture,
    ( ( ! [A: $i,B: $i] :
          ( ( element @ B @ ( powerset @ A ) )
         => ( ( finite @ A )
           => ( element @ B @ ( finite_subsets @ A ) ) ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[33]) ).

thf(35,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( element @ B @ ( powerset @ A ) )
         => ( ( finite @ A )
           => ( element @ B @ ( finite_subsets @ A ) ) ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[34]) ).

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

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

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

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

thf(40,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(41,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( element @ A @ ( powerset @ B ) )
        <=> ( subset @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

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

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

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

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

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

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

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

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

thf(50,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)],[15]) ).

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

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

thf(53,plain,
    ( ( ? [A: $i] :
          ( ~ ( empty @ A )
          & ( cup_closed @ A )
          & ( cap_closed @ A )
          & ( diff_closed @ A )
          & ( preboolean @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[18]) ).

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

thf(55,plain,
    ( ( ! [A: $i] :
          ( ~ ( empty @ ( finite_subsets @ A ) )
          & ( cup_closed @ ( finite_subsets @ A ) )
          & ( diff_closed @ ( finite_subsets @ A ) )
          & ( preboolean @ ( finite_subsets @ A ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[20]) ).

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

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

thf(58,plain,
    ( ( ! [A: $i] :
          ( ~ ( empty @ ( powerset @ A ) )
          & ( cup_closed @ ( powerset @ A ) )
          & ( diff_closed @ ( powerset @ A ) )
          & ( preboolean @ ( powerset @ A ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[23]) ).

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

thf(60,plain,
    ( ( ! [A: $i] : ( preboolean @ ( finite_subsets @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[25]) ).

thf(61,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( preboolean @ B )
         => ( ( B
              = ( finite_subsets @ A ) )
          <=> ! [C: $i] :
                ( ( in @ C @ B )
              <=> ( ( subset @ C @ A )
                  & ( finite @ C ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[26]) ).

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

thf(63,plain,
    ( ( ! [A: $i] :
          ( ( ( cup_closed @ A )
            & ( diff_closed @ A ) )
         => ( preboolean @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[28]) ).

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

thf(65,plain,
    ( ( ! [A: $i] :
          ( ( preboolean @ A )
         => ( ( cup_closed @ A )
            & ( diff_closed @ A ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[30]) ).

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

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

thf(68,plain,
    ( ( ! [SY55: $i] :
          ( ( element @ SY55 @ ( powerset @ sK1_A ) )
         => ( ( finite @ sK1_A )
           => ( element @ SY55 @ ( finite_subsets @ sK1_A ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[35]) ).

thf(69,plain,
    ( ( ( element @ sK2_SY55 @ ( powerset @ sK1_A ) )
     => ( ( finite @ sK1_A )
       => ( element @ sK2_SY55 @ ( finite_subsets @ sK1_A ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[68]) ).

thf(70,plain,
    ( ( element @ sK2_SY55 @ ( powerset @ sK1_A ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[69]) ).

thf(71,plain,
    ( ( finite @ sK1_A )
    = $true ),
    inference(standard_cnf,[status(thm)],[69]) ).

thf(72,plain,
    ( ( element @ sK2_SY55 @ ( finite_subsets @ sK1_A ) )
    = $false ),
    inference(standard_cnf,[status(thm)],[69]) ).

thf(73,plain,
    ( ( ~ ( element @ sK2_SY55 @ ( finite_subsets @ sK1_A ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[72]) ).

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

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

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

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

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

thf(79,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)],[41]) ).

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

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

thf(82,plain,
    ( ( ! [A: $i] :
          ( ! [B: $i] :
              ( ~ ( finite @ B )
              | ~ ( subset @ A @ B ) )
          | ( finite @ A ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[44]) ).

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

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

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

thf(86,plain,
    ( ( ~ ( empty @ sK5_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[48]) ).

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

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

thf(89,plain,
    ( ( empty @ sK8_A )
    = $true ),
    inference(extcnf_combined,[status(esa)],[51]) ).

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

thf(91,plain,
    ( ( ~ ( empty @ sK10_A )
      & ( cup_closed @ sK10_A )
      & ( cap_closed @ sK10_A )
      & ( diff_closed @ sK10_A )
      & ( preboolean @ sK10_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[53]) ).

thf(92,plain,
    ( ( ~ ( empty @ sK11_A )
      & ( finite @ sK11_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[54]) ).

thf(93,plain,
    ( ( ! [A: $i] :
          ~ ( empty @ ( finite_subsets @ A ) )
      & ! [A: $i] : ( cup_closed @ ( finite_subsets @ A ) )
      & ! [A: $i] : ( diff_closed @ ( finite_subsets @ A ) )
      & ! [A: $i] : ( preboolean @ ( finite_subsets @ A ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[55]) ).

thf(94,plain,
    ( ( ! [A: $i] :
          ~ ( empty @ ( powerset @ A ) )
      & ! [A: $i] : ( cup_closed @ ( powerset @ A ) )
      & ! [A: $i] : ( diff_closed @ ( powerset @ A ) )
      & ! [A: $i] : ( preboolean @ ( powerset @ A ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[58]) ).

thf(95,plain,
    ( ( ! [A: $i] : ( element @ ( sK12_B @ A ) @ A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[59]) ).

thf(96,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( preboolean @ B )
          | ( ( ~ ( finite @ ( sK13_C @ B @ A ) )
              | ~ ( subset @ ( sK13_C @ B @ A ) @ A )
              | ~ ( in @ ( sK13_C @ B @ A ) @ B ) )
            & ( ( finite @ ( sK13_C @ B @ A ) )
              | ( in @ ( sK13_C @ B @ A ) @ B ) )
            & ( ( subset @ ( sK13_C @ B @ A ) @ A )
              | ( in @ ( sK13_C @ B @ A ) @ B ) ) )
          | ( B
            = ( finite_subsets @ A ) ) )
      & ! [A: $i,B: $i] :
          ( ~ ( preboolean @ B )
          | ( B
           != ( finite_subsets @ A ) )
          | ( ! [C: $i] :
                ( ~ ( finite @ C )
                | ~ ( subset @ C @ A )
                | ( in @ C @ B ) )
            & ! [C: $i] :
                ( ~ ( in @ C @ B )
                | ( finite @ C ) )
            & ! [C: $i] :
                ( ~ ( in @ C @ B )
                | ( subset @ C @ A ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[61]) ).

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

thf(98,plain,
    ( ( ! [A: $i] :
          ( ~ ( cup_closed @ A )
          | ~ ( diff_closed @ A )
          | ( preboolean @ A ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[63]) ).

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

thf(100,plain,
    ( ( ! [A: $i] :
          ( ~ ( preboolean @ A )
          | ( cup_closed @ A ) )
      & ! [A: $i] :
          ( ~ ( preboolean @ A )
          | ( diff_closed @ A ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[65]) ).

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

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

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

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

thf(105,plain,
    ( ( ! [A: $i] :
          ( ~ ( preboolean @ A )
          | ( cup_closed @ A ) )
      & ! [A: $i] :
          ( ~ ( preboolean @ A )
          | ( diff_closed @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[100]) ).

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

thf(107,plain,
    ( ( ! [A: $i] :
          ( ~ ( cup_closed @ A )
          | ~ ( diff_closed @ A )
          | ( preboolean @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[98]) ).

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

thf(109,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( preboolean @ B )
          | ( ( ~ ( finite @ ( sK13_C @ B @ A ) )
              | ~ ( subset @ ( sK13_C @ B @ A ) @ A )
              | ~ ( in @ ( sK13_C @ B @ A ) @ B ) )
            & ( ( finite @ ( sK13_C @ B @ A ) )
              | ( in @ ( sK13_C @ B @ A ) @ B ) )
            & ( ( subset @ ( sK13_C @ B @ A ) @ A )
              | ( in @ ( sK13_C @ B @ A ) @ B ) ) )
          | ( B
            = ( finite_subsets @ A ) ) )
      & ! [A: $i,B: $i] :
          ( ~ ( preboolean @ B )
          | ( B
           != ( finite_subsets @ A ) )
          | ( ! [C: $i] :
                ( ~ ( finite @ C )
                | ~ ( subset @ C @ A )
                | ( in @ C @ B ) )
            & ! [C: $i] :
                ( ~ ( in @ C @ B )
                | ( finite @ C ) )
            & ! [C: $i] :
                ( ~ ( in @ C @ B )
                | ( subset @ C @ A ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[96]) ).

thf(110,plain,
    ( ( ! [A: $i] : ( preboolean @ ( finite_subsets @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[60]) ).

thf(111,plain,
    ( ( ! [A: $i] : ( element @ ( sK12_B @ A ) @ A ) )
    = $true ),
    inference(copy,[status(thm)],[95]) ).

thf(112,plain,
    ( ( ! [A: $i] :
          ~ ( empty @ ( powerset @ A ) )
      & ! [A: $i] : ( cup_closed @ ( powerset @ A ) )
      & ! [A: $i] : ( diff_closed @ ( powerset @ A ) )
      & ! [A: $i] : ( preboolean @ ( powerset @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[94]) ).

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

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

thf(115,plain,
    ( ( ! [A: $i] :
          ~ ( empty @ ( finite_subsets @ A ) )
      & ! [A: $i] : ( cup_closed @ ( finite_subsets @ A ) )
      & ! [A: $i] : ( diff_closed @ ( finite_subsets @ A ) )
      & ! [A: $i] : ( preboolean @ ( finite_subsets @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[93]) ).

thf(116,plain,
    ( ( ~ ( empty @ sK11_A )
      & ( finite @ sK11_A ) )
    = $true ),
    inference(copy,[status(thm)],[92]) ).

thf(117,plain,
    ( ( ~ ( empty @ sK10_A )
      & ( cup_closed @ sK10_A )
      & ( cap_closed @ sK10_A )
      & ( diff_closed @ sK10_A )
      & ( preboolean @ sK10_A ) )
    = $true ),
    inference(copy,[status(thm)],[91]) ).

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

thf(119,plain,
    ( ( empty @ sK8_A )
    = $true ),
    inference(copy,[status(thm)],[89]) ).

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

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

thf(122,plain,
    ( ( ~ ( empty @ sK5_A ) )
    = $true ),
    inference(copy,[status(thm)],[86]) ).

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

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

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

thf(126,plain,
    ( ( ! [A: $i] :
          ( ! [B: $i] :
              ( ~ ( finite @ B )
              | ~ ( subset @ A @ B ) )
          | ( finite @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[82]) ).

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

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

thf(129,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)],[79]) ).

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

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

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

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

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

thf(135,plain,
    ( ( finite @ sK1_A )
    = $true ),
    inference(copy,[status(thm)],[71]) ).

thf(136,plain,
    ( ( element @ sK2_SY55 @ ( powerset @ sK1_A ) )
    = $true ),
    inference(copy,[status(thm)],[70]) ).

thf(137,plain,
    ( ( ~ ( element @ sK2_SY55 @ ( finite_subsets @ sK1_A ) ) )
    = $true ),
    inference(copy,[status(thm)],[73]) ).

thf(138,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                            ~ ( empty @ ( finite_subsets @ SX0 ) )
                      | ~ ! [SX0: $i] : ( cup_closed @ ( finite_subsets @ SX0 ) ) )
                | ~ ! [SX0: $i] : ( diff_closed @ ( finite_subsets @ SX0 ) ) )
          | ~ ! [SX0: $i] : ( preboolean @ ( finite_subsets @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[115]) ).

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

thf(140,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                            ~ ( empty @ ( powerset @ SX0 ) )
                      | ~ ! [SX0: $i] : ( cup_closed @ ( powerset @ SX0 ) ) )
                | ~ ! [SX0: $i] : ( diff_closed @ ( powerset @ SX0 ) ) )
          | ~ ! [SX0: $i] : ( preboolean @ ( powerset @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[112]) ).

thf(141,plain,
    ( ( ~ ( ~ ~ ( empty @ sK11_A )
          | ~ ( finite @ sK11_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[116]) ).

thf(142,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( preboolean @ SX1 )
                | ~ ( ~ ( ~ ( finite @ ( sK13_C @ SX1 @ SX0 ) )
                        | ~ ( subset @ ( sK13_C @ SX1 @ SX0 ) @ SX0 )
                        | ~ ( in @ ( sK13_C @ SX1 @ SX0 ) @ SX1 ) )
                    | ~ ~ ( ~ ( ( finite @ ( sK13_C @ SX1 @ SX0 ) )
                              | ( in @ ( sK13_C @ SX1 @ SX0 ) @ SX1 ) )
                          | ~ ( ( subset @ ( sK13_C @ SX1 @ SX0 ) @ SX0 )
                              | ( in @ ( sK13_C @ SX1 @ SX0 ) @ SX1 ) ) ) )
                | ( SX1
                  = ( finite_subsets @ SX0 ) ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( preboolean @ SX1 )
                | ( SX1
                 != ( finite_subsets @ SX0 ) )
                | ~ ( ~ ! [SX2: $i] :
                          ( ~ ( finite @ SX2 )
                          | ~ ( subset @ SX2 @ SX0 )
                          | ( in @ SX2 @ SX1 ) )
                    | ~ ~ ( ~ ! [SX2: $i] :
                                ( ~ ( in @ SX2 @ SX1 )
                                | ( finite @ SX2 ) )
                          | ~ ! [SX2: $i] :
                                ( ~ ( in @ SX2 @ SX1 )
                                | ( subset @ SX2 @ SX0 ) ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[109]) ).

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

thf(144,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)],[129]) ).

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

thf(146,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( empty @ sK10_A )
                            | ~ ( cup_closed @ sK10_A ) )
                      | ~ ( cap_closed @ sK10_A ) )
                | ~ ( diff_closed @ sK10_A ) )
          | ~ ( preboolean @ sK10_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[117]) ).

thf(147,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( preboolean @ SX0 )
                | ( cup_closed @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ~ ( preboolean @ SX0 )
                | ( diff_closed @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[105]) ).

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

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

thf(150,plain,
    ! [SV1: $i] :
      ( ( ! [SY56: $i] :
            ( ~ ( in @ SV1 @ SY56 )
            | ~ ( in @ SY56 @ SV1 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[103]) ).

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

thf(152,plain,
    ! [SV3: $i] :
      ( ( ~ ( finite @ SV3 )
        | ! [SY57: $i] :
            ( ~ ( element @ SY57 @ ( powerset @ SV3 ) )
            | ( finite @ SY57 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[106]) ).

thf(153,plain,
    ! [SV4: $i] :
      ( ( ~ ( cup_closed @ SV4 )
        | ~ ( diff_closed @ SV4 )
        | ( preboolean @ SV4 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[107]) ).

thf(154,plain,
    ! [SV5: $i] :
      ( ( ! [SY58: $i] :
            ( ~ ( element @ SY58 @ ( finite_subsets @ SV5 ) )
            | ( finite @ SY58 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[108]) ).

thf(155,plain,
    ! [SV6: $i] :
      ( ( preboolean @ ( finite_subsets @ SV6 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[110]) ).

thf(156,plain,
    ! [SV7: $i] :
      ( ( element @ ( sK12_B @ SV7 ) @ SV7 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[111]) ).

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

thf(158,plain,
    ( ( empty @ sK5_A )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[122]) ).

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

thf(160,plain,
    ! [SV10: $i] :
      ( ( ! [SY59: $i] :
            ( ~ ( finite @ SY59 )
            | ~ ( subset @ SV10 @ SY59 ) )
        | ( finite @ SV10 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[126]) ).

thf(161,plain,
    ! [SV11: $i] :
      ( ( ! [SY60: $i] :
            ( ~ ( in @ SV11 @ SY60 )
            | ( element @ SV11 @ SY60 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[127]) ).

thf(162,plain,
    ! [SV12: $i] :
      ( ( ! [SY61: $i] :
            ( ~ ( element @ SV12 @ SY61 )
            | ( empty @ SY61 )
            | ( in @ SV12 @ SY61 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[128]) ).

thf(163,plain,
    ! [SV13: $i] :
      ( ( ! [SY62: $i,SY63: $i] :
            ( ~ ( element @ SY62 @ ( powerset @ SY63 ) )
            | ~ ( in @ SV13 @ SY62 )
            | ( element @ SV13 @ SY63 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[130]) ).

thf(164,plain,
    ! [SV14: $i] :
      ( ( ! [SY64: $i,SY65: $i] :
            ( ~ ( element @ SY64 @ ( powerset @ SY65 ) )
            | ~ ( in @ SV14 @ SY64 )
            | ~ ( empty @ SY65 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[131]) ).

thf(165,plain,
    ! [SV15: $i] :
      ( ( ~ ( empty @ SV15 )
        | ( SV15 = empty_set ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[132]) ).

thf(166,plain,
    ! [SV16: $i] :
      ( ( ! [SY66: $i] :
            ( ~ ( empty @ SY66 )
            | ~ ( in @ SV16 @ SY66 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[133]) ).

thf(167,plain,
    ! [SV17: $i] :
      ( ( ! [SY67: $i] :
            ( ( SV17 = SY67 )
            | ~ ( empty @ SV17 )
            | ~ ( empty @ SY67 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[134]) ).

thf(168,plain,
    ( ( element @ sK2_SY55 @ ( finite_subsets @ sK1_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[137]) ).

thf(169,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                        ~ ( empty @ ( finite_subsets @ SX0 ) )
                  | ~ ! [SX0: $i] : ( cup_closed @ ( finite_subsets @ SX0 ) ) )
            | ~ ! [SX0: $i] : ( diff_closed @ ( finite_subsets @ SX0 ) ) )
      | ~ ! [SX0: $i] : ( preboolean @ ( finite_subsets @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[138]) ).

thf(170,plain,
    ! [SV18: $i] :
      ( ( ( empty @ SV18 )
        | ~ ( ~ ~ ( ~ ( element @ ( sK4_B @ SV18 ) @ ( powerset @ SV18 ) )
                  | ~ ~ ( empty @ ( sK4_B @ SV18 ) ) )
            | ~ ( finite @ ( sK4_B @ SV18 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[139]) ).

thf(171,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                        ~ ( empty @ ( powerset @ SX0 ) )
                  | ~ ! [SX0: $i] : ( cup_closed @ ( powerset @ SX0 ) ) )
            | ~ ! [SX0: $i] : ( diff_closed @ ( powerset @ SX0 ) ) )
      | ~ ! [SX0: $i] : ( preboolean @ ( powerset @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[140]) ).

thf(172,plain,
    ( ( ~ ~ ( empty @ sK11_A )
      | ~ ( finite @ sK11_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[141]) ).

thf(173,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( preboolean @ SX1 )
            | ~ ( ~ ( ~ ( finite @ ( sK13_C @ SX1 @ SX0 ) )
                    | ~ ( subset @ ( sK13_C @ SX1 @ SX0 ) @ SX0 )
                    | ~ ( in @ ( sK13_C @ SX1 @ SX0 ) @ SX1 ) )
                | ~ ~ ( ~ ( ( finite @ ( sK13_C @ SX1 @ SX0 ) )
                          | ( in @ ( sK13_C @ SX1 @ SX0 ) @ SX1 ) )
                      | ~ ( ( subset @ ( sK13_C @ SX1 @ SX0 ) @ SX0 )
                          | ( in @ ( sK13_C @ SX1 @ SX0 ) @ SX1 ) ) ) )
            | ( SX1
              = ( finite_subsets @ SX0 ) ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( preboolean @ SX1 )
            | ( SX1
             != ( finite_subsets @ SX0 ) )
            | ~ ( ~ ! [SX2: $i] :
                      ( ~ ( finite @ SX2 )
                      | ~ ( subset @ SX2 @ SX0 )
                      | ( in @ SX2 @ SX1 ) )
                | ~ ~ ( ~ ! [SX2: $i] :
                            ( ~ ( in @ SX2 @ SX1 )
                            | ( finite @ SX2 ) )
                      | ~ ! [SX2: $i] :
                            ( ~ ( in @ SX2 @ SX1 )
                            | ( subset @ SX2 @ SX0 ) ) ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[142]) ).

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

thf(175,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)],[144]) ).

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

thf(177,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( empty @ sK10_A )
                        | ~ ( cup_closed @ sK10_A ) )
                  | ~ ( cap_closed @ sK10_A ) )
            | ~ ( diff_closed @ sK10_A ) )
      | ~ ( preboolean @ sK10_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[146]) ).

thf(178,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( preboolean @ SX0 )
            | ( cup_closed @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ~ ( preboolean @ SX0 )
            | ( diff_closed @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[147]) ).

thf(179,plain,
    ! [SV21: $i] :
      ( ( ( empty @ SV21 )
        | ~ ( ~ ~ ( ~ ( element @ ( sK3_B @ SV21 ) @ ( powerset @ SV21 ) )
                  | ~ ~ ( empty @ ( sK3_B @ SV21 ) ) )
            | ~ ( finite @ ( sK3_B @ SV21 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[148]) ).

thf(180,plain,
    ! [SV22: $i] :
      ( ( ~ ( ~ ( element @ ( sK6_B @ SV22 ) @ ( powerset @ SV22 ) )
            | ~ ( empty @ ( sK6_B @ SV22 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[149]) ).

thf(181,plain,
    ! [SV23: $i,SV1: $i] :
      ( ( ~ ( in @ SV1 @ SV23 )
        | ~ ( in @ SV23 @ SV1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[150]) ).

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

thf(183,plain,
    ! [SV3: $i] :
      ( ( ( ~ ( finite @ SV3 ) )
        = $true )
      | ( ( ! [SY57: $i] :
              ( ~ ( element @ SY57 @ ( powerset @ SV3 ) )
              | ( finite @ SY57 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[152]) ).

thf(184,plain,
    ! [SV4: $i] :
      ( ( ( ~ ( cup_closed @ SV4 )
          | ~ ( diff_closed @ SV4 ) )
        = $true )
      | ( ( preboolean @ SV4 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[153]) ).

thf(185,plain,
    ! [SV5: $i,SV24: $i] :
      ( ( ~ ( element @ SV24 @ ( finite_subsets @ SV5 ) )
        | ( finite @ SV24 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[154]) ).

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

thf(187,plain,
    ! [SV10: $i] :
      ( ( ( ! [SY59: $i] :
              ( ~ ( finite @ SY59 )
              | ~ ( subset @ SV10 @ SY59 ) ) )
        = $true )
      | ( ( finite @ SV10 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[160]) ).

thf(188,plain,
    ! [SV25: $i,SV11: $i] :
      ( ( ~ ( in @ SV11 @ SV25 )
        | ( element @ SV11 @ SV25 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[161]) ).

thf(189,plain,
    ! [SV26: $i,SV12: $i] :
      ( ( ~ ( element @ SV12 @ SV26 )
        | ( empty @ SV26 )
        | ( in @ SV12 @ SV26 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[162]) ).

thf(190,plain,
    ! [SV13: $i,SV27: $i] :
      ( ( ! [SY68: $i] :
            ( ~ ( element @ SV27 @ ( powerset @ SY68 ) )
            | ~ ( in @ SV13 @ SV27 )
            | ( element @ SV13 @ SY68 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[163]) ).

thf(191,plain,
    ! [SV14: $i,SV28: $i] :
      ( ( ! [SY69: $i] :
            ( ~ ( element @ SV28 @ ( powerset @ SY69 ) )
            | ~ ( in @ SV14 @ SV28 )
            | ~ ( empty @ SY69 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[164]) ).

thf(192,plain,
    ! [SV15: $i] :
      ( ( ( ~ ( empty @ SV15 ) )
        = $true )
      | ( ( SV15 = empty_set )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[165]) ).

thf(193,plain,
    ! [SV16: $i,SV29: $i] :
      ( ( ~ ( empty @ SV29 )
        | ~ ( in @ SV16 @ SV29 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[166]) ).

thf(194,plain,
    ! [SV30: $i,SV17: $i] :
      ( ( ( SV17 = SV30 )
        | ~ ( empty @ SV17 )
        | ~ ( empty @ SV30 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[167]) ).

thf(195,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                        ~ ( empty @ ( finite_subsets @ SX0 ) )
                  | ~ ! [SX0: $i] : ( cup_closed @ ( finite_subsets @ SX0 ) ) )
            | ~ ! [SX0: $i] : ( diff_closed @ ( finite_subsets @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[169]) ).

thf(196,plain,
    ( ( ~ ! [SX0: $i] : ( preboolean @ ( finite_subsets @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[169]) ).

thf(197,plain,
    ! [SV18: $i] :
      ( ( ( empty @ SV18 )
        = $true )
      | ( ( ~ ( ~ ~ ( ~ ( element @ ( sK4_B @ SV18 ) @ ( powerset @ SV18 ) )
                    | ~ ~ ( empty @ ( sK4_B @ SV18 ) ) )
              | ~ ( finite @ ( sK4_B @ SV18 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[170]) ).

thf(198,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                        ~ ( empty @ ( powerset @ SX0 ) )
                  | ~ ! [SX0: $i] : ( cup_closed @ ( powerset @ SX0 ) ) )
            | ~ ! [SX0: $i] : ( diff_closed @ ( powerset @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[171]) ).

thf(199,plain,
    ( ( ~ ! [SX0: $i] : ( preboolean @ ( powerset @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[171]) ).

thf(200,plain,
    ( ( ~ ~ ( empty @ sK11_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[172]) ).

thf(201,plain,
    ( ( ~ ( finite @ sK11_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[172]) ).

thf(202,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( preboolean @ SX1 )
            | ~ ( ~ ( ~ ( finite @ ( sK13_C @ SX1 @ SX0 ) )
                    | ~ ( subset @ ( sK13_C @ SX1 @ SX0 ) @ SX0 )
                    | ~ ( in @ ( sK13_C @ SX1 @ SX0 ) @ SX1 ) )
                | ~ ~ ( ~ ( ( finite @ ( sK13_C @ SX1 @ SX0 ) )
                          | ( in @ ( sK13_C @ SX1 @ SX0 ) @ SX1 ) )
                      | ~ ( ( subset @ ( sK13_C @ SX1 @ SX0 ) @ SX0 )
                          | ( in @ ( sK13_C @ SX1 @ SX0 ) @ SX1 ) ) ) )
            | ( SX1
              = ( finite_subsets @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[173]) ).

thf(203,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( preboolean @ SX1 )
            | ( SX1
             != ( finite_subsets @ SX0 ) )
            | ~ ( ~ ! [SX2: $i] :
                      ( ~ ( finite @ SX2 )
                      | ~ ( subset @ SX2 @ SX0 )
                      | ( in @ SX2 @ SX1 ) )
                | ~ ~ ( ~ ! [SX2: $i] :
                            ( ~ ( in @ SX2 @ SX1 )
                            | ( finite @ SX2 ) )
                      | ~ ! [SX2: $i] :
                            ( ~ ( in @ SX2 @ SX1 )
                            | ( subset @ SX2 @ SX0 ) ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[173]) ).

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

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

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

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

thf(208,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( empty @ sK10_A )
                        | ~ ( cup_closed @ sK10_A ) )
                  | ~ ( cap_closed @ sK10_A ) )
            | ~ ( diff_closed @ sK10_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[177]) ).

thf(209,plain,
    ( ( ~ ( preboolean @ sK10_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[177]) ).

thf(210,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( preboolean @ SX0 )
            | ( cup_closed @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[178]) ).

thf(211,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( preboolean @ SX0 )
            | ( diff_closed @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[178]) ).

thf(212,plain,
    ! [SV21: $i] :
      ( ( ( empty @ SV21 )
        = $true )
      | ( ( ~ ( ~ ~ ( ~ ( element @ ( sK3_B @ SV21 ) @ ( powerset @ SV21 ) )
                    | ~ ~ ( empty @ ( sK3_B @ SV21 ) ) )
              | ~ ( finite @ ( sK3_B @ SV21 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[179]) ).

thf(213,plain,
    ! [SV22: $i] :
      ( ( ~ ( element @ ( sK6_B @ SV22 ) @ ( powerset @ SV22 ) )
        | ~ ( empty @ ( sK6_B @ SV22 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[180]) ).

thf(214,plain,
    ! [SV23: $i,SV1: $i] :
      ( ( ( ~ ( in @ SV1 @ SV23 ) )
        = $true )
      | ( ( ~ ( in @ SV23 @ SV1 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[181]) ).

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

thf(216,plain,
    ! [SV3: $i] :
      ( ( ( finite @ SV3 )
        = $false )
      | ( ( ! [SY57: $i] :
              ( ~ ( element @ SY57 @ ( powerset @ SV3 ) )
              | ( finite @ SY57 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[183]) ).

thf(217,plain,
    ! [SV4: $i] :
      ( ( ( ~ ( cup_closed @ SV4 ) )
        = $true )
      | ( ( ~ ( diff_closed @ SV4 ) )
        = $true )
      | ( ( preboolean @ SV4 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[184]) ).

thf(218,plain,
    ! [SV5: $i,SV24: $i] :
      ( ( ( ~ ( element @ SV24 @ ( finite_subsets @ SV5 ) ) )
        = $true )
      | ( ( finite @ SV24 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[185]) ).

thf(219,plain,
    ! [SV10: $i,SV31: $i] :
      ( ( ( ~ ( finite @ SV31 )
          | ~ ( subset @ SV10 @ SV31 ) )
        = $true )
      | ( ( finite @ SV10 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[187]) ).

thf(220,plain,
    ! [SV25: $i,SV11: $i] :
      ( ( ( ~ ( in @ SV11 @ SV25 ) )
        = $true )
      | ( ( element @ SV11 @ SV25 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[188]) ).

thf(221,plain,
    ! [SV26: $i,SV12: $i] :
      ( ( ( ~ ( element @ SV12 @ SV26 ) )
        = $true )
      | ( ( ( empty @ SV26 )
          | ( in @ SV12 @ SV26 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[189]) ).

thf(222,plain,
    ! [SV13: $i,SV32: $i,SV27: $i] :
      ( ( ~ ( element @ SV27 @ ( powerset @ SV32 ) )
        | ~ ( in @ SV13 @ SV27 )
        | ( element @ SV13 @ SV32 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[190]) ).

thf(223,plain,
    ! [SV14: $i,SV33: $i,SV28: $i] :
      ( ( ~ ( element @ SV28 @ ( powerset @ SV33 ) )
        | ~ ( in @ SV14 @ SV28 )
        | ~ ( empty @ SV33 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[191]) ).

thf(224,plain,
    ! [SV15: $i] :
      ( ( ( empty @ SV15 )
        = $false )
      | ( ( SV15 = empty_set )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[192]) ).

thf(225,plain,
    ! [SV16: $i,SV29: $i] :
      ( ( ( ~ ( empty @ SV29 ) )
        = $true )
      | ( ( ~ ( in @ SV16 @ SV29 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[193]) ).

thf(226,plain,
    ! [SV30: $i,SV17: $i] :
      ( ( ( ( SV17 = SV30 )
          | ~ ( empty @ SV17 ) )
        = $true )
      | ( ( ~ ( empty @ SV30 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[194]) ).

thf(227,plain,
    ( ( ~ ( ~ ~ ( ~ ! [SX0: $i] :
                      ~ ( empty @ ( finite_subsets @ SX0 ) )
                | ~ ! [SX0: $i] : ( cup_closed @ ( finite_subsets @ SX0 ) ) )
          | ~ ! [SX0: $i] : ( diff_closed @ ( finite_subsets @ SX0 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[195]) ).

thf(228,plain,
    ( ( ! [SX0: $i] : ( preboolean @ ( finite_subsets @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[196]) ).

thf(229,plain,
    ! [SV18: $i] :
      ( ( ( ~ ~ ( ~ ( element @ ( sK4_B @ SV18 ) @ ( powerset @ SV18 ) )
                | ~ ~ ( empty @ ( sK4_B @ SV18 ) ) )
          | ~ ( finite @ ( sK4_B @ SV18 ) ) )
        = $false )
      | ( ( empty @ SV18 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[197]) ).

thf(230,plain,
    ( ( ~ ( ~ ~ ( ~ ! [SX0: $i] :
                      ~ ( empty @ ( powerset @ SX0 ) )
                | ~ ! [SX0: $i] : ( cup_closed @ ( powerset @ SX0 ) ) )
          | ~ ! [SX0: $i] : ( diff_closed @ ( powerset @ SX0 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[198]) ).

thf(231,plain,
    ( ( ! [SX0: $i] : ( preboolean @ ( powerset @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[199]) ).

thf(232,plain,
    ( ( ~ ( empty @ sK11_A ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[200]) ).

thf(233,plain,
    ( ( finite @ sK11_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[201]) ).

thf(234,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( preboolean @ SX1 )
          | ~ ( ~ ( ~ ( finite @ ( sK13_C @ SX1 @ SX0 ) )
                  | ~ ( subset @ ( sK13_C @ SX1 @ SX0 ) @ SX0 )
                  | ~ ( in @ ( sK13_C @ SX1 @ SX0 ) @ SX1 ) )
              | ~ ~ ( ~ ( ( finite @ ( sK13_C @ SX1 @ SX0 ) )
                        | ( in @ ( sK13_C @ SX1 @ SX0 ) @ SX1 ) )
                    | ~ ( ( subset @ ( sK13_C @ SX1 @ SX0 ) @ SX0 )
                        | ( in @ ( sK13_C @ SX1 @ SX0 ) @ SX1 ) ) ) )
          | ( SX1
            = ( finite_subsets @ SX0 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[202]) ).

thf(235,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( preboolean @ SX1 )
          | ( SX1
           != ( finite_subsets @ SX0 ) )
          | ~ ( ~ ! [SX2: $i] :
                    ( ~ ( finite @ SX2 )
                    | ~ ( subset @ SX2 @ SX0 )
                    | ( in @ SX2 @ SX1 ) )
              | ~ ~ ( ~ ! [SX2: $i] :
                          ( ~ ( in @ SX2 @ SX1 )
                          | ( finite @ SX2 ) )
                    | ~ ! [SX2: $i] :
                          ( ~ ( in @ SX2 @ SX1 )
                          | ( subset @ SX2 @ SX0 ) ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[203]) ).

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

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

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

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

thf(240,plain,
    ! [SV20: $i] :
      ( ( ~ ( finite @ ( sK7_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[207]) ).

thf(241,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( empty @ sK10_A )
                      | ~ ( cup_closed @ sK10_A ) )
                | ~ ( cap_closed @ sK10_A ) )
          | ~ ( diff_closed @ sK10_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[208]) ).

thf(242,plain,
    ( ( preboolean @ sK10_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[209]) ).

thf(243,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( preboolean @ SX0 )
          | ( cup_closed @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[210]) ).

thf(244,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( preboolean @ SX0 )
          | ( diff_closed @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[211]) ).

thf(245,plain,
    ! [SV21: $i] :
      ( ( ( ~ ~ ( ~ ( element @ ( sK3_B @ SV21 ) @ ( powerset @ SV21 ) )
                | ~ ~ ( empty @ ( sK3_B @ SV21 ) ) )
          | ~ ( finite @ ( sK3_B @ SV21 ) ) )
        = $false )
      | ( ( empty @ SV21 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[212]) ).

thf(246,plain,
    ! [SV22: $i] :
      ( ( ~ ( element @ ( sK6_B @ SV22 ) @ ( powerset @ SV22 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[213]) ).

thf(247,plain,
    ! [SV22: $i] :
      ( ( ~ ( empty @ ( sK6_B @ SV22 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[213]) ).

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

thf(249,plain,
    ! [SV3: $i,SV34: $i] :
      ( ( ( ~ ( element @ SV34 @ ( powerset @ SV3 ) )
          | ( finite @ SV34 ) )
        = $true )
      | ( ( finite @ SV3 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[216]) ).

thf(250,plain,
    ! [SV4: $i] :
      ( ( ( cup_closed @ SV4 )
        = $false )
      | ( ( ~ ( diff_closed @ SV4 ) )
        = $true )
      | ( ( preboolean @ SV4 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[217]) ).

thf(251,plain,
    ! [SV5: $i,SV24: $i] :
      ( ( ( element @ SV24 @ ( finite_subsets @ SV5 ) )
        = $false )
      | ( ( finite @ SV24 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[218]) ).

thf(252,plain,
    ! [SV10: $i,SV31: $i] :
      ( ( ( ~ ( finite @ SV31 ) )
        = $true )
      | ( ( ~ ( subset @ SV10 @ SV31 ) )
        = $true )
      | ( ( finite @ SV10 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[219]) ).

thf(253,plain,
    ! [SV25: $i,SV11: $i] :
      ( ( ( in @ SV11 @ SV25 )
        = $false )
      | ( ( element @ SV11 @ SV25 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[220]) ).

thf(254,plain,
    ! [SV26: $i,SV12: $i] :
      ( ( ( element @ SV12 @ SV26 )
        = $false )
      | ( ( ( empty @ SV26 )
          | ( in @ SV12 @ SV26 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[221]) ).

thf(255,plain,
    ! [SV13: $i,SV32: $i,SV27: $i] :
      ( ( ( ~ ( element @ SV27 @ ( powerset @ SV32 ) )
          | ~ ( in @ SV13 @ SV27 ) )
        = $true )
      | ( ( element @ SV13 @ SV32 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[222]) ).

thf(256,plain,
    ! [SV14: $i,SV33: $i,SV28: $i] :
      ( ( ( ~ ( element @ SV28 @ ( powerset @ SV33 ) )
          | ~ ( in @ SV14 @ SV28 ) )
        = $true )
      | ( ( ~ ( empty @ SV33 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[223]) ).

thf(257,plain,
    ! [SV16: $i,SV29: $i] :
      ( ( ( empty @ SV29 )
        = $false )
      | ( ( ~ ( in @ SV16 @ SV29 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[225]) ).

thf(258,plain,
    ! [SV30: $i,SV17: $i] :
      ( ( ( SV17 = SV30 )
        = $true )
      | ( ( ~ ( empty @ SV17 ) )
        = $true )
      | ( ( ~ ( empty @ SV30 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[226]) ).

thf(259,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ~ ( empty @ ( finite_subsets @ SX0 ) )
            | ~ ! [SX0: $i] : ( cup_closed @ ( finite_subsets @ SX0 ) ) )
      | ~ ! [SX0: $i] : ( diff_closed @ ( finite_subsets @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[227]) ).

thf(260,plain,
    ! [SV35: $i] :
      ( ( preboolean @ ( finite_subsets @ SV35 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[228]) ).

thf(261,plain,
    ! [SV18: $i] :
      ( ( ( ~ ~ ( ~ ( element @ ( sK4_B @ SV18 ) @ ( powerset @ SV18 ) )
                | ~ ~ ( empty @ ( sK4_B @ SV18 ) ) ) )
        = $false )
      | ( ( empty @ SV18 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[229]) ).

thf(262,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( finite @ ( sK4_B @ SV18 ) ) )
        = $false )
      | ( ( empty @ SV18 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[229]) ).

thf(263,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ~ ( empty @ ( powerset @ SX0 ) )
            | ~ ! [SX0: $i] : ( cup_closed @ ( powerset @ SX0 ) ) )
      | ~ ! [SX0: $i] : ( diff_closed @ ( powerset @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[230]) ).

thf(264,plain,
    ! [SV36: $i] :
      ( ( preboolean @ ( powerset @ SV36 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[231]) ).

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

thf(266,plain,
    ! [SV37: $i] :
      ( ( ! [SY70: $i] :
            ( ~ ( preboolean @ SY70 )
            | ~ ( ~ ( ~ ( finite @ ( sK13_C @ SY70 @ SV37 ) )
                    | ~ ( subset @ ( sK13_C @ SY70 @ SV37 ) @ SV37 )
                    | ~ ( in @ ( sK13_C @ SY70 @ SV37 ) @ SY70 ) )
                | ~ ~ ( ~ ( ( finite @ ( sK13_C @ SY70 @ SV37 ) )
                          | ( in @ ( sK13_C @ SY70 @ SV37 ) @ SY70 ) )
                      | ~ ( ( subset @ ( sK13_C @ SY70 @ SV37 ) @ SV37 )
                          | ( in @ ( sK13_C @ SY70 @ SV37 ) @ SY70 ) ) ) )
            | ( SY70
              = ( finite_subsets @ SV37 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[234]) ).

thf(267,plain,
    ! [SV38: $i] :
      ( ( ! [SY71: $i] :
            ( ~ ( preboolean @ SY71 )
            | ( SY71
             != ( finite_subsets @ SV38 ) )
            | ~ ( ~ ! [SY72: $i] :
                      ( ~ ( finite @ SY72 )
                      | ~ ( subset @ SY72 @ SV38 )
                      | ( in @ SY72 @ SY71 ) )
                | ~ ~ ( ~ ! [SX2: $i] :
                            ( ~ ( in @ SX2 @ SY71 )
                            | ( finite @ SX2 ) )
                      | ~ ! [SY74: $i] :
                            ( ~ ( in @ SY74 @ SY71 )
                            | ( subset @ SY74 @ SV38 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[235]) ).

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

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

thf(270,plain,
    ! [SV39: $i] :
      ( ( ! [SY75: $i] :
            ( ~ ( element @ SV39 @ ( powerset @ SY75 ) )
            | ( subset @ SV39 @ SY75 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[237]) ).

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

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

thf(273,plain,
    ! [SV20: $i] :
      ( ( finite @ ( sK7_B @ SV20 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[240]) ).

thf(274,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( empty @ sK10_A )
                  | ~ ( cup_closed @ sK10_A ) )
            | ~ ( cap_closed @ sK10_A ) )
      | ~ ( diff_closed @ sK10_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[241]) ).

thf(275,plain,
    ! [SV41: $i] :
      ( ( ~ ( preboolean @ SV41 )
        | ( cup_closed @ SV41 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[243]) ).

thf(276,plain,
    ! [SV42: $i] :
      ( ( ~ ( preboolean @ SV42 )
        | ( diff_closed @ SV42 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[244]) ).

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

thf(278,plain,
    ! [SV21: $i] :
      ( ( ( ~ ( finite @ ( sK3_B @ SV21 ) ) )
        = $false )
      | ( ( empty @ SV21 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[245]) ).

thf(279,plain,
    ! [SV22: $i] :
      ( ( element @ ( sK6_B @ SV22 ) @ ( powerset @ SV22 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[246]) ).

thf(280,plain,
    ! [SV22: $i] :
      ( ( empty @ ( sK6_B @ SV22 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[247]) ).

thf(281,plain,
    ! [SV1: $i,SV23: $i] :
      ( ( ( in @ SV23 @ SV1 )
        = $false )
      | ( ( in @ SV1 @ SV23 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[248]) ).

thf(282,plain,
    ! [SV3: $i,SV34: $i] :
      ( ( ( ~ ( element @ SV34 @ ( powerset @ SV3 ) ) )
        = $true )
      | ( ( finite @ SV34 )
        = $true )
      | ( ( finite @ SV3 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[249]) ).

thf(283,plain,
    ! [SV4: $i] :
      ( ( ( diff_closed @ SV4 )
        = $false )
      | ( ( cup_closed @ SV4 )
        = $false )
      | ( ( preboolean @ SV4 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[250]) ).

thf(284,plain,
    ! [SV10: $i,SV31: $i] :
      ( ( ( finite @ SV31 )
        = $false )
      | ( ( ~ ( subset @ SV10 @ SV31 ) )
        = $true )
      | ( ( finite @ SV10 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[252]) ).

thf(285,plain,
    ! [SV12: $i,SV26: $i] :
      ( ( ( empty @ SV26 )
        = $true )
      | ( ( in @ SV12 @ SV26 )
        = $true )
      | ( ( element @ SV12 @ SV26 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[254]) ).

thf(286,plain,
    ! [SV13: $i,SV32: $i,SV27: $i] :
      ( ( ( ~ ( element @ SV27 @ ( powerset @ SV32 ) ) )
        = $true )
      | ( ( ~ ( in @ SV13 @ SV27 ) )
        = $true )
      | ( ( element @ SV13 @ SV32 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[255]) ).

thf(287,plain,
    ! [SV14: $i,SV33: $i,SV28: $i] :
      ( ( ( ~ ( element @ SV28 @ ( powerset @ SV33 ) ) )
        = $true )
      | ( ( ~ ( in @ SV14 @ SV28 ) )
        = $true )
      | ( ( ~ ( empty @ SV33 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[256]) ).

thf(288,plain,
    ! [SV29: $i,SV16: $i] :
      ( ( ( in @ SV16 @ SV29 )
        = $false )
      | ( ( empty @ SV29 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[257]) ).

thf(289,plain,
    ! [SV30: $i,SV17: $i] :
      ( ( ( empty @ SV17 )
        = $false )
      | ( ( SV17 = SV30 )
        = $true )
      | ( ( ~ ( empty @ SV30 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[258]) ).

thf(290,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ~ ( empty @ ( finite_subsets @ SX0 ) )
            | ~ ! [SX0: $i] : ( cup_closed @ ( finite_subsets @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[259]) ).

thf(291,plain,
    ( ( ~ ! [SX0: $i] : ( diff_closed @ ( finite_subsets @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[259]) ).

thf(292,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( ~ ( element @ ( sK4_B @ SV18 ) @ ( powerset @ SV18 ) )
              | ~ ~ ( empty @ ( sK4_B @ SV18 ) ) ) )
        = $true )
      | ( ( empty @ SV18 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[261]) ).

thf(293,plain,
    ! [SV18: $i] :
      ( ( ( finite @ ( sK4_B @ SV18 ) )
        = $true )
      | ( ( empty @ SV18 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[262]) ).

thf(294,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ~ ( empty @ ( powerset @ SX0 ) )
            | ~ ! [SX0: $i] : ( cup_closed @ ( powerset @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[263]) ).

thf(295,plain,
    ( ( ~ ! [SX0: $i] : ( diff_closed @ ( powerset @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[263]) ).

thf(296,plain,
    ! [SV37: $i,SV43: $i] :
      ( ( ~ ( preboolean @ SV43 )
        | ~ ( ~ ( ~ ( finite @ ( sK13_C @ SV43 @ SV37 ) )
                | ~ ( subset @ ( sK13_C @ SV43 @ SV37 ) @ SV37 )
                | ~ ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) )
            | ~ ~ ( ~ ( ( finite @ ( sK13_C @ SV43 @ SV37 ) )
                      | ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) )
                  | ~ ( ( subset @ ( sK13_C @ SV43 @ SV37 ) @ SV37 )
                      | ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) ) ) )
        | ( SV43
          = ( finite_subsets @ SV37 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[266]) ).

thf(297,plain,
    ! [SV38: $i,SV44: $i] :
      ( ( ~ ( preboolean @ SV44 )
        | ( SV44
         != ( finite_subsets @ SV38 ) )
        | ~ ( ~ ! [SY77: $i] :
                  ( ~ ( finite @ SY77 )
                  | ~ ( subset @ SY77 @ SV38 )
                  | ( in @ SY77 @ SV44 ) )
            | ~ ~ ( ~ ! [SY78: $i] :
                        ( ~ ( in @ SY78 @ SV44 )
                        | ( finite @ SY78 ) )
                  | ~ ! [SY79: $i] :
                        ( ~ ( in @ SY79 @ SV44 )
                        | ( subset @ SY79 @ SV38 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[267]) ).

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

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

thf(300,plain,
    ! [SV45: $i,SV39: $i] :
      ( ( ~ ( element @ SV39 @ ( powerset @ SV45 ) )
        | ( subset @ SV39 @ SV45 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[270]) ).

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

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

thf(303,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( empty @ sK10_A )
                  | ~ ( cup_closed @ sK10_A ) )
            | ~ ( cap_closed @ sK10_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[274]) ).

thf(304,plain,
    ( ( ~ ( diff_closed @ sK10_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[274]) ).

thf(305,plain,
    ! [SV41: $i] :
      ( ( ( ~ ( preboolean @ SV41 ) )
        = $true )
      | ( ( cup_closed @ SV41 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[275]) ).

thf(306,plain,
    ! [SV42: $i] :
      ( ( ( ~ ( preboolean @ SV42 ) )
        = $true )
      | ( ( diff_closed @ SV42 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[276]) ).

thf(307,plain,
    ! [SV21: $i] :
      ( ( ( ~ ( ~ ( element @ ( sK3_B @ SV21 ) @ ( powerset @ SV21 ) )
              | ~ ~ ( empty @ ( sK3_B @ SV21 ) ) ) )
        = $true )
      | ( ( empty @ SV21 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[277]) ).

thf(308,plain,
    ! [SV21: $i] :
      ( ( ( finite @ ( sK3_B @ SV21 ) )
        = $true )
      | ( ( empty @ SV21 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[278]) ).

thf(309,plain,
    ! [SV3: $i,SV34: $i] :
      ( ( ( element @ SV34 @ ( powerset @ SV3 ) )
        = $false )
      | ( ( finite @ SV34 )
        = $true )
      | ( ( finite @ SV3 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[282]) ).

thf(310,plain,
    ! [SV31: $i,SV10: $i] :
      ( ( ( subset @ SV10 @ SV31 )
        = $false )
      | ( ( finite @ SV31 )
        = $false )
      | ( ( finite @ SV10 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[284]) ).

thf(311,plain,
    ! [SV13: $i,SV32: $i,SV27: $i] :
      ( ( ( element @ SV27 @ ( powerset @ SV32 ) )
        = $false )
      | ( ( ~ ( in @ SV13 @ SV27 ) )
        = $true )
      | ( ( element @ SV13 @ SV32 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[286]) ).

thf(312,plain,
    ! [SV14: $i,SV33: $i,SV28: $i] :
      ( ( ( element @ SV28 @ ( powerset @ SV33 ) )
        = $false )
      | ( ( ~ ( in @ SV14 @ SV28 ) )
        = $true )
      | ( ( ~ ( empty @ SV33 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[287]) ).

thf(313,plain,
    ! [SV17: $i,SV30: $i] :
      ( ( ( empty @ SV30 )
        = $false )
      | ( ( SV17 = SV30 )
        = $true )
      | ( ( empty @ SV17 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[289]) ).

thf(314,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ~ ( empty @ ( finite_subsets @ SX0 ) )
          | ~ ! [SX0: $i] : ( cup_closed @ ( finite_subsets @ SX0 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[290]) ).

thf(315,plain,
    ( ( ! [SX0: $i] : ( diff_closed @ ( finite_subsets @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[291]) ).

thf(316,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( element @ ( sK4_B @ SV18 ) @ ( powerset @ SV18 ) )
          | ~ ~ ( empty @ ( sK4_B @ SV18 ) ) )
        = $false )
      | ( ( empty @ SV18 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[292]) ).

thf(317,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ~ ( empty @ ( powerset @ SX0 ) )
          | ~ ! [SX0: $i] : ( cup_closed @ ( powerset @ SX0 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[294]) ).

thf(318,plain,
    ( ( ! [SX0: $i] : ( diff_closed @ ( powerset @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[295]) ).

thf(319,plain,
    ! [SV37: $i,SV43: $i] :
      ( ( ( ~ ( preboolean @ SV43 ) )
        = $true )
      | ( ( ~ ( ~ ( ~ ( finite @ ( sK13_C @ SV43 @ SV37 ) )
                  | ~ ( subset @ ( sK13_C @ SV43 @ SV37 ) @ SV37 )
                  | ~ ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) )
              | ~ ~ ( ~ ( ( finite @ ( sK13_C @ SV43 @ SV37 ) )
                        | ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) )
                    | ~ ( ( subset @ ( sK13_C @ SV43 @ SV37 ) @ SV37 )
                        | ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) ) ) )
          | ( SV43
            = ( finite_subsets @ SV37 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[296]) ).

thf(320,plain,
    ! [SV38: $i,SV44: $i] :
      ( ( ( ~ ( preboolean @ SV44 ) )
        = $true )
      | ( ( ( SV44
           != ( finite_subsets @ SV38 ) )
          | ~ ( ~ ! [SY77: $i] :
                    ( ~ ( finite @ SY77 )
                    | ~ ( subset @ SY77 @ SV38 )
                    | ( in @ SY77 @ SV44 ) )
              | ~ ~ ( ~ ! [SY78: $i] :
                          ( ~ ( in @ SY78 @ SV44 )
                          | ( finite @ SY78 ) )
                    | ~ ! [SY79: $i] :
                          ( ~ ( in @ SY79 @ SV44 )
                          | ( subset @ SY79 @ SV38 ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[297]) ).

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

thf(322,plain,
    ! [SV45: $i,SV39: $i] :
      ( ( ( ~ ( element @ SV39 @ ( powerset @ SV45 ) ) )
        = $true )
      | ( ( subset @ SV39 @ SV45 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[300]) ).

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

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

thf(325,plain,
    ! [SV20: $i] :
      ( ( ~ ( natural @ ( sK7_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[302]) ).

thf(326,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( empty @ sK10_A )
                | ~ ( cup_closed @ sK10_A ) )
          | ~ ( cap_closed @ sK10_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[303]) ).

thf(327,plain,
    ( ( diff_closed @ sK10_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[304]) ).

thf(328,plain,
    ! [SV41: $i] :
      ( ( ( preboolean @ SV41 )
        = $false )
      | ( ( cup_closed @ SV41 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[305]) ).

thf(329,plain,
    ! [SV42: $i] :
      ( ( ( preboolean @ SV42 )
        = $false )
      | ( ( diff_closed @ SV42 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[306]) ).

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

thf(331,plain,
    ! [SV32: $i,SV27: $i,SV13: $i] :
      ( ( ( in @ SV13 @ SV27 )
        = $false )
      | ( ( element @ SV27 @ ( powerset @ SV32 ) )
        = $false )
      | ( ( element @ SV13 @ SV32 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[311]) ).

thf(332,plain,
    ! [SV33: $i,SV28: $i,SV14: $i] :
      ( ( ( in @ SV14 @ SV28 )
        = $false )
      | ( ( element @ SV28 @ ( powerset @ SV33 ) )
        = $false )
      | ( ( ~ ( empty @ SV33 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[312]) ).

thf(333,plain,
    ( ( ~ ! [SX0: $i] :
            ~ ( empty @ ( finite_subsets @ SX0 ) )
      | ~ ! [SX0: $i] : ( cup_closed @ ( finite_subsets @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[314]) ).

thf(334,plain,
    ! [SV47: $i] :
      ( ( diff_closed @ ( finite_subsets @ SV47 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[315]) ).

thf(335,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( element @ ( sK4_B @ SV18 ) @ ( powerset @ SV18 ) ) )
        = $false )
      | ( ( empty @ SV18 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[316]) ).

thf(336,plain,
    ! [SV18: $i] :
      ( ( ( ~ ~ ( empty @ ( sK4_B @ SV18 ) ) )
        = $false )
      | ( ( empty @ SV18 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[316]) ).

thf(337,plain,
    ( ( ~ ! [SX0: $i] :
            ~ ( empty @ ( powerset @ SX0 ) )
      | ~ ! [SX0: $i] : ( cup_closed @ ( powerset @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[317]) ).

thf(338,plain,
    ! [SV48: $i] :
      ( ( diff_closed @ ( powerset @ SV48 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[318]) ).

thf(339,plain,
    ! [SV37: $i,SV43: $i] :
      ( ( ( preboolean @ SV43 )
        = $false )
      | ( ( ~ ( ~ ( ~ ( finite @ ( sK13_C @ SV43 @ SV37 ) )
                  | ~ ( subset @ ( sK13_C @ SV43 @ SV37 ) @ SV37 )
                  | ~ ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) )
              | ~ ~ ( ~ ( ( finite @ ( sK13_C @ SV43 @ SV37 ) )
                        | ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) )
                    | ~ ( ( subset @ ( sK13_C @ SV43 @ SV37 ) @ SV37 )
                        | ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) ) ) )
          | ( SV43
            = ( finite_subsets @ SV37 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[319]) ).

thf(340,plain,
    ! [SV38: $i,SV44: $i] :
      ( ( ( preboolean @ SV44 )
        = $false )
      | ( ( ( SV44
           != ( finite_subsets @ SV38 ) )
          | ~ ( ~ ! [SY77: $i] :
                    ( ~ ( finite @ SY77 )
                    | ~ ( subset @ SY77 @ SV38 )
                    | ( in @ SY77 @ SV44 ) )
              | ~ ~ ( ~ ! [SY78: $i] :
                          ( ~ ( in @ SY78 @ SV44 )
                          | ( finite @ SY78 ) )
                    | ~ ! [SY79: $i] :
                          ( ~ ( in @ SY79 @ SV44 )
                          | ( subset @ SY79 @ SV38 ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[320]) ).

thf(341,plain,
    ! [SV45: $i,SV39: $i] :
      ( ( ( element @ SV39 @ ( powerset @ SV45 ) )
        = $false )
      | ( ( subset @ SV39 @ SV45 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[322]) ).

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

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

thf(344,plain,
    ! [SV20: $i] :
      ( ( natural @ ( sK7_B @ SV20 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[325]) ).

thf(345,plain,
    ( ( ~ ~ ( ~ ~ ( empty @ sK10_A )
            | ~ ( cup_closed @ sK10_A ) )
      | ~ ( cap_closed @ sK10_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[326]) ).

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

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

thf(348,plain,
    ! [SV14: $i,SV28: $i,SV33: $i] :
      ( ( ( empty @ SV33 )
        = $false )
      | ( ( element @ SV28 @ ( powerset @ SV33 ) )
        = $false )
      | ( ( in @ SV14 @ SV28 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[332]) ).

thf(349,plain,
    ( ( ~ ! [SX0: $i] :
            ~ ( empty @ ( finite_subsets @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[333]) ).

thf(350,plain,
    ( ( ~ ! [SX0: $i] : ( cup_closed @ ( finite_subsets @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[333]) ).

thf(351,plain,
    ! [SV18: $i] :
      ( ( ( element @ ( sK4_B @ SV18 ) @ ( powerset @ SV18 ) )
        = $true )
      | ( ( empty @ SV18 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[335]) ).

thf(352,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( empty @ ( sK4_B @ SV18 ) ) )
        = $true )
      | ( ( empty @ SV18 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[336]) ).

thf(353,plain,
    ( ( ~ ! [SX0: $i] :
            ~ ( empty @ ( powerset @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[337]) ).

thf(354,plain,
    ( ( ~ ! [SX0: $i] : ( cup_closed @ ( powerset @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[337]) ).

thf(355,plain,
    ! [SV37: $i,SV43: $i] :
      ( ( ( ~ ( ~ ( ~ ( finite @ ( sK13_C @ SV43 @ SV37 ) )
                  | ~ ( subset @ ( sK13_C @ SV43 @ SV37 ) @ SV37 )
                  | ~ ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) )
              | ~ ~ ( ~ ( ( finite @ ( sK13_C @ SV43 @ SV37 ) )
                        | ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) )
                    | ~ ( ( subset @ ( sK13_C @ SV43 @ SV37 ) @ SV37 )
                        | ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) ) ) ) )
        = $true )
      | ( ( SV43
          = ( finite_subsets @ SV37 ) )
        = $true )
      | ( ( preboolean @ SV43 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[339]) ).

thf(356,plain,
    ! [SV38: $i,SV44: $i] :
      ( ( ( ( SV44
           != ( finite_subsets @ SV38 ) ) )
        = $true )
      | ( ( ~ ( ~ ! [SY77: $i] :
                    ( ~ ( finite @ SY77 )
                    | ~ ( subset @ SY77 @ SV38 )
                    | ( in @ SY77 @ SV44 ) )
              | ~ ~ ( ~ ! [SY78: $i] :
                          ( ~ ( in @ SY78 @ SV44 )
                          | ( finite @ SY78 ) )
                    | ~ ! [SY79: $i] :
                          ( ~ ( in @ SY79 @ SV44 )
                          | ( subset @ SY79 @ SV38 ) ) ) ) )
        = $true )
      | ( ( preboolean @ SV44 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[340]) ).

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

thf(358,plain,
    ( ( ~ ~ ( ~ ~ ( empty @ sK10_A )
            | ~ ( cup_closed @ sK10_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[345]) ).

thf(359,plain,
    ( ( ~ ( cap_closed @ sK10_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[345]) ).

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

thf(361,plain,
    ! [SV21: $i] :
      ( ( ( ~ ( empty @ ( sK3_B @ SV21 ) ) )
        = $true )
      | ( ( empty @ SV21 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[347]) ).

thf(362,plain,
    ( ( ! [SX0: $i] :
          ~ ( empty @ ( finite_subsets @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[349]) ).

thf(363,plain,
    ( ( ! [SX0: $i] : ( cup_closed @ ( finite_subsets @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[350]) ).

thf(364,plain,
    ! [SV18: $i] :
      ( ( ( empty @ ( sK4_B @ SV18 ) )
        = $false )
      | ( ( empty @ SV18 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[352]) ).

thf(365,plain,
    ( ( ! [SX0: $i] :
          ~ ( empty @ ( powerset @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[353]) ).

thf(366,plain,
    ( ( ! [SX0: $i] : ( cup_closed @ ( powerset @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[354]) ).

thf(367,plain,
    ! [SV37: $i,SV43: $i] :
      ( ( ( ~ ( ~ ( finite @ ( sK13_C @ SV43 @ SV37 ) )
              | ~ ( subset @ ( sK13_C @ SV43 @ SV37 ) @ SV37 )
              | ~ ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) )
          | ~ ~ ( ~ ( ( finite @ ( sK13_C @ SV43 @ SV37 ) )
                    | ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) )
                | ~ ( ( subset @ ( sK13_C @ SV43 @ SV37 ) @ SV37 )
                    | ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) ) ) )
        = $false )
      | ( ( SV43
          = ( finite_subsets @ SV37 ) )
        = $true )
      | ( ( preboolean @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[355]) ).

thf(368,plain,
    ! [SV38: $i,SV44: $i] :
      ( ( ( SV44
          = ( finite_subsets @ SV38 ) )
        = $false )
      | ( ( ~ ( ~ ! [SY77: $i] :
                    ( ~ ( finite @ SY77 )
                    | ~ ( subset @ SY77 @ SV38 )
                    | ( in @ SY77 @ SV44 ) )
              | ~ ~ ( ~ ! [SY78: $i] :
                          ( ~ ( in @ SY78 @ SV44 )
                          | ( finite @ SY78 ) )
                    | ~ ! [SY79: $i] :
                          ( ~ ( in @ SY79 @ SV44 )
                          | ( subset @ SY79 @ SV38 ) ) ) ) )
        = $true )
      | ( ( preboolean @ SV44 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[356]) ).

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

thf(370,plain,
    ! [SV20: $i] :
      ( ( ~ ( ordinal @ ( sK7_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[357]) ).

thf(371,plain,
    ( ( ~ ( ~ ~ ( empty @ sK10_A )
          | ~ ( cup_closed @ sK10_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[358]) ).

thf(372,plain,
    ( ( cap_closed @ sK10_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[359]) ).

thf(373,plain,
    ! [SV21: $i] :
      ( ( ( empty @ ( sK3_B @ SV21 ) )
        = $false )
      | ( ( empty @ SV21 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[361]) ).

thf(374,plain,
    ! [SV49: $i] :
      ( ( ~ ( empty @ ( finite_subsets @ SV49 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[362]) ).

thf(375,plain,
    ! [SV50: $i] :
      ( ( cup_closed @ ( finite_subsets @ SV50 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[363]) ).

thf(376,plain,
    ! [SV51: $i] :
      ( ( ~ ( empty @ ( powerset @ SV51 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[365]) ).

thf(377,plain,
    ! [SV52: $i] :
      ( ( cup_closed @ ( powerset @ SV52 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[366]) ).

thf(378,plain,
    ! [SV37: $i,SV43: $i] :
      ( ( ( ~ ( ~ ( finite @ ( sK13_C @ SV43 @ SV37 ) )
              | ~ ( subset @ ( sK13_C @ SV43 @ SV37 ) @ SV37 )
              | ~ ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) ) )
        = $false )
      | ( ( SV43
          = ( finite_subsets @ SV37 ) )
        = $true )
      | ( ( preboolean @ SV43 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[367]) ).

thf(379,plain,
    ! [SV37: $i,SV43: $i] :
      ( ( ( ~ ~ ( ~ ( ( finite @ ( sK13_C @ SV43 @ SV37 ) )
                    | ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) )
                | ~ ( ( subset @ ( sK13_C @ SV43 @ SV37 ) @ SV37 )
                    | ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) ) ) )
        = $false )
      | ( ( SV43
          = ( finite_subsets @ SV37 ) )
        = $true )
      | ( ( preboolean @ SV43 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[367]) ).

thf(380,plain,
    ! [SV44: $i,SV38: $i] :
      ( ( ( ~ ! [SY77: $i] :
                ( ~ ( finite @ SY77 )
                | ~ ( subset @ SY77 @ SV38 )
                | ( in @ SY77 @ SV44 ) )
          | ~ ~ ( ~ ! [SY78: $i] :
                      ( ~ ( in @ SY78 @ SV44 )
                      | ( finite @ SY78 ) )
                | ~ ! [SY79: $i] :
                      ( ~ ( in @ SY79 @ SV44 )
                      | ( subset @ SY79 @ SV38 ) ) ) )
        = $false )
      | ( ( SV44
          = ( finite_subsets @ SV38 ) )
        = $false )
      | ( ( preboolean @ SV44 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[368]) ).

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

thf(382,plain,
    ! [SV20: $i] :
      ( ( ordinal @ ( sK7_B @ SV20 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[370]) ).

thf(383,plain,
    ( ( ~ ~ ( empty @ sK10_A )
      | ~ ( cup_closed @ sK10_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[371]) ).

thf(384,plain,
    ! [SV49: $i] :
      ( ( empty @ ( finite_subsets @ SV49 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[374]) ).

thf(385,plain,
    ! [SV51: $i] :
      ( ( empty @ ( powerset @ SV51 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[376]) ).

thf(386,plain,
    ! [SV37: $i,SV43: $i] :
      ( ( ( ~ ( finite @ ( sK13_C @ SV43 @ SV37 ) )
          | ~ ( subset @ ( sK13_C @ SV43 @ SV37 ) @ SV37 )
          | ~ ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) )
        = $true )
      | ( ( SV43
          = ( finite_subsets @ SV37 ) )
        = $true )
      | ( ( preboolean @ SV43 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[378]) ).

thf(387,plain,
    ! [SV37: $i,SV43: $i] :
      ( ( ( ~ ( ~ ( ( finite @ ( sK13_C @ SV43 @ SV37 ) )
                  | ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) )
              | ~ ( ( subset @ ( sK13_C @ SV43 @ SV37 ) @ SV37 )
                  | ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) ) ) )
        = $true )
      | ( ( SV43
          = ( finite_subsets @ SV37 ) )
        = $true )
      | ( ( preboolean @ SV43 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[379]) ).

thf(388,plain,
    ! [SV44: $i,SV38: $i] :
      ( ( ( ~ ! [SY77: $i] :
                ( ~ ( finite @ SY77 )
                | ~ ( subset @ SY77 @ SV38 )
                | ( in @ SY77 @ SV44 ) ) )
        = $false )
      | ( ( SV44
          = ( finite_subsets @ SV38 ) )
        = $false )
      | ( ( preboolean @ SV44 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[380]) ).

thf(389,plain,
    ! [SV38: $i,SV44: $i] :
      ( ( ( ~ ~ ( ~ ! [SY78: $i] :
                      ( ~ ( in @ SY78 @ SV44 )
                      | ( finite @ SY78 ) )
                | ~ ! [SY79: $i] :
                      ( ~ ( in @ SY79 @ SV44 )
                      | ( subset @ SY79 @ SV38 ) ) ) )
        = $false )
      | ( ( SV44
          = ( finite_subsets @ SV38 ) )
        = $false )
      | ( ( preboolean @ SV44 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[380]) ).

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

thf(391,plain,
    ( ( ~ ~ ( empty @ sK10_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[383]) ).

thf(392,plain,
    ( ( ~ ( cup_closed @ sK10_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[383]) ).

thf(393,plain,
    ! [SV37: $i,SV43: $i] :
      ( ( ( ~ ( finite @ ( sK13_C @ SV43 @ SV37 ) )
          | ~ ( subset @ ( sK13_C @ SV43 @ SV37 ) @ SV37 ) )
        = $true )
      | ( ( ~ ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) )
        = $true )
      | ( ( SV43
          = ( finite_subsets @ SV37 ) )
        = $true )
      | ( ( preboolean @ SV43 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[386]) ).

thf(394,plain,
    ! [SV37: $i,SV43: $i] :
      ( ( ( ~ ( ( finite @ ( sK13_C @ SV43 @ SV37 ) )
              | ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) )
          | ~ ( ( subset @ ( sK13_C @ SV43 @ SV37 ) @ SV37 )
              | ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) ) )
        = $false )
      | ( ( SV43
          = ( finite_subsets @ SV37 ) )
        = $true )
      | ( ( preboolean @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[387]) ).

thf(395,plain,
    ! [SV44: $i,SV38: $i] :
      ( ( ( ! [SY77: $i] :
              ( ~ ( finite @ SY77 )
              | ~ ( subset @ SY77 @ SV38 )
              | ( in @ SY77 @ SV44 ) ) )
        = $true )
      | ( ( SV44
          = ( finite_subsets @ SV38 ) )
        = $false )
      | ( ( preboolean @ SV44 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[388]) ).

thf(396,plain,
    ! [SV38: $i,SV44: $i] :
      ( ( ( ~ ( ~ ! [SY78: $i] :
                    ( ~ ( in @ SY78 @ SV44 )
                    | ( finite @ SY78 ) )
              | ~ ! [SY79: $i] :
                    ( ~ ( in @ SY79 @ SV44 )
                    | ( subset @ SY79 @ SV38 ) ) ) )
        = $true )
      | ( ( SV44
          = ( finite_subsets @ SV38 ) )
        = $false )
      | ( ( preboolean @ SV44 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[389]) ).

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

thf(398,plain,
    ! [SV20: $i] :
      ( ( ~ ( epsilon_connected @ ( sK7_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[390]) ).

thf(399,plain,
    ( ( ~ ( empty @ sK10_A ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[391]) ).

thf(400,plain,
    ( ( cup_closed @ sK10_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[392]) ).

thf(401,plain,
    ! [SV37: $i,SV43: $i] :
      ( ( ( ~ ( finite @ ( sK13_C @ SV43 @ SV37 ) ) )
        = $true )
      | ( ( ~ ( subset @ ( sK13_C @ SV43 @ SV37 ) @ SV37 ) )
        = $true )
      | ( ( ~ ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) )
        = $true )
      | ( ( SV43
          = ( finite_subsets @ SV37 ) )
        = $true )
      | ( ( preboolean @ SV43 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[393]) ).

thf(402,plain,
    ! [SV37: $i,SV43: $i] :
      ( ( ( ~ ( ( finite @ ( sK13_C @ SV43 @ SV37 ) )
              | ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) ) )
        = $false )
      | ( ( SV43
          = ( finite_subsets @ SV37 ) )
        = $true )
      | ( ( preboolean @ SV43 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[394]) ).

thf(403,plain,
    ! [SV37: $i,SV43: $i] :
      ( ( ( ~ ( ( subset @ ( sK13_C @ SV43 @ SV37 ) @ SV37 )
              | ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) ) )
        = $false )
      | ( ( SV43
          = ( finite_subsets @ SV37 ) )
        = $true )
      | ( ( preboolean @ SV43 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[394]) ).

thf(404,plain,
    ! [SV44: $i,SV38: $i,SV53: $i] :
      ( ( ( ~ ( finite @ SV53 )
          | ~ ( subset @ SV53 @ SV38 )
          | ( in @ SV53 @ SV44 ) )
        = $true )
      | ( ( SV44
          = ( finite_subsets @ SV38 ) )
        = $false )
      | ( ( preboolean @ SV44 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[395]) ).

thf(405,plain,
    ! [SV38: $i,SV44: $i] :
      ( ( ( ~ ! [SY78: $i] :
                ( ~ ( in @ SY78 @ SV44 )
                | ( finite @ SY78 ) )
          | ~ ! [SY79: $i] :
                ( ~ ( in @ SY79 @ SV44 )
                | ( subset @ SY79 @ SV38 ) ) )
        = $false )
      | ( ( SV44
          = ( finite_subsets @ SV38 ) )
        = $false )
      | ( ( preboolean @ SV44 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[396]) ).

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

thf(407,plain,
    ! [SV20: $i] :
      ( ( epsilon_connected @ ( sK7_B @ SV20 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[398]) ).

thf(408,plain,
    ( ( empty @ sK10_A )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[399]) ).

thf(409,plain,
    ! [SV37: $i,SV43: $i] :
      ( ( ( finite @ ( sK13_C @ SV43 @ SV37 ) )
        = $false )
      | ( ( ~ ( subset @ ( sK13_C @ SV43 @ SV37 ) @ SV37 ) )
        = $true )
      | ( ( ~ ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) )
        = $true )
      | ( ( SV43
          = ( finite_subsets @ SV37 ) )
        = $true )
      | ( ( preboolean @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[401]) ).

thf(410,plain,
    ! [SV37: $i,SV43: $i] :
      ( ( ( ( finite @ ( sK13_C @ SV43 @ SV37 ) )
          | ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) )
        = $true )
      | ( ( SV43
          = ( finite_subsets @ SV37 ) )
        = $true )
      | ( ( preboolean @ SV43 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[402]) ).

thf(411,plain,
    ! [SV37: $i,SV43: $i] :
      ( ( ( ( subset @ ( sK13_C @ SV43 @ SV37 ) @ SV37 )
          | ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) )
        = $true )
      | ( ( SV43
          = ( finite_subsets @ SV37 ) )
        = $true )
      | ( ( preboolean @ SV43 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[403]) ).

thf(412,plain,
    ! [SV44: $i,SV38: $i,SV53: $i] :
      ( ( ( ~ ( finite @ SV53 )
          | ~ ( subset @ SV53 @ SV38 ) )
        = $true )
      | ( ( in @ SV53 @ SV44 )
        = $true )
      | ( ( SV44
          = ( finite_subsets @ SV38 ) )
        = $false )
      | ( ( preboolean @ SV44 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[404]) ).

thf(413,plain,
    ! [SV38: $i,SV44: $i] :
      ( ( ( ~ ! [SY78: $i] :
                ( ~ ( in @ SY78 @ SV44 )
                | ( finite @ SY78 ) ) )
        = $false )
      | ( ( SV44
          = ( finite_subsets @ SV38 ) )
        = $false )
      | ( ( preboolean @ SV44 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[405]) ).

thf(414,plain,
    ! [SV38: $i,SV44: $i] :
      ( ( ( ~ ! [SY79: $i] :
                ( ~ ( in @ SY79 @ SV44 )
                | ( subset @ SY79 @ SV38 ) ) )
        = $false )
      | ( ( SV44
          = ( finite_subsets @ SV38 ) )
        = $false )
      | ( ( preboolean @ SV44 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[405]) ).

thf(415,plain,
    ! [SV20: $i] :
      ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK7_B @ SV20 ) @ ( powerset @ SV20 ) )
                                | ~ ( empty @ ( sK7_B @ SV20 ) ) )
                          | ~ ( relation @ ( sK7_B @ SV20 ) ) )
                    | ~ ( function @ ( sK7_B @ SV20 ) ) )
              | ~ ( one_to_one @ ( sK7_B @ SV20 ) ) )
        | ~ ( epsilon_transitive @ ( sK7_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[406]) ).

thf(416,plain,
    ! [SV37: $i,SV43: $i] :
      ( ( ( subset @ ( sK13_C @ SV43 @ SV37 ) @ SV37 )
        = $false )
      | ( ( finite @ ( sK13_C @ SV43 @ SV37 ) )
        = $false )
      | ( ( ~ ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 ) )
        = $true )
      | ( ( SV43
          = ( finite_subsets @ SV37 ) )
        = $true )
      | ( ( preboolean @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[409]) ).

thf(417,plain,
    ! [SV37: $i,SV43: $i] :
      ( ( ( finite @ ( sK13_C @ SV43 @ SV37 ) )
        = $true )
      | ( ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 )
        = $true )
      | ( ( SV43
          = ( finite_subsets @ SV37 ) )
        = $true )
      | ( ( preboolean @ SV43 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[410]) ).

thf(418,plain,
    ! [SV37: $i,SV43: $i] :
      ( ( ( subset @ ( sK13_C @ SV43 @ SV37 ) @ SV37 )
        = $true )
      | ( ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 )
        = $true )
      | ( ( SV43
          = ( finite_subsets @ SV37 ) )
        = $true )
      | ( ( preboolean @ SV43 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[411]) ).

thf(419,plain,
    ! [SV44: $i,SV38: $i,SV53: $i] :
      ( ( ( ~ ( finite @ SV53 ) )
        = $true )
      | ( ( ~ ( subset @ SV53 @ SV38 ) )
        = $true )
      | ( ( in @ SV53 @ SV44 )
        = $true )
      | ( ( SV44
          = ( finite_subsets @ SV38 ) )
        = $false )
      | ( ( preboolean @ SV44 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[412]) ).

thf(420,plain,
    ! [SV38: $i,SV44: $i] :
      ( ( ( ! [SY78: $i] :
              ( ~ ( in @ SY78 @ SV44 )
              | ( finite @ SY78 ) ) )
        = $true )
      | ( ( SV44
          = ( finite_subsets @ SV38 ) )
        = $false )
      | ( ( preboolean @ SV44 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[413]) ).

thf(421,plain,
    ! [SV38: $i,SV44: $i] :
      ( ( ( ! [SY79: $i] :
              ( ~ ( in @ SY79 @ SV44 )
              | ( subset @ SY79 @ SV38 ) ) )
        = $true )
      | ( ( SV44
          = ( finite_subsets @ SV38 ) )
        = $false )
      | ( ( preboolean @ SV44 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[414]) ).

thf(422,plain,
    ! [SV20: $i] :
      ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK7_B @ SV20 ) @ ( powerset @ SV20 ) )
                                | ~ ( empty @ ( sK7_B @ SV20 ) ) )
                          | ~ ( relation @ ( sK7_B @ SV20 ) ) )
                    | ~ ( function @ ( sK7_B @ SV20 ) ) )
              | ~ ( one_to_one @ ( sK7_B @ SV20 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[415]) ).

thf(423,plain,
    ! [SV20: $i] :
      ( ( ~ ( epsilon_transitive @ ( sK7_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[415]) ).

thf(424,plain,
    ! [SV37: $i,SV43: $i] :
      ( ( ( in @ ( sK13_C @ SV43 @ SV37 ) @ SV43 )
        = $false )
      | ( ( finite @ ( sK13_C @ SV43 @ SV37 ) )
        = $false )
      | ( ( subset @ ( sK13_C @ SV43 @ SV37 ) @ SV37 )
        = $false )
      | ( ( SV43
          = ( finite_subsets @ SV37 ) )
        = $true )
      | ( ( preboolean @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[416]) ).

thf(425,plain,
    ! [SV44: $i,SV38: $i,SV53: $i] :
      ( ( ( finite @ SV53 )
        = $false )
      | ( ( ~ ( subset @ SV53 @ SV38 ) )
        = $true )
      | ( ( in @ SV53 @ SV44 )
        = $true )
      | ( ( SV44
          = ( finite_subsets @ SV38 ) )
        = $false )
      | ( ( preboolean @ SV44 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[419]) ).

thf(426,plain,
    ! [SV38: $i,SV44: $i,SV54: $i] :
      ( ( ( ~ ( in @ SV54 @ SV44 )
          | ( finite @ SV54 ) )
        = $true )
      | ( ( SV44
          = ( finite_subsets @ SV38 ) )
        = $false )
      | ( ( preboolean @ SV44 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[420]) ).

thf(427,plain,
    ! [SV38: $i,SV44: $i,SV55: $i] :
      ( ( ( ~ ( in @ SV55 @ SV44 )
          | ( subset @ SV55 @ SV38 ) )
        = $true )
      | ( ( SV44
          = ( finite_subsets @ SV38 ) )
        = $false )
      | ( ( preboolean @ SV44 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[421]) ).

thf(428,plain,
    ! [SV20: $i] :
      ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK7_B @ SV20 ) @ ( powerset @ SV20 ) )
                              | ~ ( empty @ ( sK7_B @ SV20 ) ) )
                        | ~ ( relation @ ( sK7_B @ SV20 ) ) )
                  | ~ ( function @ ( sK7_B @ SV20 ) ) )
            | ~ ( one_to_one @ ( sK7_B @ SV20 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[422]) ).

thf(429,plain,
    ! [SV20: $i] :
      ( ( epsilon_transitive @ ( sK7_B @ SV20 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[423]) ).

thf(430,plain,
    ! [SV44: $i,SV38: $i,SV53: $i] :
      ( ( ( subset @ SV53 @ SV38 )
        = $false )
      | ( ( finite @ SV53 )
        = $false )
      | ( ( in @ SV53 @ SV44 )
        = $true )
      | ( ( SV44
          = ( finite_subsets @ SV38 ) )
        = $false )
      | ( ( preboolean @ SV44 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[425]) ).

thf(431,plain,
    ! [SV38: $i,SV44: $i,SV54: $i] :
      ( ( ( ~ ( in @ SV54 @ SV44 ) )
        = $true )
      | ( ( finite @ SV54 )
        = $true )
      | ( ( SV44
          = ( finite_subsets @ SV38 ) )
        = $false )
      | ( ( preboolean @ SV44 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[426]) ).

thf(432,plain,
    ! [SV38: $i,SV44: $i,SV55: $i] :
      ( ( ( ~ ( in @ SV55 @ SV44 ) )
        = $true )
      | ( ( subset @ SV55 @ SV38 )
        = $true )
      | ( ( SV44
          = ( finite_subsets @ SV38 ) )
        = $false )
      | ( ( preboolean @ SV44 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[427]) ).

thf(433,plain,
    ! [SV20: $i] :
      ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK7_B @ SV20 ) @ ( powerset @ SV20 ) )
                          | ~ ( empty @ ( sK7_B @ SV20 ) ) )
                    | ~ ( relation @ ( sK7_B @ SV20 ) ) )
              | ~ ( function @ ( sK7_B @ SV20 ) ) )
        | ~ ( one_to_one @ ( sK7_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[428]) ).

thf(434,plain,
    ! [SV38: $i,SV44: $i,SV54: $i] :
      ( ( ( in @ SV54 @ SV44 )
        = $false )
      | ( ( finite @ SV54 )
        = $true )
      | ( ( SV44
          = ( finite_subsets @ SV38 ) )
        = $false )
      | ( ( preboolean @ SV44 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[431]) ).

thf(435,plain,
    ! [SV38: $i,SV44: $i,SV55: $i] :
      ( ( ( in @ SV55 @ SV44 )
        = $false )
      | ( ( subset @ SV55 @ SV38 )
        = $true )
      | ( ( SV44
          = ( finite_subsets @ SV38 ) )
        = $false )
      | ( ( preboolean @ SV44 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[432]) ).

thf(436,plain,
    ! [SV20: $i] :
      ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK7_B @ SV20 ) @ ( powerset @ SV20 ) )
                          | ~ ( empty @ ( sK7_B @ SV20 ) ) )
                    | ~ ( relation @ ( sK7_B @ SV20 ) ) )
              | ~ ( function @ ( sK7_B @ SV20 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[433]) ).

thf(437,plain,
    ! [SV20: $i] :
      ( ( ~ ( one_to_one @ ( sK7_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[433]) ).

thf(438,plain,
    ! [SV20: $i] :
      ( ( ~ ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK7_B @ SV20 ) @ ( powerset @ SV20 ) )
                        | ~ ( empty @ ( sK7_B @ SV20 ) ) )
                  | ~ ( relation @ ( sK7_B @ SV20 ) ) )
            | ~ ( function @ ( sK7_B @ SV20 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[436]) ).

thf(439,plain,
    ! [SV20: $i] :
      ( ( one_to_one @ ( sK7_B @ SV20 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[437]) ).

thf(440,plain,
    ! [SV20: $i] :
      ( ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK7_B @ SV20 ) @ ( powerset @ SV20 ) )
                    | ~ ( empty @ ( sK7_B @ SV20 ) ) )
              | ~ ( relation @ ( sK7_B @ SV20 ) ) )
        | ~ ( function @ ( sK7_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[438]) ).

thf(441,plain,
    ! [SV20: $i] :
      ( ( ~ ~ ( ~ ~ ( ~ ( element @ ( sK7_B @ SV20 ) @ ( powerset @ SV20 ) )
                    | ~ ( empty @ ( sK7_B @ SV20 ) ) )
              | ~ ( relation @ ( sK7_B @ SV20 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[440]) ).

thf(442,plain,
    ! [SV20: $i] :
      ( ( ~ ( function @ ( sK7_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[440]) ).

thf(443,plain,
    ! [SV20: $i] :
      ( ( ~ ( ~ ~ ( ~ ( element @ ( sK7_B @ SV20 ) @ ( powerset @ SV20 ) )
                  | ~ ( empty @ ( sK7_B @ SV20 ) ) )
            | ~ ( relation @ ( sK7_B @ SV20 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[441]) ).

thf(444,plain,
    ! [SV20: $i] :
      ( ( function @ ( sK7_B @ SV20 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[442]) ).

thf(445,plain,
    ! [SV20: $i] :
      ( ( ~ ~ ( ~ ( element @ ( sK7_B @ SV20 ) @ ( powerset @ SV20 ) )
              | ~ ( empty @ ( sK7_B @ SV20 ) ) )
        | ~ ( relation @ ( sK7_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[443]) ).

thf(446,plain,
    ! [SV20: $i] :
      ( ( ~ ~ ( ~ ( element @ ( sK7_B @ SV20 ) @ ( powerset @ SV20 ) )
              | ~ ( empty @ ( sK7_B @ SV20 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[445]) ).

thf(447,plain,
    ! [SV20: $i] :
      ( ( ~ ( relation @ ( sK7_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[445]) ).

thf(448,plain,
    ! [SV20: $i] :
      ( ( ~ ( ~ ( element @ ( sK7_B @ SV20 ) @ ( powerset @ SV20 ) )
            | ~ ( empty @ ( sK7_B @ SV20 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[446]) ).

thf(449,plain,
    ! [SV20: $i] :
      ( ( relation @ ( sK7_B @ SV20 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[447]) ).

thf(450,plain,
    ! [SV20: $i] :
      ( ( ~ ( element @ ( sK7_B @ SV20 ) @ ( powerset @ SV20 ) )
        | ~ ( empty @ ( sK7_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[448]) ).

thf(451,plain,
    ! [SV20: $i] :
      ( ( ~ ( element @ ( sK7_B @ SV20 ) @ ( powerset @ SV20 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[450]) ).

thf(452,plain,
    ! [SV20: $i] :
      ( ( ~ ( empty @ ( sK7_B @ SV20 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[450]) ).

thf(453,plain,
    ! [SV20: $i] :
      ( ( element @ ( sK7_B @ SV20 ) @ ( powerset @ SV20 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[451]) ).

thf(454,plain,
    ! [SV20: $i] :
      ( ( empty @ ( sK7_B @ SV20 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[452]) ).

thf(455,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[114,454,453,449,444,439,435,434,430,429,424,418,417,408,407,400,385,384,382,377,375,373,372,364,360,351,348,344,342,341,338,334,331,329,328,327,321,313,310,309,308,298,293,288,285,283,281,280,279,273,265,264,260,253,251,242,233,224,215,186,168,159,158,156,155,136,135,119]) ).

thf(456,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[455]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.09/0.11  % Problem  : SEU118+1 : TPTP v8.1.0. Released v3.2.0.
% 0.09/0.12  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.33  % Computer : n028.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 600
% 0.13/0.33  % DateTime : Sat Jun 18 22:32:14 EDT 2022
% 0.13/0.33  % CPUTime  : 
% 0.13/0.35  
% 0.13/0.35   No.of.Axioms: 32
% 0.13/0.35  
% 0.13/0.35   Length.of.Defs: 0
% 0.13/0.35  
% 0.13/0.35   Contains.Choice.Funs: false
% 0.13/0.36  .
% 0.13/0.36  (rf:0,axioms:32,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:34,loop_count:0,foatp_calls:0,translation:fof_full)......................
% 0.19/0.54  
% 0.19/0.54  ********************************
% 0.19/0.54  *   All subproblems solved!    *
% 0.19/0.54  ********************************
% 0.19/0.54  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:34,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:455,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.19/0.59  
% 0.19/0.59  %**** Beginning of derivation protocol ****
% 0.19/0.59  % SZS output start CNFRefutation
% See solution above
% 0.19/0.59  
% 0.19/0.59  %**** End of derivation protocol ****
% 0.19/0.59  %**** no. of clauses in derivation: 456 ****
% 0.19/0.59  %**** clause counter: 455 ****
% 0.19/0.59  
% 0.19/0.59  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:34,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:455,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------