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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : SEU200+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 : n008.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Tue Jul 19 12:08:03 EDT 2022

% Result   : Theorem 0.19s 0.48s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   17
%            Number of leaves      :   53
% Syntax   : Number of formulae    :  317 ( 199 unt;  19 typ;   0 def)
%            Number of atoms       : 1430 ( 385 equ;   0 cnn)
%            Maximal formula atoms :    5 (   4 avg)
%            Number of connectives : 1979 ( 356   ~; 308   |;  49   &;1227   @)
%                                         (   2 <=>;  37  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   2 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   16 (  16   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   22 (  19 usr;   9 con; 0-2 aty)
%            Number of variables   :  422 (   0   ^ 408   !;  14   ?; 422   :)

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

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

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

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

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

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

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

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

thf(tp_relation_rng_restriction,type,
    relation_rng_restriction: $i > $i > $i ).

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

thf(tp_sK2_SY45,type,
    sK2_SY45: $i ).

thf(tp_sK3_A,type,
    sK3_A: $i ).

thf(tp_sK4_B,type,
    sK4_B: $i > $i ).

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

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

thf(tp_sK7_B,type,
    sK7_B: $i > $i ).

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

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

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

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

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

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

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

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

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

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

thf(8,axiom,
    ! [A: $i] :
      ( ( relation @ A )
     => ! [B: $i] :
          ( ( relation @ B )
         => ( ( subset @ A @ B )
           => ( ( subset @ ( relation_dom @ A ) @ ( relation_dom @ B ) )
              & ( subset @ ( relation_rng @ A ) @ ( relation_rng @ B ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t25_relat_1) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(34,conjecture,
    ! [A: $i,B: $i] :
      ( ( relation @ B )
     => ( subset @ ( relation_rng @ ( relation_rng_restriction @ A @ B ) ) @ ( relation_rng @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t118_relat_1) ).

thf(35,negated_conjecture,
    ( ( ! [A: $i,B: $i] :
          ( ( relation @ B )
         => ( subset @ ( relation_rng @ ( relation_rng_restriction @ A @ B ) ) @ ( relation_rng @ B ) ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[34]) ).

thf(36,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( relation @ B )
         => ( subset @ ( relation_rng @ ( relation_rng_restriction @ A @ B ) ) @ ( relation_rng @ B ) ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[35]) ).

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

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

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

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

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

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

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

thf(44,plain,
    ( ( ! [A: $i] :
          ( ( relation @ A )
         => ! [B: $i] :
              ( ( relation @ B )
             => ( ( subset @ A @ B )
               => ( ( subset @ ( relation_dom @ A ) @ ( relation_dom @ B ) )
                  & ( subset @ ( relation_rng @ A ) @ ( relation_rng @ B ) ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(62,plain,
    $true = $true,
    inference(unfold_def,[status(thm)],[26]) ).

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

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

thf(65,plain,
    $true = $true,
    inference(unfold_def,[status(thm)],[29]) ).

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

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

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

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

thf(70,plain,
    ( ( ! [SY45: $i] :
          ( ( relation @ SY45 )
         => ( subset @ ( relation_rng @ ( relation_rng_restriction @ sK1_A @ SY45 ) ) @ ( relation_rng @ SY45 ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[36]) ).

thf(71,plain,
    ( ( ( relation @ sK2_SY45 )
     => ( subset @ ( relation_rng @ ( relation_rng_restriction @ sK1_A @ sK2_SY45 ) ) @ ( relation_rng @ sK2_SY45 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[70]) ).

thf(72,plain,
    ( ( relation @ sK2_SY45 )
    = $true ),
    inference(standard_cnf,[status(thm)],[71]) ).

thf(73,plain,
    ( ( subset @ ( relation_rng @ ( relation_rng_restriction @ sK1_A @ sK2_SY45 ) ) @ ( relation_rng @ sK2_SY45 ) )
    = $false ),
    inference(standard_cnf,[status(thm)],[71]) ).

thf(74,plain,
    ( ( ~ ( subset @ ( relation_rng @ ( relation_rng_restriction @ sK1_A @ sK2_SY45 ) ) @ ( relation_rng @ sK2_SY45 ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[73]) ).

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

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

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

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

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

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

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

thf(82,plain,
    ( ( ! [A: $i] :
          ( ~ ( relation @ A )
          | ( ! [B: $i] :
                ( ~ ( relation @ B )
                | ~ ( subset @ A @ B )
                | ( subset @ ( relation_dom @ A ) @ ( relation_dom @ B ) ) )
            & ! [B: $i] :
                ( ~ ( relation @ B )
                | ~ ( subset @ A @ B )
                | ( subset @ ( relation_rng @ A ) @ ( relation_rng @ B ) ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[44]) ).

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

thf(84,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( relation @ B )
          | ( subset @ ( relation_rng_restriction @ A @ B ) @ B ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[46]) ).

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

thf(86,plain,
    ( ( ~ ( empty @ sK3_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[48]) ).

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

thf(88,plain,
    ( ( ~ ( empty @ sK5_A )
      & ( relation @ sK5_A ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[50]) ).

thf(89,plain,
    ( ( empty @ sK6_A )
    = $true ),
    inference(extcnf_combined,[status(esa)],[51]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(108,plain,
    ( ( ! [A: $i] : ( element @ ( sK9_B @ A ) @ A ) )
    = $true ),
    inference(copy,[status(thm)],[96]) ).

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

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

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

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

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

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

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

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

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

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

thf(119,plain,
    ( ( ~ ( empty @ sK5_A )
      & ( relation @ sK5_A ) )
    = $true ),
    inference(copy,[status(thm)],[88]) ).

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

thf(121,plain,
    ( ( ~ ( empty @ sK3_A ) )
    = $true ),
    inference(copy,[status(thm)],[86]) ).

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

thf(123,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( relation @ B )
          | ( subset @ ( relation_rng_restriction @ A @ B ) @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[84]) ).

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

thf(125,plain,
    ( ( ! [A: $i] :
          ( ~ ( relation @ A )
          | ( ! [B: $i] :
                ( ~ ( relation @ B )
                | ~ ( subset @ A @ B )
                | ( subset @ ( relation_dom @ A ) @ ( relation_dom @ B ) ) )
            & ! [B: $i] :
                ( ~ ( relation @ B )
                | ~ ( subset @ A @ B )
                | ( subset @ ( relation_rng @ A ) @ ( relation_rng @ B ) ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[82]) ).

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

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

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

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

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

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

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

thf(133,plain,
    ( ( relation @ sK2_SY45 )
    = $true ),
    inference(copy,[status(thm)],[72]) ).

thf(134,plain,
    ( ( ~ ( subset @ ( relation_rng @ ( relation_rng_restriction @ sK1_A @ sK2_SY45 ) ) @ ( relation_rng @ sK2_SY45 ) ) )
    = $true ),
    inference(copy,[status(thm)],[74]) ).

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

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

thf(137,plain,
    ( ( ~ ( ~ ( empty @ sK8_A )
          | ~ ( relation @ sK8_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[116]) ).

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

thf(139,plain,
    ( ( ~ ( ~ ~ ( empty @ sK5_A )
          | ~ ( relation @ sK5_A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[119]) ).

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

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

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

thf(143,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( relation @ SX0 )
          | ~ ( ~ ! [SX1: $i] :
                    ( ~ ( relation @ SX1 )
                    | ~ ( subset @ SX0 @ SX1 )
                    | ( subset @ ( relation_dom @ SX0 ) @ ( relation_dom @ SX1 ) ) )
              | ~ ! [SX1: $i] :
                    ( ~ ( relation @ SX1 )
                    | ~ ( subset @ SX0 @ SX1 )
                    | ( subset @ ( relation_rng @ SX0 ) @ ( relation_rng @ SX1 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[125]) ).

thf(144,plain,
    ! [SV1: $i] :
      ( ( ! [SY46: $i] :
            ( ~ ( in @ SV1 @ SY46 )
            | ~ ( in @ SY46 @ SV1 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[100]) ).

thf(145,plain,
    ! [SV2: $i] :
      ( ( ~ ( empty @ SV2 )
        | ( relation @ SV2 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[101]) ).

thf(146,plain,
    ! [SV3: $i] :
      ( ( ! [SY47: $i] :
            ( ~ ( relation @ SY47 )
            | ( relation @ ( relation_rng_restriction @ SV3 @ SY47 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[106]) ).

thf(147,plain,
    ! [SV4: $i] :
      ( ( element @ ( sK9_B @ SV4 ) @ SV4 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[108]) ).

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

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

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

thf(151,plain,
    ( ( empty @ sK3_A )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[121]) ).

thf(152,plain,
    ! [SV8: $i] :
      ( ( subset @ SV8 @ SV8 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[122]) ).

thf(153,plain,
    ! [SV9: $i] :
      ( ( ! [SY48: $i] :
            ( ~ ( relation @ SY48 )
            | ( subset @ ( relation_rng_restriction @ SV9 @ SY48 ) @ SY48 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[123]) ).

thf(154,plain,
    ! [SV10: $i] :
      ( ( ! [SY49: $i] :
            ( ~ ( in @ SV10 @ SY49 )
            | ( element @ SV10 @ SY49 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[124]) ).

thf(155,plain,
    ! [SV11: $i] :
      ( ( ! [SY50: $i] :
            ( ~ ( element @ SV11 @ SY50 )
            | ( empty @ SY50 )
            | ( in @ SV11 @ SY50 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[126]) ).

thf(156,plain,
    ! [SV12: $i] :
      ( ( ! [SY51: $i,SY52: $i] :
            ( ~ ( element @ SY51 @ ( powerset @ SY52 ) )
            | ~ ( in @ SV12 @ SY51 )
            | ( element @ SV12 @ SY52 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[128]) ).

thf(157,plain,
    ! [SV13: $i] :
      ( ( ! [SY53: $i,SY54: $i] :
            ( ~ ( element @ SY53 @ ( powerset @ SY54 ) )
            | ~ ( in @ SV13 @ SY53 )
            | ~ ( empty @ SY54 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[129]) ).

thf(158,plain,
    ! [SV14: $i] :
      ( ( ~ ( empty @ SV14 )
        | ( SV14 = empty_set ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[130]) ).

thf(159,plain,
    ! [SV15: $i] :
      ( ( ! [SY55: $i] :
            ( ~ ( empty @ SY55 )
            | ~ ( in @ SV15 @ SY55 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[131]) ).

thf(160,plain,
    ! [SV16: $i] :
      ( ( ! [SY56: $i] :
            ( ( SV16 = SY56 )
            | ~ ( empty @ SV16 )
            | ~ ( empty @ SY56 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[132]) ).

thf(161,plain,
    ( ( subset @ ( relation_rng @ ( relation_rng_restriction @ sK1_A @ sK2_SY45 ) ) @ ( relation_rng @ sK2_SY45 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[134]) ).

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

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

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

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

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

thf(167,plain,
    ! [SV17: $i] :
      ( ( ~ ( ~ ( element @ ( sK4_B @ SV17 ) @ ( powerset @ SV17 ) )
            | ~ ( empty @ ( sK4_B @ SV17 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[140]) ).

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

thf(169,plain,
    ! [SV18: $i] :
      ( ( ( empty @ SV18 )
        | ~ ( ~ ( element @ ( sK7_B @ SV18 ) @ ( powerset @ SV18 ) )
            | ~ ~ ( empty @ ( sK7_B @ SV18 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[142]) ).

thf(170,plain,
    ! [SV19: $i] :
      ( ( ~ ( relation @ SV19 )
        | ~ ( ~ ! [SY57: $i] :
                  ( ~ ( relation @ SY57 )
                  | ~ ( subset @ SV19 @ SY57 )
                  | ( subset @ ( relation_dom @ SV19 ) @ ( relation_dom @ SY57 ) ) )
            | ~ ! [SY58: $i] :
                  ( ~ ( relation @ SY58 )
                  | ~ ( subset @ SV19 @ SY58 )
                  | ( subset @ ( relation_rng @ SV19 ) @ ( relation_rng @ SY58 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[143]) ).

thf(171,plain,
    ! [SV20: $i,SV1: $i] :
      ( ( ~ ( in @ SV1 @ SV20 )
        | ~ ( in @ SV20 @ SV1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[144]) ).

thf(172,plain,
    ! [SV2: $i] :
      ( ( ( ~ ( empty @ SV2 ) )
        = $true )
      | ( ( relation @ SV2 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[145]) ).

thf(173,plain,
    ! [SV3: $i,SV21: $i] :
      ( ( ~ ( relation @ SV21 )
        | ( relation @ ( relation_rng_restriction @ SV3 @ SV21 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[146]) ).

thf(174,plain,
    ! [SV5: $i] :
      ( ( empty @ ( powerset @ SV5 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[148]) ).

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

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

thf(177,plain,
    ! [SV9: $i,SV22: $i] :
      ( ( ~ ( relation @ SV22 )
        | ( subset @ ( relation_rng_restriction @ SV9 @ SV22 ) @ SV22 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[153]) ).

thf(178,plain,
    ! [SV23: $i,SV10: $i] :
      ( ( ~ ( in @ SV10 @ SV23 )
        | ( element @ SV10 @ SV23 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[154]) ).

thf(179,plain,
    ! [SV24: $i,SV11: $i] :
      ( ( ~ ( element @ SV11 @ SV24 )
        | ( empty @ SV24 )
        | ( in @ SV11 @ SV24 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[155]) ).

thf(180,plain,
    ! [SV12: $i,SV25: $i] :
      ( ( ! [SY59: $i] :
            ( ~ ( element @ SV25 @ ( powerset @ SY59 ) )
            | ~ ( in @ SV12 @ SV25 )
            | ( element @ SV12 @ SY59 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[156]) ).

thf(181,plain,
    ! [SV13: $i,SV26: $i] :
      ( ( ! [SY60: $i] :
            ( ~ ( element @ SV26 @ ( powerset @ SY60 ) )
            | ~ ( in @ SV13 @ SV26 )
            | ~ ( empty @ SY60 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[157]) ).

thf(182,plain,
    ! [SV14: $i] :
      ( ( ( ~ ( empty @ SV14 ) )
        = $true )
      | ( ( SV14 = empty_set )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[158]) ).

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

thf(184,plain,
    ! [SV28: $i,SV16: $i] :
      ( ( ( SV16 = SV28 )
        | ~ ( empty @ SV16 )
        | ~ ( empty @ SV28 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[160]) ).

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

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

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

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

thf(189,plain,
    ( ( ~ ( empty @ sK8_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[164]) ).

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

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

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

thf(193,plain,
    ( ( ~ ~ ( empty @ sK5_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[166]) ).

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

thf(195,plain,
    ! [SV17: $i] :
      ( ( ~ ( element @ ( sK4_B @ SV17 ) @ ( powerset @ SV17 ) )
        | ~ ( empty @ ( sK4_B @ SV17 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[167]) ).

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

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

thf(198,plain,
    ! [SV18: $i] :
      ( ( ( empty @ SV18 )
        = $true )
      | ( ( ~ ( ~ ( element @ ( sK7_B @ SV18 ) @ ( powerset @ SV18 ) )
              | ~ ~ ( empty @ ( sK7_B @ SV18 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[169]) ).

thf(199,plain,
    ! [SV19: $i] :
      ( ( ( ~ ( relation @ SV19 ) )
        = $true )
      | ( ( ~ ( ~ ! [SY57: $i] :
                    ( ~ ( relation @ SY57 )
                    | ~ ( subset @ SV19 @ SY57 )
                    | ( subset @ ( relation_dom @ SV19 ) @ ( relation_dom @ SY57 ) ) )
              | ~ ! [SY58: $i] :
                    ( ~ ( relation @ SY58 )
                    | ~ ( subset @ SV19 @ SY58 )
                    | ( subset @ ( relation_rng @ SV19 ) @ ( relation_rng @ SY58 ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[170]) ).

thf(200,plain,
    ! [SV20: $i,SV1: $i] :
      ( ( ( ~ ( in @ SV1 @ SV20 ) )
        = $true )
      | ( ( ~ ( in @ SV20 @ SV1 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[171]) ).

thf(201,plain,
    ! [SV2: $i] :
      ( ( ( empty @ SV2 )
        = $false )
      | ( ( relation @ SV2 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[172]) ).

thf(202,plain,
    ! [SV3: $i,SV21: $i] :
      ( ( ( ~ ( relation @ SV21 ) )
        = $true )
      | ( ( relation @ ( relation_rng_restriction @ SV3 @ SV21 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[173]) ).

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

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

thf(205,plain,
    ! [SV9: $i,SV22: $i] :
      ( ( ( ~ ( relation @ SV22 ) )
        = $true )
      | ( ( subset @ ( relation_rng_restriction @ SV9 @ SV22 ) @ SV22 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[177]) ).

thf(206,plain,
    ! [SV23: $i,SV10: $i] :
      ( ( ( ~ ( in @ SV10 @ SV23 ) )
        = $true )
      | ( ( element @ SV10 @ SV23 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[178]) ).

thf(207,plain,
    ! [SV24: $i,SV11: $i] :
      ( ( ( ~ ( element @ SV11 @ SV24 ) )
        = $true )
      | ( ( ( empty @ SV24 )
          | ( in @ SV11 @ SV24 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[179]) ).

thf(208,plain,
    ! [SV12: $i,SV29: $i,SV25: $i] :
      ( ( ~ ( element @ SV25 @ ( powerset @ SV29 ) )
        | ~ ( in @ SV12 @ SV25 )
        | ( element @ SV12 @ SV29 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[180]) ).

thf(209,plain,
    ! [SV13: $i,SV30: $i,SV26: $i] :
      ( ( ~ ( element @ SV26 @ ( powerset @ SV30 ) )
        | ~ ( in @ SV13 @ SV26 )
        | ~ ( empty @ SV30 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[181]) ).

thf(210,plain,
    ! [SV14: $i] :
      ( ( ( empty @ SV14 )
        = $false )
      | ( ( SV14 = empty_set )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[182]) ).

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

thf(212,plain,
    ! [SV28: $i,SV16: $i] :
      ( ( ( ( SV16 = SV28 )
          | ~ ( empty @ SV16 ) )
        = $true )
      | ( ( ~ ( empty @ SV28 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[184]) ).

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

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

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

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

thf(217,plain,
    ( ( empty @ sK8_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[189]) ).

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

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

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

thf(221,plain,
    ( ( ~ ( empty @ sK5_A ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[193]) ).

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

thf(223,plain,
    ! [SV17: $i] :
      ( ( ~ ( element @ ( sK4_B @ SV17 ) @ ( powerset @ SV17 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[195]) ).

thf(224,plain,
    ! [SV17: $i] :
      ( ( ~ ( empty @ ( sK4_B @ SV17 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[195]) ).

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

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

thf(227,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( element @ ( sK7_B @ SV18 ) @ ( powerset @ SV18 ) )
          | ~ ~ ( empty @ ( sK7_B @ SV18 ) ) )
        = $false )
      | ( ( empty @ SV18 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[198]) ).

thf(228,plain,
    ! [SV19: $i] :
      ( ( ( relation @ SV19 )
        = $false )
      | ( ( ~ ( ~ ! [SY57: $i] :
                    ( ~ ( relation @ SY57 )
                    | ~ ( subset @ SV19 @ SY57 )
                    | ( subset @ ( relation_dom @ SV19 ) @ ( relation_dom @ SY57 ) ) )
              | ~ ! [SY58: $i] :
                    ( ~ ( relation @ SY58 )
                    | ~ ( subset @ SV19 @ SY58 )
                    | ( subset @ ( relation_rng @ SV19 ) @ ( relation_rng @ SY58 ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[199]) ).

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

thf(230,plain,
    ! [SV3: $i,SV21: $i] :
      ( ( ( relation @ SV21 )
        = $false )
      | ( ( relation @ ( relation_rng_restriction @ SV3 @ SV21 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[202]) ).

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

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

thf(233,plain,
    ! [SV9: $i,SV22: $i] :
      ( ( ( relation @ SV22 )
        = $false )
      | ( ( subset @ ( relation_rng_restriction @ SV9 @ SV22 ) @ SV22 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[205]) ).

thf(234,plain,
    ! [SV23: $i,SV10: $i] :
      ( ( ( in @ SV10 @ SV23 )
        = $false )
      | ( ( element @ SV10 @ SV23 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[206]) ).

thf(235,plain,
    ! [SV24: $i,SV11: $i] :
      ( ( ( element @ SV11 @ SV24 )
        = $false )
      | ( ( ( empty @ SV24 )
          | ( in @ SV11 @ SV24 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[207]) ).

thf(236,plain,
    ! [SV12: $i,SV29: $i,SV25: $i] :
      ( ( ( ~ ( element @ SV25 @ ( powerset @ SV29 ) )
          | ~ ( in @ SV12 @ SV25 ) )
        = $true )
      | ( ( element @ SV12 @ SV29 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[208]) ).

thf(237,plain,
    ! [SV13: $i,SV30: $i,SV26: $i] :
      ( ( ( ~ ( element @ SV26 @ ( powerset @ SV30 ) )
          | ~ ( in @ SV13 @ SV26 ) )
        = $true )
      | ( ( ~ ( empty @ SV30 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[209]) ).

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

thf(239,plain,
    ! [SV28: $i,SV16: $i] :
      ( ( ( SV16 = SV28 )
        = $true )
      | ( ( ~ ( empty @ SV16 ) )
        = $true )
      | ( ( ~ ( empty @ SV28 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[212]) ).

thf(240,plain,
    ! [SV31: $i] :
      ( ( ~ ( empty @ SV31 )
        | ( empty @ ( relation_rng @ SV31 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[213]) ).

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

thf(242,plain,
    ! [SV33: $i] :
      ( ( ~ ( empty @ SV33 )
        | ( empty @ ( relation_dom @ SV33 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[215]) ).

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

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

thf(245,plain,
    ! [SV17: $i] :
      ( ( element @ ( sK4_B @ SV17 ) @ ( powerset @ SV17 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[223]) ).

thf(246,plain,
    ! [SV17: $i] :
      ( ( empty @ ( sK4_B @ SV17 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[224]) ).

thf(247,plain,
    ! [SV35: $i] :
      ( ( ! [SY61: $i] :
            ( ~ ( element @ SV35 @ ( powerset @ SY61 ) )
            | ( subset @ SV35 @ SY61 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[225]) ).

thf(248,plain,
    ! [SV36: $i] :
      ( ( ! [SY62: $i] :
            ( ~ ( subset @ SV36 @ SY62 )
            | ( element @ SV36 @ ( powerset @ SY62 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[226]) ).

thf(249,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( element @ ( sK7_B @ SV18 ) @ ( powerset @ SV18 ) ) )
        = $false )
      | ( ( empty @ SV18 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[227]) ).

thf(250,plain,
    ! [SV18: $i] :
      ( ( ( ~ ~ ( empty @ ( sK7_B @ SV18 ) ) )
        = $false )
      | ( ( empty @ SV18 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[227]) ).

thf(251,plain,
    ! [SV19: $i] :
      ( ( ( ~ ! [SY57: $i] :
                ( ~ ( relation @ SY57 )
                | ~ ( subset @ SV19 @ SY57 )
                | ( subset @ ( relation_dom @ SV19 ) @ ( relation_dom @ SY57 ) ) )
          | ~ ! [SY58: $i] :
                ( ~ ( relation @ SY58 )
                | ~ ( subset @ SV19 @ SY58 )
                | ( subset @ ( relation_rng @ SV19 ) @ ( relation_rng @ SY58 ) ) ) )
        = $false )
      | ( ( relation @ SV19 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[228]) ).

thf(252,plain,
    ! [SV1: $i,SV20: $i] :
      ( ( ( in @ SV20 @ SV1 )
        = $false )
      | ( ( in @ SV1 @ SV20 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[229]) ).

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

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

thf(255,plain,
    ! [SV11: $i,SV24: $i] :
      ( ( ( empty @ SV24 )
        = $true )
      | ( ( in @ SV11 @ SV24 )
        = $true )
      | ( ( element @ SV11 @ SV24 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[235]) ).

thf(256,plain,
    ! [SV12: $i,SV29: $i,SV25: $i] :
      ( ( ( ~ ( element @ SV25 @ ( powerset @ SV29 ) ) )
        = $true )
      | ( ( ~ ( in @ SV12 @ SV25 ) )
        = $true )
      | ( ( element @ SV12 @ SV29 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[236]) ).

thf(257,plain,
    ! [SV13: $i,SV30: $i,SV26: $i] :
      ( ( ( ~ ( element @ SV26 @ ( powerset @ SV30 ) ) )
        = $true )
      | ( ( ~ ( in @ SV13 @ SV26 ) )
        = $true )
      | ( ( ~ ( empty @ SV30 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[237]) ).

thf(258,plain,
    ! [SV27: $i,SV15: $i] :
      ( ( ( in @ SV15 @ SV27 )
        = $false )
      | ( ( empty @ SV27 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[238]) ).

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

thf(260,plain,
    ! [SV31: $i] :
      ( ( ( ~ ( empty @ SV31 ) )
        = $true )
      | ( ( empty @ ( relation_rng @ SV31 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[240]) ).

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

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

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

thf(264,plain,
    ! [SV37: $i,SV35: $i] :
      ( ( ~ ( element @ SV35 @ ( powerset @ SV37 ) )
        | ( subset @ SV35 @ SV37 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[247]) ).

thf(265,plain,
    ! [SV38: $i,SV36: $i] :
      ( ( ~ ( subset @ SV36 @ SV38 )
        | ( element @ SV36 @ ( powerset @ SV38 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[248]) ).

thf(266,plain,
    ! [SV18: $i] :
      ( ( ( element @ ( sK7_B @ SV18 ) @ ( powerset @ SV18 ) )
        = $true )
      | ( ( empty @ SV18 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[249]) ).

thf(267,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( empty @ ( sK7_B @ SV18 ) ) )
        = $true )
      | ( ( empty @ SV18 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[250]) ).

thf(268,plain,
    ! [SV19: $i] :
      ( ( ( ~ ! [SY57: $i] :
                ( ~ ( relation @ SY57 )
                | ~ ( subset @ SV19 @ SY57 )
                | ( subset @ ( relation_dom @ SV19 ) @ ( relation_dom @ SY57 ) ) ) )
        = $false )
      | ( ( relation @ SV19 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[251]) ).

thf(269,plain,
    ! [SV19: $i] :
      ( ( ( ~ ! [SY58: $i] :
                ( ~ ( relation @ SY58 )
                | ~ ( subset @ SV19 @ SY58 )
                | ( subset @ ( relation_rng @ SV19 ) @ ( relation_rng @ SY58 ) ) ) )
        = $false )
      | ( ( relation @ SV19 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[251]) ).

thf(270,plain,
    ! [SV12: $i,SV29: $i,SV25: $i] :
      ( ( ( element @ SV25 @ ( powerset @ SV29 ) )
        = $false )
      | ( ( ~ ( in @ SV12 @ SV25 ) )
        = $true )
      | ( ( element @ SV12 @ SV29 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[256]) ).

thf(271,plain,
    ! [SV13: $i,SV30: $i,SV26: $i] :
      ( ( ( element @ SV26 @ ( powerset @ SV30 ) )
        = $false )
      | ( ( ~ ( in @ SV13 @ SV26 ) )
        = $true )
      | ( ( ~ ( empty @ SV30 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[257]) ).

thf(272,plain,
    ! [SV16: $i,SV28: $i] :
      ( ( ( empty @ SV28 )
        = $false )
      | ( ( SV16 = SV28 )
        = $true )
      | ( ( empty @ SV16 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[259]) ).

thf(273,plain,
    ! [SV31: $i] :
      ( ( ( empty @ SV31 )
        = $false )
      | ( ( empty @ ( relation_rng @ SV31 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[260]) ).

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

thf(275,plain,
    ! [SV33: $i] :
      ( ( ( empty @ SV33 )
        = $false )
      | ( ( empty @ ( relation_dom @ SV33 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[262]) ).

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

thf(277,plain,
    ! [SV37: $i,SV35: $i] :
      ( ( ( ~ ( element @ SV35 @ ( powerset @ SV37 ) ) )
        = $true )
      | ( ( subset @ SV35 @ SV37 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[264]) ).

thf(278,plain,
    ! [SV38: $i,SV36: $i] :
      ( ( ( ~ ( subset @ SV36 @ SV38 ) )
        = $true )
      | ( ( element @ SV36 @ ( powerset @ SV38 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[265]) ).

thf(279,plain,
    ! [SV18: $i] :
      ( ( ( empty @ ( sK7_B @ SV18 ) )
        = $false )
      | ( ( empty @ SV18 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[267]) ).

thf(280,plain,
    ! [SV19: $i] :
      ( ( ( ! [SY57: $i] :
              ( ~ ( relation @ SY57 )
              | ~ ( subset @ SV19 @ SY57 )
              | ( subset @ ( relation_dom @ SV19 ) @ ( relation_dom @ SY57 ) ) ) )
        = $true )
      | ( ( relation @ SV19 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[268]) ).

thf(281,plain,
    ! [SV19: $i] :
      ( ( ( ! [SY58: $i] :
              ( ~ ( relation @ SY58 )
              | ~ ( subset @ SV19 @ SY58 )
              | ( subset @ ( relation_rng @ SV19 ) @ ( relation_rng @ SY58 ) ) ) )
        = $true )
      | ( ( relation @ SV19 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[269]) ).

thf(282,plain,
    ! [SV29: $i,SV25: $i,SV12: $i] :
      ( ( ( in @ SV12 @ SV25 )
        = $false )
      | ( ( element @ SV25 @ ( powerset @ SV29 ) )
        = $false )
      | ( ( element @ SV12 @ SV29 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[270]) ).

thf(283,plain,
    ! [SV30: $i,SV26: $i,SV13: $i] :
      ( ( ( in @ SV13 @ SV26 )
        = $false )
      | ( ( element @ SV26 @ ( powerset @ SV30 ) )
        = $false )
      | ( ( ~ ( empty @ SV30 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[271]) ).

thf(284,plain,
    ! [SV37: $i,SV35: $i] :
      ( ( ( element @ SV35 @ ( powerset @ SV37 ) )
        = $false )
      | ( ( subset @ SV35 @ SV37 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[277]) ).

thf(285,plain,
    ! [SV38: $i,SV36: $i] :
      ( ( ( subset @ SV36 @ SV38 )
        = $false )
      | ( ( element @ SV36 @ ( powerset @ SV38 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[278]) ).

thf(286,plain,
    ! [SV19: $i,SV39: $i] :
      ( ( ( ~ ( relation @ SV39 )
          | ~ ( subset @ SV19 @ SV39 )
          | ( subset @ ( relation_dom @ SV19 ) @ ( relation_dom @ SV39 ) ) )
        = $true )
      | ( ( relation @ SV19 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[280]) ).

thf(287,plain,
    ! [SV19: $i,SV40: $i] :
      ( ( ( ~ ( relation @ SV40 )
          | ~ ( subset @ SV19 @ SV40 )
          | ( subset @ ( relation_rng @ SV19 ) @ ( relation_rng @ SV40 ) ) )
        = $true )
      | ( ( relation @ SV19 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[281]) ).

thf(288,plain,
    ! [SV13: $i,SV26: $i,SV30: $i] :
      ( ( ( empty @ SV30 )
        = $false )
      | ( ( element @ SV26 @ ( powerset @ SV30 ) )
        = $false )
      | ( ( in @ SV13 @ SV26 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[283]) ).

thf(289,plain,
    ! [SV19: $i,SV39: $i] :
      ( ( ( ~ ( relation @ SV39 ) )
        = $true )
      | ( ( ~ ( subset @ SV19 @ SV39 )
          | ( subset @ ( relation_dom @ SV19 ) @ ( relation_dom @ SV39 ) ) )
        = $true )
      | ( ( relation @ SV19 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[286]) ).

thf(290,plain,
    ! [SV19: $i,SV40: $i] :
      ( ( ( ~ ( relation @ SV40 ) )
        = $true )
      | ( ( ~ ( subset @ SV19 @ SV40 )
          | ( subset @ ( relation_rng @ SV19 ) @ ( relation_rng @ SV40 ) ) )
        = $true )
      | ( ( relation @ SV19 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[287]) ).

thf(291,plain,
    ! [SV19: $i,SV39: $i] :
      ( ( ( relation @ SV39 )
        = $false )
      | ( ( ~ ( subset @ SV19 @ SV39 )
          | ( subset @ ( relation_dom @ SV19 ) @ ( relation_dom @ SV39 ) ) )
        = $true )
      | ( ( relation @ SV19 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[289]) ).

thf(292,plain,
    ! [SV19: $i,SV40: $i] :
      ( ( ( relation @ SV40 )
        = $false )
      | ( ( ~ ( subset @ SV19 @ SV40 )
          | ( subset @ ( relation_rng @ SV19 ) @ ( relation_rng @ SV40 ) ) )
        = $true )
      | ( ( relation @ SV19 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[290]) ).

thf(293,plain,
    ! [SV39: $i,SV19: $i] :
      ( ( ( ~ ( subset @ SV19 @ SV39 ) )
        = $true )
      | ( ( subset @ ( relation_dom @ SV19 ) @ ( relation_dom @ SV39 ) )
        = $true )
      | ( ( relation @ SV39 )
        = $false )
      | ( ( relation @ SV19 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[291]) ).

thf(294,plain,
    ! [SV40: $i,SV19: $i] :
      ( ( ( ~ ( subset @ SV19 @ SV40 ) )
        = $true )
      | ( ( subset @ ( relation_rng @ SV19 ) @ ( relation_rng @ SV40 ) )
        = $true )
      | ( ( relation @ SV40 )
        = $false )
      | ( ( relation @ SV19 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[292]) ).

thf(295,plain,
    ! [SV39: $i,SV19: $i] :
      ( ( ( subset @ SV19 @ SV39 )
        = $false )
      | ( ( subset @ ( relation_dom @ SV19 ) @ ( relation_dom @ SV39 ) )
        = $true )
      | ( ( relation @ SV39 )
        = $false )
      | ( ( relation @ SV19 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[293]) ).

thf(296,plain,
    ! [SV40: $i,SV19: $i] :
      ( ( ( subset @ SV19 @ SV40 )
        = $false )
      | ( ( subset @ ( relation_rng @ SV19 ) @ ( relation_rng @ SV40 ) )
        = $true )
      | ( ( relation @ SV40 )
        = $false )
      | ( ( relation @ SV19 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[294]) ).

thf(297,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[102,296,295,288,285,284,282,279,276,275,274,273,272,266,258,255,254,253,252,246,245,244,234,233,230,222,220,219,218,217,210,201,174,161,152,151,147,133,118,110,107,105,104,103]) ).

thf(298,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[297]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem  : SEU200+1 : TPTP v8.1.0. Released v3.3.0.
% 0.03/0.12  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.11/0.33  % Computer : n008.cluster.edu
% 0.11/0.33  % Model    : x86_64 x86_64
% 0.11/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.33  % Memory   : 8042.1875MB
% 0.11/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.33  % CPULimit : 300
% 0.11/0.33  % WCLimit  : 600
% 0.11/0.33  % DateTime : Mon Jun 20 13:38:52 EDT 2022
% 0.11/0.33  % CPUTime  : 
% 0.19/0.35  
% 0.19/0.35   No.of.Axioms: 33
% 0.19/0.35  
% 0.19/0.35   Length.of.Defs: 0
% 0.19/0.35  
% 0.19/0.35   Contains.Choice.Funs: false
% 0.19/0.35  .
% 0.19/0.36  (rf:0,axioms:33,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:35,loop_count:0,foatp_calls:0,translation:fof_full)...........
% 0.19/0.48  
% 0.19/0.48  ********************************
% 0.19/0.48  *   All subproblems solved!    *
% 0.19/0.48  ********************************
% 0.19/0.48  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:34,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:297,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.19/0.50  
% 0.19/0.50  %**** Beginning of derivation protocol ****
% 0.19/0.50  % SZS output start CNFRefutation
% See solution above
% 0.19/0.50  
% 0.19/0.50  %**** End of derivation protocol ****
% 0.19/0.50  %**** no. of clauses in derivation: 298 ****
% 0.19/0.50  %**** clause counter: 297 ****
% 0.19/0.50  
% 0.19/0.50  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:34,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:297,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------