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

View Problem - Process Solution

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

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

% Result   : Theorem 0.20s 0.41s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   19
%            Number of leaves      :   19
% Syntax   : Number of formulae    :  120 (  72 unt;  10 typ;   0 def)
%            Number of atoms       :  601 ( 313 equ;   0 cnn)
%            Maximal formula atoms :    3 (   5 avg)
%            Number of connectives :  922 ( 205   ~; 182   |;  10   &; 512   @)
%                                         (   6 <=>;   7  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    8 (   8   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   13 (  10 usr;   7 con; 0-2 aty)
%            Number of variables   :  236 (   0   ^ 232   !;   4   ?; 236   :)

% Comments : 
%------------------------------------------------------------------------------
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_sK1_A,type,
    sK1_A: $i ).

thf(tp_sK2_SY14,type,
    sK2_SY14: $i ).

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

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

thf(tp_sK5_C,type,
    sK5_C: $i > $i > $i ).

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

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

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

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

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

thf(4,axiom,
    ! [A: $i,B: $i] :
      ( ( subset @ A @ ( singleton @ B ) )
    <=> ( ( A = empty_set )
        | ( A
          = ( singleton @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',l4_zfmisc_1) ).

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

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

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

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

thf(9,conjecture,
    ! [A: $i,B: $i] :
      ( ( subset @ ( singleton @ A ) @ ( singleton @ B ) )
     => ( A = B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t6_zfmisc_1) ).

thf(10,negated_conjecture,
    ( ( ! [A: $i,B: $i] :
          ( ( subset @ ( singleton @ A ) @ ( singleton @ B ) )
         => ( A = B ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[9]) ).

thf(11,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( subset @ ( singleton @ A ) @ ( singleton @ B ) )
         => ( A = B ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[10]) ).

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

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

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

thf(15,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( subset @ A @ ( singleton @ B ) )
        <=> ( ( A = empty_set )
            | ( A
              = ( singleton @ B ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(16,plain,
    ( ( ! [A: $i] :
          ( ( singleton @ A )
         != empty_set ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

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

thf(18,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( B
            = ( singleton @ A ) )
        <=> ! [C: $i] :
              ( ( in @ C @ B )
            <=> ( C = A ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

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

thf(20,plain,
    ( ( ! [SY14: $i] :
          ( ( subset @ ( singleton @ sK1_A ) @ ( singleton @ SY14 ) )
         => ( sK1_A = SY14 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[11]) ).

thf(21,plain,
    ( ( ( subset @ ( singleton @ sK1_A ) @ ( singleton @ sK2_SY14 ) )
     => ( sK1_A = sK2_SY14 ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[20]) ).

thf(22,plain,
    ( ( subset @ ( singleton @ sK1_A ) @ ( singleton @ sK2_SY14 ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[21]) ).

thf(23,plain,
    ( ( sK1_A = sK2_SY14 )
    = $false ),
    inference(standard_cnf,[status(thm)],[21]) ).

thf(24,plain,
    ( ( ( sK1_A != sK2_SY14 ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[23]) ).

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

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

thf(27,plain,
    ( ( empty @ sK4_A )
    = $true ),
    inference(extcnf_combined,[status(esa)],[14]) ).

thf(28,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( subset @ A @ ( singleton @ B ) )
          | ( A = empty_set )
          | ( A
            = ( singleton @ B ) ) )
      & ! [A: $i] :
          ( ( A != empty_set )
          | ! [B: $i] : ( subset @ A @ ( singleton @ B ) ) )
      & ! [A: $i,B: $i] :
          ( ( A
           != ( singleton @ B ) )
          | ( subset @ A @ ( singleton @ B ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[15]) ).

thf(29,plain,
    ( ( ! [A: $i] :
          ( ( singleton @ A )
         != empty_set ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[16]) ).

thf(30,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( ( ( ( sK5_C @ B @ A )
               != A )
              | ~ ( in @ ( sK5_C @ B @ A ) @ B ) )
            & ( ( ( sK5_C @ B @ A )
                = A )
              | ( in @ ( sK5_C @ B @ A ) @ B ) ) )
          | ( B
            = ( singleton @ A ) ) )
      & ! [A: $i,B: $i] :
          ( ( B
           != ( singleton @ A ) )
          | ( ! [C: $i] :
                ( ( C != A )
                | ( in @ C @ B ) )
            & ! [C: $i] :
                ( ~ ( in @ C @ B )
                | ( C = A ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[18]) ).

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

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

thf(33,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( ( ( ( sK5_C @ B @ A )
               != A )
              | ~ ( in @ ( sK5_C @ B @ A ) @ B ) )
            & ( ( ( sK5_C @ B @ A )
                = A )
              | ( in @ ( sK5_C @ B @ A ) @ B ) ) )
          | ( B
            = ( singleton @ A ) ) )
      & ! [A: $i,B: $i] :
          ( ( B
           != ( singleton @ A ) )
          | ( ! [C: $i] :
                ( ( C != A )
                | ( in @ C @ B ) )
            & ! [C: $i] :
                ( ~ ( in @ C @ B )
                | ( C = A ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[30]) ).

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

thf(35,plain,
    ( ( ! [A: $i] :
          ( ( singleton @ A )
         != empty_set ) )
    = $true ),
    inference(copy,[status(thm)],[29]) ).

thf(36,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( subset @ A @ ( singleton @ B ) )
          | ( A = empty_set )
          | ( A
            = ( singleton @ B ) ) )
      & ! [A: $i] :
          ( ( A != empty_set )
          | ! [B: $i] : ( subset @ A @ ( singleton @ B ) ) )
      & ! [A: $i,B: $i] :
          ( ( A
           != ( singleton @ B ) )
          | ( subset @ A @ ( singleton @ B ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[28]) ).

thf(37,plain,
    ( ( empty @ sK4_A )
    = $true ),
    inference(copy,[status(thm)],[27]) ).

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

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

thf(40,plain,
    ( ( subset @ ( singleton @ sK1_A ) @ ( singleton @ sK2_SY14 ) )
    = $true ),
    inference(copy,[status(thm)],[22]) ).

thf(41,plain,
    ( ( ( sK1_A != sK2_SY14 ) )
    = $true ),
    inference(copy,[status(thm)],[24]) ).

thf(42,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( subset @ SX0 @ ( singleton @ SX1 ) )
                | ( SX0 = empty_set )
                | ( SX0
                  = ( singleton @ SX1 ) ) )
          | ~ ~ ( ~ ! [SX0: $i] :
                      ( ( SX0 != empty_set )
                      | ! [SX1: $i] : ( subset @ SX0 @ ( singleton @ SX1 ) ) )
                | ~ ! [SX0: $i,SX1: $i] :
                      ( ( SX0
                       != ( singleton @ SX1 ) )
                      | ( subset @ SX0 @ ( singleton @ SX1 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[36]) ).

thf(43,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( ~ ( ( ( sK5_C @ SX1 @ SX0 )
                         != SX0 )
                        | ~ ( in @ ( sK5_C @ SX1 @ SX0 ) @ SX1 ) )
                    | ~ ( ( ( sK5_C @ SX1 @ SX0 )
                          = SX0 )
                        | ( in @ ( sK5_C @ SX1 @ SX0 ) @ SX1 ) ) )
                | ( SX1
                  = ( singleton @ SX0 ) ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ( SX1
                 != ( singleton @ SX0 ) )
                | ~ ( ~ ! [SX2: $i] :
                          ( ( SX2 != SX0 )
                          | ( in @ SX2 @ SX1 ) )
                    | ~ ! [SX2: $i] :
                          ( ~ ( in @ SX2 @ SX1 )
                          | ( SX2 = SX0 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[33]) ).

thf(44,plain,
    ! [SV1: $i] :
      ( ( ! [SY15: $i] :
            ( ~ ( in @ SV1 @ SY15 )
            | ~ ( in @ SY15 @ SV1 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[32]) ).

thf(45,plain,
    ! [SV2: $i] :
      ( ( ( ( singleton @ SV2 )
         != empty_set ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[35]) ).

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

thf(47,plain,
    ! [SV3: $i] :
      ( ( subset @ SV3 @ SV3 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[39]) ).

thf(48,plain,
    ( ( sK1_A = sK2_SY14 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[41]) ).

thf(49,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( subset @ SX0 @ ( singleton @ SX1 ) )
            | ( SX0 = empty_set )
            | ( SX0
              = ( singleton @ SX1 ) ) )
      | ~ ~ ( ~ ! [SX0: $i] :
                  ( ( SX0 != empty_set )
                  | ! [SX1: $i] : ( subset @ SX0 @ ( singleton @ SX1 ) ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ( SX0
                   != ( singleton @ SX1 ) )
                  | ( subset @ SX0 @ ( singleton @ SX1 ) ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[42]) ).

thf(50,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( ~ ( ( ( sK5_C @ SX1 @ SX0 )
                     != SX0 )
                    | ~ ( in @ ( sK5_C @ SX1 @ SX0 ) @ SX1 ) )
                | ~ ( ( ( sK5_C @ SX1 @ SX0 )
                      = SX0 )
                    | ( in @ ( sK5_C @ SX1 @ SX0 ) @ SX1 ) ) )
            | ( SX1
              = ( singleton @ SX0 ) ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ( SX1
             != ( singleton @ SX0 ) )
            | ~ ( ~ ! [SX2: $i] :
                      ( ( SX2 != SX0 )
                      | ( in @ SX2 @ SX1 ) )
                | ~ ! [SX2: $i] :
                      ( ~ ( in @ SX2 @ SX1 )
                      | ( SX2 = SX0 ) ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[43]) ).

thf(51,plain,
    ! [SV4: $i,SV1: $i] :
      ( ( ~ ( in @ SV1 @ SV4 )
        | ~ ( in @ SV4 @ SV1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[44]) ).

thf(52,plain,
    ! [SV2: $i] :
      ( ( ( singleton @ SV2 )
        = empty_set )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[45]) ).

thf(53,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( subset @ SX0 @ ( singleton @ SX1 ) )
            | ( SX0 = empty_set )
            | ( SX0
              = ( singleton @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[49]) ).

thf(54,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ( ( SX0 != empty_set )
                  | ! [SX1: $i] : ( subset @ SX0 @ ( singleton @ SX1 ) ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ( SX0
                   != ( singleton @ SX1 ) )
                  | ( subset @ SX0 @ ( singleton @ SX1 ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[49]) ).

thf(55,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( ~ ( ( ( sK5_C @ SX1 @ SX0 )
                     != SX0 )
                    | ~ ( in @ ( sK5_C @ SX1 @ SX0 ) @ SX1 ) )
                | ~ ( ( ( sK5_C @ SX1 @ SX0 )
                      = SX0 )
                    | ( in @ ( sK5_C @ SX1 @ SX0 ) @ SX1 ) ) )
            | ( SX1
              = ( singleton @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[50]) ).

thf(56,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX1
             != ( singleton @ SX0 ) )
            | ~ ( ~ ! [SX2: $i] :
                      ( ( SX2 != SX0 )
                      | ( in @ SX2 @ SX1 ) )
                | ~ ! [SX2: $i] :
                      ( ~ ( in @ SX2 @ SX1 )
                      | ( SX2 = SX0 ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[50]) ).

thf(57,plain,
    ! [SV4: $i,SV1: $i] :
      ( ( ( ~ ( in @ SV1 @ SV4 ) )
        = $true )
      | ( ( ~ ( in @ SV4 @ SV1 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[51]) ).

thf(58,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( subset @ SX0 @ ( singleton @ SX1 ) )
          | ( SX0 = empty_set )
          | ( SX0
            = ( singleton @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[53]) ).

thf(59,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ( SX0 != empty_set )
                | ! [SX1: $i] : ( subset @ SX0 @ ( singleton @ SX1 ) ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ( SX0
                 != ( singleton @ SX1 ) )
                | ( subset @ SX0 @ ( singleton @ SX1 ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[54]) ).

thf(60,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( ~ ( ( ( sK5_C @ SX1 @ SX0 )
                   != SX0 )
                  | ~ ( in @ ( sK5_C @ SX1 @ SX0 ) @ SX1 ) )
              | ~ ( ( ( sK5_C @ SX1 @ SX0 )
                    = SX0 )
                  | ( in @ ( sK5_C @ SX1 @ SX0 ) @ SX1 ) ) )
          | ( SX1
            = ( singleton @ SX0 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[55]) ).

thf(61,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ( SX1
           != ( singleton @ SX0 ) )
          | ~ ( ~ ! [SX2: $i] :
                    ( ( SX2 != SX0 )
                    | ( in @ SX2 @ SX1 ) )
              | ~ ! [SX2: $i] :
                    ( ~ ( in @ SX2 @ SX1 )
                    | ( SX2 = SX0 ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[56]) ).

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

thf(63,plain,
    ! [SV5: $i] :
      ( ( ! [SY16: $i] :
            ( ~ ( subset @ SV5 @ ( singleton @ SY16 ) )
            | ( SV5 = empty_set )
            | ( SV5
              = ( singleton @ SY16 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[58]) ).

thf(64,plain,
    ( ( ~ ! [SX0: $i] :
            ( ( SX0 != empty_set )
            | ! [SX1: $i] : ( subset @ SX0 @ ( singleton @ SX1 ) ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0
             != ( singleton @ SX1 ) )
            | ( subset @ SX0 @ ( singleton @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[59]) ).

thf(65,plain,
    ! [SV6: $i] :
      ( ( ! [SY17: $i] :
            ( ~ ( ~ ( ( ( sK5_C @ SY17 @ SV6 )
                     != SV6 )
                    | ~ ( in @ ( sK5_C @ SY17 @ SV6 ) @ SY17 ) )
                | ~ ( ( ( sK5_C @ SY17 @ SV6 )
                      = SV6 )
                    | ( in @ ( sK5_C @ SY17 @ SV6 ) @ SY17 ) ) )
            | ( SY17
              = ( singleton @ SV6 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[60]) ).

thf(66,plain,
    ! [SV7: $i] :
      ( ( ! [SY18: $i] :
            ( ( SY18
             != ( singleton @ SV7 ) )
            | ~ ( ~ ! [SY19: $i] :
                      ( ( SY19 != SV7 )
                      | ( in @ SY19 @ SY18 ) )
                | ~ ! [SY20: $i] :
                      ( ~ ( in @ SY20 @ SY18 )
                      | ( SY20 = SV7 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[61]) ).

thf(67,plain,
    ! [SV1: $i,SV4: $i] :
      ( ( ( in @ SV4 @ SV1 )
        = $false )
      | ( ( in @ SV1 @ SV4 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[62]) ).

thf(68,plain,
    ! [SV8: $i,SV5: $i] :
      ( ( ~ ( subset @ SV5 @ ( singleton @ SV8 ) )
        | ( SV5 = empty_set )
        | ( SV5
          = ( singleton @ SV8 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[63]) ).

thf(69,plain,
    ( ( ~ ! [SX0: $i] :
            ( ( SX0 != empty_set )
            | ! [SX1: $i] : ( subset @ SX0 @ ( singleton @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[64]) ).

thf(70,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0
             != ( singleton @ SX1 ) )
            | ( subset @ SX0 @ ( singleton @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[64]) ).

thf(71,plain,
    ! [SV6: $i,SV9: $i] :
      ( ( ~ ( ~ ( ( ( sK5_C @ SV9 @ SV6 )
                 != SV6 )
                | ~ ( in @ ( sK5_C @ SV9 @ SV6 ) @ SV9 ) )
            | ~ ( ( ( sK5_C @ SV9 @ SV6 )
                  = SV6 )
                | ( in @ ( sK5_C @ SV9 @ SV6 ) @ SV9 ) ) )
        | ( SV9
          = ( singleton @ SV6 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[65]) ).

thf(72,plain,
    ! [SV7: $i,SV10: $i] :
      ( ( ( SV10
         != ( singleton @ SV7 ) )
        | ~ ( ~ ! [SY21: $i] :
                  ( ( SY21 != SV7 )
                  | ( in @ SY21 @ SV10 ) )
            | ~ ! [SY22: $i] :
                  ( ~ ( in @ SY22 @ SV10 )
                  | ( SY22 = SV7 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[66]) ).

thf(73,plain,
    ! [SV8: $i,SV5: $i] :
      ( ( ( ~ ( subset @ SV5 @ ( singleton @ SV8 ) ) )
        = $true )
      | ( ( ( SV5 = empty_set )
          | ( SV5
            = ( singleton @ SV8 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[68]) ).

thf(74,plain,
    ( ( ! [SX0: $i] :
          ( ( SX0 != empty_set )
          | ! [SX1: $i] : ( subset @ SX0 @ ( singleton @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[69]) ).

thf(75,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ( SX0
           != ( singleton @ SX1 ) )
          | ( subset @ SX0 @ ( singleton @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[70]) ).

thf(76,plain,
    ! [SV6: $i,SV9: $i] :
      ( ( ( ~ ( ~ ( ( ( sK5_C @ SV9 @ SV6 )
                   != SV6 )
                  | ~ ( in @ ( sK5_C @ SV9 @ SV6 ) @ SV9 ) )
              | ~ ( ( ( sK5_C @ SV9 @ SV6 )
                    = SV6 )
                  | ( in @ ( sK5_C @ SV9 @ SV6 ) @ SV9 ) ) ) )
        = $true )
      | ( ( SV9
          = ( singleton @ SV6 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[71]) ).

thf(77,plain,
    ! [SV7: $i,SV10: $i] :
      ( ( ( ( SV10
           != ( singleton @ SV7 ) ) )
        = $true )
      | ( ( ~ ( ~ ! [SY21: $i] :
                    ( ( SY21 != SV7 )
                    | ( in @ SY21 @ SV10 ) )
              | ~ ! [SY22: $i] :
                    ( ~ ( in @ SY22 @ SV10 )
                    | ( SY22 = SV7 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[72]) ).

thf(78,plain,
    ! [SV8: $i,SV5: $i] :
      ( ( ( subset @ SV5 @ ( singleton @ SV8 ) )
        = $false )
      | ( ( ( SV5 = empty_set )
          | ( SV5
            = ( singleton @ SV8 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[73]) ).

thf(79,plain,
    ! [SV11: $i] :
      ( ( ( SV11 != empty_set )
        | ! [SY23: $i] : ( subset @ SV11 @ ( singleton @ SY23 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[74]) ).

thf(80,plain,
    ! [SV12: $i] :
      ( ( ! [SY24: $i] :
            ( ( SV12
             != ( singleton @ SY24 ) )
            | ( subset @ SV12 @ ( singleton @ SY24 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[75]) ).

thf(81,plain,
    ! [SV6: $i,SV9: $i] :
      ( ( ( ~ ( ( ( sK5_C @ SV9 @ SV6 )
               != SV6 )
              | ~ ( in @ ( sK5_C @ SV9 @ SV6 ) @ SV9 ) )
          | ~ ( ( ( sK5_C @ SV9 @ SV6 )
                = SV6 )
              | ( in @ ( sK5_C @ SV9 @ SV6 ) @ SV9 ) ) )
        = $false )
      | ( ( SV9
          = ( singleton @ SV6 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[76]) ).

thf(82,plain,
    ! [SV7: $i,SV10: $i] :
      ( ( ( SV10
          = ( singleton @ SV7 ) )
        = $false )
      | ( ( ~ ( ~ ! [SY21: $i] :
                    ( ( SY21 != SV7 )
                    | ( in @ SY21 @ SV10 ) )
              | ~ ! [SY22: $i] :
                    ( ~ ( in @ SY22 @ SV10 )
                    | ( SY22 = SV7 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[77]) ).

thf(83,plain,
    ! [SV8: $i,SV5: $i] :
      ( ( ( SV5 = empty_set )
        = $true )
      | ( ( SV5
          = ( singleton @ SV8 ) )
        = $true )
      | ( ( subset @ SV5 @ ( singleton @ SV8 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[78]) ).

thf(84,plain,
    ! [SV11: $i] :
      ( ( ( ( SV11 != empty_set ) )
        = $true )
      | ( ( ! [SY23: $i] : ( subset @ SV11 @ ( singleton @ SY23 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[79]) ).

thf(85,plain,
    ! [SV13: $i,SV12: $i] :
      ( ( ( SV12
         != ( singleton @ SV13 ) )
        | ( subset @ SV12 @ ( singleton @ SV13 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[80]) ).

thf(86,plain,
    ! [SV6: $i,SV9: $i] :
      ( ( ( ~ ( ( ( sK5_C @ SV9 @ SV6 )
               != SV6 )
              | ~ ( in @ ( sK5_C @ SV9 @ SV6 ) @ SV9 ) ) )
        = $false )
      | ( ( SV9
          = ( singleton @ SV6 ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[81]) ).

thf(87,plain,
    ! [SV6: $i,SV9: $i] :
      ( ( ( ~ ( ( ( sK5_C @ SV9 @ SV6 )
                = SV6 )
              | ( in @ ( sK5_C @ SV9 @ SV6 ) @ SV9 ) ) )
        = $false )
      | ( ( SV9
          = ( singleton @ SV6 ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[81]) ).

thf(88,plain,
    ! [SV10: $i,SV7: $i] :
      ( ( ( ~ ! [SY21: $i] :
                ( ( SY21 != SV7 )
                | ( in @ SY21 @ SV10 ) )
          | ~ ! [SY22: $i] :
                ( ~ ( in @ SY22 @ SV10 )
                | ( SY22 = SV7 ) ) )
        = $false )
      | ( ( SV10
          = ( singleton @ SV7 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[82]) ).

thf(89,plain,
    ! [SV11: $i] :
      ( ( ( SV11 = empty_set )
        = $false )
      | ( ( ! [SY23: $i] : ( subset @ SV11 @ ( singleton @ SY23 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[84]) ).

thf(90,plain,
    ! [SV13: $i,SV12: $i] :
      ( ( ( ( SV12
           != ( singleton @ SV13 ) ) )
        = $true )
      | ( ( subset @ SV12 @ ( singleton @ SV13 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[85]) ).

thf(91,plain,
    ! [SV6: $i,SV9: $i] :
      ( ( ( ( ( sK5_C @ SV9 @ SV6 )
           != SV6 )
          | ~ ( in @ ( sK5_C @ SV9 @ SV6 ) @ SV9 ) )
        = $true )
      | ( ( SV9
          = ( singleton @ SV6 ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[86]) ).

thf(92,plain,
    ! [SV6: $i,SV9: $i] :
      ( ( ( ( ( sK5_C @ SV9 @ SV6 )
            = SV6 )
          | ( in @ ( sK5_C @ SV9 @ SV6 ) @ SV9 ) )
        = $true )
      | ( ( SV9
          = ( singleton @ SV6 ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[87]) ).

thf(93,plain,
    ! [SV10: $i,SV7: $i] :
      ( ( ( ~ ! [SY21: $i] :
                ( ( SY21 != SV7 )
                | ( in @ SY21 @ SV10 ) ) )
        = $false )
      | ( ( SV10
          = ( singleton @ SV7 ) )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[88]) ).

thf(94,plain,
    ! [SV7: $i,SV10: $i] :
      ( ( ( ~ ! [SY22: $i] :
                ( ~ ( in @ SY22 @ SV10 )
                | ( SY22 = SV7 ) ) )
        = $false )
      | ( ( SV10
          = ( singleton @ SV7 ) )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[88]) ).

thf(95,plain,
    ! [SV14: $i,SV11: $i] :
      ( ( ( subset @ SV11 @ ( singleton @ SV14 ) )
        = $true )
      | ( ( SV11 = empty_set )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[89]) ).

thf(96,plain,
    ! [SV13: $i,SV12: $i] :
      ( ( ( SV12
          = ( singleton @ SV13 ) )
        = $false )
      | ( ( subset @ SV12 @ ( singleton @ SV13 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[90]) ).

thf(97,plain,
    ! [SV6: $i,SV9: $i] :
      ( ( ( ( ( sK5_C @ SV9 @ SV6 )
           != SV6 ) )
        = $true )
      | ( ( ~ ( in @ ( sK5_C @ SV9 @ SV6 ) @ SV9 ) )
        = $true )
      | ( ( SV9
          = ( singleton @ SV6 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[91]) ).

thf(98,plain,
    ! [SV6: $i,SV9: $i] :
      ( ( ( ( sK5_C @ SV9 @ SV6 )
          = SV6 )
        = $true )
      | ( ( in @ ( sK5_C @ SV9 @ SV6 ) @ SV9 )
        = $true )
      | ( ( SV9
          = ( singleton @ SV6 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[92]) ).

thf(99,plain,
    ! [SV10: $i,SV7: $i] :
      ( ( ( ! [SY21: $i] :
              ( ( SY21 != SV7 )
              | ( in @ SY21 @ SV10 ) ) )
        = $true )
      | ( ( SV10
          = ( singleton @ SV7 ) )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[93]) ).

thf(100,plain,
    ! [SV7: $i,SV10: $i] :
      ( ( ( ! [SY22: $i] :
              ( ~ ( in @ SY22 @ SV10 )
              | ( SY22 = SV7 ) ) )
        = $true )
      | ( ( SV10
          = ( singleton @ SV7 ) )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[94]) ).

thf(101,plain,
    ! [SV6: $i,SV9: $i] :
      ( ( ( ( sK5_C @ SV9 @ SV6 )
          = SV6 )
        = $false )
      | ( ( ~ ( in @ ( sK5_C @ SV9 @ SV6 ) @ SV9 ) )
        = $true )
      | ( ( SV9
          = ( singleton @ SV6 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[97]) ).

thf(102,plain,
    ! [SV10: $i,SV7: $i,SV15: $i] :
      ( ( ( ( SV15 != SV7 )
          | ( in @ SV15 @ SV10 ) )
        = $true )
      | ( ( SV10
          = ( singleton @ SV7 ) )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[99]) ).

thf(103,plain,
    ! [SV7: $i,SV10: $i,SV16: $i] :
      ( ( ( ~ ( in @ SV16 @ SV10 )
          | ( SV16 = SV7 ) )
        = $true )
      | ( ( SV10
          = ( singleton @ SV7 ) )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[100]) ).

thf(104,plain,
    ! [SV6: $i,SV9: $i] :
      ( ( ( in @ ( sK5_C @ SV9 @ SV6 ) @ SV9 )
        = $false )
      | ( ( ( sK5_C @ SV9 @ SV6 )
          = SV6 )
        = $false )
      | ( ( SV9
          = ( singleton @ SV6 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[101]) ).

thf(105,plain,
    ! [SV10: $i,SV7: $i,SV15: $i] :
      ( ( ( ( SV15 != SV7 ) )
        = $true )
      | ( ( in @ SV15 @ SV10 )
        = $true )
      | ( ( SV10
          = ( singleton @ SV7 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[102]) ).

thf(106,plain,
    ! [SV7: $i,SV10: $i,SV16: $i] :
      ( ( ( ~ ( in @ SV16 @ SV10 ) )
        = $true )
      | ( ( SV16 = SV7 )
        = $true )
      | ( ( SV10
          = ( singleton @ SV7 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[103]) ).

thf(107,plain,
    ! [SV10: $i,SV7: $i,SV15: $i] :
      ( ( ( SV15 = SV7 )
        = $false )
      | ( ( in @ SV15 @ SV10 )
        = $true )
      | ( ( SV10
          = ( singleton @ SV7 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[105]) ).

thf(108,plain,
    ! [SV7: $i,SV10: $i,SV16: $i] :
      ( ( ( in @ SV16 @ SV10 )
        = $false )
      | ( ( SV16 = SV7 )
        = $true )
      | ( ( SV10
          = ( singleton @ SV7 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[106]) ).

thf(109,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[34,108,107,104,98,96,95,83,67,52,48,47,46,40,37]) ).

thf(110,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[109]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SEU148+3 : TPTP v8.1.0. Released v3.2.0.
% 0.07/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.34  % Computer : n009.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Sun Jun 19 12:47:22 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  
% 0.13/0.35   No.of.Axioms: 8
% 0.13/0.35  
% 0.13/0.35   Length.of.Defs: 0
% 0.13/0.35  
% 0.13/0.35   Contains.Choice.Funs: false
% 0.13/0.35  (rf:0,axioms:8,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:10,loop_count:0,foatp_calls:0,translation:fof_full)......
% 0.20/0.41  
% 0.20/0.41  ********************************
% 0.20/0.41  *   All subproblems solved!    *
% 0.20/0.41  ********************************
% 0.20/0.41  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:9,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:109,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.20/0.42  
% 0.20/0.42  %**** Beginning of derivation protocol ****
% 0.20/0.42  % SZS output start CNFRefutation
% See solution above
% 0.20/0.42  
% 0.20/0.42  %**** End of derivation protocol ****
% 0.20/0.42  %**** no. of clauses in derivation: 110 ****
% 0.20/0.42  %**** clause counter: 109 ****
% 0.20/0.42  
% 0.20/0.42  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:9,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:109,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------