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

View Problem - Process Solution

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

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

% Result   : Theorem 118.91s 119.12s
% Output   : CNFRefutation 119.04s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   25
%            Number of leaves      :   67
% Syntax   : Number of formulae    :  553 ( 296 unt;  27 typ;   0 def)
%            Number of atoms       : 3774 (1128 equ;   0 cnn)
%            Maximal formula atoms :    8 (   7 avg)
%            Number of connectives : 6239 (1111   ~;1176   |; 119   &;3762   @)
%                                         (   8 <=>;  63  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   24 (  24   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   30 (  27 usr;  12 con; 0-2 aty)
%            Number of variables   : 1027 (   0   ^1009   !;  18   ?;1027   :)

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

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

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

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

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

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

thf(tp_ordered_pair,type,
    ordered_pair: $i > $i > $i ).

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

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

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

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

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

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

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

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

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

thf(tp_sK2_SY67,type,
    sK2_SY67: $i ).

thf(tp_sK3_SY69,type,
    sK3_SY69: $i ).

thf(tp_sK4_A,type,
    sK4_A: $i ).

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

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

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

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

thf(tp_sK9_B,type,
    sK9_B: $i > $i ).

thf(tp_singleton,type,
    singleton: $i > $i ).

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

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

thf(1,axiom,
    ! [A: $i,B: $i] :
      ~ ( ( empty @ A )
        & ( A != B )
        & ( empty @ B ) ),
    file('/export/starexec/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 @ ( relation_composition @ C @ B ) ) )
           => ( ( apply @ ( relation_composition @ C @ B ) @ A )
              = ( apply @ B @ ( apply @ C @ A ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t22_funct_1) ).

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

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

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

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

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

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

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

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

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

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

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

thf(20,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(21,axiom,
    ! [A: $i] :
      ( ( empty @ A )
     => ( ( empty @ ( relation_dom @ A ) )
        & ( relation @ ( relation_dom @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fc7_relat_1) ).

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

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

thf(24,axiom,
    ! [A: $i,B: $i] :
      ~ ( empty @ ( unordered_pair @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fc3_subset_1) ).

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

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

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

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

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

thf(31,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(32,axiom,
    ! [A: $i] :
    ? [B: $i] : ( element @ B @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',existence_m1_subset_1) ).

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

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

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

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

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

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

thf(40,conjecture,
    ! [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(41,negated_conjecture,
    ( ( ! [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 ) ) ) ) ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[40]) ).

thf(42,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 ) ) ) ) ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[41]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(62,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)],[20]) ).

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

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

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

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

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

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

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

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

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

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

thf(73,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)],[31]) ).

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

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

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

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

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

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

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

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

thf(82,plain,
    ( ( ! [SY67: $i] :
          ( ( ( relation @ SY67 )
            & ( function @ SY67 ) )
         => ! [SY68: $i] :
              ( ( ( relation @ SY68 )
                & ( function @ SY68 ) )
             => ( ( in @ sK1_A @ ( relation_dom @ SY67 ) )
               => ( ( apply @ ( relation_composition @ SY67 @ SY68 ) @ sK1_A )
                  = ( apply @ SY68 @ ( apply @ SY67 @ sK1_A ) ) ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[42]) ).

thf(83,plain,
    ( ( ( ( relation @ sK2_SY67 )
        & ( function @ sK2_SY67 ) )
     => ! [SY69: $i] :
          ( ( ( relation @ SY69 )
            & ( function @ SY69 ) )
         => ( ( in @ sK1_A @ ( relation_dom @ sK2_SY67 ) )
           => ( ( apply @ ( relation_composition @ sK2_SY67 @ SY69 ) @ sK1_A )
              = ( apply @ SY69 @ ( apply @ sK2_SY67 @ sK1_A ) ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[82]) ).

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

thf(85,plain,
    ( ( function @ sK2_SY67 )
    = $true ),
    inference(standard_cnf,[status(thm)],[83]) ).

thf(86,plain,
    ( ( ! [SY69: $i] :
          ( ( ( relation @ SY69 )
            & ( function @ SY69 ) )
         => ( ( in @ sK1_A @ ( relation_dom @ sK2_SY67 ) )
           => ( ( apply @ ( relation_composition @ sK2_SY67 @ SY69 ) @ sK1_A )
              = ( apply @ SY69 @ ( apply @ sK2_SY67 @ sK1_A ) ) ) ) ) )
    = $false ),
    inference(standard_cnf,[status(thm)],[83]) ).

thf(87,plain,
    ( ( ~ ! [SY69: $i] :
            ( ( ( relation @ SY69 )
              & ( function @ SY69 ) )
           => ( ( in @ sK1_A @ ( relation_dom @ sK2_SY67 ) )
             => ( ( apply @ ( relation_composition @ sK2_SY67 @ SY69 ) @ sK1_A )
                = ( apply @ SY69 @ ( apply @ sK2_SY67 @ sK1_A ) ) ) ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[86]) ).

thf(88,plain,
    ( ( ( function @ sK3_SY69 )
      & ( relation @ sK3_SY69 )
      & ( in @ sK1_A @ ( relation_dom @ sK2_SY67 ) )
      & ( ( apply @ ( relation_composition @ sK2_SY67 @ sK3_SY69 ) @ sK1_A )
       != ( apply @ sK3_SY69 @ ( apply @ sK2_SY67 @ sK1_A ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[87]) ).

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

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

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

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

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

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

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

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

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

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

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

thf(100,plain,
    ( ( ( relation @ sK4_A )
      & ( relation_empty_yielding @ sK4_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[54]) ).

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

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

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

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

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

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

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

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

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

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

thf(111,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)],[71]) ).

thf(112,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)],[73]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(143,plain,
    ( ( ~ ( empty @ sK7_A )
      & ( relation @ sK7_A ) )
    = $true ),
    inference(copy,[status(thm)],[103]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(158,plain,
    ( ( function @ sK2_SY67 )
    = $true ),
    inference(copy,[status(thm)],[85]) ).

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

thf(160,plain,
    ( ( ( function @ sK3_SY69 )
      & ( relation @ sK3_SY69 )
      & ( in @ sK1_A @ ( relation_dom @ sK2_SY67 ) )
      & ( ( apply @ ( relation_composition @ sK2_SY67 @ sK3_SY69 ) @ sK1_A )
       != ( apply @ sK3_SY69 @ ( apply @ sK2_SY67 @ sK1_A ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[88]) ).

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

thf(162,plain,
    ( ( ~ ( ~ ( function @ sK11_A )
          | ~ ( relation @ sK11_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[139]) ).

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

thf(164,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)],[138]) ).

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

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

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

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

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

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

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

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

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

thf(174,plain,
    ( ( ~ ( ~ ~ ( ~ ( function @ sK3_SY69 )
                | ~ ( relation @ sK3_SY69 ) )
          | ~ ~ ( ~ ( in @ sK1_A @ ( relation_dom @ sK2_SY67 ) )
                | ~ ( ( ( apply @ ( relation_composition @ sK2_SY67 @ sK3_SY69 ) @ sK1_A )
                     != ( apply @ sK3_SY69 @ ( apply @ sK2_SY67 @ sK1_A ) ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[160]) ).

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

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

thf(177,plain,
    ! [SV1: $i] :
      ( ( ! [SY70: $i] :
            ( ~ ( in @ SV1 @ SY70 )
            | ~ ( in @ SY70 @ SV1 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[119]) ).

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

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

thf(180,plain,
    ! [SV4: $i] :
      ( ( ! [SY71: $i] :
            ( ( unordered_pair @ SV4 @ SY71 )
            = ( unordered_pair @ SY71 @ SV4 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[122]) ).

thf(181,plain,
    ! [SV5: $i] :
      ( ( ! [SY72: $i] :
            ( ( ordered_pair @ SV5 @ SY72 )
            = ( unordered_pair @ ( unordered_pair @ SV5 @ SY72 ) @ ( singleton @ SV5 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[124]) ).

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

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

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

thf(185,plain,
    ! [SV9: $i] :
      ( ( ! [SY74: $i] :
            ~ ( empty @ ( ordered_pair @ SV9 @ SY74 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[132]) ).

thf(186,plain,
    ! [SV10: $i] :
      ( ( ~ ( empty @ ( singleton @ SV10 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[133]) ).

thf(187,plain,
    ! [SV11: $i] :
      ( ( ! [SY75: $i] :
            ~ ( empty @ ( unordered_pair @ SV11 @ SY75 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[134]) ).

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

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

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

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

thf(192,plain,
    ! [SV15: $i] :
      ( ( ! [SY77: $i] :
            ( ~ ( function @ SY77 )
            | ~ ( relation @ SY77 )
            | ! [SY78: $i] :
                ( ~ ( function @ SY78 )
                | ~ ( relation @ SY78 )
                | ~ ( in @ SV15 @ ( relation_dom @ ( relation_composition @ SY78 @ SY77 ) ) )
                | ( ( apply @ ( relation_composition @ SY78 @ SY77 ) @ SV15 )
                  = ( apply @ SY77 @ ( apply @ SY78 @ SV15 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[150]) ).

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

thf(194,plain,
    ! [SV17: $i] :
      ( ( ! [SY80: $i,SY81: $i] :
            ( ~ ( element @ SY80 @ ( powerset @ SY81 ) )
            | ~ ( in @ SV17 @ SY80 )
            | ( element @ SV17 @ SY81 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[153]) ).

thf(195,plain,
    ! [SV18: $i] :
      ( ( ! [SY82: $i,SY83: $i] :
            ( ~ ( element @ SY82 @ ( powerset @ SY83 ) )
            | ~ ( in @ SV18 @ SY82 )
            | ~ ( empty @ SY83 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[154]) ).

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

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

thf(198,plain,
    ! [SV21: $i] :
      ( ( ! [SY85: $i] :
            ( ( SV21 = SY85 )
            | ~ ( empty @ SV21 )
            | ~ ( empty @ SY85 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[157]) ).

thf(199,plain,
    ! [SV22: $i] :
      ( ( ! [SY86: $i] :
            ( ~ ( function @ SY86 )
            | ~ ( relation @ SY86 )
            | ~ ( ~ ! [SY87: $i] :
                      ( ~ ( function @ SY87 )
                      | ~ ( relation @ SY87 )
                      | ~ ( in @ SV22 @ ( relation_dom @ SY87 ) )
                      | ~ ( in @ ( apply @ SY87 @ SV22 ) @ ( relation_dom @ SY86 ) )
                      | ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY87 @ SY86 ) ) ) )
                | ~ ~ ( ~ ! [SY88: $i] :
                            ( ~ ( function @ SY88 )
                            | ~ ( relation @ SY88 )
                            | ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY88 @ SY86 ) ) )
                            | ( in @ SV22 @ ( relation_dom @ SY88 ) ) )
                      | ~ ! [SY89: $i] :
                            ( ~ ( function @ SY89 )
                            | ~ ( relation @ SY89 )
                            | ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY89 @ SY86 ) ) )
                            | ( in @ ( apply @ SY89 @ SV22 ) @ ( relation_dom @ SY86 ) ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[161]) ).

thf(200,plain,
    ( ( ~ ( function @ sK11_A )
      | ~ ( relation @ sK11_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[162]) ).

thf(201,plain,
    ! [SV23: $i] :
      ( ( ~ ( function @ SV23 )
        | ~ ( relation @ SV23 )
        | ~ ( ~ ~ ( ~ ! [SY90: $i] :
                        ( ~ ( in @ SY90 @ ( relation_dom @ SV23 ) )
                        | ! [SY91: $i] :
                            ( ( SY91
                             != ( apply @ SV23 @ SY90 ) )
                            | ( in @ ( ordered_pair @ SY90 @ SY91 ) @ SV23 ) ) )
                  | ~ ! [SY92: $i] :
                        ( ~ ( in @ SY92 @ ( relation_dom @ SV23 ) )
                        | ! [SY93: $i] :
                            ( ~ ( in @ ( ordered_pair @ SY92 @ SY93 ) @ SV23 )
                            | ( SY93
                              = ( apply @ SV23 @ SY92 ) ) ) ) )
            | ~ ~ ( ~ ! [SY94: $i] :
                        ( ( in @ SY94 @ ( relation_dom @ SV23 ) )
                        | ! [SY95: $i] :
                            ( ( SY95
                             != ( apply @ SV23 @ SY94 ) )
                            | ( SY95 = empty_set ) ) )
                  | ~ ! [SY96: $i] :
                        ( ( in @ SY96 @ ( relation_dom @ SV23 ) )
                        | ! [SY97: $i] :
                            ( ( SY97 != empty_set )
                            | ( SY97
                              = ( apply @ SV23 @ SY96 ) ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[163]) ).

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

thf(203,plain,
    ( ( ~ ( relation @ sK4_A )
      | ~ ( relation_empty_yielding @ sK4_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[165]) ).

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

thf(205,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)],[167]) ).

thf(206,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)],[168]) ).

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

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

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

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

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

thf(212,plain,
    ( ( ~ ~ ( ~ ( function @ sK3_SY69 )
            | ~ ( relation @ sK3_SY69 ) )
      | ~ ~ ( ~ ( in @ sK1_A @ ( relation_dom @ sK2_SY67 ) )
            | ~ ( ( ( apply @ ( relation_composition @ sK2_SY67 @ sK3_SY69 ) @ sK1_A )
                 != ( apply @ sK3_SY69 @ ( apply @ sK2_SY67 @ sK1_A ) ) ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[174]) ).

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

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

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

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

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

thf(218,plain,
    ! [SV27: $i,SV4: $i] :
      ( ( ( unordered_pair @ SV4 @ SV27 )
        = ( unordered_pair @ SV27 @ SV4 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[180]) ).

thf(219,plain,
    ! [SV28: $i,SV5: $i] :
      ( ( ( ordered_pair @ SV5 @ SV28 )
        = ( unordered_pair @ ( unordered_pair @ SV5 @ SV28 ) @ ( singleton @ SV5 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[181]) ).

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

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

thf(222,plain,
    ! [SV30: $i,SV9: $i] :
      ( ( ~ ( empty @ ( ordered_pair @ SV9 @ SV30 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[185]) ).

thf(223,plain,
    ! [SV10: $i] :
      ( ( empty @ ( singleton @ SV10 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[186]) ).

thf(224,plain,
    ! [SV31: $i,SV11: $i] :
      ( ( ~ ( empty @ ( unordered_pair @ SV11 @ SV31 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[187]) ).

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

thf(226,plain,
    ! [SV32: $i,SV14: $i] :
      ( ( ~ ( in @ SV14 @ SV32 )
        | ( element @ SV14 @ SV32 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[191]) ).

thf(227,plain,
    ! [SV15: $i,SV33: $i] :
      ( ( ~ ( function @ SV33 )
        | ~ ( relation @ SV33 )
        | ! [SY98: $i] :
            ( ~ ( function @ SY98 )
            | ~ ( relation @ SY98 )
            | ~ ( in @ SV15 @ ( relation_dom @ ( relation_composition @ SY98 @ SV33 ) ) )
            | ( ( apply @ ( relation_composition @ SY98 @ SV33 ) @ SV15 )
              = ( apply @ SV33 @ ( apply @ SY98 @ SV15 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[192]) ).

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

thf(229,plain,
    ! [SV17: $i,SV35: $i] :
      ( ( ! [SY99: $i] :
            ( ~ ( element @ SV35 @ ( powerset @ SY99 ) )
            | ~ ( in @ SV17 @ SV35 )
            | ( element @ SV17 @ SY99 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[194]) ).

thf(230,plain,
    ! [SV18: $i,SV36: $i] :
      ( ( ! [SY100: $i] :
            ( ~ ( element @ SV36 @ ( powerset @ SY100 ) )
            | ~ ( in @ SV18 @ SV36 )
            | ~ ( empty @ SY100 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[195]) ).

thf(231,plain,
    ! [SV19: $i] :
      ( ( ( ~ ( empty @ SV19 ) )
        = $true )
      | ( ( SV19 = empty_set )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[196]) ).

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

thf(233,plain,
    ! [SV38: $i,SV21: $i] :
      ( ( ( SV21 = SV38 )
        | ~ ( empty @ SV21 )
        | ~ ( empty @ SV38 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[198]) ).

thf(234,plain,
    ! [SV22: $i,SV39: $i] :
      ( ( ~ ( function @ SV39 )
        | ~ ( relation @ SV39 )
        | ~ ( ~ ! [SY101: $i] :
                  ( ~ ( function @ SY101 )
                  | ~ ( relation @ SY101 )
                  | ~ ( in @ SV22 @ ( relation_dom @ SY101 ) )
                  | ~ ( in @ ( apply @ SY101 @ SV22 ) @ ( relation_dom @ SV39 ) )
                  | ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY101 @ SV39 ) ) ) )
            | ~ ~ ( ~ ! [SY102: $i] :
                        ( ~ ( function @ SY102 )
                        | ~ ( relation @ SY102 )
                        | ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY102 @ SV39 ) ) )
                        | ( in @ SV22 @ ( relation_dom @ SY102 ) ) )
                  | ~ ! [SY103: $i] :
                        ( ~ ( function @ SY103 )
                        | ~ ( relation @ SY103 )
                        | ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY103 @ SV39 ) ) )
                        | ( in @ ( apply @ SY103 @ SV22 ) @ ( relation_dom @ SV39 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[199]) ).

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

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

thf(237,plain,
    ! [SV23: $i] :
      ( ( ( ~ ( function @ SV23 )
          | ~ ( relation @ SV23 ) )
        = $true )
      | ( ( ~ ( ~ ~ ( ~ ! [SY90: $i] :
                          ( ~ ( in @ SY90 @ ( relation_dom @ SV23 ) )
                          | ! [SY91: $i] :
                              ( ( SY91
                               != ( apply @ SV23 @ SY90 ) )
                              | ( in @ ( ordered_pair @ SY90 @ SY91 ) @ SV23 ) ) )
                    | ~ ! [SY92: $i] :
                          ( ~ ( in @ SY92 @ ( relation_dom @ SV23 ) )
                          | ! [SY93: $i] :
                              ( ~ ( in @ ( ordered_pair @ SY92 @ SY93 ) @ SV23 )
                              | ( SY93
                                = ( apply @ SV23 @ SY92 ) ) ) ) )
              | ~ ~ ( ~ ! [SY94: $i] :
                          ( ( in @ SY94 @ ( relation_dom @ SV23 ) )
                          | ! [SY95: $i] :
                              ( ( SY95
                               != ( apply @ SV23 @ SY94 ) )
                              | ( SY95 = empty_set ) ) )
                    | ~ ! [SY96: $i] :
                          ( ( in @ SY96 @ ( relation_dom @ SV23 ) )
                          | ! [SY97: $i] :
                              ( ( SY97 != empty_set )
                              | ( SY97
                                = ( apply @ SV23 @ SY96 ) ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[201]) ).

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

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

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

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

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

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

thf(244,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)],[205]) ).

thf(245,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)],[205]) ).

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

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

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

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

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

thf(251,plain,
    ( ( ~ ~ ( empty @ sK7_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[209]) ).

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

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

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

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

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

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

thf(258,plain,
    ( ( ~ ~ ( ~ ( in @ sK1_A @ ( relation_dom @ sK2_SY67 ) )
            | ~ ( ( ( apply @ ( relation_composition @ sK2_SY67 @ sK3_SY69 ) @ sK1_A )
                 != ( apply @ sK3_SY69 @ ( apply @ sK2_SY67 @ sK1_A ) ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[212]) ).

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

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

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

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

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

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

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

thf(266,plain,
    ! [SV30: $i,SV9: $i] :
      ( ( empty @ ( ordered_pair @ SV9 @ SV30 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[222]) ).

thf(267,plain,
    ! [SV31: $i,SV11: $i] :
      ( ( empty @ ( unordered_pair @ SV11 @ SV31 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[224]) ).

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

thf(269,plain,
    ! [SV32: $i,SV14: $i] :
      ( ( ( ~ ( in @ SV14 @ SV32 ) )
        = $true )
      | ( ( element @ SV14 @ SV32 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[226]) ).

thf(270,plain,
    ! [SV15: $i,SV33: $i] :
      ( ( ( ~ ( function @ SV33 )
          | ~ ( relation @ SV33 ) )
        = $true )
      | ( ( ! [SY98: $i] :
              ( ~ ( function @ SY98 )
              | ~ ( relation @ SY98 )
              | ~ ( in @ SV15 @ ( relation_dom @ ( relation_composition @ SY98 @ SV33 ) ) )
              | ( ( apply @ ( relation_composition @ SY98 @ SV33 ) @ SV15 )
                = ( apply @ SV33 @ ( apply @ SY98 @ SV15 ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[227]) ).

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

thf(272,plain,
    ! [SV17: $i,SV40: $i,SV35: $i] :
      ( ( ~ ( element @ SV35 @ ( powerset @ SV40 ) )
        | ~ ( in @ SV17 @ SV35 )
        | ( element @ SV17 @ SV40 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[229]) ).

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

thf(274,plain,
    ! [SV19: $i] :
      ( ( ( empty @ SV19 )
        = $false )
      | ( ( SV19 = empty_set )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[231]) ).

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

thf(276,plain,
    ! [SV38: $i,SV21: $i] :
      ( ( ( ( SV21 = SV38 )
          | ~ ( empty @ SV21 ) )
        = $true )
      | ( ( ~ ( empty @ SV38 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[233]) ).

thf(277,plain,
    ! [SV22: $i,SV39: $i] :
      ( ( ( ~ ( function @ SV39 )
          | ~ ( relation @ SV39 ) )
        = $true )
      | ( ( ~ ( ~ ! [SY101: $i] :
                    ( ~ ( function @ SY101 )
                    | ~ ( relation @ SY101 )
                    | ~ ( in @ SV22 @ ( relation_dom @ SY101 ) )
                    | ~ ( in @ ( apply @ SY101 @ SV22 ) @ ( relation_dom @ SV39 ) )
                    | ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY101 @ SV39 ) ) ) )
              | ~ ~ ( ~ ! [SY102: $i] :
                          ( ~ ( function @ SY102 )
                          | ~ ( relation @ SY102 )
                          | ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY102 @ SV39 ) ) )
                          | ( in @ SV22 @ ( relation_dom @ SY102 ) ) )
                    | ~ ! [SY103: $i] :
                          ( ~ ( function @ SY103 )
                          | ~ ( relation @ SY103 )
                          | ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY103 @ SV39 ) ) )
                          | ( in @ ( apply @ SY103 @ SV22 ) @ ( relation_dom @ SV39 ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[234]) ).

thf(278,plain,
    ( ( function @ sK11_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[235]) ).

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

thf(280,plain,
    ! [SV23: $i] :
      ( ( ( ~ ( function @ SV23 ) )
        = $true )
      | ( ( ~ ( relation @ SV23 ) )
        = $true )
      | ( ( ~ ( ~ ~ ( ~ ! [SY90: $i] :
                          ( ~ ( in @ SY90 @ ( relation_dom @ SV23 ) )
                          | ! [SY91: $i] :
                              ( ( SY91
                               != ( apply @ SV23 @ SY90 ) )
                              | ( in @ ( ordered_pair @ SY90 @ SY91 ) @ SV23 ) ) )
                    | ~ ! [SY92: $i] :
                          ( ~ ( in @ SY92 @ ( relation_dom @ SV23 ) )
                          | ! [SY93: $i] :
                              ( ~ ( in @ ( ordered_pair @ SY92 @ SY93 ) @ SV23 )
                              | ( SY93
                                = ( apply @ SV23 @ SY92 ) ) ) ) )
              | ~ ~ ( ~ ! [SY94: $i] :
                          ( ( in @ SY94 @ ( relation_dom @ SV23 ) )
                          | ! [SY95: $i] :
                              ( ( SY95
                               != ( apply @ SV23 @ SY94 ) )
                              | ( SY95 = empty_set ) ) )
                    | ~ ! [SY96: $i] :
                          ( ( in @ SY96 @ ( relation_dom @ SV23 ) )
                          | ! [SY97: $i] :
                              ( ( SY97 != empty_set )
                              | ( SY97
                                = ( apply @ SV23 @ SY96 ) ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[237]) ).

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

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

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

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

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

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

thf(287,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)],[244]) ).

thf(288,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)],[245]) ).

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

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

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

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

thf(293,plain,
    ! [SV24: $i] :
      ( ( ~ ( element @ ( sK6_B @ SV24 ) @ ( powerset @ SV24 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[250]) ).

thf(294,plain,
    ! [SV24: $i] :
      ( ( ~ ( empty @ ( sK6_B @ SV24 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[250]) ).

thf(295,plain,
    ( ( ~ ( empty @ sK7_A ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[251]) ).

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

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

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

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

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

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

thf(302,plain,
    ( ( ~ ( ~ ( in @ sK1_A @ ( relation_dom @ sK2_SY67 ) )
          | ~ ( ( ( apply @ ( relation_composition @ sK2_SY67 @ sK3_SY69 ) @ sK1_A )
               != ( apply @ sK3_SY69 @ ( apply @ sK2_SY67 @ sK1_A ) ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[258]) ).

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

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

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

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

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

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

thf(309,plain,
    ! [SV32: $i,SV14: $i] :
      ( ( ( in @ SV14 @ SV32 )
        = $false )
      | ( ( element @ SV14 @ SV32 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[269]) ).

thf(310,plain,
    ! [SV15: $i,SV33: $i] :
      ( ( ( ~ ( function @ SV33 ) )
        = $true )
      | ( ( ~ ( relation @ SV33 ) )
        = $true )
      | ( ( ! [SY98: $i] :
              ( ~ ( function @ SY98 )
              | ~ ( relation @ SY98 )
              | ~ ( in @ SV15 @ ( relation_dom @ ( relation_composition @ SY98 @ SV33 ) ) )
              | ( ( apply @ ( relation_composition @ SY98 @ SV33 ) @ SV15 )
                = ( apply @ SV33 @ ( apply @ SY98 @ SV15 ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[270]) ).

thf(311,plain,
    ! [SV34: $i,SV16: $i] :
      ( ( ( element @ SV16 @ SV34 )
        = $false )
      | ( ( ( empty @ SV34 )
          | ( in @ SV16 @ SV34 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[271]) ).

thf(312,plain,
    ! [SV17: $i,SV40: $i,SV35: $i] :
      ( ( ( ~ ( element @ SV35 @ ( powerset @ SV40 ) )
          | ~ ( in @ SV17 @ SV35 ) )
        = $true )
      | ( ( element @ SV17 @ SV40 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[272]) ).

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

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

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

thf(316,plain,
    ! [SV22: $i,SV39: $i] :
      ( ( ( ~ ( function @ SV39 ) )
        = $true )
      | ( ( ~ ( relation @ SV39 ) )
        = $true )
      | ( ( ~ ( ~ ! [SY101: $i] :
                    ( ~ ( function @ SY101 )
                    | ~ ( relation @ SY101 )
                    | ~ ( in @ SV22 @ ( relation_dom @ SY101 ) )
                    | ~ ( in @ ( apply @ SY101 @ SV22 ) @ ( relation_dom @ SV39 ) )
                    | ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY101 @ SV39 ) ) ) )
              | ~ ~ ( ~ ! [SY102: $i] :
                          ( ~ ( function @ SY102 )
                          | ~ ( relation @ SY102 )
                          | ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY102 @ SV39 ) ) )
                          | ( in @ SV22 @ ( relation_dom @ SY102 ) ) )
                    | ~ ! [SY103: $i] :
                          ( ~ ( function @ SY103 )
                          | ~ ( relation @ SY103 )
                          | ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY103 @ SV39 ) ) )
                          | ( in @ ( apply @ SY103 @ SV22 ) @ ( relation_dom @ SV39 ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[277]) ).

thf(317,plain,
    ! [SV23: $i] :
      ( ( ( function @ SV23 )
        = $false )
      | ( ( ~ ( relation @ SV23 ) )
        = $true )
      | ( ( ~ ( ~ ~ ( ~ ! [SY90: $i] :
                          ( ~ ( in @ SY90 @ ( relation_dom @ SV23 ) )
                          | ! [SY91: $i] :
                              ( ( SY91
                               != ( apply @ SV23 @ SY90 ) )
                              | ( in @ ( ordered_pair @ SY90 @ SY91 ) @ SV23 ) ) )
                    | ~ ! [SY92: $i] :
                          ( ~ ( in @ SY92 @ ( relation_dom @ SV23 ) )
                          | ! [SY93: $i] :
                              ( ~ ( in @ ( ordered_pair @ SY92 @ SY93 ) @ SV23 )
                              | ( SY93
                                = ( apply @ SV23 @ SY92 ) ) ) ) )
              | ~ ~ ( ~ ! [SY94: $i] :
                          ( ( in @ SY94 @ ( relation_dom @ SV23 ) )
                          | ! [SY95: $i] :
                              ( ( SY95
                               != ( apply @ SV23 @ SY94 ) )
                              | ( SY95 = empty_set ) ) )
                    | ~ ! [SY96: $i] :
                          ( ( in @ SY96 @ ( relation_dom @ SV23 ) )
                          | ! [SY97: $i] :
                              ( ( SY97 != empty_set )
                              | ( SY97
                                = ( apply @ SV23 @ SY96 ) ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[280]) ).

thf(318,plain,
    ! [SV42: $i] :
      ( ( ! [SY104: $i] :
            ( ~ ( empty @ SV42 )
            | ~ ( relation @ SY104 )
            | ( empty @ ( relation_composition @ SV42 @ SY104 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[281]) ).

thf(319,plain,
    ! [SV43: $i] :
      ( ( ! [SY105: $i] :
            ( ~ ( empty @ SV43 )
            | ~ ( relation @ SY105 )
            | ( relation @ ( relation_composition @ SV43 @ SY105 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[282]) ).

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

thf(321,plain,
    ! [SV44: $i] :
      ( ( ! [SY106: $i] :
            ( ~ ( function @ SV44 )
            | ~ ( relation @ SV44 )
            | ~ ( relation @ SY106 )
            | ~ ( function @ SY106 )
            | ( function @ ( relation_composition @ SV44 @ SY106 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[287]) ).

thf(322,plain,
    ! [SV45: $i] :
      ( ( ! [SY107: $i] :
            ( ~ ( function @ SV45 )
            | ~ ( relation @ SV45 )
            | ~ ( relation @ SY107 )
            | ~ ( function @ SY107 )
            | ( relation @ ( relation_composition @ SV45 @ SY107 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[288]) ).

thf(323,plain,
    ! [SV46: $i] :
      ( ( ! [SY108: $i] :
            ( ~ ( empty @ SV46 )
            | ~ ( relation @ SY108 )
            | ( empty @ ( relation_composition @ SY108 @ SV46 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[289]) ).

thf(324,plain,
    ! [SV47: $i] :
      ( ( ! [SY109: $i] :
            ( ~ ( empty @ SV47 )
            | ~ ( relation @ SY109 )
            | ( relation @ ( relation_composition @ SY109 @ SV47 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[290]) ).

thf(325,plain,
    ! [SV48: $i] :
      ( ( ~ ( empty @ SV48 )
        | ( empty @ ( relation_dom @ SV48 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[291]) ).

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

thf(327,plain,
    ! [SV24: $i] :
      ( ( element @ ( sK6_B @ SV24 ) @ ( powerset @ SV24 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[293]) ).

thf(328,plain,
    ! [SV24: $i] :
      ( ( empty @ ( sK6_B @ SV24 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[294]) ).

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

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

thf(331,plain,
    ( ( ~ ( in @ sK1_A @ ( relation_dom @ sK2_SY67 ) )
      | ~ ( ( ( apply @ ( relation_composition @ sK2_SY67 @ sK3_SY69 ) @ sK1_A )
           != ( apply @ sK3_SY69 @ ( apply @ sK2_SY67 @ sK1_A ) ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[302]) ).

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

thf(333,plain,
    ! [SV51: $i] :
      ( ( ! [SY111: $i] :
            ( ~ ( subset @ SV51 @ SY111 )
            | ( element @ SV51 @ ( powerset @ SY111 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[304]) ).

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

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

thf(336,plain,
    ! [SV1: $i,SV26: $i] :
      ( ( ( in @ SV26 @ SV1 )
        = $false )
      | ( ( in @ SV1 @ SV26 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[306]) ).

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

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

thf(339,plain,
    ! [SV15: $i,SV33: $i] :
      ( ( ( function @ SV33 )
        = $false )
      | ( ( ~ ( relation @ SV33 ) )
        = $true )
      | ( ( ! [SY98: $i] :
              ( ~ ( function @ SY98 )
              | ~ ( relation @ SY98 )
              | ~ ( in @ SV15 @ ( relation_dom @ ( relation_composition @ SY98 @ SV33 ) ) )
              | ( ( apply @ ( relation_composition @ SY98 @ SV33 ) @ SV15 )
                = ( apply @ SV33 @ ( apply @ SY98 @ SV15 ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[310]) ).

thf(340,plain,
    ! [SV16: $i,SV34: $i] :
      ( ( ( empty @ SV34 )
        = $true )
      | ( ( in @ SV16 @ SV34 )
        = $true )
      | ( ( element @ SV16 @ SV34 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[311]) ).

thf(341,plain,
    ! [SV17: $i,SV40: $i,SV35: $i] :
      ( ( ( ~ ( element @ SV35 @ ( powerset @ SV40 ) ) )
        = $true )
      | ( ( ~ ( in @ SV17 @ SV35 ) )
        = $true )
      | ( ( element @ SV17 @ SV40 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[312]) ).

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

thf(343,plain,
    ! [SV37: $i,SV20: $i] :
      ( ( ( in @ SV20 @ SV37 )
        = $false )
      | ( ( empty @ SV37 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[314]) ).

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

thf(345,plain,
    ! [SV22: $i,SV39: $i] :
      ( ( ( function @ SV39 )
        = $false )
      | ( ( ~ ( relation @ SV39 ) )
        = $true )
      | ( ( ~ ( ~ ! [SY101: $i] :
                    ( ~ ( function @ SY101 )
                    | ~ ( relation @ SY101 )
                    | ~ ( in @ SV22 @ ( relation_dom @ SY101 ) )
                    | ~ ( in @ ( apply @ SY101 @ SV22 ) @ ( relation_dom @ SV39 ) )
                    | ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY101 @ SV39 ) ) ) )
              | ~ ~ ( ~ ! [SY102: $i] :
                          ( ~ ( function @ SY102 )
                          | ~ ( relation @ SY102 )
                          | ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY102 @ SV39 ) ) )
                          | ( in @ SV22 @ ( relation_dom @ SY102 ) ) )
                    | ~ ! [SY103: $i] :
                          ( ~ ( function @ SY103 )
                          | ~ ( relation @ SY103 )
                          | ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY103 @ SV39 ) ) )
                          | ( in @ ( apply @ SY103 @ SV22 ) @ ( relation_dom @ SV39 ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[316]) ).

thf(346,plain,
    ! [SV23: $i] :
      ( ( ( relation @ SV23 )
        = $false )
      | ( ( function @ SV23 )
        = $false )
      | ( ( ~ ( ~ ~ ( ~ ! [SY90: $i] :
                          ( ~ ( in @ SY90 @ ( relation_dom @ SV23 ) )
                          | ! [SY91: $i] :
                              ( ( SY91
                               != ( apply @ SV23 @ SY90 ) )
                              | ( in @ ( ordered_pair @ SY90 @ SY91 ) @ SV23 ) ) )
                    | ~ ! [SY92: $i] :
                          ( ~ ( in @ SY92 @ ( relation_dom @ SV23 ) )
                          | ! [SY93: $i] :
                              ( ~ ( in @ ( ordered_pair @ SY92 @ SY93 ) @ SV23 )
                              | ( SY93
                                = ( apply @ SV23 @ SY92 ) ) ) ) )
              | ~ ~ ( ~ ! [SY94: $i] :
                          ( ( in @ SY94 @ ( relation_dom @ SV23 ) )
                          | ! [SY95: $i] :
                              ( ( SY95
                               != ( apply @ SV23 @ SY94 ) )
                              | ( SY95 = empty_set ) ) )
                    | ~ ! [SY96: $i] :
                          ( ( in @ SY96 @ ( relation_dom @ SV23 ) )
                          | ! [SY97: $i] :
                              ( ( SY97 != empty_set )
                              | ( SY97
                                = ( apply @ SV23 @ SY96 ) ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[317]) ).

thf(347,plain,
    ! [SV52: $i,SV42: $i] :
      ( ( ~ ( empty @ SV42 )
        | ~ ( relation @ SV52 )
        | ( empty @ ( relation_composition @ SV42 @ SV52 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[318]) ).

thf(348,plain,
    ! [SV53: $i,SV43: $i] :
      ( ( ~ ( empty @ SV43 )
        | ~ ( relation @ SV53 )
        | ( relation @ ( relation_composition @ SV43 @ SV53 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[319]) ).

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

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

thf(351,plain,
    ! [SV54: $i,SV44: $i] :
      ( ( ~ ( function @ SV44 )
        | ~ ( relation @ SV44 )
        | ~ ( relation @ SV54 )
        | ~ ( function @ SV54 )
        | ( function @ ( relation_composition @ SV44 @ SV54 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[321]) ).

thf(352,plain,
    ! [SV55: $i,SV45: $i] :
      ( ( ~ ( function @ SV45 )
        | ~ ( relation @ SV45 )
        | ~ ( relation @ SV55 )
        | ~ ( function @ SV55 )
        | ( relation @ ( relation_composition @ SV45 @ SV55 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[322]) ).

thf(353,plain,
    ! [SV56: $i,SV46: $i] :
      ( ( ~ ( empty @ SV46 )
        | ~ ( relation @ SV56 )
        | ( empty @ ( relation_composition @ SV56 @ SV46 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[323]) ).

thf(354,plain,
    ! [SV57: $i,SV47: $i] :
      ( ( ~ ( empty @ SV47 )
        | ~ ( relation @ SV57 )
        | ( relation @ ( relation_composition @ SV57 @ SV47 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[324]) ).

thf(355,plain,
    ! [SV48: $i] :
      ( ( ( ~ ( empty @ SV48 ) )
        = $true )
      | ( ( empty @ ( relation_dom @ SV48 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[325]) ).

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

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

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

thf(359,plain,
    ( ( ~ ( in @ sK1_A @ ( relation_dom @ sK2_SY67 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[331]) ).

thf(360,plain,
    ( ( ~ ( ( ( apply @ ( relation_composition @ sK2_SY67 @ sK3_SY69 ) @ sK1_A )
           != ( apply @ sK3_SY69 @ ( apply @ sK2_SY67 @ sK1_A ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[331]) ).

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

thf(362,plain,
    ! [SV59: $i,SV51: $i] :
      ( ( ~ ( subset @ SV51 @ SV59 )
        | ( element @ SV51 @ ( powerset @ SV59 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[333]) ).

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

thf(364,plain,
    ! [SV25: $i] :
      ( ( ( ~ ( empty @ ( sK9_B @ SV25 ) ) )
        = $true )
      | ( ( empty @ SV25 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[335]) ).

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

thf(366,plain,
    ! [SV15: $i,SV33: $i] :
      ( ( ( relation @ SV33 )
        = $false )
      | ( ( function @ SV33 )
        = $false )
      | ( ( ! [SY98: $i] :
              ( ~ ( function @ SY98 )
              | ~ ( relation @ SY98 )
              | ~ ( in @ SV15 @ ( relation_dom @ ( relation_composition @ SY98 @ SV33 ) ) )
              | ( ( apply @ ( relation_composition @ SY98 @ SV33 ) @ SV15 )
                = ( apply @ SV33 @ ( apply @ SY98 @ SV15 ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[339]) ).

thf(367,plain,
    ! [SV17: $i,SV40: $i,SV35: $i] :
      ( ( ( element @ SV35 @ ( powerset @ SV40 ) )
        = $false )
      | ( ( ~ ( in @ SV17 @ SV35 ) )
        = $true )
      | ( ( element @ SV17 @ SV40 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[341]) ).

thf(368,plain,
    ! [SV18: $i,SV41: $i,SV36: $i] :
      ( ( ( element @ SV36 @ ( powerset @ SV41 ) )
        = $false )
      | ( ( ~ ( in @ SV18 @ SV36 ) )
        = $true )
      | ( ( ~ ( empty @ SV41 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[342]) ).

thf(369,plain,
    ! [SV21: $i,SV38: $i] :
      ( ( ( empty @ SV38 )
        = $false )
      | ( ( SV21 = SV38 )
        = $true )
      | ( ( empty @ SV21 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[344]) ).

thf(370,plain,
    ! [SV22: $i,SV39: $i] :
      ( ( ( relation @ SV39 )
        = $false )
      | ( ( function @ SV39 )
        = $false )
      | ( ( ~ ( ~ ! [SY101: $i] :
                    ( ~ ( function @ SY101 )
                    | ~ ( relation @ SY101 )
                    | ~ ( in @ SV22 @ ( relation_dom @ SY101 ) )
                    | ~ ( in @ ( apply @ SY101 @ SV22 ) @ ( relation_dom @ SV39 ) )
                    | ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY101 @ SV39 ) ) ) )
              | ~ ~ ( ~ ! [SY102: $i] :
                          ( ~ ( function @ SY102 )
                          | ~ ( relation @ SY102 )
                          | ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY102 @ SV39 ) ) )
                          | ( in @ SV22 @ ( relation_dom @ SY102 ) ) )
                    | ~ ! [SY103: $i] :
                          ( ~ ( function @ SY103 )
                          | ~ ( relation @ SY103 )
                          | ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY103 @ SV39 ) ) )
                          | ( in @ ( apply @ SY103 @ SV22 ) @ ( relation_dom @ SV39 ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[345]) ).

thf(371,plain,
    ! [SV23: $i] :
      ( ( ( ~ ~ ( ~ ! [SY90: $i] :
                      ( ~ ( in @ SY90 @ ( relation_dom @ SV23 ) )
                      | ! [SY91: $i] :
                          ( ( SY91
                           != ( apply @ SV23 @ SY90 ) )
                          | ( in @ ( ordered_pair @ SY90 @ SY91 ) @ SV23 ) ) )
                | ~ ! [SY92: $i] :
                      ( ~ ( in @ SY92 @ ( relation_dom @ SV23 ) )
                      | ! [SY93: $i] :
                          ( ~ ( in @ ( ordered_pair @ SY92 @ SY93 ) @ SV23 )
                          | ( SY93
                            = ( apply @ SV23 @ SY92 ) ) ) ) )
          | ~ ~ ( ~ ! [SY94: $i] :
                      ( ( in @ SY94 @ ( relation_dom @ SV23 ) )
                      | ! [SY95: $i] :
                          ( ( SY95
                           != ( apply @ SV23 @ SY94 ) )
                          | ( SY95 = empty_set ) ) )
                | ~ ! [SY96: $i] :
                      ( ( in @ SY96 @ ( relation_dom @ SV23 ) )
                      | ! [SY97: $i] :
                          ( ( SY97 != empty_set )
                          | ( SY97
                            = ( apply @ SV23 @ SY96 ) ) ) ) ) )
        = $false )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[346]) ).

thf(372,plain,
    ! [SV52: $i,SV42: $i] :
      ( ( ( ~ ( empty @ SV42 )
          | ~ ( relation @ SV52 ) )
        = $true )
      | ( ( empty @ ( relation_composition @ SV42 @ SV52 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[347]) ).

thf(373,plain,
    ! [SV53: $i,SV43: $i] :
      ( ( ( ~ ( empty @ SV43 )
          | ~ ( relation @ SV53 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV43 @ SV53 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[348]) ).

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

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

thf(376,plain,
    ! [SV54: $i,SV44: $i] :
      ( ( ( ~ ( function @ SV44 )
          | ~ ( relation @ SV44 )
          | ~ ( relation @ SV54 )
          | ~ ( function @ SV54 ) )
        = $true )
      | ( ( function @ ( relation_composition @ SV44 @ SV54 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[351]) ).

thf(377,plain,
    ! [SV55: $i,SV45: $i] :
      ( ( ( ~ ( function @ SV45 )
          | ~ ( relation @ SV45 )
          | ~ ( relation @ SV55 )
          | ~ ( function @ SV55 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV45 @ SV55 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[352]) ).

thf(378,plain,
    ! [SV56: $i,SV46: $i] :
      ( ( ( ~ ( empty @ SV46 )
          | ~ ( relation @ SV56 ) )
        = $true )
      | ( ( empty @ ( relation_composition @ SV56 @ SV46 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[353]) ).

thf(379,plain,
    ! [SV57: $i,SV47: $i] :
      ( ( ( ~ ( empty @ SV47 )
          | ~ ( relation @ SV57 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV57 @ SV47 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[354]) ).

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

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

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

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

thf(384,plain,
    ( ( in @ sK1_A @ ( relation_dom @ sK2_SY67 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[359]) ).

thf(385,plain,
    ( ( ( ( apply @ ( relation_composition @ sK2_SY67 @ sK3_SY69 ) @ sK1_A )
       != ( apply @ sK3_SY69 @ ( apply @ sK2_SY67 @ sK1_A ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[360]) ).

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

thf(387,plain,
    ! [SV59: $i,SV51: $i] :
      ( ( ( ~ ( subset @ SV51 @ SV59 ) )
        = $true )
      | ( ( element @ SV51 @ ( powerset @ SV59 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[362]) ).

thf(388,plain,
    ! [SV25: $i] :
      ( ( ( empty @ ( sK9_B @ SV25 ) )
        = $false )
      | ( ( empty @ SV25 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[364]) ).

thf(389,plain,
    ! [SV33: $i,SV15: $i,SV60: $i] :
      ( ( ( ~ ( function @ SV60 )
          | ~ ( relation @ SV60 )
          | ~ ( in @ SV15 @ ( relation_dom @ ( relation_composition @ SV60 @ SV33 ) ) )
          | ( ( apply @ ( relation_composition @ SV60 @ SV33 ) @ SV15 )
            = ( apply @ SV33 @ ( apply @ SV60 @ SV15 ) ) ) )
        = $true )
      | ( ( function @ SV33 )
        = $false )
      | ( ( relation @ SV33 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[366]) ).

thf(390,plain,
    ! [SV40: $i,SV35: $i,SV17: $i] :
      ( ( ( in @ SV17 @ SV35 )
        = $false )
      | ( ( element @ SV35 @ ( powerset @ SV40 ) )
        = $false )
      | ( ( element @ SV17 @ SV40 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[367]) ).

thf(391,plain,
    ! [SV41: $i,SV36: $i,SV18: $i] :
      ( ( ( in @ SV18 @ SV36 )
        = $false )
      | ( ( element @ SV36 @ ( powerset @ SV41 ) )
        = $false )
      | ( ( ~ ( empty @ SV41 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[368]) ).

thf(392,plain,
    ! [SV39: $i,SV22: $i] :
      ( ( ( ~ ! [SY101: $i] :
                ( ~ ( function @ SY101 )
                | ~ ( relation @ SY101 )
                | ~ ( in @ SV22 @ ( relation_dom @ SY101 ) )
                | ~ ( in @ ( apply @ SY101 @ SV22 ) @ ( relation_dom @ SV39 ) )
                | ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY101 @ SV39 ) ) ) )
          | ~ ~ ( ~ ! [SY102: $i] :
                      ( ~ ( function @ SY102 )
                      | ~ ( relation @ SY102 )
                      | ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY102 @ SV39 ) ) )
                      | ( in @ SV22 @ ( relation_dom @ SY102 ) ) )
                | ~ ! [SY103: $i] :
                      ( ~ ( function @ SY103 )
                      | ~ ( relation @ SY103 )
                      | ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY103 @ SV39 ) ) )
                      | ( in @ ( apply @ SY103 @ SV22 ) @ ( relation_dom @ SV39 ) ) ) ) )
        = $false )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[370]) ).

thf(393,plain,
    ! [SV23: $i] :
      ( ( ( ~ ~ ( ~ ! [SY90: $i] :
                      ( ~ ( in @ SY90 @ ( relation_dom @ SV23 ) )
                      | ! [SY91: $i] :
                          ( ( SY91
                           != ( apply @ SV23 @ SY90 ) )
                          | ( in @ ( ordered_pair @ SY90 @ SY91 ) @ SV23 ) ) )
                | ~ ! [SY92: $i] :
                      ( ~ ( in @ SY92 @ ( relation_dom @ SV23 ) )
                      | ! [SY93: $i] :
                          ( ~ ( in @ ( ordered_pair @ SY92 @ SY93 ) @ SV23 )
                          | ( SY93
                            = ( apply @ SV23 @ SY92 ) ) ) ) ) )
        = $false )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[371]) ).

thf(394,plain,
    ! [SV23: $i] :
      ( ( ( ~ ~ ( ~ ! [SY94: $i] :
                      ( ( in @ SY94 @ ( relation_dom @ SV23 ) )
                      | ! [SY95: $i] :
                          ( ( SY95
                           != ( apply @ SV23 @ SY94 ) )
                          | ( SY95 = empty_set ) ) )
                | ~ ! [SY96: $i] :
                      ( ( in @ SY96 @ ( relation_dom @ SV23 ) )
                      | ! [SY97: $i] :
                          ( ( SY97 != empty_set )
                          | ( SY97
                            = ( apply @ SV23 @ SY96 ) ) ) ) ) )
        = $false )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[371]) ).

thf(395,plain,
    ! [SV52: $i,SV42: $i] :
      ( ( ( ~ ( empty @ SV42 ) )
        = $true )
      | ( ( ~ ( relation @ SV52 ) )
        = $true )
      | ( ( empty @ ( relation_composition @ SV42 @ SV52 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[372]) ).

thf(396,plain,
    ! [SV53: $i,SV43: $i] :
      ( ( ( ~ ( empty @ SV43 ) )
        = $true )
      | ( ( ~ ( relation @ SV53 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV43 @ SV53 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[373]) ).

thf(397,plain,
    ! [SV54: $i,SV44: $i] :
      ( ( ( ~ ( function @ SV44 )
          | ~ ( relation @ SV44 )
          | ~ ( relation @ SV54 ) )
        = $true )
      | ( ( ~ ( function @ SV54 ) )
        = $true )
      | ( ( function @ ( relation_composition @ SV44 @ SV54 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[376]) ).

thf(398,plain,
    ! [SV55: $i,SV45: $i] :
      ( ( ( ~ ( function @ SV45 )
          | ~ ( relation @ SV45 )
          | ~ ( relation @ SV55 ) )
        = $true )
      | ( ( ~ ( function @ SV55 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV45 @ SV55 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[377]) ).

thf(399,plain,
    ! [SV56: $i,SV46: $i] :
      ( ( ( ~ ( empty @ SV46 ) )
        = $true )
      | ( ( ~ ( relation @ SV56 ) )
        = $true )
      | ( ( empty @ ( relation_composition @ SV56 @ SV46 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[378]) ).

thf(400,plain,
    ! [SV57: $i,SV47: $i] :
      ( ( ( ~ ( empty @ SV47 ) )
        = $true )
      | ( ( ~ ( relation @ SV57 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV57 @ SV47 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[379]) ).

thf(401,plain,
    ( ( ( apply @ ( relation_composition @ sK2_SY67 @ sK3_SY69 ) @ sK1_A )
      = ( apply @ sK3_SY69 @ ( apply @ sK2_SY67 @ sK1_A ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[385]) ).

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

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

thf(404,plain,
    ! [SV33: $i,SV15: $i,SV60: $i] :
      ( ( ( ~ ( function @ SV60 )
          | ~ ( relation @ SV60 ) )
        = $true )
      | ( ( ~ ( in @ SV15 @ ( relation_dom @ ( relation_composition @ SV60 @ SV33 ) ) )
          | ( ( apply @ ( relation_composition @ SV60 @ SV33 ) @ SV15 )
            = ( apply @ SV33 @ ( apply @ SV60 @ SV15 ) ) ) )
        = $true )
      | ( ( function @ SV33 )
        = $false )
      | ( ( relation @ SV33 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[389]) ).

thf(405,plain,
    ! [SV18: $i,SV36: $i,SV41: $i] :
      ( ( ( empty @ SV41 )
        = $false )
      | ( ( element @ SV36 @ ( powerset @ SV41 ) )
        = $false )
      | ( ( in @ SV18 @ SV36 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[391]) ).

thf(406,plain,
    ! [SV39: $i,SV22: $i] :
      ( ( ( ~ ! [SY101: $i] :
                ( ~ ( function @ SY101 )
                | ~ ( relation @ SY101 )
                | ~ ( in @ SV22 @ ( relation_dom @ SY101 ) )
                | ~ ( in @ ( apply @ SY101 @ SV22 ) @ ( relation_dom @ SV39 ) )
                | ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY101 @ SV39 ) ) ) ) )
        = $false )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[392]) ).

thf(407,plain,
    ! [SV39: $i,SV22: $i] :
      ( ( ( ~ ~ ( ~ ! [SY102: $i] :
                      ( ~ ( function @ SY102 )
                      | ~ ( relation @ SY102 )
                      | ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY102 @ SV39 ) ) )
                      | ( in @ SV22 @ ( relation_dom @ SY102 ) ) )
                | ~ ! [SY103: $i] :
                      ( ~ ( function @ SY103 )
                      | ~ ( relation @ SY103 )
                      | ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY103 @ SV39 ) ) )
                      | ( in @ ( apply @ SY103 @ SV22 ) @ ( relation_dom @ SV39 ) ) ) ) )
        = $false )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[392]) ).

thf(408,plain,
    ! [SV23: $i] :
      ( ( ( ~ ( ~ ! [SY90: $i] :
                    ( ~ ( in @ SY90 @ ( relation_dom @ SV23 ) )
                    | ! [SY91: $i] :
                        ( ( SY91
                         != ( apply @ SV23 @ SY90 ) )
                        | ( in @ ( ordered_pair @ SY90 @ SY91 ) @ SV23 ) ) )
              | ~ ! [SY92: $i] :
                    ( ~ ( in @ SY92 @ ( relation_dom @ SV23 ) )
                    | ! [SY93: $i] :
                        ( ~ ( in @ ( ordered_pair @ SY92 @ SY93 ) @ SV23 )
                        | ( SY93
                          = ( apply @ SV23 @ SY92 ) ) ) ) ) )
        = $true )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[393]) ).

thf(409,plain,
    ! [SV23: $i] :
      ( ( ( ~ ( ~ ! [SY94: $i] :
                    ( ( in @ SY94 @ ( relation_dom @ SV23 ) )
                    | ! [SY95: $i] :
                        ( ( SY95
                         != ( apply @ SV23 @ SY94 ) )
                        | ( SY95 = empty_set ) ) )
              | ~ ! [SY96: $i] :
                    ( ( in @ SY96 @ ( relation_dom @ SV23 ) )
                    | ! [SY97: $i] :
                        ( ( SY97 != empty_set )
                        | ( SY97
                          = ( apply @ SV23 @ SY96 ) ) ) ) ) )
        = $true )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[394]) ).

thf(410,plain,
    ! [SV52: $i,SV42: $i] :
      ( ( ( empty @ SV42 )
        = $false )
      | ( ( ~ ( relation @ SV52 ) )
        = $true )
      | ( ( empty @ ( relation_composition @ SV42 @ SV52 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[395]) ).

thf(411,plain,
    ! [SV53: $i,SV43: $i] :
      ( ( ( empty @ SV43 )
        = $false )
      | ( ( ~ ( relation @ SV53 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV43 @ SV53 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[396]) ).

thf(412,plain,
    ! [SV54: $i,SV44: $i] :
      ( ( ( ~ ( function @ SV44 )
          | ~ ( relation @ SV44 ) )
        = $true )
      | ( ( ~ ( relation @ SV54 ) )
        = $true )
      | ( ( ~ ( function @ SV54 ) )
        = $true )
      | ( ( function @ ( relation_composition @ SV44 @ SV54 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[397]) ).

thf(413,plain,
    ! [SV55: $i,SV45: $i] :
      ( ( ( ~ ( function @ SV45 )
          | ~ ( relation @ SV45 ) )
        = $true )
      | ( ( ~ ( relation @ SV55 ) )
        = $true )
      | ( ( ~ ( function @ SV55 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV45 @ SV55 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[398]) ).

thf(414,plain,
    ! [SV56: $i,SV46: $i] :
      ( ( ( empty @ SV46 )
        = $false )
      | ( ( ~ ( relation @ SV56 ) )
        = $true )
      | ( ( empty @ ( relation_composition @ SV56 @ SV46 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[399]) ).

thf(415,plain,
    ! [SV57: $i,SV47: $i] :
      ( ( ( empty @ SV47 )
        = $false )
      | ( ( ~ ( relation @ SV57 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV57 @ SV47 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[400]) ).

thf(416,plain,
    ! [SV33: $i,SV15: $i,SV60: $i] :
      ( ( ( ~ ( function @ SV60 ) )
        = $true )
      | ( ( ~ ( relation @ SV60 ) )
        = $true )
      | ( ( ~ ( in @ SV15 @ ( relation_dom @ ( relation_composition @ SV60 @ SV33 ) ) )
          | ( ( apply @ ( relation_composition @ SV60 @ SV33 ) @ SV15 )
            = ( apply @ SV33 @ ( apply @ SV60 @ SV15 ) ) ) )
        = $true )
      | ( ( function @ SV33 )
        = $false )
      | ( ( relation @ SV33 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[404]) ).

thf(417,plain,
    ! [SV39: $i,SV22: $i] :
      ( ( ( ! [SY101: $i] :
              ( ~ ( function @ SY101 )
              | ~ ( relation @ SY101 )
              | ~ ( in @ SV22 @ ( relation_dom @ SY101 ) )
              | ~ ( in @ ( apply @ SY101 @ SV22 ) @ ( relation_dom @ SV39 ) )
              | ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY101 @ SV39 ) ) ) ) )
        = $true )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[406]) ).

thf(418,plain,
    ! [SV39: $i,SV22: $i] :
      ( ( ( ~ ( ~ ! [SY102: $i] :
                    ( ~ ( function @ SY102 )
                    | ~ ( relation @ SY102 )
                    | ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY102 @ SV39 ) ) )
                    | ( in @ SV22 @ ( relation_dom @ SY102 ) ) )
              | ~ ! [SY103: $i] :
                    ( ~ ( function @ SY103 )
                    | ~ ( relation @ SY103 )
                    | ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY103 @ SV39 ) ) )
                    | ( in @ ( apply @ SY103 @ SV22 ) @ ( relation_dom @ SV39 ) ) ) ) )
        = $true )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[407]) ).

thf(419,plain,
    ! [SV23: $i] :
      ( ( ( ~ ! [SY90: $i] :
                ( ~ ( in @ SY90 @ ( relation_dom @ SV23 ) )
                | ! [SY91: $i] :
                    ( ( SY91
                     != ( apply @ SV23 @ SY90 ) )
                    | ( in @ ( ordered_pair @ SY90 @ SY91 ) @ SV23 ) ) )
          | ~ ! [SY92: $i] :
                ( ~ ( in @ SY92 @ ( relation_dom @ SV23 ) )
                | ! [SY93: $i] :
                    ( ~ ( in @ ( ordered_pair @ SY92 @ SY93 ) @ SV23 )
                    | ( SY93
                      = ( apply @ SV23 @ SY92 ) ) ) ) )
        = $false )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[408]) ).

thf(420,plain,
    ! [SV23: $i] :
      ( ( ( ~ ! [SY94: $i] :
                ( ( in @ SY94 @ ( relation_dom @ SV23 ) )
                | ! [SY95: $i] :
                    ( ( SY95
                     != ( apply @ SV23 @ SY94 ) )
                    | ( SY95 = empty_set ) ) )
          | ~ ! [SY96: $i] :
                ( ( in @ SY96 @ ( relation_dom @ SV23 ) )
                | ! [SY97: $i] :
                    ( ( SY97 != empty_set )
                    | ( SY97
                      = ( apply @ SV23 @ SY96 ) ) ) ) )
        = $false )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[409]) ).

thf(421,plain,
    ! [SV42: $i,SV52: $i] :
      ( ( ( relation @ SV52 )
        = $false )
      | ( ( empty @ SV42 )
        = $false )
      | ( ( empty @ ( relation_composition @ SV42 @ SV52 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[410]) ).

thf(422,plain,
    ! [SV43: $i,SV53: $i] :
      ( ( ( relation @ SV53 )
        = $false )
      | ( ( empty @ SV43 )
        = $false )
      | ( ( relation @ ( relation_composition @ SV43 @ SV53 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[411]) ).

thf(423,plain,
    ! [SV54: $i,SV44: $i] :
      ( ( ( ~ ( function @ SV44 ) )
        = $true )
      | ( ( ~ ( relation @ SV44 ) )
        = $true )
      | ( ( ~ ( relation @ SV54 ) )
        = $true )
      | ( ( ~ ( function @ SV54 ) )
        = $true )
      | ( ( function @ ( relation_composition @ SV44 @ SV54 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[412]) ).

thf(424,plain,
    ! [SV55: $i,SV45: $i] :
      ( ( ( ~ ( function @ SV45 ) )
        = $true )
      | ( ( ~ ( relation @ SV45 ) )
        = $true )
      | ( ( ~ ( relation @ SV55 ) )
        = $true )
      | ( ( ~ ( function @ SV55 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV45 @ SV55 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[413]) ).

thf(425,plain,
    ! [SV46: $i,SV56: $i] :
      ( ( ( relation @ SV56 )
        = $false )
      | ( ( empty @ SV46 )
        = $false )
      | ( ( empty @ ( relation_composition @ SV56 @ SV46 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[414]) ).

thf(426,plain,
    ! [SV47: $i,SV57: $i] :
      ( ( ( relation @ SV57 )
        = $false )
      | ( ( empty @ SV47 )
        = $false )
      | ( ( relation @ ( relation_composition @ SV57 @ SV47 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[415]) ).

thf(427,plain,
    ! [SV33: $i,SV15: $i,SV60: $i] :
      ( ( ( function @ SV60 )
        = $false )
      | ( ( ~ ( relation @ SV60 ) )
        = $true )
      | ( ( ~ ( in @ SV15 @ ( relation_dom @ ( relation_composition @ SV60 @ SV33 ) ) )
          | ( ( apply @ ( relation_composition @ SV60 @ SV33 ) @ SV15 )
            = ( apply @ SV33 @ ( apply @ SV60 @ SV15 ) ) ) )
        = $true )
      | ( ( function @ SV33 )
        = $false )
      | ( ( relation @ SV33 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[416]) ).

thf(428,plain,
    ! [SV39: $i,SV22: $i,SV61: $i] :
      ( ( ( ~ ( function @ SV61 )
          | ~ ( relation @ SV61 )
          | ~ ( in @ SV22 @ ( relation_dom @ SV61 ) )
          | ~ ( in @ ( apply @ SV61 @ SV22 ) @ ( relation_dom @ SV39 ) )
          | ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SV61 @ SV39 ) ) ) )
        = $true )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[417]) ).

thf(429,plain,
    ! [SV39: $i,SV22: $i] :
      ( ( ( ~ ! [SY102: $i] :
                ( ~ ( function @ SY102 )
                | ~ ( relation @ SY102 )
                | ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY102 @ SV39 ) ) )
                | ( in @ SV22 @ ( relation_dom @ SY102 ) ) )
          | ~ ! [SY103: $i] :
                ( ~ ( function @ SY103 )
                | ~ ( relation @ SY103 )
                | ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY103 @ SV39 ) ) )
                | ( in @ ( apply @ SY103 @ SV22 ) @ ( relation_dom @ SV39 ) ) ) )
        = $false )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[418]) ).

thf(430,plain,
    ! [SV23: $i] :
      ( ( ( ~ ! [SY90: $i] :
                ( ~ ( in @ SY90 @ ( relation_dom @ SV23 ) )
                | ! [SY91: $i] :
                    ( ( SY91
                     != ( apply @ SV23 @ SY90 ) )
                    | ( in @ ( ordered_pair @ SY90 @ SY91 ) @ SV23 ) ) ) )
        = $false )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[419]) ).

thf(431,plain,
    ! [SV23: $i] :
      ( ( ( ~ ! [SY92: $i] :
                ( ~ ( in @ SY92 @ ( relation_dom @ SV23 ) )
                | ! [SY93: $i] :
                    ( ~ ( in @ ( ordered_pair @ SY92 @ SY93 ) @ SV23 )
                    | ( SY93
                      = ( apply @ SV23 @ SY92 ) ) ) ) )
        = $false )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[419]) ).

thf(432,plain,
    ! [SV23: $i] :
      ( ( ( ~ ! [SY94: $i] :
                ( ( in @ SY94 @ ( relation_dom @ SV23 ) )
                | ! [SY95: $i] :
                    ( ( SY95
                     != ( apply @ SV23 @ SY94 ) )
                    | ( SY95 = empty_set ) ) ) )
        = $false )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[420]) ).

thf(433,plain,
    ! [SV23: $i] :
      ( ( ( ~ ! [SY96: $i] :
                ( ( in @ SY96 @ ( relation_dom @ SV23 ) )
                | ! [SY97: $i] :
                    ( ( SY97 != empty_set )
                    | ( SY97
                      = ( apply @ SV23 @ SY96 ) ) ) ) )
        = $false )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[420]) ).

thf(434,plain,
    ! [SV54: $i,SV44: $i] :
      ( ( ( function @ SV44 )
        = $false )
      | ( ( ~ ( relation @ SV44 ) )
        = $true )
      | ( ( ~ ( relation @ SV54 ) )
        = $true )
      | ( ( ~ ( function @ SV54 ) )
        = $true )
      | ( ( function @ ( relation_composition @ SV44 @ SV54 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[423]) ).

thf(435,plain,
    ! [SV55: $i,SV45: $i] :
      ( ( ( function @ SV45 )
        = $false )
      | ( ( ~ ( relation @ SV45 ) )
        = $true )
      | ( ( ~ ( relation @ SV55 ) )
        = $true )
      | ( ( ~ ( function @ SV55 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV45 @ SV55 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[424]) ).

thf(436,plain,
    ! [SV33: $i,SV15: $i,SV60: $i] :
      ( ( ( relation @ SV60 )
        = $false )
      | ( ( function @ SV60 )
        = $false )
      | ( ( ~ ( in @ SV15 @ ( relation_dom @ ( relation_composition @ SV60 @ SV33 ) ) )
          | ( ( apply @ ( relation_composition @ SV60 @ SV33 ) @ SV15 )
            = ( apply @ SV33 @ ( apply @ SV60 @ SV15 ) ) ) )
        = $true )
      | ( ( function @ SV33 )
        = $false )
      | ( ( relation @ SV33 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[427]) ).

thf(437,plain,
    ! [SV39: $i,SV22: $i,SV61: $i] :
      ( ( ( ~ ( function @ SV61 )
          | ~ ( relation @ SV61 ) )
        = $true )
      | ( ( ~ ( in @ SV22 @ ( relation_dom @ SV61 ) )
          | ~ ( in @ ( apply @ SV61 @ SV22 ) @ ( relation_dom @ SV39 ) )
          | ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SV61 @ SV39 ) ) ) )
        = $true )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[428]) ).

thf(438,plain,
    ! [SV39: $i,SV22: $i] :
      ( ( ( ~ ! [SY102: $i] :
                ( ~ ( function @ SY102 )
                | ~ ( relation @ SY102 )
                | ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY102 @ SV39 ) ) )
                | ( in @ SV22 @ ( relation_dom @ SY102 ) ) ) )
        = $false )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[429]) ).

thf(439,plain,
    ! [SV39: $i,SV22: $i] :
      ( ( ( ~ ! [SY103: $i] :
                ( ~ ( function @ SY103 )
                | ~ ( relation @ SY103 )
                | ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY103 @ SV39 ) ) )
                | ( in @ ( apply @ SY103 @ SV22 ) @ ( relation_dom @ SV39 ) ) ) )
        = $false )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[429]) ).

thf(440,plain,
    ! [SV23: $i] :
      ( ( ( ! [SY90: $i] :
              ( ~ ( in @ SY90 @ ( relation_dom @ SV23 ) )
              | ! [SY91: $i] :
                  ( ( SY91
                   != ( apply @ SV23 @ SY90 ) )
                  | ( in @ ( ordered_pair @ SY90 @ SY91 ) @ SV23 ) ) ) )
        = $true )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[430]) ).

thf(441,plain,
    ! [SV23: $i] :
      ( ( ( ! [SY92: $i] :
              ( ~ ( in @ SY92 @ ( relation_dom @ SV23 ) )
              | ! [SY93: $i] :
                  ( ~ ( in @ ( ordered_pair @ SY92 @ SY93 ) @ SV23 )
                  | ( SY93
                    = ( apply @ SV23 @ SY92 ) ) ) ) )
        = $true )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[431]) ).

thf(442,plain,
    ! [SV23: $i] :
      ( ( ( ! [SY94: $i] :
              ( ( in @ SY94 @ ( relation_dom @ SV23 ) )
              | ! [SY95: $i] :
                  ( ( SY95
                   != ( apply @ SV23 @ SY94 ) )
                  | ( SY95 = empty_set ) ) ) )
        = $true )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[432]) ).

thf(443,plain,
    ! [SV23: $i] :
      ( ( ( ! [SY96: $i] :
              ( ( in @ SY96 @ ( relation_dom @ SV23 ) )
              | ! [SY97: $i] :
                  ( ( SY97 != empty_set )
                  | ( SY97
                    = ( apply @ SV23 @ SY96 ) ) ) ) )
        = $true )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[433]) ).

thf(444,plain,
    ! [SV54: $i,SV44: $i] :
      ( ( ( relation @ SV44 )
        = $false )
      | ( ( function @ SV44 )
        = $false )
      | ( ( ~ ( relation @ SV54 ) )
        = $true )
      | ( ( ~ ( function @ SV54 ) )
        = $true )
      | ( ( function @ ( relation_composition @ SV44 @ SV54 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[434]) ).

thf(445,plain,
    ! [SV55: $i,SV45: $i] :
      ( ( ( relation @ SV45 )
        = $false )
      | ( ( function @ SV45 )
        = $false )
      | ( ( ~ ( relation @ SV55 ) )
        = $true )
      | ( ( ~ ( function @ SV55 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV45 @ SV55 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[435]) ).

thf(446,plain,
    ! [SV33: $i,SV60: $i,SV15: $i] :
      ( ( ( ~ ( in @ SV15 @ ( relation_dom @ ( relation_composition @ SV60 @ SV33 ) ) ) )
        = $true )
      | ( ( ( apply @ ( relation_composition @ SV60 @ SV33 ) @ SV15 )
          = ( apply @ SV33 @ ( apply @ SV60 @ SV15 ) ) )
        = $true )
      | ( ( function @ SV60 )
        = $false )
      | ( ( relation @ SV60 )
        = $false )
      | ( ( function @ SV33 )
        = $false )
      | ( ( relation @ SV33 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[436]) ).

thf(447,plain,
    ! [SV39: $i,SV22: $i,SV61: $i] :
      ( ( ( ~ ( function @ SV61 ) )
        = $true )
      | ( ( ~ ( relation @ SV61 ) )
        = $true )
      | ( ( ~ ( in @ SV22 @ ( relation_dom @ SV61 ) )
          | ~ ( in @ ( apply @ SV61 @ SV22 ) @ ( relation_dom @ SV39 ) )
          | ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SV61 @ SV39 ) ) ) )
        = $true )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[437]) ).

thf(448,plain,
    ! [SV39: $i,SV22: $i] :
      ( ( ( ! [SY102: $i] :
              ( ~ ( function @ SY102 )
              | ~ ( relation @ SY102 )
              | ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY102 @ SV39 ) ) )
              | ( in @ SV22 @ ( relation_dom @ SY102 ) ) ) )
        = $true )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[438]) ).

thf(449,plain,
    ! [SV39: $i,SV22: $i] :
      ( ( ( ! [SY103: $i] :
              ( ~ ( function @ SY103 )
              | ~ ( relation @ SY103 )
              | ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SY103 @ SV39 ) ) )
              | ( in @ ( apply @ SY103 @ SV22 ) @ ( relation_dom @ SV39 ) ) ) )
        = $true )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[439]) ).

thf(450,plain,
    ! [SV23: $i,SV62: $i] :
      ( ( ( ~ ( in @ SV62 @ ( relation_dom @ SV23 ) )
          | ! [SY112: $i] :
              ( ( SY112
               != ( apply @ SV23 @ SV62 ) )
              | ( in @ ( ordered_pair @ SV62 @ SY112 ) @ SV23 ) ) )
        = $true )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[440]) ).

thf(451,plain,
    ! [SV23: $i,SV63: $i] :
      ( ( ( ~ ( in @ SV63 @ ( relation_dom @ SV23 ) )
          | ! [SY113: $i] :
              ( ~ ( in @ ( ordered_pair @ SV63 @ SY113 ) @ SV23 )
              | ( SY113
                = ( apply @ SV23 @ SV63 ) ) ) )
        = $true )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[441]) ).

thf(452,plain,
    ! [SV23: $i,SV64: $i] :
      ( ( ( ( in @ SV64 @ ( relation_dom @ SV23 ) )
          | ! [SY114: $i] :
              ( ( SY114
               != ( apply @ SV23 @ SV64 ) )
              | ( SY114 = empty_set ) ) )
        = $true )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[442]) ).

thf(453,plain,
    ! [SV23: $i,SV65: $i] :
      ( ( ( ( in @ SV65 @ ( relation_dom @ SV23 ) )
          | ! [SY115: $i] :
              ( ( SY115 != empty_set )
              | ( SY115
                = ( apply @ SV23 @ SV65 ) ) ) )
        = $true )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[443]) ).

thf(454,plain,
    ! [SV44: $i,SV54: $i] :
      ( ( ( relation @ SV54 )
        = $false )
      | ( ( function @ SV44 )
        = $false )
      | ( ( relation @ SV44 )
        = $false )
      | ( ( ~ ( function @ SV54 ) )
        = $true )
      | ( ( function @ ( relation_composition @ SV44 @ SV54 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[444]) ).

thf(455,plain,
    ! [SV45: $i,SV55: $i] :
      ( ( ( relation @ SV55 )
        = $false )
      | ( ( function @ SV45 )
        = $false )
      | ( ( relation @ SV45 )
        = $false )
      | ( ( ~ ( function @ SV55 ) )
        = $true )
      | ( ( relation @ ( relation_composition @ SV45 @ SV55 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[445]) ).

thf(456,plain,
    ! [SV33: $i,SV60: $i,SV15: $i] :
      ( ( ( in @ SV15 @ ( relation_dom @ ( relation_composition @ SV60 @ SV33 ) ) )
        = $false )
      | ( ( ( apply @ ( relation_composition @ SV60 @ SV33 ) @ SV15 )
          = ( apply @ SV33 @ ( apply @ SV60 @ SV15 ) ) )
        = $true )
      | ( ( function @ SV60 )
        = $false )
      | ( ( relation @ SV60 )
        = $false )
      | ( ( function @ SV33 )
        = $false )
      | ( ( relation @ SV33 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[446]) ).

thf(457,plain,
    ! [SV39: $i,SV22: $i,SV61: $i] :
      ( ( ( function @ SV61 )
        = $false )
      | ( ( ~ ( relation @ SV61 ) )
        = $true )
      | ( ( ~ ( in @ SV22 @ ( relation_dom @ SV61 ) )
          | ~ ( in @ ( apply @ SV61 @ SV22 ) @ ( relation_dom @ SV39 ) )
          | ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SV61 @ SV39 ) ) ) )
        = $true )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[447]) ).

thf(458,plain,
    ! [SV39: $i,SV22: $i,SV66: $i] :
      ( ( ( ~ ( function @ SV66 )
          | ~ ( relation @ SV66 )
          | ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SV66 @ SV39 ) ) )
          | ( in @ SV22 @ ( relation_dom @ SV66 ) ) )
        = $true )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[448]) ).

thf(459,plain,
    ! [SV39: $i,SV22: $i,SV67: $i] :
      ( ( ( ~ ( function @ SV67 )
          | ~ ( relation @ SV67 )
          | ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SV67 @ SV39 ) ) )
          | ( in @ ( apply @ SV67 @ SV22 ) @ ( relation_dom @ SV39 ) ) )
        = $true )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[449]) ).

thf(460,plain,
    ! [SV23: $i,SV62: $i] :
      ( ( ( ~ ( in @ SV62 @ ( relation_dom @ SV23 ) ) )
        = $true )
      | ( ( ! [SY112: $i] :
              ( ( SY112
               != ( apply @ SV23 @ SV62 ) )
              | ( in @ ( ordered_pair @ SV62 @ SY112 ) @ SV23 ) ) )
        = $true )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[450]) ).

thf(461,plain,
    ! [SV23: $i,SV63: $i] :
      ( ( ( ~ ( in @ SV63 @ ( relation_dom @ SV23 ) ) )
        = $true )
      | ( ( ! [SY113: $i] :
              ( ~ ( in @ ( ordered_pair @ SV63 @ SY113 ) @ SV23 )
              | ( SY113
                = ( apply @ SV23 @ SV63 ) ) ) )
        = $true )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[451]) ).

thf(462,plain,
    ! [SV23: $i,SV64: $i] :
      ( ( ( in @ SV64 @ ( relation_dom @ SV23 ) )
        = $true )
      | ( ( ! [SY114: $i] :
              ( ( SY114
               != ( apply @ SV23 @ SV64 ) )
              | ( SY114 = empty_set ) ) )
        = $true )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[452]) ).

thf(463,plain,
    ! [SV23: $i,SV65: $i] :
      ( ( ( in @ SV65 @ ( relation_dom @ SV23 ) )
        = $true )
      | ( ( ! [SY115: $i] :
              ( ( SY115 != empty_set )
              | ( SY115
                = ( apply @ SV23 @ SV65 ) ) ) )
        = $true )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[453]) ).

thf(464,plain,
    ! [SV44: $i,SV54: $i] :
      ( ( ( function @ SV54 )
        = $false )
      | ( ( relation @ SV44 )
        = $false )
      | ( ( function @ SV44 )
        = $false )
      | ( ( relation @ SV54 )
        = $false )
      | ( ( function @ ( relation_composition @ SV44 @ SV54 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[454]) ).

thf(465,plain,
    ! [SV45: $i,SV55: $i] :
      ( ( ( function @ SV55 )
        = $false )
      | ( ( relation @ SV45 )
        = $false )
      | ( ( function @ SV45 )
        = $false )
      | ( ( relation @ SV55 )
        = $false )
      | ( ( relation @ ( relation_composition @ SV45 @ SV55 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[455]) ).

thf(466,plain,
    ! [SV39: $i,SV22: $i,SV61: $i] :
      ( ( ( relation @ SV61 )
        = $false )
      | ( ( function @ SV61 )
        = $false )
      | ( ( ~ ( in @ SV22 @ ( relation_dom @ SV61 ) )
          | ~ ( in @ ( apply @ SV61 @ SV22 ) @ ( relation_dom @ SV39 ) )
          | ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SV61 @ SV39 ) ) ) )
        = $true )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[457]) ).

thf(467,plain,
    ! [SV39: $i,SV22: $i,SV66: $i] :
      ( ( ( ~ ( function @ SV66 )
          | ~ ( relation @ SV66 ) )
        = $true )
      | ( ( ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SV66 @ SV39 ) ) )
          | ( in @ SV22 @ ( relation_dom @ SV66 ) ) )
        = $true )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[458]) ).

thf(468,plain,
    ! [SV39: $i,SV22: $i,SV67: $i] :
      ( ( ( ~ ( function @ SV67 )
          | ~ ( relation @ SV67 ) )
        = $true )
      | ( ( ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SV67 @ SV39 ) ) )
          | ( in @ ( apply @ SV67 @ SV22 ) @ ( relation_dom @ SV39 ) ) )
        = $true )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[459]) ).

thf(469,plain,
    ! [SV23: $i,SV62: $i] :
      ( ( ( in @ SV62 @ ( relation_dom @ SV23 ) )
        = $false )
      | ( ( ! [SY112: $i] :
              ( ( SY112
               != ( apply @ SV23 @ SV62 ) )
              | ( in @ ( ordered_pair @ SV62 @ SY112 ) @ SV23 ) ) )
        = $true )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[460]) ).

thf(470,plain,
    ! [SV23: $i,SV63: $i] :
      ( ( ( in @ SV63 @ ( relation_dom @ SV23 ) )
        = $false )
      | ( ( ! [SY113: $i] :
              ( ~ ( in @ ( ordered_pair @ SV63 @ SY113 ) @ SV23 )
              | ( SY113
                = ( apply @ SV23 @ SV63 ) ) ) )
        = $true )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[461]) ).

thf(471,plain,
    ! [SV64: $i,SV23: $i,SV68: $i] :
      ( ( ( ( SV68
           != ( apply @ SV23 @ SV64 ) )
          | ( SV68 = empty_set ) )
        = $true )
      | ( ( in @ SV64 @ ( relation_dom @ SV23 ) )
        = $true )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[462]) ).

thf(472,plain,
    ! [SV65: $i,SV23: $i,SV69: $i] :
      ( ( ( ( SV69 != empty_set )
          | ( SV69
            = ( apply @ SV23 @ SV65 ) ) )
        = $true )
      | ( ( in @ SV65 @ ( relation_dom @ SV23 ) )
        = $true )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[463]) ).

thf(473,plain,
    ! [SV39: $i,SV61: $i,SV22: $i] :
      ( ( ( ~ ( in @ SV22 @ ( relation_dom @ SV61 ) )
          | ~ ( in @ ( apply @ SV61 @ SV22 ) @ ( relation_dom @ SV39 ) ) )
        = $true )
      | ( ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SV61 @ SV39 ) ) )
        = $true )
      | ( ( function @ SV61 )
        = $false )
      | ( ( relation @ SV61 )
        = $false )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[466]) ).

thf(474,plain,
    ! [SV39: $i,SV22: $i,SV66: $i] :
      ( ( ( ~ ( function @ SV66 ) )
        = $true )
      | ( ( ~ ( relation @ SV66 ) )
        = $true )
      | ( ( ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SV66 @ SV39 ) ) )
          | ( in @ SV22 @ ( relation_dom @ SV66 ) ) )
        = $true )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[467]) ).

thf(475,plain,
    ! [SV39: $i,SV22: $i,SV67: $i] :
      ( ( ( ~ ( function @ SV67 ) )
        = $true )
      | ( ( ~ ( relation @ SV67 ) )
        = $true )
      | ( ( ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SV67 @ SV39 ) ) )
          | ( in @ ( apply @ SV67 @ SV22 ) @ ( relation_dom @ SV39 ) ) )
        = $true )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[468]) ).

thf(476,plain,
    ! [SV62: $i,SV23: $i,SV70: $i] :
      ( ( ( ( SV70
           != ( apply @ SV23 @ SV62 ) )
          | ( in @ ( ordered_pair @ SV62 @ SV70 ) @ SV23 ) )
        = $true )
      | ( ( in @ SV62 @ ( relation_dom @ SV23 ) )
        = $false )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[469]) ).

thf(477,plain,
    ! [SV23: $i,SV71: $i,SV63: $i] :
      ( ( ( ~ ( in @ ( ordered_pair @ SV63 @ SV71 ) @ SV23 )
          | ( SV71
            = ( apply @ SV23 @ SV63 ) ) )
        = $true )
      | ( ( in @ SV63 @ ( relation_dom @ SV23 ) )
        = $false )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[470]) ).

thf(478,plain,
    ! [SV64: $i,SV23: $i,SV68: $i] :
      ( ( ( ( SV68
           != ( apply @ SV23 @ SV64 ) ) )
        = $true )
      | ( ( SV68 = empty_set )
        = $true )
      | ( ( in @ SV64 @ ( relation_dom @ SV23 ) )
        = $true )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[471]) ).

thf(479,plain,
    ! [SV65: $i,SV23: $i,SV69: $i] :
      ( ( ( ( SV69 != empty_set ) )
        = $true )
      | ( ( SV69
          = ( apply @ SV23 @ SV65 ) )
        = $true )
      | ( ( in @ SV65 @ ( relation_dom @ SV23 ) )
        = $true )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[472]) ).

thf(480,plain,
    ! [SV39: $i,SV61: $i,SV22: $i] :
      ( ( ( ~ ( in @ SV22 @ ( relation_dom @ SV61 ) ) )
        = $true )
      | ( ( ~ ( in @ ( apply @ SV61 @ SV22 ) @ ( relation_dom @ SV39 ) ) )
        = $true )
      | ( ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SV61 @ SV39 ) ) )
        = $true )
      | ( ( function @ SV61 )
        = $false )
      | ( ( relation @ SV61 )
        = $false )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[473]) ).

thf(481,plain,
    ! [SV39: $i,SV22: $i,SV66: $i] :
      ( ( ( function @ SV66 )
        = $false )
      | ( ( ~ ( relation @ SV66 ) )
        = $true )
      | ( ( ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SV66 @ SV39 ) ) )
          | ( in @ SV22 @ ( relation_dom @ SV66 ) ) )
        = $true )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[474]) ).

thf(482,plain,
    ! [SV39: $i,SV22: $i,SV67: $i] :
      ( ( ( function @ SV67 )
        = $false )
      | ( ( ~ ( relation @ SV67 ) )
        = $true )
      | ( ( ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SV67 @ SV39 ) ) )
          | ( in @ ( apply @ SV67 @ SV22 ) @ ( relation_dom @ SV39 ) ) )
        = $true )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[475]) ).

thf(483,plain,
    ! [SV62: $i,SV23: $i,SV70: $i] :
      ( ( ( ( SV70
           != ( apply @ SV23 @ SV62 ) ) )
        = $true )
      | ( ( in @ ( ordered_pair @ SV62 @ SV70 ) @ SV23 )
        = $true )
      | ( ( in @ SV62 @ ( relation_dom @ SV23 ) )
        = $false )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[476]) ).

thf(484,plain,
    ! [SV23: $i,SV71: $i,SV63: $i] :
      ( ( ( ~ ( in @ ( ordered_pair @ SV63 @ SV71 ) @ SV23 ) )
        = $true )
      | ( ( SV71
          = ( apply @ SV23 @ SV63 ) )
        = $true )
      | ( ( in @ SV63 @ ( relation_dom @ SV23 ) )
        = $false )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[477]) ).

thf(485,plain,
    ! [SV64: $i,SV23: $i,SV68: $i] :
      ( ( ( SV68
          = ( apply @ SV23 @ SV64 ) )
        = $false )
      | ( ( SV68 = empty_set )
        = $true )
      | ( ( in @ SV64 @ ( relation_dom @ SV23 ) )
        = $true )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[478]) ).

thf(486,plain,
    ! [SV65: $i,SV23: $i,SV69: $i] :
      ( ( ( SV69 = empty_set )
        = $false )
      | ( ( SV69
          = ( apply @ SV23 @ SV65 ) )
        = $true )
      | ( ( in @ SV65 @ ( relation_dom @ SV23 ) )
        = $true )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[479]) ).

thf(487,plain,
    ! [SV39: $i,SV61: $i,SV22: $i] :
      ( ( ( in @ SV22 @ ( relation_dom @ SV61 ) )
        = $false )
      | ( ( ~ ( in @ ( apply @ SV61 @ SV22 ) @ ( relation_dom @ SV39 ) ) )
        = $true )
      | ( ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SV61 @ SV39 ) ) )
        = $true )
      | ( ( function @ SV61 )
        = $false )
      | ( ( relation @ SV61 )
        = $false )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[480]) ).

thf(488,plain,
    ! [SV39: $i,SV22: $i,SV66: $i] :
      ( ( ( relation @ SV66 )
        = $false )
      | ( ( function @ SV66 )
        = $false )
      | ( ( ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SV66 @ SV39 ) ) )
          | ( in @ SV22 @ ( relation_dom @ SV66 ) ) )
        = $true )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[481]) ).

thf(489,plain,
    ! [SV39: $i,SV22: $i,SV67: $i] :
      ( ( ( relation @ SV67 )
        = $false )
      | ( ( function @ SV67 )
        = $false )
      | ( ( ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SV67 @ SV39 ) ) )
          | ( in @ ( apply @ SV67 @ SV22 ) @ ( relation_dom @ SV39 ) ) )
        = $true )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[482]) ).

thf(490,plain,
    ! [SV62: $i,SV23: $i,SV70: $i] :
      ( ( ( SV70
          = ( apply @ SV23 @ SV62 ) )
        = $false )
      | ( ( in @ ( ordered_pair @ SV62 @ SV70 ) @ SV23 )
        = $true )
      | ( ( in @ SV62 @ ( relation_dom @ SV23 ) )
        = $false )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[483]) ).

thf(491,plain,
    ! [SV23: $i,SV71: $i,SV63: $i] :
      ( ( ( in @ ( ordered_pair @ SV63 @ SV71 ) @ SV23 )
        = $false )
      | ( ( SV71
          = ( apply @ SV23 @ SV63 ) )
        = $true )
      | ( ( in @ SV63 @ ( relation_dom @ SV23 ) )
        = $false )
      | ( ( function @ SV23 )
        = $false )
      | ( ( relation @ SV23 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[484]) ).

thf(492,plain,
    ! [SV39: $i,SV22: $i,SV61: $i] :
      ( ( ( in @ ( apply @ SV61 @ SV22 ) @ ( relation_dom @ SV39 ) )
        = $false )
      | ( ( in @ SV22 @ ( relation_dom @ SV61 ) )
        = $false )
      | ( ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SV61 @ SV39 ) ) )
        = $true )
      | ( ( function @ SV61 )
        = $false )
      | ( ( relation @ SV61 )
        = $false )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[487]) ).

thf(493,plain,
    ! [SV39: $i,SV66: $i,SV22: $i] :
      ( ( ( ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SV66 @ SV39 ) ) ) )
        = $true )
      | ( ( in @ SV22 @ ( relation_dom @ SV66 ) )
        = $true )
      | ( ( function @ SV66 )
        = $false )
      | ( ( relation @ SV66 )
        = $false )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[488]) ).

thf(494,plain,
    ! [SV39: $i,SV67: $i,SV22: $i] :
      ( ( ( ~ ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SV67 @ SV39 ) ) ) )
        = $true )
      | ( ( in @ ( apply @ SV67 @ SV22 ) @ ( relation_dom @ SV39 ) )
        = $true )
      | ( ( function @ SV67 )
        = $false )
      | ( ( relation @ SV67 )
        = $false )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[489]) ).

thf(495,plain,
    ! [SV39: $i,SV66: $i,SV22: $i] :
      ( ( ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SV66 @ SV39 ) ) )
        = $false )
      | ( ( in @ SV22 @ ( relation_dom @ SV66 ) )
        = $true )
      | ( ( function @ SV66 )
        = $false )
      | ( ( relation @ SV66 )
        = $false )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[493]) ).

thf(496,plain,
    ! [SV39: $i,SV67: $i,SV22: $i] :
      ( ( ( in @ SV22 @ ( relation_dom @ ( relation_composition @ SV67 @ SV39 ) ) )
        = $false )
      | ( ( in @ ( apply @ SV67 @ SV22 ) @ ( relation_dom @ SV39 ) )
        = $true )
      | ( ( function @ SV67 )
        = $false )
      | ( ( relation @ SV67 )
        = $false )
      | ( ( function @ SV39 )
        = $false )
      | ( ( relation @ SV39 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[494]) ).

thf(497,plain,
    ! [SV1: $i,SV26: $i] :
      ( ( ( in @ SV1 @ SV26 )
        = $false )
      | ( ( ( in @ SV26 @ SV1 )
          = ( in @ SV1 @ SV26 ) )
        = $false ) ),
    inference(fac_restr,[status(thm)],[336]) ).

thf(498,plain,
    ! [SV37: $i,SV20: $i] :
      ( ( ( empty @ SV37 )
        = $false )
      | ( ( ( in @ SV20 @ SV37 )
          = ( empty @ SV37 ) )
        = $false ) ),
    inference(fac_restr,[status(thm)],[343]) ).

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

thf(500,plain,
    ! [SV1: $i,SV26: $i] :
      ( ( ( ~ ( ( in @ SV26 @ SV1 )
              | ( in @ SV1 @ SV26 ) )
          | ~ ( ~ ( in @ SV26 @ SV1 )
              | ~ ( in @ SV1 @ SV26 ) ) )
        = $false )
      | ( ( in @ SV1 @ SV26 )
        = $false ) ),
    inference(extcnf_equal_neg,[status(thm)],[497]) ).

thf(501,plain,
    ! [SV1: $i,SV26: $i] :
      ( ( ( ( in @ SV26 @ SV1 )
          = ( in @ SV1 @ SV26 ) )
        = $false )
      | ( ( in @ SV1 @ SV26 )
        = $false ) ),
    inference(extcnf_equal_neg,[status(thm)],[497]) ).

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

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

thf(507,plain,
    ! [SV1: $i,SV26: $i] :
      ( ( ( ~ ( ~ ( in @ SV26 @ SV1 )
              | ~ ( in @ SV1 @ SV26 ) ) )
        = $false )
      | ( ( in @ SV1 @ SV26 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[500]) ).

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

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

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

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

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

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

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

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

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

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

thf(527,plain,
    ! [SV26: $i,SV1: $i] :
      ( ( ( in @ SV1 @ SV26 )
        = $false )
      | ( ( in @ SV26 @ SV1 )
        = $false )
      | ( ( in @ SV1 @ SV26 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[524]) ).

thf(528,plain,
    ! [SV20: $i,SV37: $i] :
      ( ( ( empty @ SV37 )
        = $false )
      | ( ( in @ SV20 @ SV37 )
        = $false )
      | ( ( empty @ SV37 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[525]) ).

thf(530,plain,
    ! [SV1: $i] :
      ( ( in @ SV1 @ SV1 )
      = $false ),
    inference(extuni,[status(esa)],[501:[bind(SV26,$thf( SV1 ))]]) ).

thf(531,plain,
    ( ( ( sK1_A
        = ( apply @ sK2_SY67 @ sK1_A ) )
      = $false )
    | ( ( ( relation_composition @ sK2_SY67 @ sK3_SY69 )
        = sK3_SY69 )
      = $false ) ),
    inference(extuni,[status(esa)],[401]) ).

thf(532,plain,
    ! [SV64: $i,SV23: $i] :
      ( ( ( relation @ SV23 )
        = $false )
      | ( ( function @ SV23 )
        = $false )
      | ( ( in @ SV64 @ ( relation_dom @ SV23 ) )
        = $true )
      | ( ( ( apply @ SV23 @ SV64 )
          = empty_set )
        = $true ) ),
    inference(extuni,[status(esa)],[485:[bind(SV68,$thf( apply @ SV23 @ SV64 ))]]) ).

thf(533,plain,
    ! [SV65: $i,SV23: $i] :
      ( ( ( relation @ SV23 )
        = $false )
      | ( ( function @ SV23 )
        = $false )
      | ( ( in @ SV65 @ ( relation_dom @ SV23 ) )
        = $true )
      | ( ( empty_set
          = ( apply @ SV23 @ SV65 ) )
        = $true ) ),
    inference(extuni,[status(esa)],[486:[bind(SV69,$thf( empty_set ))]]) ).

thf(534,plain,
    ! [SV62: $i,SV23: $i] :
      ( ( ( relation @ SV23 )
        = $false )
      | ( ( function @ SV23 )
        = $false )
      | ( ( in @ SV62 @ ( relation_dom @ SV23 ) )
        = $false )
      | ( ( in @ ( ordered_pair @ SV62 @ ( apply @ SV23 @ SV62 ) ) @ SV23 )
        = $true ) ),
    inference(extuni,[status(esa)],[490:[bind(SV70,$thf( apply @ SV23 @ SV62 ))]]) ).

thf(535,plain,
    ! [SV26: $i,SV1: $i] :
      ( ( ( in @ SV1 @ SV26 )
        = $false )
      | ( ( in @ SV26 @ SV1 )
        = $false ) ),
    inference(sim,[status(thm)],[527]) ).

thf(536,plain,
    ! [SV20: $i,SV37: $i] :
      ( ( ( empty @ SV37 )
        = $false )
      | ( ( in @ SV20 @ SV37 )
        = $false ) ),
    inference(sim,[status(thm)],[528]) ).

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

thf(538,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[131,537,536,535,534,533,532,531,530,496,495,492,491,490,486,485,465,464,456,426,425,422,421,405,403,402,401,390,388,384,383,382,381,380,375,374,369,365,363,343,340,338,336,329,328,327,309,300,299,298,297,296,286,284,283,279,278,274,267,266,264,263,223,221,219,218,190,189,183,159,158,142]) ).

thf(539,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[538]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.13  % Problem  : SEU215+3 : TPTP v8.1.0. Released v3.2.0.
% 0.08/0.14  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.36  % Computer : n019.cluster.edu
% 0.13/0.36  % Model    : x86_64 x86_64
% 0.13/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.36  % Memory   : 8042.1875MB
% 0.13/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.36  % CPULimit : 300
% 0.13/0.36  % WCLimit  : 600
% 0.13/0.36  % DateTime : Sun Jun 19 10:41:54 EDT 2022
% 0.13/0.36  % CPUTime  : 
% 0.13/0.38  
% 0.13/0.38   No.of.Axioms: 39
% 0.13/0.38  
% 0.13/0.38   Length.of.Defs: 0
% 0.13/0.38  
% 0.13/0.38   Contains.Choice.Funs: false
% 0.13/0.40  .
% 0.21/0.41  (rf:0,axioms:39,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:41,loop_count:0,foatp_calls:0,translation:fof_full)..........................eprover: CPU time limit exceeded, terminating
% 74.43/74.61  ...
% 118.91/119.12  
% 118.91/119.12  ********************************
% 118.91/119.12  *   All subproblems solved!    *
% 118.91/119.12  ********************************
% 118.91/119.12  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:41,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:538,loop_count:0,foatp_calls:2,translation:fof_full)
% 119.04/119.26  
% 119.04/119.26  %**** Beginning of derivation protocol ****
% 119.04/119.26  % SZS output start CNFRefutation
% See solution above
% 119.04/119.27  
% 119.04/119.27  %**** End of derivation protocol ****
% 119.04/119.27  %**** no. of clauses in derivation: 526 ****
% 119.04/119.27  %**** clause counter: 538 ****
% 119.04/119.27  
% 119.04/119.27  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:41,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:538,loop_count:0,foatp_calls:2,translation:fof_full)
%------------------------------------------------------------------------------