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

View Problem - Process Solution

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

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

% Result   : Theorem 0.51s 0.72s
% Output   : CNFRefutation 0.68s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   24
%            Number of leaves      :   96
% Syntax   : Number of formulae    :  746 ( 500 unt;  40 typ;   0 def)
%            Number of atoms       : 4191 (1350 equ;   0 cnn)
%            Maximal formula atoms :    9 (   5 avg)
%            Number of connectives : 7091 (1441   ~;1256   |; 196   &;4111   @)
%                                         (   8 <=>;  79  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   42 (  42   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   43 (  40 usr;  18 con; 0-3 aty)
%            Number of variables   : 1263 (   0   ^1229   !;  34   ?;1263   :)

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

thf(tp_cartesian_product2,type,
    cartesian_product2: $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_quasi_total,type,
    quasi_total: $i > $i > $i > $o ).

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

thf(tp_relation_composition,type,
    relation_composition: $i > $i > $i ).

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

thf(tp_relation_dom_as_subset,type,
    relation_dom_as_subset: $i > $i > $i > $i ).

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

thf(tp_relation_of2,type,
    relation_of2: $i > $i > $i > $o ).

thf(tp_relation_of2_as_subset,type,
    relation_of2_as_subset: $i > $i > $i > $o ).

thf(tp_sK10_B,type,
    sK10_B: $i > $i ).

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

thf(tp_sK12_C,type,
    sK12_C: $i > $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_A,type,
    sK16_A: $i ).

thf(tp_sK17_A,type,
    sK17_A: $i ).

thf(tp_sK18_C,type,
    sK18_C: $i > $i > $i ).

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

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

thf(tp_sK20_C,type,
    sK20_C: $i > $i > $i ).

thf(tp_sK21_B,type,
    sK21_B: $i > $i ).

thf(tp_sK22_C,type,
    sK22_C: $i > $i > $i ).

thf(tp_sK2_SY91,type,
    sK2_SY91: $i ).

thf(tp_sK3_SY95,type,
    sK3_SY95: $i ).

thf(tp_sK4_SY98,type,
    sK4_SY98: $i ).

thf(tp_sK5_SY100,type,
    sK5_SY100: $i ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(11,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( relation_of2_as_subset @ C @ A @ B )
    <=> ( relation_of2 @ C @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',redefinition_m2_relset_1) ).

thf(12,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( relation_of2 @ C @ A @ B )
     => ( ( relation_dom_as_subset @ A @ B @ C )
        = ( relation_dom @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',redefinition_k4_relset_1) ).

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

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

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

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

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

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

thf(19,axiom,
    ! [A: $i,B: $i] :
    ? [C: $i] :
      ( ( relation_of2 @ C @ A @ B )
      & ( relation @ C )
      & ( function @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc2_partfun1) ).

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

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

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

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

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

thf(25,axiom,
    ! [A: $i,B: $i] :
    ? [C: $i] :
      ( ( relation_of2 @ C @ A @ B )
      & ( relation @ C )
      & ( function @ C )
      & ( quasi_total @ C @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc1_funct_2) ).

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

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

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

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

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

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

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

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

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

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

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

thf(37,axiom,
    ! [A: $i,B: $i] :
    ? [C: $i] : ( relation_of2_as_subset @ C @ A @ B ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',existence_m2_relset_1) ).

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

thf(39,axiom,
    ! [A: $i,B: $i] :
    ? [C: $i] : ( relation_of2 @ C @ A @ B ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',existence_m1_relset_1) ).

thf(40,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( relation_of2_as_subset @ C @ A @ B )
     => ( element @ C @ ( powerset @ ( cartesian_product2 @ A @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',dt_m2_relset_1) ).

thf(41,axiom,
    $true,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',dt_m1_subset_1) ).

thf(42,axiom,
    $true,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',dt_m1_relset_1) ).

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

thf(44,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( relation_of2 @ C @ A @ B )
     => ( element @ ( relation_dom_as_subset @ A @ B @ C ) @ ( powerset @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',dt_k4_relset_1) ).

thf(45,axiom,
    $true,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',dt_k2_zfmisc_1) ).

thf(46,axiom,
    $true,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',dt_k1_zfmisc_1) ).

thf(47,axiom,
    $true,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',dt_k1_xboole_0) ).

thf(48,axiom,
    $true,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',dt_k1_relat_1) ).

thf(49,axiom,
    $true,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',dt_k1_funct_1) ).

thf(50,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( relation_of2_as_subset @ C @ A @ B )
     => ( ( ( ( B = empty_set )
           => ( A = empty_set ) )
         => ( ( quasi_total @ C @ A @ B )
          <=> ( A
              = ( relation_dom_as_subset @ A @ B @ C ) ) ) )
        & ( ( B = empty_set )
         => ( ( A = empty_set )
            | ( ( quasi_total @ C @ A @ B )
            <=> ( C = empty_set ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',d1_funct_2) ).

thf(51,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(52,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( element @ C @ ( powerset @ ( cartesian_product2 @ A @ B ) ) )
     => ( relation @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cc1_relset_1) ).

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

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

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

thf(56,conjecture,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( ( function @ D )
        & ( quasi_total @ D @ A @ B )
        & ( relation_of2_as_subset @ D @ A @ B ) )
     => ! [E: $i] :
          ( ( ( relation @ E )
            & ( function @ E ) )
         => ( ( in @ C @ A )
           => ( ( B = empty_set )
              | ( ( apply @ ( relation_composition @ D @ E ) @ C )
                = ( apply @ E @ ( apply @ D @ C ) ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t21_funct_2) ).

thf(57,negated_conjecture,
    ( ( ! [A: $i,B: $i,C: $i,D: $i] :
          ( ( ( function @ D )
            & ( quasi_total @ D @ A @ B )
            & ( relation_of2_as_subset @ D @ A @ B ) )
         => ! [E: $i] :
              ( ( ( relation @ E )
                & ( function @ E ) )
             => ( ( in @ C @ A )
               => ( ( B = empty_set )
                  | ( ( apply @ ( relation_composition @ D @ E ) @ C )
                    = ( apply @ E @ ( apply @ D @ C ) ) ) ) ) ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[56]) ).

thf(58,plain,
    ( ( ! [A: $i,B: $i,C: $i,D: $i] :
          ( ( ( function @ D )
            & ( quasi_total @ D @ A @ B )
            & ( relation_of2_as_subset @ D @ A @ B ) )
         => ! [E: $i] :
              ( ( ( relation @ E )
                & ( function @ E ) )
             => ( ( in @ C @ A )
               => ( ( B = empty_set )
                  | ( ( apply @ ( relation_composition @ D @ E ) @ C )
                    = ( apply @ E @ ( apply @ D @ C ) ) ) ) ) ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[57]) ).

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

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

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

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

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

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

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

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

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

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

thf(69,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ( relation_of2_as_subset @ C @ A @ B )
        <=> ( relation_of2 @ C @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(70,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ( relation_of2 @ C @ A @ B )
         => ( ( relation_dom_as_subset @ A @ B @ C )
            = ( relation_dom @ C ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

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

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

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

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

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

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

thf(77,plain,
    ( ( ! [A: $i,B: $i] :
        ? [C: $i] :
          ( ( relation_of2 @ C @ A @ B )
          & ( relation @ C )
          & ( function @ C ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[19]) ).

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

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

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

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

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

thf(83,plain,
    ( ( ! [A: $i,B: $i] :
        ? [C: $i] :
          ( ( relation_of2 @ C @ A @ B )
          & ( relation @ C )
          & ( function @ C )
          & ( quasi_total @ C @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[25]) ).

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

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

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

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

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

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

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

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

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

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

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

thf(95,plain,
    ( ( ! [A: $i,B: $i] :
        ? [C: $i] : ( relation_of2_as_subset @ C @ A @ B ) )
    = $true ),
    inference(unfold_def,[status(thm)],[37]) ).

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

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

thf(98,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ( relation_of2_as_subset @ C @ A @ B )
         => ( element @ C @ ( powerset @ ( cartesian_product2 @ A @ B ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[40]) ).

thf(99,plain,
    $true = $true,
    inference(unfold_def,[status(thm)],[41]) ).

thf(100,plain,
    $true = $true,
    inference(unfold_def,[status(thm)],[42]) ).

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

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

thf(103,plain,
    $true = $true,
    inference(unfold_def,[status(thm)],[45]) ).

thf(104,plain,
    $true = $true,
    inference(unfold_def,[status(thm)],[46]) ).

thf(105,plain,
    $true = $true,
    inference(unfold_def,[status(thm)],[47]) ).

thf(106,plain,
    $true = $true,
    inference(unfold_def,[status(thm)],[48]) ).

thf(107,plain,
    $true = $true,
    inference(unfold_def,[status(thm)],[49]) ).

thf(108,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ( relation_of2_as_subset @ C @ A @ B )
         => ( ( ( ( B = empty_set )
               => ( A = empty_set ) )
             => ( ( quasi_total @ C @ A @ B )
              <=> ( A
                  = ( relation_dom_as_subset @ A @ B @ C ) ) ) )
            & ( ( B = empty_set )
             => ( ( A = empty_set )
                | ( ( quasi_total @ C @ A @ B )
                <=> ( C = empty_set ) ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[50]) ).

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

thf(110,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ( element @ C @ ( powerset @ ( cartesian_product2 @ A @ B ) ) )
         => ( relation @ C ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[52]) ).

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

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

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

thf(114,plain,
    ( ( ! [SY91: $i,SY92: $i,SY93: $i] :
          ( ( ( function @ SY93 )
            & ( quasi_total @ SY93 @ sK1_A @ SY91 )
            & ( relation_of2_as_subset @ SY93 @ sK1_A @ SY91 ) )
         => ! [SY94: $i] :
              ( ( ( relation @ SY94 )
                & ( function @ SY94 ) )
             => ( ( in @ SY92 @ sK1_A )
               => ( ( SY91 = empty_set )
                  | ( ( apply @ ( relation_composition @ SY93 @ SY94 ) @ SY92 )
                    = ( apply @ SY94 @ ( apply @ SY93 @ SY92 ) ) ) ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[58]) ).

thf(115,plain,
    ( ( ! [SY95: $i,SY96: $i] :
          ( ( ( function @ SY96 )
            & ( quasi_total @ SY96 @ sK1_A @ sK2_SY91 )
            & ( relation_of2_as_subset @ SY96 @ sK1_A @ sK2_SY91 ) )
         => ! [SY97: $i] :
              ( ( ( relation @ SY97 )
                & ( function @ SY97 ) )
             => ( ( in @ SY95 @ sK1_A )
               => ( ( sK2_SY91 = empty_set )
                  | ( ( apply @ ( relation_composition @ SY96 @ SY97 ) @ SY95 )
                    = ( apply @ SY97 @ ( apply @ SY96 @ SY95 ) ) ) ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[114]) ).

thf(116,plain,
    ( ( ! [SY98: $i] :
          ( ( ( function @ SY98 )
            & ( quasi_total @ SY98 @ sK1_A @ sK2_SY91 )
            & ( relation_of2_as_subset @ SY98 @ sK1_A @ sK2_SY91 ) )
         => ! [SY99: $i] :
              ( ( ( relation @ SY99 )
                & ( function @ SY99 ) )
             => ( ( in @ sK3_SY95 @ sK1_A )
               => ( ( sK2_SY91 = empty_set )
                  | ( ( apply @ ( relation_composition @ SY98 @ SY99 ) @ sK3_SY95 )
                    = ( apply @ SY99 @ ( apply @ SY98 @ sK3_SY95 ) ) ) ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[115]) ).

thf(117,plain,
    ( ( ( ( function @ sK4_SY98 )
        & ( quasi_total @ sK4_SY98 @ sK1_A @ sK2_SY91 )
        & ( relation_of2_as_subset @ sK4_SY98 @ sK1_A @ sK2_SY91 ) )
     => ! [SY100: $i] :
          ( ( ( relation @ SY100 )
            & ( function @ SY100 ) )
         => ( ( in @ sK3_SY95 @ sK1_A )
           => ( ( sK2_SY91 = empty_set )
              | ( ( apply @ ( relation_composition @ sK4_SY98 @ SY100 ) @ sK3_SY95 )
                = ( apply @ SY100 @ ( apply @ sK4_SY98 @ sK3_SY95 ) ) ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[116]) ).

thf(118,plain,
    ( ( function @ sK4_SY98 )
    = $true ),
    inference(standard_cnf,[status(thm)],[117]) ).

thf(119,plain,
    ( ( quasi_total @ sK4_SY98 @ sK1_A @ sK2_SY91 )
    = $true ),
    inference(standard_cnf,[status(thm)],[117]) ).

thf(120,plain,
    ( ( relation_of2_as_subset @ sK4_SY98 @ sK1_A @ sK2_SY91 )
    = $true ),
    inference(standard_cnf,[status(thm)],[117]) ).

thf(121,plain,
    ( ( ! [SY100: $i] :
          ( ( ( relation @ SY100 )
            & ( function @ SY100 ) )
         => ( ( in @ sK3_SY95 @ sK1_A )
           => ( ( sK2_SY91 = empty_set )
              | ( ( apply @ ( relation_composition @ sK4_SY98 @ SY100 ) @ sK3_SY95 )
                = ( apply @ SY100 @ ( apply @ sK4_SY98 @ sK3_SY95 ) ) ) ) ) ) )
    = $false ),
    inference(standard_cnf,[status(thm)],[117]) ).

thf(122,plain,
    ( ( ~ ! [SY100: $i] :
            ( ( ( relation @ SY100 )
              & ( function @ SY100 ) )
           => ( ( in @ sK3_SY95 @ sK1_A )
             => ( ( sK2_SY91 = empty_set )
                | ( ( apply @ ( relation_composition @ sK4_SY98 @ SY100 ) @ sK3_SY95 )
                  = ( apply @ SY100 @ ( apply @ sK4_SY98 @ sK3_SY95 ) ) ) ) ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[121]) ).

thf(123,plain,
    ( ( ( function @ sK5_SY100 )
      & ( relation @ sK5_SY100 )
      & ( in @ sK3_SY95 @ sK1_A )
      & ( sK2_SY91 != empty_set )
      & ( ( apply @ ( relation_composition @ sK4_SY98 @ sK5_SY100 ) @ sK3_SY95 )
       != ( apply @ sK5_SY100 @ ( apply @ sK4_SY98 @ sK3_SY95 ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[122]) ).

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

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

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

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

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

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

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

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

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

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

thf(134,plain,
    ( ( ! [A: $i] :
          ( ! [B: $i,C: $i] :
              ( ~ ( relation_of2 @ C @ A @ B )
              | ( relation_of2_as_subset @ C @ A @ B ) )
          & ! [B: $i,C: $i] :
              ( ~ ( relation_of2_as_subset @ C @ A @ B )
              | ( relation_of2 @ C @ A @ B ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[69]) ).

thf(135,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( relation_of2 @ C @ A @ B )
          | ( ( relation_dom_as_subset @ A @ B @ C )
            = ( relation_dom @ C ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[70]) ).

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

thf(137,plain,
    ( ( ( relation @ sK7_A )
      & ( relation_empty_yielding @ sK7_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[72]) ).

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

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

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

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

thf(142,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( relation @ ( sK12_C @ B @ A ) )
          & ( relation_of2 @ ( sK12_C @ B @ A ) @ A @ B )
          & ( function @ ( sK12_C @ B @ A ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[77]) ).

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

thf(144,plain,
    ( ( empty @ sK14_A )
    = $true ),
    inference(extcnf_combined,[status(esa)],[79]) ).

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

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

thf(147,plain,
    ( ( ( function @ sK17_A )
      & ( relation @ sK17_A )
      & ( one_to_one @ sK17_A )
      & ( empty @ sK17_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[82]) ).

thf(148,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( relation @ ( sK18_C @ B @ A ) )
          & ( relation_of2 @ ( sK18_C @ B @ A ) @ A @ B )
          & ( function @ ( sK18_C @ B @ A ) )
          & ( quasi_total @ ( sK18_C @ B @ A ) @ A @ B ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[83]) ).

thf(149,plain,
    ( ( ( function @ sK19_A )
      & ( relation @ sK19_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[84]) ).

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

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

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

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

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

thf(155,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( empty @ A )
          | ~ ( relation @ B )
          | ( empty @ ( relation_composition @ B @ A ) ) )
      & ! [A: $i,B: $i] :
          ( ~ ( empty @ A )
          | ~ ( relation @ B )
          | ( relation @ ( relation_composition @ B @ A ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[94]) ).

thf(156,plain,
    ( ( ! [A: $i,B: $i] : ( relation_of2_as_subset @ ( sK20_C @ B @ A ) @ A @ B ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[95]) ).

thf(157,plain,
    ( ( ! [A: $i] : ( element @ ( sK21_B @ A ) @ A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[96]) ).

thf(158,plain,
    ( ( ! [A: $i,B: $i] : ( relation_of2 @ ( sK22_C @ B @ A ) @ A @ B ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[97]) ).

thf(159,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( relation_of2_as_subset @ C @ A @ B )
          | ( element @ C @ ( powerset @ ( cartesian_product2 @ A @ B ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[98]) ).

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

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

thf(162,plain,
    ( ( ! [A: $i] :
          ( ! [B: $i,C: $i] :
              ( ~ ( relation_of2_as_subset @ C @ A @ B )
              | ( B = empty_set )
              | ( A
               != ( relation_dom_as_subset @ A @ B @ C ) )
              | ( quasi_total @ C @ A @ B ) )
          & ! [B: $i,C: $i] :
              ( ~ ( relation_of2_as_subset @ C @ A @ B )
              | ( B = empty_set )
              | ~ ( quasi_total @ C @ A @ B )
              | ( A
                = ( relation_dom_as_subset @ A @ B @ C ) ) )
          & ! [B: $i,C: $i] :
              ( ~ ( relation_of2_as_subset @ C @ A @ B )
              | ( A != empty_set )
              | ( A
               != ( relation_dom_as_subset @ A @ B @ C ) )
              | ( quasi_total @ C @ A @ B ) )
          & ! [B: $i,C: $i] :
              ( ~ ( relation_of2_as_subset @ C @ A @ B )
              | ( A != empty_set )
              | ~ ( quasi_total @ C @ A @ B )
              | ( A
                = ( relation_dom_as_subset @ A @ B @ C ) ) )
          & ! [B: $i,C: $i] :
              ( ~ ( relation_of2_as_subset @ C @ A @ B )
              | ( B != empty_set )
              | ( C != empty_set )
              | ( quasi_total @ C @ A @ B )
              | ( A = empty_set ) )
          & ! [B: $i,C: $i] :
              ( ~ ( relation_of2_as_subset @ C @ A @ B )
              | ( B != empty_set )
              | ~ ( quasi_total @ C @ A @ B )
              | ( C = empty_set )
              | ( A = empty_set ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[108]) ).

thf(163,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)],[109]) ).

thf(164,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( element @ C @ ( powerset @ ( cartesian_product2 @ A @ B ) ) )
          | ( relation @ C ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[110]) ).

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

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

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

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

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

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

thf(171,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( element @ C @ ( powerset @ ( cartesian_product2 @ A @ B ) ) )
          | ( relation @ C ) ) )
    = $true ),
    inference(copy,[status(thm)],[164]) ).

thf(172,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)],[163]) ).

thf(173,plain,
    ( ( ! [A: $i] :
          ( ! [B: $i,C: $i] :
              ( ~ ( relation_of2_as_subset @ C @ A @ B )
              | ( B = empty_set )
              | ( A
               != ( relation_dom_as_subset @ A @ B @ C ) )
              | ( quasi_total @ C @ A @ B ) )
          & ! [B: $i,C: $i] :
              ( ~ ( relation_of2_as_subset @ C @ A @ B )
              | ( B = empty_set )
              | ~ ( quasi_total @ C @ A @ B )
              | ( A
                = ( relation_dom_as_subset @ A @ B @ C ) ) )
          & ! [B: $i,C: $i] :
              ( ~ ( relation_of2_as_subset @ C @ A @ B )
              | ( A != empty_set )
              | ( A
               != ( relation_dom_as_subset @ A @ B @ C ) )
              | ( quasi_total @ C @ A @ B ) )
          & ! [B: $i,C: $i] :
              ( ~ ( relation_of2_as_subset @ C @ A @ B )
              | ( A != empty_set )
              | ~ ( quasi_total @ C @ A @ B )
              | ( A
                = ( relation_dom_as_subset @ A @ B @ C ) ) )
          & ! [B: $i,C: $i] :
              ( ~ ( relation_of2_as_subset @ C @ A @ B )
              | ( B != empty_set )
              | ( C != empty_set )
              | ( quasi_total @ C @ A @ B )
              | ( A = empty_set ) )
          & ! [B: $i,C: $i] :
              ( ~ ( relation_of2_as_subset @ C @ A @ B )
              | ( B != empty_set )
              | ~ ( quasi_total @ C @ A @ B )
              | ( C = empty_set )
              | ( A = empty_set ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[162]) ).

thf(174,plain,
    $true = $true,
    inference(copy,[status(thm)],[107]) ).

thf(175,plain,
    $true = $true,
    inference(copy,[status(thm)],[106]) ).

thf(176,plain,
    $true = $true,
    inference(copy,[status(thm)],[105]) ).

thf(177,plain,
    $true = $true,
    inference(copy,[status(thm)],[104]) ).

thf(178,plain,
    $true = $true,
    inference(copy,[status(thm)],[103]) ).

thf(179,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( relation_of2 @ C @ A @ B )
          | ( element @ ( relation_dom_as_subset @ A @ B @ C ) @ ( powerset @ A ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[161]) ).

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

thf(181,plain,
    $true = $true,
    inference(copy,[status(thm)],[100]) ).

thf(182,plain,
    $true = $true,
    inference(copy,[status(thm)],[99]) ).

thf(183,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( relation_of2_as_subset @ C @ A @ B )
          | ( element @ C @ ( powerset @ ( cartesian_product2 @ A @ B ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[159]) ).

thf(184,plain,
    ( ( ! [A: $i,B: $i] : ( relation_of2 @ ( sK22_C @ B @ A ) @ A @ B ) )
    = $true ),
    inference(copy,[status(thm)],[158]) ).

thf(185,plain,
    ( ( ! [A: $i] : ( element @ ( sK21_B @ A ) @ A ) )
    = $true ),
    inference(copy,[status(thm)],[157]) ).

thf(186,plain,
    ( ( ! [A: $i,B: $i] : ( relation_of2_as_subset @ ( sK20_C @ B @ A ) @ A @ B ) )
    = $true ),
    inference(copy,[status(thm)],[156]) ).

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

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

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

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

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

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

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

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

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

thf(196,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( empty @ A )
          | ~ ( relation @ B )
          | ( empty @ ( relation_composition @ A @ B ) ) )
      & ! [A: $i,B: $i] :
          ( ~ ( empty @ A )
          | ~ ( relation @ B )
          | ( relation @ ( relation_composition @ A @ B ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[150]) ).

thf(197,plain,
    ( ( ( function @ sK19_A )
      & ( relation @ sK19_A ) )
    = $true ),
    inference(copy,[status(thm)],[149]) ).

thf(198,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( relation @ ( sK18_C @ B @ A ) )
          & ( relation_of2 @ ( sK18_C @ B @ A ) @ A @ B )
          & ( function @ ( sK18_C @ B @ A ) )
          & ( quasi_total @ ( sK18_C @ B @ A ) @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[148]) ).

thf(199,plain,
    ( ( ( function @ sK17_A )
      & ( relation @ sK17_A )
      & ( one_to_one @ sK17_A )
      & ( empty @ sK17_A ) )
    = $true ),
    inference(copy,[status(thm)],[147]) ).

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

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

thf(202,plain,
    ( ( empty @ sK14_A )
    = $true ),
    inference(copy,[status(thm)],[144]) ).

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

thf(204,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( relation @ ( sK12_C @ B @ A ) )
          & ( relation_of2 @ ( sK12_C @ B @ A ) @ A @ B )
          & ( function @ ( sK12_C @ B @ A ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[142]) ).

thf(205,plain,
    ( ( ~ ( empty @ sK11_A )
      & ( relation @ sK11_A ) )
    = $true ),
    inference(copy,[status(thm)],[141]) ).

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

thf(207,plain,
    ( ( ~ ( empty @ sK9_A ) )
    = $true ),
    inference(copy,[status(thm)],[139]) ).

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

thf(209,plain,
    ( ( ( relation @ sK7_A )
      & ( relation_empty_yielding @ sK7_A ) )
    = $true ),
    inference(copy,[status(thm)],[137]) ).

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

thf(211,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( relation_of2 @ C @ A @ B )
          | ( ( relation_dom_as_subset @ A @ B @ C )
            = ( relation_dom @ C ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[135]) ).

thf(212,plain,
    ( ( ! [A: $i] :
          ( ! [B: $i,C: $i] :
              ( ~ ( relation_of2 @ C @ A @ B )
              | ( relation_of2_as_subset @ C @ A @ B ) )
          & ! [B: $i,C: $i] :
              ( ~ ( relation_of2_as_subset @ C @ A @ B )
              | ( relation_of2 @ C @ A @ B ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[134]) ).

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

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

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

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

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

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

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

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

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

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

thf(223,plain,
    ( ( relation_of2_as_subset @ sK4_SY98 @ sK1_A @ sK2_SY91 )
    = $true ),
    inference(copy,[status(thm)],[120]) ).

thf(224,plain,
    ( ( quasi_total @ sK4_SY98 @ sK1_A @ sK2_SY91 )
    = $true ),
    inference(copy,[status(thm)],[119]) ).

thf(225,plain,
    ( ( function @ sK4_SY98 )
    = $true ),
    inference(copy,[status(thm)],[118]) ).

thf(226,plain,
    ( ( ( function @ sK5_SY100 )
      & ( relation @ sK5_SY100 )
      & ( in @ sK3_SY95 @ sK1_A )
      & ( sK2_SY91 != empty_set )
      & ( ( apply @ ( relation_composition @ sK4_SY98 @ sK5_SY100 ) @ sK3_SY95 )
       != ( apply @ sK5_SY100 @ ( apply @ sK4_SY98 @ sK3_SY95 ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[123]) ).

thf(227,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ~ ( ~ ~ ( ~ ~ ( ~ ( relation @ ( sK18_C @ SX1 @ SX0 ) )
                        | ~ ( relation_of2 @ ( sK18_C @ SX1 @ SX0 ) @ SX0 @ SX1 ) )
                  | ~ ( function @ ( sK18_C @ SX1 @ SX0 ) ) )
            | ~ ( quasi_total @ ( sK18_C @ SX1 @ SX0 ) @ SX0 @ SX1 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[198]) ).

thf(228,plain,
    ( ( ! [SX0: $i] :
          ~ ( ~ ~ ( ~ ~ ( ~ ! [SX1: $i,SX2: $i] :
                              ( ~ ( relation_of2_as_subset @ SX2 @ SX0 @ SX1 )
                              | ( SX1 = empty_set )
                              | ( SX0
                               != ( relation_dom_as_subset @ SX0 @ SX1 @ SX2 ) )
                              | ( quasi_total @ SX2 @ SX0 @ SX1 ) )
                        | ~ ! [SX1: $i,SX2: $i] :
                              ( ~ ( relation_of2_as_subset @ SX2 @ SX0 @ SX1 )
                              | ( SX1 = empty_set )
                              | ~ ( quasi_total @ SX2 @ SX0 @ SX1 )
                              | ( SX0
                                = ( relation_dom_as_subset @ SX0 @ SX1 @ SX2 ) ) ) )
                  | ~ ~ ( ~ ! [SX1: $i,SX2: $i] :
                              ( ~ ( relation_of2_as_subset @ SX2 @ SX0 @ SX1 )
                              | ( SX0 != empty_set )
                              | ( SX0
                               != ( relation_dom_as_subset @ SX0 @ SX1 @ SX2 ) )
                              | ( quasi_total @ SX2 @ SX0 @ SX1 ) )
                        | ~ ! [SX1: $i,SX2: $i] :
                              ( ~ ( relation_of2_as_subset @ SX2 @ SX0 @ SX1 )
                              | ( SX0 != empty_set )
                              | ~ ( quasi_total @ SX2 @ SX0 @ SX1 )
                              | ( SX0
                                = ( relation_dom_as_subset @ SX0 @ SX1 @ SX2 ) ) ) ) )
            | ~ ~ ( ~ ! [SX1: $i,SX2: $i] :
                        ( ~ ( relation_of2_as_subset @ SX2 @ SX0 @ SX1 )
                        | ( SX1 != empty_set )
                        | ( SX2 != empty_set )
                        | ( quasi_total @ SX2 @ SX0 @ SX1 )
                        | ( SX0 = empty_set ) )
                  | ~ ! [SX1: $i,SX2: $i] :
                        ( ~ ( relation_of2_as_subset @ SX2 @ SX0 @ SX1 )
                        | ( SX1 != empty_set )
                        | ~ ( quasi_total @ SX2 @ SX0 @ SX1 )
                        | ( SX2 = empty_set )
                        | ( SX0 = empty_set ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[173]) ).

thf(229,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( empty @ SX0 )
                | ~ ( relation @ SX1 )
                | ( empty @ ( relation_composition @ SX0 @ SX1 ) ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( empty @ SX0 )
                | ~ ( relation @ SX1 )
                | ( relation @ ( relation_composition @ SX0 @ SX1 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[196]) ).

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

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

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

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

thf(234,plain,
    ( ( ~ ( ~ ( relation @ sK7_A )
          | ~ ( relation_empty_yielding @ sK7_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[209]) ).

thf(235,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)],[217]) ).

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

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

thf(238,plain,
    ( ( ! [SX0: $i] :
          ~ ( ~ ! [SX1: $i,SX2: $i] :
                  ( ~ ( relation_of2 @ SX2 @ SX0 @ SX1 )
                  | ( relation_of2_as_subset @ SX2 @ SX0 @ SX1 ) )
            | ~ ! [SX1: $i,SX2: $i] :
                  ( ~ ( relation_of2_as_subset @ SX2 @ SX0 @ SX1 )
                  | ( relation_of2 @ SX2 @ SX0 @ SX1 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[212]) ).

thf(239,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( empty @ SX0 )
                | ~ ( relation @ SX1 )
                | ( empty @ ( relation_composition @ SX1 @ SX0 ) ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( empty @ SX0 )
                | ~ ( relation @ SX1 )
                | ( relation @ ( relation_composition @ SX1 @ SX0 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[187]) ).

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

thf(241,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ( function @ sK17_A )
                      | ~ ( relation @ sK17_A ) )
                | ~ ( one_to_one @ sK17_A ) )
          | ~ ( empty @ sK17_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[199]) ).

thf(242,plain,
    ( ( ~ ( ~ ~ ( ~ ( function @ sK5_SY100 )
                | ~ ( relation @ sK5_SY100 ) )
          | ~ ~ ( ~ ( in @ sK3_SY95 @ sK1_A )
                | ~ ~ ( ~ ( ( sK2_SY91 != empty_set ) )
                      | ~ ( ( ( apply @ ( relation_composition @ sK4_SY98 @ sK5_SY100 ) @ sK3_SY95 )
                           != ( apply @ sK5_SY100 @ ( apply @ sK4_SY98 @ sK3_SY95 ) ) ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[226]) ).

thf(243,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)],[172]) ).

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

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

thf(246,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ~ ( ~ ~ ( ~ ( relation @ ( sK12_C @ SX1 @ SX0 ) )
                  | ~ ( relation_of2 @ ( sK12_C @ SX1 @ SX0 ) @ SX0 @ SX1 ) )
            | ~ ( function @ ( sK12_C @ SX1 @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[204]) ).

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

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

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

thf(250,plain,
    ! [SV1: $i] :
      ( ( ! [SY101: $i] :
            ( ~ ( in @ SV1 @ SY101 )
            | ~ ( in @ SY101 @ SV1 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[168]) ).

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

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

thf(253,plain,
    ! [SV4: $i] :
      ( ( ! [SY102: $i,SY103: $i] :
            ( ~ ( element @ SY103 @ ( powerset @ ( cartesian_product2 @ SV4 @ SY102 ) ) )
            | ( relation @ SY103 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[171]) ).

thf(254,plain,
    ! [SV5: $i] :
      ( ( ! [SY104: $i,SY105: $i] :
            ( ~ ( relation_of2 @ SY105 @ SV5 @ SY104 )
            | ( element @ ( relation_dom_as_subset @ SV5 @ SY104 @ SY105 ) @ ( powerset @ SV5 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[179]) ).

thf(255,plain,
    ! [SV6: $i] :
      ( ( ! [SY106: $i] :
            ( ~ ( relation @ SV6 )
            | ~ ( relation @ SY106 )
            | ( relation @ ( relation_composition @ SV6 @ SY106 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[180]) ).

thf(256,plain,
    ! [SV7: $i] :
      ( ( ! [SY107: $i,SY108: $i] :
            ( ~ ( relation_of2_as_subset @ SY108 @ SV7 @ SY107 )
            | ( element @ SY108 @ ( powerset @ ( cartesian_product2 @ SV7 @ SY107 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[183]) ).

thf(257,plain,
    ! [SV8: $i] :
      ( ( ! [SY109: $i] : ( relation_of2 @ ( sK22_C @ SY109 @ SV8 ) @ SV8 @ SY109 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[184]) ).

thf(258,plain,
    ! [SV9: $i] :
      ( ( element @ ( sK21_B @ SV9 ) @ SV9 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[185]) ).

thf(259,plain,
    ! [SV10: $i] :
      ( ( ! [SY110: $i] : ( relation_of2_as_subset @ ( sK20_C @ SY110 @ SV10 ) @ SV10 @ SY110 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[186]) ).

thf(260,plain,
    ! [SV11: $i] :
      ( ( ~ ( empty @ ( powerset @ SV11 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[190]) ).

thf(261,plain,
    ! [SV12: $i] :
      ( ( ! [SY111: $i] :
            ( ( empty @ SV12 )
            | ( empty @ SY111 )
            | ~ ( empty @ ( cartesian_product2 @ SV12 @ SY111 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[193]) ).

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

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

thf(264,plain,
    ! [SV14: $i] :
      ( ( ! [SY112: $i,SY113: $i] :
            ( ~ ( relation_of2 @ SY113 @ SV14 @ SY112 )
            | ( ( relation_dom_as_subset @ SV14 @ SY112 @ SY113 )
              = ( relation_dom @ SY113 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[211]) ).

thf(265,plain,
    ! [SV15: $i] :
      ( ( subset @ SV15 @ SV15 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[213]) ).

thf(266,plain,
    ! [SV16: $i] :
      ( ( ! [SY114: $i] :
            ( ~ ( in @ SV16 @ SY114 )
            | ( element @ SV16 @ SY114 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[214]) ).

thf(267,plain,
    ! [SV17: $i] :
      ( ( ! [SY115: $i] :
            ( ~ ( function @ SY115 )
            | ~ ( relation @ SY115 )
            | ! [SY116: $i] :
                ( ~ ( function @ SY116 )
                | ~ ( relation @ SY116 )
                | ~ ( in @ SV17 @ ( relation_dom @ SY115 ) )
                | ( ( apply @ ( relation_composition @ SY115 @ SY116 ) @ SV17 )
                  = ( apply @ SY116 @ ( apply @ SY115 @ SV17 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[215]) ).

thf(268,plain,
    ! [SV18: $i] :
      ( ( ! [SY117: $i] :
            ( ~ ( element @ SV18 @ SY117 )
            | ( empty @ SY117 )
            | ( in @ SV18 @ SY117 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[216]) ).

thf(269,plain,
    ! [SV19: $i] :
      ( ( ! [SY118: $i,SY119: $i] :
            ( ~ ( element @ SY118 @ ( powerset @ SY119 ) )
            | ~ ( in @ SV19 @ SY118 )
            | ( element @ SV19 @ SY119 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[218]) ).

thf(270,plain,
    ! [SV20: $i] :
      ( ( ! [SY120: $i,SY121: $i] :
            ( ~ ( element @ SY120 @ ( powerset @ SY121 ) )
            | ~ ( in @ SV20 @ SY120 )
            | ~ ( empty @ SY121 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[219]) ).

thf(271,plain,
    ! [SV21: $i] :
      ( ( ~ ( empty @ SV21 )
        | ( SV21 = empty_set ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[220]) ).

thf(272,plain,
    ! [SV22: $i] :
      ( ( ! [SY122: $i] :
            ( ~ ( empty @ SY122 )
            | ~ ( in @ SV22 @ SY122 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[221]) ).

thf(273,plain,
    ! [SV23: $i] :
      ( ( ! [SY123: $i] :
            ( ( SV23 = SY123 )
            | ~ ( empty @ SV23 )
            | ~ ( empty @ SY123 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[222]) ).

thf(274,plain,
    ! [SV24: $i] :
      ( ( ! [SY124: $i] :
            ~ ( ~ ~ ( ~ ~ ( ~ ( relation @ ( sK18_C @ SY124 @ SV24 ) )
                          | ~ ( relation_of2 @ ( sK18_C @ SY124 @ SV24 ) @ SV24 @ SY124 ) )
                    | ~ ( function @ ( sK18_C @ SY124 @ SV24 ) ) )
              | ~ ( quasi_total @ ( sK18_C @ SY124 @ SV24 ) @ SV24 @ SY124 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[227]) ).

thf(275,plain,
    ! [SV25: $i] :
      ( ( ~ ( ~ ~ ( ~ ~ ( ~ ! [SY125: $i,SY126: $i] :
                              ( ~ ( relation_of2_as_subset @ SY126 @ SV25 @ SY125 )
                              | ( SY125 = empty_set )
                              | ( SV25
                               != ( relation_dom_as_subset @ SV25 @ SY125 @ SY126 ) )
                              | ( quasi_total @ SY126 @ SV25 @ SY125 ) )
                        | ~ ! [SY127: $i,SY128: $i] :
                              ( ~ ( relation_of2_as_subset @ SY128 @ SV25 @ SY127 )
                              | ( SY127 = empty_set )
                              | ~ ( quasi_total @ SY128 @ SV25 @ SY127 )
                              | ( SV25
                                = ( relation_dom_as_subset @ SV25 @ SY127 @ SY128 ) ) ) )
                  | ~ ~ ( ~ ! [SY129: $i,SY130: $i] :
                              ( ~ ( relation_of2_as_subset @ SY130 @ SV25 @ SY129 )
                              | ( SV25 != empty_set )
                              | ( SV25
                               != ( relation_dom_as_subset @ SV25 @ SY129 @ SY130 ) )
                              | ( quasi_total @ SY130 @ SV25 @ SY129 ) )
                        | ~ ! [SY131: $i,SY132: $i] :
                              ( ~ ( relation_of2_as_subset @ SY132 @ SV25 @ SY131 )
                              | ( SV25 != empty_set )
                              | ~ ( quasi_total @ SY132 @ SV25 @ SY131 )
                              | ( SV25
                                = ( relation_dom_as_subset @ SV25 @ SY131 @ SY132 ) ) ) ) )
            | ~ ~ ( ~ ! [SY133: $i,SY134: $i] :
                        ( ~ ( relation_of2_as_subset @ SY134 @ SV25 @ SY133 )
                        | ( SY133 != empty_set )
                        | ( SY134 != empty_set )
                        | ( quasi_total @ SY134 @ SV25 @ SY133 )
                        | ( SV25 = empty_set ) )
                  | ~ ! [SY135: $i,SY136: $i] :
                        ( ~ ( relation_of2_as_subset @ SY136 @ SV25 @ SY135 )
                        | ( SY135 != empty_set )
                        | ~ ( quasi_total @ SY136 @ SV25 @ SY135 )
                        | ( SY136 = empty_set )
                        | ( SV25 = empty_set ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[228]) ).

thf(276,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( empty @ SX0 )
            | ~ ( relation @ SX1 )
            | ( empty @ ( relation_composition @ SX0 @ SX1 ) ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( empty @ SX0 )
            | ~ ( relation @ SX1 )
            | ( relation @ ( relation_composition @ SX0 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[229]) ).

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

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

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

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

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

thf(282,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)],[235]) ).

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

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

thf(285,plain,
    ! [SV28: $i] :
      ( ( ~ ( ~ ! [SY137: $i,SY138: $i] :
                  ( ~ ( relation_of2 @ SY138 @ SV28 @ SY137 )
                  | ( relation_of2_as_subset @ SY138 @ SV28 @ SY137 ) )
            | ~ ! [SY139: $i,SY140: $i] :
                  ( ~ ( relation_of2_as_subset @ SY140 @ SV28 @ SY139 )
                  | ( relation_of2 @ SY140 @ SV28 @ SY139 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[238]) ).

thf(286,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( empty @ SX0 )
            | ~ ( relation @ SX1 )
            | ( empty @ ( relation_composition @ SX1 @ SX0 ) ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( empty @ SX0 )
            | ~ ( relation @ SX1 )
            | ( relation @ ( relation_composition @ SX1 @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[239]) ).

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

thf(288,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ( function @ sK17_A )
                  | ~ ( relation @ sK17_A ) )
            | ~ ( one_to_one @ sK17_A ) )
      | ~ ( empty @ sK17_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[241]) ).

thf(289,plain,
    ( ( ~ ~ ( ~ ( function @ sK5_SY100 )
            | ~ ( relation @ sK5_SY100 ) )
      | ~ ~ ( ~ ( in @ sK3_SY95 @ sK1_A )
            | ~ ~ ( ~ ( ( sK2_SY91 != empty_set ) )
                  | ~ ( ( ( apply @ ( relation_composition @ sK4_SY98 @ sK5_SY100 ) @ sK3_SY95 )
                       != ( apply @ sK5_SY100 @ ( apply @ sK4_SY98 @ sK3_SY95 ) ) ) ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[242]) ).

thf(290,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)],[243]) ).

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

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

thf(293,plain,
    ! [SV29: $i] :
      ( ( ! [SY141: $i] :
            ~ ( ~ ~ ( ~ ( relation @ ( sK12_C @ SY141 @ SV29 ) )
                    | ~ ( relation_of2 @ ( sK12_C @ SY141 @ SV29 ) @ SV29 @ SY141 ) )
              | ~ ( function @ ( sK12_C @ SY141 @ SV29 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[246]) ).

thf(294,plain,
    ( ( ~ ~ ( empty @ sK11_A )
      | ~ ( relation @ sK11_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[247]) ).

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

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

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

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

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

thf(300,plain,
    ! [SV31: $i,SV4: $i] :
      ( ( ! [SY142: $i] :
            ( ~ ( element @ SY142 @ ( powerset @ ( cartesian_product2 @ SV4 @ SV31 ) ) )
            | ( relation @ SY142 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[253]) ).

thf(301,plain,
    ! [SV32: $i,SV5: $i] :
      ( ( ! [SY143: $i] :
            ( ~ ( relation_of2 @ SY143 @ SV5 @ SV32 )
            | ( element @ ( relation_dom_as_subset @ SV5 @ SV32 @ SY143 ) @ ( powerset @ SV5 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[254]) ).

thf(302,plain,
    ! [SV33: $i,SV6: $i] :
      ( ( ~ ( relation @ SV6 )
        | ~ ( relation @ SV33 )
        | ( relation @ ( relation_composition @ SV6 @ SV33 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[255]) ).

thf(303,plain,
    ! [SV34: $i,SV7: $i] :
      ( ( ! [SY144: $i] :
            ( ~ ( relation_of2_as_subset @ SY144 @ SV7 @ SV34 )
            | ( element @ SY144 @ ( powerset @ ( cartesian_product2 @ SV7 @ SV34 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[256]) ).

thf(304,plain,
    ! [SV8: $i,SV35: $i] :
      ( ( relation_of2 @ ( sK22_C @ SV35 @ SV8 ) @ SV8 @ SV35 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[257]) ).

thf(305,plain,
    ! [SV10: $i,SV36: $i] :
      ( ( relation_of2_as_subset @ ( sK20_C @ SV36 @ SV10 ) @ SV10 @ SV36 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[259]) ).

thf(306,plain,
    ! [SV11: $i] :
      ( ( empty @ ( powerset @ SV11 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[260]) ).

thf(307,plain,
    ! [SV37: $i,SV12: $i] :
      ( ( ( empty @ SV12 )
        | ( empty @ SV37 )
        | ~ ( empty @ ( cartesian_product2 @ SV12 @ SV37 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[261]) ).

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

thf(309,plain,
    ! [SV38: $i,SV14: $i] :
      ( ( ! [SY145: $i] :
            ( ~ ( relation_of2 @ SY145 @ SV14 @ SV38 )
            | ( ( relation_dom_as_subset @ SV14 @ SV38 @ SY145 )
              = ( relation_dom @ SY145 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[264]) ).

thf(310,plain,
    ! [SV39: $i,SV16: $i] :
      ( ( ~ ( in @ SV16 @ SV39 )
        | ( element @ SV16 @ SV39 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[266]) ).

thf(311,plain,
    ! [SV17: $i,SV40: $i] :
      ( ( ~ ( function @ SV40 )
        | ~ ( relation @ SV40 )
        | ! [SY146: $i] :
            ( ~ ( function @ SY146 )
            | ~ ( relation @ SY146 )
            | ~ ( in @ SV17 @ ( relation_dom @ SV40 ) )
            | ( ( apply @ ( relation_composition @ SV40 @ SY146 ) @ SV17 )
              = ( apply @ SY146 @ ( apply @ SV40 @ SV17 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[267]) ).

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

thf(313,plain,
    ! [SV19: $i,SV42: $i] :
      ( ( ! [SY147: $i] :
            ( ~ ( element @ SV42 @ ( powerset @ SY147 ) )
            | ~ ( in @ SV19 @ SV42 )
            | ( element @ SV19 @ SY147 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[269]) ).

thf(314,plain,
    ! [SV20: $i,SV43: $i] :
      ( ( ! [SY148: $i] :
            ( ~ ( element @ SV43 @ ( powerset @ SY148 ) )
            | ~ ( in @ SV20 @ SV43 )
            | ~ ( empty @ SY148 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[270]) ).

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

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

thf(317,plain,
    ! [SV45: $i,SV23: $i] :
      ( ( ( SV23 = SV45 )
        | ~ ( empty @ SV23 )
        | ~ ( empty @ SV45 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[273]) ).

thf(318,plain,
    ! [SV24: $i,SV46: $i] :
      ( ( ~ ( ~ ~ ( ~ ~ ( ~ ( relation @ ( sK18_C @ SV46 @ SV24 ) )
                        | ~ ( relation_of2 @ ( sK18_C @ SV46 @ SV24 ) @ SV24 @ SV46 ) )
                  | ~ ( function @ ( sK18_C @ SV46 @ SV24 ) ) )
            | ~ ( quasi_total @ ( sK18_C @ SV46 @ SV24 ) @ SV24 @ SV46 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[274]) ).

thf(319,plain,
    ! [SV25: $i] :
      ( ( ~ ~ ( ~ ~ ( ~ ! [SY125: $i,SY126: $i] :
                          ( ~ ( relation_of2_as_subset @ SY126 @ SV25 @ SY125 )
                          | ( SY125 = empty_set )
                          | ( SV25
                           != ( relation_dom_as_subset @ SV25 @ SY125 @ SY126 ) )
                          | ( quasi_total @ SY126 @ SV25 @ SY125 ) )
                    | ~ ! [SY127: $i,SY128: $i] :
                          ( ~ ( relation_of2_as_subset @ SY128 @ SV25 @ SY127 )
                          | ( SY127 = empty_set )
                          | ~ ( quasi_total @ SY128 @ SV25 @ SY127 )
                          | ( SV25
                            = ( relation_dom_as_subset @ SV25 @ SY127 @ SY128 ) ) ) )
              | ~ ~ ( ~ ! [SY129: $i,SY130: $i] :
                          ( ~ ( relation_of2_as_subset @ SY130 @ SV25 @ SY129 )
                          | ( SV25 != empty_set )
                          | ( SV25
                           != ( relation_dom_as_subset @ SV25 @ SY129 @ SY130 ) )
                          | ( quasi_total @ SY130 @ SV25 @ SY129 ) )
                    | ~ ! [SY131: $i,SY132: $i] :
                          ( ~ ( relation_of2_as_subset @ SY132 @ SV25 @ SY131 )
                          | ( SV25 != empty_set )
                          | ~ ( quasi_total @ SY132 @ SV25 @ SY131 )
                          | ( SV25
                            = ( relation_dom_as_subset @ SV25 @ SY131 @ SY132 ) ) ) ) )
        | ~ ~ ( ~ ! [SY133: $i,SY134: $i] :
                    ( ~ ( relation_of2_as_subset @ SY134 @ SV25 @ SY133 )
                    | ( SY133 != empty_set )
                    | ( SY134 != empty_set )
                    | ( quasi_total @ SY134 @ SV25 @ SY133 )
                    | ( SV25 = empty_set ) )
              | ~ ! [SY135: $i,SY136: $i] :
                    ( ~ ( relation_of2_as_subset @ SY136 @ SV25 @ SY135 )
                    | ( SY135 != empty_set )
                    | ~ ( quasi_total @ SY136 @ SV25 @ SY135 )
                    | ( SY136 = empty_set )
                    | ( SV25 = empty_set ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[275]) ).

thf(320,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( empty @ SX0 )
            | ~ ( relation @ SX1 )
            | ( empty @ ( relation_composition @ SX0 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[276]) ).

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

thf(322,plain,
    ( ( ~ ~ ( ~ ( relation @ sK6_A )
            | ~ ( relation_empty_yielding @ sK6_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[277]) ).

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

thf(324,plain,
    ( ( ~ ( function @ sK19_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[278]) ).

thf(325,plain,
    ( ( ~ ( relation @ sK19_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[278]) ).

thf(326,plain,
    ( ( ~ ~ ( ~ ( empty @ sK13_A )
            | ~ ( relation @ sK13_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[279]) ).

thf(327,plain,
    ( ( ~ ( function @ sK13_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[279]) ).

thf(328,plain,
    ! [SV26: $i] :
      ( ( ( empty @ SV26 )
        = $true )
      | ( ( ~ ( ~ ( element @ ( sK15_B @ SV26 ) @ ( powerset @ SV26 ) )
              | ~ ~ ( empty @ ( sK15_B @ SV26 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[280]) ).

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

thf(330,plain,
    ( ( ~ ( relation_empty_yielding @ sK7_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[281]) ).

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

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

thf(333,plain,
    ! [SV27: $i] :
      ( ( ~ ( element @ ( sK10_B @ SV27 ) @ ( powerset @ SV27 ) )
        | ~ ( empty @ ( sK10_B @ SV27 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[283]) ).

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

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

thf(336,plain,
    ! [SV28: $i] :
      ( ( ~ ! [SY137: $i,SY138: $i] :
              ( ~ ( relation_of2 @ SY138 @ SV28 @ SY137 )
              | ( relation_of2_as_subset @ SY138 @ SV28 @ SY137 ) )
        | ~ ! [SY139: $i,SY140: $i] :
              ( ~ ( relation_of2_as_subset @ SY140 @ SV28 @ SY139 )
              | ( relation_of2 @ SY140 @ SV28 @ SY139 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[285]) ).

thf(337,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( empty @ SX0 )
            | ~ ( relation @ SX1 )
            | ( empty @ ( relation_composition @ SX1 @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[286]) ).

thf(338,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( empty @ SX0 )
            | ~ ( relation @ SX1 )
            | ( relation @ ( relation_composition @ SX1 @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[286]) ).

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

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

thf(341,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ( function @ sK17_A )
                  | ~ ( relation @ sK17_A ) )
            | ~ ( one_to_one @ sK17_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[288]) ).

thf(342,plain,
    ( ( ~ ( empty @ sK17_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[288]) ).

thf(343,plain,
    ( ( ~ ~ ( ~ ( function @ sK5_SY100 )
            | ~ ( relation @ sK5_SY100 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[289]) ).

thf(344,plain,
    ( ( ~ ~ ( ~ ( in @ sK3_SY95 @ sK1_A )
            | ~ ~ ( ~ ( ( sK2_SY91 != empty_set ) )
                  | ~ ( ( ( apply @ ( relation_composition @ sK4_SY98 @ sK5_SY100 ) @ sK3_SY95 )
                       != ( apply @ sK5_SY100 @ ( apply @ sK4_SY98 @ sK3_SY95 ) ) ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[289]) ).

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

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

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

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

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

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

thf(351,plain,
    ! [SV29: $i,SV47: $i] :
      ( ( ~ ( ~ ~ ( ~ ( relation @ ( sK12_C @ SV47 @ SV29 ) )
                  | ~ ( relation_of2 @ ( sK12_C @ SV47 @ SV29 ) @ SV29 @ SV47 ) )
            | ~ ( function @ ( sK12_C @ SV47 @ SV29 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[293]) ).

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

thf(353,plain,
    ( ( ~ ( relation @ sK11_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[294]) ).

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

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

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

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

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

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

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

thf(361,plain,
    ! [SV31: $i,SV4: $i,SV48: $i] :
      ( ( ~ ( element @ SV48 @ ( powerset @ ( cartesian_product2 @ SV4 @ SV31 ) ) )
        | ( relation @ SV48 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[300]) ).

thf(362,plain,
    ! [SV32: $i,SV5: $i,SV49: $i] :
      ( ( ~ ( relation_of2 @ SV49 @ SV5 @ SV32 )
        | ( element @ ( relation_dom_as_subset @ SV5 @ SV32 @ SV49 ) @ ( powerset @ SV5 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[301]) ).

thf(363,plain,
    ! [SV33: $i,SV6: $i] :
      ( ( ( ~ ( relation @ SV6 )
          | ~ ( relation @ SV33 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV6 @ SV33 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[302]) ).

thf(364,plain,
    ! [SV34: $i,SV7: $i,SV50: $i] :
      ( ( ~ ( relation_of2_as_subset @ SV50 @ SV7 @ SV34 )
        | ( element @ SV50 @ ( powerset @ ( cartesian_product2 @ SV7 @ SV34 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[303]) ).

thf(365,plain,
    ! [SV37: $i,SV12: $i] :
      ( ( ( ( empty @ SV12 )
          | ( empty @ SV37 ) )
        = $true )
      | ( ( ~ ( empty @ ( cartesian_product2 @ SV12 @ SV37 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[307]) ).

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

thf(367,plain,
    ! [SV38: $i,SV14: $i,SV51: $i] :
      ( ( ~ ( relation_of2 @ SV51 @ SV14 @ SV38 )
        | ( ( relation_dom_as_subset @ SV14 @ SV38 @ SV51 )
          = ( relation_dom @ SV51 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[309]) ).

thf(368,plain,
    ! [SV39: $i,SV16: $i] :
      ( ( ( ~ ( in @ SV16 @ SV39 ) )
        = $true )
      | ( ( element @ SV16 @ SV39 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[310]) ).

thf(369,plain,
    ! [SV17: $i,SV40: $i] :
      ( ( ( ~ ( function @ SV40 )
          | ~ ( relation @ SV40 ) )
        = $true )
      | ( ( ! [SY146: $i] :
              ( ~ ( function @ SY146 )
              | ~ ( relation @ SY146 )
              | ~ ( in @ SV17 @ ( relation_dom @ SV40 ) )
              | ( ( apply @ ( relation_composition @ SV40 @ SY146 ) @ SV17 )
                = ( apply @ SY146 @ ( apply @ SV40 @ SV17 ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[311]) ).

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

thf(371,plain,
    ! [SV19: $i,SV52: $i,SV42: $i] :
      ( ( ~ ( element @ SV42 @ ( powerset @ SV52 ) )
        | ~ ( in @ SV19 @ SV42 )
        | ( element @ SV19 @ SV52 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[313]) ).

thf(372,plain,
    ! [SV20: $i,SV53: $i,SV43: $i] :
      ( ( ~ ( element @ SV43 @ ( powerset @ SV53 ) )
        | ~ ( in @ SV20 @ SV43 )
        | ~ ( empty @ SV53 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[314]) ).

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

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

thf(375,plain,
    ! [SV45: $i,SV23: $i] :
      ( ( ( ( SV23 = SV45 )
          | ~ ( empty @ SV23 ) )
        = $true )
      | ( ( ~ ( empty @ SV45 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[317]) ).

thf(376,plain,
    ! [SV24: $i,SV46: $i] :
      ( ( ~ ~ ( ~ ~ ( ~ ( relation @ ( sK18_C @ SV46 @ SV24 ) )
                    | ~ ( relation_of2 @ ( sK18_C @ SV46 @ SV24 ) @ SV24 @ SV46 ) )
              | ~ ( function @ ( sK18_C @ SV46 @ SV24 ) ) )
        | ~ ( quasi_total @ ( sK18_C @ SV46 @ SV24 ) @ SV24 @ SV46 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[318]) ).

thf(377,plain,
    ! [SV25: $i] :
      ( ( ~ ~ ( ~ ~ ( ~ ! [SY125: $i,SY126: $i] :
                          ( ~ ( relation_of2_as_subset @ SY126 @ SV25 @ SY125 )
                          | ( SY125 = empty_set )
                          | ( SV25
                           != ( relation_dom_as_subset @ SV25 @ SY125 @ SY126 ) )
                          | ( quasi_total @ SY126 @ SV25 @ SY125 ) )
                    | ~ ! [SY127: $i,SY128: $i] :
                          ( ~ ( relation_of2_as_subset @ SY128 @ SV25 @ SY127 )
                          | ( SY127 = empty_set )
                          | ~ ( quasi_total @ SY128 @ SV25 @ SY127 )
                          | ( SV25
                            = ( relation_dom_as_subset @ SV25 @ SY127 @ SY128 ) ) ) )
              | ~ ~ ( ~ ! [SY129: $i,SY130: $i] :
                          ( ~ ( relation_of2_as_subset @ SY130 @ SV25 @ SY129 )
                          | ( SV25 != empty_set )
                          | ( SV25
                           != ( relation_dom_as_subset @ SV25 @ SY129 @ SY130 ) )
                          | ( quasi_total @ SY130 @ SV25 @ SY129 ) )
                    | ~ ! [SY131: $i,SY132: $i] :
                          ( ~ ( relation_of2_as_subset @ SY132 @ SV25 @ SY131 )
                          | ( SV25 != empty_set )
                          | ~ ( quasi_total @ SY132 @ SV25 @ SY131 )
                          | ( SV25
                            = ( relation_dom_as_subset @ SV25 @ SY131 @ SY132 ) ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[319]) ).

thf(378,plain,
    ! [SV25: $i] :
      ( ( ~ ~ ( ~ ! [SY133: $i,SY134: $i] :
                    ( ~ ( relation_of2_as_subset @ SY134 @ SV25 @ SY133 )
                    | ( SY133 != empty_set )
                    | ( SY134 != empty_set )
                    | ( quasi_total @ SY134 @ SV25 @ SY133 )
                    | ( SV25 = empty_set ) )
              | ~ ! [SY135: $i,SY136: $i] :
                    ( ~ ( relation_of2_as_subset @ SY136 @ SV25 @ SY135 )
                    | ( SY135 != empty_set )
                    | ~ ( quasi_total @ SY136 @ SV25 @ SY135 )
                    | ( SY136 = empty_set )
                    | ( SV25 = empty_set ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[319]) ).

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

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

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

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

thf(383,plain,
    ( ( function @ sK19_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[324]) ).

thf(384,plain,
    ( ( relation @ sK19_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[325]) ).

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

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

thf(387,plain,
    ! [SV26: $i] :
      ( ( ( ~ ( element @ ( sK15_B @ SV26 ) @ ( powerset @ SV26 ) )
          | ~ ~ ( empty @ ( sK15_B @ SV26 ) ) )
        = $false )
      | ( ( empty @ SV26 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[328]) ).

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

thf(389,plain,
    ( ( relation_empty_yielding @ sK7_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[330]) ).

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

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

thf(392,plain,
    ! [SV27: $i] :
      ( ( ~ ( element @ ( sK10_B @ SV27 ) @ ( powerset @ SV27 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[333]) ).

thf(393,plain,
    ! [SV27: $i] :
      ( ( ~ ( empty @ ( sK10_B @ SV27 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[333]) ).

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

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

thf(396,plain,
    ! [SV28: $i] :
      ( ( ~ ! [SY137: $i,SY138: $i] :
              ( ~ ( relation_of2 @ SY138 @ SV28 @ SY137 )
              | ( relation_of2_as_subset @ SY138 @ SV28 @ SY137 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[336]) ).

thf(397,plain,
    ! [SV28: $i] :
      ( ( ~ ! [SY139: $i,SY140: $i] :
              ( ~ ( relation_of2_as_subset @ SY140 @ SV28 @ SY139 )
              | ( relation_of2 @ SY140 @ SV28 @ SY139 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[336]) ).

thf(398,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( empty @ SX0 )
          | ~ ( relation @ SX1 )
          | ( empty @ ( relation_composition @ SX1 @ SX0 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[337]) ).

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

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

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

thf(402,plain,
    ( ( ~ ( ~ ~ ( ~ ( function @ sK17_A )
                | ~ ( relation @ sK17_A ) )
          | ~ ( one_to_one @ sK17_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[341]) ).

thf(403,plain,
    ( ( empty @ sK17_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[342]) ).

thf(404,plain,
    ( ( ~ ( ~ ( function @ sK5_SY100 )
          | ~ ( relation @ sK5_SY100 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[343]) ).

thf(405,plain,
    ( ( ~ ( ~ ( in @ sK3_SY95 @ sK1_A )
          | ~ ~ ( ~ ( ( sK2_SY91 != empty_set ) )
                | ~ ( ( ( apply @ ( relation_composition @ sK4_SY98 @ sK5_SY100 ) @ sK3_SY95 )
                     != ( apply @ sK5_SY100 @ ( apply @ sK4_SY98 @ sK3_SY95 ) ) ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[344]) ).

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

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

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

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

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

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

thf(412,plain,
    ! [SV29: $i,SV47: $i] :
      ( ( ~ ~ ( ~ ( relation @ ( sK12_C @ SV47 @ SV29 ) )
              | ~ ( relation_of2 @ ( sK12_C @ SV47 @ SV29 ) @ SV29 @ SV47 ) )
        | ~ ( function @ ( sK12_C @ SV47 @ SV29 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[351]) ).

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

thf(414,plain,
    ( ( relation @ sK11_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[353]) ).

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

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

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

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

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

thf(420,plain,
    ! [SV31: $i,SV4: $i,SV48: $i] :
      ( ( ( ~ ( element @ SV48 @ ( powerset @ ( cartesian_product2 @ SV4 @ SV31 ) ) ) )
        = $true )
      | ( ( relation @ SV48 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[361]) ).

thf(421,plain,
    ! [SV32: $i,SV5: $i,SV49: $i] :
      ( ( ( ~ ( relation_of2 @ SV49 @ SV5 @ SV32 ) )
        = $true )
      | ( ( element @ ( relation_dom_as_subset @ SV5 @ SV32 @ SV49 ) @ ( powerset @ SV5 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[362]) ).

thf(422,plain,
    ! [SV33: $i,SV6: $i] :
      ( ( ( ~ ( relation @ SV6 ) )
        = $true )
      | ( ( ~ ( relation @ SV33 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV6 @ SV33 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[363]) ).

thf(423,plain,
    ! [SV34: $i,SV7: $i,SV50: $i] :
      ( ( ( ~ ( relation_of2_as_subset @ SV50 @ SV7 @ SV34 ) )
        = $true )
      | ( ( element @ SV50 @ ( powerset @ ( cartesian_product2 @ SV7 @ SV34 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[364]) ).

thf(424,plain,
    ! [SV37: $i,SV12: $i] :
      ( ( ( empty @ SV12 )
        = $true )
      | ( ( empty @ SV37 )
        = $true )
      | ( ( ~ ( empty @ ( cartesian_product2 @ SV12 @ SV37 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[365]) ).

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

thf(426,plain,
    ! [SV38: $i,SV14: $i,SV51: $i] :
      ( ( ( ~ ( relation_of2 @ SV51 @ SV14 @ SV38 ) )
        = $true )
      | ( ( ( relation_dom_as_subset @ SV14 @ SV38 @ SV51 )
          = ( relation_dom @ SV51 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[367]) ).

thf(427,plain,
    ! [SV39: $i,SV16: $i] :
      ( ( ( in @ SV16 @ SV39 )
        = $false )
      | ( ( element @ SV16 @ SV39 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[368]) ).

thf(428,plain,
    ! [SV17: $i,SV40: $i] :
      ( ( ( ~ ( function @ SV40 ) )
        = $true )
      | ( ( ~ ( relation @ SV40 ) )
        = $true )
      | ( ( ! [SY146: $i] :
              ( ~ ( function @ SY146 )
              | ~ ( relation @ SY146 )
              | ~ ( in @ SV17 @ ( relation_dom @ SV40 ) )
              | ( ( apply @ ( relation_composition @ SV40 @ SY146 ) @ SV17 )
                = ( apply @ SY146 @ ( apply @ SV40 @ SV17 ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[369]) ).

thf(429,plain,
    ! [SV41: $i,SV18: $i] :
      ( ( ( element @ SV18 @ SV41 )
        = $false )
      | ( ( ( empty @ SV41 )
          | ( in @ SV18 @ SV41 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[370]) ).

thf(430,plain,
    ! [SV19: $i,SV52: $i,SV42: $i] :
      ( ( ( ~ ( element @ SV42 @ ( powerset @ SV52 ) )
          | ~ ( in @ SV19 @ SV42 ) )
        = $true )
      | ( ( element @ SV19 @ SV52 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[371]) ).

thf(431,plain,
    ! [SV20: $i,SV53: $i,SV43: $i] :
      ( ( ( ~ ( element @ SV43 @ ( powerset @ SV53 ) )
          | ~ ( in @ SV20 @ SV43 ) )
        = $true )
      | ( ( ~ ( empty @ SV53 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[372]) ).

thf(432,plain,
    ! [SV22: $i,SV44: $i] :
      ( ( ( empty @ SV44 )
        = $false )
      | ( ( ~ ( in @ SV22 @ SV44 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[374]) ).

thf(433,plain,
    ! [SV45: $i,SV23: $i] :
      ( ( ( SV23 = SV45 )
        = $true )
      | ( ( ~ ( empty @ SV23 ) )
        = $true )
      | ( ( ~ ( empty @ SV45 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[375]) ).

thf(434,plain,
    ! [SV24: $i,SV46: $i] :
      ( ( ~ ~ ( ~ ~ ( ~ ( relation @ ( sK18_C @ SV46 @ SV24 ) )
                    | ~ ( relation_of2 @ ( sK18_C @ SV46 @ SV24 ) @ SV24 @ SV46 ) )
              | ~ ( function @ ( sK18_C @ SV46 @ SV24 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[376]) ).

thf(435,plain,
    ! [SV24: $i,SV46: $i] :
      ( ( ~ ( quasi_total @ ( sK18_C @ SV46 @ SV24 ) @ SV24 @ SV46 ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[376]) ).

thf(436,plain,
    ! [SV25: $i] :
      ( ( ~ ( ~ ~ ( ~ ! [SY125: $i,SY126: $i] :
                        ( ~ ( relation_of2_as_subset @ SY126 @ SV25 @ SY125 )
                        | ( SY125 = empty_set )
                        | ( SV25
                         != ( relation_dom_as_subset @ SV25 @ SY125 @ SY126 ) )
                        | ( quasi_total @ SY126 @ SV25 @ SY125 ) )
                  | ~ ! [SY127: $i,SY128: $i] :
                        ( ~ ( relation_of2_as_subset @ SY128 @ SV25 @ SY127 )
                        | ( SY127 = empty_set )
                        | ~ ( quasi_total @ SY128 @ SV25 @ SY127 )
                        | ( SV25
                          = ( relation_dom_as_subset @ SV25 @ SY127 @ SY128 ) ) ) )
            | ~ ~ ( ~ ! [SY129: $i,SY130: $i] :
                        ( ~ ( relation_of2_as_subset @ SY130 @ SV25 @ SY129 )
                        | ( SV25 != empty_set )
                        | ( SV25
                         != ( relation_dom_as_subset @ SV25 @ SY129 @ SY130 ) )
                        | ( quasi_total @ SY130 @ SV25 @ SY129 ) )
                  | ~ ! [SY131: $i,SY132: $i] :
                        ( ~ ( relation_of2_as_subset @ SY132 @ SV25 @ SY131 )
                        | ( SV25 != empty_set )
                        | ~ ( quasi_total @ SY132 @ SV25 @ SY131 )
                        | ( SV25
                          = ( relation_dom_as_subset @ SV25 @ SY131 @ SY132 ) ) ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[377]) ).

thf(437,plain,
    ! [SV25: $i] :
      ( ( ~ ( ~ ! [SY133: $i,SY134: $i] :
                  ( ~ ( relation_of2_as_subset @ SY134 @ SV25 @ SY133 )
                  | ( SY133 != empty_set )
                  | ( SY134 != empty_set )
                  | ( quasi_total @ SY134 @ SV25 @ SY133 )
                  | ( SV25 = empty_set ) )
            | ~ ! [SY135: $i,SY136: $i] :
                  ( ~ ( relation_of2_as_subset @ SY136 @ SV25 @ SY135 )
                  | ( SY135 != empty_set )
                  | ~ ( quasi_total @ SY136 @ SV25 @ SY135 )
                  | ( SY136 = empty_set )
                  | ( SV25 = empty_set ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[378]) ).

thf(438,plain,
    ! [SV54: $i] :
      ( ( ! [SY149: $i] :
            ( ~ ( empty @ SV54 )
            | ~ ( relation @ SY149 )
            | ( empty @ ( relation_composition @ SV54 @ SY149 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[379]) ).

thf(439,plain,
    ! [SV55: $i] :
      ( ( ! [SY150: $i] :
            ( ~ ( empty @ SV55 )
            | ~ ( relation @ SY150 )
            | ( relation @ ( relation_composition @ SV55 @ SY150 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[380]) ).

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

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

thf(442,plain,
    ! [SV26: $i] :
      ( ( ( ~ ( element @ ( sK15_B @ SV26 ) @ ( powerset @ SV26 ) ) )
        = $false )
      | ( ( empty @ SV26 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[387]) ).

thf(443,plain,
    ! [SV26: $i] :
      ( ( ( ~ ~ ( empty @ ( sK15_B @ SV26 ) ) )
        = $false )
      | ( ( empty @ SV26 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[387]) ).

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

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

thf(446,plain,
    ! [SV27: $i] :
      ( ( element @ ( sK10_B @ SV27 ) @ ( powerset @ SV27 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[392]) ).

thf(447,plain,
    ! [SV27: $i] :
      ( ( empty @ ( sK10_B @ SV27 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[393]) ).

thf(448,plain,
    ! [SV28: $i] :
      ( ( ! [SY137: $i,SY138: $i] :
            ( ~ ( relation_of2 @ SY138 @ SV28 @ SY137 )
            | ( relation_of2_as_subset @ SY138 @ SV28 @ SY137 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[396]) ).

thf(449,plain,
    ! [SV28: $i] :
      ( ( ! [SY139: $i,SY140: $i] :
            ( ~ ( relation_of2_as_subset @ SY140 @ SV28 @ SY139 )
            | ( relation_of2 @ SY140 @ SV28 @ SY139 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[397]) ).

thf(450,plain,
    ! [SV58: $i] :
      ( ( ! [SY153: $i] :
            ( ~ ( empty @ SV58 )
            | ~ ( relation @ SY153 )
            | ( empty @ ( relation_composition @ SY153 @ SV58 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[398]) ).

thf(451,plain,
    ! [SV59: $i] :
      ( ( ! [SY154: $i] :
            ( ~ ( empty @ SV59 )
            | ~ ( relation @ SY154 )
            | ( relation @ ( relation_composition @ SY154 @ SV59 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[399]) ).

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

thf(453,plain,
    ( ( ~ ~ ( ~ ( function @ sK17_A )
            | ~ ( relation @ sK17_A ) )
      | ~ ( one_to_one @ sK17_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[402]) ).

thf(454,plain,
    ( ( ~ ( function @ sK5_SY100 )
      | ~ ( relation @ sK5_SY100 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[404]) ).

thf(455,plain,
    ( ( ~ ( in @ sK3_SY95 @ sK1_A )
      | ~ ~ ( ~ ( ( sK2_SY91 != empty_set ) )
            | ~ ( ( ( apply @ ( relation_composition @ sK4_SY98 @ sK5_SY100 ) @ sK3_SY95 )
                 != ( apply @ sK5_SY100 @ ( apply @ sK4_SY98 @ sK3_SY95 ) ) ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[405]) ).

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

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

thf(458,plain,
    ! [SV61: $i] :
      ( ( ~ ( empty @ SV61 )
        | ( empty @ ( relation_dom @ SV61 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[410]) ).

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

thf(460,plain,
    ! [SV29: $i,SV47: $i] :
      ( ( ~ ~ ( ~ ( relation @ ( sK12_C @ SV47 @ SV29 ) )
              | ~ ( relation_of2 @ ( sK12_C @ SV47 @ SV29 ) @ SV29 @ SV47 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[412]) ).

thf(461,plain,
    ! [SV29: $i,SV47: $i] :
      ( ( ~ ( function @ ( sK12_C @ SV47 @ SV29 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[412]) ).

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

thf(463,plain,
    ! [SV63: $i] :
      ( ( ! [SY155: $i] :
            ( ~ ( function @ SV63 )
            | ~ ( relation @ SV63 )
            | ~ ( relation @ SY155 )
            | ~ ( function @ SY155 )
            | ( function @ ( relation_composition @ SV63 @ SY155 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[415]) ).

thf(464,plain,
    ! [SV64: $i] :
      ( ( ! [SY156: $i] :
            ( ~ ( function @ SV64 )
            | ~ ( relation @ SV64 )
            | ~ ( relation @ SY156 )
            | ~ ( function @ SY156 )
            | ( relation @ ( relation_composition @ SV64 @ SY156 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[416]) ).

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

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

thf(467,plain,
    ! [SV31: $i,SV4: $i,SV48: $i] :
      ( ( ( element @ SV48 @ ( powerset @ ( cartesian_product2 @ SV4 @ SV31 ) ) )
        = $false )
      | ( ( relation @ SV48 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[420]) ).

thf(468,plain,
    ! [SV32: $i,SV5: $i,SV49: $i] :
      ( ( ( relation_of2 @ SV49 @ SV5 @ SV32 )
        = $false )
      | ( ( element @ ( relation_dom_as_subset @ SV5 @ SV32 @ SV49 ) @ ( powerset @ SV5 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[421]) ).

thf(469,plain,
    ! [SV33: $i,SV6: $i] :
      ( ( ( relation @ SV6 )
        = $false )
      | ( ( ~ ( relation @ SV33 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV6 @ SV33 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[422]) ).

thf(470,plain,
    ! [SV34: $i,SV7: $i,SV50: $i] :
      ( ( ( relation_of2_as_subset @ SV50 @ SV7 @ SV34 )
        = $false )
      | ( ( element @ SV50 @ ( powerset @ ( cartesian_product2 @ SV7 @ SV34 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[423]) ).

thf(471,plain,
    ! [SV37: $i,SV12: $i] :
      ( ( ( empty @ ( cartesian_product2 @ SV12 @ SV37 ) )
        = $false )
      | ( ( empty @ SV37 )
        = $true )
      | ( ( empty @ SV12 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[424]) ).

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

thf(473,plain,
    ! [SV38: $i,SV14: $i,SV51: $i] :
      ( ( ( relation_of2 @ SV51 @ SV14 @ SV38 )
        = $false )
      | ( ( ( relation_dom_as_subset @ SV14 @ SV38 @ SV51 )
          = ( relation_dom @ SV51 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[426]) ).

thf(474,plain,
    ! [SV17: $i,SV40: $i] :
      ( ( ( function @ SV40 )
        = $false )
      | ( ( ~ ( relation @ SV40 ) )
        = $true )
      | ( ( ! [SY146: $i] :
              ( ~ ( function @ SY146 )
              | ~ ( relation @ SY146 )
              | ~ ( in @ SV17 @ ( relation_dom @ SV40 ) )
              | ( ( apply @ ( relation_composition @ SV40 @ SY146 ) @ SV17 )
                = ( apply @ SY146 @ ( apply @ SV40 @ SV17 ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[428]) ).

thf(475,plain,
    ! [SV18: $i,SV41: $i] :
      ( ( ( empty @ SV41 )
        = $true )
      | ( ( in @ SV18 @ SV41 )
        = $true )
      | ( ( element @ SV18 @ SV41 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[429]) ).

thf(476,plain,
    ! [SV19: $i,SV52: $i,SV42: $i] :
      ( ( ( ~ ( element @ SV42 @ ( powerset @ SV52 ) ) )
        = $true )
      | ( ( ~ ( in @ SV19 @ SV42 ) )
        = $true )
      | ( ( element @ SV19 @ SV52 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[430]) ).

thf(477,plain,
    ! [SV20: $i,SV53: $i,SV43: $i] :
      ( ( ( ~ ( element @ SV43 @ ( powerset @ SV53 ) ) )
        = $true )
      | ( ( ~ ( in @ SV20 @ SV43 ) )
        = $true )
      | ( ( ~ ( empty @ SV53 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[431]) ).

thf(478,plain,
    ! [SV44: $i,SV22: $i] :
      ( ( ( in @ SV22 @ SV44 )
        = $false )
      | ( ( empty @ SV44 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[432]) ).

thf(479,plain,
    ! [SV45: $i,SV23: $i] :
      ( ( ( empty @ SV23 )
        = $false )
      | ( ( SV23 = SV45 )
        = $true )
      | ( ( ~ ( empty @ SV45 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[433]) ).

thf(480,plain,
    ! [SV24: $i,SV46: $i] :
      ( ( ~ ( ~ ~ ( ~ ( relation @ ( sK18_C @ SV46 @ SV24 ) )
                  | ~ ( relation_of2 @ ( sK18_C @ SV46 @ SV24 ) @ SV24 @ SV46 ) )
            | ~ ( function @ ( sK18_C @ SV46 @ SV24 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[434]) ).

thf(481,plain,
    ! [SV24: $i,SV46: $i] :
      ( ( quasi_total @ ( sK18_C @ SV46 @ SV24 ) @ SV24 @ SV46 )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[435]) ).

thf(482,plain,
    ! [SV25: $i] :
      ( ( ~ ~ ( ~ ! [SY125: $i,SY126: $i] :
                    ( ~ ( relation_of2_as_subset @ SY126 @ SV25 @ SY125 )
                    | ( SY125 = empty_set )
                    | ( SV25
                     != ( relation_dom_as_subset @ SV25 @ SY125 @ SY126 ) )
                    | ( quasi_total @ SY126 @ SV25 @ SY125 ) )
              | ~ ! [SY127: $i,SY128: $i] :
                    ( ~ ( relation_of2_as_subset @ SY128 @ SV25 @ SY127 )
                    | ( SY127 = empty_set )
                    | ~ ( quasi_total @ SY128 @ SV25 @ SY127 )
                    | ( SV25
                      = ( relation_dom_as_subset @ SV25 @ SY127 @ SY128 ) ) ) )
        | ~ ~ ( ~ ! [SY129: $i,SY130: $i] :
                    ( ~ ( relation_of2_as_subset @ SY130 @ SV25 @ SY129 )
                    | ( SV25 != empty_set )
                    | ( SV25
                     != ( relation_dom_as_subset @ SV25 @ SY129 @ SY130 ) )
                    | ( quasi_total @ SY130 @ SV25 @ SY129 ) )
              | ~ ! [SY131: $i,SY132: $i] :
                    ( ~ ( relation_of2_as_subset @ SY132 @ SV25 @ SY131 )
                    | ( SV25 != empty_set )
                    | ~ ( quasi_total @ SY132 @ SV25 @ SY131 )
                    | ( SV25
                      = ( relation_dom_as_subset @ SV25 @ SY131 @ SY132 ) ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[436]) ).

thf(483,plain,
    ! [SV25: $i] :
      ( ( ~ ! [SY133: $i,SY134: $i] :
              ( ~ ( relation_of2_as_subset @ SY134 @ SV25 @ SY133 )
              | ( SY133 != empty_set )
              | ( SY134 != empty_set )
              | ( quasi_total @ SY134 @ SV25 @ SY133 )
              | ( SV25 = empty_set ) )
        | ~ ! [SY135: $i,SY136: $i] :
              ( ~ ( relation_of2_as_subset @ SY136 @ SV25 @ SY135 )
              | ( SY135 != empty_set )
              | ~ ( quasi_total @ SY136 @ SV25 @ SY135 )
              | ( SY136 = empty_set )
              | ( SV25 = empty_set ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[437]) ).

thf(484,plain,
    ! [SV65: $i,SV54: $i] :
      ( ( ~ ( empty @ SV54 )
        | ~ ( relation @ SV65 )
        | ( empty @ ( relation_composition @ SV54 @ SV65 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[438]) ).

thf(485,plain,
    ! [SV66: $i,SV55: $i] :
      ( ( ~ ( empty @ SV55 )
        | ~ ( relation @ SV66 )
        | ( relation @ ( relation_composition @ SV55 @ SV66 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[439]) ).

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

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

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

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

thf(490,plain,
    ! [SV26: $i] :
      ( ( ( element @ ( sK15_B @ SV26 ) @ ( powerset @ SV26 ) )
        = $true )
      | ( ( empty @ SV26 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[442]) ).

thf(491,plain,
    ! [SV26: $i] :
      ( ( ( ~ ( empty @ ( sK15_B @ SV26 ) ) )
        = $true )
      | ( ( empty @ SV26 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[443]) ).

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

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

thf(494,plain,
    ! [SV69: $i,SV28: $i] :
      ( ( ! [SY157: $i] :
            ( ~ ( relation_of2 @ SY157 @ SV28 @ SV69 )
            | ( relation_of2_as_subset @ SY157 @ SV28 @ SV69 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[448]) ).

thf(495,plain,
    ! [SV70: $i,SV28: $i] :
      ( ( ! [SY158: $i] :
            ( ~ ( relation_of2_as_subset @ SY158 @ SV28 @ SV70 )
            | ( relation_of2 @ SY158 @ SV28 @ SV70 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[449]) ).

thf(496,plain,
    ! [SV71: $i,SV58: $i] :
      ( ( ~ ( empty @ SV58 )
        | ~ ( relation @ SV71 )
        | ( empty @ ( relation_composition @ SV71 @ SV58 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[450]) ).

thf(497,plain,
    ! [SV72: $i,SV59: $i] :
      ( ( ~ ( empty @ SV59 )
        | ~ ( relation @ SV72 )
        | ( relation @ ( relation_composition @ SV72 @ SV59 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[451]) ).

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

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

thf(500,plain,
    ( ( ~ ~ ( ~ ( function @ sK17_A )
            | ~ ( relation @ sK17_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[453]) ).

thf(501,plain,
    ( ( ~ ( one_to_one @ sK17_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[453]) ).

thf(502,plain,
    ( ( ~ ( function @ sK5_SY100 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[454]) ).

thf(503,plain,
    ( ( ~ ( relation @ sK5_SY100 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[454]) ).

thf(504,plain,
    ( ( ~ ( in @ sK3_SY95 @ sK1_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[455]) ).

thf(505,plain,
    ( ( ~ ~ ( ~ ( ( sK2_SY91 != empty_set ) )
            | ~ ( ( ( apply @ ( relation_composition @ sK4_SY98 @ sK5_SY100 ) @ sK3_SY95 )
                 != ( apply @ sK5_SY100 @ ( apply @ sK4_SY98 @ sK3_SY95 ) ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[455]) ).

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

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

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

thf(509,plain,
    ! [SV61: $i] :
      ( ( ( ~ ( empty @ SV61 ) )
        = $true )
      | ( ( empty @ ( relation_dom @ SV61 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[458]) ).

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

thf(511,plain,
    ! [SV29: $i,SV47: $i] :
      ( ( ~ ( ~ ( relation @ ( sK12_C @ SV47 @ SV29 ) )
            | ~ ( relation_of2 @ ( sK12_C @ SV47 @ SV29 ) @ SV29 @ SV47 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[460]) ).

thf(512,plain,
    ! [SV29: $i,SV47: $i] :
      ( ( function @ ( sK12_C @ SV47 @ SV29 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[461]) ).

thf(513,plain,
    ! [SV73: $i,SV63: $i] :
      ( ( ~ ( function @ SV63 )
        | ~ ( relation @ SV63 )
        | ~ ( relation @ SV73 )
        | ~ ( function @ SV73 )
        | ( function @ ( relation_composition @ SV63 @ SV73 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[463]) ).

thf(514,plain,
    ! [SV74: $i,SV64: $i] :
      ( ( ~ ( function @ SV64 )
        | ~ ( relation @ SV64 )
        | ~ ( relation @ SV74 )
        | ~ ( function @ SV74 )
        | ( relation @ ( relation_composition @ SV64 @ SV74 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[464]) ).

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

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

thf(517,plain,
    ! [SV6: $i,SV33: $i] :
      ( ( ( relation @ SV33 )
        = $false )
      | ( ( relation @ SV6 )
        = $false )
      | ( ( relation @ ( relation_composition @ SV6 @ SV33 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[469]) ).

thf(518,plain,
    ! [SV17: $i,SV40: $i] :
      ( ( ( relation @ SV40 )
        = $false )
      | ( ( function @ SV40 )
        = $false )
      | ( ( ! [SY146: $i] :
              ( ~ ( function @ SY146 )
              | ~ ( relation @ SY146 )
              | ~ ( in @ SV17 @ ( relation_dom @ SV40 ) )
              | ( ( apply @ ( relation_composition @ SV40 @ SY146 ) @ SV17 )
                = ( apply @ SY146 @ ( apply @ SV40 @ SV17 ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[474]) ).

thf(519,plain,
    ! [SV19: $i,SV52: $i,SV42: $i] :
      ( ( ( element @ SV42 @ ( powerset @ SV52 ) )
        = $false )
      | ( ( ~ ( in @ SV19 @ SV42 ) )
        = $true )
      | ( ( element @ SV19 @ SV52 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[476]) ).

thf(520,plain,
    ! [SV20: $i,SV53: $i,SV43: $i] :
      ( ( ( element @ SV43 @ ( powerset @ SV53 ) )
        = $false )
      | ( ( ~ ( in @ SV20 @ SV43 ) )
        = $true )
      | ( ( ~ ( empty @ SV53 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[477]) ).

thf(521,plain,
    ! [SV23: $i,SV45: $i] :
      ( ( ( empty @ SV45 )
        = $false )
      | ( ( SV23 = SV45 )
        = $true )
      | ( ( empty @ SV23 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[479]) ).

thf(522,plain,
    ! [SV24: $i,SV46: $i] :
      ( ( ~ ~ ( ~ ( relation @ ( sK18_C @ SV46 @ SV24 ) )
              | ~ ( relation_of2 @ ( sK18_C @ SV46 @ SV24 ) @ SV24 @ SV46 ) )
        | ~ ( function @ ( sK18_C @ SV46 @ SV24 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[480]) ).

thf(523,plain,
    ! [SV25: $i] :
      ( ( ~ ~ ( ~ ! [SY125: $i,SY126: $i] :
                    ( ~ ( relation_of2_as_subset @ SY126 @ SV25 @ SY125 )
                    | ( SY125 = empty_set )
                    | ( SV25
                     != ( relation_dom_as_subset @ SV25 @ SY125 @ SY126 ) )
                    | ( quasi_total @ SY126 @ SV25 @ SY125 ) )
              | ~ ! [SY127: $i,SY128: $i] :
                    ( ~ ( relation_of2_as_subset @ SY128 @ SV25 @ SY127 )
                    | ( SY127 = empty_set )
                    | ~ ( quasi_total @ SY128 @ SV25 @ SY127 )
                    | ( SV25
                      = ( relation_dom_as_subset @ SV25 @ SY127 @ SY128 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[482]) ).

thf(524,plain,
    ! [SV25: $i] :
      ( ( ~ ~ ( ~ ! [SY129: $i,SY130: $i] :
                    ( ~ ( relation_of2_as_subset @ SY130 @ SV25 @ SY129 )
                    | ( SV25 != empty_set )
                    | ( SV25
                     != ( relation_dom_as_subset @ SV25 @ SY129 @ SY130 ) )
                    | ( quasi_total @ SY130 @ SV25 @ SY129 ) )
              | ~ ! [SY131: $i,SY132: $i] :
                    ( ~ ( relation_of2_as_subset @ SY132 @ SV25 @ SY131 )
                    | ( SV25 != empty_set )
                    | ~ ( quasi_total @ SY132 @ SV25 @ SY131 )
                    | ( SV25
                      = ( relation_dom_as_subset @ SV25 @ SY131 @ SY132 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[482]) ).

thf(525,plain,
    ! [SV25: $i] :
      ( ( ~ ! [SY133: $i,SY134: $i] :
              ( ~ ( relation_of2_as_subset @ SY134 @ SV25 @ SY133 )
              | ( SY133 != empty_set )
              | ( SY134 != empty_set )
              | ( quasi_total @ SY134 @ SV25 @ SY133 )
              | ( SV25 = empty_set ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[483]) ).

thf(526,plain,
    ! [SV25: $i] :
      ( ( ~ ! [SY135: $i,SY136: $i] :
              ( ~ ( relation_of2_as_subset @ SY136 @ SV25 @ SY135 )
              | ( SY135 != empty_set )
              | ~ ( quasi_total @ SY136 @ SV25 @ SY135 )
              | ( SY136 = empty_set )
              | ( SV25 = empty_set ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[483]) ).

thf(527,plain,
    ! [SV65: $i,SV54: $i] :
      ( ( ( ~ ( empty @ SV54 )
          | ~ ( relation @ SV65 ) )
        = $true )
      | ( ( empty @ ( relation_composition @ SV54 @ SV65 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[484]) ).

thf(528,plain,
    ! [SV66: $i,SV55: $i] :
      ( ( ( ~ ( empty @ SV55 )
          | ~ ( relation @ SV66 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV55 @ SV66 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[485]) ).

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

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

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

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

thf(533,plain,
    ! [SV26: $i] :
      ( ( ( empty @ ( sK15_B @ SV26 ) )
        = $false )
      | ( ( empty @ SV26 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[491]) ).

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

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

thf(536,plain,
    ! [SV69: $i,SV28: $i,SV75: $i] :
      ( ( ~ ( relation_of2 @ SV75 @ SV28 @ SV69 )
        | ( relation_of2_as_subset @ SV75 @ SV28 @ SV69 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[494]) ).

thf(537,plain,
    ! [SV70: $i,SV28: $i,SV76: $i] :
      ( ( ~ ( relation_of2_as_subset @ SV76 @ SV28 @ SV70 )
        | ( relation_of2 @ SV76 @ SV28 @ SV70 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[495]) ).

thf(538,plain,
    ! [SV71: $i,SV58: $i] :
      ( ( ( ~ ( empty @ SV58 )
          | ~ ( relation @ SV71 ) )
        = $true )
      | ( ( empty @ ( relation_composition @ SV71 @ SV58 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[496]) ).

thf(539,plain,
    ! [SV72: $i,SV59: $i] :
      ( ( ( ~ ( empty @ SV59 )
          | ~ ( relation @ SV72 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV72 @ SV59 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[497]) ).

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

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

thf(542,plain,
    ( ( ~ ( ~ ( function @ sK17_A )
          | ~ ( relation @ sK17_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[500]) ).

thf(543,plain,
    ( ( one_to_one @ sK17_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[501]) ).

thf(544,plain,
    ( ( function @ sK5_SY100 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[502]) ).

thf(545,plain,
    ( ( relation @ sK5_SY100 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[503]) ).

thf(546,plain,
    ( ( in @ sK3_SY95 @ sK1_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[504]) ).

thf(547,plain,
    ( ( ~ ( ~ ( ( sK2_SY91 != empty_set ) )
          | ~ ( ( ( apply @ ( relation_composition @ sK4_SY98 @ sK5_SY100 ) @ sK3_SY95 )
               != ( apply @ sK5_SY100 @ ( apply @ sK4_SY98 @ sK3_SY95 ) ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[505]) ).

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

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

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

thf(551,plain,
    ! [SV61: $i] :
      ( ( ( empty @ SV61 )
        = $false )
      | ( ( empty @ ( relation_dom @ SV61 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[509]) ).

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

thf(553,plain,
    ! [SV29: $i,SV47: $i] :
      ( ( ~ ( relation @ ( sK12_C @ SV47 @ SV29 ) )
        | ~ ( relation_of2 @ ( sK12_C @ SV47 @ SV29 ) @ SV29 @ SV47 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[511]) ).

thf(554,plain,
    ! [SV73: $i,SV63: $i] :
      ( ( ( ~ ( function @ SV63 )
          | ~ ( relation @ SV63 )
          | ~ ( relation @ SV73 )
          | ~ ( function @ SV73 ) )
        = $true )
      | ( ( function @ ( relation_composition @ SV63 @ SV73 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[513]) ).

thf(555,plain,
    ! [SV74: $i,SV64: $i] :
      ( ( ( ~ ( function @ SV64 )
          | ~ ( relation @ SV64 )
          | ~ ( relation @ SV74 )
          | ~ ( function @ SV74 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV64 @ SV74 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[514]) ).

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

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

thf(558,plain,
    ! [SV40: $i,SV17: $i,SV77: $i] :
      ( ( ( ~ ( function @ SV77 )
          | ~ ( relation @ SV77 )
          | ~ ( in @ SV17 @ ( relation_dom @ SV40 ) )
          | ( ( apply @ ( relation_composition @ SV40 @ SV77 ) @ SV17 )
            = ( apply @ SV77 @ ( apply @ SV40 @ SV17 ) ) ) )
        = $true )
      | ( ( function @ SV40 )
        = $false )
      | ( ( relation @ SV40 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[518]) ).

thf(559,plain,
    ! [SV52: $i,SV42: $i,SV19: $i] :
      ( ( ( in @ SV19 @ SV42 )
        = $false )
      | ( ( element @ SV42 @ ( powerset @ SV52 ) )
        = $false )
      | ( ( element @ SV19 @ SV52 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[519]) ).

thf(560,plain,
    ! [SV53: $i,SV43: $i,SV20: $i] :
      ( ( ( in @ SV20 @ SV43 )
        = $false )
      | ( ( element @ SV43 @ ( powerset @ SV53 ) )
        = $false )
      | ( ( ~ ( empty @ SV53 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[520]) ).

thf(561,plain,
    ! [SV24: $i,SV46: $i] :
      ( ( ~ ~ ( ~ ( relation @ ( sK18_C @ SV46 @ SV24 ) )
              | ~ ( relation_of2 @ ( sK18_C @ SV46 @ SV24 ) @ SV24 @ SV46 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[522]) ).

thf(562,plain,
    ! [SV24: $i,SV46: $i] :
      ( ( ~ ( function @ ( sK18_C @ SV46 @ SV24 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[522]) ).

thf(563,plain,
    ! [SV25: $i] :
      ( ( ~ ( ~ ! [SY125: $i,SY126: $i] :
                  ( ~ ( relation_of2_as_subset @ SY126 @ SV25 @ SY125 )
                  | ( SY125 = empty_set )
                  | ( SV25
                   != ( relation_dom_as_subset @ SV25 @ SY125 @ SY126 ) )
                  | ( quasi_total @ SY126 @ SV25 @ SY125 ) )
            | ~ ! [SY127: $i,SY128: $i] :
                  ( ~ ( relation_of2_as_subset @ SY128 @ SV25 @ SY127 )
                  | ( SY127 = empty_set )
                  | ~ ( quasi_total @ SY128 @ SV25 @ SY127 )
                  | ( SV25
                    = ( relation_dom_as_subset @ SV25 @ SY127 @ SY128 ) ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[523]) ).

thf(564,plain,
    ! [SV25: $i] :
      ( ( ~ ( ~ ! [SY129: $i,SY130: $i] :
                  ( ~ ( relation_of2_as_subset @ SY130 @ SV25 @ SY129 )
                  | ( SV25 != empty_set )
                  | ( SV25
                   != ( relation_dom_as_subset @ SV25 @ SY129 @ SY130 ) )
                  | ( quasi_total @ SY130 @ SV25 @ SY129 ) )
            | ~ ! [SY131: $i,SY132: $i] :
                  ( ~ ( relation_of2_as_subset @ SY132 @ SV25 @ SY131 )
                  | ( SV25 != empty_set )
                  | ~ ( quasi_total @ SY132 @ SV25 @ SY131 )
                  | ( SV25
                    = ( relation_dom_as_subset @ SV25 @ SY131 @ SY132 ) ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[524]) ).

thf(565,plain,
    ! [SV25: $i] :
      ( ( ! [SY133: $i,SY134: $i] :
            ( ~ ( relation_of2_as_subset @ SY134 @ SV25 @ SY133 )
            | ( SY133 != empty_set )
            | ( SY134 != empty_set )
            | ( quasi_total @ SY134 @ SV25 @ SY133 )
            | ( SV25 = empty_set ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[525]) ).

thf(566,plain,
    ! [SV25: $i] :
      ( ( ! [SY135: $i,SY136: $i] :
            ( ~ ( relation_of2_as_subset @ SY136 @ SV25 @ SY135 )
            | ( SY135 != empty_set )
            | ~ ( quasi_total @ SY136 @ SV25 @ SY135 )
            | ( SY136 = empty_set )
            | ( SV25 = empty_set ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[526]) ).

thf(567,plain,
    ! [SV65: $i,SV54: $i] :
      ( ( ( ~ ( empty @ SV54 ) )
        = $true )
      | ( ( ~ ( relation @ SV65 ) )
        = $true )
      | ( ( empty @ ( relation_composition @ SV54 @ SV65 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[527]) ).

thf(568,plain,
    ! [SV66: $i,SV55: $i] :
      ( ( ( ~ ( empty @ SV55 ) )
        = $true )
      | ( ( ~ ( relation @ SV66 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV55 @ SV66 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[528]) ).

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

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

thf(571,plain,
    ! [SV69: $i,SV28: $i,SV75: $i] :
      ( ( ( ~ ( relation_of2 @ SV75 @ SV28 @ SV69 ) )
        = $true )
      | ( ( relation_of2_as_subset @ SV75 @ SV28 @ SV69 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[536]) ).

thf(572,plain,
    ! [SV70: $i,SV28: $i,SV76: $i] :
      ( ( ( ~ ( relation_of2_as_subset @ SV76 @ SV28 @ SV70 ) )
        = $true )
      | ( ( relation_of2 @ SV76 @ SV28 @ SV70 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[537]) ).

thf(573,plain,
    ! [SV71: $i,SV58: $i] :
      ( ( ( ~ ( empty @ SV58 ) )
        = $true )
      | ( ( ~ ( relation @ SV71 ) )
        = $true )
      | ( ( empty @ ( relation_composition @ SV71 @ SV58 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[538]) ).

thf(574,plain,
    ! [SV72: $i,SV59: $i] :
      ( ( ( ~ ( empty @ SV59 ) )
        = $true )
      | ( ( ~ ( relation @ SV72 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV72 @ SV59 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[539]) ).

thf(575,plain,
    ( ( ~ ( function @ sK17_A )
      | ~ ( relation @ sK17_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[542]) ).

thf(576,plain,
    ( ( ~ ( ( sK2_SY91 != empty_set ) )
      | ~ ( ( ( apply @ ( relation_composition @ sK4_SY98 @ sK5_SY100 ) @ sK3_SY95 )
           != ( apply @ sK5_SY100 @ ( apply @ sK4_SY98 @ sK3_SY95 ) ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[547]) ).

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

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

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

thf(580,plain,
    ! [SV29: $i,SV47: $i] :
      ( ( ~ ( relation @ ( sK12_C @ SV47 @ SV29 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[553]) ).

thf(581,plain,
    ! [SV29: $i,SV47: $i] :
      ( ( ~ ( relation_of2 @ ( sK12_C @ SV47 @ SV29 ) @ SV29 @ SV47 ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[553]) ).

thf(582,plain,
    ! [SV73: $i,SV63: $i] :
      ( ( ( ~ ( function @ SV63 )
          | ~ ( relation @ SV63 )
          | ~ ( relation @ SV73 ) )
        = $true )
      | ( ( ~ ( function @ SV73 ) )
        = $true )
      | ( ( function @ ( relation_composition @ SV63 @ SV73 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[554]) ).

thf(583,plain,
    ! [SV74: $i,SV64: $i] :
      ( ( ( ~ ( function @ SV64 )
          | ~ ( relation @ SV64 )
          | ~ ( relation @ SV74 ) )
        = $true )
      | ( ( ~ ( function @ SV74 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV64 @ SV74 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[555]) ).

thf(584,plain,
    ! [SV40: $i,SV17: $i,SV77: $i] :
      ( ( ( ~ ( function @ SV77 )
          | ~ ( relation @ SV77 ) )
        = $true )
      | ( ( ~ ( in @ SV17 @ ( relation_dom @ SV40 ) )
          | ( ( apply @ ( relation_composition @ SV40 @ SV77 ) @ SV17 )
            = ( apply @ SV77 @ ( apply @ SV40 @ SV17 ) ) ) )
        = $true )
      | ( ( function @ SV40 )
        = $false )
      | ( ( relation @ SV40 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[558]) ).

thf(585,plain,
    ! [SV20: $i,SV43: $i,SV53: $i] :
      ( ( ( empty @ SV53 )
        = $false )
      | ( ( element @ SV43 @ ( powerset @ SV53 ) )
        = $false )
      | ( ( in @ SV20 @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[560]) ).

thf(586,plain,
    ! [SV24: $i,SV46: $i] :
      ( ( ~ ( ~ ( relation @ ( sK18_C @ SV46 @ SV24 ) )
            | ~ ( relation_of2 @ ( sK18_C @ SV46 @ SV24 ) @ SV24 @ SV46 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[561]) ).

thf(587,plain,
    ! [SV24: $i,SV46: $i] :
      ( ( function @ ( sK18_C @ SV46 @ SV24 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[562]) ).

thf(588,plain,
    ! [SV25: $i] :
      ( ( ~ ! [SY125: $i,SY126: $i] :
              ( ~ ( relation_of2_as_subset @ SY126 @ SV25 @ SY125 )
              | ( SY125 = empty_set )
              | ( SV25
               != ( relation_dom_as_subset @ SV25 @ SY125 @ SY126 ) )
              | ( quasi_total @ SY126 @ SV25 @ SY125 ) )
        | ~ ! [SY127: $i,SY128: $i] :
              ( ~ ( relation_of2_as_subset @ SY128 @ SV25 @ SY127 )
              | ( SY127 = empty_set )
              | ~ ( quasi_total @ SY128 @ SV25 @ SY127 )
              | ( SV25
                = ( relation_dom_as_subset @ SV25 @ SY127 @ SY128 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[563]) ).

thf(589,plain,
    ! [SV25: $i] :
      ( ( ~ ! [SY129: $i,SY130: $i] :
              ( ~ ( relation_of2_as_subset @ SY130 @ SV25 @ SY129 )
              | ( SV25 != empty_set )
              | ( SV25
               != ( relation_dom_as_subset @ SV25 @ SY129 @ SY130 ) )
              | ( quasi_total @ SY130 @ SV25 @ SY129 ) )
        | ~ ! [SY131: $i,SY132: $i] :
              ( ~ ( relation_of2_as_subset @ SY132 @ SV25 @ SY131 )
              | ( SV25 != empty_set )
              | ~ ( quasi_total @ SY132 @ SV25 @ SY131 )
              | ( SV25
                = ( relation_dom_as_subset @ SV25 @ SY131 @ SY132 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[564]) ).

thf(590,plain,
    ! [SV80: $i,SV25: $i] :
      ( ( ! [SY159: $i] :
            ( ~ ( relation_of2_as_subset @ SY159 @ SV25 @ SV80 )
            | ( SV80 != empty_set )
            | ( SY159 != empty_set )
            | ( quasi_total @ SY159 @ SV25 @ SV80 )
            | ( SV25 = empty_set ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[565]) ).

thf(591,plain,
    ! [SV81: $i,SV25: $i] :
      ( ( ! [SY160: $i] :
            ( ~ ( relation_of2_as_subset @ SY160 @ SV25 @ SV81 )
            | ( SV81 != empty_set )
            | ~ ( quasi_total @ SY160 @ SV25 @ SV81 )
            | ( SY160 = empty_set )
            | ( SV25 = empty_set ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[566]) ).

thf(592,plain,
    ! [SV65: $i,SV54: $i] :
      ( ( ( empty @ SV54 )
        = $false )
      | ( ( ~ ( relation @ SV65 ) )
        = $true )
      | ( ( empty @ ( relation_composition @ SV54 @ SV65 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[567]) ).

thf(593,plain,
    ! [SV66: $i,SV55: $i] :
      ( ( ( empty @ SV55 )
        = $false )
      | ( ( ~ ( relation @ SV66 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV55 @ SV66 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[568]) ).

thf(594,plain,
    ! [SV69: $i,SV28: $i,SV75: $i] :
      ( ( ( relation_of2 @ SV75 @ SV28 @ SV69 )
        = $false )
      | ( ( relation_of2_as_subset @ SV75 @ SV28 @ SV69 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[571]) ).

thf(595,plain,
    ! [SV70: $i,SV28: $i,SV76: $i] :
      ( ( ( relation_of2_as_subset @ SV76 @ SV28 @ SV70 )
        = $false )
      | ( ( relation_of2 @ SV76 @ SV28 @ SV70 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[572]) ).

thf(596,plain,
    ! [SV71: $i,SV58: $i] :
      ( ( ( empty @ SV58 )
        = $false )
      | ( ( ~ ( relation @ SV71 ) )
        = $true )
      | ( ( empty @ ( relation_composition @ SV71 @ SV58 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[573]) ).

thf(597,plain,
    ! [SV72: $i,SV59: $i] :
      ( ( ( empty @ SV59 )
        = $false )
      | ( ( ~ ( relation @ SV72 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV72 @ SV59 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[574]) ).

thf(598,plain,
    ( ( ~ ( function @ sK17_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[575]) ).

thf(599,plain,
    ( ( ~ ( relation @ sK17_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[575]) ).

thf(600,plain,
    ( ( ~ ( ( sK2_SY91 != empty_set ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[576]) ).

thf(601,plain,
    ( ( ~ ( ( ( apply @ ( relation_composition @ sK4_SY98 @ sK5_SY100 ) @ sK3_SY95 )
           != ( apply @ sK5_SY100 @ ( apply @ sK4_SY98 @ sK3_SY95 ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[576]) ).

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

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

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

thf(605,plain,
    ! [SV29: $i,SV47: $i] :
      ( ( relation @ ( sK12_C @ SV47 @ SV29 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[580]) ).

thf(606,plain,
    ! [SV29: $i,SV47: $i] :
      ( ( relation_of2 @ ( sK12_C @ SV47 @ SV29 ) @ SV29 @ SV47 )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[581]) ).

thf(607,plain,
    ! [SV73: $i,SV63: $i] :
      ( ( ( ~ ( function @ SV63 )
          | ~ ( relation @ SV63 ) )
        = $true )
      | ( ( ~ ( relation @ SV73 ) )
        = $true )
      | ( ( ~ ( function @ SV73 ) )
        = $true )
      | ( ( function @ ( relation_composition @ SV63 @ SV73 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[582]) ).

thf(608,plain,
    ! [SV74: $i,SV64: $i] :
      ( ( ( ~ ( function @ SV64 )
          | ~ ( relation @ SV64 ) )
        = $true )
      | ( ( ~ ( relation @ SV74 ) )
        = $true )
      | ( ( ~ ( function @ SV74 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV64 @ SV74 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[583]) ).

thf(609,plain,
    ! [SV40: $i,SV17: $i,SV77: $i] :
      ( ( ( ~ ( function @ SV77 ) )
        = $true )
      | ( ( ~ ( relation @ SV77 ) )
        = $true )
      | ( ( ~ ( in @ SV17 @ ( relation_dom @ SV40 ) )
          | ( ( apply @ ( relation_composition @ SV40 @ SV77 ) @ SV17 )
            = ( apply @ SV77 @ ( apply @ SV40 @ SV17 ) ) ) )
        = $true )
      | ( ( function @ SV40 )
        = $false )
      | ( ( relation @ SV40 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[584]) ).

thf(610,plain,
    ! [SV24: $i,SV46: $i] :
      ( ( ~ ( relation @ ( sK18_C @ SV46 @ SV24 ) )
        | ~ ( relation_of2 @ ( sK18_C @ SV46 @ SV24 ) @ SV24 @ SV46 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[586]) ).

thf(611,plain,
    ! [SV25: $i] :
      ( ( ~ ! [SY125: $i,SY126: $i] :
              ( ~ ( relation_of2_as_subset @ SY126 @ SV25 @ SY125 )
              | ( SY125 = empty_set )
              | ( SV25
               != ( relation_dom_as_subset @ SV25 @ SY125 @ SY126 ) )
              | ( quasi_total @ SY126 @ SV25 @ SY125 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[588]) ).

thf(612,plain,
    ! [SV25: $i] :
      ( ( ~ ! [SY127: $i,SY128: $i] :
              ( ~ ( relation_of2_as_subset @ SY128 @ SV25 @ SY127 )
              | ( SY127 = empty_set )
              | ~ ( quasi_total @ SY128 @ SV25 @ SY127 )
              | ( SV25
                = ( relation_dom_as_subset @ SV25 @ SY127 @ SY128 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[588]) ).

thf(613,plain,
    ! [SV25: $i] :
      ( ( ~ ! [SY129: $i,SY130: $i] :
              ( ~ ( relation_of2_as_subset @ SY130 @ SV25 @ SY129 )
              | ( SV25 != empty_set )
              | ( SV25
               != ( relation_dom_as_subset @ SV25 @ SY129 @ SY130 ) )
              | ( quasi_total @ SY130 @ SV25 @ SY129 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[589]) ).

thf(614,plain,
    ! [SV25: $i] :
      ( ( ~ ! [SY131: $i,SY132: $i] :
              ( ~ ( relation_of2_as_subset @ SY132 @ SV25 @ SY131 )
              | ( SV25 != empty_set )
              | ~ ( quasi_total @ SY132 @ SV25 @ SY131 )
              | ( SV25
                = ( relation_dom_as_subset @ SV25 @ SY131 @ SY132 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[589]) ).

thf(615,plain,
    ! [SV80: $i,SV25: $i,SV82: $i] :
      ( ( ~ ( relation_of2_as_subset @ SV82 @ SV25 @ SV80 )
        | ( SV80 != empty_set )
        | ( SV82 != empty_set )
        | ( quasi_total @ SV82 @ SV25 @ SV80 )
        | ( SV25 = empty_set ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[590]) ).

thf(616,plain,
    ! [SV81: $i,SV25: $i,SV83: $i] :
      ( ( ~ ( relation_of2_as_subset @ SV83 @ SV25 @ SV81 )
        | ( SV81 != empty_set )
        | ~ ( quasi_total @ SV83 @ SV25 @ SV81 )
        | ( SV83 = empty_set )
        | ( SV25 = empty_set ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[591]) ).

thf(617,plain,
    ! [SV54: $i,SV65: $i] :
      ( ( ( relation @ SV65 )
        = $false )
      | ( ( empty @ SV54 )
        = $false )
      | ( ( empty @ ( relation_composition @ SV54 @ SV65 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[592]) ).

thf(618,plain,
    ! [SV55: $i,SV66: $i] :
      ( ( ( relation @ SV66 )
        = $false )
      | ( ( empty @ SV55 )
        = $false )
      | ( ( relation @ ( relation_composition @ SV55 @ SV66 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[593]) ).

thf(619,plain,
    ! [SV58: $i,SV71: $i] :
      ( ( ( relation @ SV71 )
        = $false )
      | ( ( empty @ SV58 )
        = $false )
      | ( ( empty @ ( relation_composition @ SV71 @ SV58 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[596]) ).

thf(620,plain,
    ! [SV59: $i,SV72: $i] :
      ( ( ( relation @ SV72 )
        = $false )
      | ( ( empty @ SV59 )
        = $false )
      | ( ( relation @ ( relation_composition @ SV72 @ SV59 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[597]) ).

thf(621,plain,
    ( ( function @ sK17_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[598]) ).

thf(622,plain,
    ( ( relation @ sK17_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[599]) ).

thf(623,plain,
    ( ( ( sK2_SY91 != empty_set ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[600]) ).

thf(624,plain,
    ( ( ( ( apply @ ( relation_composition @ sK4_SY98 @ sK5_SY100 ) @ sK3_SY95 )
       != ( apply @ sK5_SY100 @ ( apply @ sK4_SY98 @ sK3_SY95 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[601]) ).

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

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

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

thf(628,plain,
    ! [SV73: $i,SV63: $i] :
      ( ( ( ~ ( function @ SV63 ) )
        = $true )
      | ( ( ~ ( relation @ SV63 ) )
        = $true )
      | ( ( ~ ( relation @ SV73 ) )
        = $true )
      | ( ( ~ ( function @ SV73 ) )
        = $true )
      | ( ( function @ ( relation_composition @ SV63 @ SV73 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[607]) ).

thf(629,plain,
    ! [SV74: $i,SV64: $i] :
      ( ( ( ~ ( function @ SV64 ) )
        = $true )
      | ( ( ~ ( relation @ SV64 ) )
        = $true )
      | ( ( ~ ( relation @ SV74 ) )
        = $true )
      | ( ( ~ ( function @ SV74 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV64 @ SV74 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[608]) ).

thf(630,plain,
    ! [SV40: $i,SV17: $i,SV77: $i] :
      ( ( ( function @ SV77 )
        = $false )
      | ( ( ~ ( relation @ SV77 ) )
        = $true )
      | ( ( ~ ( in @ SV17 @ ( relation_dom @ SV40 ) )
          | ( ( apply @ ( relation_composition @ SV40 @ SV77 ) @ SV17 )
            = ( apply @ SV77 @ ( apply @ SV40 @ SV17 ) ) ) )
        = $true )
      | ( ( function @ SV40 )
        = $false )
      | ( ( relation @ SV40 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[609]) ).

thf(631,plain,
    ! [SV24: $i,SV46: $i] :
      ( ( ~ ( relation @ ( sK18_C @ SV46 @ SV24 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[610]) ).

thf(632,plain,
    ! [SV24: $i,SV46: $i] :
      ( ( ~ ( relation_of2 @ ( sK18_C @ SV46 @ SV24 ) @ SV24 @ SV46 ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[610]) ).

thf(633,plain,
    ! [SV25: $i] :
      ( ( ! [SY125: $i,SY126: $i] :
            ( ~ ( relation_of2_as_subset @ SY126 @ SV25 @ SY125 )
            | ( SY125 = empty_set )
            | ( SV25
             != ( relation_dom_as_subset @ SV25 @ SY125 @ SY126 ) )
            | ( quasi_total @ SY126 @ SV25 @ SY125 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[611]) ).

thf(634,plain,
    ! [SV25: $i] :
      ( ( ! [SY127: $i,SY128: $i] :
            ( ~ ( relation_of2_as_subset @ SY128 @ SV25 @ SY127 )
            | ( SY127 = empty_set )
            | ~ ( quasi_total @ SY128 @ SV25 @ SY127 )
            | ( SV25
              = ( relation_dom_as_subset @ SV25 @ SY127 @ SY128 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[612]) ).

thf(635,plain,
    ! [SV25: $i] :
      ( ( ! [SY129: $i,SY130: $i] :
            ( ~ ( relation_of2_as_subset @ SY130 @ SV25 @ SY129 )
            | ( SV25 != empty_set )
            | ( SV25
             != ( relation_dom_as_subset @ SV25 @ SY129 @ SY130 ) )
            | ( quasi_total @ SY130 @ SV25 @ SY129 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[613]) ).

thf(636,plain,
    ! [SV25: $i] :
      ( ( ! [SY131: $i,SY132: $i] :
            ( ~ ( relation_of2_as_subset @ SY132 @ SV25 @ SY131 )
            | ( SV25 != empty_set )
            | ~ ( quasi_total @ SY132 @ SV25 @ SY131 )
            | ( SV25
              = ( relation_dom_as_subset @ SV25 @ SY131 @ SY132 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[614]) ).

thf(637,plain,
    ! [SV80: $i,SV25: $i,SV82: $i] :
      ( ( ( ~ ( relation_of2_as_subset @ SV82 @ SV25 @ SV80 ) )
        = $true )
      | ( ( ( SV80 != empty_set )
          | ( SV82 != empty_set )
          | ( quasi_total @ SV82 @ SV25 @ SV80 )
          | ( SV25 = empty_set ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[615]) ).

thf(638,plain,
    ! [SV81: $i,SV25: $i,SV83: $i] :
      ( ( ( ~ ( relation_of2_as_subset @ SV83 @ SV25 @ SV81 ) )
        = $true )
      | ( ( ( SV81 != empty_set )
          | ~ ( quasi_total @ SV83 @ SV25 @ SV81 )
          | ( SV83 = empty_set )
          | ( SV25 = empty_set ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[616]) ).

thf(639,plain,
    ( ( sK2_SY91 = empty_set )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[623]) ).

thf(640,plain,
    ( ( ( apply @ ( relation_composition @ sK4_SY98 @ sK5_SY100 ) @ sK3_SY95 )
      = ( apply @ sK5_SY100 @ ( apply @ sK4_SY98 @ sK3_SY95 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[624]) ).

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

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

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

thf(644,plain,
    ! [SV73: $i,SV63: $i] :
      ( ( ( function @ SV63 )
        = $false )
      | ( ( ~ ( relation @ SV63 ) )
        = $true )
      | ( ( ~ ( relation @ SV73 ) )
        = $true )
      | ( ( ~ ( function @ SV73 ) )
        = $true )
      | ( ( function @ ( relation_composition @ SV63 @ SV73 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[628]) ).

thf(645,plain,
    ! [SV74: $i,SV64: $i] :
      ( ( ( function @ SV64 )
        = $false )
      | ( ( ~ ( relation @ SV64 ) )
        = $true )
      | ( ( ~ ( relation @ SV74 ) )
        = $true )
      | ( ( ~ ( function @ SV74 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV64 @ SV74 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[629]) ).

thf(646,plain,
    ! [SV40: $i,SV17: $i,SV77: $i] :
      ( ( ( relation @ SV77 )
        = $false )
      | ( ( function @ SV77 )
        = $false )
      | ( ( ~ ( in @ SV17 @ ( relation_dom @ SV40 ) )
          | ( ( apply @ ( relation_composition @ SV40 @ SV77 ) @ SV17 )
            = ( apply @ SV77 @ ( apply @ SV40 @ SV17 ) ) ) )
        = $true )
      | ( ( function @ SV40 )
        = $false )
      | ( ( relation @ SV40 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[630]) ).

thf(647,plain,
    ! [SV24: $i,SV46: $i] :
      ( ( relation @ ( sK18_C @ SV46 @ SV24 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[631]) ).

thf(648,plain,
    ! [SV24: $i,SV46: $i] :
      ( ( relation_of2 @ ( sK18_C @ SV46 @ SV24 ) @ SV24 @ SV46 )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[632]) ).

thf(649,plain,
    ! [SV84: $i,SV25: $i] :
      ( ( ! [SY161: $i] :
            ( ~ ( relation_of2_as_subset @ SY161 @ SV25 @ SV84 )
            | ( SV84 = empty_set )
            | ( SV25
             != ( relation_dom_as_subset @ SV25 @ SV84 @ SY161 ) )
            | ( quasi_total @ SY161 @ SV25 @ SV84 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[633]) ).

thf(650,plain,
    ! [SV85: $i,SV25: $i] :
      ( ( ! [SY162: $i] :
            ( ~ ( relation_of2_as_subset @ SY162 @ SV25 @ SV85 )
            | ( SV85 = empty_set )
            | ~ ( quasi_total @ SY162 @ SV25 @ SV85 )
            | ( SV25
              = ( relation_dom_as_subset @ SV25 @ SV85 @ SY162 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[634]) ).

thf(651,plain,
    ! [SV86: $i,SV25: $i] :
      ( ( ! [SY163: $i] :
            ( ~ ( relation_of2_as_subset @ SY163 @ SV25 @ SV86 )
            | ( SV25 != empty_set )
            | ( SV25
             != ( relation_dom_as_subset @ SV25 @ SV86 @ SY163 ) )
            | ( quasi_total @ SY163 @ SV25 @ SV86 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[635]) ).

thf(652,plain,
    ! [SV87: $i,SV25: $i] :
      ( ( ! [SY164: $i] :
            ( ~ ( relation_of2_as_subset @ SY164 @ SV25 @ SV87 )
            | ( SV25 != empty_set )
            | ~ ( quasi_total @ SY164 @ SV25 @ SV87 )
            | ( SV25
              = ( relation_dom_as_subset @ SV25 @ SV87 @ SY164 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[636]) ).

thf(653,plain,
    ! [SV80: $i,SV25: $i,SV82: $i] :
      ( ( ( relation_of2_as_subset @ SV82 @ SV25 @ SV80 )
        = $false )
      | ( ( ( SV80 != empty_set )
          | ( SV82 != empty_set )
          | ( quasi_total @ SV82 @ SV25 @ SV80 )
          | ( SV25 = empty_set ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[637]) ).

thf(654,plain,
    ! [SV81: $i,SV25: $i,SV83: $i] :
      ( ( ( relation_of2_as_subset @ SV83 @ SV25 @ SV81 )
        = $false )
      | ( ( ( SV81 != empty_set )
          | ~ ( quasi_total @ SV83 @ SV25 @ SV81 )
          | ( SV83 = empty_set )
          | ( SV25 = empty_set ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[638]) ).

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

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

thf(657,plain,
    ! [SV73: $i,SV63: $i] :
      ( ( ( relation @ SV63 )
        = $false )
      | ( ( function @ SV63 )
        = $false )
      | ( ( ~ ( relation @ SV73 ) )
        = $true )
      | ( ( ~ ( function @ SV73 ) )
        = $true )
      | ( ( function @ ( relation_composition @ SV63 @ SV73 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[644]) ).

thf(658,plain,
    ! [SV74: $i,SV64: $i] :
      ( ( ( relation @ SV64 )
        = $false )
      | ( ( function @ SV64 )
        = $false )
      | ( ( ~ ( relation @ SV74 ) )
        = $true )
      | ( ( ~ ( function @ SV74 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV64 @ SV74 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[645]) ).

thf(659,plain,
    ! [SV77: $i,SV40: $i,SV17: $i] :
      ( ( ( ~ ( in @ SV17 @ ( relation_dom @ SV40 ) ) )
        = $true )
      | ( ( ( apply @ ( relation_composition @ SV40 @ SV77 ) @ SV17 )
          = ( apply @ SV77 @ ( apply @ SV40 @ SV17 ) ) )
        = $true )
      | ( ( function @ SV77 )
        = $false )
      | ( ( relation @ SV77 )
        = $false )
      | ( ( function @ SV40 )
        = $false )
      | ( ( relation @ SV40 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[646]) ).

thf(660,plain,
    ! [SV84: $i,SV25: $i,SV88: $i] :
      ( ( ~ ( relation_of2_as_subset @ SV88 @ SV25 @ SV84 )
        | ( SV84 = empty_set )
        | ( SV25
         != ( relation_dom_as_subset @ SV25 @ SV84 @ SV88 ) )
        | ( quasi_total @ SV88 @ SV25 @ SV84 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[649]) ).

thf(661,plain,
    ! [SV85: $i,SV25: $i,SV89: $i] :
      ( ( ~ ( relation_of2_as_subset @ SV89 @ SV25 @ SV85 )
        | ( SV85 = empty_set )
        | ~ ( quasi_total @ SV89 @ SV25 @ SV85 )
        | ( SV25
          = ( relation_dom_as_subset @ SV25 @ SV85 @ SV89 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[650]) ).

thf(662,plain,
    ! [SV86: $i,SV25: $i,SV90: $i] :
      ( ( ~ ( relation_of2_as_subset @ SV90 @ SV25 @ SV86 )
        | ( SV25 != empty_set )
        | ( SV25
         != ( relation_dom_as_subset @ SV25 @ SV86 @ SV90 ) )
        | ( quasi_total @ SV90 @ SV25 @ SV86 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[651]) ).

thf(663,plain,
    ! [SV87: $i,SV25: $i,SV91: $i] :
      ( ( ~ ( relation_of2_as_subset @ SV91 @ SV25 @ SV87 )
        | ( SV25 != empty_set )
        | ~ ( quasi_total @ SV91 @ SV25 @ SV87 )
        | ( SV25
          = ( relation_dom_as_subset @ SV25 @ SV87 @ SV91 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[652]) ).

thf(664,plain,
    ! [SV25: $i,SV82: $i,SV80: $i] :
      ( ( ( ( SV80 != empty_set ) )
        = $true )
      | ( ( ( SV82 != empty_set )
          | ( quasi_total @ SV82 @ SV25 @ SV80 )
          | ( SV25 = empty_set ) )
        = $true )
      | ( ( relation_of2_as_subset @ SV82 @ SV25 @ SV80 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[653]) ).

thf(665,plain,
    ! [SV25: $i,SV83: $i,SV81: $i] :
      ( ( ( ( SV81 != empty_set ) )
        = $true )
      | ( ( ~ ( quasi_total @ SV83 @ SV25 @ SV81 )
          | ( SV83 = empty_set )
          | ( SV25 = empty_set ) )
        = $true )
      | ( ( relation_of2_as_subset @ SV83 @ SV25 @ SV81 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[654]) ).

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

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

thf(668,plain,
    ! [SV63: $i,SV73: $i] :
      ( ( ( relation @ SV73 )
        = $false )
      | ( ( function @ SV63 )
        = $false )
      | ( ( relation @ SV63 )
        = $false )
      | ( ( ~ ( function @ SV73 ) )
        = $true )
      | ( ( function @ ( relation_composition @ SV63 @ SV73 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[657]) ).

thf(669,plain,
    ! [SV64: $i,SV74: $i] :
      ( ( ( relation @ SV74 )
        = $false )
      | ( ( function @ SV64 )
        = $false )
      | ( ( relation @ SV64 )
        = $false )
      | ( ( ~ ( function @ SV74 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV64 @ SV74 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[658]) ).

thf(670,plain,
    ! [SV77: $i,SV40: $i,SV17: $i] :
      ( ( ( in @ SV17 @ ( relation_dom @ SV40 ) )
        = $false )
      | ( ( ( apply @ ( relation_composition @ SV40 @ SV77 ) @ SV17 )
          = ( apply @ SV77 @ ( apply @ SV40 @ SV17 ) ) )
        = $true )
      | ( ( function @ SV77 )
        = $false )
      | ( ( relation @ SV77 )
        = $false )
      | ( ( function @ SV40 )
        = $false )
      | ( ( relation @ SV40 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[659]) ).

thf(671,plain,
    ! [SV84: $i,SV25: $i,SV88: $i] :
      ( ( ( ~ ( relation_of2_as_subset @ SV88 @ SV25 @ SV84 ) )
        = $true )
      | ( ( ( SV84 = empty_set )
          | ( SV25
           != ( relation_dom_as_subset @ SV25 @ SV84 @ SV88 ) )
          | ( quasi_total @ SV88 @ SV25 @ SV84 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[660]) ).

thf(672,plain,
    ! [SV85: $i,SV25: $i,SV89: $i] :
      ( ( ( ~ ( relation_of2_as_subset @ SV89 @ SV25 @ SV85 ) )
        = $true )
      | ( ( ( SV85 = empty_set )
          | ~ ( quasi_total @ SV89 @ SV25 @ SV85 )
          | ( SV25
            = ( relation_dom_as_subset @ SV25 @ SV85 @ SV89 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[661]) ).

thf(673,plain,
    ! [SV86: $i,SV25: $i,SV90: $i] :
      ( ( ( ~ ( relation_of2_as_subset @ SV90 @ SV25 @ SV86 ) )
        = $true )
      | ( ( ( SV25 != empty_set )
          | ( SV25
           != ( relation_dom_as_subset @ SV25 @ SV86 @ SV90 ) )
          | ( quasi_total @ SV90 @ SV25 @ SV86 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[662]) ).

thf(674,plain,
    ! [SV87: $i,SV25: $i,SV91: $i] :
      ( ( ( ~ ( relation_of2_as_subset @ SV91 @ SV25 @ SV87 ) )
        = $true )
      | ( ( ( SV25 != empty_set )
          | ~ ( quasi_total @ SV91 @ SV25 @ SV87 )
          | ( SV25
            = ( relation_dom_as_subset @ SV25 @ SV87 @ SV91 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[663]) ).

thf(675,plain,
    ! [SV25: $i,SV82: $i,SV80: $i] :
      ( ( ( SV80 = empty_set )
        = $false )
      | ( ( ( SV82 != empty_set )
          | ( quasi_total @ SV82 @ SV25 @ SV80 )
          | ( SV25 = empty_set ) )
        = $true )
      | ( ( relation_of2_as_subset @ SV82 @ SV25 @ SV80 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[664]) ).

thf(676,plain,
    ! [SV25: $i,SV83: $i,SV81: $i] :
      ( ( ( SV81 = empty_set )
        = $false )
      | ( ( ~ ( quasi_total @ SV83 @ SV25 @ SV81 )
          | ( SV83 = empty_set )
          | ( SV25 = empty_set ) )
        = $true )
      | ( ( relation_of2_as_subset @ SV83 @ SV25 @ SV81 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[665]) ).

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

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

thf(679,plain,
    ! [SV63: $i,SV73: $i] :
      ( ( ( function @ SV73 )
        = $false )
      | ( ( relation @ SV63 )
        = $false )
      | ( ( function @ SV63 )
        = $false )
      | ( ( relation @ SV73 )
        = $false )
      | ( ( function @ ( relation_composition @ SV63 @ SV73 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[668]) ).

thf(680,plain,
    ! [SV64: $i,SV74: $i] :
      ( ( ( function @ SV74 )
        = $false )
      | ( ( relation @ SV64 )
        = $false )
      | ( ( function @ SV64 )
        = $false )
      | ( ( relation @ SV74 )
        = $false )
      | ( ( relation @ ( relation_composition @ SV64 @ SV74 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[669]) ).

thf(681,plain,
    ! [SV84: $i,SV25: $i,SV88: $i] :
      ( ( ( relation_of2_as_subset @ SV88 @ SV25 @ SV84 )
        = $false )
      | ( ( ( SV84 = empty_set )
          | ( SV25
           != ( relation_dom_as_subset @ SV25 @ SV84 @ SV88 ) )
          | ( quasi_total @ SV88 @ SV25 @ SV84 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[671]) ).

thf(682,plain,
    ! [SV85: $i,SV25: $i,SV89: $i] :
      ( ( ( relation_of2_as_subset @ SV89 @ SV25 @ SV85 )
        = $false )
      | ( ( ( SV85 = empty_set )
          | ~ ( quasi_total @ SV89 @ SV25 @ SV85 )
          | ( SV25
            = ( relation_dom_as_subset @ SV25 @ SV85 @ SV89 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[672]) ).

thf(683,plain,
    ! [SV86: $i,SV25: $i,SV90: $i] :
      ( ( ( relation_of2_as_subset @ SV90 @ SV25 @ SV86 )
        = $false )
      | ( ( ( SV25 != empty_set )
          | ( SV25
           != ( relation_dom_as_subset @ SV25 @ SV86 @ SV90 ) )
          | ( quasi_total @ SV90 @ SV25 @ SV86 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[673]) ).

thf(684,plain,
    ! [SV87: $i,SV25: $i,SV91: $i] :
      ( ( ( relation_of2_as_subset @ SV91 @ SV25 @ SV87 )
        = $false )
      | ( ( ( SV25 != empty_set )
          | ~ ( quasi_total @ SV91 @ SV25 @ SV87 )
          | ( SV25
            = ( relation_dom_as_subset @ SV25 @ SV87 @ SV91 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[674]) ).

thf(685,plain,
    ! [SV80: $i,SV25: $i,SV82: $i] :
      ( ( ( ( SV82 != empty_set )
          | ( quasi_total @ SV82 @ SV25 @ SV80 ) )
        = $true )
      | ( ( SV25 = empty_set )
        = $true )
      | ( ( SV80 = empty_set )
        = $false )
      | ( ( relation_of2_as_subset @ SV82 @ SV25 @ SV80 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[675]) ).

thf(686,plain,
    ! [SV81: $i,SV25: $i,SV83: $i] :
      ( ( ( ~ ( quasi_total @ SV83 @ SV25 @ SV81 )
          | ( SV83 = empty_set ) )
        = $true )
      | ( ( SV25 = empty_set )
        = $true )
      | ( ( SV81 = empty_set )
        = $false )
      | ( ( relation_of2_as_subset @ SV83 @ SV25 @ SV81 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[676]) ).

thf(687,plain,
    ! [SV88: $i,SV25: $i,SV84: $i] :
      ( ( ( SV84 = empty_set )
        = $true )
      | ( ( ( SV25
           != ( relation_dom_as_subset @ SV25 @ SV84 @ SV88 ) )
          | ( quasi_total @ SV88 @ SV25 @ SV84 ) )
        = $true )
      | ( ( relation_of2_as_subset @ SV88 @ SV25 @ SV84 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[681]) ).

thf(688,plain,
    ! [SV25: $i,SV89: $i,SV85: $i] :
      ( ( ( SV85 = empty_set )
        = $true )
      | ( ( ~ ( quasi_total @ SV89 @ SV25 @ SV85 )
          | ( SV25
            = ( relation_dom_as_subset @ SV25 @ SV85 @ SV89 ) ) )
        = $true )
      | ( ( relation_of2_as_subset @ SV89 @ SV25 @ SV85 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[682]) ).

thf(689,plain,
    ! [SV90: $i,SV86: $i,SV25: $i] :
      ( ( ( ( SV25 != empty_set ) )
        = $true )
      | ( ( ( SV25
           != ( relation_dom_as_subset @ SV25 @ SV86 @ SV90 ) )
          | ( quasi_total @ SV90 @ SV25 @ SV86 ) )
        = $true )
      | ( ( relation_of2_as_subset @ SV90 @ SV25 @ SV86 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[683]) ).

thf(690,plain,
    ! [SV87: $i,SV91: $i,SV25: $i] :
      ( ( ( ( SV25 != empty_set ) )
        = $true )
      | ( ( ~ ( quasi_total @ SV91 @ SV25 @ SV87 )
          | ( SV25
            = ( relation_dom_as_subset @ SV25 @ SV87 @ SV91 ) ) )
        = $true )
      | ( ( relation_of2_as_subset @ SV91 @ SV25 @ SV87 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[684]) ).

thf(691,plain,
    ! [SV80: $i,SV25: $i,SV82: $i] :
      ( ( ( ( SV82 != empty_set ) )
        = $true )
      | ( ( quasi_total @ SV82 @ SV25 @ SV80 )
        = $true )
      | ( ( SV25 = empty_set )
        = $true )
      | ( ( SV80 = empty_set )
        = $false )
      | ( ( relation_of2_as_subset @ SV82 @ SV25 @ SV80 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[685]) ).

thf(692,plain,
    ! [SV81: $i,SV25: $i,SV83: $i] :
      ( ( ( ~ ( quasi_total @ SV83 @ SV25 @ SV81 ) )
        = $true )
      | ( ( SV83 = empty_set )
        = $true )
      | ( ( SV25 = empty_set )
        = $true )
      | ( ( SV81 = empty_set )
        = $false )
      | ( ( relation_of2_as_subset @ SV83 @ SV25 @ SV81 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[686]) ).

thf(693,plain,
    ! [SV88: $i,SV84: $i,SV25: $i] :
      ( ( ( ( SV25
           != ( relation_dom_as_subset @ SV25 @ SV84 @ SV88 ) ) )
        = $true )
      | ( ( quasi_total @ SV88 @ SV25 @ SV84 )
        = $true )
      | ( ( SV84 = empty_set )
        = $true )
      | ( ( relation_of2_as_subset @ SV88 @ SV25 @ SV84 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[687]) ).

thf(694,plain,
    ! [SV85: $i,SV25: $i,SV89: $i] :
      ( ( ( ~ ( quasi_total @ SV89 @ SV25 @ SV85 ) )
        = $true )
      | ( ( SV25
          = ( relation_dom_as_subset @ SV25 @ SV85 @ SV89 ) )
        = $true )
      | ( ( SV85 = empty_set )
        = $true )
      | ( ( relation_of2_as_subset @ SV89 @ SV25 @ SV85 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[688]) ).

thf(695,plain,
    ! [SV90: $i,SV86: $i,SV25: $i] :
      ( ( ( SV25 = empty_set )
        = $false )
      | ( ( ( SV25
           != ( relation_dom_as_subset @ SV25 @ SV86 @ SV90 ) )
          | ( quasi_total @ SV90 @ SV25 @ SV86 ) )
        = $true )
      | ( ( relation_of2_as_subset @ SV90 @ SV25 @ SV86 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[689]) ).

thf(696,plain,
    ! [SV87: $i,SV91: $i,SV25: $i] :
      ( ( ( SV25 = empty_set )
        = $false )
      | ( ( ~ ( quasi_total @ SV91 @ SV25 @ SV87 )
          | ( SV25
            = ( relation_dom_as_subset @ SV25 @ SV87 @ SV91 ) ) )
        = $true )
      | ( ( relation_of2_as_subset @ SV91 @ SV25 @ SV87 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[690]) ).

thf(697,plain,
    ! [SV80: $i,SV25: $i,SV82: $i] :
      ( ( ( SV82 = empty_set )
        = $false )
      | ( ( quasi_total @ SV82 @ SV25 @ SV80 )
        = $true )
      | ( ( SV25 = empty_set )
        = $true )
      | ( ( SV80 = empty_set )
        = $false )
      | ( ( relation_of2_as_subset @ SV82 @ SV25 @ SV80 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[691]) ).

thf(698,plain,
    ! [SV81: $i,SV25: $i,SV83: $i] :
      ( ( ( quasi_total @ SV83 @ SV25 @ SV81 )
        = $false )
      | ( ( SV83 = empty_set )
        = $true )
      | ( ( SV25 = empty_set )
        = $true )
      | ( ( SV81 = empty_set )
        = $false )
      | ( ( relation_of2_as_subset @ SV83 @ SV25 @ SV81 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[692]) ).

thf(699,plain,
    ! [SV88: $i,SV84: $i,SV25: $i] :
      ( ( ( SV25
          = ( relation_dom_as_subset @ SV25 @ SV84 @ SV88 ) )
        = $false )
      | ( ( quasi_total @ SV88 @ SV25 @ SV84 )
        = $true )
      | ( ( SV84 = empty_set )
        = $true )
      | ( ( relation_of2_as_subset @ SV88 @ SV25 @ SV84 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[693]) ).

thf(700,plain,
    ! [SV85: $i,SV25: $i,SV89: $i] :
      ( ( ( quasi_total @ SV89 @ SV25 @ SV85 )
        = $false )
      | ( ( SV25
          = ( relation_dom_as_subset @ SV25 @ SV85 @ SV89 ) )
        = $true )
      | ( ( SV85 = empty_set )
        = $true )
      | ( ( relation_of2_as_subset @ SV89 @ SV25 @ SV85 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[694]) ).

thf(701,plain,
    ! [SV90: $i,SV86: $i,SV25: $i] :
      ( ( ( ( SV25
           != ( relation_dom_as_subset @ SV25 @ SV86 @ SV90 ) ) )
        = $true )
      | ( ( quasi_total @ SV90 @ SV25 @ SV86 )
        = $true )
      | ( ( SV25 = empty_set )
        = $false )
      | ( ( relation_of2_as_subset @ SV90 @ SV25 @ SV86 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[695]) ).

thf(702,plain,
    ! [SV87: $i,SV25: $i,SV91: $i] :
      ( ( ( ~ ( quasi_total @ SV91 @ SV25 @ SV87 ) )
        = $true )
      | ( ( SV25
          = ( relation_dom_as_subset @ SV25 @ SV87 @ SV91 ) )
        = $true )
      | ( ( SV25 = empty_set )
        = $false )
      | ( ( relation_of2_as_subset @ SV91 @ SV25 @ SV87 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[696]) ).

thf(703,plain,
    ! [SV90: $i,SV86: $i,SV25: $i] :
      ( ( ( SV25
          = ( relation_dom_as_subset @ SV25 @ SV86 @ SV90 ) )
        = $false )
      | ( ( quasi_total @ SV90 @ SV25 @ SV86 )
        = $true )
      | ( ( SV25 = empty_set )
        = $false )
      | ( ( relation_of2_as_subset @ SV90 @ SV25 @ SV86 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[701]) ).

thf(704,plain,
    ! [SV87: $i,SV25: $i,SV91: $i] :
      ( ( ( quasi_total @ SV91 @ SV25 @ SV87 )
        = $false )
      | ( ( SV25
          = ( relation_dom_as_subset @ SV25 @ SV87 @ SV91 ) )
        = $true )
      | ( ( SV25 = empty_set )
        = $false )
      | ( ( relation_of2_as_subset @ SV91 @ SV25 @ SV87 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[702]) ).

thf(705,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[174,704,703,700,699,698,697,680,679,678,677,670,648,647,643,640,639,622,621,620,619,618,617,606,605,595,594,587,585,570,569,559,557,556,552,551,546,545,544,543,541,540,533,532,531,530,529,521,517,512,490,481,478,475,473,472,471,470,468,467,466,462,447,446,427,418,414,409,408,403,401,395,394,389,388,386,384,383,382,373,360,359,306,305,304,265,263,258,225,224,223,202,191,182,181,178,177,176,175]) ).

thf(706,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[705]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.05/0.10  % Problem  : SEU292+1 : TPTP v8.1.0. Released v3.3.0.
% 0.05/0.11  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.10/0.30  % Computer : n032.cluster.edu
% 0.10/0.30  % Model    : x86_64 x86_64
% 0.10/0.30  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.30  % Memory   : 8042.1875MB
% 0.10/0.30  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.30  % CPULimit : 300
% 0.10/0.30  % WCLimit  : 600
% 0.10/0.30  % DateTime : Mon Jun 20 01:38:03 EDT 2022
% 0.10/0.30  % CPUTime  : 
% 0.16/0.33  .
% 0.16/0.33  
% 0.16/0.33   No.of.Axioms: 55
% 0.16/0.33  
% 0.16/0.33   Length.of.Defs: 0
% 0.16/0.33  
% 0.16/0.33   Contains.Choice.Funs: false
% 0.16/0.35  .
% 0.16/0.35  (rf:0,axioms:55,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:600,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:57,loop_count:0,foatp_calls:0,translation:fof_full)...............................
% 0.51/0.72  
% 0.51/0.72  ********************************
% 0.51/0.72  *   All subproblems solved!    *
% 0.51/0.72  ********************************
% 0.51/0.72  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:58,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:705,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.68/0.88  
% 0.68/0.88  %**** Beginning of derivation protocol ****
% 0.68/0.88  % SZS output start CNFRefutation
% See solution above
% 0.68/0.88  
% 0.68/0.88  %**** End of derivation protocol ****
% 0.68/0.88  %**** no. of clauses in derivation: 706 ****
% 0.68/0.88  %**** clause counter: 705 ****
% 0.68/0.88  
% 0.68/0.88  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:58,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:705,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------