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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : SEU037+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 : n015.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:21 EDT 2022

% Result   : Theorem 78.23s 78.43s
% Output   : CNFRefutation 78.33s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   29
%            Number of leaves      :   68
% Syntax   : Number of formulae    :  495 ( 283 unt;  29 typ;   0 def)
%            Number of atoms       : 3031 ( 989 equ;   0 cnn)
%            Maximal formula atoms :    8 (   6 avg)
%            Number of connectives : 4747 ( 878   ~; 866   |; 113   &;2838   @)
%                                         (   4 <=>;  48  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   25 (  25   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   32 (  29 usr;  14 con; 0-3 aty)
%            Number of variables   :  767 (   0   ^ 745   !;  22   ?; 767   :)

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

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

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

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

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

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

thf(tp_relation_dom,type,
    relation_dom: $i > $i ).

thf(tp_relation_dom_restriction,type,
    relation_dom_restriction: $i > $i > $i ).

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

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

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

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

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

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

thf(tp_sK15_B,type,
    sK15_B: $i > $i ).

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

thf(tp_sK2_SY61,type,
    sK2_SY61: $i ).

thf(tp_sK3_SY63,type,
    sK3_SY63: $i ).

thf(tp_sK4_D,type,
    sK4_D: $i > $i > $i > $i ).

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

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

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

thf(tp_sK8_B,type,
    sK8_B: $i > $i ).

thf(tp_sK9_A,type,
    sK9_A: $i ).

thf(tp_set_intersection2,type,
    set_intersection2: $i > $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/sandbox2/benchmark/theBenchmark.p',t8_boole) ).

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

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

thf(4,axiom,
    ! [A: $i,B: $i] :
      ( ( ( relation @ B )
        & ( function @ B ) )
     => ! [C: $i] :
          ( ( ( relation @ C )
            & ( function @ C ) )
         => ( ( B
              = ( relation_dom_restriction @ C @ A ) )
          <=> ( ( ( relation_dom @ B )
                = ( set_intersection2 @ ( relation_dom @ C ) @ A ) )
              & ! [D: $i] :
                  ( ( in @ D @ ( relation_dom @ B ) )
                 => ( ( apply @ B @ D )
                    = ( apply @ C @ D ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t68_funct_1) ).

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

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

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

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

thf(9,axiom,
    ! [A: $i] :
      ( ( set_intersection2 @ A @ empty_set )
      = empty_set ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t2_boole) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(23,axiom,
    ! [A: $i] :
      ( ( empty @ A )
     => ( ( empty @ ( relation_dom @ A ) )
        & ( relation @ ( relation_dom @ A ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fc7_relat_1) ).

thf(24,axiom,
    ! [A: $i] :
      ( ( ~ ( empty @ A )
        & ( relation @ A ) )
     => ~ ( empty @ ( relation_dom @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fc5_relat_1) ).

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

thf(26,axiom,
    ! [A: $i,B: $i] :
      ( ( ( relation @ A )
        & ( function @ A ) )
     => ( ( relation @ ( relation_dom_restriction @ A @ B ) )
        & ( function @ ( relation_dom_restriction @ A @ B ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fc4_funct_1) ).

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

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

thf(29,axiom,
    ! [A: $i,B: $i] :
      ( ( ( relation @ A )
        & ( relation @ B ) )
     => ( relation @ ( set_intersection2 @ A @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fc1_relat_1) ).

thf(30,axiom,
    ! [A: $i,B: $i] :
      ( ( ( relation @ A )
        & ( relation_empty_yielding @ A ) )
     => ( ( relation @ ( relation_dom_restriction @ A @ B ) )
        & ( relation_empty_yielding @ ( relation_dom_restriction @ A @ B ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fc13_relat_1) ).

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

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

thf(33,axiom,
    ! [A: $i,B: $i] :
      ( ( relation @ A )
     => ( relation @ ( relation_dom_restriction @ A @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',dt_k7_relat_1) ).

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

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

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

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

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

thf(39,conjecture,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( relation @ C )
        & ( function @ C ) )
     => ( ( in @ B @ ( set_intersection2 @ ( relation_dom @ C ) @ A ) )
       => ( ( apply @ ( relation_dom_restriction @ C @ A ) @ B )
          = ( apply @ C @ B ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t71_funct_1) ).

thf(40,negated_conjecture,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ( ( relation @ C )
            & ( function @ C ) )
         => ( ( in @ B @ ( set_intersection2 @ ( relation_dom @ C ) @ A ) )
           => ( ( apply @ ( relation_dom_restriction @ C @ A ) @ B )
              = ( apply @ C @ B ) ) ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[39]) ).

thf(41,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ( ( relation @ C )
            & ( function @ C ) )
         => ( ( in @ B @ ( set_intersection2 @ ( relation_dom @ C ) @ A ) )
           => ( ( apply @ ( relation_dom_restriction @ C @ A ) @ B )
              = ( apply @ C @ B ) ) ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[40]) ).

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

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

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

thf(45,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( ( relation @ B )
            & ( function @ B ) )
         => ! [C: $i] :
              ( ( ( relation @ C )
                & ( function @ C ) )
             => ( ( B
                  = ( relation_dom_restriction @ C @ A ) )
              <=> ( ( ( relation_dom @ B )
                    = ( set_intersection2 @ ( relation_dom @ C ) @ A ) )
                  & ! [D: $i] :
                      ( ( in @ D @ ( relation_dom @ B ) )
                     => ( ( apply @ B @ D )
                        = ( apply @ C @ D ) ) ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

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

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

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

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

thf(50,plain,
    ( ( ! [A: $i] :
          ( ( set_intersection2 @ A @ empty_set )
          = empty_set ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

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

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

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

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

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

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

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

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

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

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

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

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

thf(63,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( set_intersection2 @ A @ A )
          = A ) )
    = $true ),
    inference(unfold_def,[status(thm)],[22]) ).

thf(64,plain,
    ( ( ! [A: $i] :
          ( ( empty @ A )
         => ( ( empty @ ( relation_dom @ A ) )
            & ( relation @ ( relation_dom @ A ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[23]) ).

thf(65,plain,
    ( ( ! [A: $i] :
          ( ( ~ ( empty @ A )
            & ( relation @ A ) )
         => ~ ( empty @ ( relation_dom @ A ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[24]) ).

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

thf(67,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( ( relation @ A )
            & ( function @ A ) )
         => ( ( relation @ ( relation_dom_restriction @ A @ B ) )
            & ( function @ ( relation_dom_restriction @ A @ B ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[26]) ).

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

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

thf(70,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( ( relation @ A )
            & ( relation @ B ) )
         => ( relation @ ( set_intersection2 @ A @ B ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[29]) ).

thf(71,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( ( relation @ A )
            & ( relation_empty_yielding @ A ) )
         => ( ( relation @ ( relation_dom_restriction @ A @ B ) )
            & ( relation_empty_yielding @ ( relation_dom_restriction @ A @ B ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[30]) ).

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

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

thf(74,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( relation @ A )
         => ( relation @ ( relation_dom_restriction @ A @ B ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[33]) ).

thf(75,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( set_intersection2 @ A @ B )
          = ( set_intersection2 @ B @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[34]) ).

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

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

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

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

thf(80,plain,
    ( ( ! [SY61: $i,SY62: $i] :
          ( ( ( relation @ SY62 )
            & ( function @ SY62 ) )
         => ( ( in @ SY61 @ ( set_intersection2 @ ( relation_dom @ SY62 ) @ sK1_A ) )
           => ( ( apply @ ( relation_dom_restriction @ SY62 @ sK1_A ) @ SY61 )
              = ( apply @ SY62 @ SY61 ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[41]) ).

thf(81,plain,
    ( ( ! [SY63: $i] :
          ( ( ( relation @ SY63 )
            & ( function @ SY63 ) )
         => ( ( in @ sK2_SY61 @ ( set_intersection2 @ ( relation_dom @ SY63 ) @ sK1_A ) )
           => ( ( apply @ ( relation_dom_restriction @ SY63 @ sK1_A ) @ sK2_SY61 )
              = ( apply @ SY63 @ sK2_SY61 ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[80]) ).

thf(82,plain,
    ( ( ( ( relation @ sK3_SY63 )
        & ( function @ sK3_SY63 ) )
     => ( ( in @ sK2_SY61 @ ( set_intersection2 @ ( relation_dom @ sK3_SY63 ) @ sK1_A ) )
       => ( ( apply @ ( relation_dom_restriction @ sK3_SY63 @ sK1_A ) @ sK2_SY61 )
          = ( apply @ sK3_SY63 @ sK2_SY61 ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[81]) ).

thf(83,plain,
    ( ( relation @ sK3_SY63 )
    = $true ),
    inference(standard_cnf,[status(thm)],[82]) ).

thf(84,plain,
    ( ( function @ sK3_SY63 )
    = $true ),
    inference(standard_cnf,[status(thm)],[82]) ).

thf(85,plain,
    ( ( in @ sK2_SY61 @ ( set_intersection2 @ ( relation_dom @ sK3_SY63 ) @ sK1_A ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[82]) ).

thf(86,plain,
    ( ( ( apply @ ( relation_dom_restriction @ sK3_SY63 @ sK1_A ) @ sK2_SY61 )
      = ( apply @ sK3_SY63 @ sK2_SY61 ) )
    = $false ),
    inference(standard_cnf,[status(thm)],[82]) ).

thf(87,plain,
    ( ( ( ( apply @ ( relation_dom_restriction @ sK3_SY63 @ sK1_A ) @ sK2_SY61 )
       != ( apply @ sK3_SY63 @ sK2_SY61 ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[86]) ).

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

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

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

thf(91,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( function @ B )
          | ~ ( relation @ B )
          | ( ! [C: $i] :
                ( ~ ( function @ C )
                | ~ ( relation @ C )
                | ( ( in @ ( sK4_D @ C @ B @ A ) @ ( relation_dom @ B ) )
                  & ( ( apply @ B @ ( sK4_D @ C @ B @ A ) )
                   != ( apply @ C @ ( sK4_D @ C @ B @ A ) ) ) )
                | ( ( relation_dom @ B )
                 != ( set_intersection2 @ ( relation_dom @ C ) @ A ) )
                | ( B
                  = ( relation_dom_restriction @ C @ A ) ) )
            & ! [C: $i] :
                ( ~ ( function @ C )
                | ~ ( relation @ C )
                | ( B
                 != ( relation_dom_restriction @ C @ A ) )
                | ! [D: $i] :
                    ( ~ ( in @ D @ ( relation_dom @ B ) )
                    | ( ( apply @ B @ D )
                      = ( apply @ C @ D ) ) ) )
            & ! [C: $i] :
                ( ~ ( function @ C )
                | ~ ( relation @ C )
                | ( B
                 != ( relation_dom_restriction @ C @ A ) )
                | ( ( relation_dom @ B )
                  = ( set_intersection2 @ ( relation_dom @ C ) @ A ) ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[45]) ).

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

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

thf(94,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)],[48]) ).

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

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

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

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

thf(99,plain,
    ( ( ( function @ sK6_A )
      & ( relation @ sK6_A )
      & ( one_to_one @ sK6_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[54]) ).

thf(100,plain,
    ( ( ~ ( empty @ sK7_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[55]) ).

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

thf(102,plain,
    ( ( ~ ( empty @ sK9_A )
      & ( relation @ sK9_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[57]) ).

thf(103,plain,
    ( ( ( empty @ sK10_A )
      & ( relation @ sK10_A )
      & ( function @ sK10_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[58]) ).

thf(104,plain,
    ( ( empty @ sK11_A )
    = $true ),
    inference(extcnf_combined,[status(esa)],[59]) ).

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

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

thf(107,plain,
    ( ( ( function @ sK14_A )
      & ( relation @ sK14_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[62]) ).

thf(108,plain,
    ( ( ! [A: $i] :
          ( ( set_intersection2 @ A @ A )
          = A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[63]) ).

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

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

thf(111,plain,
    ( ( ! [A: $i] :
          ( ~ ( function @ A )
          | ~ ( relation @ A )
          | ! [B: $i] : ( function @ ( relation_dom_restriction @ A @ B ) ) )
      & ! [A: $i] :
          ( ~ ( function @ A )
          | ~ ( relation @ A )
          | ! [B: $i] : ( relation @ ( relation_dom_restriction @ A @ B ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[67]) ).

thf(112,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( relation @ A )
          | ~ ( relation @ B )
          | ( relation @ ( set_intersection2 @ A @ B ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[70]) ).

thf(113,plain,
    ( ( ! [A: $i] :
          ( ~ ( relation @ A )
          | ~ ( relation_empty_yielding @ A )
          | ! [B: $i] : ( relation @ ( relation_dom_restriction @ A @ B ) ) )
      & ! [A: $i] :
          ( ~ ( relation @ A )
          | ~ ( relation_empty_yielding @ A )
          | ! [B: $i] : ( relation_empty_yielding @ ( relation_dom_restriction @ A @ B ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[71]) ).

thf(114,plain,
    ( ( ! [A: $i] : ( element @ ( sK15_B @ A ) @ A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[73]) ).

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

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

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

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

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

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

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

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

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

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

thf(125,plain,
    ( ( ! [A: $i] :
          ( ~ ( relation @ A )
          | ! [B: $i] : ( relation @ ( relation_dom_restriction @ A @ B ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[115]) ).

thf(126,plain,
    ( ( ! [A: $i] : ( element @ ( sK15_B @ A ) @ A ) )
    = $true ),
    inference(copy,[status(thm)],[114]) ).

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

thf(128,plain,
    ( ( ! [A: $i] :
          ( ~ ( relation @ A )
          | ~ ( relation_empty_yielding @ A )
          | ! [B: $i] : ( relation @ ( relation_dom_restriction @ A @ B ) ) )
      & ! [A: $i] :
          ( ~ ( relation @ A )
          | ~ ( relation_empty_yielding @ A )
          | ! [B: $i] : ( relation_empty_yielding @ ( relation_dom_restriction @ A @ B ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[113]) ).

thf(129,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( relation @ A )
          | ~ ( relation @ B )
          | ( relation @ ( set_intersection2 @ A @ B ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[112]) ).

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

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

thf(132,plain,
    ( ( ! [A: $i] :
          ( ~ ( function @ A )
          | ~ ( relation @ A )
          | ! [B: $i] : ( function @ ( relation_dom_restriction @ A @ B ) ) )
      & ! [A: $i] :
          ( ~ ( function @ A )
          | ~ ( relation @ A )
          | ! [B: $i] : ( relation @ ( relation_dom_restriction @ A @ B ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[111]) ).

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

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

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

thf(136,plain,
    ( ( ! [A: $i] :
          ( ( set_intersection2 @ A @ A )
          = A ) )
    = $true ),
    inference(copy,[status(thm)],[108]) ).

thf(137,plain,
    ( ( ( function @ sK14_A )
      & ( relation @ sK14_A ) )
    = $true ),
    inference(copy,[status(thm)],[107]) ).

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

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

thf(140,plain,
    ( ( empty @ sK11_A )
    = $true ),
    inference(copy,[status(thm)],[104]) ).

thf(141,plain,
    ( ( ( empty @ sK10_A )
      & ( relation @ sK10_A )
      & ( function @ sK10_A ) )
    = $true ),
    inference(copy,[status(thm)],[103]) ).

thf(142,plain,
    ( ( ~ ( empty @ sK9_A )
      & ( relation @ sK9_A ) )
    = $true ),
    inference(copy,[status(thm)],[102]) ).

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

thf(144,plain,
    ( ( ~ ( empty @ sK7_A ) )
    = $true ),
    inference(copy,[status(thm)],[100]) ).

thf(145,plain,
    ( ( ( function @ sK6_A )
      & ( relation @ sK6_A )
      & ( one_to_one @ sK6_A ) )
    = $true ),
    inference(copy,[status(thm)],[99]) ).

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

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

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

thf(149,plain,
    ( ( ! [A: $i] :
          ( ( set_intersection2 @ A @ empty_set )
          = empty_set ) )
    = $true ),
    inference(copy,[status(thm)],[50]) ).

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

thf(151,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)],[94]) ).

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

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

thf(154,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( function @ B )
          | ~ ( relation @ B )
          | ( ! [C: $i] :
                ( ~ ( function @ C )
                | ~ ( relation @ C )
                | ( ( in @ ( sK4_D @ C @ B @ A ) @ ( relation_dom @ B ) )
                  & ( ( apply @ B @ ( sK4_D @ C @ B @ A ) )
                   != ( apply @ C @ ( sK4_D @ C @ B @ A ) ) ) )
                | ( ( relation_dom @ B )
                 != ( set_intersection2 @ ( relation_dom @ C ) @ A ) )
                | ( B
                  = ( relation_dom_restriction @ C @ A ) ) )
            & ! [C: $i] :
                ( ~ ( function @ C )
                | ~ ( relation @ C )
                | ( B
                 != ( relation_dom_restriction @ C @ A ) )
                | ! [D: $i] :
                    ( ~ ( in @ D @ ( relation_dom @ B ) )
                    | ( ( apply @ B @ D )
                      = ( apply @ C @ D ) ) ) )
            & ! [C: $i] :
                ( ~ ( function @ C )
                | ~ ( relation @ C )
                | ( B
                 != ( relation_dom_restriction @ C @ A ) )
                | ( ( relation_dom @ B )
                  = ( set_intersection2 @ ( relation_dom @ C ) @ A ) ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[91]) ).

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

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

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

thf(158,plain,
    ( ( in @ sK2_SY61 @ ( set_intersection2 @ ( relation_dom @ sK3_SY63 ) @ sK1_A ) )
    = $true ),
    inference(copy,[status(thm)],[85]) ).

thf(159,plain,
    ( ( function @ sK3_SY63 )
    = $true ),
    inference(copy,[status(thm)],[84]) ).

thf(160,plain,
    ( ( relation @ sK3_SY63 )
    = $true ),
    inference(copy,[status(thm)],[83]) ).

thf(161,plain,
    ( ( ( ( apply @ ( relation_dom_restriction @ sK3_SY63 @ sK1_A ) @ sK2_SY61 )
       != ( apply @ sK3_SY63 @ sK2_SY61 ) ) )
    = $true ),
    inference(copy,[status(thm)],[87]) ).

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

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

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

thf(165,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)],[151]) ).

thf(166,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( function @ SX1 )
          | ~ ( relation @ SX1 )
          | ~ ( ~ ! [SX2: $i] :
                    ( ~ ( function @ SX2 )
                    | ~ ( relation @ SX2 )
                    | ~ ( ~ ( in @ ( sK4_D @ SX2 @ SX1 @ SX0 ) @ ( relation_dom @ SX1 ) )
                        | ~ ( ( ( apply @ SX1 @ ( sK4_D @ SX2 @ SX1 @ SX0 ) )
                             != ( apply @ SX2 @ ( sK4_D @ SX2 @ SX1 @ SX0 ) ) ) ) )
                    | ( ( relation_dom @ SX1 )
                     != ( set_intersection2 @ ( relation_dom @ SX2 ) @ SX0 ) )
                    | ( SX1
                      = ( relation_dom_restriction @ SX2 @ SX0 ) ) )
              | ~ ~ ( ~ ! [SX2: $i] :
                          ( ~ ( function @ SX2 )
                          | ~ ( relation @ SX2 )
                          | ( SX1
                           != ( relation_dom_restriction @ SX2 @ SX0 ) )
                          | ! [SX3: $i] :
                              ( ~ ( in @ SX3 @ ( relation_dom @ SX1 ) )
                              | ( ( apply @ SX1 @ SX3 )
                                = ( apply @ SX2 @ SX3 ) ) ) )
                    | ~ ! [SX2: $i] :
                          ( ~ ( function @ SX2 )
                          | ~ ( relation @ SX2 )
                          | ( SX1
                           != ( relation_dom_restriction @ SX2 @ SX0 ) )
                          | ( ( relation_dom @ SX1 )
                            = ( set_intersection2 @ ( relation_dom @ SX2 ) @ SX0 ) ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[154]) ).

thf(167,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( function @ SX0 )
                | ~ ( relation @ SX0 )
                | ! [SX1: $i] : ( function @ ( relation_dom_restriction @ SX0 @ SX1 ) ) )
          | ~ ! [SX0: $i] :
                ( ~ ( function @ SX0 )
                | ~ ( relation @ SX0 )
                | ! [SX1: $i] : ( relation @ ( relation_dom_restriction @ SX0 @ SX1 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[132]) ).

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

thf(169,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( relation @ SX0 )
                | ~ ( relation_empty_yielding @ SX0 )
                | ! [SX1: $i] : ( relation @ ( relation_dom_restriction @ SX0 @ SX1 ) ) )
          | ~ ! [SX0: $i] :
                ( ~ ( relation @ SX0 )
                | ~ ( relation_empty_yielding @ SX0 )
                | ! [SX1: $i] : ( relation_empty_yielding @ ( relation_dom_restriction @ SX0 @ SX1 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[128]) ).

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

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

thf(172,plain,
    ( ( ~ ( ~ ( function @ sK14_A )
          | ~ ( relation @ sK14_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[137]) ).

thf(173,plain,
    ( ( ~ ( ~ ~ ( empty @ sK9_A )
          | ~ ( relation @ sK9_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[142]) ).

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

thf(175,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( empty @ SX0 )
                | ( empty @ ( relation_dom @ SX0 ) ) )
          | ~ ! [SX0: $i] :
                ( ~ ( empty @ SX0 )
                | ( relation @ ( relation_dom @ SX0 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[135]) ).

thf(176,plain,
    ( ( ~ ( ~ ~ ( ~ ( empty @ sK10_A )
                | ~ ( relation @ sK10_A ) )
          | ~ ( function @ sK10_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[141]) ).

thf(177,plain,
    ( ( ~ ( ~ ~ ( ~ ( function @ sK6_A )
                | ~ ( relation @ sK6_A ) )
          | ~ ( one_to_one @ sK6_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[145]) ).

thf(178,plain,
    ! [SV1: $i] :
      ( ( ! [SY64: $i] :
            ( ~ ( in @ SV1 @ SY64 )
            | ~ ( in @ SY64 @ SV1 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[120]) ).

thf(179,plain,
    ! [SV2: $i] :
      ( ( ~ ( empty @ SV2 )
        | ( function @ SV2 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[121]) ).

thf(180,plain,
    ! [SV3: $i] :
      ( ( ~ ( empty @ SV3 )
        | ( relation @ SV3 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[122]) ).

thf(181,plain,
    ! [SV4: $i] :
      ( ( ! [SY65: $i] :
            ( ( set_intersection2 @ SV4 @ SY65 )
            = ( set_intersection2 @ SY65 @ SV4 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[124]) ).

thf(182,plain,
    ! [SV5: $i] :
      ( ( ~ ( relation @ SV5 )
        | ! [SY66: $i] : ( relation @ ( relation_dom_restriction @ SV5 @ SY66 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[125]) ).

thf(183,plain,
    ! [SV6: $i] :
      ( ( element @ ( sK15_B @ SV6 ) @ SV6 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[126]) ).

thf(184,plain,
    ! [SV7: $i] :
      ( ( ! [SY67: $i] :
            ( ~ ( relation @ SV7 )
            | ~ ( relation @ SY67 )
            | ( relation @ ( set_intersection2 @ SV7 @ SY67 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[129]) ).

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

thf(186,plain,
    ! [SV9: $i] :
      ( ( ( empty @ SV9 )
        | ~ ( relation @ SV9 )
        | ~ ( empty @ ( relation_dom @ SV9 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[134]) ).

thf(187,plain,
    ! [SV10: $i] :
      ( ( ( set_intersection2 @ SV10 @ SV10 )
        = SV10 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[136]) ).

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

thf(189,plain,
    ! [SV11: $i] :
      ( ( subset @ SV11 @ SV11 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[147]) ).

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

thf(191,plain,
    ! [SV13: $i] :
      ( ( ( set_intersection2 @ SV13 @ empty_set )
        = empty_set )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[149]) ).

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

thf(193,plain,
    ! [SV15: $i] :
      ( ( ! [SY70: $i,SY71: $i] :
            ( ~ ( element @ SY70 @ ( powerset @ SY71 ) )
            | ~ ( in @ SV15 @ SY70 )
            | ( element @ SV15 @ SY71 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[152]) ).

thf(194,plain,
    ! [SV16: $i] :
      ( ( ! [SY72: $i,SY73: $i] :
            ( ~ ( element @ SY72 @ ( powerset @ SY73 ) )
            | ~ ( in @ SV16 @ SY72 )
            | ~ ( empty @ SY73 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[153]) ).

thf(195,plain,
    ! [SV17: $i] :
      ( ( ~ ( empty @ SV17 )
        | ( SV17 = empty_set ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[155]) ).

thf(196,plain,
    ! [SV18: $i] :
      ( ( ! [SY74: $i] :
            ( ~ ( empty @ SY74 )
            | ~ ( in @ SV18 @ SY74 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[156]) ).

thf(197,plain,
    ! [SV19: $i] :
      ( ( ! [SY75: $i] :
            ( ( SV19 = SY75 )
            | ~ ( empty @ SV19 )
            | ~ ( empty @ SY75 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[157]) ).

thf(198,plain,
    ( ( ( apply @ ( relation_dom_restriction @ sK3_SY63 @ sK1_A ) @ sK2_SY61 )
      = ( apply @ sK3_SY63 @ sK2_SY61 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[161]) ).

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

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

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

thf(202,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)],[165]) ).

thf(203,plain,
    ! [SV21: $i] :
      ( ( ! [SY76: $i] :
            ( ~ ( function @ SY76 )
            | ~ ( relation @ SY76 )
            | ~ ( ~ ! [SY77: $i] :
                      ( ~ ( function @ SY77 )
                      | ~ ( relation @ SY77 )
                      | ~ ( ~ ( in @ ( sK4_D @ SY77 @ SY76 @ SV21 ) @ ( relation_dom @ SY76 ) )
                          | ~ ( ( ( apply @ SY76 @ ( sK4_D @ SY77 @ SY76 @ SV21 ) )
                               != ( apply @ SY77 @ ( sK4_D @ SY77 @ SY76 @ SV21 ) ) ) ) )
                      | ( ( relation_dom @ SY76 )
                       != ( set_intersection2 @ ( relation_dom @ SY77 ) @ SV21 ) )
                      | ( SY76
                        = ( relation_dom_restriction @ SY77 @ SV21 ) ) )
                | ~ ~ ( ~ ! [SY78: $i] :
                            ( ~ ( function @ SY78 )
                            | ~ ( relation @ SY78 )
                            | ( SY76
                             != ( relation_dom_restriction @ SY78 @ SV21 ) )
                            | ! [SX3: $i] :
                                ( ~ ( in @ SX3 @ ( relation_dom @ SY76 ) )
                                | ( ( apply @ SY76 @ SX3 )
                                  = ( apply @ SY78 @ SX3 ) ) ) )
                      | ~ ! [SY80: $i] :
                            ( ~ ( function @ SY80 )
                            | ~ ( relation @ SY80 )
                            | ( SY76
                             != ( relation_dom_restriction @ SY80 @ SV21 ) )
                            | ( ( relation_dom @ SY76 )
                              = ( set_intersection2 @ ( relation_dom @ SY80 ) @ SV21 ) ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[166]) ).

thf(204,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( function @ SX0 )
            | ~ ( relation @ SX0 )
            | ! [SX1: $i] : ( function @ ( relation_dom_restriction @ SX0 @ SX1 ) ) )
      | ~ ! [SX0: $i] :
            ( ~ ( function @ SX0 )
            | ~ ( relation @ SX0 )
            | ! [SX1: $i] : ( relation @ ( relation_dom_restriction @ SX0 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[167]) ).

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

thf(206,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( relation @ SX0 )
            | ~ ( relation_empty_yielding @ SX0 )
            | ! [SX1: $i] : ( relation @ ( relation_dom_restriction @ SX0 @ SX1 ) ) )
      | ~ ! [SX0: $i] :
            ( ~ ( relation @ SX0 )
            | ~ ( relation_empty_yielding @ SX0 )
            | ! [SX1: $i] : ( relation_empty_yielding @ ( relation_dom_restriction @ SX0 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[169]) ).

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

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

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

thf(210,plain,
    ( ( ~ ~ ( empty @ sK9_A )
      | ~ ( relation @ sK9_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[173]) ).

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

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

thf(213,plain,
    ( ( ~ ~ ( ~ ( empty @ sK10_A )
            | ~ ( relation @ sK10_A ) )
      | ~ ( function @ sK10_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[176]) ).

thf(214,plain,
    ( ( ~ ~ ( ~ ( function @ sK6_A )
            | ~ ( relation @ sK6_A ) )
      | ~ ( one_to_one @ sK6_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[177]) ).

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

thf(216,plain,
    ! [SV2: $i] :
      ( ( ( ~ ( empty @ SV2 ) )
        = $true )
      | ( ( function @ SV2 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[179]) ).

thf(217,plain,
    ! [SV3: $i] :
      ( ( ( ~ ( empty @ SV3 ) )
        = $true )
      | ( ( relation @ SV3 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[180]) ).

thf(218,plain,
    ! [SV24: $i,SV4: $i] :
      ( ( ( set_intersection2 @ SV4 @ SV24 )
        = ( set_intersection2 @ SV24 @ SV4 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[181]) ).

thf(219,plain,
    ! [SV5: $i] :
      ( ( ( ~ ( relation @ SV5 ) )
        = $true )
      | ( ( ! [SY66: $i] : ( relation @ ( relation_dom_restriction @ SV5 @ SY66 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[182]) ).

thf(220,plain,
    ! [SV25: $i,SV7: $i] :
      ( ( ~ ( relation @ SV7 )
        | ~ ( relation @ SV25 )
        | ( relation @ ( set_intersection2 @ SV7 @ SV25 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[184]) ).

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

thf(222,plain,
    ! [SV9: $i] :
      ( ( ( ( empty @ SV9 )
          | ~ ( relation @ SV9 ) )
        = $true )
      | ( ( ~ ( empty @ ( relation_dom @ SV9 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[186]) ).

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

thf(224,plain,
    ! [SV27: $i,SV14: $i] :
      ( ( ~ ( element @ SV14 @ SV27 )
        | ( empty @ SV27 )
        | ( in @ SV14 @ SV27 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[192]) ).

thf(225,plain,
    ! [SV15: $i,SV28: $i] :
      ( ( ! [SY81: $i] :
            ( ~ ( element @ SV28 @ ( powerset @ SY81 ) )
            | ~ ( in @ SV15 @ SV28 )
            | ( element @ SV15 @ SY81 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[193]) ).

thf(226,plain,
    ! [SV16: $i,SV29: $i] :
      ( ( ! [SY82: $i] :
            ( ~ ( element @ SV29 @ ( powerset @ SY82 ) )
            | ~ ( in @ SV16 @ SV29 )
            | ~ ( empty @ SY82 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[194]) ).

thf(227,plain,
    ! [SV17: $i] :
      ( ( ( ~ ( empty @ SV17 ) )
        = $true )
      | ( ( SV17 = empty_set )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[195]) ).

thf(228,plain,
    ! [SV18: $i,SV30: $i] :
      ( ( ~ ( empty @ SV30 )
        | ~ ( in @ SV18 @ SV30 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[196]) ).

thf(229,plain,
    ! [SV31: $i,SV19: $i] :
      ( ( ( SV19 = SV31 )
        | ~ ( empty @ SV19 )
        | ~ ( empty @ SV31 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[197]) ).

thf(230,plain,
    ! [SV20: $i] :
      ( ( ( empty @ SV20 )
        = $true )
      | ( ( ~ ( ~ ( element @ ( sK12_B @ SV20 ) @ ( powerset @ SV20 ) )
              | ~ ~ ( empty @ ( sK12_B @ SV20 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[199]) ).

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

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

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

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

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

thf(237,plain,
    ! [SV21: $i,SV32: $i] :
      ( ( ~ ( function @ SV32 )
        | ~ ( relation @ SV32 )
        | ~ ( ~ ! [SY83: $i] :
                  ( ~ ( function @ SY83 )
                  | ~ ( relation @ SY83 )
                  | ~ ( ~ ( in @ ( sK4_D @ SY83 @ SV32 @ SV21 ) @ ( relation_dom @ SV32 ) )
                      | ~ ( ( ( apply @ SV32 @ ( sK4_D @ SY83 @ SV32 @ SV21 ) )
                           != ( apply @ SY83 @ ( sK4_D @ SY83 @ SV32 @ SV21 ) ) ) ) )
                  | ( ( relation_dom @ SV32 )
                   != ( set_intersection2 @ ( relation_dom @ SY83 ) @ SV21 ) )
                  | ( SV32
                    = ( relation_dom_restriction @ SY83 @ SV21 ) ) )
            | ~ ~ ( ~ ! [SY84: $i] :
                        ( ~ ( function @ SY84 )
                        | ~ ( relation @ SY84 )
                        | ( SV32
                         != ( relation_dom_restriction @ SY84 @ SV21 ) )
                        | ! [SY85: $i] :
                            ( ~ ( in @ SY85 @ ( relation_dom @ SV32 ) )
                            | ( ( apply @ SV32 @ SY85 )
                              = ( apply @ SY84 @ SY85 ) ) ) )
                  | ~ ! [SY86: $i] :
                        ( ~ ( function @ SY86 )
                        | ~ ( relation @ SY86 )
                        | ( SV32
                         != ( relation_dom_restriction @ SY86 @ SV21 ) )
                        | ( ( relation_dom @ SV32 )
                          = ( set_intersection2 @ ( relation_dom @ SY86 ) @ SV21 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[203]) ).

thf(238,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( function @ SX0 )
            | ~ ( relation @ SX0 )
            | ! [SX1: $i] : ( function @ ( relation_dom_restriction @ SX0 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[204]) ).

thf(239,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( function @ SX0 )
            | ~ ( relation @ SX0 )
            | ! [SX1: $i] : ( relation @ ( relation_dom_restriction @ SX0 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[204]) ).

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

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

thf(242,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( relation @ SX0 )
            | ~ ( relation_empty_yielding @ SX0 )
            | ! [SX1: $i] : ( relation @ ( relation_dom_restriction @ SX0 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[206]) ).

thf(243,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( relation @ SX0 )
            | ~ ( relation_empty_yielding @ SX0 )
            | ! [SX1: $i] : ( relation_empty_yielding @ ( relation_dom_restriction @ SX0 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[206]) ).

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

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

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

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

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

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

thf(250,plain,
    ( ( ~ ~ ( empty @ sK9_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[210]) ).

thf(251,plain,
    ( ( ~ ( relation @ sK9_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[210]) ).

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

thf(253,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( empty @ SX0 )
            | ( empty @ ( relation_dom @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[212]) ).

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

thf(255,plain,
    ( ( ~ ~ ( ~ ( empty @ sK10_A )
            | ~ ( relation @ sK10_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[213]) ).

thf(256,plain,
    ( ( ~ ( function @ sK10_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[213]) ).

thf(257,plain,
    ( ( ~ ~ ( ~ ( function @ sK6_A )
            | ~ ( relation @ sK6_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[214]) ).

thf(258,plain,
    ( ( ~ ( one_to_one @ sK6_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[214]) ).

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

thf(260,plain,
    ! [SV2: $i] :
      ( ( ( empty @ SV2 )
        = $false )
      | ( ( function @ SV2 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[216]) ).

thf(261,plain,
    ! [SV3: $i] :
      ( ( ( empty @ SV3 )
        = $false )
      | ( ( relation @ SV3 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[217]) ).

thf(262,plain,
    ! [SV5: $i] :
      ( ( ( relation @ SV5 )
        = $false )
      | ( ( ! [SY66: $i] : ( relation @ ( relation_dom_restriction @ SV5 @ SY66 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[219]) ).

thf(263,plain,
    ! [SV25: $i,SV7: $i] :
      ( ( ( ~ ( relation @ SV7 )
          | ~ ( relation @ SV25 ) )
        = $true )
      | ( ( relation @ ( set_intersection2 @ SV7 @ SV25 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[220]) ).

thf(264,plain,
    ! [SV9: $i] :
      ( ( ( empty @ SV9 )
        = $true )
      | ( ( ~ ( relation @ SV9 ) )
        = $true )
      | ( ( ~ ( empty @ ( relation_dom @ SV9 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[222]) ).

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

thf(266,plain,
    ! [SV27: $i,SV14: $i] :
      ( ( ( ~ ( element @ SV14 @ SV27 ) )
        = $true )
      | ( ( ( empty @ SV27 )
          | ( in @ SV14 @ SV27 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[224]) ).

thf(267,plain,
    ! [SV15: $i,SV33: $i,SV28: $i] :
      ( ( ~ ( element @ SV28 @ ( powerset @ SV33 ) )
        | ~ ( in @ SV15 @ SV28 )
        | ( element @ SV15 @ SV33 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[225]) ).

thf(268,plain,
    ! [SV16: $i,SV34: $i,SV29: $i] :
      ( ( ~ ( element @ SV29 @ ( powerset @ SV34 ) )
        | ~ ( in @ SV16 @ SV29 )
        | ~ ( empty @ SV34 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[226]) ).

thf(269,plain,
    ! [SV17: $i] :
      ( ( ( empty @ SV17 )
        = $false )
      | ( ( SV17 = empty_set )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[227]) ).

thf(270,plain,
    ! [SV18: $i,SV30: $i] :
      ( ( ( ~ ( empty @ SV30 ) )
        = $true )
      | ( ( ~ ( in @ SV18 @ SV30 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[228]) ).

thf(271,plain,
    ! [SV31: $i,SV19: $i] :
      ( ( ( ( SV19 = SV31 )
          | ~ ( empty @ SV19 ) )
        = $true )
      | ( ( ~ ( empty @ SV31 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[229]) ).

thf(272,plain,
    ! [SV20: $i] :
      ( ( ( ~ ( element @ ( sK12_B @ SV20 ) @ ( powerset @ SV20 ) )
          | ~ ~ ( empty @ ( sK12_B @ SV20 ) ) )
        = $false )
      | ( ( empty @ SV20 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[230]) ).

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

thf(275,plain,
    ( ( empty @ sK13_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[233]) ).

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

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

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

thf(279,plain,
    ! [SV21: $i,SV32: $i] :
      ( ( ( ~ ( function @ SV32 )
          | ~ ( relation @ SV32 ) )
        = $true )
      | ( ( ~ ( ~ ! [SY83: $i] :
                    ( ~ ( function @ SY83 )
                    | ~ ( relation @ SY83 )
                    | ~ ( ~ ( in @ ( sK4_D @ SY83 @ SV32 @ SV21 ) @ ( relation_dom @ SV32 ) )
                        | ~ ( ( ( apply @ SV32 @ ( sK4_D @ SY83 @ SV32 @ SV21 ) )
                             != ( apply @ SY83 @ ( sK4_D @ SY83 @ SV32 @ SV21 ) ) ) ) )
                    | ( ( relation_dom @ SV32 )
                     != ( set_intersection2 @ ( relation_dom @ SY83 ) @ SV21 ) )
                    | ( SV32
                      = ( relation_dom_restriction @ SY83 @ SV21 ) ) )
              | ~ ~ ( ~ ! [SY84: $i] :
                          ( ~ ( function @ SY84 )
                          | ~ ( relation @ SY84 )
                          | ( SV32
                           != ( relation_dom_restriction @ SY84 @ SV21 ) )
                          | ! [SY85: $i] :
                              ( ~ ( in @ SY85 @ ( relation_dom @ SV32 ) )
                              | ( ( apply @ SV32 @ SY85 )
                                = ( apply @ SY84 @ SY85 ) ) ) )
                    | ~ ! [SY86: $i] :
                          ( ~ ( function @ SY86 )
                          | ~ ( relation @ SY86 )
                          | ( SV32
                           != ( relation_dom_restriction @ SY86 @ SV21 ) )
                          | ( ( relation_dom @ SV32 )
                            = ( set_intersection2 @ ( relation_dom @ SY86 ) @ SV21 ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[237]) ).

thf(280,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( function @ SX0 )
          | ~ ( relation @ SX0 )
          | ! [SX1: $i] : ( function @ ( relation_dom_restriction @ SX0 @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[238]) ).

thf(281,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( function @ SX0 )
          | ~ ( relation @ SX0 )
          | ! [SX1: $i] : ( relation @ ( relation_dom_restriction @ SX0 @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[239]) ).

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

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

thf(284,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( relation @ SX0 )
          | ~ ( relation_empty_yielding @ SX0 )
          | ! [SX1: $i] : ( relation @ ( relation_dom_restriction @ SX0 @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[242]) ).

thf(285,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( relation @ SX0 )
          | ~ ( relation_empty_yielding @ SX0 )
          | ! [SX1: $i] : ( relation_empty_yielding @ ( relation_dom_restriction @ SX0 @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[243]) ).

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

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

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

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

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

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

thf(292,plain,
    ( ( ~ ( empty @ sK9_A ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[250]) ).

thf(293,plain,
    ( ( relation @ sK9_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[251]) ).

thf(294,plain,
    ! [SV22: $i] :
      ( ( ~ ( element @ ( sK8_B @ SV22 ) @ ( powerset @ SV22 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[252]) ).

thf(295,plain,
    ! [SV22: $i] :
      ( ( ~ ( empty @ ( sK8_B @ SV22 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[252]) ).

thf(296,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( empty @ SX0 )
          | ( empty @ ( relation_dom @ SX0 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[253]) ).

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

thf(298,plain,
    ( ( ~ ( ~ ( empty @ sK10_A )
          | ~ ( relation @ sK10_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[255]) ).

thf(299,plain,
    ( ( function @ sK10_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[256]) ).

thf(300,plain,
    ( ( ~ ( ~ ( function @ sK6_A )
          | ~ ( relation @ sK6_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[257]) ).

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

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

thf(303,plain,
    ! [SV35: $i,SV5: $i] :
      ( ( ( relation @ ( relation_dom_restriction @ SV5 @ SV35 ) )
        = $true )
      | ( ( relation @ SV5 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[262]) ).

thf(304,plain,
    ! [SV25: $i,SV7: $i] :
      ( ( ( ~ ( relation @ SV7 ) )
        = $true )
      | ( ( ~ ( relation @ SV25 ) )
        = $true )
      | ( ( relation @ ( set_intersection2 @ SV7 @ SV25 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[263]) ).

thf(305,plain,
    ! [SV9: $i] :
      ( ( ( relation @ SV9 )
        = $false )
      | ( ( empty @ SV9 )
        = $true )
      | ( ( ~ ( empty @ ( relation_dom @ SV9 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[264]) ).

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

thf(307,plain,
    ! [SV27: $i,SV14: $i] :
      ( ( ( element @ SV14 @ SV27 )
        = $false )
      | ( ( ( empty @ SV27 )
          | ( in @ SV14 @ SV27 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[266]) ).

thf(308,plain,
    ! [SV15: $i,SV33: $i,SV28: $i] :
      ( ( ( ~ ( element @ SV28 @ ( powerset @ SV33 ) )
          | ~ ( in @ SV15 @ SV28 ) )
        = $true )
      | ( ( element @ SV15 @ SV33 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[267]) ).

thf(309,plain,
    ! [SV16: $i,SV34: $i,SV29: $i] :
      ( ( ( ~ ( element @ SV29 @ ( powerset @ SV34 ) )
          | ~ ( in @ SV16 @ SV29 ) )
        = $true )
      | ( ( ~ ( empty @ SV34 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[268]) ).

thf(310,plain,
    ! [SV18: $i,SV30: $i] :
      ( ( ( empty @ SV30 )
        = $false )
      | ( ( ~ ( in @ SV18 @ SV30 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[270]) ).

thf(311,plain,
    ! [SV31: $i,SV19: $i] :
      ( ( ( SV19 = SV31 )
        = $true )
      | ( ( ~ ( empty @ SV19 ) )
        = $true )
      | ( ( ~ ( empty @ SV31 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[271]) ).

thf(312,plain,
    ! [SV20: $i] :
      ( ( ( ~ ( element @ ( sK12_B @ SV20 ) @ ( powerset @ SV20 ) ) )
        = $false )
      | ( ( empty @ SV20 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[272]) ).

thf(313,plain,
    ! [SV20: $i] :
      ( ( ( ~ ~ ( empty @ ( sK12_B @ SV20 ) ) )
        = $false )
      | ( ( empty @ SV20 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[272]) ).

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

thf(316,plain,
    ! [SV37: $i] :
      ( ( ! [SY87: $i] :
            ( ~ ( element @ SV37 @ ( powerset @ SY87 ) )
            | ( subset @ SV37 @ SY87 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[277]) ).

thf(317,plain,
    ! [SV38: $i] :
      ( ( ! [SY88: $i] :
            ( ~ ( subset @ SV38 @ SY88 )
            | ( element @ SV38 @ ( powerset @ SY88 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[278]) ).

thf(318,plain,
    ! [SV21: $i,SV32: $i] :
      ( ( ( ~ ( function @ SV32 ) )
        = $true )
      | ( ( ~ ( relation @ SV32 ) )
        = $true )
      | ( ( ~ ( ~ ! [SY83: $i] :
                    ( ~ ( function @ SY83 )
                    | ~ ( relation @ SY83 )
                    | ~ ( ~ ( in @ ( sK4_D @ SY83 @ SV32 @ SV21 ) @ ( relation_dom @ SV32 ) )
                        | ~ ( ( ( apply @ SV32 @ ( sK4_D @ SY83 @ SV32 @ SV21 ) )
                             != ( apply @ SY83 @ ( sK4_D @ SY83 @ SV32 @ SV21 ) ) ) ) )
                    | ( ( relation_dom @ SV32 )
                     != ( set_intersection2 @ ( relation_dom @ SY83 ) @ SV21 ) )
                    | ( SV32
                      = ( relation_dom_restriction @ SY83 @ SV21 ) ) )
              | ~ ~ ( ~ ! [SY84: $i] :
                          ( ~ ( function @ SY84 )
                          | ~ ( relation @ SY84 )
                          | ( SV32
                           != ( relation_dom_restriction @ SY84 @ SV21 ) )
                          | ! [SY85: $i] :
                              ( ~ ( in @ SY85 @ ( relation_dom @ SV32 ) )
                              | ( ( apply @ SV32 @ SY85 )
                                = ( apply @ SY84 @ SY85 ) ) ) )
                    | ~ ! [SY86: $i] :
                          ( ~ ( function @ SY86 )
                          | ~ ( relation @ SY86 )
                          | ( SV32
                           != ( relation_dom_restriction @ SY86 @ SV21 ) )
                          | ( ( relation_dom @ SV32 )
                            = ( set_intersection2 @ ( relation_dom @ SY86 ) @ SV21 ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[279]) ).

thf(319,plain,
    ! [SV39: $i] :
      ( ( ~ ( function @ SV39 )
        | ~ ( relation @ SV39 )
        | ! [SY89: $i] : ( function @ ( relation_dom_restriction @ SV39 @ SY89 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[280]) ).

thf(320,plain,
    ! [SV40: $i] :
      ( ( ~ ( function @ SV40 )
        | ~ ( relation @ SV40 )
        | ! [SY90: $i] : ( relation @ ( relation_dom_restriction @ SV40 @ SY90 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[281]) ).

thf(321,plain,
    ! [SV41: $i] :
      ( ( ~ ( relation @ SV41 )
        | ~ ( relation_empty_yielding @ SV41 )
        | ! [SY91: $i] : ( relation @ ( relation_dom_restriction @ SV41 @ SY91 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[284]) ).

thf(322,plain,
    ! [SV42: $i] :
      ( ( ~ ( relation @ SV42 )
        | ~ ( relation_empty_yielding @ SV42 )
        | ! [SY92: $i] : ( relation_empty_yielding @ ( relation_dom_restriction @ SV42 @ SY92 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[285]) ).

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

thf(324,plain,
    ( ( empty @ sK9_A )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[292]) ).

thf(325,plain,
    ! [SV22: $i] :
      ( ( element @ ( sK8_B @ SV22 ) @ ( powerset @ SV22 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[294]) ).

thf(326,plain,
    ! [SV22: $i] :
      ( ( empty @ ( sK8_B @ SV22 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[295]) ).

thf(327,plain,
    ! [SV43: $i] :
      ( ( ~ ( empty @ SV43 )
        | ( empty @ ( relation_dom @ SV43 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[296]) ).

thf(328,plain,
    ! [SV44: $i] :
      ( ( ~ ( empty @ SV44 )
        | ( relation @ ( relation_dom @ SV44 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[297]) ).

thf(329,plain,
    ( ( ~ ( empty @ sK10_A )
      | ~ ( relation @ sK10_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[298]) ).

thf(330,plain,
    ( ( ~ ( function @ sK6_A )
      | ~ ( relation @ sK6_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[300]) ).

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

thf(332,plain,
    ! [SV25: $i,SV7: $i] :
      ( ( ( relation @ SV7 )
        = $false )
      | ( ( ~ ( relation @ SV25 ) )
        = $true )
      | ( ( relation @ ( set_intersection2 @ SV7 @ SV25 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[304]) ).

thf(333,plain,
    ! [SV9: $i] :
      ( ( ( empty @ ( relation_dom @ SV9 ) )
        = $false )
      | ( ( empty @ SV9 )
        = $true )
      | ( ( relation @ SV9 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[305]) ).

thf(334,plain,
    ! [SV14: $i,SV27: $i] :
      ( ( ( empty @ SV27 )
        = $true )
      | ( ( in @ SV14 @ SV27 )
        = $true )
      | ( ( element @ SV14 @ SV27 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[307]) ).

thf(335,plain,
    ! [SV15: $i,SV33: $i,SV28: $i] :
      ( ( ( ~ ( element @ SV28 @ ( powerset @ SV33 ) ) )
        = $true )
      | ( ( ~ ( in @ SV15 @ SV28 ) )
        = $true )
      | ( ( element @ SV15 @ SV33 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[308]) ).

thf(336,plain,
    ! [SV16: $i,SV34: $i,SV29: $i] :
      ( ( ( ~ ( element @ SV29 @ ( powerset @ SV34 ) ) )
        = $true )
      | ( ( ~ ( in @ SV16 @ SV29 ) )
        = $true )
      | ( ( ~ ( empty @ SV34 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[309]) ).

thf(337,plain,
    ! [SV30: $i,SV18: $i] :
      ( ( ( in @ SV18 @ SV30 )
        = $false )
      | ( ( empty @ SV30 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[310]) ).

thf(338,plain,
    ! [SV31: $i,SV19: $i] :
      ( ( ( empty @ SV19 )
        = $false )
      | ( ( SV19 = SV31 )
        = $true )
      | ( ( ~ ( empty @ SV31 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[311]) ).

thf(339,plain,
    ! [SV20: $i] :
      ( ( ( element @ ( sK12_B @ SV20 ) @ ( powerset @ SV20 ) )
        = $true )
      | ( ( empty @ SV20 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[312]) ).

thf(340,plain,
    ! [SV20: $i] :
      ( ( ( ~ ( empty @ ( sK12_B @ SV20 ) ) )
        = $true )
      | ( ( empty @ SV20 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[313]) ).

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

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

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

thf(346,plain,
    ! [SV21: $i,SV32: $i] :
      ( ( ( function @ SV32 )
        = $false )
      | ( ( ~ ( relation @ SV32 ) )
        = $true )
      | ( ( ~ ( ~ ! [SY83: $i] :
                    ( ~ ( function @ SY83 )
                    | ~ ( relation @ SY83 )
                    | ~ ( ~ ( in @ ( sK4_D @ SY83 @ SV32 @ SV21 ) @ ( relation_dom @ SV32 ) )
                        | ~ ( ( ( apply @ SV32 @ ( sK4_D @ SY83 @ SV32 @ SV21 ) )
                             != ( apply @ SY83 @ ( sK4_D @ SY83 @ SV32 @ SV21 ) ) ) ) )
                    | ( ( relation_dom @ SV32 )
                     != ( set_intersection2 @ ( relation_dom @ SY83 ) @ SV21 ) )
                    | ( SV32
                      = ( relation_dom_restriction @ SY83 @ SV21 ) ) )
              | ~ ~ ( ~ ! [SY84: $i] :
                          ( ~ ( function @ SY84 )
                          | ~ ( relation @ SY84 )
                          | ( SV32
                           != ( relation_dom_restriction @ SY84 @ SV21 ) )
                          | ! [SY85: $i] :
                              ( ~ ( in @ SY85 @ ( relation_dom @ SV32 ) )
                              | ( ( apply @ SV32 @ SY85 )
                                = ( apply @ SY84 @ SY85 ) ) ) )
                    | ~ ! [SY86: $i] :
                          ( ~ ( function @ SY86 )
                          | ~ ( relation @ SY86 )
                          | ( SV32
                           != ( relation_dom_restriction @ SY86 @ SV21 ) )
                          | ( ( relation_dom @ SV32 )
                            = ( set_intersection2 @ ( relation_dom @ SY86 ) @ SV21 ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[318]) ).

thf(347,plain,
    ! [SV39: $i] :
      ( ( ( ~ ( function @ SV39 )
          | ~ ( relation @ SV39 ) )
        = $true )
      | ( ( ! [SY89: $i] : ( function @ ( relation_dom_restriction @ SV39 @ SY89 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[319]) ).

thf(348,plain,
    ! [SV40: $i] :
      ( ( ( ~ ( function @ SV40 )
          | ~ ( relation @ SV40 ) )
        = $true )
      | ( ( ! [SY90: $i] : ( relation @ ( relation_dom_restriction @ SV40 @ SY90 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[320]) ).

thf(349,plain,
    ! [SV41: $i] :
      ( ( ( ~ ( relation @ SV41 )
          | ~ ( relation_empty_yielding @ SV41 ) )
        = $true )
      | ( ( ! [SY91: $i] : ( relation @ ( relation_dom_restriction @ SV41 @ SY91 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[321]) ).

thf(350,plain,
    ! [SV42: $i] :
      ( ( ( ~ ( relation @ SV42 )
          | ~ ( relation_empty_yielding @ SV42 ) )
        = $true )
      | ( ( ! [SY92: $i] : ( relation_empty_yielding @ ( relation_dom_restriction @ SV42 @ SY92 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[322]) ).

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

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

thf(353,plain,
    ! [SV43: $i] :
      ( ( ( ~ ( empty @ SV43 ) )
        = $true )
      | ( ( empty @ ( relation_dom @ SV43 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[327]) ).

thf(354,plain,
    ! [SV44: $i] :
      ( ( ( ~ ( empty @ SV44 ) )
        = $true )
      | ( ( relation @ ( relation_dom @ SV44 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[328]) ).

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

thf(356,plain,
    ( ( ~ ( relation @ sK10_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[329]) ).

thf(357,plain,
    ( ( ~ ( function @ sK6_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[330]) ).

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

thf(359,plain,
    ! [SV7: $i,SV25: $i] :
      ( ( ( relation @ SV25 )
        = $false )
      | ( ( relation @ SV7 )
        = $false )
      | ( ( relation @ ( set_intersection2 @ SV7 @ SV25 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[332]) ).

thf(360,plain,
    ! [SV15: $i,SV33: $i,SV28: $i] :
      ( ( ( element @ SV28 @ ( powerset @ SV33 ) )
        = $false )
      | ( ( ~ ( in @ SV15 @ SV28 ) )
        = $true )
      | ( ( element @ SV15 @ SV33 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[335]) ).

thf(361,plain,
    ! [SV16: $i,SV34: $i,SV29: $i] :
      ( ( ( element @ SV29 @ ( powerset @ SV34 ) )
        = $false )
      | ( ( ~ ( in @ SV16 @ SV29 ) )
        = $true )
      | ( ( ~ ( empty @ SV34 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[336]) ).

thf(362,plain,
    ! [SV19: $i,SV31: $i] :
      ( ( ( empty @ SV31 )
        = $false )
      | ( ( SV19 = SV31 )
        = $true )
      | ( ( empty @ SV19 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[338]) ).

thf(363,plain,
    ! [SV20: $i] :
      ( ( ( empty @ ( sK12_B @ SV20 ) )
        = $false )
      | ( ( empty @ SV20 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[340]) ).

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

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

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

thf(369,plain,
    ! [SV21: $i,SV32: $i] :
      ( ( ( relation @ SV32 )
        = $false )
      | ( ( function @ SV32 )
        = $false )
      | ( ( ~ ( ~ ! [SY83: $i] :
                    ( ~ ( function @ SY83 )
                    | ~ ( relation @ SY83 )
                    | ~ ( ~ ( in @ ( sK4_D @ SY83 @ SV32 @ SV21 ) @ ( relation_dom @ SV32 ) )
                        | ~ ( ( ( apply @ SV32 @ ( sK4_D @ SY83 @ SV32 @ SV21 ) )
                             != ( apply @ SY83 @ ( sK4_D @ SY83 @ SV32 @ SV21 ) ) ) ) )
                    | ( ( relation_dom @ SV32 )
                     != ( set_intersection2 @ ( relation_dom @ SY83 ) @ SV21 ) )
                    | ( SV32
                      = ( relation_dom_restriction @ SY83 @ SV21 ) ) )
              | ~ ~ ( ~ ! [SY84: $i] :
                          ( ~ ( function @ SY84 )
                          | ~ ( relation @ SY84 )
                          | ( SV32
                           != ( relation_dom_restriction @ SY84 @ SV21 ) )
                          | ! [SY85: $i] :
                              ( ~ ( in @ SY85 @ ( relation_dom @ SV32 ) )
                              | ( ( apply @ SV32 @ SY85 )
                                = ( apply @ SY84 @ SY85 ) ) ) )
                    | ~ ! [SY86: $i] :
                          ( ~ ( function @ SY86 )
                          | ~ ( relation @ SY86 )
                          | ( SV32
                           != ( relation_dom_restriction @ SY86 @ SV21 ) )
                          | ( ( relation_dom @ SV32 )
                            = ( set_intersection2 @ ( relation_dom @ SY86 ) @ SV21 ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[346]) ).

thf(370,plain,
    ! [SV39: $i] :
      ( ( ( ~ ( function @ SV39 ) )
        = $true )
      | ( ( ~ ( relation @ SV39 ) )
        = $true )
      | ( ( ! [SY89: $i] : ( function @ ( relation_dom_restriction @ SV39 @ SY89 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[347]) ).

thf(371,plain,
    ! [SV40: $i] :
      ( ( ( ~ ( function @ SV40 ) )
        = $true )
      | ( ( ~ ( relation @ SV40 ) )
        = $true )
      | ( ( ! [SY90: $i] : ( relation @ ( relation_dom_restriction @ SV40 @ SY90 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[348]) ).

thf(372,plain,
    ! [SV41: $i] :
      ( ( ( ~ ( relation @ SV41 ) )
        = $true )
      | ( ( ~ ( relation_empty_yielding @ SV41 ) )
        = $true )
      | ( ( ! [SY91: $i] : ( relation @ ( relation_dom_restriction @ SV41 @ SY91 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[349]) ).

thf(373,plain,
    ! [SV42: $i] :
      ( ( ( ~ ( relation @ SV42 ) )
        = $true )
      | ( ( ~ ( relation_empty_yielding @ SV42 ) )
        = $true )
      | ( ( ! [SY92: $i] : ( relation_empty_yielding @ ( relation_dom_restriction @ SV42 @ SY92 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[350]) ).

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

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

thf(376,plain,
    ! [SV43: $i] :
      ( ( ( empty @ SV43 )
        = $false )
      | ( ( empty @ ( relation_dom @ SV43 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[353]) ).

thf(377,plain,
    ! [SV44: $i] :
      ( ( ( empty @ SV44 )
        = $false )
      | ( ( relation @ ( relation_dom @ SV44 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[354]) ).

thf(378,plain,
    ( ( empty @ sK10_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[355]) ).

thf(379,plain,
    ( ( relation @ sK10_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[356]) ).

thf(380,plain,
    ( ( function @ sK6_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[357]) ).

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

thf(382,plain,
    ! [SV33: $i,SV28: $i,SV15: $i] :
      ( ( ( in @ SV15 @ SV28 )
        = $false )
      | ( ( element @ SV28 @ ( powerset @ SV33 ) )
        = $false )
      | ( ( element @ SV15 @ SV33 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[360]) ).

thf(383,plain,
    ! [SV34: $i,SV29: $i,SV16: $i] :
      ( ( ( in @ SV16 @ SV29 )
        = $false )
      | ( ( element @ SV29 @ ( powerset @ SV34 ) )
        = $false )
      | ( ( ~ ( empty @ SV34 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[361]) ).

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

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

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

thf(389,plain,
    ! [SV21: $i,SV32: $i] :
      ( ( ( ~ ! [SY83: $i] :
                ( ~ ( function @ SY83 )
                | ~ ( relation @ SY83 )
                | ~ ( ~ ( in @ ( sK4_D @ SY83 @ SV32 @ SV21 ) @ ( relation_dom @ SV32 ) )
                    | ~ ( ( ( apply @ SV32 @ ( sK4_D @ SY83 @ SV32 @ SV21 ) )
                         != ( apply @ SY83 @ ( sK4_D @ SY83 @ SV32 @ SV21 ) ) ) ) )
                | ( ( relation_dom @ SV32 )
                 != ( set_intersection2 @ ( relation_dom @ SY83 ) @ SV21 ) )
                | ( SV32
                  = ( relation_dom_restriction @ SY83 @ SV21 ) ) )
          | ~ ~ ( ~ ! [SY84: $i] :
                      ( ~ ( function @ SY84 )
                      | ~ ( relation @ SY84 )
                      | ( SV32
                       != ( relation_dom_restriction @ SY84 @ SV21 ) )
                      | ! [SY85: $i] :
                          ( ~ ( in @ SY85 @ ( relation_dom @ SV32 ) )
                          | ( ( apply @ SV32 @ SY85 )
                            = ( apply @ SY84 @ SY85 ) ) ) )
                | ~ ! [SY86: $i] :
                      ( ~ ( function @ SY86 )
                      | ~ ( relation @ SY86 )
                      | ( SV32
                       != ( relation_dom_restriction @ SY86 @ SV21 ) )
                      | ( ( relation_dom @ SV32 )
                        = ( set_intersection2 @ ( relation_dom @ SY86 ) @ SV21 ) ) ) ) )
        = $false )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[369]) ).

thf(390,plain,
    ! [SV39: $i] :
      ( ( ( function @ SV39 )
        = $false )
      | ( ( ~ ( relation @ SV39 ) )
        = $true )
      | ( ( ! [SY89: $i] : ( function @ ( relation_dom_restriction @ SV39 @ SY89 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[370]) ).

thf(391,plain,
    ! [SV40: $i] :
      ( ( ( function @ SV40 )
        = $false )
      | ( ( ~ ( relation @ SV40 ) )
        = $true )
      | ( ( ! [SY90: $i] : ( relation @ ( relation_dom_restriction @ SV40 @ SY90 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[371]) ).

thf(392,plain,
    ! [SV41: $i] :
      ( ( ( relation @ SV41 )
        = $false )
      | ( ( ~ ( relation_empty_yielding @ SV41 ) )
        = $true )
      | ( ( ! [SY91: $i] : ( relation @ ( relation_dom_restriction @ SV41 @ SY91 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[372]) ).

thf(393,plain,
    ! [SV42: $i] :
      ( ( ( relation @ SV42 )
        = $false )
      | ( ( ~ ( relation_empty_yielding @ SV42 ) )
        = $true )
      | ( ( ! [SY92: $i] : ( relation_empty_yielding @ ( relation_dom_restriction @ SV42 @ SY92 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[373]) ).

thf(394,plain,
    ! [SV16: $i,SV29: $i,SV34: $i] :
      ( ( ( empty @ SV34 )
        = $false )
      | ( ( element @ SV29 @ ( powerset @ SV34 ) )
        = $false )
      | ( ( in @ SV16 @ SV29 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[383]) ).

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

thf(398,plain,
    ! [SV21: $i,SV32: $i] :
      ( ( ( ~ ! [SY83: $i] :
                ( ~ ( function @ SY83 )
                | ~ ( relation @ SY83 )
                | ~ ( ~ ( in @ ( sK4_D @ SY83 @ SV32 @ SV21 ) @ ( relation_dom @ SV32 ) )
                    | ~ ( ( ( apply @ SV32 @ ( sK4_D @ SY83 @ SV32 @ SV21 ) )
                         != ( apply @ SY83 @ ( sK4_D @ SY83 @ SV32 @ SV21 ) ) ) ) )
                | ( ( relation_dom @ SV32 )
                 != ( set_intersection2 @ ( relation_dom @ SY83 ) @ SV21 ) )
                | ( SV32
                  = ( relation_dom_restriction @ SY83 @ SV21 ) ) ) )
        = $false )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[389]) ).

thf(399,plain,
    ! [SV21: $i,SV32: $i] :
      ( ( ( ~ ~ ( ~ ! [SY84: $i] :
                      ( ~ ( function @ SY84 )
                      | ~ ( relation @ SY84 )
                      | ( SV32
                       != ( relation_dom_restriction @ SY84 @ SV21 ) )
                      | ! [SY85: $i] :
                          ( ~ ( in @ SY85 @ ( relation_dom @ SV32 ) )
                          | ( ( apply @ SV32 @ SY85 )
                            = ( apply @ SY84 @ SY85 ) ) ) )
                | ~ ! [SY86: $i] :
                      ( ~ ( function @ SY86 )
                      | ~ ( relation @ SY86 )
                      | ( SV32
                       != ( relation_dom_restriction @ SY86 @ SV21 ) )
                      | ( ( relation_dom @ SV32 )
                        = ( set_intersection2 @ ( relation_dom @ SY86 ) @ SV21 ) ) ) ) )
        = $false )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[389]) ).

thf(400,plain,
    ! [SV39: $i] :
      ( ( ( relation @ SV39 )
        = $false )
      | ( ( function @ SV39 )
        = $false )
      | ( ( ! [SY89: $i] : ( function @ ( relation_dom_restriction @ SV39 @ SY89 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[390]) ).

thf(401,plain,
    ! [SV40: $i] :
      ( ( ( relation @ SV40 )
        = $false )
      | ( ( function @ SV40 )
        = $false )
      | ( ( ! [SY90: $i] : ( relation @ ( relation_dom_restriction @ SV40 @ SY90 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[391]) ).

thf(402,plain,
    ! [SV41: $i] :
      ( ( ( relation_empty_yielding @ SV41 )
        = $false )
      | ( ( relation @ SV41 )
        = $false )
      | ( ( ! [SY91: $i] : ( relation @ ( relation_dom_restriction @ SV41 @ SY91 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[392]) ).

thf(403,plain,
    ! [SV42: $i] :
      ( ( ( relation_empty_yielding @ SV42 )
        = $false )
      | ( ( relation @ SV42 )
        = $false )
      | ( ( ! [SY92: $i] : ( relation_empty_yielding @ ( relation_dom_restriction @ SV42 @ SY92 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[393]) ).

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

thf(407,plain,
    ! [SV21: $i,SV32: $i] :
      ( ( ( ! [SY83: $i] :
              ( ~ ( function @ SY83 )
              | ~ ( relation @ SY83 )
              | ~ ( ~ ( in @ ( sK4_D @ SY83 @ SV32 @ SV21 ) @ ( relation_dom @ SV32 ) )
                  | ~ ( ( ( apply @ SV32 @ ( sK4_D @ SY83 @ SV32 @ SV21 ) )
                       != ( apply @ SY83 @ ( sK4_D @ SY83 @ SV32 @ SV21 ) ) ) ) )
              | ( ( relation_dom @ SV32 )
               != ( set_intersection2 @ ( relation_dom @ SY83 ) @ SV21 ) )
              | ( SV32
                = ( relation_dom_restriction @ SY83 @ SV21 ) ) ) )
        = $true )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[398]) ).

thf(408,plain,
    ! [SV21: $i,SV32: $i] :
      ( ( ( ~ ( ~ ! [SY84: $i] :
                    ( ~ ( function @ SY84 )
                    | ~ ( relation @ SY84 )
                    | ( SV32
                     != ( relation_dom_restriction @ SY84 @ SV21 ) )
                    | ! [SY85: $i] :
                        ( ~ ( in @ SY85 @ ( relation_dom @ SV32 ) )
                        | ( ( apply @ SV32 @ SY85 )
                          = ( apply @ SY84 @ SY85 ) ) ) )
              | ~ ! [SY86: $i] :
                    ( ~ ( function @ SY86 )
                    | ~ ( relation @ SY86 )
                    | ( SV32
                     != ( relation_dom_restriction @ SY86 @ SV21 ) )
                    | ( ( relation_dom @ SV32 )
                      = ( set_intersection2 @ ( relation_dom @ SY86 ) @ SV21 ) ) ) ) )
        = $true )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[399]) ).

thf(409,plain,
    ! [SV49: $i,SV39: $i] :
      ( ( ( function @ ( relation_dom_restriction @ SV39 @ SV49 ) )
        = $true )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[400]) ).

thf(410,plain,
    ! [SV50: $i,SV40: $i] :
      ( ( ( relation @ ( relation_dom_restriction @ SV40 @ SV50 ) )
        = $true )
      | ( ( function @ SV40 )
        = $false )
      | ( ( relation @ SV40 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[401]) ).

thf(411,plain,
    ! [SV51: $i,SV41: $i] :
      ( ( ( relation @ ( relation_dom_restriction @ SV41 @ SV51 ) )
        = $true )
      | ( ( relation @ SV41 )
        = $false )
      | ( ( relation_empty_yielding @ SV41 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[402]) ).

thf(412,plain,
    ! [SV52: $i,SV42: $i] :
      ( ( ( relation_empty_yielding @ ( relation_dom_restriction @ SV42 @ SV52 ) )
        = $true )
      | ( ( relation @ SV42 )
        = $false )
      | ( ( relation_empty_yielding @ SV42 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[403]) ).

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

thf(416,plain,
    ! [SV21: $i,SV32: $i,SV53: $i] :
      ( ( ( ~ ( function @ SV53 )
          | ~ ( relation @ SV53 )
          | ~ ( ~ ( in @ ( sK4_D @ SV53 @ SV32 @ SV21 ) @ ( relation_dom @ SV32 ) )
              | ~ ( ( ( apply @ SV32 @ ( sK4_D @ SV53 @ SV32 @ SV21 ) )
                   != ( apply @ SV53 @ ( sK4_D @ SV53 @ SV32 @ SV21 ) ) ) ) )
          | ( ( relation_dom @ SV32 )
           != ( set_intersection2 @ ( relation_dom @ SV53 ) @ SV21 ) )
          | ( SV32
            = ( relation_dom_restriction @ SV53 @ SV21 ) ) )
        = $true )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[407]) ).

thf(417,plain,
    ! [SV21: $i,SV32: $i] :
      ( ( ( ~ ! [SY84: $i] :
                ( ~ ( function @ SY84 )
                | ~ ( relation @ SY84 )
                | ( SV32
                 != ( relation_dom_restriction @ SY84 @ SV21 ) )
                | ! [SY85: $i] :
                    ( ~ ( in @ SY85 @ ( relation_dom @ SV32 ) )
                    | ( ( apply @ SV32 @ SY85 )
                      = ( apply @ SY84 @ SY85 ) ) ) )
          | ~ ! [SY86: $i] :
                ( ~ ( function @ SY86 )
                | ~ ( relation @ SY86 )
                | ( SV32
                 != ( relation_dom_restriction @ SY86 @ SV21 ) )
                | ( ( relation_dom @ SV32 )
                  = ( set_intersection2 @ ( relation_dom @ SY86 ) @ SV21 ) ) ) )
        = $false )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[408]) ).

thf(420,plain,
    ! [SV21: $i,SV32: $i,SV53: $i] :
      ( ( ( ~ ( function @ SV53 )
          | ~ ( relation @ SV53 ) )
        = $true )
      | ( ( ~ ( ~ ( in @ ( sK4_D @ SV53 @ SV32 @ SV21 ) @ ( relation_dom @ SV32 ) )
              | ~ ( ( ( apply @ SV32 @ ( sK4_D @ SV53 @ SV32 @ SV21 ) )
                   != ( apply @ SV53 @ ( sK4_D @ SV53 @ SV32 @ SV21 ) ) ) ) )
          | ( ( relation_dom @ SV32 )
           != ( set_intersection2 @ ( relation_dom @ SV53 ) @ SV21 ) )
          | ( SV32
            = ( relation_dom_restriction @ SV53 @ SV21 ) ) )
        = $true )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[416]) ).

thf(421,plain,
    ! [SV21: $i,SV32: $i] :
      ( ( ( ~ ! [SY84: $i] :
                ( ~ ( function @ SY84 )
                | ~ ( relation @ SY84 )
                | ( SV32
                 != ( relation_dom_restriction @ SY84 @ SV21 ) )
                | ! [SY85: $i] :
                    ( ~ ( in @ SY85 @ ( relation_dom @ SV32 ) )
                    | ( ( apply @ SV32 @ SY85 )
                      = ( apply @ SY84 @ SY85 ) ) ) ) )
        = $false )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[417]) ).

thf(422,plain,
    ! [SV21: $i,SV32: $i] :
      ( ( ( ~ ! [SY86: $i] :
                ( ~ ( function @ SY86 )
                | ~ ( relation @ SY86 )
                | ( SV32
                 != ( relation_dom_restriction @ SY86 @ SV21 ) )
                | ( ( relation_dom @ SV32 )
                  = ( set_intersection2 @ ( relation_dom @ SY86 ) @ SV21 ) ) ) )
        = $false )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[417]) ).

thf(425,plain,
    ! [SV21: $i,SV32: $i,SV53: $i] :
      ( ( ( ~ ( function @ SV53 ) )
        = $true )
      | ( ( ~ ( relation @ SV53 ) )
        = $true )
      | ( ( ~ ( ~ ( in @ ( sK4_D @ SV53 @ SV32 @ SV21 ) @ ( relation_dom @ SV32 ) )
              | ~ ( ( ( apply @ SV32 @ ( sK4_D @ SV53 @ SV32 @ SV21 ) )
                   != ( apply @ SV53 @ ( sK4_D @ SV53 @ SV32 @ SV21 ) ) ) ) )
          | ( ( relation_dom @ SV32 )
           != ( set_intersection2 @ ( relation_dom @ SV53 ) @ SV21 ) )
          | ( SV32
            = ( relation_dom_restriction @ SV53 @ SV21 ) ) )
        = $true )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[420]) ).

thf(426,plain,
    ! [SV21: $i,SV32: $i] :
      ( ( ( ! [SY84: $i] :
              ( ~ ( function @ SY84 )
              | ~ ( relation @ SY84 )
              | ( SV32
               != ( relation_dom_restriction @ SY84 @ SV21 ) )
              | ! [SY85: $i] :
                  ( ~ ( in @ SY85 @ ( relation_dom @ SV32 ) )
                  | ( ( apply @ SV32 @ SY85 )
                    = ( apply @ SY84 @ SY85 ) ) ) ) )
        = $true )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[421]) ).

thf(427,plain,
    ! [SV21: $i,SV32: $i] :
      ( ( ( ! [SY86: $i] :
              ( ~ ( function @ SY86 )
              | ~ ( relation @ SY86 )
              | ( SV32
               != ( relation_dom_restriction @ SY86 @ SV21 ) )
              | ( ( relation_dom @ SV32 )
                = ( set_intersection2 @ ( relation_dom @ SY86 ) @ SV21 ) ) ) )
        = $true )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[422]) ).

thf(430,plain,
    ! [SV21: $i,SV32: $i,SV53: $i] :
      ( ( ( function @ SV53 )
        = $false )
      | ( ( ~ ( relation @ SV53 ) )
        = $true )
      | ( ( ~ ( ~ ( in @ ( sK4_D @ SV53 @ SV32 @ SV21 ) @ ( relation_dom @ SV32 ) )
              | ~ ( ( ( apply @ SV32 @ ( sK4_D @ SV53 @ SV32 @ SV21 ) )
                   != ( apply @ SV53 @ ( sK4_D @ SV53 @ SV32 @ SV21 ) ) ) ) )
          | ( ( relation_dom @ SV32 )
           != ( set_intersection2 @ ( relation_dom @ SV53 ) @ SV21 ) )
          | ( SV32
            = ( relation_dom_restriction @ SV53 @ SV21 ) ) )
        = $true )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[425]) ).

thf(431,plain,
    ! [SV21: $i,SV32: $i,SV54: $i] :
      ( ( ( ~ ( function @ SV54 )
          | ~ ( relation @ SV54 )
          | ( SV32
           != ( relation_dom_restriction @ SV54 @ SV21 ) )
          | ! [SY93: $i] :
              ( ~ ( in @ SY93 @ ( relation_dom @ SV32 ) )
              | ( ( apply @ SV32 @ SY93 )
                = ( apply @ SV54 @ SY93 ) ) ) )
        = $true )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[426]) ).

thf(432,plain,
    ! [SV21: $i,SV32: $i,SV55: $i] :
      ( ( ( ~ ( function @ SV55 )
          | ~ ( relation @ SV55 )
          | ( SV32
           != ( relation_dom_restriction @ SV55 @ SV21 ) )
          | ( ( relation_dom @ SV32 )
            = ( set_intersection2 @ ( relation_dom @ SV55 ) @ SV21 ) ) )
        = $true )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[427]) ).

thf(433,plain,
    ! [SV21: $i,SV32: $i,SV53: $i] :
      ( ( ( relation @ SV53 )
        = $false )
      | ( ( function @ SV53 )
        = $false )
      | ( ( ~ ( ~ ( in @ ( sK4_D @ SV53 @ SV32 @ SV21 ) @ ( relation_dom @ SV32 ) )
              | ~ ( ( ( apply @ SV32 @ ( sK4_D @ SV53 @ SV32 @ SV21 ) )
                   != ( apply @ SV53 @ ( sK4_D @ SV53 @ SV32 @ SV21 ) ) ) ) )
          | ( ( relation_dom @ SV32 )
           != ( set_intersection2 @ ( relation_dom @ SV53 ) @ SV21 ) )
          | ( SV32
            = ( relation_dom_restriction @ SV53 @ SV21 ) ) )
        = $true )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[430]) ).

thf(434,plain,
    ! [SV21: $i,SV32: $i,SV54: $i] :
      ( ( ( ~ ( function @ SV54 )
          | ~ ( relation @ SV54 ) )
        = $true )
      | ( ( ( SV32
           != ( relation_dom_restriction @ SV54 @ SV21 ) )
          | ! [SY93: $i] :
              ( ~ ( in @ SY93 @ ( relation_dom @ SV32 ) )
              | ( ( apply @ SV32 @ SY93 )
                = ( apply @ SV54 @ SY93 ) ) ) )
        = $true )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[431]) ).

thf(435,plain,
    ! [SV21: $i,SV32: $i,SV55: $i] :
      ( ( ( ~ ( function @ SV55 )
          | ~ ( relation @ SV55 ) )
        = $true )
      | ( ( ( SV32
           != ( relation_dom_restriction @ SV55 @ SV21 ) )
          | ( ( relation_dom @ SV32 )
            = ( set_intersection2 @ ( relation_dom @ SV55 ) @ SV21 ) ) )
        = $true )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[432]) ).

thf(436,plain,
    ! [SV21: $i,SV32: $i,SV53: $i] :
      ( ( ( ~ ( ~ ( in @ ( sK4_D @ SV53 @ SV32 @ SV21 ) @ ( relation_dom @ SV32 ) )
              | ~ ( ( ( apply @ SV32 @ ( sK4_D @ SV53 @ SV32 @ SV21 ) )
                   != ( apply @ SV53 @ ( sK4_D @ SV53 @ SV32 @ SV21 ) ) ) ) )
          | ( ( relation_dom @ SV32 )
           != ( set_intersection2 @ ( relation_dom @ SV53 ) @ SV21 ) ) )
        = $true )
      | ( ( SV32
          = ( relation_dom_restriction @ SV53 @ SV21 ) )
        = $true )
      | ( ( function @ SV53 )
        = $false )
      | ( ( relation @ SV53 )
        = $false )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[433]) ).

thf(437,plain,
    ! [SV21: $i,SV32: $i,SV54: $i] :
      ( ( ( ~ ( function @ SV54 ) )
        = $true )
      | ( ( ~ ( relation @ SV54 ) )
        = $true )
      | ( ( ( SV32
           != ( relation_dom_restriction @ SV54 @ SV21 ) )
          | ! [SY93: $i] :
              ( ~ ( in @ SY93 @ ( relation_dom @ SV32 ) )
              | ( ( apply @ SV32 @ SY93 )
                = ( apply @ SV54 @ SY93 ) ) ) )
        = $true )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[434]) ).

thf(438,plain,
    ! [SV21: $i,SV32: $i,SV55: $i] :
      ( ( ( ~ ( function @ SV55 ) )
        = $true )
      | ( ( ~ ( relation @ SV55 ) )
        = $true )
      | ( ( ( SV32
           != ( relation_dom_restriction @ SV55 @ SV21 ) )
          | ( ( relation_dom @ SV32 )
            = ( set_intersection2 @ ( relation_dom @ SV55 ) @ SV21 ) ) )
        = $true )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[435]) ).

thf(439,plain,
    ! [SV21: $i,SV32: $i,SV53: $i] :
      ( ( ( ~ ( ~ ( in @ ( sK4_D @ SV53 @ SV32 @ SV21 ) @ ( relation_dom @ SV32 ) )
              | ~ ( ( ( apply @ SV32 @ ( sK4_D @ SV53 @ SV32 @ SV21 ) )
                   != ( apply @ SV53 @ ( sK4_D @ SV53 @ SV32 @ SV21 ) ) ) ) ) )
        = $true )
      | ( ( ( ( relation_dom @ SV32 )
           != ( set_intersection2 @ ( relation_dom @ SV53 ) @ SV21 ) ) )
        = $true )
      | ( ( SV32
          = ( relation_dom_restriction @ SV53 @ SV21 ) )
        = $true )
      | ( ( function @ SV53 )
        = $false )
      | ( ( relation @ SV53 )
        = $false )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[436]) ).

thf(440,plain,
    ! [SV21: $i,SV32: $i,SV54: $i] :
      ( ( ( function @ SV54 )
        = $false )
      | ( ( ~ ( relation @ SV54 ) )
        = $true )
      | ( ( ( SV32
           != ( relation_dom_restriction @ SV54 @ SV21 ) )
          | ! [SY93: $i] :
              ( ~ ( in @ SY93 @ ( relation_dom @ SV32 ) )
              | ( ( apply @ SV32 @ SY93 )
                = ( apply @ SV54 @ SY93 ) ) ) )
        = $true )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[437]) ).

thf(441,plain,
    ! [SV21: $i,SV32: $i,SV55: $i] :
      ( ( ( function @ SV55 )
        = $false )
      | ( ( ~ ( relation @ SV55 ) )
        = $true )
      | ( ( ( SV32
           != ( relation_dom_restriction @ SV55 @ SV21 ) )
          | ( ( relation_dom @ SV32 )
            = ( set_intersection2 @ ( relation_dom @ SV55 ) @ SV21 ) ) )
        = $true )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[438]) ).

thf(442,plain,
    ! [SV21: $i,SV32: $i,SV53: $i] :
      ( ( ( ~ ( in @ ( sK4_D @ SV53 @ SV32 @ SV21 ) @ ( relation_dom @ SV32 ) )
          | ~ ( ( ( apply @ SV32 @ ( sK4_D @ SV53 @ SV32 @ SV21 ) )
               != ( apply @ SV53 @ ( sK4_D @ SV53 @ SV32 @ SV21 ) ) ) ) )
        = $false )
      | ( ( ( ( relation_dom @ SV32 )
           != ( set_intersection2 @ ( relation_dom @ SV53 ) @ SV21 ) ) )
        = $true )
      | ( ( SV32
          = ( relation_dom_restriction @ SV53 @ SV21 ) )
        = $true )
      | ( ( function @ SV53 )
        = $false )
      | ( ( relation @ SV53 )
        = $false )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[439]) ).

thf(443,plain,
    ! [SV21: $i,SV32: $i,SV54: $i] :
      ( ( ( relation @ SV54 )
        = $false )
      | ( ( function @ SV54 )
        = $false )
      | ( ( ( SV32
           != ( relation_dom_restriction @ SV54 @ SV21 ) )
          | ! [SY93: $i] :
              ( ~ ( in @ SY93 @ ( relation_dom @ SV32 ) )
              | ( ( apply @ SV32 @ SY93 )
                = ( apply @ SV54 @ SY93 ) ) ) )
        = $true )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[440]) ).

thf(444,plain,
    ! [SV21: $i,SV32: $i,SV55: $i] :
      ( ( ( relation @ SV55 )
        = $false )
      | ( ( function @ SV55 )
        = $false )
      | ( ( ( SV32
           != ( relation_dom_restriction @ SV55 @ SV21 ) )
          | ( ( relation_dom @ SV32 )
            = ( set_intersection2 @ ( relation_dom @ SV55 ) @ SV21 ) ) )
        = $true )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[441]) ).

thf(445,plain,
    ! [SV21: $i,SV32: $i,SV53: $i] :
      ( ( ( ~ ( in @ ( sK4_D @ SV53 @ SV32 @ SV21 ) @ ( relation_dom @ SV32 ) ) )
        = $false )
      | ( ( ( ( relation_dom @ SV32 )
           != ( set_intersection2 @ ( relation_dom @ SV53 ) @ SV21 ) ) )
        = $true )
      | ( ( SV32
          = ( relation_dom_restriction @ SV53 @ SV21 ) )
        = $true )
      | ( ( function @ SV53 )
        = $false )
      | ( ( relation @ SV53 )
        = $false )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[442]) ).

thf(446,plain,
    ! [SV21: $i,SV53: $i,SV32: $i] :
      ( ( ( ~ ( ( ( apply @ SV32 @ ( sK4_D @ SV53 @ SV32 @ SV21 ) )
               != ( apply @ SV53 @ ( sK4_D @ SV53 @ SV32 @ SV21 ) ) ) ) )
        = $false )
      | ( ( ( ( relation_dom @ SV32 )
           != ( set_intersection2 @ ( relation_dom @ SV53 ) @ SV21 ) ) )
        = $true )
      | ( ( SV32
          = ( relation_dom_restriction @ SV53 @ SV21 ) )
        = $true )
      | ( ( function @ SV53 )
        = $false )
      | ( ( relation @ SV53 )
        = $false )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[442]) ).

thf(447,plain,
    ! [SV21: $i,SV54: $i,SV32: $i] :
      ( ( ( ( SV32
           != ( relation_dom_restriction @ SV54 @ SV21 ) ) )
        = $true )
      | ( ( ! [SY93: $i] :
              ( ~ ( in @ SY93 @ ( relation_dom @ SV32 ) )
              | ( ( apply @ SV32 @ SY93 )
                = ( apply @ SV54 @ SY93 ) ) ) )
        = $true )
      | ( ( function @ SV54 )
        = $false )
      | ( ( relation @ SV54 )
        = $false )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[443]) ).

thf(448,plain,
    ! [SV21: $i,SV55: $i,SV32: $i] :
      ( ( ( ( SV32
           != ( relation_dom_restriction @ SV55 @ SV21 ) ) )
        = $true )
      | ( ( ( relation_dom @ SV32 )
          = ( set_intersection2 @ ( relation_dom @ SV55 ) @ SV21 ) )
        = $true )
      | ( ( function @ SV55 )
        = $false )
      | ( ( relation @ SV55 )
        = $false )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[444]) ).

thf(449,plain,
    ! [SV21: $i,SV32: $i,SV53: $i] :
      ( ( ( in @ ( sK4_D @ SV53 @ SV32 @ SV21 ) @ ( relation_dom @ SV32 ) )
        = $true )
      | ( ( ( ( relation_dom @ SV32 )
           != ( set_intersection2 @ ( relation_dom @ SV53 ) @ SV21 ) ) )
        = $true )
      | ( ( SV32
          = ( relation_dom_restriction @ SV53 @ SV21 ) )
        = $true )
      | ( ( function @ SV53 )
        = $false )
      | ( ( relation @ SV53 )
        = $false )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[445]) ).

thf(450,plain,
    ! [SV21: $i,SV53: $i,SV32: $i] :
      ( ( ( ( ( apply @ SV32 @ ( sK4_D @ SV53 @ SV32 @ SV21 ) )
           != ( apply @ SV53 @ ( sK4_D @ SV53 @ SV32 @ SV21 ) ) ) )
        = $true )
      | ( ( ( ( relation_dom @ SV32 )
           != ( set_intersection2 @ ( relation_dom @ SV53 ) @ SV21 ) ) )
        = $true )
      | ( ( SV32
          = ( relation_dom_restriction @ SV53 @ SV21 ) )
        = $true )
      | ( ( function @ SV53 )
        = $false )
      | ( ( relation @ SV53 )
        = $false )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[446]) ).

thf(451,plain,
    ! [SV21: $i,SV54: $i,SV32: $i] :
      ( ( ( SV32
          = ( relation_dom_restriction @ SV54 @ SV21 ) )
        = $false )
      | ( ( ! [SY93: $i] :
              ( ~ ( in @ SY93 @ ( relation_dom @ SV32 ) )
              | ( ( apply @ SV32 @ SY93 )
                = ( apply @ SV54 @ SY93 ) ) ) )
        = $true )
      | ( ( function @ SV54 )
        = $false )
      | ( ( relation @ SV54 )
        = $false )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[447]) ).

thf(452,plain,
    ! [SV21: $i,SV55: $i,SV32: $i] :
      ( ( ( SV32
          = ( relation_dom_restriction @ SV55 @ SV21 ) )
        = $false )
      | ( ( ( relation_dom @ SV32 )
          = ( set_intersection2 @ ( relation_dom @ SV55 ) @ SV21 ) )
        = $true )
      | ( ( function @ SV55 )
        = $false )
      | ( ( relation @ SV55 )
        = $false )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[448]) ).

thf(453,plain,
    ! [SV21: $i,SV53: $i,SV32: $i] :
      ( ( ( ( relation_dom @ SV32 )
          = ( set_intersection2 @ ( relation_dom @ SV53 ) @ SV21 ) )
        = $false )
      | ( ( in @ ( sK4_D @ SV53 @ SV32 @ SV21 ) @ ( relation_dom @ SV32 ) )
        = $true )
      | ( ( SV32
          = ( relation_dom_restriction @ SV53 @ SV21 ) )
        = $true )
      | ( ( function @ SV53 )
        = $false )
      | ( ( relation @ SV53 )
        = $false )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[449]) ).

thf(454,plain,
    ! [SV21: $i,SV53: $i,SV32: $i] :
      ( ( ( ( apply @ SV32 @ ( sK4_D @ SV53 @ SV32 @ SV21 ) )
          = ( apply @ SV53 @ ( sK4_D @ SV53 @ SV32 @ SV21 ) ) )
        = $false )
      | ( ( ( ( relation_dom @ SV32 )
           != ( set_intersection2 @ ( relation_dom @ SV53 ) @ SV21 ) ) )
        = $true )
      | ( ( SV32
          = ( relation_dom_restriction @ SV53 @ SV21 ) )
        = $true )
      | ( ( function @ SV53 )
        = $false )
      | ( ( relation @ SV53 )
        = $false )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[450]) ).

thf(455,plain,
    ! [SV21: $i,SV54: $i,SV32: $i,SV56: $i] :
      ( ( ( ~ ( in @ SV56 @ ( relation_dom @ SV32 ) )
          | ( ( apply @ SV32 @ SV56 )
            = ( apply @ SV54 @ SV56 ) ) )
        = $true )
      | ( ( SV32
          = ( relation_dom_restriction @ SV54 @ SV21 ) )
        = $false )
      | ( ( function @ SV54 )
        = $false )
      | ( ( relation @ SV54 )
        = $false )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[451]) ).

thf(456,plain,
    ! [SV21: $i,SV53: $i,SV32: $i] :
      ( ( ( ( relation_dom @ SV32 )
          = ( set_intersection2 @ ( relation_dom @ SV53 ) @ SV21 ) )
        = $false )
      | ( ( ( apply @ SV32 @ ( sK4_D @ SV53 @ SV32 @ SV21 ) )
          = ( apply @ SV53 @ ( sK4_D @ SV53 @ SV32 @ SV21 ) ) )
        = $false )
      | ( ( SV32
          = ( relation_dom_restriction @ SV53 @ SV21 ) )
        = $true )
      | ( ( function @ SV53 )
        = $false )
      | ( ( relation @ SV53 )
        = $false )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[454]) ).

thf(457,plain,
    ! [SV21: $i,SV54: $i,SV32: $i,SV56: $i] :
      ( ( ( ~ ( in @ SV56 @ ( relation_dom @ SV32 ) ) )
        = $true )
      | ( ( ( apply @ SV32 @ SV56 )
          = ( apply @ SV54 @ SV56 ) )
        = $true )
      | ( ( SV32
          = ( relation_dom_restriction @ SV54 @ SV21 ) )
        = $false )
      | ( ( function @ SV54 )
        = $false )
      | ( ( relation @ SV54 )
        = $false )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[455]) ).

thf(458,plain,
    ! [SV21: $i,SV54: $i,SV32: $i,SV56: $i] :
      ( ( ( in @ SV56 @ ( relation_dom @ SV32 ) )
        = $false )
      | ( ( ( apply @ SV32 @ SV56 )
          = ( apply @ SV54 @ SV56 ) )
        = $true )
      | ( ( SV32
          = ( relation_dom_restriction @ SV54 @ SV21 ) )
        = $false )
      | ( ( function @ SV54 )
        = $false )
      | ( ( relation @ SV54 )
        = $false )
      | ( ( function @ SV32 )
        = $false )
      | ( ( relation @ SV32 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[457]) ).

thf(459,plain,
    ! [SV1: $i,SV23: $i] :
      ( ( ( in @ SV1 @ SV23 )
        = $false )
      | ( ( ( in @ SV23 @ SV1 )
          = ( in @ SV1 @ SV23 ) )
        = $false ) ),
    inference(fac_restr,[status(thm)],[331]) ).

thf(460,plain,
    ! [SV30: $i,SV18: $i] :
      ( ( ( empty @ SV30 )
        = $false )
      | ( ( ( in @ SV18 @ SV30 )
          = ( empty @ SV30 ) )
        = $false ) ),
    inference(fac_restr,[status(thm)],[337]) ).

thf(461,plain,
    ! [SV20: $i] :
      ( ( ( empty @ SV20 )
        = $true )
      | ( ( ( element @ ( sK12_B @ SV20 ) @ ( powerset @ SV20 ) )
          = ( empty @ SV20 ) )
        = $false ) ),
    inference(fac_restr,[status(thm)],[339]) ).

thf(462,plain,
    ! [SV1: $i,SV23: $i] :
      ( ( ( ~ ( ( in @ SV23 @ SV1 )
              | ( in @ SV1 @ SV23 ) )
          | ~ ( ~ ( in @ SV23 @ SV1 )
              | ~ ( in @ SV1 @ SV23 ) ) )
        = $false )
      | ( ( in @ SV1 @ SV23 )
        = $false ) ),
    inference(extcnf_equal_neg,[status(thm)],[459]) ).

thf(463,plain,
    ! [SV1: $i,SV23: $i] :
      ( ( ( ( in @ SV23 @ SV1 )
          = ( in @ SV1 @ SV23 ) )
        = $false )
      | ( ( in @ SV1 @ SV23 )
        = $false ) ),
    inference(extcnf_equal_neg,[status(thm)],[459]) ).

thf(464,plain,
    ! [SV30: $i,SV18: $i] :
      ( ( ( ~ ( ( in @ SV18 @ SV30 )
              | ( empty @ SV30 ) )
          | ~ ( ~ ( in @ SV18 @ SV30 )
              | ~ ( empty @ SV30 ) ) )
        = $false )
      | ( ( empty @ SV30 )
        = $false ) ),
    inference(extcnf_equal_neg,[status(thm)],[460]) ).

thf(466,plain,
    ! [SV20: $i] :
      ( ( ( ~ ( ( element @ ( sK12_B @ SV20 ) @ ( powerset @ SV20 ) )
              | ( empty @ SV20 ) )
          | ~ ( ~ ( element @ ( sK12_B @ SV20 ) @ ( powerset @ SV20 ) )
              | ~ ( empty @ SV20 ) ) )
        = $false )
      | ( ( empty @ SV20 )
        = $true ) ),
    inference(extcnf_equal_neg,[status(thm)],[461]) ).

thf(469,plain,
    ! [SV1: $i,SV23: $i] :
      ( ( ( ~ ( ~ ( in @ SV23 @ SV1 )
              | ~ ( in @ SV1 @ SV23 ) ) )
        = $false )
      | ( ( in @ SV1 @ SV23 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[462]) ).

thf(471,plain,
    ! [SV30: $i,SV18: $i] :
      ( ( ( ~ ( ~ ( in @ SV18 @ SV30 )
              | ~ ( empty @ SV30 ) ) )
        = $false )
      | ( ( empty @ SV30 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[464]) ).

thf(472,plain,
    ! [SV20: $i] :
      ( ( ( ~ ( ( element @ ( sK12_B @ SV20 ) @ ( powerset @ SV20 ) )
              | ( empty @ SV20 ) ) )
        = $false )
      | ( ( empty @ SV20 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[466]) ).

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

thf(477,plain,
    ! [SV30: $i,SV18: $i] :
      ( ( ( ~ ( in @ SV18 @ SV30 )
          | ~ ( empty @ SV30 ) )
        = $true )
      | ( ( empty @ SV30 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[471]) ).

thf(478,plain,
    ! [SV20: $i] :
      ( ( ( ( element @ ( sK12_B @ SV20 ) @ ( powerset @ SV20 ) )
          | ( empty @ SV20 ) )
        = $true )
      | ( ( empty @ SV20 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[472]) ).

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

thf(483,plain,
    ! [SV30: $i,SV18: $i] :
      ( ( ( ~ ( in @ SV18 @ SV30 ) )
        = $true )
      | ( ( ~ ( empty @ SV30 ) )
        = $true )
      | ( ( empty @ SV30 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[477]) ).

thf(484,plain,
    ! [SV20: $i] :
      ( ( ( element @ ( sK12_B @ SV20 ) @ ( powerset @ SV20 ) )
        = $true )
      | ( ( empty @ SV20 )
        = $true )
      | ( ( empty @ SV20 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[478]) ).

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

thf(487,plain,
    ! [SV30: $i,SV18: $i] :
      ( ( ( in @ SV18 @ SV30 )
        = $false )
      | ( ( ~ ( empty @ SV30 ) )
        = $true )
      | ( ( empty @ SV30 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[483]) ).

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

thf(490,plain,
    ! [SV18: $i,SV30: $i] :
      ( ( ( empty @ SV30 )
        = $false )
      | ( ( in @ SV18 @ SV30 )
        = $false )
      | ( ( empty @ SV30 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[487]) ).

thf(492,plain,
    ! [SV1: $i] :
      ( ( in @ SV1 @ SV1 )
      = $false ),
    inference(extuni,[status(esa)],[463:[bind(SV23,$thf( SV1 ))]]) ).

thf(493,plain,
    ( ( ( relation_dom_restriction @ sK3_SY63 @ sK1_A )
      = sK3_SY63 )
    = $false ),
    inference(extuni,[status(esa)],[198]) ).

thf(494,plain,
    ! [SV21: $i,SV55: $i] :
      ( ( ( relation @ ( relation_dom_restriction @ SV55 @ SV21 ) )
        = $false )
      | ( ( function @ ( relation_dom_restriction @ SV55 @ SV21 ) )
        = $false )
      | ( ( relation @ SV55 )
        = $false )
      | ( ( function @ SV55 )
        = $false )
      | ( ( ( relation_dom @ ( relation_dom_restriction @ SV55 @ SV21 ) )
          = ( set_intersection2 @ ( relation_dom @ SV55 ) @ SV21 ) )
        = $true ) ),
    inference(extuni,[status(esa)],[452:[bind(SV32,$thf( relation_dom_restriction @ SV55 @ SV21 ))]]) ).

thf(495,plain,
    ! [SV56: $i,SV21: $i,SV54: $i] :
      ( ( ( relation @ ( relation_dom_restriction @ SV54 @ SV21 ) )
        = $false )
      | ( ( function @ ( relation_dom_restriction @ SV54 @ SV21 ) )
        = $false )
      | ( ( relation @ SV54 )
        = $false )
      | ( ( function @ SV54 )
        = $false )
      | ( ( ( apply @ ( relation_dom_restriction @ SV54 @ SV21 ) @ SV56 )
          = ( apply @ SV54 @ SV56 ) )
        = $true )
      | ( ( in @ SV56 @ ( relation_dom @ ( relation_dom_restriction @ SV54 @ SV21 ) ) )
        = $false ) ),
    inference(extuni,[status(esa)],[458:[bind(SV32,$thf( relation_dom_restriction @ SV54 @ SV21 ))]]) ).

thf(496,plain,
    ! [SV23: $i,SV1: $i] :
      ( ( ( in @ SV1 @ SV23 )
        = $false )
      | ( ( in @ SV23 @ SV1 )
        = $false ) ),
    inference(sim,[status(thm)],[489]) ).

thf(497,plain,
    ! [SV18: $i,SV30: $i] :
      ( ( ( empty @ SV30 )
        = $false )
      | ( ( in @ SV18 @ SV30 )
        = $false ) ),
    inference(sim,[status(thm)],[490]) ).

thf(498,plain,
    ! [SV20: $i] :
      ( ( ( element @ ( sK12_B @ SV20 ) @ ( powerset @ SV20 ) )
        = $true )
      | ( ( empty @ SV20 )
        = $true ) ),
    inference(sim,[status(thm)],[484]) ).

thf(499,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[131,498,497,496,495,494,493,492,458,456,453,452,415,412,411,410,409,394,388,387,382,381,380,379,378,377,376,375,374,363,362,359,339,337,334,333,331,326,325,324,306,303,301,299,293,291,290,289,287,286,283,282,276,275,269,261,260,221,218,198,191,189,188,187,183,160,159,158,140]) ).

thf(500,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[499]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.09/0.14  % Problem  : SEU037+1 : TPTP v8.1.0. Released v3.2.0.
% 0.09/0.15  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.15/0.37  % Computer : n015.cluster.edu
% 0.15/0.37  % Model    : x86_64 x86_64
% 0.15/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.37  % Memory   : 8042.1875MB
% 0.15/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.37  % CPULimit : 300
% 0.15/0.37  % WCLimit  : 600
% 0.15/0.37  % DateTime : Sat Jun 18 23:42:44 EDT 2022
% 0.15/0.37  % CPUTime  : 
% 0.15/0.39  
% 0.15/0.39   No.of.Axioms: 38
% 0.15/0.39  
% 0.15/0.39   Length.of.Defs: 0
% 0.15/0.39  
% 0.15/0.39   Contains.Choice.Funs: false
% 0.15/0.40  .
% 0.15/0.41  (rf:0,axioms:38,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:40,loop_count:0,foatp_calls:0,translation:fof_full)......................eprover: CPU time limit exceeded, terminating
% 74.36/74.59  ...
% 78.23/78.43  
% 78.23/78.43  ********************************
% 78.23/78.43  *   All subproblems solved!    *
% 78.23/78.43  ********************************
% 78.23/78.43  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:41,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:499,loop_count:0,foatp_calls:2,translation:fof_full)
% 78.33/78.56  
% 78.33/78.56  %**** Beginning of derivation protocol ****
% 78.33/78.56  % SZS output start CNFRefutation
% See solution above
% 78.33/78.56  
% 78.33/78.56  %**** End of derivation protocol ****
% 78.33/78.56  %**** no. of clauses in derivation: 466 ****
% 78.33/78.56  %**** clause counter: 499 ****
% 78.33/78.56  
% 78.33/78.56  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:41,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:499,loop_count:0,foatp_calls:2,translation:fof_full)
%------------------------------------------------------------------------------