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

View Problem - Process Solution

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

% Computer : n013.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:11:15 EDT 2022

% Result   : Theorem 0.42s 0.63s
% Output   : CNFRefutation 0.53s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   37
%            Number of leaves      :   81
% Syntax   : Number of formulae    :  542 ( 329 unt;  41 typ;   0 def)
%            Number of atoms       : 3650 (1020 equ;   0 cnn)
%            Maximal formula atoms :   14 (   7 avg)
%            Number of connectives : 6208 (1435   ~;1156   |; 155   &;3350   @)
%                                         (   2 <=>; 110  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   21 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   34 (  34   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   44 (  41 usr;  21 con; 0-3 aty)
%            Number of variables   :  720 (   0   ^ 690   !;  30   ?; 720   :)

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

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

thf(tp_empty_carrier,type,
    empty_carrier: $i > $o ).

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

thf(tp_full_subnetstr,type,
    full_subnetstr: $i > $i > $i > $o ).

thf(tp_full_subrelstr,type,
    full_subrelstr: $i > $i > $o ).

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

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

thf(tp_net_str,type,
    net_str: $i > $i > $o ).

thf(tp_one_sorted_str,type,
    one_sorted_str: $i > $o ).

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

thf(tp_rel_str,type,
    rel_str: $i > $o ).

thf(tp_related,type,
    related: $i > $i > $i > $o ).

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

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_A,type,
    sK12_A: $i ).

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

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

thf(tp_sK15_A,type,
    sK15_A: $i ).

thf(tp_sK16_A,type,
    sK16_A: $i ).

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

thf(tp_sK18_B,type,
    sK18_B: $i > $i ).

thf(tp_sK19_B,type,
    sK19_B: $i > $i ).

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

thf(tp_sK20_B,type,
    sK20_B: $i > $i ).

thf(tp_sK21_A,type,
    sK21_A: $i ).

thf(tp_sK22_A,type,
    sK22_A: $i ).

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

thf(tp_sK3_SY67,type,
    sK3_SY67: $i ).

thf(tp_sK4_SY72,type,
    sK4_SY72: $i ).

thf(tp_sK5_SY76,type,
    sK5_SY76: $i ).

thf(tp_sK6_SY79,type,
    sK6_SY79: $i ).

thf(tp_sK7_SY81,type,
    sK7_SY81: $i ).

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

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

thf(tp_subnetstr,type,
    subnetstr: $i > $i > $i > $o ).

thf(tp_subrelstr,type,
    subrelstr: $i > $i > $o ).

thf(tp_the_carrier,type,
    the_carrier: $i > $i ).

thf(tp_v1_yellow_3,type,
    v1_yellow_3: $i > $o ).

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

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

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

thf(4,axiom,
    ! [A: $i] :
      ( ( rel_str @ A )
     => ! [B: $i] :
          ( ( ( full_subrelstr @ B @ A )
            & ( subrelstr @ B @ A ) )
         => ! [C: $i] :
              ( ( element @ C @ ( the_carrier @ A ) )
             => ! [D: $i] :
                  ( ( element @ D @ ( the_carrier @ A ) )
                 => ! [E: $i] :
                      ( ( element @ E @ ( the_carrier @ B ) )
                     => ! [F: $i] :
                          ( ( element @ F @ ( the_carrier @ B ) )
                         => ( ( ( E = C )
                              & ( F = D )
                              & ( related @ A @ C @ D )
                              & ( in @ E @ ( the_carrier @ B ) )
                              & ( in @ F @ ( the_carrier @ B ) ) )
                           => ( related @ B @ E @ F ) ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t61_yellow_0) ).

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

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

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

thf(8,axiom,
    ? [A: $i] :
      ( ( one_sorted_str @ A )
      & ~ ( empty_carrier @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',rc3_struct_0) ).

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

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

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

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

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

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

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

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

thf(17,axiom,
    ! [A: $i] :
      ( ( ~ ( empty_carrier @ A )
        & ( one_sorted_str @ A ) )
     => ~ ( empty @ ( the_carrier @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fc1_struct_0) ).

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

thf(19,axiom,
    ! [A: $i,B: $i] :
      ( ( ( one_sorted_str @ A )
        & ( net_str @ B @ A ) )
     => ? [C: $i] : ( subnetstr @ C @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',existence_m1_yellow_6) ).

thf(20,axiom,
    ! [A: $i] :
      ( ( rel_str @ A )
     => ? [B: $i] : ( subrelstr @ B @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',existence_m1_yellow_0) ).

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

thf(22,axiom,
    ! [A: $i] :
      ( ( one_sorted_str @ A )
     => ? [B: $i] : ( net_str @ B @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',existence_l1_waybel_0) ).

thf(23,axiom,
    ? [A: $i] : ( one_sorted_str @ A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',existence_l1_struct_0) ).

thf(24,axiom,
    ? [A: $i] : ( rel_str @ A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',existence_l1_orders_2) ).

thf(25,axiom,
    $true,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',dt_u1_struct_0) ).

thf(26,axiom,
    ! [A: $i,B: $i] :
      ( ( ( one_sorted_str @ A )
        & ( net_str @ B @ A ) )
     => ! [C: $i] :
          ( ( subnetstr @ C @ A @ B )
         => ( net_str @ C @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',dt_m1_yellow_6) ).

thf(27,axiom,
    ! [A: $i] :
      ( ( rel_str @ A )
     => ! [B: $i] :
          ( ( subrelstr @ B @ A )
         => ( rel_str @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',dt_m1_yellow_0) ).

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

thf(29,axiom,
    ! [A: $i] :
      ( ( one_sorted_str @ A )
     => ! [B: $i] :
          ( ( net_str @ B @ A )
         => ( rel_str @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',dt_l1_waybel_0) ).

thf(30,axiom,
    $true,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',dt_l1_struct_0) ).

thf(31,axiom,
    ! [A: $i] :
      ( ( rel_str @ A )
     => ( one_sorted_str @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',dt_l1_orders_2) ).

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

thf(33,axiom,
    ! [A: $i] :
      ( ( one_sorted_str @ A )
     => ! [B: $i] :
          ( ( net_str @ B @ A )
         => ! [C: $i] :
              ( ( subnetstr @ C @ A @ B )
             => ( ( full_subnetstr @ C @ A @ B )
              <=> ( ( full_subrelstr @ C @ B )
                  & ( subrelstr @ C @ B ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',d9_yellow_6) ).

thf(34,axiom,
    ! [A: $i] :
      ( ( rel_str @ A )
     => ( ~ ( v1_yellow_3 @ A )
       => ~ ( empty_carrier @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cc2_yellow_3) ).

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

thf(36,axiom,
    ! [A: $i] :
      ( ( rel_str @ A )
     => ( ( empty_carrier @ A )
       => ( v1_yellow_3 @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cc1_yellow_3) ).

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

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

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

thf(40,conjecture,
    ! [A: $i] :
      ( ( one_sorted_str @ A )
     => ! [B: $i] :
          ( ( ~ ( empty_carrier @ B )
            & ( net_str @ B @ A ) )
         => ! [C: $i] :
              ( ( ~ ( empty_carrier @ C )
                & ( full_subnetstr @ C @ A @ B )
                & ( subnetstr @ C @ A @ B ) )
             => ! [D: $i] :
                  ( ( element @ D @ ( the_carrier @ B ) )
                 => ! [E: $i] :
                      ( ( element @ E @ ( the_carrier @ B ) )
                     => ! [F: $i] :
                          ( ( element @ F @ ( the_carrier @ C ) )
                         => ! [G: $i] :
                              ( ( element @ G @ ( the_carrier @ C ) )
                             => ( ( ( D = F )
                                  & ( E = G )
                                  & ( related @ B @ D @ E ) )
                               => ( related @ C @ F @ G ) ) ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t21_yellow_6) ).

thf(41,negated_conjecture,
    ( ( ! [A: $i] :
          ( ( one_sorted_str @ A )
         => ! [B: $i] :
              ( ( ~ ( empty_carrier @ B )
                & ( net_str @ B @ A ) )
             => ! [C: $i] :
                  ( ( ~ ( empty_carrier @ C )
                    & ( full_subnetstr @ C @ A @ B )
                    & ( subnetstr @ C @ A @ B ) )
                 => ! [D: $i] :
                      ( ( element @ D @ ( the_carrier @ B ) )
                     => ! [E: $i] :
                          ( ( element @ E @ ( the_carrier @ B ) )
                         => ! [F: $i] :
                              ( ( element @ F @ ( the_carrier @ C ) )
                             => ! [G: $i] :
                                  ( ( element @ G @ ( the_carrier @ C ) )
                                 => ( ( ( D = F )
                                      & ( E = G )
                                      & ( related @ B @ D @ E ) )
                                   => ( related @ C @ F @ G ) ) ) ) ) ) ) ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[40]) ).

thf(42,plain,
    ( ( ! [A: $i] :
          ( ( one_sorted_str @ A )
         => ! [B: $i] :
              ( ( ~ ( empty_carrier @ B )
                & ( net_str @ B @ A ) )
             => ! [C: $i] :
                  ( ( ~ ( empty_carrier @ C )
                    & ( full_subnetstr @ C @ A @ B )
                    & ( subnetstr @ C @ A @ B ) )
                 => ! [D: $i] :
                      ( ( element @ D @ ( the_carrier @ B ) )
                     => ! [E: $i] :
                          ( ( element @ E @ ( the_carrier @ B ) )
                         => ! [F: $i] :
                              ( ( element @ F @ ( the_carrier @ C ) )
                             => ! [G: $i] :
                                  ( ( element @ G @ ( the_carrier @ C ) )
                                 => ( ( ( D = F )
                                      & ( E = G )
                                      & ( related @ B @ D @ E ) )
                                   => ( related @ C @ F @ G ) ) ) ) ) ) ) ) ) )
    = $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] :
          ( ( rel_str @ A )
         => ! [B: $i] :
              ( ( ( full_subrelstr @ B @ A )
                & ( subrelstr @ B @ A ) )
             => ! [C: $i] :
                  ( ( element @ C @ ( the_carrier @ A ) )
                 => ! [D: $i] :
                      ( ( element @ D @ ( the_carrier @ A ) )
                     => ! [E: $i] :
                          ( ( element @ E @ ( the_carrier @ B ) )
                         => ! [F: $i] :
                              ( ( element @ F @ ( the_carrier @ B ) )
                             => ( ( ( E = C )
                                  & ( F = D )
                                  & ( related @ A @ C @ D )
                                  & ( in @ E @ ( the_carrier @ B ) )
                                  & ( in @ F @ ( the_carrier @ B ) ) )
                               => ( related @ B @ E @ F ) ) ) ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

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

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

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

thf(50,plain,
    ( ( ? [A: $i] :
          ( ( one_sorted_str @ A )
          & ~ ( empty_carrier @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

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

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

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

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

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

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

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

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

thf(59,plain,
    ( ( ! [A: $i] :
          ( ( ~ ( empty_carrier @ A )
            & ( one_sorted_str @ A ) )
         => ~ ( empty @ ( the_carrier @ A ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[17]) ).

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

thf(61,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( ( one_sorted_str @ A )
            & ( net_str @ B @ A ) )
         => ? [C: $i] : ( subnetstr @ C @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[19]) ).

thf(62,plain,
    ( ( ! [A: $i] :
          ( ( rel_str @ A )
         => ? [B: $i] : ( subrelstr @ B @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[20]) ).

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

thf(64,plain,
    ( ( ! [A: $i] :
          ( ( one_sorted_str @ A )
         => ? [B: $i] : ( net_str @ B @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[22]) ).

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

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

thf(67,plain,
    $true = $true,
    inference(unfold_def,[status(thm)],[25]) ).

thf(68,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( ( one_sorted_str @ A )
            & ( net_str @ B @ A ) )
         => ! [C: $i] :
              ( ( subnetstr @ C @ A @ B )
             => ( net_str @ C @ A ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[26]) ).

thf(69,plain,
    ( ( ! [A: $i] :
          ( ( rel_str @ A )
         => ! [B: $i] :
              ( ( subrelstr @ B @ A )
             => ( rel_str @ B ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[27]) ).

thf(70,plain,
    $true = $true,
    inference(unfold_def,[status(thm)],[28]) ).

thf(71,plain,
    ( ( ! [A: $i] :
          ( ( one_sorted_str @ A )
         => ! [B: $i] :
              ( ( net_str @ B @ A )
             => ( rel_str @ B ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[29]) ).

thf(72,plain,
    $true = $true,
    inference(unfold_def,[status(thm)],[30]) ).

thf(73,plain,
    ( ( ! [A: $i] :
          ( ( rel_str @ A )
         => ( one_sorted_str @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[31]) ).

thf(74,plain,
    $true = $true,
    inference(unfold_def,[status(thm)],[32]) ).

thf(75,plain,
    ( ( ! [A: $i] :
          ( ( one_sorted_str @ A )
         => ! [B: $i] :
              ( ( net_str @ B @ A )
             => ! [C: $i] :
                  ( ( subnetstr @ C @ A @ B )
                 => ( ( full_subnetstr @ C @ A @ B )
                  <=> ( ( full_subrelstr @ C @ B )
                      & ( subrelstr @ C @ B ) ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[33]) ).

thf(76,plain,
    ( ( ! [A: $i] :
          ( ( rel_str @ A )
         => ( ~ ( v1_yellow_3 @ A )
           => ~ ( empty_carrier @ A ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[34]) ).

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

thf(78,plain,
    ( ( ! [A: $i] :
          ( ( rel_str @ A )
         => ( ( empty_carrier @ A )
           => ( v1_yellow_3 @ 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,
    ( ( ( one_sorted_str @ sK1_A )
     => ! [SY61: $i] :
          ( ( ~ ( empty_carrier @ SY61 )
            & ( net_str @ SY61 @ sK1_A ) )
         => ! [SY62: $i] :
              ( ( ~ ( empty_carrier @ SY62 )
                & ( full_subnetstr @ SY62 @ sK1_A @ SY61 )
                & ( subnetstr @ SY62 @ sK1_A @ SY61 ) )
             => ! [D: $i] :
                  ( ( element @ D @ ( the_carrier @ SY61 ) )
                 => ! [E: $i] :
                      ( ( element @ E @ ( the_carrier @ SY61 ) )
                     => ! [F: $i] :
                          ( ( element @ F @ ( the_carrier @ SY62 ) )
                         => ! [G: $i] :
                              ( ( element @ G @ ( the_carrier @ SY62 ) )
                             => ( ( ( D = F )
                                  & ( E = G )
                                  & ( related @ SY61 @ D @ E ) )
                               => ( related @ SY62 @ F @ G ) ) ) ) ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[42]) ).

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

thf(84,plain,
    ( ( ! [SY61: $i] :
          ( ( ~ ( empty_carrier @ SY61 )
            & ( net_str @ SY61 @ sK1_A ) )
         => ! [SY62: $i] :
              ( ( ~ ( empty_carrier @ SY62 )
                & ( full_subnetstr @ SY62 @ sK1_A @ SY61 )
                & ( subnetstr @ SY62 @ sK1_A @ SY61 ) )
             => ! [D: $i] :
                  ( ( element @ D @ ( the_carrier @ SY61 ) )
                 => ! [E: $i] :
                      ( ( element @ E @ ( the_carrier @ SY61 ) )
                     => ! [F: $i] :
                          ( ( element @ F @ ( the_carrier @ SY62 ) )
                         => ! [G: $i] :
                              ( ( element @ G @ ( the_carrier @ SY62 ) )
                             => ( ( ( D = F )
                                  & ( E = G )
                                  & ( related @ SY61 @ D @ E ) )
                               => ( related @ SY62 @ F @ G ) ) ) ) ) ) ) ) )
    = $false ),
    inference(standard_cnf,[status(thm)],[82]) ).

thf(85,plain,
    ( ( ~ ! [SY61: $i] :
            ( ( ~ ( empty_carrier @ SY61 )
              & ( net_str @ SY61 @ sK1_A ) )
           => ! [SY62: $i] :
                ( ( ~ ( empty_carrier @ SY62 )
                  & ( full_subnetstr @ SY62 @ sK1_A @ SY61 )
                  & ( subnetstr @ SY62 @ sK1_A @ SY61 ) )
               => ! [D: $i] :
                    ( ( element @ D @ ( the_carrier @ SY61 ) )
                   => ! [E: $i] :
                        ( ( element @ E @ ( the_carrier @ SY61 ) )
                       => ! [F: $i] :
                            ( ( element @ F @ ( the_carrier @ SY62 ) )
                           => ! [G: $i] :
                                ( ( element @ G @ ( the_carrier @ SY62 ) )
                               => ( ( ( D = F )
                                    & ( E = G )
                                    & ( related @ SY61 @ D @ E ) )
                                 => ( related @ SY62 @ F @ G ) ) ) ) ) ) ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[84]) ).

thf(86,plain,
    ( ( ~ ( empty_carrier @ sK2_SY61 )
      & ( net_str @ sK2_SY61 @ sK1_A )
      & ~ ( empty_carrier @ sK3_SY67 )
      & ( full_subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 )
      & ( subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 )
      & ( element @ sK4_SY72 @ ( the_carrier @ sK2_SY61 ) )
      & ( element @ sK5_SY76 @ ( the_carrier @ sK2_SY61 ) )
      & ( element @ sK6_SY79 @ ( the_carrier @ sK3_SY67 ) )
      & ( element @ sK7_SY81 @ ( the_carrier @ sK3_SY67 ) )
      & ( sK4_SY72 = sK6_SY79 )
      & ( sK5_SY76 = sK7_SY81 )
      & ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 )
      & ~ ( related @ sK3_SY67 @ sK6_SY79 @ sK7_SY81 ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[85]) ).

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

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

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

thf(90,plain,
    ( ( ! [A: $i] :
          ( ~ ( rel_str @ A )
          | ! [B: $i] :
              ( ~ ( full_subrelstr @ B @ A )
              | ~ ( subrelstr @ B @ A )
              | ! [C: $i] :
                  ( ~ ( element @ C @ ( the_carrier @ A ) )
                  | ! [D: $i] :
                      ( ~ ( element @ D @ ( the_carrier @ A ) )
                      | ! [E: $i] :
                          ( ~ ( element @ E @ ( the_carrier @ B ) )
                          | ! [F: $i] :
                              ( ~ ( element @ F @ ( the_carrier @ B ) )
                              | ( E != C )
                              | ( F != D )
                              | ~ ( related @ A @ C @ D )
                              | ~ ( in @ E @ ( the_carrier @ B ) )
                              | ~ ( in @ F @ ( the_carrier @ B ) )
                              | ( related @ B @ E @ F ) ) ) ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[46]) ).

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

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

thf(93,plain,
    ( ( ( relation @ sK8_A )
      & ( relation_empty_yielding @ sK8_A )
      & ( function @ sK8_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[49]) ).

thf(94,plain,
    ( ( ( one_sorted_str @ sK9_A )
      & ~ ( empty_carrier @ sK9_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[50]) ).

thf(95,plain,
    ( ( ( relation @ sK10_A )
      & ( relation_empty_yielding @ sK10_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[51]) ).

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

thf(97,plain,
    ( ( ~ ( empty @ sK12_A )
      & ( relation @ sK12_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[53]) ).

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

thf(99,plain,
    ( ( ( empty @ sK14_A )
      & ( relation @ sK14_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[55]) ).

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

thf(101,plain,
    ( ( ( function @ sK16_A )
      & ( relation @ sK16_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[57]) ).

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

thf(103,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( net_str @ B @ A )
          | ~ ( one_sorted_str @ A )
          | ( subnetstr @ ( sK17_C @ B @ A ) @ A @ B ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[61]) ).

thf(104,plain,
    ( ( ! [A: $i] :
          ( ~ ( rel_str @ A )
          | ( subrelstr @ ( sK18_B @ A ) @ A ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[62]) ).

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

thf(106,plain,
    ( ( ! [A: $i] :
          ( ~ ( one_sorted_str @ A )
          | ( net_str @ ( sK20_B @ A ) @ A ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[64]) ).

thf(107,plain,
    ( ( one_sorted_str @ sK21_A )
    = $true ),
    inference(extcnf_combined,[status(esa)],[65]) ).

thf(108,plain,
    ( ( rel_str @ sK22_A )
    = $true ),
    inference(extcnf_combined,[status(esa)],[66]) ).

thf(109,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( net_str @ B @ A )
          | ~ ( one_sorted_str @ A )
          | ! [C: $i] :
              ( ~ ( subnetstr @ C @ A @ B )
              | ( net_str @ C @ A ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[68]) ).

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

thf(111,plain,
    ( ( ! [A: $i] :
          ( ~ ( one_sorted_str @ A )
          | ! [B: $i] :
              ( ~ ( net_str @ B @ A )
              | ( rel_str @ B ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[71]) ).

thf(112,plain,
    ( ( ! [A: $i] :
          ( ~ ( rel_str @ A )
          | ( one_sorted_str @ A ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[73]) ).

thf(113,plain,
    ( ( ! [A: $i] :
          ( ~ ( one_sorted_str @ A )
          | ! [B: $i] :
              ( ~ ( net_str @ B @ A )
              | ( ! [C: $i] :
                    ( ~ ( subnetstr @ C @ A @ B )
                    | ~ ( full_subrelstr @ C @ B )
                    | ~ ( subrelstr @ C @ B )
                    | ( full_subnetstr @ C @ A @ B ) )
                & ! [C: $i] :
                    ( ~ ( subnetstr @ C @ A @ B )
                    | ~ ( full_subnetstr @ C @ A @ B )
                    | ( full_subrelstr @ C @ B ) )
                & ! [C: $i] :
                    ( ~ ( subnetstr @ C @ A @ B )
                    | ~ ( full_subnetstr @ C @ A @ B )
                    | ( subrelstr @ C @ B ) ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[75]) ).

thf(114,plain,
    ( ( ! [A: $i] :
          ( ~ ( rel_str @ A )
          | ( v1_yellow_3 @ A )
          | ~ ( empty_carrier @ A ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[76]) ).

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

thf(116,plain,
    ( ( ! [A: $i] :
          ( ~ ( rel_str @ A )
          | ~ ( empty_carrier @ A )
          | ( v1_yellow_3 @ A ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[78]) ).

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

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

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

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

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

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

thf(123,plain,
    ( ( ! [A: $i] :
          ( ~ ( rel_str @ A )
          | ~ ( empty_carrier @ A )
          | ( v1_yellow_3 @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[116]) ).

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

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

thf(126,plain,
    ( ( ! [A: $i] :
          ( ~ ( one_sorted_str @ A )
          | ! [B: $i] :
              ( ~ ( net_str @ B @ A )
              | ( ! [C: $i] :
                    ( ~ ( subnetstr @ C @ A @ B )
                    | ~ ( full_subrelstr @ C @ B )
                    | ~ ( subrelstr @ C @ B )
                    | ( full_subnetstr @ C @ A @ B ) )
                & ! [C: $i] :
                    ( ~ ( subnetstr @ C @ A @ B )
                    | ~ ( full_subnetstr @ C @ A @ B )
                    | ( full_subrelstr @ C @ B ) )
                & ! [C: $i] :
                    ( ~ ( subnetstr @ C @ A @ B )
                    | ~ ( full_subnetstr @ C @ A @ B )
                    | ( subrelstr @ C @ B ) ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[113]) ).

thf(127,plain,
    $true = $true,
    inference(copy,[status(thm)],[74]) ).

thf(128,plain,
    ( ( ! [A: $i] :
          ( ~ ( rel_str @ A )
          | ( one_sorted_str @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[112]) ).

thf(129,plain,
    $true = $true,
    inference(copy,[status(thm)],[72]) ).

thf(130,plain,
    ( ( ! [A: $i] :
          ( ~ ( one_sorted_str @ A )
          | ! [B: $i] :
              ( ~ ( net_str @ B @ A )
              | ( rel_str @ B ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[111]) ).

thf(131,plain,
    $true = $true,
    inference(copy,[status(thm)],[70]) ).

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

thf(133,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( net_str @ B @ A )
          | ~ ( one_sorted_str @ A )
          | ! [C: $i] :
              ( ~ ( subnetstr @ C @ A @ B )
              | ( net_str @ C @ A ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[109]) ).

thf(134,plain,
    $true = $true,
    inference(copy,[status(thm)],[67]) ).

thf(135,plain,
    ( ( rel_str @ sK22_A )
    = $true ),
    inference(copy,[status(thm)],[108]) ).

thf(136,plain,
    ( ( one_sorted_str @ sK21_A )
    = $true ),
    inference(copy,[status(thm)],[107]) ).

thf(137,plain,
    ( ( ! [A: $i] :
          ( ~ ( one_sorted_str @ A )
          | ( net_str @ ( sK20_B @ A ) @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[106]) ).

thf(138,plain,
    ( ( ! [A: $i] : ( element @ ( sK19_B @ A ) @ A ) )
    = $true ),
    inference(copy,[status(thm)],[105]) ).

thf(139,plain,
    ( ( ! [A: $i] :
          ( ~ ( rel_str @ A )
          | ( subrelstr @ ( sK18_B @ A ) @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[104]) ).

thf(140,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( net_str @ B @ A )
          | ~ ( one_sorted_str @ A )
          | ( subnetstr @ ( sK17_C @ B @ A ) @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[103]) ).

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

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

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

thf(144,plain,
    ( ( ( function @ sK16_A )
      & ( relation @ sK16_A ) )
    = $true ),
    inference(copy,[status(thm)],[101]) ).

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

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

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

thf(148,plain,
    ( ( ~ ( empty @ sK12_A )
      & ( relation @ sK12_A ) )
    = $true ),
    inference(copy,[status(thm)],[97]) ).

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

thf(150,plain,
    ( ( ( relation @ sK10_A )
      & ( relation_empty_yielding @ sK10_A ) )
    = $true ),
    inference(copy,[status(thm)],[95]) ).

thf(151,plain,
    ( ( ( one_sorted_str @ sK9_A )
      & ~ ( empty_carrier @ sK9_A ) )
    = $true ),
    inference(copy,[status(thm)],[94]) ).

thf(152,plain,
    ( ( ( relation @ sK8_A )
      & ( relation_empty_yielding @ sK8_A )
      & ( function @ sK8_A ) )
    = $true ),
    inference(copy,[status(thm)],[93]) ).

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

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

thf(155,plain,
    ( ( ! [A: $i] :
          ( ~ ( rel_str @ A )
          | ! [B: $i] :
              ( ~ ( full_subrelstr @ B @ A )
              | ~ ( subrelstr @ B @ A )
              | ! [C: $i] :
                  ( ~ ( element @ C @ ( the_carrier @ A ) )
                  | ! [D: $i] :
                      ( ~ ( element @ D @ ( the_carrier @ A ) )
                      | ! [E: $i] :
                          ( ~ ( element @ E @ ( the_carrier @ B ) )
                          | ! [F: $i] :
                              ( ~ ( element @ F @ ( the_carrier @ B ) )
                              | ( E != C )
                              | ( F != D )
                              | ~ ( related @ A @ C @ D )
                              | ~ ( in @ E @ ( the_carrier @ B ) )
                              | ~ ( in @ F @ ( the_carrier @ B ) )
                              | ( related @ B @ E @ F ) ) ) ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[90]) ).

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

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

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

thf(159,plain,
    ( ( one_sorted_str @ sK1_A )
    = $true ),
    inference(copy,[status(thm)],[83]) ).

thf(160,plain,
    ( ( ~ ( empty_carrier @ sK2_SY61 )
      & ( net_str @ sK2_SY61 @ sK1_A )
      & ~ ( empty_carrier @ sK3_SY67 )
      & ( full_subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 )
      & ( subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 )
      & ( element @ sK4_SY72 @ ( the_carrier @ sK2_SY61 ) )
      & ( element @ sK5_SY76 @ ( the_carrier @ sK2_SY61 ) )
      & ( element @ sK6_SY79 @ ( the_carrier @ sK3_SY67 ) )
      & ( element @ sK7_SY81 @ ( the_carrier @ sK3_SY67 ) )
      & ( sK4_SY72 = sK6_SY79 )
      & ( sK5_SY76 = sK7_SY81 )
      & ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 )
      & ~ ( related @ sK3_SY67 @ sK6_SY79 @ sK7_SY81 ) )
    = $true ),
    inference(copy,[status(thm)],[86]) ).

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

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

thf(163,plain,
    ( ( ~ ( ~ ( one_sorted_str @ sK9_A )
          | ~ ~ ( empty_carrier @ sK9_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[151]) ).

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

thf(165,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( one_sorted_str @ SX0 )
          | ! [SX1: $i] :
              ( ~ ( net_str @ SX1 @ SX0 )
              | ~ ( ~ ! [SX2: $i] :
                        ( ~ ( subnetstr @ SX2 @ SX0 @ SX1 )
                        | ~ ( full_subrelstr @ SX2 @ SX1 )
                        | ~ ( subrelstr @ SX2 @ SX1 )
                        | ( full_subnetstr @ SX2 @ SX0 @ SX1 ) )
                  | ~ ~ ( ~ ! [SX2: $i] :
                              ( ~ ( subnetstr @ SX2 @ SX0 @ SX1 )
                              | ~ ( full_subnetstr @ SX2 @ SX0 @ SX1 )
                              | ( full_subrelstr @ SX2 @ SX1 ) )
                        | ~ ! [SX2: $i] :
                              ( ~ ( subnetstr @ SX2 @ SX0 @ SX1 )
                              | ~ ( full_subnetstr @ SX2 @ SX0 @ SX1 )
                              | ( subrelstr @ SX2 @ SX1 ) ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[126]) ).

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

thf(167,plain,
    ( ( ~ ( ~ ( function @ sK16_A )
          | ~ ( relation @ sK16_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[144]) ).

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

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

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

thf(171,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( empty_carrier @ sK2_SY61 )
                | ~ ( net_str @ sK2_SY61 @ sK1_A ) )
          | ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( empty_carrier @ sK3_SY67 )
                            | ~ ( full_subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 ) )
                      | ~ ( subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 ) )
                | ~ ~ ( ~ ( element @ sK4_SY72 @ ( the_carrier @ sK2_SY61 ) )
                      | ~ ~ ( ~ ( element @ sK5_SY76 @ ( the_carrier @ sK2_SY61 ) )
                            | ~ ~ ( ~ ( element @ sK6_SY79 @ ( the_carrier @ sK3_SY67 ) )
                                  | ~ ~ ( ~ ( element @ sK7_SY81 @ ( the_carrier @ sK3_SY67 ) )
                                        | ~ ~ ( ~ ~ ( ~ ~ ( ( sK4_SY72 != sK6_SY79 )
                                                          | ( sK5_SY76 != sK7_SY81 ) )
                                                    | ~ ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 ) )
                                              | ~ ~ ( related @ sK3_SY67 @ sK6_SY79 @ sK7_SY81 ) ) ) ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[160]) ).

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

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

thf(174,plain,
    ( ( ~ ( ~ ~ ( ~ ( relation @ sK15_A )
                | ~ ( relation_empty_yielding @ sK15_A ) )
          | ~ ( function @ sK15_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[145]) ).

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

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

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

thf(178,plain,
    ! [SV4: $i] :
      ( ( ~ ( rel_str @ SV4 )
        | ~ ( empty_carrier @ SV4 )
        | ( v1_yellow_3 @ SV4 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[123]) ).

thf(179,plain,
    ! [SV5: $i] :
      ( ( ~ ( rel_str @ SV5 )
        | ( v1_yellow_3 @ SV5 )
        | ~ ( empty_carrier @ SV5 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[125]) ).

thf(180,plain,
    ! [SV6: $i] :
      ( ( ~ ( rel_str @ SV6 )
        | ( one_sorted_str @ SV6 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[128]) ).

thf(181,plain,
    ! [SV7: $i] :
      ( ( ~ ( one_sorted_str @ SV7 )
        | ! [SY83: $i] :
            ( ~ ( net_str @ SY83 @ SV7 )
            | ( rel_str @ SY83 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[130]) ).

thf(182,plain,
    ! [SV8: $i] :
      ( ( ~ ( rel_str @ SV8 )
        | ! [SY84: $i] :
            ( ~ ( subrelstr @ SY84 @ SV8 )
            | ( rel_str @ SY84 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[132]) ).

thf(183,plain,
    ! [SV9: $i] :
      ( ( ! [SY85: $i] :
            ( ~ ( net_str @ SY85 @ SV9 )
            | ~ ( one_sorted_str @ SV9 )
            | ! [SY86: $i] :
                ( ~ ( subnetstr @ SY86 @ SV9 @ SY85 )
                | ( net_str @ SY86 @ SV9 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[133]) ).

thf(184,plain,
    ! [SV10: $i] :
      ( ( ~ ( one_sorted_str @ SV10 )
        | ( net_str @ ( sK20_B @ SV10 ) @ SV10 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[137]) ).

thf(185,plain,
    ! [SV11: $i] :
      ( ( element @ ( sK19_B @ SV11 ) @ SV11 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[138]) ).

thf(186,plain,
    ! [SV12: $i] :
      ( ( ~ ( rel_str @ SV12 )
        | ( subrelstr @ ( sK18_B @ SV12 ) @ SV12 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[139]) ).

thf(187,plain,
    ! [SV13: $i] :
      ( ( ! [SY87: $i] :
            ( ~ ( net_str @ SY87 @ SV13 )
            | ~ ( one_sorted_str @ SV13 )
            | ( subnetstr @ ( sK17_C @ SY87 @ SV13 ) @ SV13 @ SY87 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[140]) ).

thf(188,plain,
    ! [SV14: $i] :
      ( ( ( empty_carrier @ SV14 )
        | ~ ( one_sorted_str @ SV14 )
        | ~ ( empty @ ( the_carrier @ SV14 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[142]) ).

thf(189,plain,
    ! [SV15: $i] :
      ( ( ! [SY88: $i] :
            ( ~ ( in @ SV15 @ SY88 )
            | ( element @ SV15 @ SY88 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[153]) ).

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

thf(191,plain,
    ! [SV17: $i] :
      ( ( ~ ( rel_str @ SV17 )
        | ! [SY90: $i] :
            ( ~ ( full_subrelstr @ SY90 @ SV17 )
            | ~ ( subrelstr @ SY90 @ SV17 )
            | ! [SY91: $i] :
                ( ~ ( element @ SY91 @ ( the_carrier @ SV17 ) )
                | ! [SY92: $i] :
                    ( ~ ( element @ SY92 @ ( the_carrier @ SV17 ) )
                    | ! [SY93: $i] :
                        ( ~ ( element @ SY93 @ ( the_carrier @ SY90 ) )
                        | ! [SY94: $i] :
                            ( ~ ( element @ SY94 @ ( the_carrier @ SY90 ) )
                            | ( SY93 != SY91 )
                            | ( SY94 != SY92 )
                            | ~ ( related @ SV17 @ SY91 @ SY92 )
                            | ~ ( in @ SY93 @ ( the_carrier @ SY90 ) )
                            | ~ ( in @ SY94 @ ( the_carrier @ SY90 ) )
                            | ( related @ SY90 @ SY93 @ SY94 ) ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[155]) ).

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

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

thf(194,plain,
    ! [SV20: $i] :
      ( ( ! [SY96: $i] :
            ( ( SV20 = SY96 )
            | ~ ( empty @ SV20 )
            | ~ ( empty @ SY96 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[158]) ).

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

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

thf(197,plain,
    ( ( ~ ( one_sorted_str @ sK9_A )
      | ~ ~ ( empty_carrier @ sK9_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[163]) ).

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

thf(199,plain,
    ! [SV21: $i] :
      ( ( ~ ( one_sorted_str @ SV21 )
        | ! [SY97: $i] :
            ( ~ ( net_str @ SY97 @ SV21 )
            | ~ ( ~ ! [SY98: $i] :
                      ( ~ ( subnetstr @ SY98 @ SV21 @ SY97 )
                      | ~ ( full_subrelstr @ SY98 @ SY97 )
                      | ~ ( subrelstr @ SY98 @ SY97 )
                      | ( full_subnetstr @ SY98 @ SV21 @ SY97 ) )
                | ~ ~ ( ~ ! [SY99: $i] :
                            ( ~ ( subnetstr @ SY99 @ SV21 @ SY97 )
                            | ~ ( full_subnetstr @ SY99 @ SV21 @ SY97 )
                            | ( full_subrelstr @ SY99 @ SY97 ) )
                      | ~ ! [SY100: $i] :
                            ( ~ ( subnetstr @ SY100 @ SV21 @ SY97 )
                            | ~ ( full_subnetstr @ SY100 @ SV21 @ SY97 )
                            | ( subrelstr @ SY100 @ SY97 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[165]) ).

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

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

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

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

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

thf(205,plain,
    ( ( ~ ~ ( ~ ~ ( empty_carrier @ sK2_SY61 )
            | ~ ( net_str @ sK2_SY61 @ sK1_A ) )
      | ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( empty_carrier @ sK3_SY67 )
                        | ~ ( full_subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 ) )
                  | ~ ( subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 ) )
            | ~ ~ ( ~ ( element @ sK4_SY72 @ ( the_carrier @ sK2_SY61 ) )
                  | ~ ~ ( ~ ( element @ sK5_SY76 @ ( the_carrier @ sK2_SY61 ) )
                        | ~ ~ ( ~ ( element @ sK6_SY79 @ ( the_carrier @ sK3_SY67 ) )
                              | ~ ~ ( ~ ( element @ sK7_SY81 @ ( the_carrier @ sK3_SY67 ) )
                                    | ~ ~ ( ~ ~ ( ~ ~ ( ( sK4_SY72 != sK6_SY79 )
                                                      | ( sK5_SY76 != sK7_SY81 ) )
                                                | ~ ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 ) )
                                          | ~ ~ ( related @ sK3_SY67 @ sK6_SY79 @ sK7_SY81 ) ) ) ) ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[171]) ).

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

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

thf(208,plain,
    ( ( ~ ~ ( ~ ( relation @ sK15_A )
            | ~ ( relation_empty_yielding @ sK15_A ) )
      | ~ ( function @ sK15_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[174]) ).

thf(209,plain,
    ! [SV22: $i,SV1: $i] :
      ( ( ~ ( in @ SV1 @ SV22 )
        | ~ ( in @ SV22 @ SV1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[175]) ).

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

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

thf(212,plain,
    ! [SV4: $i] :
      ( ( ( ~ ( rel_str @ SV4 ) )
        = $true )
      | ( ( ~ ( empty_carrier @ SV4 )
          | ( v1_yellow_3 @ SV4 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[178]) ).

thf(213,plain,
    ! [SV5: $i] :
      ( ( ( ~ ( rel_str @ SV5 ) )
        = $true )
      | ( ( ( v1_yellow_3 @ SV5 )
          | ~ ( empty_carrier @ SV5 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[179]) ).

thf(214,plain,
    ! [SV6: $i] :
      ( ( ( ~ ( rel_str @ SV6 ) )
        = $true )
      | ( ( one_sorted_str @ SV6 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[180]) ).

thf(215,plain,
    ! [SV7: $i] :
      ( ( ( ~ ( one_sorted_str @ SV7 ) )
        = $true )
      | ( ( ! [SY83: $i] :
              ( ~ ( net_str @ SY83 @ SV7 )
              | ( rel_str @ SY83 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[181]) ).

thf(216,plain,
    ! [SV8: $i] :
      ( ( ( ~ ( rel_str @ SV8 ) )
        = $true )
      | ( ( ! [SY84: $i] :
              ( ~ ( subrelstr @ SY84 @ SV8 )
              | ( rel_str @ SY84 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[182]) ).

thf(217,plain,
    ! [SV9: $i,SV23: $i] :
      ( ( ~ ( net_str @ SV23 @ SV9 )
        | ~ ( one_sorted_str @ SV9 )
        | ! [SY101: $i] :
            ( ~ ( subnetstr @ SY101 @ SV9 @ SV23 )
            | ( net_str @ SY101 @ SV9 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[183]) ).

thf(218,plain,
    ! [SV10: $i] :
      ( ( ( ~ ( one_sorted_str @ SV10 ) )
        = $true )
      | ( ( net_str @ ( sK20_B @ SV10 ) @ SV10 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[184]) ).

thf(219,plain,
    ! [SV12: $i] :
      ( ( ( ~ ( rel_str @ SV12 ) )
        = $true )
      | ( ( subrelstr @ ( sK18_B @ SV12 ) @ SV12 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[186]) ).

thf(220,plain,
    ! [SV13: $i,SV24: $i] :
      ( ( ~ ( net_str @ SV24 @ SV13 )
        | ~ ( one_sorted_str @ SV13 )
        | ( subnetstr @ ( sK17_C @ SV24 @ SV13 ) @ SV13 @ SV24 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[187]) ).

thf(221,plain,
    ! [SV14: $i] :
      ( ( ( ( empty_carrier @ SV14 )
          | ~ ( one_sorted_str @ SV14 ) )
        = $true )
      | ( ( ~ ( empty @ ( the_carrier @ SV14 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[188]) ).

thf(222,plain,
    ! [SV25: $i,SV15: $i] :
      ( ( ~ ( in @ SV15 @ SV25 )
        | ( element @ SV15 @ SV25 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[189]) ).

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

thf(224,plain,
    ! [SV17: $i] :
      ( ( ( ~ ( rel_str @ SV17 ) )
        = $true )
      | ( ( ! [SY90: $i] :
              ( ~ ( full_subrelstr @ SY90 @ SV17 )
              | ~ ( subrelstr @ SY90 @ SV17 )
              | ! [SY91: $i] :
                  ( ~ ( element @ SY91 @ ( the_carrier @ SV17 ) )
                  | ! [SY92: $i] :
                      ( ~ ( element @ SY92 @ ( the_carrier @ SV17 ) )
                      | ! [SY93: $i] :
                          ( ~ ( element @ SY93 @ ( the_carrier @ SY90 ) )
                          | ! [SY94: $i] :
                              ( ~ ( element @ SY94 @ ( the_carrier @ SY90 ) )
                              | ( SY93 != SY91 )
                              | ( SY94 != SY92 )
                              | ~ ( related @ SV17 @ SY91 @ SY92 )
                              | ~ ( in @ SY93 @ ( the_carrier @ SY90 ) )
                              | ~ ( in @ SY94 @ ( the_carrier @ SY90 ) )
                              | ( related @ SY90 @ SY93 @ SY94 ) ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[191]) ).

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

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

thf(227,plain,
    ! [SV28: $i,SV20: $i] :
      ( ( ( SV20 = SV28 )
        | ~ ( empty @ SV20 )
        | ~ ( empty @ SV28 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[194]) ).

thf(228,plain,
    ( ( ~ ~ ( ~ ( function @ sK11_A )
            | ~ ( relation @ sK11_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[195]) ).

thf(229,plain,
    ( ( ~ ( one_to_one @ sK11_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[195]) ).

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

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

thf(232,plain,
    ( ( ~ ( one_sorted_str @ sK9_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[197]) ).

thf(233,plain,
    ( ( ~ ~ ( empty_carrier @ sK9_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[197]) ).

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

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

thf(236,plain,
    ! [SV21: $i] :
      ( ( ( ~ ( one_sorted_str @ SV21 ) )
        = $true )
      | ( ( ! [SY97: $i] :
              ( ~ ( net_str @ SY97 @ SV21 )
              | ~ ( ~ ! [SY98: $i] :
                        ( ~ ( subnetstr @ SY98 @ SV21 @ SY97 )
                        | ~ ( full_subrelstr @ SY98 @ SY97 )
                        | ~ ( subrelstr @ SY98 @ SY97 )
                        | ( full_subnetstr @ SY98 @ SV21 @ SY97 ) )
                  | ~ ~ ( ~ ! [SY99: $i] :
                              ( ~ ( subnetstr @ SY99 @ SV21 @ SY97 )
                              | ~ ( full_subnetstr @ SY99 @ SV21 @ SY97 )
                              | ( full_subrelstr @ SY99 @ SY97 ) )
                        | ~ ! [SY100: $i] :
                              ( ~ ( subnetstr @ SY100 @ SV21 @ SY97 )
                              | ~ ( full_subnetstr @ SY100 @ SV21 @ SY97 )
                              | ( subrelstr @ SY100 @ SY97 ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[199]) ).

thf(237,plain,
    ( ( ~ ~ ( empty @ sK12_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[200]) ).

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

thf(239,plain,
    ( ( ~ ( function @ sK16_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[201]) ).

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

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

thf(242,plain,
    ( ( ~ ( relation_empty_yielding @ sK10_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[202]) ).

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

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

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

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

thf(247,plain,
    ( ( ~ ~ ( ~ ~ ( empty_carrier @ sK2_SY61 )
            | ~ ( net_str @ sK2_SY61 @ sK1_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[205]) ).

thf(248,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( empty_carrier @ sK3_SY67 )
                        | ~ ( full_subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 ) )
                  | ~ ( subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 ) )
            | ~ ~ ( ~ ( element @ sK4_SY72 @ ( the_carrier @ sK2_SY61 ) )
                  | ~ ~ ( ~ ( element @ sK5_SY76 @ ( the_carrier @ sK2_SY61 ) )
                        | ~ ~ ( ~ ( element @ sK6_SY79 @ ( the_carrier @ sK3_SY67 ) )
                              | ~ ~ ( ~ ( element @ sK7_SY81 @ ( the_carrier @ sK3_SY67 ) )
                                    | ~ ~ ( ~ ~ ( ~ ~ ( ( sK4_SY72 != sK6_SY79 )
                                                      | ( sK5_SY76 != sK7_SY81 ) )
                                                | ~ ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 ) )
                                          | ~ ~ ( related @ sK3_SY67 @ sK6_SY79 @ sK7_SY81 ) ) ) ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[205]) ).

thf(249,plain,
    ( ( ~ ~ ( ~ ( relation @ sK8_A )
            | ~ ( relation_empty_yielding @ sK8_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[206]) ).

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

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

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

thf(253,plain,
    ( ( ~ ~ ( ~ ( relation @ sK15_A )
            | ~ ( relation_empty_yielding @ sK15_A ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[208]) ).

thf(254,plain,
    ( ( ~ ( function @ sK15_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[208]) ).

thf(255,plain,
    ! [SV22: $i,SV1: $i] :
      ( ( ( ~ ( in @ SV1 @ SV22 ) )
        = $true )
      | ( ( ~ ( in @ SV22 @ SV1 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[209]) ).

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

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

thf(258,plain,
    ! [SV4: $i] :
      ( ( ( rel_str @ SV4 )
        = $false )
      | ( ( ~ ( empty_carrier @ SV4 )
          | ( v1_yellow_3 @ SV4 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[212]) ).

thf(259,plain,
    ! [SV5: $i] :
      ( ( ( rel_str @ SV5 )
        = $false )
      | ( ( ( v1_yellow_3 @ SV5 )
          | ~ ( empty_carrier @ SV5 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[213]) ).

thf(260,plain,
    ! [SV6: $i] :
      ( ( ( rel_str @ SV6 )
        = $false )
      | ( ( one_sorted_str @ SV6 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[214]) ).

thf(261,plain,
    ! [SV7: $i] :
      ( ( ( one_sorted_str @ SV7 )
        = $false )
      | ( ( ! [SY83: $i] :
              ( ~ ( net_str @ SY83 @ SV7 )
              | ( rel_str @ SY83 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[215]) ).

thf(262,plain,
    ! [SV8: $i] :
      ( ( ( rel_str @ SV8 )
        = $false )
      | ( ( ! [SY84: $i] :
              ( ~ ( subrelstr @ SY84 @ SV8 )
              | ( rel_str @ SY84 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[216]) ).

thf(263,plain,
    ! [SV9: $i,SV23: $i] :
      ( ( ( ~ ( net_str @ SV23 @ SV9 )
          | ~ ( one_sorted_str @ SV9 ) )
        = $true )
      | ( ( ! [SY101: $i] :
              ( ~ ( subnetstr @ SY101 @ SV9 @ SV23 )
              | ( net_str @ SY101 @ SV9 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[217]) ).

thf(264,plain,
    ! [SV10: $i] :
      ( ( ( one_sorted_str @ SV10 )
        = $false )
      | ( ( net_str @ ( sK20_B @ SV10 ) @ SV10 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[218]) ).

thf(265,plain,
    ! [SV12: $i] :
      ( ( ( rel_str @ SV12 )
        = $false )
      | ( ( subrelstr @ ( sK18_B @ SV12 ) @ SV12 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[219]) ).

thf(266,plain,
    ! [SV13: $i,SV24: $i] :
      ( ( ( ~ ( net_str @ SV24 @ SV13 )
          | ~ ( one_sorted_str @ SV13 ) )
        = $true )
      | ( ( subnetstr @ ( sK17_C @ SV24 @ SV13 ) @ SV13 @ SV24 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[220]) ).

thf(267,plain,
    ! [SV14: $i] :
      ( ( ( empty_carrier @ SV14 )
        = $true )
      | ( ( ~ ( one_sorted_str @ SV14 ) )
        = $true )
      | ( ( ~ ( empty @ ( the_carrier @ SV14 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[221]) ).

thf(268,plain,
    ! [SV25: $i,SV15: $i] :
      ( ( ( ~ ( in @ SV15 @ SV25 ) )
        = $true )
      | ( ( element @ SV15 @ SV25 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[222]) ).

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

thf(270,plain,
    ! [SV17: $i] :
      ( ( ( rel_str @ SV17 )
        = $false )
      | ( ( ! [SY90: $i] :
              ( ~ ( full_subrelstr @ SY90 @ SV17 )
              | ~ ( subrelstr @ SY90 @ SV17 )
              | ! [SY91: $i] :
                  ( ~ ( element @ SY91 @ ( the_carrier @ SV17 ) )
                  | ! [SY92: $i] :
                      ( ~ ( element @ SY92 @ ( the_carrier @ SV17 ) )
                      | ! [SY93: $i] :
                          ( ~ ( element @ SY93 @ ( the_carrier @ SY90 ) )
                          | ! [SY94: $i] :
                              ( ~ ( element @ SY94 @ ( the_carrier @ SY90 ) )
                              | ( SY93 != SY91 )
                              | ( SY94 != SY92 )
                              | ~ ( related @ SV17 @ SY91 @ SY92 )
                              | ~ ( in @ SY93 @ ( the_carrier @ SY90 ) )
                              | ~ ( in @ SY94 @ ( the_carrier @ SY90 ) )
                              | ( related @ SY90 @ SY93 @ SY94 ) ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[224]) ).

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

thf(272,plain,
    ! [SV19: $i,SV27: $i] :
      ( ( ( ~ ( empty @ SV27 ) )
        = $true )
      | ( ( ~ ( in @ SV19 @ SV27 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[226]) ).

thf(273,plain,
    ! [SV28: $i,SV20: $i] :
      ( ( ( ( SV20 = SV28 )
          | ~ ( empty @ SV20 ) )
        = $true )
      | ( ( ~ ( empty @ SV28 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[227]) ).

thf(274,plain,
    ( ( ~ ( ~ ( function @ sK11_A )
          | ~ ( relation @ sK11_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[228]) ).

thf(275,plain,
    ( ( one_to_one @ sK11_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[229]) ).

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

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

thf(278,plain,
    ( ( one_sorted_str @ sK9_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[232]) ).

thf(279,plain,
    ( ( ~ ( empty_carrier @ sK9_A ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[233]) ).

thf(280,plain,
    ( ( empty @ sK14_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[234]) ).

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

thf(282,plain,
    ! [SV21: $i] :
      ( ( ( one_sorted_str @ SV21 )
        = $false )
      | ( ( ! [SY97: $i] :
              ( ~ ( net_str @ SY97 @ SV21 )
              | ~ ( ~ ! [SY98: $i] :
                        ( ~ ( subnetstr @ SY98 @ SV21 @ SY97 )
                        | ~ ( full_subrelstr @ SY98 @ SY97 )
                        | ~ ( subrelstr @ SY98 @ SY97 )
                        | ( full_subnetstr @ SY98 @ SV21 @ SY97 ) )
                  | ~ ~ ( ~ ! [SY99: $i] :
                              ( ~ ( subnetstr @ SY99 @ SV21 @ SY97 )
                              | ~ ( full_subnetstr @ SY99 @ SV21 @ SY97 )
                              | ( full_subrelstr @ SY99 @ SY97 ) )
                        | ~ ! [SY100: $i] :
                              ( ~ ( subnetstr @ SY100 @ SV21 @ SY97 )
                              | ~ ( full_subnetstr @ SY100 @ SV21 @ SY97 )
                              | ( subrelstr @ SY100 @ SY97 ) ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[236]) ).

thf(283,plain,
    ( ( ~ ( empty @ sK12_A ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[237]) ).

thf(284,plain,
    ( ( relation @ sK12_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[238]) ).

thf(285,plain,
    ( ( function @ sK16_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[239]) ).

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

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

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

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

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

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

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

thf(293,plain,
    ( ( ~ ( ~ ~ ( empty_carrier @ sK2_SY61 )
          | ~ ( net_str @ sK2_SY61 @ sK1_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[247]) ).

thf(294,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( empty_carrier @ sK3_SY67 )
                      | ~ ( full_subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 ) )
                | ~ ( subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 ) )
          | ~ ~ ( ~ ( element @ sK4_SY72 @ ( the_carrier @ sK2_SY61 ) )
                | ~ ~ ( ~ ( element @ sK5_SY76 @ ( the_carrier @ sK2_SY61 ) )
                      | ~ ~ ( ~ ( element @ sK6_SY79 @ ( the_carrier @ sK3_SY67 ) )
                            | ~ ~ ( ~ ( element @ sK7_SY81 @ ( the_carrier @ sK3_SY67 ) )
                                  | ~ ~ ( ~ ~ ( ~ ~ ( ( sK4_SY72 != sK6_SY79 )
                                                    | ( sK5_SY76 != sK7_SY81 ) )
                                              | ~ ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 ) )
                                        | ~ ~ ( related @ sK3_SY67 @ sK6_SY79 @ sK7_SY81 ) ) ) ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[248]) ).

thf(295,plain,
    ( ( ~ ( ~ ( relation @ sK8_A )
          | ~ ( relation_empty_yielding @ sK8_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[249]) ).

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

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

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

thf(299,plain,
    ( ( ~ ( ~ ( relation @ sK15_A )
          | ~ ( relation_empty_yielding @ sK15_A ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[253]) ).

thf(300,plain,
    ( ( function @ sK15_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[254]) ).

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

thf(302,plain,
    ! [SV4: $i] :
      ( ( ( ~ ( empty_carrier @ SV4 ) )
        = $true )
      | ( ( v1_yellow_3 @ SV4 )
        = $true )
      | ( ( rel_str @ SV4 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[258]) ).

thf(303,plain,
    ! [SV5: $i] :
      ( ( ( v1_yellow_3 @ SV5 )
        = $true )
      | ( ( ~ ( empty_carrier @ SV5 ) )
        = $true )
      | ( ( rel_str @ SV5 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[259]) ).

thf(304,plain,
    ! [SV7: $i,SV29: $i] :
      ( ( ( ~ ( net_str @ SV29 @ SV7 )
          | ( rel_str @ SV29 ) )
        = $true )
      | ( ( one_sorted_str @ SV7 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[261]) ).

thf(305,plain,
    ! [SV8: $i,SV30: $i] :
      ( ( ( ~ ( subrelstr @ SV30 @ SV8 )
          | ( rel_str @ SV30 ) )
        = $true )
      | ( ( rel_str @ SV8 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[262]) ).

thf(306,plain,
    ! [SV9: $i,SV23: $i] :
      ( ( ( ~ ( net_str @ SV23 @ SV9 ) )
        = $true )
      | ( ( ~ ( one_sorted_str @ SV9 ) )
        = $true )
      | ( ( ! [SY101: $i] :
              ( ~ ( subnetstr @ SY101 @ SV9 @ SV23 )
              | ( net_str @ SY101 @ SV9 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[263]) ).

thf(307,plain,
    ! [SV13: $i,SV24: $i] :
      ( ( ( ~ ( net_str @ SV24 @ SV13 ) )
        = $true )
      | ( ( ~ ( one_sorted_str @ SV13 ) )
        = $true )
      | ( ( subnetstr @ ( sK17_C @ SV24 @ SV13 ) @ SV13 @ SV24 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[266]) ).

thf(308,plain,
    ! [SV14: $i] :
      ( ( ( one_sorted_str @ SV14 )
        = $false )
      | ( ( empty_carrier @ SV14 )
        = $true )
      | ( ( ~ ( empty @ ( the_carrier @ SV14 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[267]) ).

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

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

thf(311,plain,
    ! [SV17: $i,SV31: $i] :
      ( ( ( ~ ( full_subrelstr @ SV31 @ SV17 )
          | ~ ( subrelstr @ SV31 @ SV17 )
          | ! [SY102: $i] :
              ( ~ ( element @ SY102 @ ( the_carrier @ SV17 ) )
              | ! [SY103: $i] :
                  ( ~ ( element @ SY103 @ ( the_carrier @ SV17 ) )
                  | ! [SY104: $i] :
                      ( ~ ( element @ SY104 @ ( the_carrier @ SV31 ) )
                      | ! [SY105: $i] :
                          ( ~ ( element @ SY105 @ ( the_carrier @ SV31 ) )
                          | ( SY104 != SY102 )
                          | ( SY105 != SY103 )
                          | ~ ( related @ SV17 @ SY102 @ SY103 )
                          | ~ ( in @ SY104 @ ( the_carrier @ SV31 ) )
                          | ~ ( in @ SY105 @ ( the_carrier @ SV31 ) )
                          | ( related @ SV31 @ SY104 @ SY105 ) ) ) ) ) )
        = $true )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[270]) ).

thf(312,plain,
    ! [SV19: $i,SV27: $i] :
      ( ( ( empty @ SV27 )
        = $false )
      | ( ( ~ ( in @ SV19 @ SV27 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[272]) ).

thf(313,plain,
    ! [SV28: $i,SV20: $i] :
      ( ( ( SV20 = SV28 )
        = $true )
      | ( ( ~ ( empty @ SV20 ) )
        = $true )
      | ( ( ~ ( empty @ SV28 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[273]) ).

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

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

thf(316,plain,
    ( ( empty_carrier @ sK9_A )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[279]) ).

thf(317,plain,
    ! [SV21: $i,SV32: $i] :
      ( ( ( ~ ( net_str @ SV32 @ SV21 )
          | ~ ( ~ ! [SY106: $i] :
                    ( ~ ( subnetstr @ SY106 @ SV21 @ SV32 )
                    | ~ ( full_subrelstr @ SY106 @ SV32 )
                    | ~ ( subrelstr @ SY106 @ SV32 )
                    | ( full_subnetstr @ SY106 @ SV21 @ SV32 ) )
              | ~ ~ ( ~ ! [SY107: $i] :
                          ( ~ ( subnetstr @ SY107 @ SV21 @ SV32 )
                          | ~ ( full_subnetstr @ SY107 @ SV21 @ SV32 )
                          | ( full_subrelstr @ SY107 @ SV32 ) )
                    | ~ ! [SY108: $i] :
                          ( ~ ( subnetstr @ SY108 @ SV21 @ SV32 )
                          | ~ ( full_subnetstr @ SY108 @ SV21 @ SV32 )
                          | ( subrelstr @ SY108 @ SV32 ) ) ) ) )
        = $true )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[282]) ).

thf(318,plain,
    ( ( empty @ sK12_A )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[283]) ).

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

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

thf(321,plain,
    ( ( ~ ~ ( empty_carrier @ sK2_SY61 )
      | ~ ( net_str @ sK2_SY61 @ sK1_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[293]) ).

thf(322,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( empty_carrier @ sK3_SY67 )
                  | ~ ( full_subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 ) )
            | ~ ( subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 ) )
      | ~ ~ ( ~ ( element @ sK4_SY72 @ ( the_carrier @ sK2_SY61 ) )
            | ~ ~ ( ~ ( element @ sK5_SY76 @ ( the_carrier @ sK2_SY61 ) )
                  | ~ ~ ( ~ ( element @ sK6_SY79 @ ( the_carrier @ sK3_SY67 ) )
                        | ~ ~ ( ~ ( element @ sK7_SY81 @ ( the_carrier @ sK3_SY67 ) )
                              | ~ ~ ( ~ ~ ( ~ ~ ( ( sK4_SY72 != sK6_SY79 )
                                                | ( sK5_SY76 != sK7_SY81 ) )
                                          | ~ ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 ) )
                                    | ~ ~ ( related @ sK3_SY67 @ sK6_SY79 @ sK7_SY81 ) ) ) ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[294]) ).

thf(323,plain,
    ( ( ~ ( relation @ sK8_A )
      | ~ ( relation_empty_yielding @ sK8_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[295]) ).

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

thf(325,plain,
    ( ( ~ ( relation @ sK15_A )
      | ~ ( relation_empty_yielding @ sK15_A ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[299]) ).

thf(326,plain,
    ! [SV1: $i,SV22: $i] :
      ( ( ( in @ SV22 @ SV1 )
        = $false )
      | ( ( in @ SV1 @ SV22 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[301]) ).

thf(327,plain,
    ! [SV4: $i] :
      ( ( ( empty_carrier @ SV4 )
        = $false )
      | ( ( v1_yellow_3 @ SV4 )
        = $true )
      | ( ( rel_str @ SV4 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[302]) ).

thf(328,plain,
    ! [SV5: $i] :
      ( ( ( empty_carrier @ SV5 )
        = $false )
      | ( ( v1_yellow_3 @ SV5 )
        = $true )
      | ( ( rel_str @ SV5 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[303]) ).

thf(329,plain,
    ! [SV7: $i,SV29: $i] :
      ( ( ( ~ ( net_str @ SV29 @ SV7 ) )
        = $true )
      | ( ( rel_str @ SV29 )
        = $true )
      | ( ( one_sorted_str @ SV7 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[304]) ).

thf(330,plain,
    ! [SV8: $i,SV30: $i] :
      ( ( ( ~ ( subrelstr @ SV30 @ SV8 ) )
        = $true )
      | ( ( rel_str @ SV30 )
        = $true )
      | ( ( rel_str @ SV8 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[305]) ).

thf(331,plain,
    ! [SV9: $i,SV23: $i] :
      ( ( ( net_str @ SV23 @ SV9 )
        = $false )
      | ( ( ~ ( one_sorted_str @ SV9 ) )
        = $true )
      | ( ( ! [SY101: $i] :
              ( ~ ( subnetstr @ SY101 @ SV9 @ SV23 )
              | ( net_str @ SY101 @ SV9 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[306]) ).

thf(332,plain,
    ! [SV13: $i,SV24: $i] :
      ( ( ( net_str @ SV24 @ SV13 )
        = $false )
      | ( ( ~ ( one_sorted_str @ SV13 ) )
        = $true )
      | ( ( subnetstr @ ( sK17_C @ SV24 @ SV13 ) @ SV13 @ SV24 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[307]) ).

thf(333,plain,
    ! [SV14: $i] :
      ( ( ( empty @ ( the_carrier @ SV14 ) )
        = $false )
      | ( ( empty_carrier @ SV14 )
        = $true )
      | ( ( one_sorted_str @ SV14 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[308]) ).

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

thf(335,plain,
    ! [SV17: $i,SV31: $i] :
      ( ( ( ~ ( full_subrelstr @ SV31 @ SV17 )
          | ~ ( subrelstr @ SV31 @ SV17 ) )
        = $true )
      | ( ( ! [SY102: $i] :
              ( ~ ( element @ SY102 @ ( the_carrier @ SV17 ) )
              | ! [SY103: $i] :
                  ( ~ ( element @ SY103 @ ( the_carrier @ SV17 ) )
                  | ! [SY104: $i] :
                      ( ~ ( element @ SY104 @ ( the_carrier @ SV31 ) )
                      | ! [SY105: $i] :
                          ( ~ ( element @ SY105 @ ( the_carrier @ SV31 ) )
                          | ( SY104 != SY102 )
                          | ( SY105 != SY103 )
                          | ~ ( related @ SV17 @ SY102 @ SY103 )
                          | ~ ( in @ SY104 @ ( the_carrier @ SV31 ) )
                          | ~ ( in @ SY105 @ ( the_carrier @ SV31 ) )
                          | ( related @ SV31 @ SY104 @ SY105 ) ) ) ) ) )
        = $true )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[311]) ).

thf(336,plain,
    ! [SV27: $i,SV19: $i] :
      ( ( ( in @ SV19 @ SV27 )
        = $false )
      | ( ( empty @ SV27 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[312]) ).

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

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

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

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

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

thf(342,plain,
    ! [SV21: $i,SV32: $i] :
      ( ( ( ~ ( net_str @ SV32 @ SV21 ) )
        = $true )
      | ( ( ~ ( ~ ! [SY106: $i] :
                    ( ~ ( subnetstr @ SY106 @ SV21 @ SV32 )
                    | ~ ( full_subrelstr @ SY106 @ SV32 )
                    | ~ ( subrelstr @ SY106 @ SV32 )
                    | ( full_subnetstr @ SY106 @ SV21 @ SV32 ) )
              | ~ ~ ( ~ ! [SY107: $i] :
                          ( ~ ( subnetstr @ SY107 @ SV21 @ SV32 )
                          | ~ ( full_subnetstr @ SY107 @ SV21 @ SV32 )
                          | ( full_subrelstr @ SY107 @ SV32 ) )
                    | ~ ! [SY108: $i] :
                          ( ~ ( subnetstr @ SY108 @ SV21 @ SV32 )
                          | ~ ( full_subnetstr @ SY108 @ SV21 @ SV32 )
                          | ( subrelstr @ SY108 @ SV32 ) ) ) ) )
        = $true )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[317]) ).

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

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

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

thf(346,plain,
    ( ( ~ ~ ( empty_carrier @ sK2_SY61 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[321]) ).

thf(347,plain,
    ( ( ~ ( net_str @ sK2_SY61 @ sK1_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[321]) ).

thf(348,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( empty_carrier @ sK3_SY67 )
                  | ~ ( full_subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 ) )
            | ~ ( subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[322]) ).

thf(349,plain,
    ( ( ~ ~ ( ~ ( element @ sK4_SY72 @ ( the_carrier @ sK2_SY61 ) )
            | ~ ~ ( ~ ( element @ sK5_SY76 @ ( the_carrier @ sK2_SY61 ) )
                  | ~ ~ ( ~ ( element @ sK6_SY79 @ ( the_carrier @ sK3_SY67 ) )
                        | ~ ~ ( ~ ( element @ sK7_SY81 @ ( the_carrier @ sK3_SY67 ) )
                              | ~ ~ ( ~ ~ ( ~ ~ ( ( sK4_SY72 != sK6_SY79 )
                                                | ( sK5_SY76 != sK7_SY81 ) )
                                          | ~ ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 ) )
                                    | ~ ~ ( related @ sK3_SY67 @ sK6_SY79 @ sK7_SY81 ) ) ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[322]) ).

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

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

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

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

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

thf(355,plain,
    ( ( ~ ( relation_empty_yielding @ sK15_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[325]) ).

thf(356,plain,
    ! [SV7: $i,SV29: $i] :
      ( ( ( net_str @ SV29 @ SV7 )
        = $false )
      | ( ( rel_str @ SV29 )
        = $true )
      | ( ( one_sorted_str @ SV7 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[329]) ).

thf(357,plain,
    ! [SV8: $i,SV30: $i] :
      ( ( ( subrelstr @ SV30 @ SV8 )
        = $false )
      | ( ( rel_str @ SV30 )
        = $true )
      | ( ( rel_str @ SV8 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[330]) ).

thf(358,plain,
    ! [SV23: $i,SV9: $i] :
      ( ( ( one_sorted_str @ SV9 )
        = $false )
      | ( ( net_str @ SV23 @ SV9 )
        = $false )
      | ( ( ! [SY101: $i] :
              ( ~ ( subnetstr @ SY101 @ SV9 @ SV23 )
              | ( net_str @ SY101 @ SV9 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[331]) ).

thf(359,plain,
    ! [SV24: $i,SV13: $i] :
      ( ( ( one_sorted_str @ SV13 )
        = $false )
      | ( ( net_str @ SV24 @ SV13 )
        = $false )
      | ( ( subnetstr @ ( sK17_C @ SV24 @ SV13 ) @ SV13 @ SV24 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[332]) ).

thf(360,plain,
    ! [SV17: $i,SV31: $i] :
      ( ( ( ~ ( full_subrelstr @ SV31 @ SV17 ) )
        = $true )
      | ( ( ~ ( subrelstr @ SV31 @ SV17 ) )
        = $true )
      | ( ( ! [SY102: $i] :
              ( ~ ( element @ SY102 @ ( the_carrier @ SV17 ) )
              | ! [SY103: $i] :
                  ( ~ ( element @ SY103 @ ( the_carrier @ SV17 ) )
                  | ! [SY104: $i] :
                      ( ~ ( element @ SY104 @ ( the_carrier @ SV31 ) )
                      | ! [SY105: $i] :
                          ( ~ ( element @ SY105 @ ( the_carrier @ SV31 ) )
                          | ( SY104 != SY102 )
                          | ( SY105 != SY103 )
                          | ~ ( related @ SV17 @ SY102 @ SY103 )
                          | ~ ( in @ SY104 @ ( the_carrier @ SV31 ) )
                          | ~ ( in @ SY105 @ ( the_carrier @ SV31 ) )
                          | ( related @ SV31 @ SY104 @ SY105 ) ) ) ) ) )
        = $true )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[335]) ).

thf(361,plain,
    ! [SV20: $i,SV28: $i] :
      ( ( ( empty @ SV28 )
        = $false )
      | ( ( SV20 = SV28 )
        = $true )
      | ( ( empty @ SV20 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[337]) ).

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

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

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

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

thf(366,plain,
    ! [SV21: $i,SV32: $i] :
      ( ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( ~ ( ~ ! [SY106: $i] :
                    ( ~ ( subnetstr @ SY106 @ SV21 @ SV32 )
                    | ~ ( full_subrelstr @ SY106 @ SV32 )
                    | ~ ( subrelstr @ SY106 @ SV32 )
                    | ( full_subnetstr @ SY106 @ SV21 @ SV32 ) )
              | ~ ~ ( ~ ! [SY107: $i] :
                          ( ~ ( subnetstr @ SY107 @ SV21 @ SV32 )
                          | ~ ( full_subnetstr @ SY107 @ SV21 @ SV32 )
                          | ( full_subrelstr @ SY107 @ SV32 ) )
                    | ~ ! [SY108: $i] :
                          ( ~ ( subnetstr @ SY108 @ SV21 @ SV32 )
                          | ~ ( full_subnetstr @ SY108 @ SV21 @ SV32 )
                          | ( subrelstr @ SY108 @ SV32 ) ) ) ) )
        = $true )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[342]) ).

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

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

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

thf(370,plain,
    ( ( ~ ( empty_carrier @ sK2_SY61 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[346]) ).

thf(371,plain,
    ( ( net_str @ sK2_SY61 @ sK1_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[347]) ).

thf(372,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( empty_carrier @ sK3_SY67 )
                | ~ ( full_subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 ) )
          | ~ ( subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[348]) ).

thf(373,plain,
    ( ( ~ ( ~ ( element @ sK4_SY72 @ ( the_carrier @ sK2_SY61 ) )
          | ~ ~ ( ~ ( element @ sK5_SY76 @ ( the_carrier @ sK2_SY61 ) )
                | ~ ~ ( ~ ( element @ sK6_SY79 @ ( the_carrier @ sK3_SY67 ) )
                      | ~ ~ ( ~ ( element @ sK7_SY81 @ ( the_carrier @ sK3_SY67 ) )
                            | ~ ~ ( ~ ~ ( ~ ~ ( ( sK4_SY72 != sK6_SY79 )
                                              | ( sK5_SY76 != sK7_SY81 ) )
                                        | ~ ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 ) )
                                  | ~ ~ ( related @ sK3_SY67 @ sK6_SY79 @ sK7_SY81 ) ) ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[349]) ).

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

thf(375,plain,
    ( ( relation_empty_yielding @ sK8_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[351]) ).

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

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

thf(378,plain,
    ( ( relation @ sK15_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[354]) ).

thf(379,plain,
    ( ( relation_empty_yielding @ sK15_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[355]) ).

thf(380,plain,
    ! [SV23: $i,SV9: $i,SV34: $i] :
      ( ( ( ~ ( subnetstr @ SV34 @ SV9 @ SV23 )
          | ( net_str @ SV34 @ SV9 ) )
        = $true )
      | ( ( net_str @ SV23 @ SV9 )
        = $false )
      | ( ( one_sorted_str @ SV9 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[358]) ).

thf(381,plain,
    ! [SV17: $i,SV31: $i] :
      ( ( ( full_subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( ~ ( subrelstr @ SV31 @ SV17 ) )
        = $true )
      | ( ( ! [SY102: $i] :
              ( ~ ( element @ SY102 @ ( the_carrier @ SV17 ) )
              | ! [SY103: $i] :
                  ( ~ ( element @ SY103 @ ( the_carrier @ SV17 ) )
                  | ! [SY104: $i] :
                      ( ~ ( element @ SY104 @ ( the_carrier @ SV31 ) )
                      | ! [SY105: $i] :
                          ( ~ ( element @ SY105 @ ( the_carrier @ SV31 ) )
                          | ( SY104 != SY102 )
                          | ( SY105 != SY103 )
                          | ~ ( related @ SV17 @ SY102 @ SY103 )
                          | ~ ( in @ SY104 @ ( the_carrier @ SV31 ) )
                          | ~ ( in @ SY105 @ ( the_carrier @ SV31 ) )
                          | ( related @ SV31 @ SY104 @ SY105 ) ) ) ) ) )
        = $true )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[360]) ).

thf(382,plain,
    ! [SV32: $i,SV21: $i] :
      ( ( ( ~ ! [SY106: $i] :
                ( ~ ( subnetstr @ SY106 @ SV21 @ SV32 )
                | ~ ( full_subrelstr @ SY106 @ SV32 )
                | ~ ( subrelstr @ SY106 @ SV32 )
                | ( full_subnetstr @ SY106 @ SV21 @ SV32 ) )
          | ~ ~ ( ~ ! [SY107: $i] :
                      ( ~ ( subnetstr @ SY107 @ SV21 @ SV32 )
                      | ~ ( full_subnetstr @ SY107 @ SV21 @ SV32 )
                      | ( full_subrelstr @ SY107 @ SV32 ) )
                | ~ ! [SY108: $i] :
                      ( ~ ( subnetstr @ SY108 @ SV21 @ SV32 )
                      | ~ ( full_subnetstr @ SY108 @ SV21 @ SV32 )
                      | ( subrelstr @ SY108 @ SV32 ) ) ) )
        = $false )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[366]) ).

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

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

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

thf(386,plain,
    ( ( empty_carrier @ sK2_SY61 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[370]) ).

thf(387,plain,
    ( ( ~ ~ ( ~ ~ ( empty_carrier @ sK3_SY67 )
            | ~ ( full_subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 ) )
      | ~ ( subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[372]) ).

thf(388,plain,
    ( ( ~ ( element @ sK4_SY72 @ ( the_carrier @ sK2_SY61 ) )
      | ~ ~ ( ~ ( element @ sK5_SY76 @ ( the_carrier @ sK2_SY61 ) )
            | ~ ~ ( ~ ( element @ sK6_SY79 @ ( the_carrier @ sK3_SY67 ) )
                  | ~ ~ ( ~ ( element @ sK7_SY81 @ ( the_carrier @ sK3_SY67 ) )
                        | ~ ~ ( ~ ~ ( ~ ~ ( ( sK4_SY72 != sK6_SY79 )
                                          | ( sK5_SY76 != sK7_SY81 ) )
                                    | ~ ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 ) )
                              | ~ ~ ( related @ sK3_SY67 @ sK6_SY79 @ sK7_SY81 ) ) ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[373]) ).

thf(389,plain,
    ! [SV23: $i,SV9: $i,SV34: $i] :
      ( ( ( ~ ( subnetstr @ SV34 @ SV9 @ SV23 ) )
        = $true )
      | ( ( net_str @ SV34 @ SV9 )
        = $true )
      | ( ( net_str @ SV23 @ SV9 )
        = $false )
      | ( ( one_sorted_str @ SV9 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[380]) ).

thf(390,plain,
    ! [SV17: $i,SV31: $i] :
      ( ( ( subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( full_subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( ! [SY102: $i] :
              ( ~ ( element @ SY102 @ ( the_carrier @ SV17 ) )
              | ! [SY103: $i] :
                  ( ~ ( element @ SY103 @ ( the_carrier @ SV17 ) )
                  | ! [SY104: $i] :
                      ( ~ ( element @ SY104 @ ( the_carrier @ SV31 ) )
                      | ! [SY105: $i] :
                          ( ~ ( element @ SY105 @ ( the_carrier @ SV31 ) )
                          | ( SY104 != SY102 )
                          | ( SY105 != SY103 )
                          | ~ ( related @ SV17 @ SY102 @ SY103 )
                          | ~ ( in @ SY104 @ ( the_carrier @ SV31 ) )
                          | ~ ( in @ SY105 @ ( the_carrier @ SV31 ) )
                          | ( related @ SV31 @ SY104 @ SY105 ) ) ) ) ) )
        = $true )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[381]) ).

thf(391,plain,
    ! [SV32: $i,SV21: $i] :
      ( ( ( ~ ! [SY106: $i] :
                ( ~ ( subnetstr @ SY106 @ SV21 @ SV32 )
                | ~ ( full_subrelstr @ SY106 @ SV32 )
                | ~ ( subrelstr @ SY106 @ SV32 )
                | ( full_subnetstr @ SY106 @ SV21 @ SV32 ) ) )
        = $false )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[382]) ).

thf(392,plain,
    ! [SV32: $i,SV21: $i] :
      ( ( ( ~ ~ ( ~ ! [SY107: $i] :
                      ( ~ ( subnetstr @ SY107 @ SV21 @ SV32 )
                      | ~ ( full_subnetstr @ SY107 @ SV21 @ SV32 )
                      | ( full_subrelstr @ SY107 @ SV32 ) )
                | ~ ! [SY108: $i] :
                      ( ~ ( subnetstr @ SY108 @ SV21 @ SV32 )
                      | ~ ( full_subnetstr @ SY108 @ SV21 @ SV32 )
                      | ( subrelstr @ SY108 @ SV32 ) ) ) )
        = $false )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[382]) ).

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

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

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

thf(396,plain,
    ( ( ~ ~ ( ~ ~ ( empty_carrier @ sK3_SY67 )
            | ~ ( full_subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[387]) ).

thf(397,plain,
    ( ( ~ ( subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[387]) ).

thf(398,plain,
    ( ( ~ ( element @ sK4_SY72 @ ( the_carrier @ sK2_SY61 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[388]) ).

thf(399,plain,
    ( ( ~ ~ ( ~ ( element @ sK5_SY76 @ ( the_carrier @ sK2_SY61 ) )
            | ~ ~ ( ~ ( element @ sK6_SY79 @ ( the_carrier @ sK3_SY67 ) )
                  | ~ ~ ( ~ ( element @ sK7_SY81 @ ( the_carrier @ sK3_SY67 ) )
                        | ~ ~ ( ~ ~ ( ~ ~ ( ( sK4_SY72 != sK6_SY79 )
                                          | ( sK5_SY76 != sK7_SY81 ) )
                                    | ~ ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 ) )
                              | ~ ~ ( related @ sK3_SY67 @ sK6_SY79 @ sK7_SY81 ) ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[388]) ).

thf(400,plain,
    ! [SV23: $i,SV9: $i,SV34: $i] :
      ( ( ( subnetstr @ SV34 @ SV9 @ SV23 )
        = $false )
      | ( ( net_str @ SV34 @ SV9 )
        = $true )
      | ( ( net_str @ SV23 @ SV9 )
        = $false )
      | ( ( one_sorted_str @ SV9 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[389]) ).

thf(401,plain,
    ! [SV31: $i,SV17: $i,SV37: $i] :
      ( ( ( ~ ( element @ SV37 @ ( the_carrier @ SV17 ) )
          | ! [SY109: $i] :
              ( ~ ( element @ SY109 @ ( the_carrier @ SV17 ) )
              | ! [SY110: $i] :
                  ( ~ ( element @ SY110 @ ( the_carrier @ SV31 ) )
                  | ! [SY111: $i] :
                      ( ~ ( element @ SY111 @ ( the_carrier @ SV31 ) )
                      | ( SY110 != SV37 )
                      | ( SY111 != SY109 )
                      | ~ ( related @ SV17 @ SV37 @ SY109 )
                      | ~ ( in @ SY110 @ ( the_carrier @ SV31 ) )
                      | ~ ( in @ SY111 @ ( the_carrier @ SV31 ) )
                      | ( related @ SV31 @ SY110 @ SY111 ) ) ) ) )
        = $true )
      | ( ( full_subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[390]) ).

thf(402,plain,
    ! [SV32: $i,SV21: $i] :
      ( ( ( ! [SY106: $i] :
              ( ~ ( subnetstr @ SY106 @ SV21 @ SV32 )
              | ~ ( full_subrelstr @ SY106 @ SV32 )
              | ~ ( subrelstr @ SY106 @ SV32 )
              | ( full_subnetstr @ SY106 @ SV21 @ SV32 ) ) )
        = $true )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[391]) ).

thf(403,plain,
    ! [SV32: $i,SV21: $i] :
      ( ( ( ~ ( ~ ! [SY107: $i] :
                    ( ~ ( subnetstr @ SY107 @ SV21 @ SV32 )
                    | ~ ( full_subnetstr @ SY107 @ SV21 @ SV32 )
                    | ( full_subrelstr @ SY107 @ SV32 ) )
              | ~ ! [SY108: $i] :
                    ( ~ ( subnetstr @ SY108 @ SV21 @ SV32 )
                    | ~ ( full_subnetstr @ SY108 @ SV21 @ SV32 )
                    | ( subrelstr @ SY108 @ SV32 ) ) ) )
        = $true )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[392]) ).

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

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

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

thf(407,plain,
    ( ( ~ ( ~ ~ ( empty_carrier @ sK3_SY67 )
          | ~ ( full_subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[396]) ).

thf(408,plain,
    ( ( subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[397]) ).

thf(409,plain,
    ( ( element @ sK4_SY72 @ ( the_carrier @ sK2_SY61 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[398]) ).

thf(410,plain,
    ( ( ~ ( ~ ( element @ sK5_SY76 @ ( the_carrier @ sK2_SY61 ) )
          | ~ ~ ( ~ ( element @ sK6_SY79 @ ( the_carrier @ sK3_SY67 ) )
                | ~ ~ ( ~ ( element @ sK7_SY81 @ ( the_carrier @ sK3_SY67 ) )
                      | ~ ~ ( ~ ~ ( ~ ~ ( ( sK4_SY72 != sK6_SY79 )
                                        | ( sK5_SY76 != sK7_SY81 ) )
                                  | ~ ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 ) )
                            | ~ ~ ( related @ sK3_SY67 @ sK6_SY79 @ sK7_SY81 ) ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[399]) ).

thf(411,plain,
    ! [SV31: $i,SV17: $i,SV37: $i] :
      ( ( ( ~ ( element @ SV37 @ ( the_carrier @ SV17 ) ) )
        = $true )
      | ( ( ! [SY109: $i] :
              ( ~ ( element @ SY109 @ ( the_carrier @ SV17 ) )
              | ! [SY110: $i] :
                  ( ~ ( element @ SY110 @ ( the_carrier @ SV31 ) )
                  | ! [SY111: $i] :
                      ( ~ ( element @ SY111 @ ( the_carrier @ SV31 ) )
                      | ( SY110 != SV37 )
                      | ( SY111 != SY109 )
                      | ~ ( related @ SV17 @ SV37 @ SY109 )
                      | ~ ( in @ SY110 @ ( the_carrier @ SV31 ) )
                      | ~ ( in @ SY111 @ ( the_carrier @ SV31 ) )
                      | ( related @ SV31 @ SY110 @ SY111 ) ) ) ) )
        = $true )
      | ( ( full_subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[401]) ).

thf(412,plain,
    ! [SV32: $i,SV21: $i,SV38: $i] :
      ( ( ( ~ ( subnetstr @ SV38 @ SV21 @ SV32 )
          | ~ ( full_subrelstr @ SV38 @ SV32 )
          | ~ ( subrelstr @ SV38 @ SV32 )
          | ( full_subnetstr @ SV38 @ SV21 @ SV32 ) )
        = $true )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[402]) ).

thf(413,plain,
    ! [SV32: $i,SV21: $i] :
      ( ( ( ~ ! [SY107: $i] :
                ( ~ ( subnetstr @ SY107 @ SV21 @ SV32 )
                | ~ ( full_subnetstr @ SY107 @ SV21 @ SV32 )
                | ( full_subrelstr @ SY107 @ SV32 ) )
          | ~ ! [SY108: $i] :
                ( ~ ( subnetstr @ SY108 @ SV21 @ SV32 )
                | ~ ( full_subnetstr @ SY108 @ SV21 @ SV32 )
                | ( subrelstr @ SY108 @ SV32 ) ) )
        = $false )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[403]) ).

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

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

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

thf(417,plain,
    ( ( ~ ~ ( empty_carrier @ sK3_SY67 )
      | ~ ( full_subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[407]) ).

thf(418,plain,
    ( ( ~ ( element @ sK5_SY76 @ ( the_carrier @ sK2_SY61 ) )
      | ~ ~ ( ~ ( element @ sK6_SY79 @ ( the_carrier @ sK3_SY67 ) )
            | ~ ~ ( ~ ( element @ sK7_SY81 @ ( the_carrier @ sK3_SY67 ) )
                  | ~ ~ ( ~ ~ ( ~ ~ ( ( sK4_SY72 != sK6_SY79 )
                                    | ( sK5_SY76 != sK7_SY81 ) )
                              | ~ ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 ) )
                        | ~ ~ ( related @ sK3_SY67 @ sK6_SY79 @ sK7_SY81 ) ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[410]) ).

thf(419,plain,
    ! [SV31: $i,SV17: $i,SV37: $i] :
      ( ( ( element @ SV37 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( ! [SY109: $i] :
              ( ~ ( element @ SY109 @ ( the_carrier @ SV17 ) )
              | ! [SY110: $i] :
                  ( ~ ( element @ SY110 @ ( the_carrier @ SV31 ) )
                  | ! [SY111: $i] :
                      ( ~ ( element @ SY111 @ ( the_carrier @ SV31 ) )
                      | ( SY110 != SV37 )
                      | ( SY111 != SY109 )
                      | ~ ( related @ SV17 @ SV37 @ SY109 )
                      | ~ ( in @ SY110 @ ( the_carrier @ SV31 ) )
                      | ~ ( in @ SY111 @ ( the_carrier @ SV31 ) )
                      | ( related @ SV31 @ SY110 @ SY111 ) ) ) ) )
        = $true )
      | ( ( full_subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[411]) ).

thf(420,plain,
    ! [SV32: $i,SV21: $i,SV38: $i] :
      ( ( ( ~ ( subnetstr @ SV38 @ SV21 @ SV32 ) )
        = $true )
      | ( ( ~ ( full_subrelstr @ SV38 @ SV32 )
          | ~ ( subrelstr @ SV38 @ SV32 )
          | ( full_subnetstr @ SV38 @ SV21 @ SV32 ) )
        = $true )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[412]) ).

thf(421,plain,
    ! [SV32: $i,SV21: $i] :
      ( ( ( ~ ! [SY107: $i] :
                ( ~ ( subnetstr @ SY107 @ SV21 @ SV32 )
                | ~ ( full_subnetstr @ SY107 @ SV21 @ SV32 )
                | ( full_subrelstr @ SY107 @ SV32 ) ) )
        = $false )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[413]) ).

thf(422,plain,
    ! [SV32: $i,SV21: $i] :
      ( ( ( ~ ! [SY108: $i] :
                ( ~ ( subnetstr @ SY108 @ SV21 @ SV32 )
                | ~ ( full_subnetstr @ SY108 @ SV21 @ SV32 )
                | ( subrelstr @ SY108 @ SV32 ) ) )
        = $false )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[413]) ).

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

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

thf(425,plain,
    ( ( ~ ~ ( empty_carrier @ sK3_SY67 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[417]) ).

thf(426,plain,
    ( ( ~ ( full_subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[417]) ).

thf(427,plain,
    ( ( ~ ( element @ sK5_SY76 @ ( the_carrier @ sK2_SY61 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[418]) ).

thf(428,plain,
    ( ( ~ ~ ( ~ ( element @ sK6_SY79 @ ( the_carrier @ sK3_SY67 ) )
            | ~ ~ ( ~ ( element @ sK7_SY81 @ ( the_carrier @ sK3_SY67 ) )
                  | ~ ~ ( ~ ~ ( ~ ~ ( ( sK4_SY72 != sK6_SY79 )
                                    | ( sK5_SY76 != sK7_SY81 ) )
                              | ~ ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 ) )
                        | ~ ~ ( related @ sK3_SY67 @ sK6_SY79 @ sK7_SY81 ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[418]) ).

thf(429,plain,
    ! [SV37: $i,SV31: $i,SV17: $i,SV39: $i] :
      ( ( ( ~ ( element @ SV39 @ ( the_carrier @ SV17 ) )
          | ! [SY112: $i] :
              ( ~ ( element @ SY112 @ ( the_carrier @ SV31 ) )
              | ! [SY113: $i] :
                  ( ~ ( element @ SY113 @ ( the_carrier @ SV31 ) )
                  | ( SY112 != SV37 )
                  | ( SY113 != SV39 )
                  | ~ ( related @ SV17 @ SV37 @ SV39 )
                  | ~ ( in @ SY112 @ ( the_carrier @ SV31 ) )
                  | ~ ( in @ SY113 @ ( the_carrier @ SV31 ) )
                  | ( related @ SV31 @ SY112 @ SY113 ) ) ) )
        = $true )
      | ( ( element @ SV37 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( full_subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[419]) ).

thf(430,plain,
    ! [SV32: $i,SV21: $i,SV38: $i] :
      ( ( ( subnetstr @ SV38 @ SV21 @ SV32 )
        = $false )
      | ( ( ~ ( full_subrelstr @ SV38 @ SV32 )
          | ~ ( subrelstr @ SV38 @ SV32 )
          | ( full_subnetstr @ SV38 @ SV21 @ SV32 ) )
        = $true )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[420]) ).

thf(431,plain,
    ! [SV32: $i,SV21: $i] :
      ( ( ( ! [SY107: $i] :
              ( ~ ( subnetstr @ SY107 @ SV21 @ SV32 )
              | ~ ( full_subnetstr @ SY107 @ SV21 @ SV32 )
              | ( full_subrelstr @ SY107 @ SV32 ) ) )
        = $true )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[421]) ).

thf(432,plain,
    ! [SV32: $i,SV21: $i] :
      ( ( ( ! [SY108: $i] :
              ( ~ ( subnetstr @ SY108 @ SV21 @ SV32 )
              | ~ ( full_subnetstr @ SY108 @ SV21 @ SV32 )
              | ( subrelstr @ SY108 @ SV32 ) ) )
        = $true )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[422]) ).

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

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

thf(435,plain,
    ( ( ~ ( empty_carrier @ sK3_SY67 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[425]) ).

thf(436,plain,
    ( ( full_subnetstr @ sK3_SY67 @ sK1_A @ sK2_SY61 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[426]) ).

thf(437,plain,
    ( ( element @ sK5_SY76 @ ( the_carrier @ sK2_SY61 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[427]) ).

thf(438,plain,
    ( ( ~ ( ~ ( element @ sK6_SY79 @ ( the_carrier @ sK3_SY67 ) )
          | ~ ~ ( ~ ( element @ sK7_SY81 @ ( the_carrier @ sK3_SY67 ) )
                | ~ ~ ( ~ ~ ( ~ ~ ( ( sK4_SY72 != sK6_SY79 )
                                  | ( sK5_SY76 != sK7_SY81 ) )
                            | ~ ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 ) )
                      | ~ ~ ( related @ sK3_SY67 @ sK6_SY79 @ sK7_SY81 ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[428]) ).

thf(439,plain,
    ! [SV37: $i,SV31: $i,SV17: $i,SV39: $i] :
      ( ( ( ~ ( element @ SV39 @ ( the_carrier @ SV17 ) ) )
        = $true )
      | ( ( ! [SY112: $i] :
              ( ~ ( element @ SY112 @ ( the_carrier @ SV31 ) )
              | ! [SY113: $i] :
                  ( ~ ( element @ SY113 @ ( the_carrier @ SV31 ) )
                  | ( SY112 != SV37 )
                  | ( SY113 != SV39 )
                  | ~ ( related @ SV17 @ SV37 @ SV39 )
                  | ~ ( in @ SY112 @ ( the_carrier @ SV31 ) )
                  | ~ ( in @ SY113 @ ( the_carrier @ SV31 ) )
                  | ( related @ SV31 @ SY112 @ SY113 ) ) ) )
        = $true )
      | ( ( element @ SV37 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( full_subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[429]) ).

thf(440,plain,
    ! [SV21: $i,SV32: $i,SV38: $i] :
      ( ( ( ~ ( full_subrelstr @ SV38 @ SV32 )
          | ~ ( subrelstr @ SV38 @ SV32 ) )
        = $true )
      | ( ( full_subnetstr @ SV38 @ SV21 @ SV32 )
        = $true )
      | ( ( subnetstr @ SV38 @ SV21 @ SV32 )
        = $false )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[430]) ).

thf(441,plain,
    ! [SV32: $i,SV21: $i,SV40: $i] :
      ( ( ( ~ ( subnetstr @ SV40 @ SV21 @ SV32 )
          | ~ ( full_subnetstr @ SV40 @ SV21 @ SV32 )
          | ( full_subrelstr @ SV40 @ SV32 ) )
        = $true )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[431]) ).

thf(442,plain,
    ! [SV32: $i,SV21: $i,SV41: $i] :
      ( ( ( ~ ( subnetstr @ SV41 @ SV21 @ SV32 )
          | ~ ( full_subnetstr @ SV41 @ SV21 @ SV32 )
          | ( subrelstr @ SV41 @ SV32 ) )
        = $true )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[432]) ).

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

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

thf(445,plain,
    ( ( empty_carrier @ sK3_SY67 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[435]) ).

thf(446,plain,
    ( ( ~ ( element @ sK6_SY79 @ ( the_carrier @ sK3_SY67 ) )
      | ~ ~ ( ~ ( element @ sK7_SY81 @ ( the_carrier @ sK3_SY67 ) )
            | ~ ~ ( ~ ~ ( ~ ~ ( ( sK4_SY72 != sK6_SY79 )
                              | ( sK5_SY76 != sK7_SY81 ) )
                        | ~ ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 ) )
                  | ~ ~ ( related @ sK3_SY67 @ sK6_SY79 @ sK7_SY81 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[438]) ).

thf(447,plain,
    ! [SV37: $i,SV31: $i,SV17: $i,SV39: $i] :
      ( ( ( element @ SV39 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( ! [SY112: $i] :
              ( ~ ( element @ SY112 @ ( the_carrier @ SV31 ) )
              | ! [SY113: $i] :
                  ( ~ ( element @ SY113 @ ( the_carrier @ SV31 ) )
                  | ( SY112 != SV37 )
                  | ( SY113 != SV39 )
                  | ~ ( related @ SV17 @ SV37 @ SV39 )
                  | ~ ( in @ SY112 @ ( the_carrier @ SV31 ) )
                  | ~ ( in @ SY113 @ ( the_carrier @ SV31 ) )
                  | ( related @ SV31 @ SY112 @ SY113 ) ) ) )
        = $true )
      | ( ( element @ SV37 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( full_subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[439]) ).

thf(448,plain,
    ! [SV21: $i,SV32: $i,SV38: $i] :
      ( ( ( ~ ( full_subrelstr @ SV38 @ SV32 ) )
        = $true )
      | ( ( ~ ( subrelstr @ SV38 @ SV32 ) )
        = $true )
      | ( ( full_subnetstr @ SV38 @ SV21 @ SV32 )
        = $true )
      | ( ( subnetstr @ SV38 @ SV21 @ SV32 )
        = $false )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[440]) ).

thf(449,plain,
    ! [SV32: $i,SV21: $i,SV40: $i] :
      ( ( ( ~ ( subnetstr @ SV40 @ SV21 @ SV32 ) )
        = $true )
      | ( ( ~ ( full_subnetstr @ SV40 @ SV21 @ SV32 )
          | ( full_subrelstr @ SV40 @ SV32 ) )
        = $true )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[441]) ).

thf(450,plain,
    ! [SV32: $i,SV21: $i,SV41: $i] :
      ( ( ( ~ ( subnetstr @ SV41 @ SV21 @ SV32 ) )
        = $true )
      | ( ( ~ ( full_subnetstr @ SV41 @ SV21 @ SV32 )
          | ( subrelstr @ SV41 @ SV32 ) )
        = $true )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[442]) ).

thf(451,plain,
    ( ( ~ ( element @ sK6_SY79 @ ( the_carrier @ sK3_SY67 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[446]) ).

thf(452,plain,
    ( ( ~ ~ ( ~ ( element @ sK7_SY81 @ ( the_carrier @ sK3_SY67 ) )
            | ~ ~ ( ~ ~ ( ~ ~ ( ( sK4_SY72 != sK6_SY79 )
                              | ( sK5_SY76 != sK7_SY81 ) )
                        | ~ ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 ) )
                  | ~ ~ ( related @ sK3_SY67 @ sK6_SY79 @ sK7_SY81 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[446]) ).

thf(453,plain,
    ! [SV17: $i,SV39: $i,SV37: $i,SV31: $i,SV42: $i] :
      ( ( ( ~ ( element @ SV42 @ ( the_carrier @ SV31 ) )
          | ! [SY114: $i] :
              ( ~ ( element @ SY114 @ ( the_carrier @ SV31 ) )
              | ( SV42 != SV37 )
              | ( SY114 != SV39 )
              | ~ ( related @ SV17 @ SV37 @ SV39 )
              | ~ ( in @ SV42 @ ( the_carrier @ SV31 ) )
              | ~ ( in @ SY114 @ ( the_carrier @ SV31 ) )
              | ( related @ SV31 @ SV42 @ SY114 ) ) )
        = $true )
      | ( ( element @ SV39 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( element @ SV37 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( full_subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[447]) ).

thf(454,plain,
    ! [SV21: $i,SV32: $i,SV38: $i] :
      ( ( ( full_subrelstr @ SV38 @ SV32 )
        = $false )
      | ( ( ~ ( subrelstr @ SV38 @ SV32 ) )
        = $true )
      | ( ( full_subnetstr @ SV38 @ SV21 @ SV32 )
        = $true )
      | ( ( subnetstr @ SV38 @ SV21 @ SV32 )
        = $false )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[448]) ).

thf(455,plain,
    ! [SV32: $i,SV21: $i,SV40: $i] :
      ( ( ( subnetstr @ SV40 @ SV21 @ SV32 )
        = $false )
      | ( ( ~ ( full_subnetstr @ SV40 @ SV21 @ SV32 )
          | ( full_subrelstr @ SV40 @ SV32 ) )
        = $true )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[449]) ).

thf(456,plain,
    ! [SV32: $i,SV21: $i,SV41: $i] :
      ( ( ( subnetstr @ SV41 @ SV21 @ SV32 )
        = $false )
      | ( ( ~ ( full_subnetstr @ SV41 @ SV21 @ SV32 )
          | ( subrelstr @ SV41 @ SV32 ) )
        = $true )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[450]) ).

thf(457,plain,
    ( ( element @ sK6_SY79 @ ( the_carrier @ sK3_SY67 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[451]) ).

thf(458,plain,
    ( ( ~ ( ~ ( element @ sK7_SY81 @ ( the_carrier @ sK3_SY67 ) )
          | ~ ~ ( ~ ~ ( ~ ~ ( ( sK4_SY72 != sK6_SY79 )
                            | ( sK5_SY76 != sK7_SY81 ) )
                      | ~ ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 ) )
                | ~ ~ ( related @ sK3_SY67 @ sK6_SY79 @ sK7_SY81 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[452]) ).

thf(459,plain,
    ! [SV17: $i,SV39: $i,SV37: $i,SV31: $i,SV42: $i] :
      ( ( ( ~ ( element @ SV42 @ ( the_carrier @ SV31 ) ) )
        = $true )
      | ( ( ! [SY114: $i] :
              ( ~ ( element @ SY114 @ ( the_carrier @ SV31 ) )
              | ( SV42 != SV37 )
              | ( SY114 != SV39 )
              | ~ ( related @ SV17 @ SV37 @ SV39 )
              | ~ ( in @ SV42 @ ( the_carrier @ SV31 ) )
              | ~ ( in @ SY114 @ ( the_carrier @ SV31 ) )
              | ( related @ SV31 @ SV42 @ SY114 ) ) )
        = $true )
      | ( ( element @ SV39 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( element @ SV37 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( full_subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[453]) ).

thf(460,plain,
    ! [SV21: $i,SV32: $i,SV38: $i] :
      ( ( ( subrelstr @ SV38 @ SV32 )
        = $false )
      | ( ( full_subrelstr @ SV38 @ SV32 )
        = $false )
      | ( ( full_subnetstr @ SV38 @ SV21 @ SV32 )
        = $true )
      | ( ( subnetstr @ SV38 @ SV21 @ SV32 )
        = $false )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[454]) ).

thf(461,plain,
    ! [SV32: $i,SV21: $i,SV40: $i] :
      ( ( ( ~ ( full_subnetstr @ SV40 @ SV21 @ SV32 ) )
        = $true )
      | ( ( full_subrelstr @ SV40 @ SV32 )
        = $true )
      | ( ( subnetstr @ SV40 @ SV21 @ SV32 )
        = $false )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[455]) ).

thf(462,plain,
    ! [SV32: $i,SV21: $i,SV41: $i] :
      ( ( ( ~ ( full_subnetstr @ SV41 @ SV21 @ SV32 ) )
        = $true )
      | ( ( subrelstr @ SV41 @ SV32 )
        = $true )
      | ( ( subnetstr @ SV41 @ SV21 @ SV32 )
        = $false )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[456]) ).

thf(463,plain,
    ( ( ~ ( element @ sK7_SY81 @ ( the_carrier @ sK3_SY67 ) )
      | ~ ~ ( ~ ~ ( ~ ~ ( ( sK4_SY72 != sK6_SY79 )
                        | ( sK5_SY76 != sK7_SY81 ) )
                  | ~ ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 ) )
            | ~ ~ ( related @ sK3_SY67 @ sK6_SY79 @ sK7_SY81 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[458]) ).

thf(464,plain,
    ! [SV17: $i,SV39: $i,SV37: $i,SV31: $i,SV42: $i] :
      ( ( ( element @ SV42 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( ! [SY114: $i] :
              ( ~ ( element @ SY114 @ ( the_carrier @ SV31 ) )
              | ( SV42 != SV37 )
              | ( SY114 != SV39 )
              | ~ ( related @ SV17 @ SV37 @ SV39 )
              | ~ ( in @ SV42 @ ( the_carrier @ SV31 ) )
              | ~ ( in @ SY114 @ ( the_carrier @ SV31 ) )
              | ( related @ SV31 @ SV42 @ SY114 ) ) )
        = $true )
      | ( ( element @ SV39 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( element @ SV37 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( full_subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[459]) ).

thf(465,plain,
    ! [SV32: $i,SV21: $i,SV40: $i] :
      ( ( ( full_subnetstr @ SV40 @ SV21 @ SV32 )
        = $false )
      | ( ( full_subrelstr @ SV40 @ SV32 )
        = $true )
      | ( ( subnetstr @ SV40 @ SV21 @ SV32 )
        = $false )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[461]) ).

thf(466,plain,
    ! [SV32: $i,SV21: $i,SV41: $i] :
      ( ( ( full_subnetstr @ SV41 @ SV21 @ SV32 )
        = $false )
      | ( ( subrelstr @ SV41 @ SV32 )
        = $true )
      | ( ( subnetstr @ SV41 @ SV21 @ SV32 )
        = $false )
      | ( ( net_str @ SV32 @ SV21 )
        = $false )
      | ( ( one_sorted_str @ SV21 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[462]) ).

thf(467,plain,
    ( ( ~ ( element @ sK7_SY81 @ ( the_carrier @ sK3_SY67 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[463]) ).

thf(468,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ( sK4_SY72 != sK6_SY79 )
                        | ( sK5_SY76 != sK7_SY81 ) )
                  | ~ ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 ) )
            | ~ ~ ( related @ sK3_SY67 @ sK6_SY79 @ sK7_SY81 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[463]) ).

thf(469,plain,
    ! [SV17: $i,SV39: $i,SV37: $i,SV42: $i,SV31: $i,SV43: $i] :
      ( ( ( ~ ( element @ SV43 @ ( the_carrier @ SV31 ) )
          | ( SV42 != SV37 )
          | ( SV43 != SV39 )
          | ~ ( related @ SV17 @ SV37 @ SV39 )
          | ~ ( in @ SV42 @ ( the_carrier @ SV31 ) )
          | ~ ( in @ SV43 @ ( the_carrier @ SV31 ) )
          | ( related @ SV31 @ SV42 @ SV43 ) )
        = $true )
      | ( ( element @ SV42 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( element @ SV39 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( element @ SV37 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( full_subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[464]) ).

thf(470,plain,
    ( ( element @ sK7_SY81 @ ( the_carrier @ sK3_SY67 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[467]) ).

thf(471,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ( sK4_SY72 != sK6_SY79 )
                      | ( sK5_SY76 != sK7_SY81 ) )
                | ~ ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 ) )
          | ~ ~ ( related @ sK3_SY67 @ sK6_SY79 @ sK7_SY81 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[468]) ).

thf(472,plain,
    ! [SV17: $i,SV39: $i,SV37: $i,SV42: $i,SV31: $i,SV43: $i] :
      ( ( ( ~ ( element @ SV43 @ ( the_carrier @ SV31 ) ) )
        = $true )
      | ( ( ( SV42 != SV37 )
          | ( SV43 != SV39 )
          | ~ ( related @ SV17 @ SV37 @ SV39 )
          | ~ ( in @ SV42 @ ( the_carrier @ SV31 ) )
          | ~ ( in @ SV43 @ ( the_carrier @ SV31 ) )
          | ( related @ SV31 @ SV42 @ SV43 ) )
        = $true )
      | ( ( element @ SV42 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( element @ SV39 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( element @ SV37 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( full_subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[469]) ).

thf(473,plain,
    ( ( ~ ~ ( ~ ~ ( ( sK4_SY72 != sK6_SY79 )
                  | ( sK5_SY76 != sK7_SY81 ) )
            | ~ ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 ) )
      | ~ ~ ( related @ sK3_SY67 @ sK6_SY79 @ sK7_SY81 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[471]) ).

thf(474,plain,
    ! [SV17: $i,SV39: $i,SV37: $i,SV42: $i,SV31: $i,SV43: $i] :
      ( ( ( element @ SV43 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( ( SV42 != SV37 )
          | ( SV43 != SV39 )
          | ~ ( related @ SV17 @ SV37 @ SV39 )
          | ~ ( in @ SV42 @ ( the_carrier @ SV31 ) )
          | ~ ( in @ SV43 @ ( the_carrier @ SV31 ) )
          | ( related @ SV31 @ SV42 @ SV43 ) )
        = $true )
      | ( ( element @ SV42 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( element @ SV39 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( element @ SV37 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( full_subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[472]) ).

thf(475,plain,
    ( ( ~ ~ ( ~ ~ ( ( sK4_SY72 != sK6_SY79 )
                  | ( sK5_SY76 != sK7_SY81 ) )
            | ~ ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[473]) ).

thf(476,plain,
    ( ( ~ ~ ( related @ sK3_SY67 @ sK6_SY79 @ sK7_SY81 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[473]) ).

thf(477,plain,
    ! [SV31: $i,SV17: $i,SV39: $i,SV43: $i,SV37: $i,SV42: $i] :
      ( ( ( ( SV42 != SV37 )
          | ( SV43 != SV39 )
          | ~ ( related @ SV17 @ SV37 @ SV39 )
          | ~ ( in @ SV42 @ ( the_carrier @ SV31 ) )
          | ~ ( in @ SV43 @ ( the_carrier @ SV31 ) ) )
        = $true )
      | ( ( related @ SV31 @ SV42 @ SV43 )
        = $true )
      | ( ( element @ SV43 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( element @ SV42 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( element @ SV39 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( element @ SV37 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( full_subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[474]) ).

thf(478,plain,
    ( ( ~ ( ~ ~ ( ( sK4_SY72 != sK6_SY79 )
                | ( sK5_SY76 != sK7_SY81 ) )
          | ~ ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[475]) ).

thf(479,plain,
    ( ( ~ ( related @ sK3_SY67 @ sK6_SY79 @ sK7_SY81 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[476]) ).

thf(480,plain,
    ! [SV31: $i,SV17: $i,SV39: $i,SV43: $i,SV37: $i,SV42: $i] :
      ( ( ( ( SV42 != SV37 )
          | ( SV43 != SV39 )
          | ~ ( related @ SV17 @ SV37 @ SV39 )
          | ~ ( in @ SV42 @ ( the_carrier @ SV31 ) ) )
        = $true )
      | ( ( ~ ( in @ SV43 @ ( the_carrier @ SV31 ) ) )
        = $true )
      | ( ( related @ SV31 @ SV42 @ SV43 )
        = $true )
      | ( ( element @ SV43 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( element @ SV42 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( element @ SV39 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( element @ SV37 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( full_subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[477]) ).

thf(481,plain,
    ( ( ~ ~ ( ( sK4_SY72 != sK6_SY79 )
            | ( sK5_SY76 != sK7_SY81 ) )
      | ~ ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[478]) ).

thf(482,plain,
    ( ( related @ sK3_SY67 @ sK6_SY79 @ sK7_SY81 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[479]) ).

thf(483,plain,
    ! [SV31: $i,SV17: $i,SV39: $i,SV43: $i,SV37: $i,SV42: $i] :
      ( ( ( ( SV42 != SV37 )
          | ( SV43 != SV39 )
          | ~ ( related @ SV17 @ SV37 @ SV39 ) )
        = $true )
      | ( ( ~ ( in @ SV42 @ ( the_carrier @ SV31 ) ) )
        = $true )
      | ( ( ~ ( in @ SV43 @ ( the_carrier @ SV31 ) ) )
        = $true )
      | ( ( related @ SV31 @ SV42 @ SV43 )
        = $true )
      | ( ( element @ SV43 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( element @ SV42 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( element @ SV39 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( element @ SV37 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( full_subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[480]) ).

thf(484,plain,
    ( ( ~ ~ ( ( sK4_SY72 != sK6_SY79 )
            | ( sK5_SY76 != sK7_SY81 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[481]) ).

thf(485,plain,
    ( ( ~ ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[481]) ).

thf(486,plain,
    ! [SV31: $i,SV17: $i,SV39: $i,SV43: $i,SV37: $i,SV42: $i] :
      ( ( ( ( SV42 != SV37 )
          | ( SV43 != SV39 ) )
        = $true )
      | ( ( ~ ( related @ SV17 @ SV37 @ SV39 ) )
        = $true )
      | ( ( ~ ( in @ SV42 @ ( the_carrier @ SV31 ) ) )
        = $true )
      | ( ( ~ ( in @ SV43 @ ( the_carrier @ SV31 ) ) )
        = $true )
      | ( ( related @ SV31 @ SV42 @ SV43 )
        = $true )
      | ( ( element @ SV43 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( element @ SV42 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( element @ SV39 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( element @ SV37 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( full_subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[483]) ).

thf(487,plain,
    ( ( ~ ( ( sK4_SY72 != sK6_SY79 )
          | ( sK5_SY76 != sK7_SY81 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[484]) ).

thf(488,plain,
    ( ( related @ sK2_SY61 @ sK4_SY72 @ sK5_SY76 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[485]) ).

thf(489,plain,
    ! [SV31: $i,SV17: $i,SV39: $i,SV43: $i,SV37: $i,SV42: $i] :
      ( ( ( ( SV42 != SV37 ) )
        = $true )
      | ( ( ( SV43 != SV39 ) )
        = $true )
      | ( ( ~ ( related @ SV17 @ SV37 @ SV39 ) )
        = $true )
      | ( ( ~ ( in @ SV42 @ ( the_carrier @ SV31 ) ) )
        = $true )
      | ( ( ~ ( in @ SV43 @ ( the_carrier @ SV31 ) ) )
        = $true )
      | ( ( related @ SV31 @ SV42 @ SV43 )
        = $true )
      | ( ( element @ SV43 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( element @ SV42 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( element @ SV39 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( element @ SV37 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( full_subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[486]) ).

thf(490,plain,
    ( ( ( sK4_SY72 != sK6_SY79 )
      | ( sK5_SY76 != sK7_SY81 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[487]) ).

thf(491,plain,
    ! [SV31: $i,SV17: $i,SV39: $i,SV43: $i,SV37: $i,SV42: $i] :
      ( ( ( SV42 = SV37 )
        = $false )
      | ( ( ( SV43 != SV39 ) )
        = $true )
      | ( ( ~ ( related @ SV17 @ SV37 @ SV39 ) )
        = $true )
      | ( ( ~ ( in @ SV42 @ ( the_carrier @ SV31 ) ) )
        = $true )
      | ( ( ~ ( in @ SV43 @ ( the_carrier @ SV31 ) ) )
        = $true )
      | ( ( related @ SV31 @ SV42 @ SV43 )
        = $true )
      | ( ( element @ SV43 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( element @ SV42 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( element @ SV39 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( element @ SV37 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( full_subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[489]) ).

thf(492,plain,
    ( ( ( sK4_SY72 != sK6_SY79 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[490]) ).

thf(493,plain,
    ( ( ( sK5_SY76 != sK7_SY81 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[490]) ).

thf(494,plain,
    ! [SV31: $i,SV17: $i,SV37: $i,SV42: $i,SV39: $i,SV43: $i] :
      ( ( ( SV43 = SV39 )
        = $false )
      | ( ( SV42 = SV37 )
        = $false )
      | ( ( ~ ( related @ SV17 @ SV37 @ SV39 ) )
        = $true )
      | ( ( ~ ( in @ SV42 @ ( the_carrier @ SV31 ) ) )
        = $true )
      | ( ( ~ ( in @ SV43 @ ( the_carrier @ SV31 ) ) )
        = $true )
      | ( ( related @ SV31 @ SV42 @ SV43 )
        = $true )
      | ( ( element @ SV43 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( element @ SV42 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( element @ SV39 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( element @ SV37 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( full_subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[491]) ).

thf(495,plain,
    ( ( sK4_SY72 = sK6_SY79 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[492]) ).

thf(496,plain,
    ( ( sK5_SY76 = sK7_SY81 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[493]) ).

thf(497,plain,
    ! [SV31: $i,SV43: $i,SV42: $i,SV39: $i,SV37: $i,SV17: $i] :
      ( ( ( related @ SV17 @ SV37 @ SV39 )
        = $false )
      | ( ( SV42 = SV37 )
        = $false )
      | ( ( SV43 = SV39 )
        = $false )
      | ( ( ~ ( in @ SV42 @ ( the_carrier @ SV31 ) ) )
        = $true )
      | ( ( ~ ( in @ SV43 @ ( the_carrier @ SV31 ) ) )
        = $true )
      | ( ( related @ SV31 @ SV42 @ SV43 )
        = $true )
      | ( ( element @ SV43 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( element @ SV42 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( element @ SV39 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( element @ SV37 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( full_subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[494]) ).

thf(498,plain,
    ! [SV17: $i,SV37: $i,SV39: $i,SV43: $i,SV31: $i,SV42: $i] :
      ( ( ( in @ SV42 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( SV43 = SV39 )
        = $false )
      | ( ( SV42 = SV37 )
        = $false )
      | ( ( related @ SV17 @ SV37 @ SV39 )
        = $false )
      | ( ( ~ ( in @ SV43 @ ( the_carrier @ SV31 ) ) )
        = $true )
      | ( ( related @ SV31 @ SV42 @ SV43 )
        = $true )
      | ( ( element @ SV43 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( element @ SV42 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( element @ SV39 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( element @ SV37 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( full_subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[497]) ).

thf(499,plain,
    ! [SV42: $i,SV39: $i,SV37: $i,SV17: $i,SV31: $i,SV43: $i] :
      ( ( ( in @ SV43 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( related @ SV17 @ SV37 @ SV39 )
        = $false )
      | ( ( SV42 = SV37 )
        = $false )
      | ( ( SV43 = SV39 )
        = $false )
      | ( ( in @ SV42 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( related @ SV31 @ SV42 @ SV43 )
        = $true )
      | ( ( element @ SV43 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( element @ SV42 @ ( the_carrier @ SV31 ) )
        = $false )
      | ( ( element @ SV39 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( element @ SV37 @ ( the_carrier @ SV17 ) )
        = $false )
      | ( ( full_subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( subrelstr @ SV31 @ SV17 )
        = $false )
      | ( ( rel_str @ SV17 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[498]) ).

thf(500,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[127,499,496,495,488,482,470,466,465,460,457,445,444,443,437,436,416,409,408,400,386,379,378,377,376,375,374,371,365,364,363,362,361,359,357,356,336,334,333,328,327,326,318,316,309,300,298,296,290,289,288,287,286,285,284,281,280,278,277,275,271,265,264,260,257,256,185,159,136,135,134,131,129]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : SEU375+1 : TPTP v8.1.0. Released v3.3.0.
% 0.11/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.12/0.34  % Computer : n013.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Mon Jun 20 11:52:59 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.38  
% 0.12/0.38   No.of.Axioms: 39
% 0.12/0.38  
% 0.12/0.38   Length.of.Defs: 0
% 0.12/0.38  
% 0.12/0.38   Contains.Choice.Funs: false
% 0.12/0.39  .
% 0.20/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).......................
% 0.42/0.63  
% 0.42/0.63  ********************************
% 0.42/0.63  *   All subproblems solved!    *
% 0.42/0.63  ********************************
% 0.42/0.63  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:40,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:500,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.53/0.71  
% 0.53/0.71  %**** Beginning of derivation protocol ****
% 0.53/0.71  % SZS output start CNFRefutation
% See solution above
% 0.53/0.71  
% 0.53/0.71  %**** End of derivation protocol ****
% 0.53/0.71  %**** no. of clauses in derivation: 501 ****
% 0.53/0.71  %**** clause counter: 500 ****
% 0.53/0.71  
% 0.53/0.71  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:40,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:500,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------