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

View Problem - Process Solution

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

% Computer : n009.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Tue Jul 19 12:06:22 EDT 2022

% Result   : Theorem 107.13s 107.41s
% Output   : CNFRefutation 107.35s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   29
%            Number of leaves      :   78
% Syntax   : Number of formulae    :  657 ( 324 unt;  34 typ;   0 def)
%            Number of atoms       : 4797 (1629 equ;   0 cnn)
%            Maximal formula atoms :    8 (   7 avg)
%            Number of connectives : 8722 (1572   ~;1575   |; 153   &;5352   @)
%                                         (  12 <=>;  58  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   36 (  36   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   37 (  34 usr;  14 con; 0-3 aty)
%            Number of variables   : 1307 (   0   ^1283   !;  24   ?;1307   :)

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

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

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

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

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

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

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

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

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

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

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

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

thf(tp_relation_rng,type,
    relation_rng: $i > $i ).

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_sK16_D,type,
    sK16_D: $i > $i > $i > $i ).

thf(tp_sK17_C,type,
    sK17_C: $i > $i > $i ).

thf(tp_sK18_SY78,type,
    sK18_SY78: $i > $i > $i ).

thf(tp_sK19_D,type,
    sK19_D: $i > $i > $i > $i ).

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

thf(tp_sK2_SY74,type,
    sK2_SY74: $i ).

thf(tp_sK3_SY76,type,
    sK3_SY76: $i ).

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

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

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

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

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

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

thf(tp_set_intersection2,type,
    set_intersection2: $i > $i > $i ).

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

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

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

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

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

thf(5,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/sandbox/benchmark/theBenchmark.p',t68_funct_1) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(26,axiom,
    ! [A: $i] :
      ( ( ~ ( empty @ A )
        & ( relation @ A ) )
     => ~ ( empty @ ( relation_rng @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fc6_relat_1) ).

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

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

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

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

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

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

thf(33,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/sandbox/benchmark/theBenchmark.p',fc13_relat_1) ).

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

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

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

thf(37,axiom,
    ! [A: $i] :
      ( ( ( relation @ A )
        & ( function @ A ) )
     => ! [B: $i] :
          ( ( B
            = ( relation_rng @ A ) )
        <=> ! [C: $i] :
              ( ( in @ C @ B )
            <=> ? [D: $i] :
                  ( ( in @ D @ ( relation_dom @ A ) )
                  & ( C
                    = ( apply @ A @ D ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',d5_funct_1) ).

thf(38,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( C
        = ( set_intersection2 @ A @ B ) )
    <=> ! [D: $i] :
          ( ( in @ D @ C )
        <=> ( ( in @ D @ A )
            & ( in @ D @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',d3_xboole_0) ).

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

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

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

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

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

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

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

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

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

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

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

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

thf(51,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)],[5]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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)],[29]) ).

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

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

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

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

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

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

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

thf(83,plain,
    ( ( ! [A: $i] :
          ( ( ( relation @ A )
            & ( function @ A ) )
         => ! [B: $i] :
              ( ( B
                = ( relation_rng @ A ) )
            <=> ! [C: $i] :
                  ( ( in @ C @ B )
                <=> ? [D: $i] :
                      ( ( in @ D @ ( relation_dom @ A ) )
                      & ( C
                        = ( apply @ A @ D ) ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[37]) ).

thf(84,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ( C
            = ( set_intersection2 @ A @ B ) )
        <=> ! [D: $i] :
              ( ( in @ D @ C )
            <=> ( ( in @ D @ A )
                & ( in @ D @ B ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[38]) ).

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

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

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

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

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

thf(90,plain,
    ( ( ! [SY74: $i,SY75: $i] :
          ( ( ( relation @ SY75 )
            & ( function @ SY75 ) )
         => ( ( ( in @ SY74 @ ( relation_dom @ SY75 ) )
              & ( in @ SY74 @ sK1_A ) )
           => ( in @ ( apply @ SY75 @ SY74 ) @ ( relation_rng @ ( relation_dom_restriction @ SY75 @ sK1_A ) ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[46]) ).

thf(91,plain,
    ( ( ! [SY76: $i] :
          ( ( ( relation @ SY76 )
            & ( function @ SY76 ) )
         => ( ( ( in @ sK2_SY74 @ ( relation_dom @ SY76 ) )
              & ( in @ sK2_SY74 @ sK1_A ) )
           => ( in @ ( apply @ SY76 @ sK2_SY74 ) @ ( relation_rng @ ( relation_dom_restriction @ SY76 @ sK1_A ) ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[90]) ).

thf(92,plain,
    ( ( ( ( relation @ sK3_SY76 )
        & ( function @ sK3_SY76 ) )
     => ( ( ( in @ sK2_SY74 @ ( relation_dom @ sK3_SY76 ) )
          & ( in @ sK2_SY74 @ sK1_A ) )
       => ( in @ ( apply @ sK3_SY76 @ sK2_SY74 ) @ ( relation_rng @ ( relation_dom_restriction @ sK3_SY76 @ sK1_A ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[91]) ).

thf(93,plain,
    ( ( relation @ sK3_SY76 )
    = $true ),
    inference(standard_cnf,[status(thm)],[92]) ).

thf(94,plain,
    ( ( function @ sK3_SY76 )
    = $true ),
    inference(standard_cnf,[status(thm)],[92]) ).

thf(95,plain,
    ( ( in @ sK2_SY74 @ ( relation_dom @ sK3_SY76 ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[92]) ).

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

thf(97,plain,
    ( ( in @ ( apply @ sK3_SY76 @ sK2_SY74 ) @ ( relation_rng @ ( relation_dom_restriction @ sK3_SY76 @ sK1_A ) ) )
    = $false ),
    inference(standard_cnf,[status(thm)],[92]) ).

thf(98,plain,
    ( ( ~ ( in @ ( apply @ sK3_SY76 @ sK2_SY74 ) @ ( relation_rng @ ( relation_dom_restriction @ sK3_SY76 @ sK1_A ) ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[97]) ).

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

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

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

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

thf(103,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)],[51]) ).

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

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

thf(106,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)],[54]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(125,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(126,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( relation @ A )
          | ~ ( relation @ B )
          | ( relation @ ( set_intersection2 @ A @ B ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[78]) ).

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

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

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

thf(130,plain,
    ( ( ! [A: $i] :
          ( ~ ( function @ A )
          | ~ ( relation @ A )
          | ( ! [B: $i] :
                ( ( ( ! [SY77: $i] :
                        ( ( ( sK17_C @ B @ A )
                         != ( apply @ A @ SY77 ) )
                        | ~ ( in @ SY77 @ ( relation_dom @ A ) ) )
                    | ~ ( in @ ( sK17_C @ B @ A ) @ B ) )
                  & ( ( ( ( sK17_C @ B @ A )
                        = ( apply @ A @ ( sK18_SY78 @ B @ A ) ) )
                      & ( in @ ( sK18_SY78 @ B @ A ) @ ( relation_dom @ A ) ) )
                    | ( in @ ( sK17_C @ B @ A ) @ B ) ) )
                | ( B
                  = ( relation_rng @ A ) ) )
            & ! [B: $i] :
                ( ( B
                 != ( relation_rng @ A ) )
                | ( ! [C: $i] :
                      ( ! [D: $i] :
                          ( ( C
                           != ( apply @ A @ D ) )
                          | ~ ( in @ D @ ( relation_dom @ A ) ) )
                      | ( in @ C @ B ) )
                  & ! [C: $i] :
                      ( ~ ( in @ C @ B )
                      | ( ( C
                          = ( apply @ A @ ( sK16_D @ C @ B @ A ) ) )
                        & ( in @ ( sK16_D @ C @ B @ A ) @ ( relation_dom @ A ) ) ) ) ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[83]) ).

thf(131,plain,
    ( ( ! [A: $i] :
          ( ! [B: $i,C: $i] :
              ( ( ( ~ ( in @ ( sK19_D @ C @ B @ A ) @ A )
                  | ~ ( in @ ( sK19_D @ C @ B @ A ) @ B )
                  | ~ ( in @ ( sK19_D @ C @ B @ A ) @ C ) )
                & ( ( in @ ( sK19_D @ C @ B @ A ) @ A )
                  | ( in @ ( sK19_D @ C @ B @ A ) @ C ) )
                & ( ( in @ ( sK19_D @ C @ B @ A ) @ B )
                  | ( in @ ( sK19_D @ C @ B @ A ) @ C ) ) )
              | ( C
                = ( set_intersection2 @ A @ B ) ) )
          & ! [B: $i,C: $i] :
              ( ( C
               != ( set_intersection2 @ A @ B ) )
              | ( ! [D: $i] :
                    ( ~ ( in @ D @ A )
                    | ~ ( in @ D @ B )
                    | ( in @ D @ C ) )
                & ! [D: $i] :
                    ( ~ ( in @ D @ C )
                    | ( in @ D @ A ) )
                & ! [D: $i] :
                    ( ~ ( in @ D @ C )
                    | ( in @ D @ B ) ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[84]) ).

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)],[86]) ).

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

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

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

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] :
          ( ( set_intersection2 @ A @ B )
          = ( set_intersection2 @ B @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[85]) ).

thf(141,plain,
    ( ( ! [A: $i] :
          ( ! [B: $i,C: $i] :
              ( ( ( ~ ( in @ ( sK19_D @ C @ B @ A ) @ A )
                  | ~ ( in @ ( sK19_D @ C @ B @ A ) @ B )
                  | ~ ( in @ ( sK19_D @ C @ B @ A ) @ C ) )
                & ( ( in @ ( sK19_D @ C @ B @ A ) @ A )
                  | ( in @ ( sK19_D @ C @ B @ A ) @ C ) )
                & ( ( in @ ( sK19_D @ C @ B @ A ) @ B )
                  | ( in @ ( sK19_D @ C @ B @ A ) @ C ) ) )
              | ( C
                = ( set_intersection2 @ A @ B ) ) )
          & ! [B: $i,C: $i] :
              ( ( C
               != ( set_intersection2 @ A @ B ) )
              | ( ! [D: $i] :
                    ( ~ ( in @ D @ A )
                    | ~ ( in @ D @ B )
                    | ( in @ D @ C ) )
                & ! [D: $i] :
                    ( ~ ( in @ D @ C )
                    | ( in @ D @ A ) )
                & ! [D: $i] :
                    ( ~ ( in @ D @ C )
                    | ( in @ D @ B ) ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[131]) ).

thf(142,plain,
    ( ( ! [A: $i] :
          ( ~ ( function @ A )
          | ~ ( relation @ A )
          | ( ! [B: $i] :
                ( ( ( ! [SY77: $i] :
                        ( ( ( sK17_C @ B @ A )
                         != ( apply @ A @ SY77 ) )
                        | ~ ( in @ SY77 @ ( relation_dom @ A ) ) )
                    | ~ ( in @ ( sK17_C @ B @ A ) @ B ) )
                  & ( ( ( ( sK17_C @ B @ A )
                        = ( apply @ A @ ( sK18_SY78 @ B @ A ) ) )
                      & ( in @ ( sK18_SY78 @ B @ A ) @ ( relation_dom @ A ) ) )
                    | ( in @ ( sK17_C @ B @ A ) @ B ) ) )
                | ( B
                  = ( relation_rng @ A ) ) )
            & ! [B: $i] :
                ( ( B
                 != ( relation_rng @ A ) )
                | ( ! [C: $i] :
                      ( ! [D: $i] :
                          ( ( C
                           != ( apply @ A @ D ) )
                          | ~ ( in @ D @ ( relation_dom @ A ) ) )
                      | ( in @ C @ B ) )
                  & ! [C: $i] :
                      ( ~ ( in @ C @ B )
                      | ( ( C
                          = ( apply @ A @ ( sK16_D @ C @ B @ A ) ) )
                        & ( in @ ( sK16_D @ C @ B @ A ) @ ( relation_dom @ A ) ) ) ) ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[130]) ).

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

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

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

thf(146,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)],[127]) ).

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

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

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

thf(150,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)],[125]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(171,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)],[106]) ).

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

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

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

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

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

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

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

thf(179,plain,
    ( ( in @ sK2_SY74 @ sK1_A )
    = $true ),
    inference(copy,[status(thm)],[96]) ).

thf(180,plain,
    ( ( in @ sK2_SY74 @ ( relation_dom @ sK3_SY76 ) )
    = $true ),
    inference(copy,[status(thm)],[95]) ).

thf(181,plain,
    ( ( function @ sK3_SY76 )
    = $true ),
    inference(copy,[status(thm)],[94]) ).

thf(182,plain,
    ( ( relation @ sK3_SY76 )
    = $true ),
    inference(copy,[status(thm)],[93]) ).

thf(183,plain,
    ( ( ~ ( in @ ( apply @ sK3_SY76 @ sK2_SY74 ) @ ( relation_rng @ ( relation_dom_restriction @ sK3_SY76 @ sK1_A ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[98]) ).

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

thf(185,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(186,plain,
    ( ( ~ ( ~ ( empty @ sK13_A )
          | ~ ( relation @ sK13_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[158]) ).

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

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

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

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

thf(191,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)],[146]) ).

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

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

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

thf(195,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)],[171]) ).

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

thf(197,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( function @ SX0 )
          | ~ ( relation @ SX0 )
          | ~ ( ~ ! [SX1: $i] :
                    ( ~ ( ~ ( ! [SX2: $i] :
                                ( ( ( sK17_C @ SX1 @ SX0 )
                                 != ( apply @ SX0 @ SX2 ) )
                                | ~ ( in @ SX2 @ ( relation_dom @ SX0 ) ) )
                            | ~ ( in @ ( sK17_C @ SX1 @ SX0 ) @ SX1 ) )
                        | ~ ( ~ ( ( ( sK17_C @ SX1 @ SX0 )
                                 != ( apply @ SX0 @ ( sK18_SY78 @ SX1 @ SX0 ) ) )
                                | ~ ( in @ ( sK18_SY78 @ SX1 @ SX0 ) @ ( relation_dom @ SX0 ) ) )
                            | ( in @ ( sK17_C @ SX1 @ SX0 ) @ SX1 ) ) )
                    | ( SX1
                      = ( relation_rng @ SX0 ) ) )
              | ~ ! [SX1: $i] :
                    ( ( SX1
                     != ( relation_rng @ SX0 ) )
                    | ~ ( ~ ! [SX2: $i] :
                              ( ! [SX3: $i] :
                                  ( ( SX2
                                   != ( apply @ SX0 @ SX3 ) )
                                  | ~ ( in @ SX3 @ ( relation_dom @ SX0 ) ) )
                              | ( in @ SX2 @ SX1 ) )
                        | ~ ! [SX2: $i] :
                              ( ~ ( in @ SX2 @ SX1 )
                              | ~ ( ( SX2
                                   != ( apply @ SX0 @ ( sK16_D @ SX2 @ SX1 @ SX0 ) ) )
                                  | ~ ( in @ ( sK16_D @ SX2 @ SX1 @ SX0 ) @ ( relation_dom @ SX0 ) ) ) ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[142]) ).

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

thf(199,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)],[150]) ).

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

thf(201,plain,
    ( ( ! [SX0: $i] :
          ~ ( ~ ! [SX1: $i,SX2: $i] :
                  ( ~ ( ~ ( ~ ( in @ ( sK19_D @ SX2 @ SX1 @ SX0 ) @ SX0 )
                          | ~ ( in @ ( sK19_D @ SX2 @ SX1 @ SX0 ) @ SX1 )
                          | ~ ( in @ ( sK19_D @ SX2 @ SX1 @ SX0 ) @ SX2 ) )
                      | ~ ~ ( ~ ( ( in @ ( sK19_D @ SX2 @ SX1 @ SX0 ) @ SX0 )
                                | ( in @ ( sK19_D @ SX2 @ SX1 @ SX0 ) @ SX2 ) )
                            | ~ ( ( in @ ( sK19_D @ SX2 @ SX1 @ SX0 ) @ SX1 )
                                | ( in @ ( sK19_D @ SX2 @ SX1 @ SX0 ) @ SX2 ) ) ) )
                  | ( SX2
                    = ( set_intersection2 @ SX0 @ SX1 ) ) )
            | ~ ! [SX1: $i,SX2: $i] :
                  ( ( SX2
                   != ( set_intersection2 @ SX0 @ SX1 ) )
                  | ~ ( ~ ! [SX3: $i] :
                            ( ~ ( in @ SX3 @ SX0 )
                            | ~ ( in @ SX3 @ SX1 )
                            | ( in @ SX3 @ SX2 ) )
                      | ~ ~ ( ~ ! [SX3: $i] :
                                  ( ~ ( in @ SX3 @ SX2 )
                                  | ( in @ SX3 @ SX0 ) )
                            | ~ ! [SX3: $i] :
                                  ( ~ ( in @ SX3 @ SX2 )
                                  | ( in @ SX3 @ SX1 ) ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[141]) ).

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

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] :
            ( ( set_intersection2 @ SV4 @ SY80 )
            = ( set_intersection2 @ SY80 @ SV4 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[140]) ).

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

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

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

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

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

thf(212,plain,
    ! [SV10: $i] :
      ( ( ( empty @ SV10 )
        | ~ ( relation @ SV10 )
        | ~ ( empty @ ( relation_rng @ SV10 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[153]) ).

thf(213,plain,
    ! [SV11: $i] :
      ( ( ( set_intersection2 @ SV11 @ SV11 )
        = SV11 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[156]) ).

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

thf(215,plain,
    ! [SV12: $i] :
      ( ( subset @ SV12 @ SV12 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[167]) ).

thf(216,plain,
    ! [SV13: $i] :
      ( ( ! [SY83: $i] :
            ( ~ ( in @ SV13 @ SY83 )
            | ( element @ SV13 @ SY83 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[168]) ).

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

thf(218,plain,
    ! [SV15: $i] :
      ( ( ! [SY84: $i] :
            ( ~ ( element @ SV15 @ SY84 )
            | ( empty @ SY84 )
            | ( in @ SV15 @ SY84 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[170]) ).

thf(219,plain,
    ! [SV16: $i] :
      ( ( ! [SY85: $i,SY86: $i] :
            ( ~ ( element @ SY85 @ ( powerset @ SY86 ) )
            | ~ ( in @ SV16 @ SY85 )
            | ( element @ SV16 @ SY86 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[172]) ).

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

thf(221,plain,
    ! [SV18: $i] :
      ( ( ~ ( empty @ SV18 )
        | ( SV18 = empty_set ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[175]) ).

thf(222,plain,
    ! [SV19: $i] :
      ( ( ! [SY89: $i,SY90: $i] :
            ( ~ ( function @ SY90 )
            | ~ ( relation @ SY90 )
            | ~ ( in @ SY89 @ SV19 )
            | ( ( apply @ ( relation_dom_restriction @ SY90 @ SV19 ) @ SY89 )
              = ( apply @ SY90 @ SY89 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[176]) ).

thf(223,plain,
    ! [SV20: $i] :
      ( ( ! [SY91: $i] :
            ( ~ ( empty @ SY91 )
            | ~ ( in @ SV20 @ SY91 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[177]) ).

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

thf(225,plain,
    ( ( in @ ( apply @ sK3_SY76 @ sK2_SY74 ) @ ( relation_rng @ ( relation_dom_restriction @ sK3_SY76 @ sK1_A ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[183]) ).

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

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

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

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

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

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

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

thf(233,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)],[191]) ).

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

thf(235,plain,
    ! [SV23: $i] :
      ( ( ! [SY93: $i] :
            ( ~ ( function @ SY93 )
            | ~ ( relation @ SY93 )
            | ~ ( ~ ! [SY94: $i] :
                      ( ~ ( function @ SY94 )
                      | ~ ( relation @ SY94 )
                      | ~ ( ~ ( in @ ( sK4_D @ SY94 @ SY93 @ SV23 ) @ ( relation_dom @ SY93 ) )
                          | ~ ( ( ( apply @ SY93 @ ( sK4_D @ SY94 @ SY93 @ SV23 ) )
                               != ( apply @ SY94 @ ( sK4_D @ SY94 @ SY93 @ SV23 ) ) ) ) )
                      | ( ( relation_dom @ SY93 )
                       != ( set_intersection2 @ ( relation_dom @ SY94 ) @ SV23 ) )
                      | ( SY93
                        = ( relation_dom_restriction @ SY94 @ SV23 ) ) )
                | ~ ~ ( ~ ! [SY95: $i] :
                            ( ~ ( function @ SY95 )
                            | ~ ( relation @ SY95 )
                            | ( SY93
                             != ( relation_dom_restriction @ SY95 @ SV23 ) )
                            | ! [SX3: $i] :
                                ( ~ ( in @ SX3 @ ( relation_dom @ SY93 ) )
                                | ( ( apply @ SY93 @ SX3 )
                                  = ( apply @ SY95 @ SX3 ) ) ) )
                      | ~ ! [SY97: $i] :
                            ( ~ ( function @ SY97 )
                            | ~ ( relation @ SY97 )
                            | ( SY93
                             != ( relation_dom_restriction @ SY97 @ SV23 ) )
                            | ( ( relation_dom @ SY93 )
                              = ( set_intersection2 @ ( relation_dom @ SY97 ) @ SV23 ) ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[193]) ).

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

thf(237,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)],[195]) ).

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

thf(239,plain,
    ! [SV24: $i] :
      ( ( ~ ( function @ SV24 )
        | ~ ( relation @ SV24 )
        | ~ ( ~ ! [SY98: $i] :
                  ( ~ ( ~ ( ! [SY99: $i] :
                              ( ( ( sK17_C @ SY98 @ SV24 )
                               != ( apply @ SV24 @ SY99 ) )
                              | ~ ( in @ SY99 @ ( relation_dom @ SV24 ) ) )
                          | ~ ( in @ ( sK17_C @ SY98 @ SV24 ) @ SY98 ) )
                      | ~ ( ~ ( ( ( sK17_C @ SY98 @ SV24 )
                               != ( apply @ SV24 @ ( sK18_SY78 @ SY98 @ SV24 ) ) )
                              | ~ ( in @ ( sK18_SY78 @ SY98 @ SV24 ) @ ( relation_dom @ SV24 ) ) )
                          | ( in @ ( sK17_C @ SY98 @ SV24 ) @ SY98 ) ) )
                  | ( SY98
                    = ( relation_rng @ SV24 ) ) )
            | ~ ! [SY100: $i] :
                  ( ( SY100
                   != ( relation_rng @ SV24 ) )
                  | ~ ( ~ ! [SY101: $i] :
                            ( ! [SY102: $i] :
                                ( ( SY101
                                 != ( apply @ SV24 @ SY102 ) )
                                | ~ ( in @ SY102 @ ( relation_dom @ SV24 ) ) )
                            | ( in @ SY101 @ SY100 ) )
                      | ~ ! [SY103: $i] :
                            ( ~ ( in @ SY103 @ SY100 )
                            | ~ ( ( SY103
                                 != ( apply @ SV24 @ ( sK16_D @ SY103 @ SY100 @ SV24 ) ) )
                                | ~ ( in @ ( sK16_D @ SY103 @ SY100 @ SV24 ) @ ( relation_dom @ SV24 ) ) ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[197]) ).

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

thf(241,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)],[199]) ).

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

thf(243,plain,
    ! [SV26: $i] :
      ( ( ~ ( ~ ! [SY104: $i,SY105: $i] :
                  ( ~ ( ~ ( ~ ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SV26 )
                          | ~ ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SY104 )
                          | ~ ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SY105 ) )
                      | ~ ~ ( ~ ( ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SV26 )
                                | ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SY105 ) )
                            | ~ ( ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SY104 )
                                | ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SY105 ) ) ) )
                  | ( SY105
                    = ( set_intersection2 @ SV26 @ SY104 ) ) )
            | ~ ! [SY106: $i,SY107: $i] :
                  ( ( SY107
                   != ( set_intersection2 @ SV26 @ SY106 ) )
                  | ~ ( ~ ! [SY108: $i] :
                            ( ~ ( in @ SY108 @ SV26 )
                            | ~ ( in @ SY108 @ SY106 )
                            | ( in @ SY108 @ SY107 ) )
                      | ~ ~ ( ~ ! [SY109: $i] :
                                  ( ~ ( in @ SY109 @ SY107 )
                                  | ( in @ SY109 @ SV26 ) )
                            | ~ ! [SX3: $i] :
                                  ( ~ ( in @ SX3 @ SY107 )
                                  | ( in @ SX3 @ SY106 ) ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[201]) ).

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

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

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

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

thf(248,plain,
    ! [SV28: $i,SV4: $i] :
      ( ( ( set_intersection2 @ SV4 @ SV28 )
        = ( set_intersection2 @ SV28 @ SV4 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[206]) ).

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

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

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

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

thf(253,plain,
    ! [SV10: $i] :
      ( ( ( ( empty @ SV10 )
          | ~ ( relation @ SV10 ) )
        = $true )
      | ( ( ~ ( empty @ ( relation_rng @ SV10 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[212]) ).

thf(254,plain,
    ! [SV30: $i,SV13: $i] :
      ( ( ~ ( in @ SV13 @ SV30 )
        | ( element @ SV13 @ SV30 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[216]) ).

thf(255,plain,
    ! [SV31: $i,SV15: $i] :
      ( ( ~ ( element @ SV15 @ SV31 )
        | ( empty @ SV31 )
        | ( in @ SV15 @ SV31 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[218]) ).

thf(256,plain,
    ! [SV16: $i,SV32: $i] :
      ( ( ! [SY111: $i] :
            ( ~ ( element @ SV32 @ ( powerset @ SY111 ) )
            | ~ ( in @ SV16 @ SV32 )
            | ( element @ SV16 @ SY111 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[219]) ).

thf(257,plain,
    ! [SV17: $i,SV33: $i] :
      ( ( ! [SY112: $i] :
            ( ~ ( element @ SV33 @ ( powerset @ SY112 ) )
            | ~ ( in @ SV17 @ SV33 )
            | ~ ( empty @ SY112 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[220]) ).

thf(258,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( empty @ SV18 ) )
        = $true )
      | ( ( SV18 = empty_set )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[221]) ).

thf(259,plain,
    ! [SV19: $i,SV34: $i] :
      ( ( ! [SY113: $i] :
            ( ~ ( function @ SY113 )
            | ~ ( relation @ SY113 )
            | ~ ( in @ SV34 @ SV19 )
            | ( ( apply @ ( relation_dom_restriction @ SY113 @ SV19 ) @ SV34 )
              = ( apply @ SY113 @ SV34 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[222]) ).

thf(260,plain,
    ! [SV20: $i,SV35: $i] :
      ( ( ~ ( empty @ SV35 )
        | ~ ( in @ SV20 @ SV35 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[223]) ).

thf(261,plain,
    ! [SV36: $i,SV21: $i] :
      ( ( ( SV21 = SV36 )
        | ~ ( empty @ SV21 )
        | ~ ( empty @ SV36 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[224]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(276,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)],[233]) ).

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

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

thf(279,plain,
    ! [SV23: $i,SV37: $i] :
      ( ( ~ ( function @ SV37 )
        | ~ ( relation @ SV37 )
        | ~ ( ~ ! [SY114: $i] :
                  ( ~ ( function @ SY114 )
                  | ~ ( relation @ SY114 )
                  | ~ ( ~ ( in @ ( sK4_D @ SY114 @ SV37 @ SV23 ) @ ( relation_dom @ SV37 ) )
                      | ~ ( ( ( apply @ SV37 @ ( sK4_D @ SY114 @ SV37 @ SV23 ) )
                           != ( apply @ SY114 @ ( sK4_D @ SY114 @ SV37 @ SV23 ) ) ) ) )
                  | ( ( relation_dom @ SV37 )
                   != ( set_intersection2 @ ( relation_dom @ SY114 ) @ SV23 ) )
                  | ( SV37
                    = ( relation_dom_restriction @ SY114 @ SV23 ) ) )
            | ~ ~ ( ~ ! [SY115: $i] :
                        ( ~ ( function @ SY115 )
                        | ~ ( relation @ SY115 )
                        | ( SV37
                         != ( relation_dom_restriction @ SY115 @ SV23 ) )
                        | ! [SY116: $i] :
                            ( ~ ( in @ SY116 @ ( relation_dom @ SV37 ) )
                            | ( ( apply @ SV37 @ SY116 )
                              = ( apply @ SY115 @ SY116 ) ) ) )
                  | ~ ! [SY117: $i] :
                        ( ~ ( function @ SY117 )
                        | ~ ( relation @ SY117 )
                        | ( SV37
                         != ( relation_dom_restriction @ SY117 @ SV23 ) )
                        | ( ( relation_dom @ SV37 )
                          = ( set_intersection2 @ ( relation_dom @ SY117 ) @ SV23 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[235]) ).

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

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

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

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

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

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

thf(286,plain,
    ! [SV24: $i] :
      ( ( ( ~ ( function @ SV24 )
          | ~ ( relation @ SV24 ) )
        = $true )
      | ( ( ~ ( ~ ! [SY98: $i] :
                    ( ~ ( ~ ( ! [SY99: $i] :
                                ( ( ( sK17_C @ SY98 @ SV24 )
                                 != ( apply @ SV24 @ SY99 ) )
                                | ~ ( in @ SY99 @ ( relation_dom @ SV24 ) ) )
                            | ~ ( in @ ( sK17_C @ SY98 @ SV24 ) @ SY98 ) )
                        | ~ ( ~ ( ( ( sK17_C @ SY98 @ SV24 )
                                 != ( apply @ SV24 @ ( sK18_SY78 @ SY98 @ SV24 ) ) )
                                | ~ ( in @ ( sK18_SY78 @ SY98 @ SV24 ) @ ( relation_dom @ SV24 ) ) )
                            | ( in @ ( sK17_C @ SY98 @ SV24 ) @ SY98 ) ) )
                    | ( SY98
                      = ( relation_rng @ SV24 ) ) )
              | ~ ! [SY100: $i] :
                    ( ( SY100
                     != ( relation_rng @ SV24 ) )
                    | ~ ( ~ ! [SY101: $i] :
                              ( ! [SY102: $i] :
                                  ( ( SY101
                                   != ( apply @ SV24 @ SY102 ) )
                                  | ~ ( in @ SY102 @ ( relation_dom @ SV24 ) ) )
                              | ( in @ SY101 @ SY100 ) )
                        | ~ ! [SY103: $i] :
                              ( ~ ( in @ SY103 @ SY100 )
                              | ~ ( ( SY103
                                   != ( apply @ SV24 @ ( sK16_D @ SY103 @ SY100 @ SV24 ) ) )
                                  | ~ ( in @ ( sK16_D @ SY103 @ SY100 @ SV24 ) @ ( relation_dom @ SV24 ) ) ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[239]) ).

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

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

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

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

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

thf(292,plain,
    ! [SV26: $i] :
      ( ( ~ ! [SY104: $i,SY105: $i] :
              ( ~ ( ~ ( ~ ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SV26 )
                      | ~ ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SY104 )
                      | ~ ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SY105 ) )
                  | ~ ~ ( ~ ( ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SV26 )
                            | ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SY105 ) )
                        | ~ ( ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SY104 )
                            | ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SY105 ) ) ) )
              | ( SY105
                = ( set_intersection2 @ SV26 @ SY104 ) ) )
        | ~ ! [SY106: $i,SY107: $i] :
              ( ( SY107
               != ( set_intersection2 @ SV26 @ SY106 ) )
              | ~ ( ~ ! [SY108: $i] :
                        ( ~ ( in @ SY108 @ SV26 )
                        | ~ ( in @ SY108 @ SY106 )
                        | ( in @ SY108 @ SY107 ) )
                  | ~ ~ ( ~ ! [SY109: $i] :
                              ( ~ ( in @ SY109 @ SY107 )
                              | ( in @ SY109 @ SV26 ) )
                        | ~ ! [SX3: $i] :
                              ( ~ ( in @ SX3 @ SY107 )
                              | ( in @ SX3 @ SY106 ) ) ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[243]) ).

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

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

thf(295,plain,
    ! [SV27: $i,SV1: $i] :
      ( ( ( ~ ( in @ SV1 @ SV27 ) )
        = $true )
      | ( ( ~ ( in @ SV27 @ SV1 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[245]) ).

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

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

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

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

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

thf(301,plain,
    ! [SV10: $i] :
      ( ( ( empty @ SV10 )
        = $true )
      | ( ( ~ ( relation @ SV10 ) )
        = $true )
      | ( ( ~ ( empty @ ( relation_rng @ SV10 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[253]) ).

thf(302,plain,
    ! [SV30: $i,SV13: $i] :
      ( ( ( ~ ( in @ SV13 @ SV30 ) )
        = $true )
      | ( ( element @ SV13 @ SV30 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[254]) ).

thf(303,plain,
    ! [SV31: $i,SV15: $i] :
      ( ( ( ~ ( element @ SV15 @ SV31 ) )
        = $true )
      | ( ( ( empty @ SV31 )
          | ( in @ SV15 @ SV31 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[255]) ).

thf(304,plain,
    ! [SV16: $i,SV38: $i,SV32: $i] :
      ( ( ~ ( element @ SV32 @ ( powerset @ SV38 ) )
        | ~ ( in @ SV16 @ SV32 )
        | ( element @ SV16 @ SV38 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[256]) ).

thf(305,plain,
    ! [SV17: $i,SV39: $i,SV33: $i] :
      ( ( ~ ( element @ SV33 @ ( powerset @ SV39 ) )
        | ~ ( in @ SV17 @ SV33 )
        | ~ ( empty @ SV39 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[257]) ).

thf(306,plain,
    ! [SV18: $i] :
      ( ( ( empty @ SV18 )
        = $false )
      | ( ( SV18 = empty_set )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[258]) ).

thf(307,plain,
    ! [SV19: $i,SV34: $i,SV40: $i] :
      ( ( ~ ( function @ SV40 )
        | ~ ( relation @ SV40 )
        | ~ ( in @ SV34 @ SV19 )
        | ( ( apply @ ( relation_dom_restriction @ SV40 @ SV19 ) @ SV34 )
          = ( apply @ SV40 @ SV34 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[259]) ).

thf(308,plain,
    ! [SV20: $i,SV35: $i] :
      ( ( ( ~ ( empty @ SV35 ) )
        = $true )
      | ( ( ~ ( in @ SV20 @ SV35 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[260]) ).

thf(309,plain,
    ! [SV36: $i,SV21: $i] :
      ( ( ( ( SV21 = SV36 )
          | ~ ( empty @ SV21 ) )
        = $true )
      | ( ( ~ ( empty @ SV36 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[261]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(325,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)],[276]) ).

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

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

thf(328,plain,
    ! [SV23: $i,SV37: $i] :
      ( ( ( ~ ( function @ SV37 )
          | ~ ( relation @ SV37 ) )
        = $true )
      | ( ( ~ ( ~ ! [SY114: $i] :
                    ( ~ ( function @ SY114 )
                    | ~ ( relation @ SY114 )
                    | ~ ( ~ ( in @ ( sK4_D @ SY114 @ SV37 @ SV23 ) @ ( relation_dom @ SV37 ) )
                        | ~ ( ( ( apply @ SV37 @ ( sK4_D @ SY114 @ SV37 @ SV23 ) )
                             != ( apply @ SY114 @ ( sK4_D @ SY114 @ SV37 @ SV23 ) ) ) ) )
                    | ( ( relation_dom @ SV37 )
                     != ( set_intersection2 @ ( relation_dom @ SY114 ) @ SV23 ) )
                    | ( SV37
                      = ( relation_dom_restriction @ SY114 @ SV23 ) ) )
              | ~ ~ ( ~ ! [SY115: $i] :
                          ( ~ ( function @ SY115 )
                          | ~ ( relation @ SY115 )
                          | ( SV37
                           != ( relation_dom_restriction @ SY115 @ SV23 ) )
                          | ! [SY116: $i] :
                              ( ~ ( in @ SY116 @ ( relation_dom @ SV37 ) )
                              | ( ( apply @ SV37 @ SY116 )
                                = ( apply @ SY115 @ SY116 ) ) ) )
                    | ~ ! [SY117: $i] :
                          ( ~ ( function @ SY117 )
                          | ~ ( relation @ SY117 )
                          | ( SV37
                           != ( relation_dom_restriction @ SY117 @ SV23 ) )
                          | ( ( relation_dom @ SV37 )
                            = ( set_intersection2 @ ( relation_dom @ SY117 ) @ SV23 ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[279]) ).

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

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

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

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

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

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

thf(335,plain,
    ! [SV24: $i] :
      ( ( ( ~ ( function @ SV24 ) )
        = $true )
      | ( ( ~ ( relation @ SV24 ) )
        = $true )
      | ( ( ~ ( ~ ! [SY98: $i] :
                    ( ~ ( ~ ( ! [SY99: $i] :
                                ( ( ( sK17_C @ SY98 @ SV24 )
                                 != ( apply @ SV24 @ SY99 ) )
                                | ~ ( in @ SY99 @ ( relation_dom @ SV24 ) ) )
                            | ~ ( in @ ( sK17_C @ SY98 @ SV24 ) @ SY98 ) )
                        | ~ ( ~ ( ( ( sK17_C @ SY98 @ SV24 )
                                 != ( apply @ SV24 @ ( sK18_SY78 @ SY98 @ SV24 ) ) )
                                | ~ ( in @ ( sK18_SY78 @ SY98 @ SV24 ) @ ( relation_dom @ SV24 ) ) )
                            | ( in @ ( sK17_C @ SY98 @ SV24 ) @ SY98 ) ) )
                    | ( SY98
                      = ( relation_rng @ SV24 ) ) )
              | ~ ! [SY100: $i] :
                    ( ( SY100
                     != ( relation_rng @ SV24 ) )
                    | ~ ( ~ ! [SY101: $i] :
                              ( ! [SY102: $i] :
                                  ( ( SY101
                                   != ( apply @ SV24 @ SY102 ) )
                                  | ~ ( in @ SY102 @ ( relation_dom @ SV24 ) ) )
                              | ( in @ SY101 @ SY100 ) )
                        | ~ ! [SY103: $i] :
                              ( ~ ( in @ SY103 @ SY100 )
                              | ~ ( ( SY103
                                   != ( apply @ SV24 @ ( sK16_D @ SY103 @ SY100 @ SV24 ) ) )
                                  | ~ ( in @ ( sK16_D @ SY103 @ SY100 @ SV24 ) @ ( relation_dom @ SV24 ) ) ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[286]) ).

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

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

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

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

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

thf(341,plain,
    ! [SV26: $i] :
      ( ( ~ ! [SY104: $i,SY105: $i] :
              ( ~ ( ~ ( ~ ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SV26 )
                      | ~ ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SY104 )
                      | ~ ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SY105 ) )
                  | ~ ~ ( ~ ( ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SV26 )
                            | ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SY105 ) )
                        | ~ ( ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SY104 )
                            | ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SY105 ) ) ) )
              | ( SY105
                = ( set_intersection2 @ SV26 @ SY104 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[292]) ).

thf(342,plain,
    ! [SV26: $i] :
      ( ( ~ ! [SY106: $i,SY107: $i] :
              ( ( SY107
               != ( set_intersection2 @ SV26 @ SY106 ) )
              | ~ ( ~ ! [SY108: $i] :
                        ( ~ ( in @ SY108 @ SV26 )
                        | ~ ( in @ SY108 @ SY106 )
                        | ( in @ SY108 @ SY107 ) )
                  | ~ ~ ( ~ ! [SY109: $i] :
                              ( ~ ( in @ SY109 @ SY107 )
                              | ( in @ SY109 @ SV26 ) )
                        | ~ ! [SX3: $i] :
                              ( ~ ( in @ SX3 @ SY107 )
                              | ( in @ SX3 @ SY106 ) ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[292]) ).

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

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

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

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

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

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

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

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

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

thf(352,plain,
    ! [SV16: $i,SV38: $i,SV32: $i] :
      ( ( ( ~ ( element @ SV32 @ ( powerset @ SV38 ) )
          | ~ ( in @ SV16 @ SV32 ) )
        = $true )
      | ( ( element @ SV16 @ SV38 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[304]) ).

thf(353,plain,
    ! [SV17: $i,SV39: $i,SV33: $i] :
      ( ( ( ~ ( element @ SV33 @ ( powerset @ SV39 ) )
          | ~ ( in @ SV17 @ SV33 ) )
        = $true )
      | ( ( ~ ( empty @ SV39 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[305]) ).

thf(354,plain,
    ! [SV19: $i,SV34: $i,SV40: $i] :
      ( ( ( ~ ( function @ SV40 )
          | ~ ( relation @ SV40 ) )
        = $true )
      | ( ( ~ ( in @ SV34 @ SV19 )
          | ( ( apply @ ( relation_dom_restriction @ SV40 @ SV19 ) @ SV34 )
            = ( apply @ SV40 @ SV34 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[307]) ).

thf(355,plain,
    ! [SV20: $i,SV35: $i] :
      ( ( ( empty @ SV35 )
        = $false )
      | ( ( ~ ( in @ SV20 @ SV35 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[308]) ).

thf(356,plain,
    ! [SV36: $i,SV21: $i] :
      ( ( ( SV21 = SV36 )
        = $true )
      | ( ( ~ ( empty @ SV21 ) )
        = $true )
      | ( ( ~ ( empty @ SV36 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[309]) ).

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

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

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

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

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

thf(363,plain,
    ! [SV45: $i] :
      ( ( ~ ( empty @ SV45 )
        | ( empty @ ( relation_rng @ SV45 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[320]) ).

thf(364,plain,
    ! [SV46: $i] :
      ( ( ~ ( empty @ SV46 )
        | ( relation @ ( relation_rng @ SV46 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[321]) ).

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

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

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

thf(368,plain,
    ! [SV23: $i,SV37: $i] :
      ( ( ( ~ ( function @ SV37 ) )
        = $true )
      | ( ( ~ ( relation @ SV37 ) )
        = $true )
      | ( ( ~ ( ~ ! [SY114: $i] :
                    ( ~ ( function @ SY114 )
                    | ~ ( relation @ SY114 )
                    | ~ ( ~ ( in @ ( sK4_D @ SY114 @ SV37 @ SV23 ) @ ( relation_dom @ SV37 ) )
                        | ~ ( ( ( apply @ SV37 @ ( sK4_D @ SY114 @ SV37 @ SV23 ) )
                             != ( apply @ SY114 @ ( sK4_D @ SY114 @ SV37 @ SV23 ) ) ) ) )
                    | ( ( relation_dom @ SV37 )
                     != ( set_intersection2 @ ( relation_dom @ SY114 ) @ SV23 ) )
                    | ( SV37
                      = ( relation_dom_restriction @ SY114 @ SV23 ) ) )
              | ~ ~ ( ~ ! [SY115: $i] :
                          ( ~ ( function @ SY115 )
                          | ~ ( relation @ SY115 )
                          | ( SV37
                           != ( relation_dom_restriction @ SY115 @ SV23 ) )
                          | ! [SY116: $i] :
                              ( ~ ( in @ SY116 @ ( relation_dom @ SV37 ) )
                              | ( ( apply @ SV37 @ SY116 )
                                = ( apply @ SY115 @ SY116 ) ) ) )
                    | ~ ! [SY117: $i] :
                          ( ~ ( function @ SY117 )
                          | ~ ( relation @ SY117 )
                          | ( SV37
                           != ( relation_dom_restriction @ SY117 @ SV23 ) )
                          | ( ( relation_dom @ SV37 )
                            = ( set_intersection2 @ ( relation_dom @ SY117 ) @ SV23 ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[328]) ).

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

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

thf(371,plain,
    ! [SV50: $i] :
      ( ( ! [SY121: $i] :
            ( ~ ( subset @ SV50 @ SY121 )
            | ( element @ SV50 @ ( powerset @ SY121 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[332]) ).

thf(372,plain,
    ! [SV24: $i] :
      ( ( ( function @ SV24 )
        = $false )
      | ( ( ~ ( relation @ SV24 ) )
        = $true )
      | ( ( ~ ( ~ ! [SY98: $i] :
                    ( ~ ( ~ ( ! [SY99: $i] :
                                ( ( ( sK17_C @ SY98 @ SV24 )
                                 != ( apply @ SV24 @ SY99 ) )
                                | ~ ( in @ SY99 @ ( relation_dom @ SV24 ) ) )
                            | ~ ( in @ ( sK17_C @ SY98 @ SV24 ) @ SY98 ) )
                        | ~ ( ~ ( ( ( sK17_C @ SY98 @ SV24 )
                                 != ( apply @ SV24 @ ( sK18_SY78 @ SY98 @ SV24 ) ) )
                                | ~ ( in @ ( sK18_SY78 @ SY98 @ SV24 ) @ ( relation_dom @ SV24 ) ) )
                            | ( in @ ( sK17_C @ SY98 @ SV24 ) @ SY98 ) ) )
                    | ( SY98
                      = ( relation_rng @ SV24 ) ) )
              | ~ ! [SY100: $i] :
                    ( ( SY100
                     != ( relation_rng @ SV24 ) )
                    | ~ ( ~ ! [SY101: $i] :
                              ( ! [SY102: $i] :
                                  ( ( SY101
                                   != ( apply @ SV24 @ SY102 ) )
                                  | ~ ( in @ SY102 @ ( relation_dom @ SV24 ) ) )
                              | ( in @ SY101 @ SY100 ) )
                        | ~ ! [SY103: $i] :
                              ( ~ ( in @ SY103 @ SY100 )
                              | ~ ( ( SY103
                                   != ( apply @ SV24 @ ( sK16_D @ SY103 @ SY100 @ SV24 ) ) )
                                  | ~ ( in @ ( sK16_D @ SY103 @ SY100 @ SV24 ) @ ( relation_dom @ SV24 ) ) ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[335]) ).

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

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

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

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

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

thf(378,plain,
    ! [SV26: $i] :
      ( ( ! [SY104: $i,SY105: $i] :
            ( ~ ( ~ ( ~ ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SV26 )
                    | ~ ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SY104 )
                    | ~ ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SY105 ) )
                | ~ ~ ( ~ ( ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SV26 )
                          | ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SY105 ) )
                      | ~ ( ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SY104 )
                          | ( in @ ( sK19_D @ SY105 @ SY104 @ SV26 ) @ SY105 ) ) ) )
            | ( SY105
              = ( set_intersection2 @ SV26 @ SY104 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[341]) ).

thf(379,plain,
    ! [SV26: $i] :
      ( ( ! [SY106: $i,SY107: $i] :
            ( ( SY107
             != ( set_intersection2 @ SV26 @ SY106 ) )
            | ~ ( ~ ! [SY108: $i] :
                      ( ~ ( in @ SY108 @ SV26 )
                      | ~ ( in @ SY108 @ SY106 )
                      | ( in @ SY108 @ SY107 ) )
                | ~ ~ ( ~ ! [SY109: $i] :
                            ( ~ ( in @ SY109 @ SY107 )
                            | ( in @ SY109 @ SV26 ) )
                      | ~ ! [SX3: $i] :
                            ( ~ ( in @ SX3 @ SY107 )
                            | ( in @ SX3 @ SY106 ) ) ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[342]) ).

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

thf(381,plain,
    ! [SV1: $i,SV27: $i] :
      ( ( ( in @ SV27 @ SV1 )
        = $false )
      | ( ( in @ SV1 @ SV27 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[345]) ).

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

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

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

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

thf(386,plain,
    ! [SV16: $i,SV38: $i,SV32: $i] :
      ( ( ( ~ ( element @ SV32 @ ( powerset @ SV38 ) ) )
        = $true )
      | ( ( ~ ( in @ SV16 @ SV32 ) )
        = $true )
      | ( ( element @ SV16 @ SV38 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[352]) ).

thf(387,plain,
    ! [SV17: $i,SV39: $i,SV33: $i] :
      ( ( ( ~ ( element @ SV33 @ ( powerset @ SV39 ) ) )
        = $true )
      | ( ( ~ ( in @ SV17 @ SV33 ) )
        = $true )
      | ( ( ~ ( empty @ SV39 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[353]) ).

thf(388,plain,
    ! [SV19: $i,SV34: $i,SV40: $i] :
      ( ( ( ~ ( function @ SV40 ) )
        = $true )
      | ( ( ~ ( relation @ SV40 ) )
        = $true )
      | ( ( ~ ( in @ SV34 @ SV19 )
          | ( ( apply @ ( relation_dom_restriction @ SV40 @ SV19 ) @ SV34 )
            = ( apply @ SV40 @ SV34 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[354]) ).

thf(389,plain,
    ! [SV35: $i,SV20: $i] :
      ( ( ( in @ SV20 @ SV35 )
        = $false )
      | ( ( empty @ SV35 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[355]) ).

thf(390,plain,
    ! [SV36: $i,SV21: $i] :
      ( ( ( empty @ SV21 )
        = $false )
      | ( ( SV21 = SV36 )
        = $true )
      | ( ( ~ ( empty @ SV36 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[356]) ).

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

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

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

thf(396,plain,
    ! [SV45: $i] :
      ( ( ( ~ ( empty @ SV45 ) )
        = $true )
      | ( ( empty @ ( relation_rng @ SV45 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[363]) ).

thf(397,plain,
    ! [SV46: $i] :
      ( ( ( ~ ( empty @ SV46 ) )
        = $true )
      | ( ( relation @ ( relation_rng @ SV46 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[364]) ).

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

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

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

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

thf(402,plain,
    ! [SV23: $i,SV37: $i] :
      ( ( ( function @ SV37 )
        = $false )
      | ( ( ~ ( relation @ SV37 ) )
        = $true )
      | ( ( ~ ( ~ ! [SY114: $i] :
                    ( ~ ( function @ SY114 )
                    | ~ ( relation @ SY114 )
                    | ~ ( ~ ( in @ ( sK4_D @ SY114 @ SV37 @ SV23 ) @ ( relation_dom @ SV37 ) )
                        | ~ ( ( ( apply @ SV37 @ ( sK4_D @ SY114 @ SV37 @ SV23 ) )
                             != ( apply @ SY114 @ ( sK4_D @ SY114 @ SV37 @ SV23 ) ) ) ) )
                    | ( ( relation_dom @ SV37 )
                     != ( set_intersection2 @ ( relation_dom @ SY114 ) @ SV23 ) )
                    | ( SV37
                      = ( relation_dom_restriction @ SY114 @ SV23 ) ) )
              | ~ ~ ( ~ ! [SY115: $i] :
                          ( ~ ( function @ SY115 )
                          | ~ ( relation @ SY115 )
                          | ( SV37
                           != ( relation_dom_restriction @ SY115 @ SV23 ) )
                          | ! [SY116: $i] :
                              ( ~ ( in @ SY116 @ ( relation_dom @ SV37 ) )
                              | ( ( apply @ SV37 @ SY116 )
                                = ( apply @ SY115 @ SY116 ) ) ) )
                    | ~ ! [SY117: $i] :
                          ( ~ ( function @ SY117 )
                          | ~ ( relation @ SY117 )
                          | ( SV37
                           != ( relation_dom_restriction @ SY117 @ SV23 ) )
                          | ( ( relation_dom @ SV37 )
                            = ( set_intersection2 @ ( relation_dom @ SY117 ) @ SV23 ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[368]) ).

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

thf(404,plain,
    ! [SV54: $i,SV50: $i] :
      ( ( ~ ( subset @ SV50 @ SV54 )
        | ( element @ SV50 @ ( powerset @ SV54 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[371]) ).

thf(405,plain,
    ! [SV24: $i] :
      ( ( ( relation @ SV24 )
        = $false )
      | ( ( function @ SV24 )
        = $false )
      | ( ( ~ ( ~ ! [SY98: $i] :
                    ( ~ ( ~ ( ! [SY99: $i] :
                                ( ( ( sK17_C @ SY98 @ SV24 )
                                 != ( apply @ SV24 @ SY99 ) )
                                | ~ ( in @ SY99 @ ( relation_dom @ SV24 ) ) )
                            | ~ ( in @ ( sK17_C @ SY98 @ SV24 ) @ SY98 ) )
                        | ~ ( ~ ( ( ( sK17_C @ SY98 @ SV24 )
                                 != ( apply @ SV24 @ ( sK18_SY78 @ SY98 @ SV24 ) ) )
                                | ~ ( in @ ( sK18_SY78 @ SY98 @ SV24 ) @ ( relation_dom @ SV24 ) ) )
                            | ( in @ ( sK17_C @ SY98 @ SV24 ) @ SY98 ) ) )
                    | ( SY98
                      = ( relation_rng @ SV24 ) ) )
              | ~ ! [SY100: $i] :
                    ( ( SY100
                     != ( relation_rng @ SV24 ) )
                    | ~ ( ~ ! [SY101: $i] :
                              ( ! [SY102: $i] :
                                  ( ( SY101
                                   != ( apply @ SV24 @ SY102 ) )
                                  | ~ ( in @ SY102 @ ( relation_dom @ SV24 ) ) )
                              | ( in @ SY101 @ SY100 ) )
                        | ~ ! [SY103: $i] :
                              ( ~ ( in @ SY103 @ SY100 )
                              | ~ ( ( SY103
                                   != ( apply @ SV24 @ ( sK16_D @ SY103 @ SY100 @ SV24 ) ) )
                                  | ~ ( in @ ( sK16_D @ SY103 @ SY100 @ SV24 ) @ ( relation_dom @ SV24 ) ) ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[372]) ).

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

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

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

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

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

thf(411,plain,
    ! [SV25: $i] :
      ( ( ( ~ ( empty @ ( sK12_B @ SV25 ) ) )
        = $true )
      | ( ( empty @ SV25 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[377]) ).

thf(412,plain,
    ! [SV26: $i,SV55: $i] :
      ( ( ! [SY124: $i] :
            ( ~ ( ~ ( ~ ( in @ ( sK19_D @ SY124 @ SV55 @ SV26 ) @ SV26 )
                    | ~ ( in @ ( sK19_D @ SY124 @ SV55 @ SV26 ) @ SV55 )
                    | ~ ( in @ ( sK19_D @ SY124 @ SV55 @ SV26 ) @ SY124 ) )
                | ~ ~ ( ~ ( ( in @ ( sK19_D @ SY124 @ SV55 @ SV26 ) @ SV26 )
                          | ( in @ ( sK19_D @ SY124 @ SV55 @ SV26 ) @ SY124 ) )
                      | ~ ( ( in @ ( sK19_D @ SY124 @ SV55 @ SV26 ) @ SV55 )
                          | ( in @ ( sK19_D @ SY124 @ SV55 @ SV26 ) @ SY124 ) ) ) )
            | ( SY124
              = ( set_intersection2 @ SV26 @ SV55 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[378]) ).

thf(413,plain,
    ! [SV56: $i,SV26: $i] :
      ( ( ! [SY125: $i] :
            ( ( SY125
             != ( set_intersection2 @ SV26 @ SV56 ) )
            | ~ ( ~ ! [SY126: $i] :
                      ( ~ ( in @ SY126 @ SV26 )
                      | ~ ( in @ SY126 @ SV56 )
                      | ( in @ SY126 @ SY125 ) )
                | ~ ~ ( ~ ! [SY109: $i] :
                            ( ~ ( in @ SY109 @ SY125 )
                            | ( in @ SY109 @ SV26 ) )
                      | ~ ! [SY128: $i] :
                            ( ~ ( in @ SY128 @ SY125 )
                            | ( in @ SY128 @ SV56 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[379]) ).

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

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

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

thf(417,plain,
    ! [SV16: $i,SV38: $i,SV32: $i] :
      ( ( ( element @ SV32 @ ( powerset @ SV38 ) )
        = $false )
      | ( ( ~ ( in @ SV16 @ SV32 ) )
        = $true )
      | ( ( element @ SV16 @ SV38 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[386]) ).

thf(418,plain,
    ! [SV17: $i,SV39: $i,SV33: $i] :
      ( ( ( element @ SV33 @ ( powerset @ SV39 ) )
        = $false )
      | ( ( ~ ( in @ SV17 @ SV33 ) )
        = $true )
      | ( ( ~ ( empty @ SV39 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[387]) ).

thf(419,plain,
    ! [SV19: $i,SV34: $i,SV40: $i] :
      ( ( ( function @ SV40 )
        = $false )
      | ( ( ~ ( relation @ SV40 ) )
        = $true )
      | ( ( ~ ( in @ SV34 @ SV19 )
          | ( ( apply @ ( relation_dom_restriction @ SV40 @ SV19 ) @ SV34 )
            = ( apply @ SV40 @ SV34 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[388]) ).

thf(420,plain,
    ! [SV21: $i,SV36: $i] :
      ( ( ( empty @ SV36 )
        = $false )
      | ( ( SV21 = SV36 )
        = $true )
      | ( ( empty @ SV21 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[390]) ).

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

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

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

thf(426,plain,
    ! [SV45: $i] :
      ( ( ( empty @ SV45 )
        = $false )
      | ( ( empty @ ( relation_rng @ SV45 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[396]) ).

thf(427,plain,
    ! [SV46: $i] :
      ( ( ( empty @ SV46 )
        = $false )
      | ( ( relation @ ( relation_rng @ SV46 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[397]) ).

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

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

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

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

thf(432,plain,
    ! [SV23: $i,SV37: $i] :
      ( ( ( relation @ SV37 )
        = $false )
      | ( ( function @ SV37 )
        = $false )
      | ( ( ~ ( ~ ! [SY114: $i] :
                    ( ~ ( function @ SY114 )
                    | ~ ( relation @ SY114 )
                    | ~ ( ~ ( in @ ( sK4_D @ SY114 @ SV37 @ SV23 ) @ ( relation_dom @ SV37 ) )
                        | ~ ( ( ( apply @ SV37 @ ( sK4_D @ SY114 @ SV37 @ SV23 ) )
                             != ( apply @ SY114 @ ( sK4_D @ SY114 @ SV37 @ SV23 ) ) ) ) )
                    | ( ( relation_dom @ SV37 )
                     != ( set_intersection2 @ ( relation_dom @ SY114 ) @ SV23 ) )
                    | ( SV37
                      = ( relation_dom_restriction @ SY114 @ SV23 ) ) )
              | ~ ~ ( ~ ! [SY115: $i] :
                          ( ~ ( function @ SY115 )
                          | ~ ( relation @ SY115 )
                          | ( SV37
                           != ( relation_dom_restriction @ SY115 @ SV23 ) )
                          | ! [SY116: $i] :
                              ( ~ ( in @ SY116 @ ( relation_dom @ SV37 ) )
                              | ( ( apply @ SV37 @ SY116 )
                                = ( apply @ SY115 @ SY116 ) ) ) )
                    | ~ ! [SY117: $i] :
                          ( ~ ( function @ SY117 )
                          | ~ ( relation @ SY117 )
                          | ( SV37
                           != ( relation_dom_restriction @ SY117 @ SV23 ) )
                          | ( ( relation_dom @ SV37 )
                            = ( set_intersection2 @ ( relation_dom @ SY117 ) @ SV23 ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[402]) ).

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

thf(434,plain,
    ! [SV54: $i,SV50: $i] :
      ( ( ( ~ ( subset @ SV50 @ SV54 ) )
        = $true )
      | ( ( element @ SV50 @ ( powerset @ SV54 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[404]) ).

thf(435,plain,
    ! [SV24: $i] :
      ( ( ( ~ ! [SY98: $i] :
                ( ~ ( ~ ( ! [SY99: $i] :
                            ( ( ( sK17_C @ SY98 @ SV24 )
                             != ( apply @ SV24 @ SY99 ) )
                            | ~ ( in @ SY99 @ ( relation_dom @ SV24 ) ) )
                        | ~ ( in @ ( sK17_C @ SY98 @ SV24 ) @ SY98 ) )
                    | ~ ( ~ ( ( ( sK17_C @ SY98 @ SV24 )
                             != ( apply @ SV24 @ ( sK18_SY78 @ SY98 @ SV24 ) ) )
                            | ~ ( in @ ( sK18_SY78 @ SY98 @ SV24 ) @ ( relation_dom @ SV24 ) ) )
                        | ( in @ ( sK17_C @ SY98 @ SV24 ) @ SY98 ) ) )
                | ( SY98
                  = ( relation_rng @ SV24 ) ) )
          | ~ ! [SY100: $i] :
                ( ( SY100
                 != ( relation_rng @ SV24 ) )
                | ~ ( ~ ! [SY101: $i] :
                          ( ! [SY102: $i] :
                              ( ( SY101
                               != ( apply @ SV24 @ SY102 ) )
                              | ~ ( in @ SY102 @ ( relation_dom @ SV24 ) ) )
                          | ( in @ SY101 @ SY100 ) )
                    | ~ ! [SY103: $i] :
                          ( ~ ( in @ SY103 @ SY100 )
                          | ~ ( ( SY103
                               != ( apply @ SV24 @ ( sK16_D @ SY103 @ SY100 @ SV24 ) ) )
                              | ~ ( in @ ( sK16_D @ SY103 @ SY100 @ SV24 ) @ ( relation_dom @ SV24 ) ) ) ) ) ) )
        = $false )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[405]) ).

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

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

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

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

thf(440,plain,
    ! [SV25: $i] :
      ( ( ( empty @ ( sK12_B @ SV25 ) )
        = $false )
      | ( ( empty @ SV25 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[411]) ).

thf(441,plain,
    ! [SV26: $i,SV55: $i,SV57: $i] :
      ( ( ~ ( ~ ( ~ ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV26 )
                | ~ ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV55 )
                | ~ ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 ) )
            | ~ ~ ( ~ ( ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV26 )
                      | ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 ) )
                  | ~ ( ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV55 )
                      | ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 ) ) ) )
        | ( SV57
          = ( set_intersection2 @ SV26 @ SV55 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[412]) ).

thf(442,plain,
    ! [SV56: $i,SV26: $i,SV58: $i] :
      ( ( ( SV58
         != ( set_intersection2 @ SV26 @ SV56 ) )
        | ~ ( ~ ! [SY129: $i] :
                  ( ~ ( in @ SY129 @ SV26 )
                  | ~ ( in @ SY129 @ SV56 )
                  | ( in @ SY129 @ SV58 ) )
            | ~ ~ ( ~ ! [SY130: $i] :
                        ( ~ ( in @ SY130 @ SV58 )
                        | ( in @ SY130 @ SV26 ) )
                  | ~ ! [SY131: $i] :
                        ( ~ ( in @ SY131 @ SV58 )
                        | ( in @ SY131 @ SV56 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[413]) ).

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

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

thf(445,plain,
    ! [SV38: $i,SV32: $i,SV16: $i] :
      ( ( ( in @ SV16 @ SV32 )
        = $false )
      | ( ( element @ SV32 @ ( powerset @ SV38 ) )
        = $false )
      | ( ( element @ SV16 @ SV38 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[417]) ).

thf(446,plain,
    ! [SV39: $i,SV33: $i,SV17: $i] :
      ( ( ( in @ SV17 @ SV33 )
        = $false )
      | ( ( element @ SV33 @ ( powerset @ SV39 ) )
        = $false )
      | ( ( ~ ( empty @ SV39 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[418]) ).

thf(447,plain,
    ! [SV19: $i,SV34: $i,SV40: $i] :
      ( ( ( relation @ SV40 )
        = $false )
      | ( ( function @ SV40 )
        = $false )
      | ( ( ~ ( in @ SV34 @ SV19 )
          | ( ( apply @ ( relation_dom_restriction @ SV40 @ SV19 ) @ SV34 )
            = ( apply @ SV40 @ SV34 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[419]) ).

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

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

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

thf(453,plain,
    ! [SV23: $i,SV37: $i] :
      ( ( ( ~ ! [SY114: $i] :
                ( ~ ( function @ SY114 )
                | ~ ( relation @ SY114 )
                | ~ ( ~ ( in @ ( sK4_D @ SY114 @ SV37 @ SV23 ) @ ( relation_dom @ SV37 ) )
                    | ~ ( ( ( apply @ SV37 @ ( sK4_D @ SY114 @ SV37 @ SV23 ) )
                         != ( apply @ SY114 @ ( sK4_D @ SY114 @ SV37 @ SV23 ) ) ) ) )
                | ( ( relation_dom @ SV37 )
                 != ( set_intersection2 @ ( relation_dom @ SY114 ) @ SV23 ) )
                | ( SV37
                  = ( relation_dom_restriction @ SY114 @ SV23 ) ) )
          | ~ ~ ( ~ ! [SY115: $i] :
                      ( ~ ( function @ SY115 )
                      | ~ ( relation @ SY115 )
                      | ( SV37
                       != ( relation_dom_restriction @ SY115 @ SV23 ) )
                      | ! [SY116: $i] :
                          ( ~ ( in @ SY116 @ ( relation_dom @ SV37 ) )
                          | ( ( apply @ SV37 @ SY116 )
                            = ( apply @ SY115 @ SY116 ) ) ) )
                | ~ ! [SY117: $i] :
                      ( ~ ( function @ SY117 )
                      | ~ ( relation @ SY117 )
                      | ( SV37
                       != ( relation_dom_restriction @ SY117 @ SV23 ) )
                      | ( ( relation_dom @ SV37 )
                        = ( set_intersection2 @ ( relation_dom @ SY117 ) @ SV23 ) ) ) ) )
        = $false )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[432]) ).

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

thf(455,plain,
    ! [SV54: $i,SV50: $i] :
      ( ( ( subset @ SV50 @ SV54 )
        = $false )
      | ( ( element @ SV50 @ ( powerset @ SV54 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[434]) ).

thf(456,plain,
    ! [SV24: $i] :
      ( ( ( ~ ! [SY98: $i] :
                ( ~ ( ~ ( ! [SY99: $i] :
                            ( ( ( sK17_C @ SY98 @ SV24 )
                             != ( apply @ SV24 @ SY99 ) )
                            | ~ ( in @ SY99 @ ( relation_dom @ SV24 ) ) )
                        | ~ ( in @ ( sK17_C @ SY98 @ SV24 ) @ SY98 ) )
                    | ~ ( ~ ( ( ( sK17_C @ SY98 @ SV24 )
                             != ( apply @ SV24 @ ( sK18_SY78 @ SY98 @ SV24 ) ) )
                            | ~ ( in @ ( sK18_SY78 @ SY98 @ SV24 ) @ ( relation_dom @ SV24 ) ) )
                        | ( in @ ( sK17_C @ SY98 @ SV24 ) @ SY98 ) ) )
                | ( SY98
                  = ( relation_rng @ SV24 ) ) ) )
        = $false )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[435]) ).

thf(457,plain,
    ! [SV24: $i] :
      ( ( ( ~ ! [SY100: $i] :
                ( ( SY100
                 != ( relation_rng @ SV24 ) )
                | ~ ( ~ ! [SY101: $i] :
                          ( ! [SY102: $i] :
                              ( ( SY101
                               != ( apply @ SV24 @ SY102 ) )
                              | ~ ( in @ SY102 @ ( relation_dom @ SV24 ) ) )
                          | ( in @ SY101 @ SY100 ) )
                    | ~ ! [SY103: $i] :
                          ( ~ ( in @ SY103 @ SY100 )
                          | ~ ( ( SY103
                               != ( apply @ SV24 @ ( sK16_D @ SY103 @ SY100 @ SV24 ) ) )
                              | ~ ( in @ ( sK16_D @ SY103 @ SY100 @ SV24 ) @ ( relation_dom @ SV24 ) ) ) ) ) ) )
        = $false )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[435]) ).

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

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

thf(460,plain,
    ! [SV26: $i,SV55: $i,SV57: $i] :
      ( ( ( ~ ( ~ ( ~ ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV26 )
                  | ~ ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV55 )
                  | ~ ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 ) )
              | ~ ~ ( ~ ( ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV26 )
                        | ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 ) )
                    | ~ ( ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV55 )
                        | ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 ) ) ) ) )
        = $true )
      | ( ( SV57
          = ( set_intersection2 @ SV26 @ SV55 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[441]) ).

thf(461,plain,
    ! [SV56: $i,SV26: $i,SV58: $i] :
      ( ( ( ( SV58
           != ( set_intersection2 @ SV26 @ SV56 ) ) )
        = $true )
      | ( ( ~ ( ~ ! [SY129: $i] :
                    ( ~ ( in @ SY129 @ SV26 )
                    | ~ ( in @ SY129 @ SV56 )
                    | ( in @ SY129 @ SV58 ) )
              | ~ ~ ( ~ ! [SY130: $i] :
                          ( ~ ( in @ SY130 @ SV58 )
                          | ( in @ SY130 @ SV26 ) )
                    | ~ ! [SY131: $i] :
                          ( ~ ( in @ SY131 @ SV58 )
                          | ( in @ SY131 @ SV56 ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[442]) ).

thf(462,plain,
    ! [SV17: $i,SV33: $i,SV39: $i] :
      ( ( ( empty @ SV39 )
        = $false )
      | ( ( element @ SV33 @ ( powerset @ SV39 ) )
        = $false )
      | ( ( in @ SV17 @ SV33 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[446]) ).

thf(463,plain,
    ! [SV40: $i,SV19: $i,SV34: $i] :
      ( ( ( ~ ( in @ SV34 @ SV19 ) )
        = $true )
      | ( ( ( apply @ ( relation_dom_restriction @ SV40 @ SV19 ) @ SV34 )
          = ( apply @ SV40 @ SV34 ) )
        = $true )
      | ( ( function @ SV40 )
        = $false )
      | ( ( relation @ SV40 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[447]) ).

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

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

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

thf(469,plain,
    ! [SV23: $i,SV37: $i] :
      ( ( ( ~ ! [SY114: $i] :
                ( ~ ( function @ SY114 )
                | ~ ( relation @ SY114 )
                | ~ ( ~ ( in @ ( sK4_D @ SY114 @ SV37 @ SV23 ) @ ( relation_dom @ SV37 ) )
                    | ~ ( ( ( apply @ SV37 @ ( sK4_D @ SY114 @ SV37 @ SV23 ) )
                         != ( apply @ SY114 @ ( sK4_D @ SY114 @ SV37 @ SV23 ) ) ) ) )
                | ( ( relation_dom @ SV37 )
                 != ( set_intersection2 @ ( relation_dom @ SY114 ) @ SV23 ) )
                | ( SV37
                  = ( relation_dom_restriction @ SY114 @ SV23 ) ) ) )
        = $false )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[453]) ).

thf(470,plain,
    ! [SV23: $i,SV37: $i] :
      ( ( ( ~ ~ ( ~ ! [SY115: $i] :
                      ( ~ ( function @ SY115 )
                      | ~ ( relation @ SY115 )
                      | ( SV37
                       != ( relation_dom_restriction @ SY115 @ SV23 ) )
                      | ! [SY116: $i] :
                          ( ~ ( in @ SY116 @ ( relation_dom @ SV37 ) )
                          | ( ( apply @ SV37 @ SY116 )
                            = ( apply @ SY115 @ SY116 ) ) ) )
                | ~ ! [SY117: $i] :
                      ( ~ ( function @ SY117 )
                      | ~ ( relation @ SY117 )
                      | ( SV37
                       != ( relation_dom_restriction @ SY117 @ SV23 ) )
                      | ( ( relation_dom @ SV37 )
                        = ( set_intersection2 @ ( relation_dom @ SY117 ) @ SV23 ) ) ) ) )
        = $false )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[453]) ).

thf(471,plain,
    ! [SV24: $i] :
      ( ( ( ! [SY98: $i] :
              ( ~ ( ~ ( ! [SY99: $i] :
                          ( ( ( sK17_C @ SY98 @ SV24 )
                           != ( apply @ SV24 @ SY99 ) )
                          | ~ ( in @ SY99 @ ( relation_dom @ SV24 ) ) )
                      | ~ ( in @ ( sK17_C @ SY98 @ SV24 ) @ SY98 ) )
                  | ~ ( ~ ( ( ( sK17_C @ SY98 @ SV24 )
                           != ( apply @ SV24 @ ( sK18_SY78 @ SY98 @ SV24 ) ) )
                          | ~ ( in @ ( sK18_SY78 @ SY98 @ SV24 ) @ ( relation_dom @ SV24 ) ) )
                      | ( in @ ( sK17_C @ SY98 @ SV24 ) @ SY98 ) ) )
              | ( SY98
                = ( relation_rng @ SV24 ) ) ) )
        = $true )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[456]) ).

thf(472,plain,
    ! [SV24: $i] :
      ( ( ( ! [SY100: $i] :
              ( ( SY100
               != ( relation_rng @ SV24 ) )
              | ~ ( ~ ! [SY101: $i] :
                        ( ! [SY102: $i] :
                            ( ( SY101
                             != ( apply @ SV24 @ SY102 ) )
                            | ~ ( in @ SY102 @ ( relation_dom @ SV24 ) ) )
                        | ( in @ SY101 @ SY100 ) )
                  | ~ ! [SY103: $i] :
                        ( ~ ( in @ SY103 @ SY100 )
                        | ~ ( ( SY103
                             != ( apply @ SV24 @ ( sK16_D @ SY103 @ SY100 @ SV24 ) ) )
                            | ~ ( in @ ( sK16_D @ SY103 @ SY100 @ SV24 ) @ ( relation_dom @ SV24 ) ) ) ) ) ) )
        = $true )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[457]) ).

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

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

thf(475,plain,
    ! [SV26: $i,SV55: $i,SV57: $i] :
      ( ( ( ~ ( ~ ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV26 )
              | ~ ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV55 )
              | ~ ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 ) )
          | ~ ~ ( ~ ( ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV26 )
                    | ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 ) )
                | ~ ( ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV55 )
                    | ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 ) ) ) )
        = $false )
      | ( ( SV57
          = ( set_intersection2 @ SV26 @ SV55 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[460]) ).

thf(476,plain,
    ! [SV56: $i,SV26: $i,SV58: $i] :
      ( ( ( SV58
          = ( set_intersection2 @ SV26 @ SV56 ) )
        = $false )
      | ( ( ~ ( ~ ! [SY129: $i] :
                    ( ~ ( in @ SY129 @ SV26 )
                    | ~ ( in @ SY129 @ SV56 )
                    | ( in @ SY129 @ SV58 ) )
              | ~ ~ ( ~ ! [SY130: $i] :
                          ( ~ ( in @ SY130 @ SV58 )
                          | ( in @ SY130 @ SV26 ) )
                    | ~ ! [SY131: $i] :
                          ( ~ ( in @ SY131 @ SV58 )
                          | ( in @ SY131 @ SV56 ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[461]) ).

thf(477,plain,
    ! [SV40: $i,SV19: $i,SV34: $i] :
      ( ( ( in @ SV34 @ SV19 )
        = $false )
      | ( ( ( apply @ ( relation_dom_restriction @ SV40 @ SV19 ) @ SV34 )
          = ( apply @ SV40 @ SV34 ) )
        = $true )
      | ( ( function @ SV40 )
        = $false )
      | ( ( relation @ SV40 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[463]) ).

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

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

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

thf(483,plain,
    ! [SV23: $i,SV37: $i] :
      ( ( ( ! [SY114: $i] :
              ( ~ ( function @ SY114 )
              | ~ ( relation @ SY114 )
              | ~ ( ~ ( in @ ( sK4_D @ SY114 @ SV37 @ SV23 ) @ ( relation_dom @ SV37 ) )
                  | ~ ( ( ( apply @ SV37 @ ( sK4_D @ SY114 @ SV37 @ SV23 ) )
                       != ( apply @ SY114 @ ( sK4_D @ SY114 @ SV37 @ SV23 ) ) ) ) )
              | ( ( relation_dom @ SV37 )
               != ( set_intersection2 @ ( relation_dom @ SY114 ) @ SV23 ) )
              | ( SV37
                = ( relation_dom_restriction @ SY114 @ SV23 ) ) ) )
        = $true )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[469]) ).

thf(484,plain,
    ! [SV23: $i,SV37: $i] :
      ( ( ( ~ ( ~ ! [SY115: $i] :
                    ( ~ ( function @ SY115 )
                    | ~ ( relation @ SY115 )
                    | ( SV37
                     != ( relation_dom_restriction @ SY115 @ SV23 ) )
                    | ! [SY116: $i] :
                        ( ~ ( in @ SY116 @ ( relation_dom @ SV37 ) )
                        | ( ( apply @ SV37 @ SY116 )
                          = ( apply @ SY115 @ SY116 ) ) ) )
              | ~ ! [SY117: $i] :
                    ( ~ ( function @ SY117 )
                    | ~ ( relation @ SY117 )
                    | ( SV37
                     != ( relation_dom_restriction @ SY117 @ SV23 ) )
                    | ( ( relation_dom @ SV37 )
                      = ( set_intersection2 @ ( relation_dom @ SY117 ) @ SV23 ) ) ) ) )
        = $true )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[470]) ).

thf(485,plain,
    ! [SV24: $i,SV63: $i] :
      ( ( ( ~ ( ~ ( ! [SY132: $i] :
                      ( ( ( sK17_C @ SV63 @ SV24 )
                       != ( apply @ SV24 @ SY132 ) )
                      | ~ ( in @ SY132 @ ( relation_dom @ SV24 ) ) )
                  | ~ ( in @ ( sK17_C @ SV63 @ SV24 ) @ SV63 ) )
              | ~ ( ~ ( ( ( sK17_C @ SV63 @ SV24 )
                       != ( apply @ SV24 @ ( sK18_SY78 @ SV63 @ SV24 ) ) )
                      | ~ ( in @ ( sK18_SY78 @ SV63 @ SV24 ) @ ( relation_dom @ SV24 ) ) )
                  | ( in @ ( sK17_C @ SV63 @ SV24 ) @ SV63 ) ) )
          | ( SV63
            = ( relation_rng @ SV24 ) ) )
        = $true )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[471]) ).

thf(486,plain,
    ! [SV24: $i,SV64: $i] :
      ( ( ( ( SV64
           != ( relation_rng @ SV24 ) )
          | ~ ( ~ ! [SY133: $i] :
                    ( ! [SY102: $i] :
                        ( ( SY133
                         != ( apply @ SV24 @ SY102 ) )
                        | ~ ( in @ SY102 @ ( relation_dom @ SV24 ) ) )
                    | ( in @ SY133 @ SV64 ) )
              | ~ ! [SY135: $i] :
                    ( ~ ( in @ SY135 @ SV64 )
                    | ~ ( ( SY135
                         != ( apply @ SV24 @ ( sK16_D @ SY135 @ SV64 @ SV24 ) ) )
                        | ~ ( in @ ( sK16_D @ SY135 @ SV64 @ SV24 ) @ ( relation_dom @ SV24 ) ) ) ) ) )
        = $true )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[472]) ).

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

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

thf(489,plain,
    ! [SV26: $i,SV55: $i,SV57: $i] :
      ( ( ( ~ ( ~ ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV26 )
              | ~ ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV55 )
              | ~ ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 ) ) )
        = $false )
      | ( ( SV57
          = ( set_intersection2 @ SV26 @ SV55 ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[475]) ).

thf(490,plain,
    ! [SV26: $i,SV55: $i,SV57: $i] :
      ( ( ( ~ ~ ( ~ ( ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV26 )
                    | ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 ) )
                | ~ ( ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV55 )
                    | ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 ) ) ) )
        = $false )
      | ( ( SV57
          = ( set_intersection2 @ SV26 @ SV55 ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[475]) ).

thf(491,plain,
    ! [SV58: $i,SV56: $i,SV26: $i] :
      ( ( ( ~ ! [SY129: $i] :
                ( ~ ( in @ SY129 @ SV26 )
                | ~ ( in @ SY129 @ SV56 )
                | ( in @ SY129 @ SV58 ) )
          | ~ ~ ( ~ ! [SY130: $i] :
                      ( ~ ( in @ SY130 @ SV58 )
                      | ( in @ SY130 @ SV26 ) )
                | ~ ! [SY131: $i] :
                      ( ~ ( in @ SY131 @ SV58 )
                      | ( in @ SY131 @ SV56 ) ) ) )
        = $false )
      | ( ( SV58
          = ( set_intersection2 @ SV26 @ SV56 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[476]) ).

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

thf(495,plain,
    ! [SV23: $i,SV37: $i,SV67: $i] :
      ( ( ( ~ ( function @ SV67 )
          | ~ ( relation @ SV67 )
          | ~ ( ~ ( in @ ( sK4_D @ SV67 @ SV37 @ SV23 ) @ ( relation_dom @ SV37 ) )
              | ~ ( ( ( apply @ SV37 @ ( sK4_D @ SV67 @ SV37 @ SV23 ) )
                   != ( apply @ SV67 @ ( sK4_D @ SV67 @ SV37 @ SV23 ) ) ) ) )
          | ( ( relation_dom @ SV37 )
           != ( set_intersection2 @ ( relation_dom @ SV67 ) @ SV23 ) )
          | ( SV37
            = ( relation_dom_restriction @ SV67 @ SV23 ) ) )
        = $true )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[483]) ).

thf(496,plain,
    ! [SV23: $i,SV37: $i] :
      ( ( ( ~ ! [SY115: $i] :
                ( ~ ( function @ SY115 )
                | ~ ( relation @ SY115 )
                | ( SV37
                 != ( relation_dom_restriction @ SY115 @ SV23 ) )
                | ! [SY116: $i] :
                    ( ~ ( in @ SY116 @ ( relation_dom @ SV37 ) )
                    | ( ( apply @ SV37 @ SY116 )
                      = ( apply @ SY115 @ SY116 ) ) ) )
          | ~ ! [SY117: $i] :
                ( ~ ( function @ SY117 )
                | ~ ( relation @ SY117 )
                | ( SV37
                 != ( relation_dom_restriction @ SY117 @ SV23 ) )
                | ( ( relation_dom @ SV37 )
                  = ( set_intersection2 @ ( relation_dom @ SY117 ) @ SV23 ) ) ) )
        = $false )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[484]) ).

thf(497,plain,
    ! [SV24: $i,SV63: $i] :
      ( ( ( ~ ( ~ ( ! [SY132: $i] :
                      ( ( ( sK17_C @ SV63 @ SV24 )
                       != ( apply @ SV24 @ SY132 ) )
                      | ~ ( in @ SY132 @ ( relation_dom @ SV24 ) ) )
                  | ~ ( in @ ( sK17_C @ SV63 @ SV24 ) @ SV63 ) )
              | ~ ( ~ ( ( ( sK17_C @ SV63 @ SV24 )
                       != ( apply @ SV24 @ ( sK18_SY78 @ SV63 @ SV24 ) ) )
                      | ~ ( in @ ( sK18_SY78 @ SV63 @ SV24 ) @ ( relation_dom @ SV24 ) ) )
                  | ( in @ ( sK17_C @ SV63 @ SV24 ) @ SV63 ) ) ) )
        = $true )
      | ( ( SV63
          = ( relation_rng @ SV24 ) )
        = $true )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[485]) ).

thf(498,plain,
    ! [SV24: $i,SV64: $i] :
      ( ( ( ( SV64
           != ( relation_rng @ SV24 ) ) )
        = $true )
      | ( ( ~ ( ~ ! [SY133: $i] :
                    ( ! [SY102: $i] :
                        ( ( SY133
                         != ( apply @ SV24 @ SY102 ) )
                        | ~ ( in @ SY102 @ ( relation_dom @ SV24 ) ) )
                    | ( in @ SY133 @ SV64 ) )
              | ~ ! [SY135: $i] :
                    ( ~ ( in @ SY135 @ SV64 )
                    | ~ ( ( SY135
                         != ( apply @ SV24 @ ( sK16_D @ SY135 @ SV64 @ SV24 ) ) )
                        | ~ ( in @ ( sK16_D @ SY135 @ SV64 @ SV24 ) @ ( relation_dom @ SV24 ) ) ) ) ) )
        = $true )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[486]) ).

thf(499,plain,
    ! [SV26: $i,SV55: $i,SV57: $i] :
      ( ( ( ~ ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV26 )
          | ~ ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV55 )
          | ~ ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 ) )
        = $true )
      | ( ( SV57
          = ( set_intersection2 @ SV26 @ SV55 ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[489]) ).

thf(500,plain,
    ! [SV26: $i,SV55: $i,SV57: $i] :
      ( ( ( ~ ( ~ ( ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV26 )
                  | ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 ) )
              | ~ ( ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV55 )
                  | ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 ) ) ) )
        = $true )
      | ( ( SV57
          = ( set_intersection2 @ SV26 @ SV55 ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[490]) ).

thf(501,plain,
    ! [SV58: $i,SV56: $i,SV26: $i] :
      ( ( ( ~ ! [SY129: $i] :
                ( ~ ( in @ SY129 @ SV26 )
                | ~ ( in @ SY129 @ SV56 )
                | ( in @ SY129 @ SV58 ) ) )
        = $false )
      | ( ( SV58
          = ( set_intersection2 @ SV26 @ SV56 ) )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[491]) ).

thf(502,plain,
    ! [SV56: $i,SV26: $i,SV58: $i] :
      ( ( ( ~ ~ ( ~ ! [SY130: $i] :
                      ( ~ ( in @ SY130 @ SV58 )
                      | ( in @ SY130 @ SV26 ) )
                | ~ ! [SY131: $i] :
                      ( ~ ( in @ SY131 @ SV58 )
                      | ( in @ SY131 @ SV56 ) ) ) )
        = $false )
      | ( ( SV58
          = ( set_intersection2 @ SV26 @ SV56 ) )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[491]) ).

thf(505,plain,
    ! [SV23: $i,SV37: $i,SV67: $i] :
      ( ( ( ~ ( function @ SV67 )
          | ~ ( relation @ SV67 ) )
        = $true )
      | ( ( ~ ( ~ ( in @ ( sK4_D @ SV67 @ SV37 @ SV23 ) @ ( relation_dom @ SV37 ) )
              | ~ ( ( ( apply @ SV37 @ ( sK4_D @ SV67 @ SV37 @ SV23 ) )
                   != ( apply @ SV67 @ ( sK4_D @ SV67 @ SV37 @ SV23 ) ) ) ) )
          | ( ( relation_dom @ SV37 )
           != ( set_intersection2 @ ( relation_dom @ SV67 ) @ SV23 ) )
          | ( SV37
            = ( relation_dom_restriction @ SV67 @ SV23 ) ) )
        = $true )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[495]) ).

thf(506,plain,
    ! [SV23: $i,SV37: $i] :
      ( ( ( ~ ! [SY115: $i] :
                ( ~ ( function @ SY115 )
                | ~ ( relation @ SY115 )
                | ( SV37
                 != ( relation_dom_restriction @ SY115 @ SV23 ) )
                | ! [SY116: $i] :
                    ( ~ ( in @ SY116 @ ( relation_dom @ SV37 ) )
                    | ( ( apply @ SV37 @ SY116 )
                      = ( apply @ SY115 @ SY116 ) ) ) ) )
        = $false )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[496]) ).

thf(507,plain,
    ! [SV23: $i,SV37: $i] :
      ( ( ( ~ ! [SY117: $i] :
                ( ~ ( function @ SY117 )
                | ~ ( relation @ SY117 )
                | ( SV37
                 != ( relation_dom_restriction @ SY117 @ SV23 ) )
                | ( ( relation_dom @ SV37 )
                  = ( set_intersection2 @ ( relation_dom @ SY117 ) @ SV23 ) ) ) )
        = $false )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[496]) ).

thf(508,plain,
    ! [SV24: $i,SV63: $i] :
      ( ( ( ~ ( ! [SY132: $i] :
                  ( ( ( sK17_C @ SV63 @ SV24 )
                   != ( apply @ SV24 @ SY132 ) )
                  | ~ ( in @ SY132 @ ( relation_dom @ SV24 ) ) )
              | ~ ( in @ ( sK17_C @ SV63 @ SV24 ) @ SV63 ) )
          | ~ ( ~ ( ( ( sK17_C @ SV63 @ SV24 )
                   != ( apply @ SV24 @ ( sK18_SY78 @ SV63 @ SV24 ) ) )
                  | ~ ( in @ ( sK18_SY78 @ SV63 @ SV24 ) @ ( relation_dom @ SV24 ) ) )
              | ( in @ ( sK17_C @ SV63 @ SV24 ) @ SV63 ) ) )
        = $false )
      | ( ( SV63
          = ( relation_rng @ SV24 ) )
        = $true )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[497]) ).

thf(509,plain,
    ! [SV24: $i,SV64: $i] :
      ( ( ( SV64
          = ( relation_rng @ SV24 ) )
        = $false )
      | ( ( ~ ( ~ ! [SY133: $i] :
                    ( ! [SY102: $i] :
                        ( ( SY133
                         != ( apply @ SV24 @ SY102 ) )
                        | ~ ( in @ SY102 @ ( relation_dom @ SV24 ) ) )
                    | ( in @ SY133 @ SV64 ) )
              | ~ ! [SY135: $i] :
                    ( ~ ( in @ SY135 @ SV64 )
                    | ~ ( ( SY135
                         != ( apply @ SV24 @ ( sK16_D @ SY135 @ SV64 @ SV24 ) ) )
                        | ~ ( in @ ( sK16_D @ SY135 @ SV64 @ SV24 ) @ ( relation_dom @ SV24 ) ) ) ) ) )
        = $true )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[498]) ).

thf(510,plain,
    ! [SV26: $i,SV55: $i,SV57: $i] :
      ( ( ( ~ ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV26 )
          | ~ ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV55 ) )
        = $true )
      | ( ( ~ ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 ) )
        = $true )
      | ( ( SV57
          = ( set_intersection2 @ SV26 @ SV55 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[499]) ).

thf(511,plain,
    ! [SV26: $i,SV55: $i,SV57: $i] :
      ( ( ( ~ ( ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV26 )
              | ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 ) )
          | ~ ( ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV55 )
              | ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 ) ) )
        = $false )
      | ( ( SV57
          = ( set_intersection2 @ SV26 @ SV55 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[500]) ).

thf(512,plain,
    ! [SV58: $i,SV56: $i,SV26: $i] :
      ( ( ( ! [SY129: $i] :
              ( ~ ( in @ SY129 @ SV26 )
              | ~ ( in @ SY129 @ SV56 )
              | ( in @ SY129 @ SV58 ) ) )
        = $true )
      | ( ( SV58
          = ( set_intersection2 @ SV26 @ SV56 ) )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[501]) ).

thf(513,plain,
    ! [SV56: $i,SV26: $i,SV58: $i] :
      ( ( ( ~ ( ~ ! [SY130: $i] :
                    ( ~ ( in @ SY130 @ SV58 )
                    | ( in @ SY130 @ SV26 ) )
              | ~ ! [SY131: $i] :
                    ( ~ ( in @ SY131 @ SV58 )
                    | ( in @ SY131 @ SV56 ) ) ) )
        = $true )
      | ( ( SV58
          = ( set_intersection2 @ SV26 @ SV56 ) )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[502]) ).

thf(516,plain,
    ! [SV23: $i,SV37: $i,SV67: $i] :
      ( ( ( ~ ( function @ SV67 ) )
        = $true )
      | ( ( ~ ( relation @ SV67 ) )
        = $true )
      | ( ( ~ ( ~ ( in @ ( sK4_D @ SV67 @ SV37 @ SV23 ) @ ( relation_dom @ SV37 ) )
              | ~ ( ( ( apply @ SV37 @ ( sK4_D @ SV67 @ SV37 @ SV23 ) )
                   != ( apply @ SV67 @ ( sK4_D @ SV67 @ SV37 @ SV23 ) ) ) ) )
          | ( ( relation_dom @ SV37 )
           != ( set_intersection2 @ ( relation_dom @ SV67 ) @ SV23 ) )
          | ( SV37
            = ( relation_dom_restriction @ SV67 @ SV23 ) ) )
        = $true )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[505]) ).

thf(517,plain,
    ! [SV23: $i,SV37: $i] :
      ( ( ( ! [SY115: $i] :
              ( ~ ( function @ SY115 )
              | ~ ( relation @ SY115 )
              | ( SV37
               != ( relation_dom_restriction @ SY115 @ SV23 ) )
              | ! [SY116: $i] :
                  ( ~ ( in @ SY116 @ ( relation_dom @ SV37 ) )
                  | ( ( apply @ SV37 @ SY116 )
                    = ( apply @ SY115 @ SY116 ) ) ) ) )
        = $true )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[506]) ).

thf(518,plain,
    ! [SV23: $i,SV37: $i] :
      ( ( ( ! [SY117: $i] :
              ( ~ ( function @ SY117 )
              | ~ ( relation @ SY117 )
              | ( SV37
               != ( relation_dom_restriction @ SY117 @ SV23 ) )
              | ( ( relation_dom @ SV37 )
                = ( set_intersection2 @ ( relation_dom @ SY117 ) @ SV23 ) ) ) )
        = $true )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[507]) ).

thf(519,plain,
    ! [SV24: $i,SV63: $i] :
      ( ( ( ~ ( ! [SY132: $i] :
                  ( ( ( sK17_C @ SV63 @ SV24 )
                   != ( apply @ SV24 @ SY132 ) )
                  | ~ ( in @ SY132 @ ( relation_dom @ SV24 ) ) )
              | ~ ( in @ ( sK17_C @ SV63 @ SV24 ) @ SV63 ) ) )
        = $false )
      | ( ( SV63
          = ( relation_rng @ SV24 ) )
        = $true )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[508]) ).

thf(520,plain,
    ! [SV24: $i,SV63: $i] :
      ( ( ( ~ ( ~ ( ( ( sK17_C @ SV63 @ SV24 )
                   != ( apply @ SV24 @ ( sK18_SY78 @ SV63 @ SV24 ) ) )
                  | ~ ( in @ ( sK18_SY78 @ SV63 @ SV24 ) @ ( relation_dom @ SV24 ) ) )
              | ( in @ ( sK17_C @ SV63 @ SV24 ) @ SV63 ) ) )
        = $false )
      | ( ( SV63
          = ( relation_rng @ SV24 ) )
        = $true )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[508]) ).

thf(521,plain,
    ! [SV64: $i,SV24: $i] :
      ( ( ( ~ ! [SY133: $i] :
                ( ! [SY102: $i] :
                    ( ( SY133
                     != ( apply @ SV24 @ SY102 ) )
                    | ~ ( in @ SY102 @ ( relation_dom @ SV24 ) ) )
                | ( in @ SY133 @ SV64 ) )
          | ~ ! [SY135: $i] :
                ( ~ ( in @ SY135 @ SV64 )
                | ~ ( ( SY135
                     != ( apply @ SV24 @ ( sK16_D @ SY135 @ SV64 @ SV24 ) ) )
                    | ~ ( in @ ( sK16_D @ SY135 @ SV64 @ SV24 ) @ ( relation_dom @ SV24 ) ) ) ) )
        = $false )
      | ( ( SV64
          = ( relation_rng @ SV24 ) )
        = $false )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[509]) ).

thf(522,plain,
    ! [SV26: $i,SV55: $i,SV57: $i] :
      ( ( ( ~ ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV26 ) )
        = $true )
      | ( ( ~ ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV55 ) )
        = $true )
      | ( ( ~ ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 ) )
        = $true )
      | ( ( SV57
          = ( set_intersection2 @ SV26 @ SV55 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[510]) ).

thf(523,plain,
    ! [SV26: $i,SV55: $i,SV57: $i] :
      ( ( ( ~ ( ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV26 )
              | ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 ) ) )
        = $false )
      | ( ( SV57
          = ( set_intersection2 @ SV26 @ SV55 ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[511]) ).

thf(524,plain,
    ! [SV26: $i,SV55: $i,SV57: $i] :
      ( ( ( ~ ( ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV55 )
              | ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 ) ) )
        = $false )
      | ( ( SV57
          = ( set_intersection2 @ SV26 @ SV55 ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[511]) ).

thf(525,plain,
    ! [SV58: $i,SV56: $i,SV26: $i,SV68: $i] :
      ( ( ( ~ ( in @ SV68 @ SV26 )
          | ~ ( in @ SV68 @ SV56 )
          | ( in @ SV68 @ SV58 ) )
        = $true )
      | ( ( SV58
          = ( set_intersection2 @ SV26 @ SV56 ) )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[512]) ).

thf(526,plain,
    ! [SV56: $i,SV26: $i,SV58: $i] :
      ( ( ( ~ ! [SY130: $i] :
                ( ~ ( in @ SY130 @ SV58 )
                | ( in @ SY130 @ SV26 ) )
          | ~ ! [SY131: $i] :
                ( ~ ( in @ SY131 @ SV58 )
                | ( in @ SY131 @ SV56 ) ) )
        = $false )
      | ( ( SV58
          = ( set_intersection2 @ SV26 @ SV56 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[513]) ).

thf(529,plain,
    ! [SV23: $i,SV37: $i,SV67: $i] :
      ( ( ( function @ SV67 )
        = $false )
      | ( ( ~ ( relation @ SV67 ) )
        = $true )
      | ( ( ~ ( ~ ( in @ ( sK4_D @ SV67 @ SV37 @ SV23 ) @ ( relation_dom @ SV37 ) )
              | ~ ( ( ( apply @ SV37 @ ( sK4_D @ SV67 @ SV37 @ SV23 ) )
                   != ( apply @ SV67 @ ( sK4_D @ SV67 @ SV37 @ SV23 ) ) ) ) )
          | ( ( relation_dom @ SV37 )
           != ( set_intersection2 @ ( relation_dom @ SV67 ) @ SV23 ) )
          | ( SV37
            = ( relation_dom_restriction @ SV67 @ SV23 ) ) )
        = $true )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[516]) ).

thf(530,plain,
    ! [SV23: $i,SV37: $i,SV69: $i] :
      ( ( ( ~ ( function @ SV69 )
          | ~ ( relation @ SV69 )
          | ( SV37
           != ( relation_dom_restriction @ SV69 @ SV23 ) )
          | ! [SY136: $i] :
              ( ~ ( in @ SY136 @ ( relation_dom @ SV37 ) )
              | ( ( apply @ SV37 @ SY136 )
                = ( apply @ SV69 @ SY136 ) ) ) )
        = $true )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[517]) ).

thf(531,plain,
    ! [SV23: $i,SV37: $i,SV70: $i] :
      ( ( ( ~ ( function @ SV70 )
          | ~ ( relation @ SV70 )
          | ( SV37
           != ( relation_dom_restriction @ SV70 @ SV23 ) )
          | ( ( relation_dom @ SV37 )
            = ( set_intersection2 @ ( relation_dom @ SV70 ) @ SV23 ) ) )
        = $true )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[518]) ).

thf(532,plain,
    ! [SV24: $i,SV63: $i] :
      ( ( ( ! [SY132: $i] :
              ( ( ( sK17_C @ SV63 @ SV24 )
               != ( apply @ SV24 @ SY132 ) )
              | ~ ( in @ SY132 @ ( relation_dom @ SV24 ) ) )
          | ~ ( in @ ( sK17_C @ SV63 @ SV24 ) @ SV63 ) )
        = $true )
      | ( ( SV63
          = ( relation_rng @ SV24 ) )
        = $true )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[519]) ).

thf(533,plain,
    ! [SV24: $i,SV63: $i] :
      ( ( ( ~ ( ( ( sK17_C @ SV63 @ SV24 )
               != ( apply @ SV24 @ ( sK18_SY78 @ SV63 @ SV24 ) ) )
              | ~ ( in @ ( sK18_SY78 @ SV63 @ SV24 ) @ ( relation_dom @ SV24 ) ) )
          | ( in @ ( sK17_C @ SV63 @ SV24 ) @ SV63 ) )
        = $true )
      | ( ( SV63
          = ( relation_rng @ SV24 ) )
        = $true )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[520]) ).

thf(534,plain,
    ! [SV64: $i,SV24: $i] :
      ( ( ( ~ ! [SY133: $i] :
                ( ! [SY102: $i] :
                    ( ( SY133
                     != ( apply @ SV24 @ SY102 ) )
                    | ~ ( in @ SY102 @ ( relation_dom @ SV24 ) ) )
                | ( in @ SY133 @ SV64 ) ) )
        = $false )
      | ( ( SV64
          = ( relation_rng @ SV24 ) )
        = $false )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[521]) ).

thf(535,plain,
    ! [SV24: $i,SV64: $i] :
      ( ( ( ~ ! [SY135: $i] :
                ( ~ ( in @ SY135 @ SV64 )
                | ~ ( ( SY135
                     != ( apply @ SV24 @ ( sK16_D @ SY135 @ SV64 @ SV24 ) ) )
                    | ~ ( in @ ( sK16_D @ SY135 @ SV64 @ SV24 ) @ ( relation_dom @ SV24 ) ) ) ) )
        = $false )
      | ( ( SV64
          = ( relation_rng @ SV24 ) )
        = $false )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[521]) ).

thf(536,plain,
    ! [SV26: $i,SV55: $i,SV57: $i] :
      ( ( ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV26 )
        = $false )
      | ( ( ~ ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV55 ) )
        = $true )
      | ( ( ~ ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 ) )
        = $true )
      | ( ( SV57
          = ( set_intersection2 @ SV26 @ SV55 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[522]) ).

thf(537,plain,
    ! [SV26: $i,SV55: $i,SV57: $i] :
      ( ( ( ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV26 )
          | ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 ) )
        = $true )
      | ( ( SV57
          = ( set_intersection2 @ SV26 @ SV55 ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[523]) ).

thf(538,plain,
    ! [SV26: $i,SV55: $i,SV57: $i] :
      ( ( ( ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV55 )
          | ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 ) )
        = $true )
      | ( ( SV57
          = ( set_intersection2 @ SV26 @ SV55 ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[524]) ).

thf(539,plain,
    ! [SV58: $i,SV56: $i,SV26: $i,SV68: $i] :
      ( ( ( ~ ( in @ SV68 @ SV26 )
          | ~ ( in @ SV68 @ SV56 ) )
        = $true )
      | ( ( in @ SV68 @ SV58 )
        = $true )
      | ( ( SV58
          = ( set_intersection2 @ SV26 @ SV56 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[525]) ).

thf(540,plain,
    ! [SV56: $i,SV26: $i,SV58: $i] :
      ( ( ( ~ ! [SY130: $i] :
                ( ~ ( in @ SY130 @ SV58 )
                | ( in @ SY130 @ SV26 ) ) )
        = $false )
      | ( ( SV58
          = ( set_intersection2 @ SV26 @ SV56 ) )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[526]) ).

thf(541,plain,
    ! [SV26: $i,SV56: $i,SV58: $i] :
      ( ( ( ~ ! [SY131: $i] :
                ( ~ ( in @ SY131 @ SV58 )
                | ( in @ SY131 @ SV56 ) ) )
        = $false )
      | ( ( SV58
          = ( set_intersection2 @ SV26 @ SV56 ) )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[526]) ).

thf(542,plain,
    ! [SV23: $i,SV37: $i,SV67: $i] :
      ( ( ( relation @ SV67 )
        = $false )
      | ( ( function @ SV67 )
        = $false )
      | ( ( ~ ( ~ ( in @ ( sK4_D @ SV67 @ SV37 @ SV23 ) @ ( relation_dom @ SV37 ) )
              | ~ ( ( ( apply @ SV37 @ ( sK4_D @ SV67 @ SV37 @ SV23 ) )
                   != ( apply @ SV67 @ ( sK4_D @ SV67 @ SV37 @ SV23 ) ) ) ) )
          | ( ( relation_dom @ SV37 )
           != ( set_intersection2 @ ( relation_dom @ SV67 ) @ SV23 ) )
          | ( SV37
            = ( relation_dom_restriction @ SV67 @ SV23 ) ) )
        = $true )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[529]) ).

thf(543,plain,
    ! [SV23: $i,SV37: $i,SV69: $i] :
      ( ( ( ~ ( function @ SV69 )
          | ~ ( relation @ SV69 ) )
        = $true )
      | ( ( ( SV37
           != ( relation_dom_restriction @ SV69 @ SV23 ) )
          | ! [SY136: $i] :
              ( ~ ( in @ SY136 @ ( relation_dom @ SV37 ) )
              | ( ( apply @ SV37 @ SY136 )
                = ( apply @ SV69 @ SY136 ) ) ) )
        = $true )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[530]) ).

thf(544,plain,
    ! [SV23: $i,SV37: $i,SV70: $i] :
      ( ( ( ~ ( function @ SV70 )
          | ~ ( relation @ SV70 ) )
        = $true )
      | ( ( ( SV37
           != ( relation_dom_restriction @ SV70 @ SV23 ) )
          | ( ( relation_dom @ SV37 )
            = ( set_intersection2 @ ( relation_dom @ SV70 ) @ SV23 ) ) )
        = $true )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[531]) ).

thf(545,plain,
    ! [SV24: $i,SV63: $i] :
      ( ( ( ! [SY132: $i] :
              ( ( ( sK17_C @ SV63 @ SV24 )
               != ( apply @ SV24 @ SY132 ) )
              | ~ ( in @ SY132 @ ( relation_dom @ SV24 ) ) ) )
        = $true )
      | ( ( ~ ( in @ ( sK17_C @ SV63 @ SV24 ) @ SV63 ) )
        = $true )
      | ( ( SV63
          = ( relation_rng @ SV24 ) )
        = $true )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[532]) ).

thf(546,plain,
    ! [SV24: $i,SV63: $i] :
      ( ( ( ~ ( ( ( sK17_C @ SV63 @ SV24 )
               != ( apply @ SV24 @ ( sK18_SY78 @ SV63 @ SV24 ) ) )
              | ~ ( in @ ( sK18_SY78 @ SV63 @ SV24 ) @ ( relation_dom @ SV24 ) ) ) )
        = $true )
      | ( ( in @ ( sK17_C @ SV63 @ SV24 ) @ SV63 )
        = $true )
      | ( ( SV63
          = ( relation_rng @ SV24 ) )
        = $true )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[533]) ).

thf(547,plain,
    ! [SV64: $i,SV24: $i] :
      ( ( ( ! [SY133: $i] :
              ( ! [SY102: $i] :
                  ( ( SY133
                   != ( apply @ SV24 @ SY102 ) )
                  | ~ ( in @ SY102 @ ( relation_dom @ SV24 ) ) )
              | ( in @ SY133 @ SV64 ) ) )
        = $true )
      | ( ( SV64
          = ( relation_rng @ SV24 ) )
        = $false )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[534]) ).

thf(548,plain,
    ! [SV24: $i,SV64: $i] :
      ( ( ( ! [SY135: $i] :
              ( ~ ( in @ SY135 @ SV64 )
              | ~ ( ( SY135
                   != ( apply @ SV24 @ ( sK16_D @ SY135 @ SV64 @ SV24 ) ) )
                  | ~ ( in @ ( sK16_D @ SY135 @ SV64 @ SV24 ) @ ( relation_dom @ SV24 ) ) ) ) )
        = $true )
      | ( ( SV64
          = ( relation_rng @ SV24 ) )
        = $false )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[535]) ).

thf(549,plain,
    ! [SV26: $i,SV55: $i,SV57: $i] :
      ( ( ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV55 )
        = $false )
      | ( ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV26 )
        = $false )
      | ( ( ~ ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 ) )
        = $true )
      | ( ( SV57
          = ( set_intersection2 @ SV26 @ SV55 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[536]) ).

thf(550,plain,
    ! [SV26: $i,SV55: $i,SV57: $i] :
      ( ( ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV26 )
        = $true )
      | ( ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 )
        = $true )
      | ( ( SV57
          = ( set_intersection2 @ SV26 @ SV55 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[537]) ).

thf(551,plain,
    ! [SV26: $i,SV55: $i,SV57: $i] :
      ( ( ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV55 )
        = $true )
      | ( ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 )
        = $true )
      | ( ( SV57
          = ( set_intersection2 @ SV26 @ SV55 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[538]) ).

thf(552,plain,
    ! [SV58: $i,SV56: $i,SV26: $i,SV68: $i] :
      ( ( ( ~ ( in @ SV68 @ SV26 ) )
        = $true )
      | ( ( ~ ( in @ SV68 @ SV56 ) )
        = $true )
      | ( ( in @ SV68 @ SV58 )
        = $true )
      | ( ( SV58
          = ( set_intersection2 @ SV26 @ SV56 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[539]) ).

thf(553,plain,
    ! [SV56: $i,SV26: $i,SV58: $i] :
      ( ( ( ! [SY130: $i] :
              ( ~ ( in @ SY130 @ SV58 )
              | ( in @ SY130 @ SV26 ) ) )
        = $true )
      | ( ( SV58
          = ( set_intersection2 @ SV26 @ SV56 ) )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[540]) ).

thf(554,plain,
    ! [SV26: $i,SV56: $i,SV58: $i] :
      ( ( ( ! [SY131: $i] :
              ( ~ ( in @ SY131 @ SV58 )
              | ( in @ SY131 @ SV56 ) ) )
        = $true )
      | ( ( SV58
          = ( set_intersection2 @ SV26 @ SV56 ) )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[541]) ).

thf(555,plain,
    ! [SV23: $i,SV37: $i,SV67: $i] :
      ( ( ( ~ ( ~ ( in @ ( sK4_D @ SV67 @ SV37 @ SV23 ) @ ( relation_dom @ SV37 ) )
              | ~ ( ( ( apply @ SV37 @ ( sK4_D @ SV67 @ SV37 @ SV23 ) )
                   != ( apply @ SV67 @ ( sK4_D @ SV67 @ SV37 @ SV23 ) ) ) ) )
          | ( ( relation_dom @ SV37 )
           != ( set_intersection2 @ ( relation_dom @ SV67 ) @ SV23 ) ) )
        = $true )
      | ( ( SV37
          = ( relation_dom_restriction @ SV67 @ SV23 ) )
        = $true )
      | ( ( function @ SV67 )
        = $false )
      | ( ( relation @ SV67 )
        = $false )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[542]) ).

thf(556,plain,
    ! [SV23: $i,SV37: $i,SV69: $i] :
      ( ( ( ~ ( function @ SV69 ) )
        = $true )
      | ( ( ~ ( relation @ SV69 ) )
        = $true )
      | ( ( ( SV37
           != ( relation_dom_restriction @ SV69 @ SV23 ) )
          | ! [SY136: $i] :
              ( ~ ( in @ SY136 @ ( relation_dom @ SV37 ) )
              | ( ( apply @ SV37 @ SY136 )
                = ( apply @ SV69 @ SY136 ) ) ) )
        = $true )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[543]) ).

thf(557,plain,
    ! [SV23: $i,SV37: $i,SV70: $i] :
      ( ( ( ~ ( function @ SV70 ) )
        = $true )
      | ( ( ~ ( relation @ SV70 ) )
        = $true )
      | ( ( ( SV37
           != ( relation_dom_restriction @ SV70 @ SV23 ) )
          | ( ( relation_dom @ SV37 )
            = ( set_intersection2 @ ( relation_dom @ SV70 ) @ SV23 ) ) )
        = $true )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[544]) ).

thf(558,plain,
    ! [SV71: $i,SV24: $i,SV63: $i] :
      ( ( ( ( ( sK17_C @ SV63 @ SV24 )
           != ( apply @ SV24 @ SV71 ) )
          | ~ ( in @ SV71 @ ( relation_dom @ SV24 ) ) )
        = $true )
      | ( ( ~ ( in @ ( sK17_C @ SV63 @ SV24 ) @ SV63 ) )
        = $true )
      | ( ( SV63
          = ( relation_rng @ SV24 ) )
        = $true )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[545]) ).

thf(559,plain,
    ! [SV24: $i,SV63: $i] :
      ( ( ( ( ( sK17_C @ SV63 @ SV24 )
           != ( apply @ SV24 @ ( sK18_SY78 @ SV63 @ SV24 ) ) )
          | ~ ( in @ ( sK18_SY78 @ SV63 @ SV24 ) @ ( relation_dom @ SV24 ) ) )
        = $false )
      | ( ( in @ ( sK17_C @ SV63 @ SV24 ) @ SV63 )
        = $true )
      | ( ( SV63
          = ( relation_rng @ SV24 ) )
        = $true )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[546]) ).

thf(560,plain,
    ! [SV64: $i,SV24: $i,SV72: $i] :
      ( ( ( ! [SY137: $i] :
              ( ( SV72
               != ( apply @ SV24 @ SY137 ) )
              | ~ ( in @ SY137 @ ( relation_dom @ SV24 ) ) )
          | ( in @ SV72 @ SV64 ) )
        = $true )
      | ( ( SV64
          = ( relation_rng @ SV24 ) )
        = $false )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[547]) ).

thf(561,plain,
    ! [SV24: $i,SV64: $i,SV73: $i] :
      ( ( ( ~ ( in @ SV73 @ SV64 )
          | ~ ( ( SV73
               != ( apply @ SV24 @ ( sK16_D @ SV73 @ SV64 @ SV24 ) ) )
              | ~ ( in @ ( sK16_D @ SV73 @ SV64 @ SV24 ) @ ( relation_dom @ SV24 ) ) ) )
        = $true )
      | ( ( SV64
          = ( relation_rng @ SV24 ) )
        = $false )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[548]) ).

thf(562,plain,
    ! [SV26: $i,SV55: $i,SV57: $i] :
      ( ( ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV57 )
        = $false )
      | ( ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV26 )
        = $false )
      | ( ( in @ ( sK19_D @ SV57 @ SV55 @ SV26 ) @ SV55 )
        = $false )
      | ( ( SV57
          = ( set_intersection2 @ SV26 @ SV55 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[549]) ).

thf(563,plain,
    ! [SV58: $i,SV56: $i,SV26: $i,SV68: $i] :
      ( ( ( in @ SV68 @ SV26 )
        = $false )
      | ( ( ~ ( in @ SV68 @ SV56 ) )
        = $true )
      | ( ( in @ SV68 @ SV58 )
        = $true )
      | ( ( SV58
          = ( set_intersection2 @ SV26 @ SV56 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[552]) ).

thf(564,plain,
    ! [SV56: $i,SV26: $i,SV58: $i,SV74: $i] :
      ( ( ( ~ ( in @ SV74 @ SV58 )
          | ( in @ SV74 @ SV26 ) )
        = $true )
      | ( ( SV58
          = ( set_intersection2 @ SV26 @ SV56 ) )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[553]) ).

thf(565,plain,
    ! [SV26: $i,SV56: $i,SV58: $i,SV75: $i] :
      ( ( ( ~ ( in @ SV75 @ SV58 )
          | ( in @ SV75 @ SV56 ) )
        = $true )
      | ( ( SV58
          = ( set_intersection2 @ SV26 @ SV56 ) )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[554]) ).

thf(566,plain,
    ! [SV23: $i,SV37: $i,SV67: $i] :
      ( ( ( ~ ( ~ ( in @ ( sK4_D @ SV67 @ SV37 @ SV23 ) @ ( relation_dom @ SV37 ) )
              | ~ ( ( ( apply @ SV37 @ ( sK4_D @ SV67 @ SV37 @ SV23 ) )
                   != ( apply @ SV67 @ ( sK4_D @ SV67 @ SV37 @ SV23 ) ) ) ) ) )
        = $true )
      | ( ( ( ( relation_dom @ SV37 )
           != ( set_intersection2 @ ( relation_dom @ SV67 ) @ SV23 ) ) )
        = $true )
      | ( ( SV37
          = ( relation_dom_restriction @ SV67 @ SV23 ) )
        = $true )
      | ( ( function @ SV67 )
        = $false )
      | ( ( relation @ SV67 )
        = $false )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[555]) ).

thf(567,plain,
    ! [SV23: $i,SV37: $i,SV69: $i] :
      ( ( ( function @ SV69 )
        = $false )
      | ( ( ~ ( relation @ SV69 ) )
        = $true )
      | ( ( ( SV37
           != ( relation_dom_restriction @ SV69 @ SV23 ) )
          | ! [SY136: $i] :
              ( ~ ( in @ SY136 @ ( relation_dom @ SV37 ) )
              | ( ( apply @ SV37 @ SY136 )
                = ( apply @ SV69 @ SY136 ) ) ) )
        = $true )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[556]) ).

thf(568,plain,
    ! [SV23: $i,SV37: $i,SV70: $i] :
      ( ( ( function @ SV70 )
        = $false )
      | ( ( ~ ( relation @ SV70 ) )
        = $true )
      | ( ( ( SV37
           != ( relation_dom_restriction @ SV70 @ SV23 ) )
          | ( ( relation_dom @ SV37 )
            = ( set_intersection2 @ ( relation_dom @ SV70 ) @ SV23 ) ) )
        = $true )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[557]) ).

thf(569,plain,
    ! [SV71: $i,SV24: $i,SV63: $i] :
      ( ( ( ( ( sK17_C @ SV63 @ SV24 )
           != ( apply @ SV24 @ SV71 ) ) )
        = $true )
      | ( ( ~ ( in @ SV71 @ ( relation_dom @ SV24 ) ) )
        = $true )
      | ( ( ~ ( in @ ( sK17_C @ SV63 @ SV24 ) @ SV63 ) )
        = $true )
      | ( ( SV63
          = ( relation_rng @ SV24 ) )
        = $true )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[558]) ).

thf(570,plain,
    ! [SV24: $i,SV63: $i] :
      ( ( ( ( ( sK17_C @ SV63 @ SV24 )
           != ( apply @ SV24 @ ( sK18_SY78 @ SV63 @ SV24 ) ) ) )
        = $false )
      | ( ( in @ ( sK17_C @ SV63 @ SV24 ) @ SV63 )
        = $true )
      | ( ( SV63
          = ( relation_rng @ SV24 ) )
        = $true )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[559]) ).

thf(571,plain,
    ! [SV24: $i,SV63: $i] :
      ( ( ( ~ ( in @ ( sK18_SY78 @ SV63 @ SV24 ) @ ( relation_dom @ SV24 ) ) )
        = $false )
      | ( ( in @ ( sK17_C @ SV63 @ SV24 ) @ SV63 )
        = $true )
      | ( ( SV63
          = ( relation_rng @ SV24 ) )
        = $true )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[559]) ).

thf(572,plain,
    ! [SV64: $i,SV24: $i,SV72: $i] :
      ( ( ( ! [SY137: $i] :
              ( ( SV72
               != ( apply @ SV24 @ SY137 ) )
              | ~ ( in @ SY137 @ ( relation_dom @ SV24 ) ) ) )
        = $true )
      | ( ( in @ SV72 @ SV64 )
        = $true )
      | ( ( SV64
          = ( relation_rng @ SV24 ) )
        = $false )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[560]) ).

thf(573,plain,
    ! [SV24: $i,SV64: $i,SV73: $i] :
      ( ( ( ~ ( in @ SV73 @ SV64 ) )
        = $true )
      | ( ( ~ ( ( SV73
               != ( apply @ SV24 @ ( sK16_D @ SV73 @ SV64 @ SV24 ) ) )
              | ~ ( in @ ( sK16_D @ SV73 @ SV64 @ SV24 ) @ ( relation_dom @ SV24 ) ) ) )
        = $true )
      | ( ( SV64
          = ( relation_rng @ SV24 ) )
        = $false )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[561]) ).

thf(574,plain,
    ! [SV58: $i,SV26: $i,SV56: $i,SV68: $i] :
      ( ( ( in @ SV68 @ SV56 )
        = $false )
      | ( ( in @ SV68 @ SV26 )
        = $false )
      | ( ( in @ SV68 @ SV58 )
        = $true )
      | ( ( SV58
          = ( set_intersection2 @ SV26 @ SV56 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[563]) ).

thf(575,plain,
    ! [SV56: $i,SV26: $i,SV58: $i,SV74: $i] :
      ( ( ( ~ ( in @ SV74 @ SV58 ) )
        = $true )
      | ( ( in @ SV74 @ SV26 )
        = $true )
      | ( ( SV58
          = ( set_intersection2 @ SV26 @ SV56 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[564]) ).

thf(576,plain,
    ! [SV26: $i,SV56: $i,SV58: $i,SV75: $i] :
      ( ( ( ~ ( in @ SV75 @ SV58 ) )
        = $true )
      | ( ( in @ SV75 @ SV56 )
        = $true )
      | ( ( SV58
          = ( set_intersection2 @ SV26 @ SV56 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[565]) ).

thf(577,plain,
    ! [SV23: $i,SV37: $i,SV67: $i] :
      ( ( ( ~ ( in @ ( sK4_D @ SV67 @ SV37 @ SV23 ) @ ( relation_dom @ SV37 ) )
          | ~ ( ( ( apply @ SV37 @ ( sK4_D @ SV67 @ SV37 @ SV23 ) )
               != ( apply @ SV67 @ ( sK4_D @ SV67 @ SV37 @ SV23 ) ) ) ) )
        = $false )
      | ( ( ( ( relation_dom @ SV37 )
           != ( set_intersection2 @ ( relation_dom @ SV67 ) @ SV23 ) ) )
        = $true )
      | ( ( SV37
          = ( relation_dom_restriction @ SV67 @ SV23 ) )
        = $true )
      | ( ( function @ SV67 )
        = $false )
      | ( ( relation @ SV67 )
        = $false )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[566]) ).

thf(578,plain,
    ! [SV23: $i,SV37: $i,SV69: $i] :
      ( ( ( relation @ SV69 )
        = $false )
      | ( ( function @ SV69 )
        = $false )
      | ( ( ( SV37
           != ( relation_dom_restriction @ SV69 @ SV23 ) )
          | ! [SY136: $i] :
              ( ~ ( in @ SY136 @ ( relation_dom @ SV37 ) )
              | ( ( apply @ SV37 @ SY136 )
                = ( apply @ SV69 @ SY136 ) ) ) )
        = $true )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[567]) ).

thf(579,plain,
    ! [SV23: $i,SV37: $i,SV70: $i] :
      ( ( ( relation @ SV70 )
        = $false )
      | ( ( function @ SV70 )
        = $false )
      | ( ( ( SV37
           != ( relation_dom_restriction @ SV70 @ SV23 ) )
          | ( ( relation_dom @ SV37 )
            = ( set_intersection2 @ ( relation_dom @ SV70 ) @ SV23 ) ) )
        = $true )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[568]) ).

thf(580,plain,
    ! [SV71: $i,SV24: $i,SV63: $i] :
      ( ( ( ( sK17_C @ SV63 @ SV24 )
          = ( apply @ SV24 @ SV71 ) )
        = $false )
      | ( ( ~ ( in @ SV71 @ ( relation_dom @ SV24 ) ) )
        = $true )
      | ( ( ~ ( in @ ( sK17_C @ SV63 @ SV24 ) @ SV63 ) )
        = $true )
      | ( ( SV63
          = ( relation_rng @ SV24 ) )
        = $true )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[569]) ).

thf(581,plain,
    ! [SV24: $i,SV63: $i] :
      ( ( ( ( sK17_C @ SV63 @ SV24 )
          = ( apply @ SV24 @ ( sK18_SY78 @ SV63 @ SV24 ) ) )
        = $true )
      | ( ( in @ ( sK17_C @ SV63 @ SV24 ) @ SV63 )
        = $true )
      | ( ( SV63
          = ( relation_rng @ SV24 ) )
        = $true )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[570]) ).

thf(582,plain,
    ! [SV24: $i,SV63: $i] :
      ( ( ( in @ ( sK18_SY78 @ SV63 @ SV24 ) @ ( relation_dom @ SV24 ) )
        = $true )
      | ( ( in @ ( sK17_C @ SV63 @ SV24 ) @ SV63 )
        = $true )
      | ( ( SV63
          = ( relation_rng @ SV24 ) )
        = $true )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[571]) ).

thf(583,plain,
    ! [SV64: $i,SV76: $i,SV24: $i,SV72: $i] :
      ( ( ( ( SV72
           != ( apply @ SV24 @ SV76 ) )
          | ~ ( in @ SV76 @ ( relation_dom @ SV24 ) ) )
        = $true )
      | ( ( in @ SV72 @ SV64 )
        = $true )
      | ( ( SV64
          = ( relation_rng @ SV24 ) )
        = $false )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[572]) ).

thf(584,plain,
    ! [SV24: $i,SV64: $i,SV73: $i] :
      ( ( ( in @ SV73 @ SV64 )
        = $false )
      | ( ( ~ ( ( SV73
               != ( apply @ SV24 @ ( sK16_D @ SV73 @ SV64 @ SV24 ) ) )
              | ~ ( in @ ( sK16_D @ SV73 @ SV64 @ SV24 ) @ ( relation_dom @ SV24 ) ) ) )
        = $true )
      | ( ( SV64
          = ( relation_rng @ SV24 ) )
        = $false )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[573]) ).

thf(585,plain,
    ! [SV56: $i,SV26: $i,SV58: $i,SV74: $i] :
      ( ( ( in @ SV74 @ SV58 )
        = $false )
      | ( ( in @ SV74 @ SV26 )
        = $true )
      | ( ( SV58
          = ( set_intersection2 @ SV26 @ SV56 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[575]) ).

thf(586,plain,
    ! [SV26: $i,SV56: $i,SV58: $i,SV75: $i] :
      ( ( ( in @ SV75 @ SV58 )
        = $false )
      | ( ( in @ SV75 @ SV56 )
        = $true )
      | ( ( SV58
          = ( set_intersection2 @ SV26 @ SV56 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[576]) ).

thf(587,plain,
    ! [SV23: $i,SV37: $i,SV67: $i] :
      ( ( ( ~ ( in @ ( sK4_D @ SV67 @ SV37 @ SV23 ) @ ( relation_dom @ SV37 ) ) )
        = $false )
      | ( ( ( ( relation_dom @ SV37 )
           != ( set_intersection2 @ ( relation_dom @ SV67 ) @ SV23 ) ) )
        = $true )
      | ( ( SV37
          = ( relation_dom_restriction @ SV67 @ SV23 ) )
        = $true )
      | ( ( function @ SV67 )
        = $false )
      | ( ( relation @ SV67 )
        = $false )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[577]) ).

thf(588,plain,
    ! [SV23: $i,SV67: $i,SV37: $i] :
      ( ( ( ~ ( ( ( apply @ SV37 @ ( sK4_D @ SV67 @ SV37 @ SV23 ) )
               != ( apply @ SV67 @ ( sK4_D @ SV67 @ SV37 @ SV23 ) ) ) ) )
        = $false )
      | ( ( ( ( relation_dom @ SV37 )
           != ( set_intersection2 @ ( relation_dom @ SV67 ) @ SV23 ) ) )
        = $true )
      | ( ( SV37
          = ( relation_dom_restriction @ SV67 @ SV23 ) )
        = $true )
      | ( ( function @ SV67 )
        = $false )
      | ( ( relation @ SV67 )
        = $false )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[577]) ).

thf(589,plain,
    ! [SV23: $i,SV69: $i,SV37: $i] :
      ( ( ( ( SV37
           != ( relation_dom_restriction @ SV69 @ SV23 ) ) )
        = $true )
      | ( ( ! [SY136: $i] :
              ( ~ ( in @ SY136 @ ( relation_dom @ SV37 ) )
              | ( ( apply @ SV37 @ SY136 )
                = ( apply @ SV69 @ SY136 ) ) ) )
        = $true )
      | ( ( function @ SV69 )
        = $false )
      | ( ( relation @ SV69 )
        = $false )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[578]) ).

thf(590,plain,
    ! [SV23: $i,SV70: $i,SV37: $i] :
      ( ( ( ( SV37
           != ( relation_dom_restriction @ SV70 @ SV23 ) ) )
        = $true )
      | ( ( ( relation_dom @ SV37 )
          = ( set_intersection2 @ ( relation_dom @ SV70 ) @ SV23 ) )
        = $true )
      | ( ( function @ SV70 )
        = $false )
      | ( ( relation @ SV70 )
        = $false )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[579]) ).

thf(591,plain,
    ! [SV63: $i,SV24: $i,SV71: $i] :
      ( ( ( in @ SV71 @ ( relation_dom @ SV24 ) )
        = $false )
      | ( ( ( sK17_C @ SV63 @ SV24 )
          = ( apply @ SV24 @ SV71 ) )
        = $false )
      | ( ( ~ ( in @ ( sK17_C @ SV63 @ SV24 ) @ SV63 ) )
        = $true )
      | ( ( SV63
          = ( relation_rng @ SV24 ) )
        = $true )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[580]) ).

thf(592,plain,
    ! [SV64: $i,SV76: $i,SV24: $i,SV72: $i] :
      ( ( ( ( SV72
           != ( apply @ SV24 @ SV76 ) ) )
        = $true )
      | ( ( ~ ( in @ SV76 @ ( relation_dom @ SV24 ) ) )
        = $true )
      | ( ( in @ SV72 @ SV64 )
        = $true )
      | ( ( SV64
          = ( relation_rng @ SV24 ) )
        = $false )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[583]) ).

thf(593,plain,
    ! [SV64: $i,SV24: $i,SV73: $i] :
      ( ( ( ( SV73
           != ( apply @ SV24 @ ( sK16_D @ SV73 @ SV64 @ SV24 ) ) )
          | ~ ( in @ ( sK16_D @ SV73 @ SV64 @ SV24 ) @ ( relation_dom @ SV24 ) ) )
        = $false )
      | ( ( in @ SV73 @ SV64 )
        = $false )
      | ( ( SV64
          = ( relation_rng @ SV24 ) )
        = $false )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[584]) ).

thf(594,plain,
    ! [SV23: $i,SV37: $i,SV67: $i] :
      ( ( ( in @ ( sK4_D @ SV67 @ SV37 @ SV23 ) @ ( relation_dom @ SV37 ) )
        = $true )
      | ( ( ( ( relation_dom @ SV37 )
           != ( set_intersection2 @ ( relation_dom @ SV67 ) @ SV23 ) ) )
        = $true )
      | ( ( SV37
          = ( relation_dom_restriction @ SV67 @ SV23 ) )
        = $true )
      | ( ( function @ SV67 )
        = $false )
      | ( ( relation @ SV67 )
        = $false )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[587]) ).

thf(595,plain,
    ! [SV23: $i,SV67: $i,SV37: $i] :
      ( ( ( ( ( apply @ SV37 @ ( sK4_D @ SV67 @ SV37 @ SV23 ) )
           != ( apply @ SV67 @ ( sK4_D @ SV67 @ SV37 @ SV23 ) ) ) )
        = $true )
      | ( ( ( ( relation_dom @ SV37 )
           != ( set_intersection2 @ ( relation_dom @ SV67 ) @ SV23 ) ) )
        = $true )
      | ( ( SV37
          = ( relation_dom_restriction @ SV67 @ SV23 ) )
        = $true )
      | ( ( function @ SV67 )
        = $false )
      | ( ( relation @ SV67 )
        = $false )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[588]) ).

thf(596,plain,
    ! [SV23: $i,SV69: $i,SV37: $i] :
      ( ( ( SV37
          = ( relation_dom_restriction @ SV69 @ SV23 ) )
        = $false )
      | ( ( ! [SY136: $i] :
              ( ~ ( in @ SY136 @ ( relation_dom @ SV37 ) )
              | ( ( apply @ SV37 @ SY136 )
                = ( apply @ SV69 @ SY136 ) ) ) )
        = $true )
      | ( ( function @ SV69 )
        = $false )
      | ( ( relation @ SV69 )
        = $false )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[589]) ).

thf(597,plain,
    ! [SV23: $i,SV70: $i,SV37: $i] :
      ( ( ( SV37
          = ( relation_dom_restriction @ SV70 @ SV23 ) )
        = $false )
      | ( ( ( relation_dom @ SV37 )
          = ( set_intersection2 @ ( relation_dom @ SV70 ) @ SV23 ) )
        = $true )
      | ( ( function @ SV70 )
        = $false )
      | ( ( relation @ SV70 )
        = $false )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[590]) ).

thf(598,plain,
    ! [SV71: $i,SV24: $i,SV63: $i] :
      ( ( ( in @ ( sK17_C @ SV63 @ SV24 ) @ SV63 )
        = $false )
      | ( ( ( sK17_C @ SV63 @ SV24 )
          = ( apply @ SV24 @ SV71 ) )
        = $false )
      | ( ( in @ SV71 @ ( relation_dom @ SV24 ) )
        = $false )
      | ( ( SV63
          = ( relation_rng @ SV24 ) )
        = $true )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[591]) ).

thf(599,plain,
    ! [SV64: $i,SV76: $i,SV24: $i,SV72: $i] :
      ( ( ( SV72
          = ( apply @ SV24 @ SV76 ) )
        = $false )
      | ( ( ~ ( in @ SV76 @ ( relation_dom @ SV24 ) ) )
        = $true )
      | ( ( in @ SV72 @ SV64 )
        = $true )
      | ( ( SV64
          = ( relation_rng @ SV24 ) )
        = $false )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[592]) ).

thf(600,plain,
    ! [SV64: $i,SV24: $i,SV73: $i] :
      ( ( ( ( SV73
           != ( apply @ SV24 @ ( sK16_D @ SV73 @ SV64 @ SV24 ) ) ) )
        = $false )
      | ( ( in @ SV73 @ SV64 )
        = $false )
      | ( ( SV64
          = ( relation_rng @ SV24 ) )
        = $false )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[593]) ).

thf(601,plain,
    ! [SV24: $i,SV64: $i,SV73: $i] :
      ( ( ( ~ ( in @ ( sK16_D @ SV73 @ SV64 @ SV24 ) @ ( relation_dom @ SV24 ) ) )
        = $false )
      | ( ( in @ SV73 @ SV64 )
        = $false )
      | ( ( SV64
          = ( relation_rng @ SV24 ) )
        = $false )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[593]) ).

thf(602,plain,
    ! [SV23: $i,SV67: $i,SV37: $i] :
      ( ( ( ( relation_dom @ SV37 )
          = ( set_intersection2 @ ( relation_dom @ SV67 ) @ SV23 ) )
        = $false )
      | ( ( in @ ( sK4_D @ SV67 @ SV37 @ SV23 ) @ ( relation_dom @ SV37 ) )
        = $true )
      | ( ( SV37
          = ( relation_dom_restriction @ SV67 @ SV23 ) )
        = $true )
      | ( ( function @ SV67 )
        = $false )
      | ( ( relation @ SV67 )
        = $false )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[594]) ).

thf(603,plain,
    ! [SV23: $i,SV67: $i,SV37: $i] :
      ( ( ( ( apply @ SV37 @ ( sK4_D @ SV67 @ SV37 @ SV23 ) )
          = ( apply @ SV67 @ ( sK4_D @ SV67 @ SV37 @ SV23 ) ) )
        = $false )
      | ( ( ( ( relation_dom @ SV37 )
           != ( set_intersection2 @ ( relation_dom @ SV67 ) @ SV23 ) ) )
        = $true )
      | ( ( SV37
          = ( relation_dom_restriction @ SV67 @ SV23 ) )
        = $true )
      | ( ( function @ SV67 )
        = $false )
      | ( ( relation @ SV67 )
        = $false )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[595]) ).

thf(604,plain,
    ! [SV23: $i,SV69: $i,SV37: $i,SV77: $i] :
      ( ( ( ~ ( in @ SV77 @ ( relation_dom @ SV37 ) )
          | ( ( apply @ SV37 @ SV77 )
            = ( apply @ SV69 @ SV77 ) ) )
        = $true )
      | ( ( SV37
          = ( relation_dom_restriction @ SV69 @ SV23 ) )
        = $false )
      | ( ( function @ SV69 )
        = $false )
      | ( ( relation @ SV69 )
        = $false )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[596]) ).

thf(605,plain,
    ! [SV64: $i,SV72: $i,SV24: $i,SV76: $i] :
      ( ( ( in @ SV76 @ ( relation_dom @ SV24 ) )
        = $false )
      | ( ( SV72
          = ( apply @ SV24 @ SV76 ) )
        = $false )
      | ( ( in @ SV72 @ SV64 )
        = $true )
      | ( ( SV64
          = ( relation_rng @ SV24 ) )
        = $false )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[599]) ).

thf(606,plain,
    ! [SV64: $i,SV24: $i,SV73: $i] :
      ( ( ( SV73
          = ( apply @ SV24 @ ( sK16_D @ SV73 @ SV64 @ SV24 ) ) )
        = $true )
      | ( ( in @ SV73 @ SV64 )
        = $false )
      | ( ( SV64
          = ( relation_rng @ SV24 ) )
        = $false )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[600]) ).

thf(607,plain,
    ! [SV24: $i,SV64: $i,SV73: $i] :
      ( ( ( in @ ( sK16_D @ SV73 @ SV64 @ SV24 ) @ ( relation_dom @ SV24 ) )
        = $true )
      | ( ( in @ SV73 @ SV64 )
        = $false )
      | ( ( SV64
          = ( relation_rng @ SV24 ) )
        = $false )
      | ( ( function @ SV24 )
        = $false )
      | ( ( relation @ SV24 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[601]) ).

thf(608,plain,
    ! [SV23: $i,SV67: $i,SV37: $i] :
      ( ( ( ( relation_dom @ SV37 )
          = ( set_intersection2 @ ( relation_dom @ SV67 ) @ SV23 ) )
        = $false )
      | ( ( ( apply @ SV37 @ ( sK4_D @ SV67 @ SV37 @ SV23 ) )
          = ( apply @ SV67 @ ( sK4_D @ SV67 @ SV37 @ SV23 ) ) )
        = $false )
      | ( ( SV37
          = ( relation_dom_restriction @ SV67 @ SV23 ) )
        = $true )
      | ( ( function @ SV67 )
        = $false )
      | ( ( relation @ SV67 )
        = $false )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[603]) ).

thf(609,plain,
    ! [SV23: $i,SV69: $i,SV37: $i,SV77: $i] :
      ( ( ( ~ ( in @ SV77 @ ( relation_dom @ SV37 ) ) )
        = $true )
      | ( ( ( apply @ SV37 @ SV77 )
          = ( apply @ SV69 @ SV77 ) )
        = $true )
      | ( ( SV37
          = ( relation_dom_restriction @ SV69 @ SV23 ) )
        = $false )
      | ( ( function @ SV69 )
        = $false )
      | ( ( relation @ SV69 )
        = $false )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[604]) ).

thf(610,plain,
    ! [SV23: $i,SV69: $i,SV37: $i,SV77: $i] :
      ( ( ( in @ SV77 @ ( relation_dom @ SV37 ) )
        = $false )
      | ( ( ( apply @ SV37 @ SV77 )
          = ( apply @ SV69 @ SV77 ) )
        = $true )
      | ( ( SV37
          = ( relation_dom_restriction @ SV69 @ SV23 ) )
        = $false )
      | ( ( function @ SV69 )
        = $false )
      | ( ( relation @ SV69 )
        = $false )
      | ( ( function @ SV37 )
        = $false )
      | ( ( relation @ SV37 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[609]) ).

thf(611,plain,
    ! [SV1: $i,SV27: $i] :
      ( ( ( in @ SV1 @ SV27 )
        = $false )
      | ( ( ( in @ SV27 @ SV1 )
          = ( in @ SV1 @ SV27 ) )
        = $false ) ),
    inference(fac_restr,[status(thm)],[381]) ).

thf(612,plain,
    ! [SV35: $i,SV20: $i] :
      ( ( ( empty @ SV35 )
        = $false )
      | ( ( ( in @ SV20 @ SV35 )
          = ( empty @ SV35 ) )
        = $false ) ),
    inference(fac_restr,[status(thm)],[389]) ).

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

thf(614,plain,
    ! [SV1: $i,SV27: $i] :
      ( ( ( ~ ( ( in @ SV27 @ SV1 )
              | ( in @ SV1 @ SV27 ) )
          | ~ ( ~ ( in @ SV27 @ SV1 )
              | ~ ( in @ SV1 @ SV27 ) ) )
        = $false )
      | ( ( in @ SV1 @ SV27 )
        = $false ) ),
    inference(extcnf_equal_neg,[status(thm)],[611]) ).

thf(615,plain,
    ! [SV1: $i,SV27: $i] :
      ( ( ( ( in @ SV27 @ SV1 )
          = ( in @ SV1 @ SV27 ) )
        = $false )
      | ( ( in @ SV1 @ SV27 )
        = $false ) ),
    inference(extcnf_equal_neg,[status(thm)],[611]) ).

thf(616,plain,
    ! [SV35: $i,SV20: $i] :
      ( ( ( ~ ( ( in @ SV20 @ SV35 )
              | ( empty @ SV35 ) )
          | ~ ( ~ ( in @ SV20 @ SV35 )
              | ~ ( empty @ SV35 ) ) )
        = $false )
      | ( ( empty @ SV35 )
        = $false ) ),
    inference(extcnf_equal_neg,[status(thm)],[612]) ).

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

thf(621,plain,
    ! [SV1: $i,SV27: $i] :
      ( ( ( ~ ( ~ ( in @ SV27 @ SV1 )
              | ~ ( in @ SV1 @ SV27 ) ) )
        = $false )
      | ( ( in @ SV1 @ SV27 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[614]) ).

thf(623,plain,
    ! [SV35: $i,SV20: $i] :
      ( ( ( ~ ( ~ ( in @ SV20 @ SV35 )
              | ~ ( empty @ SV35 ) ) )
        = $false )
      | ( ( empty @ SV35 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[616]) ).

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

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

thf(629,plain,
    ! [SV35: $i,SV20: $i] :
      ( ( ( ~ ( in @ SV20 @ SV35 )
          | ~ ( empty @ SV35 ) )
        = $true )
      | ( ( empty @ SV35 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[623]) ).

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

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

thf(635,plain,
    ! [SV35: $i,SV20: $i] :
      ( ( ( ~ ( in @ SV20 @ SV35 ) )
        = $true )
      | ( ( ~ ( empty @ SV35 ) )
        = $true )
      | ( ( empty @ SV35 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[629]) ).

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

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

thf(639,plain,
    ! [SV35: $i,SV20: $i] :
      ( ( ( in @ SV20 @ SV35 )
        = $false )
      | ( ( ~ ( empty @ SV35 ) )
        = $true )
      | ( ( empty @ SV35 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[635]) ).

thf(641,plain,
    ! [SV27: $i,SV1: $i] :
      ( ( ( in @ SV1 @ SV27 )
        = $false )
      | ( ( in @ SV27 @ SV1 )
        = $false )
      | ( ( in @ SV1 @ SV27 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[638]) ).

thf(642,plain,
    ! [SV20: $i,SV35: $i] :
      ( ( ( empty @ SV35 )
        = $false )
      | ( ( in @ SV20 @ SV35 )
        = $false )
      | ( ( empty @ SV35 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[639]) ).

thf(644,plain,
    ! [SV1: $i] :
      ( ( in @ SV1 @ SV1 )
      = $false ),
    inference(extuni,[status(esa)],[615:[bind(SV27,$thf( SV1 ))]]) ).

thf(645,plain,
    ! [SV56: $i,SV26: $i,SV68: $i] :
      ( ( ( in @ SV68 @ ( set_intersection2 @ SV26 @ SV56 ) )
        = $true )
      | ( ( in @ SV68 @ SV26 )
        = $false )
      | ( ( in @ SV68 @ SV56 )
        = $false ) ),
    inference(extuni,[status(esa)],[574:[bind(SV58,$thf( set_intersection2 @ SV26 @ SV56 ))]]) ).

thf(646,plain,
    ! [SV56: $i,SV26: $i,SV74: $i] :
      ( ( ( in @ SV74 @ SV26 )
        = $true )
      | ( ( in @ SV74 @ ( set_intersection2 @ SV26 @ SV56 ) )
        = $false ) ),
    inference(extuni,[status(esa)],[585:[bind(SV58,$thf( set_intersection2 @ SV26 @ SV56 ))]]) ).

thf(647,plain,
    ! [SV26: $i,SV56: $i,SV75: $i] :
      ( ( ( in @ SV75 @ SV56 )
        = $true )
      | ( ( in @ SV75 @ ( set_intersection2 @ SV26 @ SV56 ) )
        = $false ) ),
    inference(extuni,[status(esa)],[586:[bind(SV58,$thf( set_intersection2 @ SV26 @ SV56 ))]]) ).

thf(648,plain,
    ! [SV23: $i,SV70: $i] :
      ( ( ( relation @ ( relation_dom_restriction @ SV70 @ SV23 ) )
        = $false )
      | ( ( function @ ( relation_dom_restriction @ SV70 @ SV23 ) )
        = $false )
      | ( ( relation @ SV70 )
        = $false )
      | ( ( function @ SV70 )
        = $false )
      | ( ( ( relation_dom @ ( relation_dom_restriction @ SV70 @ SV23 ) )
          = ( set_intersection2 @ ( relation_dom @ SV70 ) @ SV23 ) )
        = $true ) ),
    inference(extuni,[status(esa)],[597:[bind(SV37,$thf( relation_dom_restriction @ SV70 @ SV23 ))]]) ).

thf(649,plain,
    ! [SV76: $i,SV24: $i] :
      ( ( ( relation @ SV24 )
        = $false )
      | ( ( function @ SV24 )
        = $false )
      | ( ( in @ ( apply @ SV24 @ SV76 ) @ ( relation_rng @ SV24 ) )
        = $true )
      | ( ( in @ SV76 @ ( relation_dom @ SV24 ) )
        = $false ) ),
    inference(extuni,[status(esa)],[605:[bind(SV64,$thf( relation_rng @ SV24 )),bind(SV72,$thf( apply @ SV24 @ SV76 ))]]) ).

thf(650,plain,
    ! [SV73: $i,SV24: $i] :
      ( ( ( relation @ SV24 )
        = $false )
      | ( ( function @ SV24 )
        = $false )
      | ( ( in @ SV73 @ ( relation_rng @ SV24 ) )
        = $false )
      | ( ( SV73
          = ( apply @ SV24 @ ( sK16_D @ SV73 @ ( relation_rng @ SV24 ) @ SV24 ) ) )
        = $true ) ),
    inference(extuni,[status(esa)],[606:[bind(SV64,$thf( relation_rng @ SV24 ))]]) ).

thf(651,plain,
    ! [SV73: $i,SV24: $i] :
      ( ( ( relation @ SV24 )
        = $false )
      | ( ( function @ SV24 )
        = $false )
      | ( ( in @ SV73 @ ( relation_rng @ SV24 ) )
        = $false )
      | ( ( in @ ( sK16_D @ SV73 @ ( relation_rng @ SV24 ) @ SV24 ) @ ( relation_dom @ SV24 ) )
        = $true ) ),
    inference(extuni,[status(esa)],[607:[bind(SV64,$thf( relation_rng @ SV24 ))]]) ).

thf(652,plain,
    ! [SV77: $i,SV23: $i,SV69: $i] :
      ( ( ( relation @ ( relation_dom_restriction @ SV69 @ SV23 ) )
        = $false )
      | ( ( function @ ( relation_dom_restriction @ SV69 @ SV23 ) )
        = $false )
      | ( ( relation @ SV69 )
        = $false )
      | ( ( function @ SV69 )
        = $false )
      | ( ( ( apply @ ( relation_dom_restriction @ SV69 @ SV23 ) @ SV77 )
          = ( apply @ SV69 @ SV77 ) )
        = $true )
      | ( ( in @ SV77 @ ( relation_dom @ ( relation_dom_restriction @ SV69 @ SV23 ) ) )
        = $false ) ),
    inference(extuni,[status(esa)],[610:[bind(SV37,$thf( relation_dom_restriction @ SV69 @ SV23 ))]]) ).

thf(653,plain,
    ! [SV27: $i,SV1: $i] :
      ( ( ( in @ SV1 @ SV27 )
        = $false )
      | ( ( in @ SV27 @ SV1 )
        = $false ) ),
    inference(sim,[status(thm)],[641]) ).

thf(654,plain,
    ! [SV20: $i,SV35: $i] :
      ( ( ( empty @ SV35 )
        = $false )
      | ( ( in @ SV20 @ SV35 )
        = $false ) ),
    inference(sim,[status(thm)],[642]) ).

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

thf(656,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[149,655,654,653,652,651,650,649,648,647,646,645,644,610,608,607,606,605,602,598,597,586,585,582,581,574,562,551,550,494,488,487,482,481,477,462,455,454,445,444,443,440,437,436,429,428,427,426,425,424,420,416,410,389,385,384,383,381,369,358,357,350,346,344,337,334,333,330,327,326,323,317,316,315,314,306,297,296,251,248,225,217,215,214,213,208,182,181,180,179,160]) ).

thf(657,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[656]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem  : SEU039+1 : 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 : n009.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 13:16:07 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.18/0.35  
% 0.18/0.35   No.of.Axioms: 43
% 0.18/0.35  
% 0.18/0.35   Length.of.Defs: 0
% 0.18/0.35  
% 0.18/0.35   Contains.Choice.Funs: false
% 0.18/0.35  .
% 0.18/0.36  (rf:0,axioms:43,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:600,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:45,loop_count:0,foatp_calls:0,translation:fof_full)...................................eprover: CPU time limit exceeded, terminating
% 74.41/74.62  ....
% 107.13/107.41  
% 107.13/107.41  ********************************
% 107.13/107.41  *   All subproblems solved!    *
% 107.13/107.41  ********************************
% 107.13/107.41  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:47,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:656,loop_count:0,foatp_calls:2,translation:fof_full)
% 107.26/107.60  
% 107.26/107.60  %**** Beginning of derivation protocol ****
% 107.26/107.60  % SZS output start CNFRefutation
% See solution above
% 107.35/107.60  
% 107.35/107.60  %**** End of derivation protocol ****
% 107.35/107.60  %**** no. of clauses in derivation: 623 ****
% 107.35/107.60  %**** clause counter: 656 ****
% 107.35/107.60  
% 107.35/107.60  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:47,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:656,loop_count:0,foatp_calls:2,translation:fof_full)
%------------------------------------------------------------------------------