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

View Problem - Process Solution

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

% Computer : n026.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:08:40 EDT 2022

% Result   : Theorem 13.09s 13.32s
% Output   : CNFRefutation 13.36s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   28
%            Number of leaves      :   78
% Syntax   : Number of formulae    :  608 ( 343 unt;  32 typ;   0 def)
%            Number of atoms       : 4142 (1363 equ;   0 cnn)
%            Maximal formula atoms :    8 (   7 avg)
%            Number of connectives : 6942 (1314   ~;1345   |; 131   &;4086   @)
%                                         (  10 <=>;  56  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   30 (  30   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   35 (  32 usr;  14 con; 0-3 aty)
%            Number of variables   : 1153 (   0   ^1131   !;  22   ?;1153   :)

% 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_ordered_pair,type,
    ordered_pair: $i > $i > $i ).

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_SY76,type,
    sK2_SY76: $i ).

thf(tp_sK3_SY78,type,
    sK3_SY78: $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_singleton,type,
    singleton: $i > $i ).

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

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

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,C: $i] :
      ( ( ( relation @ C )
        & ( function @ C ) )
     => ( ( in @ B @ ( relation_dom @ ( relation_dom_restriction @ C @ A ) ) )
      <=> ( ( in @ B @ ( relation_dom @ C ) )
          & ( in @ B @ A ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',l82_funct_1) ).

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

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

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

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

thf(27,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(28,axiom,
    ! [A: $i,B: $i] :
      ~ ( empty @ ( unordered_pair @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fc3_subset_1) ).

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

thf(30,axiom,
    ! [A: $i,B: $i] :
      ~ ( empty @ ( ordered_pair @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fc1_zfmisc_1) ).

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

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

thf(33,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(34,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(35,axiom,
    ( ( empty @ empty_set )
    & ( relation @ empty_set )
    & ( relation_empty_yielding @ empty_set ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fc12_relat_1) ).

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

thf(37,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(38,axiom,
    ! [A: $i,B: $i] :
      ( ( ordered_pair @ A @ B )
      = ( unordered_pair @ ( unordered_pair @ A @ B ) @ ( singleton @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',d5_tarski) ).

thf(39,axiom,
    ! [A: $i] :
      ( ( ( relation @ A )
        & ( function @ A ) )
     => ! [B: $i,C: $i] :
          ( ( ( in @ B @ ( relation_dom @ A ) )
           => ( ( C
                = ( apply @ A @ B ) )
            <=> ( in @ ( ordered_pair @ B @ C ) @ A ) ) )
          & ( ~ ( in @ B @ ( relation_dom @ A ) )
           => ( ( C
                = ( apply @ A @ B ) )
            <=> ( C = empty_set ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',d4_funct_1) ).

thf(40,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(41,axiom,
    ! [A: $i,B: $i] :
      ( ( unordered_pair @ A @ B )
      = ( unordered_pair @ B @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',commutativity_k2_tarski) ).

thf(42,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(43,axiom,
    ! [A: $i] :
      ( ( empty @ A )
     => ( relation @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cc1_relat_1) ).

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

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

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

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

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

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

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

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

thf(52,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(53,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ~ ( ( in @ A @ B )
            & ( element @ B @ ( powerset @ C ) )
            & ( empty @ C ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(75,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)],[27]) ).

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

thf(77,plain,
    ( ( ! [A: $i] :
          ~ ( empty @ ( singleton @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[29]) ).

thf(78,plain,
    ( ( ! [A: $i,B: $i] :
          ~ ( empty @ ( ordered_pair @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[30]) ).

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

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

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

thf(82,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)],[34]) ).

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

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

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

thf(86,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( ordered_pair @ A @ B )
          = ( unordered_pair @ ( unordered_pair @ A @ B ) @ ( singleton @ A ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[38]) ).

thf(87,plain,
    ( ( ! [A: $i] :
          ( ( ( relation @ A )
            & ( function @ A ) )
         => ! [B: $i,C: $i] :
              ( ( ( in @ B @ ( relation_dom @ A ) )
               => ( ( C
                    = ( apply @ A @ B ) )
                <=> ( in @ ( ordered_pair @ B @ C ) @ A ) ) )
              & ( ~ ( in @ B @ ( relation_dom @ A ) )
               => ( ( C
                    = ( apply @ A @ B ) )
                <=> ( C = empty_set ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[39]) ).

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

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

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

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

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

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

thf(94,plain,
    ( ( ! [SY76: $i,SY77: $i] :
          ( ( ( relation @ SY77 )
            & ( function @ SY77 ) )
         => ( ( in @ SY76 @ sK1_A )
           => ( ( apply @ ( relation_dom_restriction @ SY77 @ sK1_A ) @ SY76 )
              = ( apply @ SY77 @ SY76 ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[48]) ).

thf(95,plain,
    ( ( ! [SY78: $i] :
          ( ( ( relation @ SY78 )
            & ( function @ SY78 ) )
         => ( ( in @ sK2_SY76 @ sK1_A )
           => ( ( apply @ ( relation_dom_restriction @ SY78 @ sK1_A ) @ sK2_SY76 )
              = ( apply @ SY78 @ sK2_SY76 ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[94]) ).

thf(96,plain,
    ( ( ( ( relation @ sK3_SY78 )
        & ( function @ sK3_SY78 ) )
     => ( ( in @ sK2_SY76 @ sK1_A )
       => ( ( apply @ ( relation_dom_restriction @ sK3_SY78 @ sK1_A ) @ sK2_SY76 )
          = ( apply @ sK3_SY78 @ sK2_SY76 ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[95]) ).

thf(97,plain,
    ( ( relation @ sK3_SY78 )
    = $true ),
    inference(standard_cnf,[status(thm)],[96]) ).

thf(98,plain,
    ( ( function @ sK3_SY78 )
    = $true ),
    inference(standard_cnf,[status(thm)],[96]) ).

thf(99,plain,
    ( ( in @ sK2_SY76 @ sK1_A )
    = $true ),
    inference(standard_cnf,[status(thm)],[96]) ).

thf(100,plain,
    ( ( ( apply @ ( relation_dom_restriction @ sK3_SY78 @ sK1_A ) @ sK2_SY76 )
      = ( apply @ sK3_SY78 @ sK2_SY76 ) )
    = $false ),
    inference(standard_cnf,[status(thm)],[96]) ).

thf(101,plain,
    ( ( ( ( apply @ ( relation_dom_restriction @ sK3_SY78 @ sK1_A ) @ sK2_SY76 )
       != ( apply @ sK3_SY78 @ sK2_SY76 ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[100]) ).

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

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

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

thf(105,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)],[52]) ).

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

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

thf(108,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)],[55]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(122,plain,
    ( ( ! [A: $i] :
          ( ! [B: $i,C: $i] :
              ( ~ ( function @ C )
              | ~ ( relation @ C )
              | ~ ( in @ B @ ( relation_dom @ C ) )
              | ~ ( in @ B @ A )
              | ( in @ B @ ( relation_dom @ ( relation_dom_restriction @ C @ A ) ) ) )
          & ! [B: $i,C: $i] :
              ( ~ ( function @ C )
              | ~ ( relation @ C )
              | ~ ( in @ B @ ( relation_dom @ ( relation_dom_restriction @ C @ A ) ) )
              | ( in @ B @ ( relation_dom @ C ) ) )
          & ! [B: $i,C: $i] :
              ( ~ ( function @ C )
              | ~ ( relation @ C )
              | ~ ( in @ B @ ( relation_dom @ ( relation_dom_restriction @ C @ A ) ) )
              | ( in @ B @ A ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[70]) ).

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

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

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

thf(126,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)],[75]) ).

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

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(extcnf_combined,[status(esa)],[82]) ).

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

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

thf(131,plain,
    ( ( ! [A: $i] :
          ( ~ ( function @ A )
          | ~ ( relation @ A )
          | ( ! [B: $i] :
                ( ~ ( in @ B @ ( relation_dom @ A ) )
                | ! [C: $i] :
                    ( ( C
                     != ( apply @ A @ B ) )
                    | ( in @ ( ordered_pair @ B @ C ) @ A ) ) )
            & ! [B: $i] :
                ( ~ ( in @ B @ ( relation_dom @ A ) )
                | ! [C: $i] :
                    ( ~ ( in @ ( ordered_pair @ B @ C ) @ A )
                    | ( C
                      = ( apply @ A @ B ) ) ) )
            & ! [B: $i] :
                ( ( in @ B @ ( relation_dom @ A ) )
                | ! [C: $i] :
                    ( ( C
                     != ( apply @ A @ B ) )
                    | ( C = empty_set ) ) )
            & ! [B: $i] :
                ( ( in @ B @ ( relation_dom @ A ) )
                | ! [C: $i] :
                    ( ( C != empty_set )
                    | ( C
                      = ( apply @ A @ B ) ) ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[87]) ).

thf(132,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)],[90]) ).

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

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

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

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

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

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

thf(139,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)],[132]) ).

thf(140,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( unordered_pair @ A @ B )
          = ( unordered_pair @ B @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[89]) ).

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

thf(142,plain,
    ( ( ! [A: $i] :
          ( ~ ( function @ A )
          | ~ ( relation @ A )
          | ( ! [B: $i] :
                ( ~ ( in @ B @ ( relation_dom @ A ) )
                | ! [C: $i] :
                    ( ( C
                     != ( apply @ A @ B ) )
                    | ( in @ ( ordered_pair @ B @ C ) @ A ) ) )
            & ! [B: $i] :
                ( ~ ( in @ B @ ( relation_dom @ A ) )
                | ! [C: $i] :
                    ( ~ ( in @ ( ordered_pair @ B @ C ) @ A )
                    | ( C
                      = ( apply @ A @ B ) ) ) )
            & ! [B: $i] :
                ( ( in @ B @ ( relation_dom @ A ) )
                | ! [C: $i] :
                    ( ( C
                     != ( apply @ A @ B ) )
                    | ( C = empty_set ) ) )
            & ! [B: $i] :
                ( ( in @ B @ ( relation_dom @ A ) )
                | ! [C: $i] :
                    ( ( C != empty_set )
                    | ( C
                      = ( apply @ A @ B ) ) ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[131]) ).

thf(143,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( ordered_pair @ A @ B )
          = ( unordered_pair @ ( unordered_pair @ A @ B ) @ ( singleton @ A ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[86]) ).

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

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

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

thf(147,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)],[128]) ).

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

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

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

thf(151,plain,
    ( ( ! [A: $i,B: $i] :
          ~ ( empty @ ( ordered_pair @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[78]) ).

thf(152,plain,
    ( ( ! [A: $i] :
          ~ ( empty @ ( singleton @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[77]) ).

thf(153,plain,
    ( ( ! [A: $i,B: $i] :
          ~ ( empty @ ( unordered_pair @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[76]) ).

thf(154,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)],[126]) ).

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

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

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

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

thf(159,plain,
    ( ( ! [A: $i] :
          ( ! [B: $i,C: $i] :
              ( ~ ( function @ C )
              | ~ ( relation @ C )
              | ~ ( in @ B @ ( relation_dom @ C ) )
              | ~ ( in @ B @ A )
              | ( in @ B @ ( relation_dom @ ( relation_dom_restriction @ C @ A ) ) ) )
          & ! [B: $i,C: $i] :
              ( ~ ( function @ C )
              | ~ ( relation @ C )
              | ~ ( in @ B @ ( relation_dom @ ( relation_dom_restriction @ C @ A ) ) )
              | ( in @ B @ ( relation_dom @ C ) ) )
          & ! [B: $i,C: $i] :
              ( ~ ( function @ C )
              | ~ ( relation @ C )
              | ~ ( in @ B @ ( relation_dom @ ( relation_dom_restriction @ C @ A ) ) )
              | ( in @ B @ A ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[122]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(174,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)],[108]) ).

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

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

thf(177,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)],[105]) ).

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

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

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

thf(181,plain,
    ( ( in @ sK2_SY76 @ sK1_A )
    = $true ),
    inference(copy,[status(thm)],[99]) ).

thf(182,plain,
    ( ( function @ sK3_SY78 )
    = $true ),
    inference(copy,[status(thm)],[98]) ).

thf(183,plain,
    ( ( relation @ sK3_SY78 )
    = $true ),
    inference(copy,[status(thm)],[97]) ).

thf(184,plain,
    ( ( ( ( apply @ ( relation_dom_restriction @ sK3_SY78 @ sK1_A ) @ sK2_SY76 )
       != ( apply @ sK3_SY78 @ sK2_SY76 ) ) )
    = $true ),
    inference(copy,[status(thm)],[101]) ).

thf(185,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)],[177]) ).

thf(186,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)],[147]) ).

thf(187,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)],[139]) ).

thf(188,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)],[154]) ).

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

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

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

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

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

thf(194,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)],[174]) ).

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

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

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

thf(198,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( function @ SX0 )
          | ~ ( relation @ SX0 )
          | ~ ( ~ ~ ( ~ ! [SX1: $i] :
                          ( ~ ( in @ SX1 @ ( relation_dom @ SX0 ) )
                          | ! [SX2: $i] :
                              ( ( SX2
                               != ( apply @ SX0 @ SX1 ) )
                              | ( in @ ( ordered_pair @ SX1 @ SX2 ) @ SX0 ) ) )
                    | ~ ! [SX1: $i] :
                          ( ~ ( in @ SX1 @ ( relation_dom @ SX0 ) )
                          | ! [SX2: $i] :
                              ( ~ ( in @ ( ordered_pair @ SX1 @ SX2 ) @ SX0 )
                              | ( SX2
                                = ( apply @ SX0 @ SX1 ) ) ) ) )
              | ~ ~ ( ~ ! [SX1: $i] :
                          ( ( in @ SX1 @ ( relation_dom @ SX0 ) )
                          | ! [SX2: $i] :
                              ( ( SX2
                               != ( apply @ SX0 @ SX1 ) )
                              | ( SX2 = empty_set ) ) )
                    | ~ ! [SX1: $i] :
                          ( ( in @ SX1 @ ( relation_dom @ SX0 ) )
                          | ! [SX2: $i] :
                              ( ( SX2 != empty_set )
                              | ( SX2
                                = ( apply @ SX0 @ SX1 ) ) ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[142]) ).

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

thf(200,plain,
    ( ( ! [SX0: $i] :
          ~ ( ~ ! [SX1: $i,SX2: $i] :
                  ( ~ ( function @ SX2 )
                  | ~ ( relation @ SX2 )
                  | ~ ( in @ SX1 @ ( relation_dom @ SX2 ) )
                  | ~ ( in @ SX1 @ SX0 )
                  | ( in @ SX1 @ ( relation_dom @ ( relation_dom_restriction @ SX2 @ SX0 ) ) ) )
            | ~ ~ ( ~ ! [SX1: $i,SX2: $i] :
                        ( ~ ( function @ SX2 )
                        | ~ ( relation @ SX2 )
                        | ~ ( in @ SX1 @ ( relation_dom @ ( relation_dom_restriction @ SX2 @ SX0 ) ) )
                        | ( in @ SX1 @ ( relation_dom @ SX2 ) ) )
                  | ~ ! [SX1: $i,SX2: $i] :
                        ( ~ ( function @ SX2 )
                        | ~ ( relation @ SX2 )
                        | ~ ( in @ SX1 @ ( relation_dom @ ( relation_dom_restriction @ SX2 @ SX0 ) ) )
                        | ( in @ SX1 @ SX0 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[159]) ).

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

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

thf(203,plain,
    ! [SV1: $i] :
      ( ( ! [SY79: $i] :
            ( ~ ( in @ SV1 @ SY79 )
            | ~ ( in @ SY79 @ SV1 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[136]) ).

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

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

thf(206,plain,
    ! [SV4: $i] :
      ( ( ! [SY80: $i] :
            ( ( unordered_pair @ SV4 @ SY80 )
            = ( unordered_pair @ SY80 @ SV4 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[140]) ).

thf(207,plain,
    ! [SV5: $i] :
      ( ( ! [SY81: $i] :
            ( ( set_intersection2 @ SV5 @ SY81 )
            = ( set_intersection2 @ SY81 @ SV5 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[141]) ).

thf(208,plain,
    ! [SV6: $i] :
      ( ( ! [SY82: $i] :
            ( ( ordered_pair @ SV6 @ SY82 )
            = ( unordered_pair @ ( unordered_pair @ SV6 @ SY82 ) @ ( singleton @ SV6 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[143]) ).

thf(209,plain,
    ! [SV7: $i] :
      ( ( ~ ( relation @ SV7 )
        | ! [SY83: $i] : ( relation @ ( relation_dom_restriction @ SV7 @ SY83 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[144]) ).

thf(210,plain,
    ! [SV8: $i] :
      ( ( element @ ( sK15_B @ SV8 ) @ SV8 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[145]) ).

thf(211,plain,
    ! [SV9: $i] :
      ( ( ! [SY84: $i] :
            ( ~ ( relation @ SV9 )
            | ~ ( relation @ SY84 )
            | ( relation @ ( set_intersection2 @ SV9 @ SY84 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[148]) ).

thf(212,plain,
    ! [SV10: $i] :
      ( ( ~ ( empty @ ( powerset @ SV10 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[149]) ).

thf(213,plain,
    ! [SV11: $i] :
      ( ( ! [SY85: $i] :
            ~ ( empty @ ( ordered_pair @ SV11 @ SY85 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[151]) ).

thf(214,plain,
    ! [SV12: $i] :
      ( ( ~ ( empty @ ( singleton @ SV12 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[152]) ).

thf(215,plain,
    ! [SV13: $i] :
      ( ( ! [SY86: $i] :
            ~ ( empty @ ( unordered_pair @ SV13 @ SY86 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[153]) ).

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

thf(217,plain,
    ! [SV15: $i] :
      ( ( ( set_intersection2 @ SV15 @ SV15 )
        = SV15 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[158]) ).

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

thf(219,plain,
    ! [SV16: $i] :
      ( ( subset @ SV16 @ SV16 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[170]) ).

thf(220,plain,
    ! [SV17: $i] :
      ( ( ! [SY87: $i] :
            ( ~ ( in @ SV17 @ SY87 )
            | ( element @ SV17 @ SY87 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[171]) ).

thf(221,plain,
    ! [SV18: $i] :
      ( ( ( set_intersection2 @ SV18 @ empty_set )
        = empty_set )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[172]) ).

thf(222,plain,
    ! [SV19: $i] :
      ( ( ! [SY88: $i] :
            ( ~ ( element @ SV19 @ SY88 )
            | ( empty @ SY88 )
            | ( in @ SV19 @ SY88 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[173]) ).

thf(223,plain,
    ! [SV20: $i] :
      ( ( ! [SY89: $i,SY90: $i] :
            ( ~ ( element @ SY89 @ ( powerset @ SY90 ) )
            | ~ ( in @ SV20 @ SY89 )
            | ( element @ SV20 @ SY90 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[175]) ).

thf(224,plain,
    ! [SV21: $i] :
      ( ( ! [SY91: $i,SY92: $i] :
            ( ~ ( element @ SY91 @ ( powerset @ SY92 ) )
            | ~ ( in @ SV21 @ SY91 )
            | ~ ( empty @ SY92 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[176]) ).

thf(225,plain,
    ! [SV22: $i] :
      ( ( ~ ( empty @ SV22 )
        | ( SV22 = empty_set ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[178]) ).

thf(226,plain,
    ! [SV23: $i] :
      ( ( ! [SY93: $i] :
            ( ~ ( empty @ SY93 )
            | ~ ( in @ SV23 @ SY93 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[179]) ).

thf(227,plain,
    ! [SV24: $i] :
      ( ( ! [SY94: $i] :
            ( ( SV24 = SY94 )
            | ~ ( empty @ SV24 )
            | ~ ( empty @ SY94 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[180]) ).

thf(228,plain,
    ( ( ( apply @ ( relation_dom_restriction @ sK3_SY78 @ sK1_A ) @ sK2_SY76 )
      = ( apply @ sK3_SY78 @ sK2_SY76 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[184]) ).

thf(229,plain,
    ! [SV25: $i] :
      ( ( ! [SY95: $i] :
            ( ~ ( function @ SY95 )
            | ~ ( relation @ SY95 )
            | ~ ( ~ ! [SY96: $i] :
                      ( ~ ( function @ SY96 )
                      | ~ ( relation @ SY96 )
                      | ~ ( ~ ( in @ ( sK4_D @ SY96 @ SY95 @ SV25 ) @ ( relation_dom @ SY95 ) )
                          | ~ ( ( ( apply @ SY95 @ ( sK4_D @ SY96 @ SY95 @ SV25 ) )
                               != ( apply @ SY96 @ ( sK4_D @ SY96 @ SY95 @ SV25 ) ) ) ) )
                      | ( ( relation_dom @ SY95 )
                       != ( set_intersection2 @ ( relation_dom @ SY96 ) @ SV25 ) )
                      | ( SY95
                        = ( relation_dom_restriction @ SY96 @ SV25 ) ) )
                | ~ ~ ( ~ ! [SY97: $i] :
                            ( ~ ( function @ SY97 )
                            | ~ ( relation @ SY97 )
                            | ( SY95
                             != ( relation_dom_restriction @ SY97 @ SV25 ) )
                            | ! [SX3: $i] :
                                ( ~ ( in @ SX3 @ ( relation_dom @ SY95 ) )
                                | ( ( apply @ SY95 @ SX3 )
                                  = ( apply @ SY97 @ SX3 ) ) ) )
                      | ~ ! [SY99: $i] :
                            ( ~ ( function @ SY99 )
                            | ~ ( relation @ SY99 )
                            | ( SY95
                             != ( relation_dom_restriction @ SY99 @ SV25 ) )
                            | ( ( relation_dom @ SY95 )
                              = ( set_intersection2 @ ( relation_dom @ SY99 ) @ SV25 ) ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[185]) ).

thf(230,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)],[186]) ).

thf(231,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)],[187]) ).

thf(232,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)],[188]) ).

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

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

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

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

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

thf(238,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)],[194]) ).

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

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

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

thf(242,plain,
    ! [SV28: $i] :
      ( ( ~ ( function @ SV28 )
        | ~ ( relation @ SV28 )
        | ~ ( ~ ~ ( ~ ! [SY100: $i] :
                        ( ~ ( in @ SY100 @ ( relation_dom @ SV28 ) )
                        | ! [SY101: $i] :
                            ( ( SY101
                             != ( apply @ SV28 @ SY100 ) )
                            | ( in @ ( ordered_pair @ SY100 @ SY101 ) @ SV28 ) ) )
                  | ~ ! [SY102: $i] :
                        ( ~ ( in @ SY102 @ ( relation_dom @ SV28 ) )
                        | ! [SY103: $i] :
                            ( ~ ( in @ ( ordered_pair @ SY102 @ SY103 ) @ SV28 )
                            | ( SY103
                              = ( apply @ SV28 @ SY102 ) ) ) ) )
            | ~ ~ ( ~ ! [SY104: $i] :
                        ( ( in @ SY104 @ ( relation_dom @ SV28 ) )
                        | ! [SY105: $i] :
                            ( ( SY105
                             != ( apply @ SV28 @ SY104 ) )
                            | ( SY105 = empty_set ) ) )
                  | ~ ! [SY106: $i] :
                        ( ( in @ SY106 @ ( relation_dom @ SV28 ) )
                        | ! [SY107: $i] :
                            ( ( SY107 != empty_set )
                            | ( SY107
                              = ( apply @ SV28 @ SY106 ) ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[198]) ).

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

thf(244,plain,
    ! [SV29: $i] :
      ( ( ~ ( ~ ! [SY108: $i,SY109: $i] :
                  ( ~ ( function @ SY109 )
                  | ~ ( relation @ SY109 )
                  | ~ ( in @ SY108 @ ( relation_dom @ SY109 ) )
                  | ~ ( in @ SY108 @ SV29 )
                  | ( in @ SY108 @ ( relation_dom @ ( relation_dom_restriction @ SY109 @ SV29 ) ) ) )
            | ~ ~ ( ~ ! [SY110: $i,SY111: $i] :
                        ( ~ ( function @ SY111 )
                        | ~ ( relation @ SY111 )
                        | ~ ( in @ SY110 @ ( relation_dom @ ( relation_dom_restriction @ SY111 @ SV29 ) ) )
                        | ( in @ SY110 @ ( relation_dom @ SY111 ) ) )
                  | ~ ! [SY112: $i,SY113: $i] :
                        ( ~ ( function @ SY113 )
                        | ~ ( relation @ SY113 )
                        | ~ ( in @ SY112 @ ( relation_dom @ ( relation_dom_restriction @ SY113 @ SV29 ) ) )
                        | ( in @ SY112 @ SV29 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[200]) ).

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

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

thf(247,plain,
    ! [SV30: $i,SV1: $i] :
      ( ( ~ ( in @ SV1 @ SV30 )
        | ~ ( in @ SV30 @ SV1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[203]) ).

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

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

thf(250,plain,
    ! [SV31: $i,SV4: $i] :
      ( ( ( unordered_pair @ SV4 @ SV31 )
        = ( unordered_pair @ SV31 @ SV4 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[206]) ).

thf(251,plain,
    ! [SV32: $i,SV5: $i] :
      ( ( ( set_intersection2 @ SV5 @ SV32 )
        = ( set_intersection2 @ SV32 @ SV5 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[207]) ).

thf(252,plain,
    ! [SV33: $i,SV6: $i] :
      ( ( ( ordered_pair @ SV6 @ SV33 )
        = ( unordered_pair @ ( unordered_pair @ SV6 @ SV33 ) @ ( singleton @ SV6 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[208]) ).

thf(253,plain,
    ! [SV7: $i] :
      ( ( ( ~ ( relation @ SV7 ) )
        = $true )
      | ( ( ! [SY83: $i] : ( relation @ ( relation_dom_restriction @ SV7 @ SY83 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[209]) ).

thf(254,plain,
    ! [SV34: $i,SV9: $i] :
      ( ( ~ ( relation @ SV9 )
        | ~ ( relation @ SV34 )
        | ( relation @ ( set_intersection2 @ SV9 @ SV34 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[211]) ).

thf(255,plain,
    ! [SV10: $i] :
      ( ( empty @ ( powerset @ SV10 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[212]) ).

thf(256,plain,
    ! [SV35: $i,SV11: $i] :
      ( ( ~ ( empty @ ( ordered_pair @ SV11 @ SV35 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[213]) ).

thf(257,plain,
    ! [SV12: $i] :
      ( ( empty @ ( singleton @ SV12 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[214]) ).

thf(258,plain,
    ! [SV36: $i,SV13: $i] :
      ( ( ~ ( empty @ ( unordered_pair @ SV13 @ SV36 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[215]) ).

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

thf(260,plain,
    ! [SV37: $i,SV17: $i] :
      ( ( ~ ( in @ SV17 @ SV37 )
        | ( element @ SV17 @ SV37 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[220]) ).

thf(261,plain,
    ! [SV38: $i,SV19: $i] :
      ( ( ~ ( element @ SV19 @ SV38 )
        | ( empty @ SV38 )
        | ( in @ SV19 @ SV38 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[222]) ).

thf(262,plain,
    ! [SV20: $i,SV39: $i] :
      ( ( ! [SY114: $i] :
            ( ~ ( element @ SV39 @ ( powerset @ SY114 ) )
            | ~ ( in @ SV20 @ SV39 )
            | ( element @ SV20 @ SY114 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[223]) ).

thf(263,plain,
    ! [SV21: $i,SV40: $i] :
      ( ( ! [SY115: $i] :
            ( ~ ( element @ SV40 @ ( powerset @ SY115 ) )
            | ~ ( in @ SV21 @ SV40 )
            | ~ ( empty @ SY115 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[224]) ).

thf(264,plain,
    ! [SV22: $i] :
      ( ( ( ~ ( empty @ SV22 ) )
        = $true )
      | ( ( SV22 = empty_set )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[225]) ).

thf(265,plain,
    ! [SV23: $i,SV41: $i] :
      ( ( ~ ( empty @ SV41 )
        | ~ ( in @ SV23 @ SV41 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[226]) ).

thf(266,plain,
    ! [SV42: $i,SV24: $i] :
      ( ( ( SV24 = SV42 )
        | ~ ( empty @ SV24 )
        | ~ ( empty @ SV42 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[227]) ).

thf(267,plain,
    ! [SV25: $i,SV43: $i] :
      ( ( ~ ( function @ SV43 )
        | ~ ( relation @ SV43 )
        | ~ ( ~ ! [SY116: $i] :
                  ( ~ ( function @ SY116 )
                  | ~ ( relation @ SY116 )
                  | ~ ( ~ ( in @ ( sK4_D @ SY116 @ SV43 @ SV25 ) @ ( relation_dom @ SV43 ) )
                      | ~ ( ( ( apply @ SV43 @ ( sK4_D @ SY116 @ SV43 @ SV25 ) )
                           != ( apply @ SY116 @ ( sK4_D @ SY116 @ SV43 @ SV25 ) ) ) ) )
                  | ( ( relation_dom @ SV43 )
                   != ( set_intersection2 @ ( relation_dom @ SY116 ) @ SV25 ) )
                  | ( SV43
                    = ( relation_dom_restriction @ SY116 @ SV25 ) ) )
            | ~ ~ ( ~ ! [SY117: $i] :
                        ( ~ ( function @ SY117 )
                        | ~ ( relation @ SY117 )
                        | ( SV43
                         != ( relation_dom_restriction @ SY117 @ SV25 ) )
                        | ! [SY118: $i] :
                            ( ~ ( in @ SY118 @ ( relation_dom @ SV43 ) )
                            | ( ( apply @ SV43 @ SY118 )
                              = ( apply @ SY117 @ SY118 ) ) ) )
                  | ~ ! [SY119: $i] :
                        ( ~ ( function @ SY119 )
                        | ~ ( relation @ SY119 )
                        | ( SV43
                         != ( relation_dom_restriction @ SY119 @ SV25 ) )
                        | ( ( relation_dom @ SV43 )
                          = ( set_intersection2 @ ( relation_dom @ SY119 ) @ SV25 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[229]) ).

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

thf(269,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)],[230]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(290,plain,
    ! [SV28: $i] :
      ( ( ( ~ ( function @ SV28 )
          | ~ ( relation @ SV28 ) )
        = $true )
      | ( ( ~ ( ~ ~ ( ~ ! [SY100: $i] :
                          ( ~ ( in @ SY100 @ ( relation_dom @ SV28 ) )
                          | ! [SY101: $i] :
                              ( ( SY101
                               != ( apply @ SV28 @ SY100 ) )
                              | ( in @ ( ordered_pair @ SY100 @ SY101 ) @ SV28 ) ) )
                    | ~ ! [SY102: $i] :
                          ( ~ ( in @ SY102 @ ( relation_dom @ SV28 ) )
                          | ! [SY103: $i] :
                              ( ~ ( in @ ( ordered_pair @ SY102 @ SY103 ) @ SV28 )
                              | ( SY103
                                = ( apply @ SV28 @ SY102 ) ) ) ) )
              | ~ ~ ( ~ ! [SY104: $i] :
                          ( ( in @ SY104 @ ( relation_dom @ SV28 ) )
                          | ! [SY105: $i] :
                              ( ( SY105
                               != ( apply @ SV28 @ SY104 ) )
                              | ( SY105 = empty_set ) ) )
                    | ~ ! [SY106: $i] :
                          ( ( in @ SY106 @ ( relation_dom @ SV28 ) )
                          | ! [SY107: $i] :
                              ( ( SY107 != empty_set )
                              | ( SY107
                                = ( apply @ SV28 @ SY106 ) ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[242]) ).

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

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

thf(293,plain,
    ! [SV29: $i] :
      ( ( ~ ! [SY108: $i,SY109: $i] :
              ( ~ ( function @ SY109 )
              | ~ ( relation @ SY109 )
              | ~ ( in @ SY108 @ ( relation_dom @ SY109 ) )
              | ~ ( in @ SY108 @ SV29 )
              | ( in @ SY108 @ ( relation_dom @ ( relation_dom_restriction @ SY109 @ SV29 ) ) ) )
        | ~ ~ ( ~ ! [SY110: $i,SY111: $i] :
                    ( ~ ( function @ SY111 )
                    | ~ ( relation @ SY111 )
                    | ~ ( in @ SY110 @ ( relation_dom @ ( relation_dom_restriction @ SY111 @ SV29 ) ) )
                    | ( in @ SY110 @ ( relation_dom @ SY111 ) ) )
              | ~ ! [SY112: $i,SY113: $i] :
                    ( ~ ( function @ SY113 )
                    | ~ ( relation @ SY113 )
                    | ~ ( in @ SY112 @ ( relation_dom @ ( relation_dom_restriction @ SY113 @ SV29 ) ) )
                    | ( in @ SY112 @ SV29 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[244]) ).

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

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

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

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

thf(298,plain,
    ! [SV30: $i,SV1: $i] :
      ( ( ( ~ ( in @ SV1 @ SV30 ) )
        = $true )
      | ( ( ~ ( in @ SV30 @ SV1 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[247]) ).

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

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

thf(301,plain,
    ! [SV7: $i] :
      ( ( ( relation @ SV7 )
        = $false )
      | ( ( ! [SY83: $i] : ( relation @ ( relation_dom_restriction @ SV7 @ SY83 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[253]) ).

thf(302,plain,
    ! [SV34: $i,SV9: $i] :
      ( ( ( ~ ( relation @ SV9 )
          | ~ ( relation @ SV34 ) )
        = $true )
      | ( ( relation @ ( set_intersection2 @ SV9 @ SV34 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[254]) ).

thf(303,plain,
    ! [SV35: $i,SV11: $i] :
      ( ( empty @ ( ordered_pair @ SV11 @ SV35 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[256]) ).

thf(304,plain,
    ! [SV36: $i,SV13: $i] :
      ( ( empty @ ( unordered_pair @ SV13 @ SV36 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[258]) ).

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

thf(306,plain,
    ! [SV37: $i,SV17: $i] :
      ( ( ( ~ ( in @ SV17 @ SV37 ) )
        = $true )
      | ( ( element @ SV17 @ SV37 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[260]) ).

thf(307,plain,
    ! [SV38: $i,SV19: $i] :
      ( ( ( ~ ( element @ SV19 @ SV38 ) )
        = $true )
      | ( ( ( empty @ SV38 )
          | ( in @ SV19 @ SV38 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[261]) ).

thf(308,plain,
    ! [SV20: $i,SV44: $i,SV39: $i] :
      ( ( ~ ( element @ SV39 @ ( powerset @ SV44 ) )
        | ~ ( in @ SV20 @ SV39 )
        | ( element @ SV20 @ SV44 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[262]) ).

thf(309,plain,
    ! [SV21: $i,SV45: $i,SV40: $i] :
      ( ( ~ ( element @ SV40 @ ( powerset @ SV45 ) )
        | ~ ( in @ SV21 @ SV40 )
        | ~ ( empty @ SV45 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[263]) ).

thf(310,plain,
    ! [SV22: $i] :
      ( ( ( empty @ SV22 )
        = $false )
      | ( ( SV22 = empty_set )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[264]) ).

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

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

thf(313,plain,
    ! [SV25: $i,SV43: $i] :
      ( ( ( ~ ( function @ SV43 )
          | ~ ( relation @ SV43 ) )
        = $true )
      | ( ( ~ ( ~ ! [SY116: $i] :
                    ( ~ ( function @ SY116 )
                    | ~ ( relation @ SY116 )
                    | ~ ( ~ ( in @ ( sK4_D @ SY116 @ SV43 @ SV25 ) @ ( relation_dom @ SV43 ) )
                        | ~ ( ( ( apply @ SV43 @ ( sK4_D @ SY116 @ SV43 @ SV25 ) )
                             != ( apply @ SY116 @ ( sK4_D @ SY116 @ SV43 @ SV25 ) ) ) ) )
                    | ( ( relation_dom @ SV43 )
                     != ( set_intersection2 @ ( relation_dom @ SY116 ) @ SV25 ) )
                    | ( SV43
                      = ( relation_dom_restriction @ SY116 @ SV25 ) ) )
              | ~ ~ ( ~ ! [SY117: $i] :
                          ( ~ ( function @ SY117 )
                          | ~ ( relation @ SY117 )
                          | ( SV43
                           != ( relation_dom_restriction @ SY117 @ SV25 ) )
                          | ! [SY118: $i] :
                              ( ~ ( in @ SY118 @ ( relation_dom @ SV43 ) )
                              | ( ( apply @ SV43 @ SY118 )
                                = ( apply @ SY117 @ SY118 ) ) ) )
                    | ~ ! [SY119: $i] :
                          ( ~ ( function @ SY119 )
                          | ~ ( relation @ SY119 )
                          | ( SV43
                           != ( relation_dom_restriction @ SY119 @ SV25 ) )
                          | ( ( relation_dom @ SV43 )
                            = ( set_intersection2 @ ( relation_dom @ SY119 ) @ SV25 ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[267]) ).

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

thf(315,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)],[269]) ).

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

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

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

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

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

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

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

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

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

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

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

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

thf(328,plain,
    ! [SV26: $i] :
      ( ( ~ ( element @ ( sK8_B @ SV26 ) @ ( powerset @ SV26 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[282]) ).

thf(329,plain,
    ! [SV26: $i] :
      ( ( ~ ( empty @ ( sK8_B @ SV26 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[282]) ).

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

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

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

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

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

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

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

thf(337,plain,
    ! [SV28: $i] :
      ( ( ( ~ ( function @ SV28 ) )
        = $true )
      | ( ( ~ ( relation @ SV28 ) )
        = $true )
      | ( ( ~ ( ~ ~ ( ~ ! [SY100: $i] :
                          ( ~ ( in @ SY100 @ ( relation_dom @ SV28 ) )
                          | ! [SY101: $i] :
                              ( ( SY101
                               != ( apply @ SV28 @ SY100 ) )
                              | ( in @ ( ordered_pair @ SY100 @ SY101 ) @ SV28 ) ) )
                    | ~ ! [SY102: $i] :
                          ( ~ ( in @ SY102 @ ( relation_dom @ SV28 ) )
                          | ! [SY103: $i] :
                              ( ~ ( in @ ( ordered_pair @ SY102 @ SY103 ) @ SV28 )
                              | ( SY103
                                = ( apply @ SV28 @ SY102 ) ) ) ) )
              | ~ ~ ( ~ ! [SY104: $i] :
                          ( ( in @ SY104 @ ( relation_dom @ SV28 ) )
                          | ! [SY105: $i] :
                              ( ( SY105
                               != ( apply @ SV28 @ SY104 ) )
                              | ( SY105 = empty_set ) ) )
                    | ~ ! [SY106: $i] :
                          ( ( in @ SY106 @ ( relation_dom @ SV28 ) )
                          | ! [SY107: $i] :
                              ( ( SY107 != empty_set )
                              | ( SY107
                                = ( apply @ SV28 @ SY106 ) ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[290]) ).

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

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

thf(340,plain,
    ! [SV29: $i] :
      ( ( ~ ! [SY108: $i,SY109: $i] :
              ( ~ ( function @ SY109 )
              | ~ ( relation @ SY109 )
              | ~ ( in @ SY108 @ ( relation_dom @ SY109 ) )
              | ~ ( in @ SY108 @ SV29 )
              | ( in @ SY108 @ ( relation_dom @ ( relation_dom_restriction @ SY109 @ SV29 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[293]) ).

thf(341,plain,
    ! [SV29: $i] :
      ( ( ~ ~ ( ~ ! [SY110: $i,SY111: $i] :
                    ( ~ ( function @ SY111 )
                    | ~ ( relation @ SY111 )
                    | ~ ( in @ SY110 @ ( relation_dom @ ( relation_dom_restriction @ SY111 @ SV29 ) ) )
                    | ( in @ SY110 @ ( relation_dom @ SY111 ) ) )
              | ~ ! [SY112: $i,SY113: $i] :
                    ( ~ ( function @ SY113 )
                    | ~ ( relation @ SY113 )
                    | ~ ( in @ SY112 @ ( relation_dom @ ( relation_dom_restriction @ SY113 @ SV29 ) ) )
                    | ( in @ SY112 @ SV29 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[293]) ).

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

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

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

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

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

thf(347,plain,
    ! [SV46: $i,SV7: $i] :
      ( ( ( relation @ ( relation_dom_restriction @ SV7 @ SV46 ) )
        = $true )
      | ( ( relation @ SV7 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[301]) ).

thf(348,plain,
    ! [SV34: $i,SV9: $i] :
      ( ( ( ~ ( relation @ SV9 ) )
        = $true )
      | ( ( ~ ( relation @ SV34 ) )
        = $true )
      | ( ( relation @ ( set_intersection2 @ SV9 @ SV34 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[302]) ).

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

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

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

thf(352,plain,
    ! [SV20: $i,SV44: $i,SV39: $i] :
      ( ( ( ~ ( element @ SV39 @ ( powerset @ SV44 ) )
          | ~ ( in @ SV20 @ SV39 ) )
        = $true )
      | ( ( element @ SV20 @ SV44 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[308]) ).

thf(353,plain,
    ! [SV21: $i,SV45: $i,SV40: $i] :
      ( ( ( ~ ( element @ SV40 @ ( powerset @ SV45 ) )
          | ~ ( in @ SV21 @ SV40 ) )
        = $true )
      | ( ( ~ ( empty @ SV45 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[309]) ).

thf(354,plain,
    ! [SV23: $i,SV41: $i] :
      ( ( ( empty @ SV41 )
        = $false )
      | ( ( ~ ( in @ SV23 @ SV41 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[311]) ).

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

thf(356,plain,
    ! [SV25: $i,SV43: $i] :
      ( ( ( ~ ( function @ SV43 ) )
        = $true )
      | ( ( ~ ( relation @ SV43 ) )
        = $true )
      | ( ( ~ ( ~ ! [SY116: $i] :
                    ( ~ ( function @ SY116 )
                    | ~ ( relation @ SY116 )
                    | ~ ( ~ ( in @ ( sK4_D @ SY116 @ SV43 @ SV25 ) @ ( relation_dom @ SV43 ) )
                        | ~ ( ( ( apply @ SV43 @ ( sK4_D @ SY116 @ SV43 @ SV25 ) )
                             != ( apply @ SY116 @ ( sK4_D @ SY116 @ SV43 @ SV25 ) ) ) ) )
                    | ( ( relation_dom @ SV43 )
                     != ( set_intersection2 @ ( relation_dom @ SY116 ) @ SV25 ) )
                    | ( SV43
                      = ( relation_dom_restriction @ SY116 @ SV25 ) ) )
              | ~ ~ ( ~ ! [SY117: $i] :
                          ( ~ ( function @ SY117 )
                          | ~ ( relation @ SY117 )
                          | ( SV43
                           != ( relation_dom_restriction @ SY117 @ SV25 ) )
                          | ! [SY118: $i] :
                              ( ~ ( in @ SY118 @ ( relation_dom @ SV43 ) )
                              | ( ( apply @ SV43 @ SY118 )
                                = ( apply @ SY117 @ SY118 ) ) ) )
                    | ~ ! [SY119: $i] :
                          ( ~ ( function @ SY119 )
                          | ~ ( relation @ SY119 )
                          | ( SV43
                           != ( relation_dom_restriction @ SY119 @ SV25 ) )
                          | ( ( relation_dom @ SV43 )
                            = ( set_intersection2 @ ( relation_dom @ SY119 ) @ SV25 ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[313]) ).

thf(357,plain,
    ! [SV47: $i] :
      ( ( ~ ( relation @ SV47 )
        | ~ ( relation_empty_yielding @ SV47 )
        | ! [SY120: $i] : ( relation @ ( relation_dom_restriction @ SV47 @ SY120 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[314]) ).

thf(358,plain,
    ! [SV48: $i] :
      ( ( ~ ( relation @ SV48 )
        | ~ ( relation_empty_yielding @ SV48 )
        | ! [SY121: $i] : ( relation_empty_yielding @ ( relation_dom_restriction @ SV48 @ SY121 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[315]) ).

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

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

thf(361,plain,
    ! [SV50: $i] :
      ( ( ~ ( function @ SV50 )
        | ~ ( relation @ SV50 )
        | ! [SY122: $i] : ( function @ ( relation_dom_restriction @ SV50 @ SY122 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[318]) ).

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

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

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

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

thf(366,plain,
    ! [SV26: $i] :
      ( ( element @ ( sK8_B @ SV26 ) @ ( powerset @ SV26 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[328]) ).

thf(367,plain,
    ! [SV26: $i] :
      ( ( empty @ ( sK8_B @ SV26 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[329]) ).

thf(368,plain,
    ! [SV52: $i] :
      ( ( ! [SY124: $i] :
            ( ~ ( element @ SV52 @ ( powerset @ SY124 ) )
            | ( subset @ SV52 @ SY124 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[330]) ).

thf(369,plain,
    ! [SV53: $i] :
      ( ( ! [SY125: $i] :
            ( ~ ( subset @ SV53 @ SY125 )
            | ( element @ SV53 @ ( powerset @ SY125 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[331]) ).

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

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

thf(372,plain,
    ! [SV54: $i] :
      ( ( ~ ( empty @ SV54 )
        | ( empty @ ( relation_dom @ SV54 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[335]) ).

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

thf(374,plain,
    ! [SV28: $i] :
      ( ( ( function @ SV28 )
        = $false )
      | ( ( ~ ( relation @ SV28 ) )
        = $true )
      | ( ( ~ ( ~ ~ ( ~ ! [SY100: $i] :
                          ( ~ ( in @ SY100 @ ( relation_dom @ SV28 ) )
                          | ! [SY101: $i] :
                              ( ( SY101
                               != ( apply @ SV28 @ SY100 ) )
                              | ( in @ ( ordered_pair @ SY100 @ SY101 ) @ SV28 ) ) )
                    | ~ ! [SY102: $i] :
                          ( ~ ( in @ SY102 @ ( relation_dom @ SV28 ) )
                          | ! [SY103: $i] :
                              ( ~ ( in @ ( ordered_pair @ SY102 @ SY103 ) @ SV28 )
                              | ( SY103
                                = ( apply @ SV28 @ SY102 ) ) ) ) )
              | ~ ~ ( ~ ! [SY104: $i] :
                          ( ( in @ SY104 @ ( relation_dom @ SV28 ) )
                          | ! [SY105: $i] :
                              ( ( SY105
                               != ( apply @ SV28 @ SY104 ) )
                              | ( SY105 = empty_set ) ) )
                    | ~ ! [SY106: $i] :
                          ( ( in @ SY106 @ ( relation_dom @ SV28 ) )
                          | ! [SY107: $i] :
                              ( ( SY107 != empty_set )
                              | ( SY107
                                = ( apply @ SV28 @ SY106 ) ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[337]) ).

thf(375,plain,
    ! [SV29: $i] :
      ( ( ! [SY108: $i,SY109: $i] :
            ( ~ ( function @ SY109 )
            | ~ ( relation @ SY109 )
            | ~ ( in @ SY108 @ ( relation_dom @ SY109 ) )
            | ~ ( in @ SY108 @ SV29 )
            | ( in @ SY108 @ ( relation_dom @ ( relation_dom_restriction @ SY109 @ SV29 ) ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[340]) ).

thf(376,plain,
    ! [SV29: $i] :
      ( ( ~ ( ~ ! [SY110: $i,SY111: $i] :
                  ( ~ ( function @ SY111 )
                  | ~ ( relation @ SY111 )
                  | ~ ( in @ SY110 @ ( relation_dom @ ( relation_dom_restriction @ SY111 @ SV29 ) ) )
                  | ( in @ SY110 @ ( relation_dom @ SY111 ) ) )
            | ~ ! [SY112: $i,SY113: $i] :
                  ( ~ ( function @ SY113 )
                  | ~ ( relation @ SY113 )
                  | ~ ( in @ SY112 @ ( relation_dom @ ( relation_dom_restriction @ SY113 @ SV29 ) ) )
                  | ( in @ SY112 @ SV29 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[341]) ).

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

thf(378,plain,
    ! [SV1: $i,SV30: $i] :
      ( ( ( in @ SV30 @ SV1 )
        = $false )
      | ( ( in @ SV1 @ SV30 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[346]) ).

thf(379,plain,
    ! [SV34: $i,SV9: $i] :
      ( ( ( relation @ SV9 )
        = $false )
      | ( ( ~ ( relation @ SV34 ) )
        = $true )
      | ( ( relation @ ( set_intersection2 @ SV9 @ SV34 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[348]) ).

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

thf(381,plain,
    ! [SV19: $i,SV38: $i] :
      ( ( ( empty @ SV38 )
        = $true )
      | ( ( in @ SV19 @ SV38 )
        = $true )
      | ( ( element @ SV19 @ SV38 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[351]) ).

thf(382,plain,
    ! [SV20: $i,SV44: $i,SV39: $i] :
      ( ( ( ~ ( element @ SV39 @ ( powerset @ SV44 ) ) )
        = $true )
      | ( ( ~ ( in @ SV20 @ SV39 ) )
        = $true )
      | ( ( element @ SV20 @ SV44 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[352]) ).

thf(383,plain,
    ! [SV21: $i,SV45: $i,SV40: $i] :
      ( ( ( ~ ( element @ SV40 @ ( powerset @ SV45 ) ) )
        = $true )
      | ( ( ~ ( in @ SV21 @ SV40 ) )
        = $true )
      | ( ( ~ ( empty @ SV45 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[353]) ).

thf(384,plain,
    ! [SV41: $i,SV23: $i] :
      ( ( ( in @ SV23 @ SV41 )
        = $false )
      | ( ( empty @ SV41 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[354]) ).

thf(385,plain,
    ! [SV42: $i,SV24: $i] :
      ( ( ( empty @ SV24 )
        = $false )
      | ( ( SV24 = SV42 )
        = $true )
      | ( ( ~ ( empty @ SV42 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[355]) ).

thf(386,plain,
    ! [SV25: $i,SV43: $i] :
      ( ( ( function @ SV43 )
        = $false )
      | ( ( ~ ( relation @ SV43 ) )
        = $true )
      | ( ( ~ ( ~ ! [SY116: $i] :
                    ( ~ ( function @ SY116 )
                    | ~ ( relation @ SY116 )
                    | ~ ( ~ ( in @ ( sK4_D @ SY116 @ SV43 @ SV25 ) @ ( relation_dom @ SV43 ) )
                        | ~ ( ( ( apply @ SV43 @ ( sK4_D @ SY116 @ SV43 @ SV25 ) )
                             != ( apply @ SY116 @ ( sK4_D @ SY116 @ SV43 @ SV25 ) ) ) ) )
                    | ( ( relation_dom @ SV43 )
                     != ( set_intersection2 @ ( relation_dom @ SY116 ) @ SV25 ) )
                    | ( SV43
                      = ( relation_dom_restriction @ SY116 @ SV25 ) ) )
              | ~ ~ ( ~ ! [SY117: $i] :
                          ( ~ ( function @ SY117 )
                          | ~ ( relation @ SY117 )
                          | ( SV43
                           != ( relation_dom_restriction @ SY117 @ SV25 ) )
                          | ! [SY118: $i] :
                              ( ~ ( in @ SY118 @ ( relation_dom @ SV43 ) )
                              | ( ( apply @ SV43 @ SY118 )
                                = ( apply @ SY117 @ SY118 ) ) ) )
                    | ~ ! [SY119: $i] :
                          ( ~ ( function @ SY119 )
                          | ~ ( relation @ SY119 )
                          | ( SV43
                           != ( relation_dom_restriction @ SY119 @ SV25 ) )
                          | ( ( relation_dom @ SV43 )
                            = ( set_intersection2 @ ( relation_dom @ SY119 ) @ SV25 ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[356]) ).

thf(387,plain,
    ! [SV47: $i] :
      ( ( ( ~ ( relation @ SV47 )
          | ~ ( relation_empty_yielding @ SV47 ) )
        = $true )
      | ( ( ! [SY120: $i] : ( relation @ ( relation_dom_restriction @ SV47 @ SY120 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[357]) ).

thf(388,plain,
    ! [SV48: $i] :
      ( ( ( ~ ( relation @ SV48 )
          | ~ ( relation_empty_yielding @ SV48 ) )
        = $true )
      | ( ( ! [SY121: $i] : ( relation_empty_yielding @ ( relation_dom_restriction @ SV48 @ SY121 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[358]) ).

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

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

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

thf(392,plain,
    ! [SV50: $i] :
      ( ( ( ~ ( function @ SV50 )
          | ~ ( relation @ SV50 ) )
        = $true )
      | ( ( ! [SY122: $i] : ( function @ ( relation_dom_restriction @ SV50 @ SY122 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[361]) ).

thf(393,plain,
    ! [SV51: $i] :
      ( ( ( ~ ( function @ SV51 )
          | ~ ( relation @ SV51 ) )
        = $true )
      | ( ( ! [SY123: $i] : ( relation @ ( relation_dom_restriction @ SV51 @ SY123 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[362]) ).

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

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

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

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

thf(398,plain,
    ! [SV56: $i,SV52: $i] :
      ( ( ~ ( element @ SV52 @ ( powerset @ SV56 ) )
        | ( subset @ SV52 @ SV56 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[368]) ).

thf(399,plain,
    ! [SV57: $i,SV53: $i] :
      ( ( ~ ( subset @ SV53 @ SV57 )
        | ( element @ SV53 @ ( powerset @ SV57 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[369]) ).

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

thf(401,plain,
    ! [SV27: $i] :
      ( ( ( ~ ( empty @ ( sK12_B @ SV27 ) ) )
        = $true )
      | ( ( empty @ SV27 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[371]) ).

thf(402,plain,
    ! [SV54: $i] :
      ( ( ( ~ ( empty @ SV54 ) )
        = $true )
      | ( ( empty @ ( relation_dom @ SV54 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[372]) ).

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

thf(404,plain,
    ! [SV28: $i] :
      ( ( ( relation @ SV28 )
        = $false )
      | ( ( function @ SV28 )
        = $false )
      | ( ( ~ ( ~ ~ ( ~ ! [SY100: $i] :
                          ( ~ ( in @ SY100 @ ( relation_dom @ SV28 ) )
                          | ! [SY101: $i] :
                              ( ( SY101
                               != ( apply @ SV28 @ SY100 ) )
                              | ( in @ ( ordered_pair @ SY100 @ SY101 ) @ SV28 ) ) )
                    | ~ ! [SY102: $i] :
                          ( ~ ( in @ SY102 @ ( relation_dom @ SV28 ) )
                          | ! [SY103: $i] :
                              ( ~ ( in @ ( ordered_pair @ SY102 @ SY103 ) @ SV28 )
                              | ( SY103
                                = ( apply @ SV28 @ SY102 ) ) ) ) )
              | ~ ~ ( ~ ! [SY104: $i] :
                          ( ( in @ SY104 @ ( relation_dom @ SV28 ) )
                          | ! [SY105: $i] :
                              ( ( SY105
                               != ( apply @ SV28 @ SY104 ) )
                              | ( SY105 = empty_set ) ) )
                    | ~ ! [SY106: $i] :
                          ( ( in @ SY106 @ ( relation_dom @ SV28 ) )
                          | ! [SY107: $i] :
                              ( ( SY107 != empty_set )
                              | ( SY107
                                = ( apply @ SV28 @ SY106 ) ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[374]) ).

thf(405,plain,
    ! [SV29: $i,SV58: $i] :
      ( ( ! [SY126: $i] :
            ( ~ ( function @ SY126 )
            | ~ ( relation @ SY126 )
            | ~ ( in @ SV58 @ ( relation_dom @ SY126 ) )
            | ~ ( in @ SV58 @ SV29 )
            | ( in @ SV58 @ ( relation_dom @ ( relation_dom_restriction @ SY126 @ SV29 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[375]) ).

thf(406,plain,
    ! [SV29: $i] :
      ( ( ~ ! [SY110: $i,SY111: $i] :
              ( ~ ( function @ SY111 )
              | ~ ( relation @ SY111 )
              | ~ ( in @ SY110 @ ( relation_dom @ ( relation_dom_restriction @ SY111 @ SV29 ) ) )
              | ( in @ SY110 @ ( relation_dom @ SY111 ) ) )
        | ~ ! [SY112: $i,SY113: $i] :
              ( ~ ( function @ SY113 )
              | ~ ( relation @ SY113 )
              | ~ ( in @ SY112 @ ( relation_dom @ ( relation_dom_restriction @ SY113 @ SV29 ) ) )
              | ( in @ SY112 @ SV29 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[376]) ).

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

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

thf(409,plain,
    ! [SV9: $i,SV34: $i] :
      ( ( ( relation @ SV34 )
        = $false )
      | ( ( relation @ SV9 )
        = $false )
      | ( ( relation @ ( set_intersection2 @ SV9 @ SV34 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[379]) ).

thf(410,plain,
    ! [SV20: $i,SV44: $i,SV39: $i] :
      ( ( ( element @ SV39 @ ( powerset @ SV44 ) )
        = $false )
      | ( ( ~ ( in @ SV20 @ SV39 ) )
        = $true )
      | ( ( element @ SV20 @ SV44 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[382]) ).

thf(411,plain,
    ! [SV21: $i,SV45: $i,SV40: $i] :
      ( ( ( element @ SV40 @ ( powerset @ SV45 ) )
        = $false )
      | ( ( ~ ( in @ SV21 @ SV40 ) )
        = $true )
      | ( ( ~ ( empty @ SV45 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[383]) ).

thf(412,plain,
    ! [SV24: $i,SV42: $i] :
      ( ( ( empty @ SV42 )
        = $false )
      | ( ( SV24 = SV42 )
        = $true )
      | ( ( empty @ SV24 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[385]) ).

thf(413,plain,
    ! [SV25: $i,SV43: $i] :
      ( ( ( relation @ SV43 )
        = $false )
      | ( ( function @ SV43 )
        = $false )
      | ( ( ~ ( ~ ! [SY116: $i] :
                    ( ~ ( function @ SY116 )
                    | ~ ( relation @ SY116 )
                    | ~ ( ~ ( in @ ( sK4_D @ SY116 @ SV43 @ SV25 ) @ ( relation_dom @ SV43 ) )
                        | ~ ( ( ( apply @ SV43 @ ( sK4_D @ SY116 @ SV43 @ SV25 ) )
                             != ( apply @ SY116 @ ( sK4_D @ SY116 @ SV43 @ SV25 ) ) ) ) )
                    | ( ( relation_dom @ SV43 )
                     != ( set_intersection2 @ ( relation_dom @ SY116 ) @ SV25 ) )
                    | ( SV43
                      = ( relation_dom_restriction @ SY116 @ SV25 ) ) )
              | ~ ~ ( ~ ! [SY117: $i] :
                          ( ~ ( function @ SY117 )
                          | ~ ( relation @ SY117 )
                          | ( SV43
                           != ( relation_dom_restriction @ SY117 @ SV25 ) )
                          | ! [SY118: $i] :
                              ( ~ ( in @ SY118 @ ( relation_dom @ SV43 ) )
                              | ( ( apply @ SV43 @ SY118 )
                                = ( apply @ SY117 @ SY118 ) ) ) )
                    | ~ ! [SY119: $i] :
                          ( ~ ( function @ SY119 )
                          | ~ ( relation @ SY119 )
                          | ( SV43
                           != ( relation_dom_restriction @ SY119 @ SV25 ) )
                          | ( ( relation_dom @ SV43 )
                            = ( set_intersection2 @ ( relation_dom @ SY119 ) @ SV25 ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[386]) ).

thf(414,plain,
    ! [SV47: $i] :
      ( ( ( ~ ( relation @ SV47 ) )
        = $true )
      | ( ( ~ ( relation_empty_yielding @ SV47 ) )
        = $true )
      | ( ( ! [SY120: $i] : ( relation @ ( relation_dom_restriction @ SV47 @ SY120 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[387]) ).

thf(415,plain,
    ! [SV48: $i] :
      ( ( ( ~ ( relation @ SV48 ) )
        = $true )
      | ( ( ~ ( relation_empty_yielding @ SV48 ) )
        = $true )
      | ( ( ! [SY121: $i] : ( relation_empty_yielding @ ( relation_dom_restriction @ SV48 @ SY121 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[388]) ).

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

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

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

thf(419,plain,
    ! [SV50: $i] :
      ( ( ( ~ ( function @ SV50 ) )
        = $true )
      | ( ( ~ ( relation @ SV50 ) )
        = $true )
      | ( ( ! [SY122: $i] : ( function @ ( relation_dom_restriction @ SV50 @ SY122 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[392]) ).

thf(420,plain,
    ! [SV51: $i] :
      ( ( ( ~ ( function @ SV51 ) )
        = $true )
      | ( ( ~ ( relation @ SV51 ) )
        = $true )
      | ( ( ! [SY123: $i] : ( relation @ ( relation_dom_restriction @ SV51 @ SY123 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[393]) ).

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

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

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

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

thf(425,plain,
    ! [SV56: $i,SV52: $i] :
      ( ( ( ~ ( element @ SV52 @ ( powerset @ SV56 ) ) )
        = $true )
      | ( ( subset @ SV52 @ SV56 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[398]) ).

thf(426,plain,
    ! [SV57: $i,SV53: $i] :
      ( ( ( ~ ( subset @ SV53 @ SV57 ) )
        = $true )
      | ( ( element @ SV53 @ ( powerset @ SV57 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[399]) ).

thf(427,plain,
    ! [SV27: $i] :
      ( ( ( empty @ ( sK12_B @ SV27 ) )
        = $false )
      | ( ( empty @ SV27 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[401]) ).

thf(428,plain,
    ! [SV54: $i] :
      ( ( ( empty @ SV54 )
        = $false )
      | ( ( empty @ ( relation_dom @ SV54 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[402]) ).

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

thf(430,plain,
    ! [SV28: $i] :
      ( ( ( ~ ~ ( ~ ! [SY100: $i] :
                      ( ~ ( in @ SY100 @ ( relation_dom @ SV28 ) )
                      | ! [SY101: $i] :
                          ( ( SY101
                           != ( apply @ SV28 @ SY100 ) )
                          | ( in @ ( ordered_pair @ SY100 @ SY101 ) @ SV28 ) ) )
                | ~ ! [SY102: $i] :
                      ( ~ ( in @ SY102 @ ( relation_dom @ SV28 ) )
                      | ! [SY103: $i] :
                          ( ~ ( in @ ( ordered_pair @ SY102 @ SY103 ) @ SV28 )
                          | ( SY103
                            = ( apply @ SV28 @ SY102 ) ) ) ) )
          | ~ ~ ( ~ ! [SY104: $i] :
                      ( ( in @ SY104 @ ( relation_dom @ SV28 ) )
                      | ! [SY105: $i] :
                          ( ( SY105
                           != ( apply @ SV28 @ SY104 ) )
                          | ( SY105 = empty_set ) ) )
                | ~ ! [SY106: $i] :
                      ( ( in @ SY106 @ ( relation_dom @ SV28 ) )
                      | ! [SY107: $i] :
                          ( ( SY107 != empty_set )
                          | ( SY107
                            = ( apply @ SV28 @ SY106 ) ) ) ) ) )
        = $false )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[404]) ).

thf(431,plain,
    ! [SV29: $i,SV58: $i,SV59: $i] :
      ( ( ~ ( function @ SV59 )
        | ~ ( relation @ SV59 )
        | ~ ( in @ SV58 @ ( relation_dom @ SV59 ) )
        | ~ ( in @ SV58 @ SV29 )
        | ( in @ SV58 @ ( relation_dom @ ( relation_dom_restriction @ SV59 @ SV29 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[405]) ).

thf(432,plain,
    ! [SV29: $i] :
      ( ( ~ ! [SY110: $i,SY111: $i] :
              ( ~ ( function @ SY111 )
              | ~ ( relation @ SY111 )
              | ~ ( in @ SY110 @ ( relation_dom @ ( relation_dom_restriction @ SY111 @ SV29 ) ) )
              | ( in @ SY110 @ ( relation_dom @ SY111 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[406]) ).

thf(433,plain,
    ! [SV29: $i] :
      ( ( ~ ! [SY112: $i,SY113: $i] :
              ( ~ ( function @ SY113 )
              | ~ ( relation @ SY113 )
              | ~ ( in @ SY112 @ ( relation_dom @ ( relation_dom_restriction @ SY113 @ SV29 ) ) )
              | ( in @ SY112 @ SV29 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[406]) ).

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

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

thf(436,plain,
    ! [SV44: $i,SV39: $i,SV20: $i] :
      ( ( ( in @ SV20 @ SV39 )
        = $false )
      | ( ( element @ SV39 @ ( powerset @ SV44 ) )
        = $false )
      | ( ( element @ SV20 @ SV44 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[410]) ).

thf(437,plain,
    ! [SV45: $i,SV40: $i,SV21: $i] :
      ( ( ( in @ SV21 @ SV40 )
        = $false )
      | ( ( element @ SV40 @ ( powerset @ SV45 ) )
        = $false )
      | ( ( ~ ( empty @ SV45 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[411]) ).

thf(438,plain,
    ! [SV25: $i,SV43: $i] :
      ( ( ( ~ ! [SY116: $i] :
                ( ~ ( function @ SY116 )
                | ~ ( relation @ SY116 )
                | ~ ( ~ ( in @ ( sK4_D @ SY116 @ SV43 @ SV25 ) @ ( relation_dom @ SV43 ) )
                    | ~ ( ( ( apply @ SV43 @ ( sK4_D @ SY116 @ SV43 @ SV25 ) )
                         != ( apply @ SY116 @ ( sK4_D @ SY116 @ SV43 @ SV25 ) ) ) ) )
                | ( ( relation_dom @ SV43 )
                 != ( set_intersection2 @ ( relation_dom @ SY116 ) @ SV25 ) )
                | ( SV43
                  = ( relation_dom_restriction @ SY116 @ SV25 ) ) )
          | ~ ~ ( ~ ! [SY117: $i] :
                      ( ~ ( function @ SY117 )
                      | ~ ( relation @ SY117 )
                      | ( SV43
                       != ( relation_dom_restriction @ SY117 @ SV25 ) )
                      | ! [SY118: $i] :
                          ( ~ ( in @ SY118 @ ( relation_dom @ SV43 ) )
                          | ( ( apply @ SV43 @ SY118 )
                            = ( apply @ SY117 @ SY118 ) ) ) )
                | ~ ! [SY119: $i] :
                      ( ~ ( function @ SY119 )
                      | ~ ( relation @ SY119 )
                      | ( SV43
                       != ( relation_dom_restriction @ SY119 @ SV25 ) )
                      | ( ( relation_dom @ SV43 )
                        = ( set_intersection2 @ ( relation_dom @ SY119 ) @ SV25 ) ) ) ) )
        = $false )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[413]) ).

thf(439,plain,
    ! [SV47: $i] :
      ( ( ( relation @ SV47 )
        = $false )
      | ( ( ~ ( relation_empty_yielding @ SV47 ) )
        = $true )
      | ( ( ! [SY120: $i] : ( relation @ ( relation_dom_restriction @ SV47 @ SY120 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[414]) ).

thf(440,plain,
    ! [SV48: $i] :
      ( ( ( relation @ SV48 )
        = $false )
      | ( ( ~ ( relation_empty_yielding @ SV48 ) )
        = $true )
      | ( ( ! [SY121: $i] : ( relation_empty_yielding @ ( relation_dom_restriction @ SV48 @ SY121 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[415]) ).

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

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

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

thf(444,plain,
    ! [SV50: $i] :
      ( ( ( function @ SV50 )
        = $false )
      | ( ( ~ ( relation @ SV50 ) )
        = $true )
      | ( ( ! [SY122: $i] : ( function @ ( relation_dom_restriction @ SV50 @ SY122 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[419]) ).

thf(445,plain,
    ! [SV51: $i] :
      ( ( ( function @ SV51 )
        = $false )
      | ( ( ~ ( relation @ SV51 ) )
        = $true )
      | ( ( ! [SY123: $i] : ( relation @ ( relation_dom_restriction @ SV51 @ SY123 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[420]) ).

thf(446,plain,
    ! [SV56: $i,SV52: $i] :
      ( ( ( element @ SV52 @ ( powerset @ SV56 ) )
        = $false )
      | ( ( subset @ SV52 @ SV56 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[425]) ).

thf(447,plain,
    ! [SV57: $i,SV53: $i] :
      ( ( ( subset @ SV53 @ SV57 )
        = $false )
      | ( ( element @ SV53 @ ( powerset @ SV57 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[426]) ).

thf(448,plain,
    ! [SV28: $i] :
      ( ( ( ~ ~ ( ~ ! [SY100: $i] :
                      ( ~ ( in @ SY100 @ ( relation_dom @ SV28 ) )
                      | ! [SY101: $i] :
                          ( ( SY101
                           != ( apply @ SV28 @ SY100 ) )
                          | ( in @ ( ordered_pair @ SY100 @ SY101 ) @ SV28 ) ) )
                | ~ ! [SY102: $i] :
                      ( ~ ( in @ SY102 @ ( relation_dom @ SV28 ) )
                      | ! [SY103: $i] :
                          ( ~ ( in @ ( ordered_pair @ SY102 @ SY103 ) @ SV28 )
                          | ( SY103
                            = ( apply @ SV28 @ SY102 ) ) ) ) ) )
        = $false )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[430]) ).

thf(449,plain,
    ! [SV28: $i] :
      ( ( ( ~ ~ ( ~ ! [SY104: $i] :
                      ( ( in @ SY104 @ ( relation_dom @ SV28 ) )
                      | ! [SY105: $i] :
                          ( ( SY105
                           != ( apply @ SV28 @ SY104 ) )
                          | ( SY105 = empty_set ) ) )
                | ~ ! [SY106: $i] :
                      ( ( in @ SY106 @ ( relation_dom @ SV28 ) )
                      | ! [SY107: $i] :
                          ( ( SY107 != empty_set )
                          | ( SY107
                            = ( apply @ SV28 @ SY106 ) ) ) ) ) )
        = $false )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[430]) ).

thf(450,plain,
    ! [SV29: $i,SV58: $i,SV59: $i] :
      ( ( ( ~ ( function @ SV59 )
          | ~ ( relation @ SV59 ) )
        = $true )
      | ( ( ~ ( in @ SV58 @ ( relation_dom @ SV59 ) )
          | ~ ( in @ SV58 @ SV29 )
          | ( in @ SV58 @ ( relation_dom @ ( relation_dom_restriction @ SV59 @ SV29 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[431]) ).

thf(451,plain,
    ! [SV29: $i] :
      ( ( ! [SY110: $i,SY111: $i] :
            ( ~ ( function @ SY111 )
            | ~ ( relation @ SY111 )
            | ~ ( in @ SY110 @ ( relation_dom @ ( relation_dom_restriction @ SY111 @ SV29 ) ) )
            | ( in @ SY110 @ ( relation_dom @ SY111 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[432]) ).

thf(452,plain,
    ! [SV29: $i] :
      ( ( ! [SY112: $i,SY113: $i] :
            ( ~ ( function @ SY113 )
            | ~ ( relation @ SY113 )
            | ~ ( in @ SY112 @ ( relation_dom @ ( relation_dom_restriction @ SY113 @ SV29 ) ) )
            | ( in @ SY112 @ SV29 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[433]) ).

thf(453,plain,
    ! [SV21: $i,SV40: $i,SV45: $i] :
      ( ( ( empty @ SV45 )
        = $false )
      | ( ( element @ SV40 @ ( powerset @ SV45 ) )
        = $false )
      | ( ( in @ SV21 @ SV40 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[437]) ).

thf(454,plain,
    ! [SV25: $i,SV43: $i] :
      ( ( ( ~ ! [SY116: $i] :
                ( ~ ( function @ SY116 )
                | ~ ( relation @ SY116 )
                | ~ ( ~ ( in @ ( sK4_D @ SY116 @ SV43 @ SV25 ) @ ( relation_dom @ SV43 ) )
                    | ~ ( ( ( apply @ SV43 @ ( sK4_D @ SY116 @ SV43 @ SV25 ) )
                         != ( apply @ SY116 @ ( sK4_D @ SY116 @ SV43 @ SV25 ) ) ) ) )
                | ( ( relation_dom @ SV43 )
                 != ( set_intersection2 @ ( relation_dom @ SY116 ) @ SV25 ) )
                | ( SV43
                  = ( relation_dom_restriction @ SY116 @ SV25 ) ) ) )
        = $false )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[438]) ).

thf(455,plain,
    ! [SV25: $i,SV43: $i] :
      ( ( ( ~ ~ ( ~ ! [SY117: $i] :
                      ( ~ ( function @ SY117 )
                      | ~ ( relation @ SY117 )
                      | ( SV43
                       != ( relation_dom_restriction @ SY117 @ SV25 ) )
                      | ! [SY118: $i] :
                          ( ~ ( in @ SY118 @ ( relation_dom @ SV43 ) )
                          | ( ( apply @ SV43 @ SY118 )
                            = ( apply @ SY117 @ SY118 ) ) ) )
                | ~ ! [SY119: $i] :
                      ( ~ ( function @ SY119 )
                      | ~ ( relation @ SY119 )
                      | ( SV43
                       != ( relation_dom_restriction @ SY119 @ SV25 ) )
                      | ( ( relation_dom @ SV43 )
                        = ( set_intersection2 @ ( relation_dom @ SY119 ) @ SV25 ) ) ) ) )
        = $false )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[438]) ).

thf(456,plain,
    ! [SV47: $i] :
      ( ( ( relation_empty_yielding @ SV47 )
        = $false )
      | ( ( relation @ SV47 )
        = $false )
      | ( ( ! [SY120: $i] : ( relation @ ( relation_dom_restriction @ SV47 @ SY120 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[439]) ).

thf(457,plain,
    ! [SV48: $i] :
      ( ( ( relation_empty_yielding @ SV48 )
        = $false )
      | ( ( relation @ SV48 )
        = $false )
      | ( ( ! [SY121: $i] : ( relation_empty_yielding @ ( relation_dom_restriction @ SV48 @ SY121 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[440]) ).

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

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

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

thf(461,plain,
    ! [SV50: $i] :
      ( ( ( relation @ SV50 )
        = $false )
      | ( ( function @ SV50 )
        = $false )
      | ( ( ! [SY122: $i] : ( function @ ( relation_dom_restriction @ SV50 @ SY122 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[444]) ).

thf(462,plain,
    ! [SV51: $i] :
      ( ( ( relation @ SV51 )
        = $false )
      | ( ( function @ SV51 )
        = $false )
      | ( ( ! [SY123: $i] : ( relation @ ( relation_dom_restriction @ SV51 @ SY123 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[445]) ).

thf(463,plain,
    ! [SV28: $i] :
      ( ( ( ~ ( ~ ! [SY100: $i] :
                    ( ~ ( in @ SY100 @ ( relation_dom @ SV28 ) )
                    | ! [SY101: $i] :
                        ( ( SY101
                         != ( apply @ SV28 @ SY100 ) )
                        | ( in @ ( ordered_pair @ SY100 @ SY101 ) @ SV28 ) ) )
              | ~ ! [SY102: $i] :
                    ( ~ ( in @ SY102 @ ( relation_dom @ SV28 ) )
                    | ! [SY103: $i] :
                        ( ~ ( in @ ( ordered_pair @ SY102 @ SY103 ) @ SV28 )
                        | ( SY103
                          = ( apply @ SV28 @ SY102 ) ) ) ) ) )
        = $true )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[448]) ).

thf(464,plain,
    ! [SV28: $i] :
      ( ( ( ~ ( ~ ! [SY104: $i] :
                    ( ( in @ SY104 @ ( relation_dom @ SV28 ) )
                    | ! [SY105: $i] :
                        ( ( SY105
                         != ( apply @ SV28 @ SY104 ) )
                        | ( SY105 = empty_set ) ) )
              | ~ ! [SY106: $i] :
                    ( ( in @ SY106 @ ( relation_dom @ SV28 ) )
                    | ! [SY107: $i] :
                        ( ( SY107 != empty_set )
                        | ( SY107
                          = ( apply @ SV28 @ SY106 ) ) ) ) ) )
        = $true )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[449]) ).

thf(465,plain,
    ! [SV29: $i,SV58: $i,SV59: $i] :
      ( ( ( ~ ( function @ SV59 ) )
        = $true )
      | ( ( ~ ( relation @ SV59 ) )
        = $true )
      | ( ( ~ ( in @ SV58 @ ( relation_dom @ SV59 ) )
          | ~ ( in @ SV58 @ SV29 )
          | ( in @ SV58 @ ( relation_dom @ ( relation_dom_restriction @ SV59 @ SV29 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[450]) ).

thf(466,plain,
    ! [SV29: $i,SV62: $i] :
      ( ( ! [SY127: $i] :
            ( ~ ( function @ SY127 )
            | ~ ( relation @ SY127 )
            | ~ ( in @ SV62 @ ( relation_dom @ ( relation_dom_restriction @ SY127 @ SV29 ) ) )
            | ( in @ SV62 @ ( relation_dom @ SY127 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[451]) ).

thf(467,plain,
    ! [SV29: $i,SV63: $i] :
      ( ( ! [SY128: $i] :
            ( ~ ( function @ SY128 )
            | ~ ( relation @ SY128 )
            | ~ ( in @ SV63 @ ( relation_dom @ ( relation_dom_restriction @ SY128 @ SV29 ) ) )
            | ( in @ SV63 @ SV29 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[452]) ).

thf(468,plain,
    ! [SV25: $i,SV43: $i] :
      ( ( ( ! [SY116: $i] :
              ( ~ ( function @ SY116 )
              | ~ ( relation @ SY116 )
              | ~ ( ~ ( in @ ( sK4_D @ SY116 @ SV43 @ SV25 ) @ ( relation_dom @ SV43 ) )
                  | ~ ( ( ( apply @ SV43 @ ( sK4_D @ SY116 @ SV43 @ SV25 ) )
                       != ( apply @ SY116 @ ( sK4_D @ SY116 @ SV43 @ SV25 ) ) ) ) )
              | ( ( relation_dom @ SV43 )
               != ( set_intersection2 @ ( relation_dom @ SY116 ) @ SV25 ) )
              | ( SV43
                = ( relation_dom_restriction @ SY116 @ SV25 ) ) ) )
        = $true )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[454]) ).

thf(469,plain,
    ! [SV25: $i,SV43: $i] :
      ( ( ( ~ ( ~ ! [SY117: $i] :
                    ( ~ ( function @ SY117 )
                    | ~ ( relation @ SY117 )
                    | ( SV43
                     != ( relation_dom_restriction @ SY117 @ SV25 ) )
                    | ! [SY118: $i] :
                        ( ~ ( in @ SY118 @ ( relation_dom @ SV43 ) )
                        | ( ( apply @ SV43 @ SY118 )
                          = ( apply @ SY117 @ SY118 ) ) ) )
              | ~ ! [SY119: $i] :
                    ( ~ ( function @ SY119 )
                    | ~ ( relation @ SY119 )
                    | ( SV43
                     != ( relation_dom_restriction @ SY119 @ SV25 ) )
                    | ( ( relation_dom @ SV43 )
                      = ( set_intersection2 @ ( relation_dom @ SY119 ) @ SV25 ) ) ) ) )
        = $true )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[455]) ).

thf(470,plain,
    ! [SV64: $i,SV47: $i] :
      ( ( ( relation @ ( relation_dom_restriction @ SV47 @ SV64 ) )
        = $true )
      | ( ( relation @ SV47 )
        = $false )
      | ( ( relation_empty_yielding @ SV47 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[456]) ).

thf(471,plain,
    ! [SV65: $i,SV48: $i] :
      ( ( ( relation_empty_yielding @ ( relation_dom_restriction @ SV48 @ SV65 ) )
        = $true )
      | ( ( relation @ SV48 )
        = $false )
      | ( ( relation_empty_yielding @ SV48 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[457]) ).

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

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

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

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

thf(476,plain,
    ! [SV67: $i,SV51: $i] :
      ( ( ( relation @ ( relation_dom_restriction @ SV51 @ SV67 ) )
        = $true )
      | ( ( function @ SV51 )
        = $false )
      | ( ( relation @ SV51 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[462]) ).

thf(477,plain,
    ! [SV28: $i] :
      ( ( ( ~ ! [SY100: $i] :
                ( ~ ( in @ SY100 @ ( relation_dom @ SV28 ) )
                | ! [SY101: $i] :
                    ( ( SY101
                     != ( apply @ SV28 @ SY100 ) )
                    | ( in @ ( ordered_pair @ SY100 @ SY101 ) @ SV28 ) ) )
          | ~ ! [SY102: $i] :
                ( ~ ( in @ SY102 @ ( relation_dom @ SV28 ) )
                | ! [SY103: $i] :
                    ( ~ ( in @ ( ordered_pair @ SY102 @ SY103 ) @ SV28 )
                    | ( SY103
                      = ( apply @ SV28 @ SY102 ) ) ) ) )
        = $false )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[463]) ).

thf(478,plain,
    ! [SV28: $i] :
      ( ( ( ~ ! [SY104: $i] :
                ( ( in @ SY104 @ ( relation_dom @ SV28 ) )
                | ! [SY105: $i] :
                    ( ( SY105
                     != ( apply @ SV28 @ SY104 ) )
                    | ( SY105 = empty_set ) ) )
          | ~ ! [SY106: $i] :
                ( ( in @ SY106 @ ( relation_dom @ SV28 ) )
                | ! [SY107: $i] :
                    ( ( SY107 != empty_set )
                    | ( SY107
                      = ( apply @ SV28 @ SY106 ) ) ) ) )
        = $false )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[464]) ).

thf(479,plain,
    ! [SV29: $i,SV58: $i,SV59: $i] :
      ( ( ( function @ SV59 )
        = $false )
      | ( ( ~ ( relation @ SV59 ) )
        = $true )
      | ( ( ~ ( in @ SV58 @ ( relation_dom @ SV59 ) )
          | ~ ( in @ SV58 @ SV29 )
          | ( in @ SV58 @ ( relation_dom @ ( relation_dom_restriction @ SV59 @ SV29 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[465]) ).

thf(480,plain,
    ! [SV29: $i,SV62: $i,SV68: $i] :
      ( ( ~ ( function @ SV68 )
        | ~ ( relation @ SV68 )
        | ~ ( in @ SV62 @ ( relation_dom @ ( relation_dom_restriction @ SV68 @ SV29 ) ) )
        | ( in @ SV62 @ ( relation_dom @ SV68 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[466]) ).

thf(481,plain,
    ! [SV29: $i,SV63: $i,SV69: $i] :
      ( ( ~ ( function @ SV69 )
        | ~ ( relation @ SV69 )
        | ~ ( in @ SV63 @ ( relation_dom @ ( relation_dom_restriction @ SV69 @ SV29 ) ) )
        | ( in @ SV63 @ SV29 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[467]) ).

thf(482,plain,
    ! [SV25: $i,SV43: $i,SV70: $i] :
      ( ( ( ~ ( function @ SV70 )
          | ~ ( relation @ SV70 )
          | ~ ( ~ ( in @ ( sK4_D @ SV70 @ SV43 @ SV25 ) @ ( relation_dom @ SV43 ) )
              | ~ ( ( ( apply @ SV43 @ ( sK4_D @ SV70 @ SV43 @ SV25 ) )
                   != ( apply @ SV70 @ ( sK4_D @ SV70 @ SV43 @ SV25 ) ) ) ) )
          | ( ( relation_dom @ SV43 )
           != ( set_intersection2 @ ( relation_dom @ SV70 ) @ SV25 ) )
          | ( SV43
            = ( relation_dom_restriction @ SV70 @ SV25 ) ) )
        = $true )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[468]) ).

thf(483,plain,
    ! [SV25: $i,SV43: $i] :
      ( ( ( ~ ! [SY117: $i] :
                ( ~ ( function @ SY117 )
                | ~ ( relation @ SY117 )
                | ( SV43
                 != ( relation_dom_restriction @ SY117 @ SV25 ) )
                | ! [SY118: $i] :
                    ( ~ ( in @ SY118 @ ( relation_dom @ SV43 ) )
                    | ( ( apply @ SV43 @ SY118 )
                      = ( apply @ SY117 @ SY118 ) ) ) )
          | ~ ! [SY119: $i] :
                ( ~ ( function @ SY119 )
                | ~ ( relation @ SY119 )
                | ( SV43
                 != ( relation_dom_restriction @ SY119 @ SV25 ) )
                | ( ( relation_dom @ SV43 )
                  = ( set_intersection2 @ ( relation_dom @ SY119 ) @ SV25 ) ) ) )
        = $false )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[469]) ).

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

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

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

thf(487,plain,
    ! [SV28: $i] :
      ( ( ( ~ ! [SY100: $i] :
                ( ~ ( in @ SY100 @ ( relation_dom @ SV28 ) )
                | ! [SY101: $i] :
                    ( ( SY101
                     != ( apply @ SV28 @ SY100 ) )
                    | ( in @ ( ordered_pair @ SY100 @ SY101 ) @ SV28 ) ) ) )
        = $false )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[477]) ).

thf(488,plain,
    ! [SV28: $i] :
      ( ( ( ~ ! [SY102: $i] :
                ( ~ ( in @ SY102 @ ( relation_dom @ SV28 ) )
                | ! [SY103: $i] :
                    ( ~ ( in @ ( ordered_pair @ SY102 @ SY103 ) @ SV28 )
                    | ( SY103
                      = ( apply @ SV28 @ SY102 ) ) ) ) )
        = $false )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[477]) ).

thf(489,plain,
    ! [SV28: $i] :
      ( ( ( ~ ! [SY104: $i] :
                ( ( in @ SY104 @ ( relation_dom @ SV28 ) )
                | ! [SY105: $i] :
                    ( ( SY105
                     != ( apply @ SV28 @ SY104 ) )
                    | ( SY105 = empty_set ) ) ) )
        = $false )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[478]) ).

thf(490,plain,
    ! [SV28: $i] :
      ( ( ( ~ ! [SY106: $i] :
                ( ( in @ SY106 @ ( relation_dom @ SV28 ) )
                | ! [SY107: $i] :
                    ( ( SY107 != empty_set )
                    | ( SY107
                      = ( apply @ SV28 @ SY106 ) ) ) ) )
        = $false )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[478]) ).

thf(491,plain,
    ! [SV29: $i,SV58: $i,SV59: $i] :
      ( ( ( relation @ SV59 )
        = $false )
      | ( ( function @ SV59 )
        = $false )
      | ( ( ~ ( in @ SV58 @ ( relation_dom @ SV59 ) )
          | ~ ( in @ SV58 @ SV29 )
          | ( in @ SV58 @ ( relation_dom @ ( relation_dom_restriction @ SV59 @ SV29 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[479]) ).

thf(492,plain,
    ! [SV29: $i,SV62: $i,SV68: $i] :
      ( ( ( ~ ( function @ SV68 )
          | ~ ( relation @ SV68 ) )
        = $true )
      | ( ( ~ ( in @ SV62 @ ( relation_dom @ ( relation_dom_restriction @ SV68 @ SV29 ) ) )
          | ( in @ SV62 @ ( relation_dom @ SV68 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[480]) ).

thf(493,plain,
    ! [SV29: $i,SV63: $i,SV69: $i] :
      ( ( ( ~ ( function @ SV69 )
          | ~ ( relation @ SV69 ) )
        = $true )
      | ( ( ~ ( in @ SV63 @ ( relation_dom @ ( relation_dom_restriction @ SV69 @ SV29 ) ) )
          | ( in @ SV63 @ SV29 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[481]) ).

thf(494,plain,
    ! [SV25: $i,SV43: $i,SV70: $i] :
      ( ( ( ~ ( function @ SV70 )
          | ~ ( relation @ SV70 ) )
        = $true )
      | ( ( ~ ( ~ ( in @ ( sK4_D @ SV70 @ SV43 @ SV25 ) @ ( relation_dom @ SV43 ) )
              | ~ ( ( ( apply @ SV43 @ ( sK4_D @ SV70 @ SV43 @ SV25 ) )
                   != ( apply @ SV70 @ ( sK4_D @ SV70 @ SV43 @ SV25 ) ) ) ) )
          | ( ( relation_dom @ SV43 )
           != ( set_intersection2 @ ( relation_dom @ SV70 ) @ SV25 ) )
          | ( SV43
            = ( relation_dom_restriction @ SV70 @ SV25 ) ) )
        = $true )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[482]) ).

thf(495,plain,
    ! [SV25: $i,SV43: $i] :
      ( ( ( ~ ! [SY117: $i] :
                ( ~ ( function @ SY117 )
                | ~ ( relation @ SY117 )
                | ( SV43
                 != ( relation_dom_restriction @ SY117 @ SV25 ) )
                | ! [SY118: $i] :
                    ( ~ ( in @ SY118 @ ( relation_dom @ SV43 ) )
                    | ( ( apply @ SV43 @ SY118 )
                      = ( apply @ SY117 @ SY118 ) ) ) ) )
        = $false )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[483]) ).

thf(496,plain,
    ! [SV25: $i,SV43: $i] :
      ( ( ( ~ ! [SY119: $i] :
                ( ~ ( function @ SY119 )
                | ~ ( relation @ SY119 )
                | ( SV43
                 != ( relation_dom_restriction @ SY119 @ SV25 ) )
                | ( ( relation_dom @ SV43 )
                  = ( set_intersection2 @ ( relation_dom @ SY119 ) @ SV25 ) ) ) )
        = $false )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[483]) ).

thf(497,plain,
    ! [SV60: $i] :
      ( ( ( empty @ SV60 )
        = $false )
      | ( ( ~ ( relation @ SV60 ) )
        = $true )
      | ( ( ~ ( function @ SV60 ) )
        = $true )
      | ( ( function @ SV60 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[484]) ).

thf(498,plain,
    ! [SV61: $i] :
      ( ( ( empty @ SV61 )
        = $false )
      | ( ( ~ ( relation @ SV61 ) )
        = $true )
      | ( ( ~ ( function @ SV61 ) )
        = $true )
      | ( ( relation @ SV61 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[485]) ).

thf(499,plain,
    ! [SV28: $i] :
      ( ( ( ! [SY100: $i] :
              ( ~ ( in @ SY100 @ ( relation_dom @ SV28 ) )
              | ! [SY101: $i] :
                  ( ( SY101
                   != ( apply @ SV28 @ SY100 ) )
                  | ( in @ ( ordered_pair @ SY100 @ SY101 ) @ SV28 ) ) ) )
        = $true )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[487]) ).

thf(500,plain,
    ! [SV28: $i] :
      ( ( ( ! [SY102: $i] :
              ( ~ ( in @ SY102 @ ( relation_dom @ SV28 ) )
              | ! [SY103: $i] :
                  ( ~ ( in @ ( ordered_pair @ SY102 @ SY103 ) @ SV28 )
                  | ( SY103
                    = ( apply @ SV28 @ SY102 ) ) ) ) )
        = $true )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[488]) ).

thf(501,plain,
    ! [SV28: $i] :
      ( ( ( ! [SY104: $i] :
              ( ( in @ SY104 @ ( relation_dom @ SV28 ) )
              | ! [SY105: $i] :
                  ( ( SY105
                   != ( apply @ SV28 @ SY104 ) )
                  | ( SY105 = empty_set ) ) ) )
        = $true )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[489]) ).

thf(502,plain,
    ! [SV28: $i] :
      ( ( ( ! [SY106: $i] :
              ( ( in @ SY106 @ ( relation_dom @ SV28 ) )
              | ! [SY107: $i] :
                  ( ( SY107 != empty_set )
                  | ( SY107
                    = ( apply @ SV28 @ SY106 ) ) ) ) )
        = $true )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[490]) ).

thf(503,plain,
    ! [SV29: $i,SV59: $i,SV58: $i] :
      ( ( ( ~ ( in @ SV58 @ ( relation_dom @ SV59 ) )
          | ~ ( in @ SV58 @ SV29 ) )
        = $true )
      | ( ( in @ SV58 @ ( relation_dom @ ( relation_dom_restriction @ SV59 @ SV29 ) ) )
        = $true )
      | ( ( function @ SV59 )
        = $false )
      | ( ( relation @ SV59 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[491]) ).

thf(504,plain,
    ! [SV29: $i,SV62: $i,SV68: $i] :
      ( ( ( ~ ( function @ SV68 ) )
        = $true )
      | ( ( ~ ( relation @ SV68 ) )
        = $true )
      | ( ( ~ ( in @ SV62 @ ( relation_dom @ ( relation_dom_restriction @ SV68 @ SV29 ) ) )
          | ( in @ SV62 @ ( relation_dom @ SV68 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[492]) ).

thf(505,plain,
    ! [SV29: $i,SV63: $i,SV69: $i] :
      ( ( ( ~ ( function @ SV69 ) )
        = $true )
      | ( ( ~ ( relation @ SV69 ) )
        = $true )
      | ( ( ~ ( in @ SV63 @ ( relation_dom @ ( relation_dom_restriction @ SV69 @ SV29 ) ) )
          | ( in @ SV63 @ SV29 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[493]) ).

thf(506,plain,
    ! [SV25: $i,SV43: $i,SV70: $i] :
      ( ( ( ~ ( function @ SV70 ) )
        = $true )
      | ( ( ~ ( relation @ SV70 ) )
        = $true )
      | ( ( ~ ( ~ ( in @ ( sK4_D @ SV70 @ SV43 @ SV25 ) @ ( relation_dom @ SV43 ) )
              | ~ ( ( ( apply @ SV43 @ ( sK4_D @ SV70 @ SV43 @ SV25 ) )
                   != ( apply @ SV70 @ ( sK4_D @ SV70 @ SV43 @ SV25 ) ) ) ) )
          | ( ( relation_dom @ SV43 )
           != ( set_intersection2 @ ( relation_dom @ SV70 ) @ SV25 ) )
          | ( SV43
            = ( relation_dom_restriction @ SV70 @ SV25 ) ) )
        = $true )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[494]) ).

thf(507,plain,
    ! [SV25: $i,SV43: $i] :
      ( ( ( ! [SY117: $i] :
              ( ~ ( function @ SY117 )
              | ~ ( relation @ SY117 )
              | ( SV43
               != ( relation_dom_restriction @ SY117 @ SV25 ) )
              | ! [SY118: $i] :
                  ( ~ ( in @ SY118 @ ( relation_dom @ SV43 ) )
                  | ( ( apply @ SV43 @ SY118 )
                    = ( apply @ SY117 @ SY118 ) ) ) ) )
        = $true )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[495]) ).

thf(508,plain,
    ! [SV25: $i,SV43: $i] :
      ( ( ( ! [SY119: $i] :
              ( ~ ( function @ SY119 )
              | ~ ( relation @ SY119 )
              | ( SV43
               != ( relation_dom_restriction @ SY119 @ SV25 ) )
              | ( ( relation_dom @ SV43 )
                = ( set_intersection2 @ ( relation_dom @ SY119 ) @ SV25 ) ) ) )
        = $true )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[496]) ).

thf(509,plain,
    ! [SV60: $i] :
      ( ( ( relation @ SV60 )
        = $false )
      | ( ( empty @ SV60 )
        = $false )
      | ( ( ~ ( function @ SV60 ) )
        = $true )
      | ( ( function @ SV60 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[497]) ).

thf(510,plain,
    ! [SV61: $i] :
      ( ( ( relation @ SV61 )
        = $false )
      | ( ( empty @ SV61 )
        = $false )
      | ( ( ~ ( function @ SV61 ) )
        = $true )
      | ( ( relation @ SV61 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[498]) ).

thf(511,plain,
    ! [SV28: $i,SV71: $i] :
      ( ( ( ~ ( in @ SV71 @ ( relation_dom @ SV28 ) )
          | ! [SY129: $i] :
              ( ( SY129
               != ( apply @ SV28 @ SV71 ) )
              | ( in @ ( ordered_pair @ SV71 @ SY129 ) @ SV28 ) ) )
        = $true )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[499]) ).

thf(512,plain,
    ! [SV28: $i,SV72: $i] :
      ( ( ( ~ ( in @ SV72 @ ( relation_dom @ SV28 ) )
          | ! [SY130: $i] :
              ( ~ ( in @ ( ordered_pair @ SV72 @ SY130 ) @ SV28 )
              | ( SY130
                = ( apply @ SV28 @ SV72 ) ) ) )
        = $true )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[500]) ).

thf(513,plain,
    ! [SV28: $i,SV73: $i] :
      ( ( ( ( in @ SV73 @ ( relation_dom @ SV28 ) )
          | ! [SY131: $i] :
              ( ( SY131
               != ( apply @ SV28 @ SV73 ) )
              | ( SY131 = empty_set ) ) )
        = $true )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[501]) ).

thf(514,plain,
    ! [SV28: $i,SV74: $i] :
      ( ( ( ( in @ SV74 @ ( relation_dom @ SV28 ) )
          | ! [SY132: $i] :
              ( ( SY132 != empty_set )
              | ( SY132
                = ( apply @ SV28 @ SV74 ) ) ) )
        = $true )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[502]) ).

thf(515,plain,
    ! [SV29: $i,SV59: $i,SV58: $i] :
      ( ( ( ~ ( in @ SV58 @ ( relation_dom @ SV59 ) ) )
        = $true )
      | ( ( ~ ( in @ SV58 @ SV29 ) )
        = $true )
      | ( ( in @ SV58 @ ( relation_dom @ ( relation_dom_restriction @ SV59 @ SV29 ) ) )
        = $true )
      | ( ( function @ SV59 )
        = $false )
      | ( ( relation @ SV59 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[503]) ).

thf(516,plain,
    ! [SV29: $i,SV62: $i,SV68: $i] :
      ( ( ( function @ SV68 )
        = $false )
      | ( ( ~ ( relation @ SV68 ) )
        = $true )
      | ( ( ~ ( in @ SV62 @ ( relation_dom @ ( relation_dom_restriction @ SV68 @ SV29 ) ) )
          | ( in @ SV62 @ ( relation_dom @ SV68 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[504]) ).

thf(517,plain,
    ! [SV29: $i,SV63: $i,SV69: $i] :
      ( ( ( function @ SV69 )
        = $false )
      | ( ( ~ ( relation @ SV69 ) )
        = $true )
      | ( ( ~ ( in @ SV63 @ ( relation_dom @ ( relation_dom_restriction @ SV69 @ SV29 ) ) )
          | ( in @ SV63 @ SV29 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[505]) ).

thf(518,plain,
    ! [SV25: $i,SV43: $i,SV70: $i] :
      ( ( ( function @ SV70 )
        = $false )
      | ( ( ~ ( relation @ SV70 ) )
        = $true )
      | ( ( ~ ( ~ ( in @ ( sK4_D @ SV70 @ SV43 @ SV25 ) @ ( relation_dom @ SV43 ) )
              | ~ ( ( ( apply @ SV43 @ ( sK4_D @ SV70 @ SV43 @ SV25 ) )
                   != ( apply @ SV70 @ ( sK4_D @ SV70 @ SV43 @ SV25 ) ) ) ) )
          | ( ( relation_dom @ SV43 )
           != ( set_intersection2 @ ( relation_dom @ SV70 ) @ SV25 ) )
          | ( SV43
            = ( relation_dom_restriction @ SV70 @ SV25 ) ) )
        = $true )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[506]) ).

thf(519,plain,
    ! [SV25: $i,SV43: $i,SV75: $i] :
      ( ( ( ~ ( function @ SV75 )
          | ~ ( relation @ SV75 )
          | ( SV43
           != ( relation_dom_restriction @ SV75 @ SV25 ) )
          | ! [SY133: $i] :
              ( ~ ( in @ SY133 @ ( relation_dom @ SV43 ) )
              | ( ( apply @ SV43 @ SY133 )
                = ( apply @ SV75 @ SY133 ) ) ) )
        = $true )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[507]) ).

thf(520,plain,
    ! [SV25: $i,SV43: $i,SV76: $i] :
      ( ( ( ~ ( function @ SV76 )
          | ~ ( relation @ SV76 )
          | ( SV43
           != ( relation_dom_restriction @ SV76 @ SV25 ) )
          | ( ( relation_dom @ SV43 )
            = ( set_intersection2 @ ( relation_dom @ SV76 ) @ SV25 ) ) )
        = $true )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[508]) ).

thf(521,plain,
    ! [SV60: $i] :
      ( ( ( function @ SV60 )
        = $false )
      | ( ( empty @ SV60 )
        = $false )
      | ( ( relation @ SV60 )
        = $false )
      | ( ( function @ SV60 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[509]) ).

thf(522,plain,
    ! [SV61: $i] :
      ( ( ( function @ SV61 )
        = $false )
      | ( ( empty @ SV61 )
        = $false )
      | ( ( relation @ SV61 )
        = $false )
      | ( ( relation @ SV61 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[510]) ).

thf(523,plain,
    ! [SV28: $i,SV71: $i] :
      ( ( ( ~ ( in @ SV71 @ ( relation_dom @ SV28 ) ) )
        = $true )
      | ( ( ! [SY129: $i] :
              ( ( SY129
               != ( apply @ SV28 @ SV71 ) )
              | ( in @ ( ordered_pair @ SV71 @ SY129 ) @ SV28 ) ) )
        = $true )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[511]) ).

thf(524,plain,
    ! [SV28: $i,SV72: $i] :
      ( ( ( ~ ( in @ SV72 @ ( relation_dom @ SV28 ) ) )
        = $true )
      | ( ( ! [SY130: $i] :
              ( ~ ( in @ ( ordered_pair @ SV72 @ SY130 ) @ SV28 )
              | ( SY130
                = ( apply @ SV28 @ SV72 ) ) ) )
        = $true )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[512]) ).

thf(525,plain,
    ! [SV28: $i,SV73: $i] :
      ( ( ( in @ SV73 @ ( relation_dom @ SV28 ) )
        = $true )
      | ( ( ! [SY131: $i] :
              ( ( SY131
               != ( apply @ SV28 @ SV73 ) )
              | ( SY131 = empty_set ) ) )
        = $true )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[513]) ).

thf(526,plain,
    ! [SV28: $i,SV74: $i] :
      ( ( ( in @ SV74 @ ( relation_dom @ SV28 ) )
        = $true )
      | ( ( ! [SY132: $i] :
              ( ( SY132 != empty_set )
              | ( SY132
                = ( apply @ SV28 @ SV74 ) ) ) )
        = $true )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[514]) ).

thf(527,plain,
    ! [SV29: $i,SV59: $i,SV58: $i] :
      ( ( ( in @ SV58 @ ( relation_dom @ SV59 ) )
        = $false )
      | ( ( ~ ( in @ SV58 @ SV29 ) )
        = $true )
      | ( ( in @ SV58 @ ( relation_dom @ ( relation_dom_restriction @ SV59 @ SV29 ) ) )
        = $true )
      | ( ( function @ SV59 )
        = $false )
      | ( ( relation @ SV59 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[515]) ).

thf(528,plain,
    ! [SV29: $i,SV62: $i,SV68: $i] :
      ( ( ( relation @ SV68 )
        = $false )
      | ( ( function @ SV68 )
        = $false )
      | ( ( ~ ( in @ SV62 @ ( relation_dom @ ( relation_dom_restriction @ SV68 @ SV29 ) ) )
          | ( in @ SV62 @ ( relation_dom @ SV68 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[516]) ).

thf(529,plain,
    ! [SV29: $i,SV63: $i,SV69: $i] :
      ( ( ( relation @ SV69 )
        = $false )
      | ( ( function @ SV69 )
        = $false )
      | ( ( ~ ( in @ SV63 @ ( relation_dom @ ( relation_dom_restriction @ SV69 @ SV29 ) ) )
          | ( in @ SV63 @ SV29 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[517]) ).

thf(530,plain,
    ! [SV25: $i,SV43: $i,SV70: $i] :
      ( ( ( relation @ SV70 )
        = $false )
      | ( ( function @ SV70 )
        = $false )
      | ( ( ~ ( ~ ( in @ ( sK4_D @ SV70 @ SV43 @ SV25 ) @ ( relation_dom @ SV43 ) )
              | ~ ( ( ( apply @ SV43 @ ( sK4_D @ SV70 @ SV43 @ SV25 ) )
                   != ( apply @ SV70 @ ( sK4_D @ SV70 @ SV43 @ SV25 ) ) ) ) )
          | ( ( relation_dom @ SV43 )
           != ( set_intersection2 @ ( relation_dom @ SV70 ) @ SV25 ) )
          | ( SV43
            = ( relation_dom_restriction @ SV70 @ SV25 ) ) )
        = $true )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[518]) ).

thf(531,plain,
    ! [SV25: $i,SV43: $i,SV75: $i] :
      ( ( ( ~ ( function @ SV75 )
          | ~ ( relation @ SV75 ) )
        = $true )
      | ( ( ( SV43
           != ( relation_dom_restriction @ SV75 @ SV25 ) )
          | ! [SY133: $i] :
              ( ~ ( in @ SY133 @ ( relation_dom @ SV43 ) )
              | ( ( apply @ SV43 @ SY133 )
                = ( apply @ SV75 @ SY133 ) ) ) )
        = $true )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[519]) ).

thf(532,plain,
    ! [SV25: $i,SV43: $i,SV76: $i] :
      ( ( ( ~ ( function @ SV76 )
          | ~ ( relation @ SV76 ) )
        = $true )
      | ( ( ( SV43
           != ( relation_dom_restriction @ SV76 @ SV25 ) )
          | ( ( relation_dom @ SV43 )
            = ( set_intersection2 @ ( relation_dom @ SV76 ) @ SV25 ) ) )
        = $true )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[520]) ).

thf(533,plain,
    ! [SV28: $i,SV71: $i] :
      ( ( ( in @ SV71 @ ( relation_dom @ SV28 ) )
        = $false )
      | ( ( ! [SY129: $i] :
              ( ( SY129
               != ( apply @ SV28 @ SV71 ) )
              | ( in @ ( ordered_pair @ SV71 @ SY129 ) @ SV28 ) ) )
        = $true )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[523]) ).

thf(534,plain,
    ! [SV28: $i,SV72: $i] :
      ( ( ( in @ SV72 @ ( relation_dom @ SV28 ) )
        = $false )
      | ( ( ! [SY130: $i] :
              ( ~ ( in @ ( ordered_pair @ SV72 @ SY130 ) @ SV28 )
              | ( SY130
                = ( apply @ SV28 @ SV72 ) ) ) )
        = $true )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[524]) ).

thf(535,plain,
    ! [SV73: $i,SV28: $i,SV77: $i] :
      ( ( ( ( SV77
           != ( apply @ SV28 @ SV73 ) )
          | ( SV77 = empty_set ) )
        = $true )
      | ( ( in @ SV73 @ ( relation_dom @ SV28 ) )
        = $true )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[525]) ).

thf(536,plain,
    ! [SV74: $i,SV28: $i,SV78: $i] :
      ( ( ( ( SV78 != empty_set )
          | ( SV78
            = ( apply @ SV28 @ SV74 ) ) )
        = $true )
      | ( ( in @ SV74 @ ( relation_dom @ SV28 ) )
        = $true )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[526]) ).

thf(537,plain,
    ! [SV59: $i,SV29: $i,SV58: $i] :
      ( ( ( in @ SV58 @ SV29 )
        = $false )
      | ( ( in @ SV58 @ ( relation_dom @ SV59 ) )
        = $false )
      | ( ( in @ SV58 @ ( relation_dom @ ( relation_dom_restriction @ SV59 @ SV29 ) ) )
        = $true )
      | ( ( function @ SV59 )
        = $false )
      | ( ( relation @ SV59 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[527]) ).

thf(538,plain,
    ! [SV29: $i,SV68: $i,SV62: $i] :
      ( ( ( ~ ( in @ SV62 @ ( relation_dom @ ( relation_dom_restriction @ SV68 @ SV29 ) ) ) )
        = $true )
      | ( ( in @ SV62 @ ( relation_dom @ SV68 ) )
        = $true )
      | ( ( function @ SV68 )
        = $false )
      | ( ( relation @ SV68 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[528]) ).

thf(539,plain,
    ! [SV29: $i,SV69: $i,SV63: $i] :
      ( ( ( ~ ( in @ SV63 @ ( relation_dom @ ( relation_dom_restriction @ SV69 @ SV29 ) ) ) )
        = $true )
      | ( ( in @ SV63 @ SV29 )
        = $true )
      | ( ( function @ SV69 )
        = $false )
      | ( ( relation @ SV69 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[529]) ).

thf(540,plain,
    ! [SV25: $i,SV43: $i,SV70: $i] :
      ( ( ( ~ ( ~ ( in @ ( sK4_D @ SV70 @ SV43 @ SV25 ) @ ( relation_dom @ SV43 ) )
              | ~ ( ( ( apply @ SV43 @ ( sK4_D @ SV70 @ SV43 @ SV25 ) )
                   != ( apply @ SV70 @ ( sK4_D @ SV70 @ SV43 @ SV25 ) ) ) ) )
          | ( ( relation_dom @ SV43 )
           != ( set_intersection2 @ ( relation_dom @ SV70 ) @ SV25 ) ) )
        = $true )
      | ( ( SV43
          = ( relation_dom_restriction @ SV70 @ SV25 ) )
        = $true )
      | ( ( function @ SV70 )
        = $false )
      | ( ( relation @ SV70 )
        = $false )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[530]) ).

thf(541,plain,
    ! [SV25: $i,SV43: $i,SV75: $i] :
      ( ( ( ~ ( function @ SV75 ) )
        = $true )
      | ( ( ~ ( relation @ SV75 ) )
        = $true )
      | ( ( ( SV43
           != ( relation_dom_restriction @ SV75 @ SV25 ) )
          | ! [SY133: $i] :
              ( ~ ( in @ SY133 @ ( relation_dom @ SV43 ) )
              | ( ( apply @ SV43 @ SY133 )
                = ( apply @ SV75 @ SY133 ) ) ) )
        = $true )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[531]) ).

thf(542,plain,
    ! [SV25: $i,SV43: $i,SV76: $i] :
      ( ( ( ~ ( function @ SV76 ) )
        = $true )
      | ( ( ~ ( relation @ SV76 ) )
        = $true )
      | ( ( ( SV43
           != ( relation_dom_restriction @ SV76 @ SV25 ) )
          | ( ( relation_dom @ SV43 )
            = ( set_intersection2 @ ( relation_dom @ SV76 ) @ SV25 ) ) )
        = $true )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[532]) ).

thf(543,plain,
    ! [SV71: $i,SV28: $i,SV79: $i] :
      ( ( ( ( SV79
           != ( apply @ SV28 @ SV71 ) )
          | ( in @ ( ordered_pair @ SV71 @ SV79 ) @ SV28 ) )
        = $true )
      | ( ( in @ SV71 @ ( relation_dom @ SV28 ) )
        = $false )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[533]) ).

thf(544,plain,
    ! [SV28: $i,SV80: $i,SV72: $i] :
      ( ( ( ~ ( in @ ( ordered_pair @ SV72 @ SV80 ) @ SV28 )
          | ( SV80
            = ( apply @ SV28 @ SV72 ) ) )
        = $true )
      | ( ( in @ SV72 @ ( relation_dom @ SV28 ) )
        = $false )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[534]) ).

thf(545,plain,
    ! [SV73: $i,SV28: $i,SV77: $i] :
      ( ( ( ( SV77
           != ( apply @ SV28 @ SV73 ) ) )
        = $true )
      | ( ( SV77 = empty_set )
        = $true )
      | ( ( in @ SV73 @ ( relation_dom @ SV28 ) )
        = $true )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[535]) ).

thf(546,plain,
    ! [SV74: $i,SV28: $i,SV78: $i] :
      ( ( ( ( SV78 != empty_set ) )
        = $true )
      | ( ( SV78
          = ( apply @ SV28 @ SV74 ) )
        = $true )
      | ( ( in @ SV74 @ ( relation_dom @ SV28 ) )
        = $true )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[536]) ).

thf(547,plain,
    ! [SV29: $i,SV68: $i,SV62: $i] :
      ( ( ( in @ SV62 @ ( relation_dom @ ( relation_dom_restriction @ SV68 @ SV29 ) ) )
        = $false )
      | ( ( in @ SV62 @ ( relation_dom @ SV68 ) )
        = $true )
      | ( ( function @ SV68 )
        = $false )
      | ( ( relation @ SV68 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[538]) ).

thf(548,plain,
    ! [SV29: $i,SV69: $i,SV63: $i] :
      ( ( ( in @ SV63 @ ( relation_dom @ ( relation_dom_restriction @ SV69 @ SV29 ) ) )
        = $false )
      | ( ( in @ SV63 @ SV29 )
        = $true )
      | ( ( function @ SV69 )
        = $false )
      | ( ( relation @ SV69 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[539]) ).

thf(549,plain,
    ! [SV25: $i,SV43: $i,SV70: $i] :
      ( ( ( ~ ( ~ ( in @ ( sK4_D @ SV70 @ SV43 @ SV25 ) @ ( relation_dom @ SV43 ) )
              | ~ ( ( ( apply @ SV43 @ ( sK4_D @ SV70 @ SV43 @ SV25 ) )
                   != ( apply @ SV70 @ ( sK4_D @ SV70 @ SV43 @ SV25 ) ) ) ) ) )
        = $true )
      | ( ( ( ( relation_dom @ SV43 )
           != ( set_intersection2 @ ( relation_dom @ SV70 ) @ SV25 ) ) )
        = $true )
      | ( ( SV43
          = ( relation_dom_restriction @ SV70 @ SV25 ) )
        = $true )
      | ( ( function @ SV70 )
        = $false )
      | ( ( relation @ SV70 )
        = $false )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[540]) ).

thf(550,plain,
    ! [SV25: $i,SV43: $i,SV75: $i] :
      ( ( ( function @ SV75 )
        = $false )
      | ( ( ~ ( relation @ SV75 ) )
        = $true )
      | ( ( ( SV43
           != ( relation_dom_restriction @ SV75 @ SV25 ) )
          | ! [SY133: $i] :
              ( ~ ( in @ SY133 @ ( relation_dom @ SV43 ) )
              | ( ( apply @ SV43 @ SY133 )
                = ( apply @ SV75 @ SY133 ) ) ) )
        = $true )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[541]) ).

thf(551,plain,
    ! [SV25: $i,SV43: $i,SV76: $i] :
      ( ( ( function @ SV76 )
        = $false )
      | ( ( ~ ( relation @ SV76 ) )
        = $true )
      | ( ( ( SV43
           != ( relation_dom_restriction @ SV76 @ SV25 ) )
          | ( ( relation_dom @ SV43 )
            = ( set_intersection2 @ ( relation_dom @ SV76 ) @ SV25 ) ) )
        = $true )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[542]) ).

thf(552,plain,
    ! [SV71: $i,SV28: $i,SV79: $i] :
      ( ( ( ( SV79
           != ( apply @ SV28 @ SV71 ) ) )
        = $true )
      | ( ( in @ ( ordered_pair @ SV71 @ SV79 ) @ SV28 )
        = $true )
      | ( ( in @ SV71 @ ( relation_dom @ SV28 ) )
        = $false )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[543]) ).

thf(553,plain,
    ! [SV28: $i,SV80: $i,SV72: $i] :
      ( ( ( ~ ( in @ ( ordered_pair @ SV72 @ SV80 ) @ SV28 ) )
        = $true )
      | ( ( SV80
          = ( apply @ SV28 @ SV72 ) )
        = $true )
      | ( ( in @ SV72 @ ( relation_dom @ SV28 ) )
        = $false )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[544]) ).

thf(554,plain,
    ! [SV73: $i,SV28: $i,SV77: $i] :
      ( ( ( SV77
          = ( apply @ SV28 @ SV73 ) )
        = $false )
      | ( ( SV77 = empty_set )
        = $true )
      | ( ( in @ SV73 @ ( relation_dom @ SV28 ) )
        = $true )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[545]) ).

thf(555,plain,
    ! [SV74: $i,SV28: $i,SV78: $i] :
      ( ( ( SV78 = empty_set )
        = $false )
      | ( ( SV78
          = ( apply @ SV28 @ SV74 ) )
        = $true )
      | ( ( in @ SV74 @ ( relation_dom @ SV28 ) )
        = $true )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[546]) ).

thf(556,plain,
    ! [SV25: $i,SV43: $i,SV70: $i] :
      ( ( ( ~ ( in @ ( sK4_D @ SV70 @ SV43 @ SV25 ) @ ( relation_dom @ SV43 ) )
          | ~ ( ( ( apply @ SV43 @ ( sK4_D @ SV70 @ SV43 @ SV25 ) )
               != ( apply @ SV70 @ ( sK4_D @ SV70 @ SV43 @ SV25 ) ) ) ) )
        = $false )
      | ( ( ( ( relation_dom @ SV43 )
           != ( set_intersection2 @ ( relation_dom @ SV70 ) @ SV25 ) ) )
        = $true )
      | ( ( SV43
          = ( relation_dom_restriction @ SV70 @ SV25 ) )
        = $true )
      | ( ( function @ SV70 )
        = $false )
      | ( ( relation @ SV70 )
        = $false )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[549]) ).

thf(557,plain,
    ! [SV25: $i,SV43: $i,SV75: $i] :
      ( ( ( relation @ SV75 )
        = $false )
      | ( ( function @ SV75 )
        = $false )
      | ( ( ( SV43
           != ( relation_dom_restriction @ SV75 @ SV25 ) )
          | ! [SY133: $i] :
              ( ~ ( in @ SY133 @ ( relation_dom @ SV43 ) )
              | ( ( apply @ SV43 @ SY133 )
                = ( apply @ SV75 @ SY133 ) ) ) )
        = $true )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[550]) ).

thf(558,plain,
    ! [SV25: $i,SV43: $i,SV76: $i] :
      ( ( ( relation @ SV76 )
        = $false )
      | ( ( function @ SV76 )
        = $false )
      | ( ( ( SV43
           != ( relation_dom_restriction @ SV76 @ SV25 ) )
          | ( ( relation_dom @ SV43 )
            = ( set_intersection2 @ ( relation_dom @ SV76 ) @ SV25 ) ) )
        = $true )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[551]) ).

thf(559,plain,
    ! [SV71: $i,SV28: $i,SV79: $i] :
      ( ( ( SV79
          = ( apply @ SV28 @ SV71 ) )
        = $false )
      | ( ( in @ ( ordered_pair @ SV71 @ SV79 ) @ SV28 )
        = $true )
      | ( ( in @ SV71 @ ( relation_dom @ SV28 ) )
        = $false )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[552]) ).

thf(560,plain,
    ! [SV28: $i,SV80: $i,SV72: $i] :
      ( ( ( in @ ( ordered_pair @ SV72 @ SV80 ) @ SV28 )
        = $false )
      | ( ( SV80
          = ( apply @ SV28 @ SV72 ) )
        = $true )
      | ( ( in @ SV72 @ ( relation_dom @ SV28 ) )
        = $false )
      | ( ( function @ SV28 )
        = $false )
      | ( ( relation @ SV28 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[553]) ).

thf(561,plain,
    ! [SV25: $i,SV43: $i,SV70: $i] :
      ( ( ( ~ ( in @ ( sK4_D @ SV70 @ SV43 @ SV25 ) @ ( relation_dom @ SV43 ) ) )
        = $false )
      | ( ( ( ( relation_dom @ SV43 )
           != ( set_intersection2 @ ( relation_dom @ SV70 ) @ SV25 ) ) )
        = $true )
      | ( ( SV43
          = ( relation_dom_restriction @ SV70 @ SV25 ) )
        = $true )
      | ( ( function @ SV70 )
        = $false )
      | ( ( relation @ SV70 )
        = $false )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[556]) ).

thf(562,plain,
    ! [SV25: $i,SV70: $i,SV43: $i] :
      ( ( ( ~ ( ( ( apply @ SV43 @ ( sK4_D @ SV70 @ SV43 @ SV25 ) )
               != ( apply @ SV70 @ ( sK4_D @ SV70 @ SV43 @ SV25 ) ) ) ) )
        = $false )
      | ( ( ( ( relation_dom @ SV43 )
           != ( set_intersection2 @ ( relation_dom @ SV70 ) @ SV25 ) ) )
        = $true )
      | ( ( SV43
          = ( relation_dom_restriction @ SV70 @ SV25 ) )
        = $true )
      | ( ( function @ SV70 )
        = $false )
      | ( ( relation @ SV70 )
        = $false )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[556]) ).

thf(563,plain,
    ! [SV25: $i,SV75: $i,SV43: $i] :
      ( ( ( ( SV43
           != ( relation_dom_restriction @ SV75 @ SV25 ) ) )
        = $true )
      | ( ( ! [SY133: $i] :
              ( ~ ( in @ SY133 @ ( relation_dom @ SV43 ) )
              | ( ( apply @ SV43 @ SY133 )
                = ( apply @ SV75 @ SY133 ) ) ) )
        = $true )
      | ( ( function @ SV75 )
        = $false )
      | ( ( relation @ SV75 )
        = $false )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[557]) ).

thf(564,plain,
    ! [SV25: $i,SV76: $i,SV43: $i] :
      ( ( ( ( SV43
           != ( relation_dom_restriction @ SV76 @ SV25 ) ) )
        = $true )
      | ( ( ( relation_dom @ SV43 )
          = ( set_intersection2 @ ( relation_dom @ SV76 ) @ SV25 ) )
        = $true )
      | ( ( function @ SV76 )
        = $false )
      | ( ( relation @ SV76 )
        = $false )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[558]) ).

thf(565,plain,
    ! [SV25: $i,SV43: $i,SV70: $i] :
      ( ( ( in @ ( sK4_D @ SV70 @ SV43 @ SV25 ) @ ( relation_dom @ SV43 ) )
        = $true )
      | ( ( ( ( relation_dom @ SV43 )
           != ( set_intersection2 @ ( relation_dom @ SV70 ) @ SV25 ) ) )
        = $true )
      | ( ( SV43
          = ( relation_dom_restriction @ SV70 @ SV25 ) )
        = $true )
      | ( ( function @ SV70 )
        = $false )
      | ( ( relation @ SV70 )
        = $false )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[561]) ).

thf(566,plain,
    ! [SV25: $i,SV70: $i,SV43: $i] :
      ( ( ( ( ( apply @ SV43 @ ( sK4_D @ SV70 @ SV43 @ SV25 ) )
           != ( apply @ SV70 @ ( sK4_D @ SV70 @ SV43 @ SV25 ) ) ) )
        = $true )
      | ( ( ( ( relation_dom @ SV43 )
           != ( set_intersection2 @ ( relation_dom @ SV70 ) @ SV25 ) ) )
        = $true )
      | ( ( SV43
          = ( relation_dom_restriction @ SV70 @ SV25 ) )
        = $true )
      | ( ( function @ SV70 )
        = $false )
      | ( ( relation @ SV70 )
        = $false )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[562]) ).

thf(567,plain,
    ! [SV25: $i,SV75: $i,SV43: $i] :
      ( ( ( SV43
          = ( relation_dom_restriction @ SV75 @ SV25 ) )
        = $false )
      | ( ( ! [SY133: $i] :
              ( ~ ( in @ SY133 @ ( relation_dom @ SV43 ) )
              | ( ( apply @ SV43 @ SY133 )
                = ( apply @ SV75 @ SY133 ) ) ) )
        = $true )
      | ( ( function @ SV75 )
        = $false )
      | ( ( relation @ SV75 )
        = $false )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[563]) ).

thf(568,plain,
    ! [SV25: $i,SV76: $i,SV43: $i] :
      ( ( ( SV43
          = ( relation_dom_restriction @ SV76 @ SV25 ) )
        = $false )
      | ( ( ( relation_dom @ SV43 )
          = ( set_intersection2 @ ( relation_dom @ SV76 ) @ SV25 ) )
        = $true )
      | ( ( function @ SV76 )
        = $false )
      | ( ( relation @ SV76 )
        = $false )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[564]) ).

thf(569,plain,
    ! [SV25: $i,SV70: $i,SV43: $i] :
      ( ( ( ( relation_dom @ SV43 )
          = ( set_intersection2 @ ( relation_dom @ SV70 ) @ SV25 ) )
        = $false )
      | ( ( in @ ( sK4_D @ SV70 @ SV43 @ SV25 ) @ ( relation_dom @ SV43 ) )
        = $true )
      | ( ( SV43
          = ( relation_dom_restriction @ SV70 @ SV25 ) )
        = $true )
      | ( ( function @ SV70 )
        = $false )
      | ( ( relation @ SV70 )
        = $false )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[565]) ).

thf(570,plain,
    ! [SV25: $i,SV70: $i,SV43: $i] :
      ( ( ( ( apply @ SV43 @ ( sK4_D @ SV70 @ SV43 @ SV25 ) )
          = ( apply @ SV70 @ ( sK4_D @ SV70 @ SV43 @ SV25 ) ) )
        = $false )
      | ( ( ( ( relation_dom @ SV43 )
           != ( set_intersection2 @ ( relation_dom @ SV70 ) @ SV25 ) ) )
        = $true )
      | ( ( SV43
          = ( relation_dom_restriction @ SV70 @ SV25 ) )
        = $true )
      | ( ( function @ SV70 )
        = $false )
      | ( ( relation @ SV70 )
        = $false )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[566]) ).

thf(571,plain,
    ! [SV25: $i,SV75: $i,SV43: $i,SV81: $i] :
      ( ( ( ~ ( in @ SV81 @ ( relation_dom @ SV43 ) )
          | ( ( apply @ SV43 @ SV81 )
            = ( apply @ SV75 @ SV81 ) ) )
        = $true )
      | ( ( SV43
          = ( relation_dom_restriction @ SV75 @ SV25 ) )
        = $false )
      | ( ( function @ SV75 )
        = $false )
      | ( ( relation @ SV75 )
        = $false )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[567]) ).

thf(572,plain,
    ! [SV25: $i,SV70: $i,SV43: $i] :
      ( ( ( ( relation_dom @ SV43 )
          = ( set_intersection2 @ ( relation_dom @ SV70 ) @ SV25 ) )
        = $false )
      | ( ( ( apply @ SV43 @ ( sK4_D @ SV70 @ SV43 @ SV25 ) )
          = ( apply @ SV70 @ ( sK4_D @ SV70 @ SV43 @ SV25 ) ) )
        = $false )
      | ( ( SV43
          = ( relation_dom_restriction @ SV70 @ SV25 ) )
        = $true )
      | ( ( function @ SV70 )
        = $false )
      | ( ( relation @ SV70 )
        = $false )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[570]) ).

thf(573,plain,
    ! [SV25: $i,SV75: $i,SV43: $i,SV81: $i] :
      ( ( ( ~ ( in @ SV81 @ ( relation_dom @ SV43 ) ) )
        = $true )
      | ( ( ( apply @ SV43 @ SV81 )
          = ( apply @ SV75 @ SV81 ) )
        = $true )
      | ( ( SV43
          = ( relation_dom_restriction @ SV75 @ SV25 ) )
        = $false )
      | ( ( function @ SV75 )
        = $false )
      | ( ( relation @ SV75 )
        = $false )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[571]) ).

thf(574,plain,
    ! [SV25: $i,SV75: $i,SV43: $i,SV81: $i] :
      ( ( ( in @ SV81 @ ( relation_dom @ SV43 ) )
        = $false )
      | ( ( ( apply @ SV43 @ SV81 )
          = ( apply @ SV75 @ SV81 ) )
        = $true )
      | ( ( SV43
          = ( relation_dom_restriction @ SV75 @ SV25 ) )
        = $false )
      | ( ( function @ SV75 )
        = $false )
      | ( ( relation @ SV75 )
        = $false )
      | ( ( function @ SV43 )
        = $false )
      | ( ( relation @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[573]) ).

thf(575,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[150,574,572,569,568,560,559,555,554,548,547,537,522,521,486,476,475,471,470,453,447,446,436,435,434,429,428,427,424,423,422,421,412,409,400,384,381,380,378,367,366,363,350,347,345,343,342,339,338,334,333,327,325,323,321,320,310,304,303,300,299,257,255,252,251,250,228,221,219,218,217,210,183,182,181,163]) ).

thf(576,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[575]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem  : SEU225+3 : TPTP v8.1.0. Released v3.2.0.
% 0.03/0.12  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.12/0.33  % Computer : n026.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Mon Jun 20 06:56:11 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.36  
% 0.12/0.36   No.of.Axioms: 45
% 0.12/0.36  
% 0.12/0.36   Length.of.Defs: 0
% 0.12/0.36  
% 0.12/0.36   Contains.Choice.Funs: false
% 0.19/0.37  .
% 0.19/0.39  (rf:0,axioms:45,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:600,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:47,loop_count:0,foatp_calls:0,translation:fof_full)................................
% 13.09/13.32  
% 13.09/13.32  ********************************
% 13.09/13.32  *   All subproblems solved!    *
% 13.09/13.32  ********************************
% 13.09/13.32  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:48,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:575,loop_count:0,foatp_calls:1,translation:fof_full)
% 13.30/13.52  
% 13.30/13.52  %**** Beginning of derivation protocol ****
% 13.30/13.52  % SZS output start CNFRefutation
% See solution above
% 13.36/13.52  
% 13.36/13.52  %**** End of derivation protocol ****
% 13.36/13.52  %**** no. of clauses in derivation: 576 ****
% 13.36/13.52  %**** clause counter: 575 ****
% 13.36/13.52  
% 13.36/13.52  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:48,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:575,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------