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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : SET910+1 : 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 : n017.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 03:06:10 EDT 2022

% Result   : Theorem 0.19s 0.37s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :   15
% Syntax   : Number of formulae    :   57 (  41 unt;   8 typ;   0 def)
%            Number of atoms       :  163 (  71 equ;   0 cnn)
%            Maximal formula atoms :    2 (   3 avg)
%            Number of connectives :  215 (  24   ~;  13   |;   0   &; 169   @)
%                                         (   0 <=>;   9  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   2 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    6 (   6   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   11 (   8 usr;   6 con; 0-2 aty)
%            Number of variables   :   62 (   0   ^  58   !;   4   ?;  62   :)

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

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

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

thf(tp_sK2_SY12,type,
    sK2_SY12: $i ).

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

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

thf(tp_set_intersection2,type,
    set_intersection2: $i > $i > $i ).

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

thf(1,axiom,
    ! [A: $i,B: $i] :
      ( ( ( set_intersection2 @ A @ ( singleton @ B ) )
        = ( singleton @ B ) )
     => ( in @ B @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',l30_zfmisc_1) ).

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

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

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

thf(5,axiom,
    ! [A: $i,B: $i] :
      ( ( set_intersection2 @ A @ A )
      = A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',idempotence_k3_xboole_0) ).

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

thf(7,conjecture,
    ! [A: $i,B: $i] :
      ( ( ( set_intersection2 @ A @ ( singleton @ B ) )
        = ( singleton @ B ) )
     => ( in @ B @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t51_zfmisc_1) ).

thf(8,negated_conjecture,
    ( ( ! [A: $i,B: $i] :
          ( ( ( set_intersection2 @ A @ ( singleton @ B ) )
            = ( singleton @ B ) )
         => ( in @ B @ A ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[7]) ).

thf(9,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( ( set_intersection2 @ A @ ( singleton @ B ) )
            = ( singleton @ B ) )
         => ( in @ B @ A ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[8]) ).

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

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

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

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

thf(14,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( set_intersection2 @ A @ A )
          = A ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(15,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( set_intersection2 @ A @ B )
          = ( set_intersection2 @ B @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(16,plain,
    ( ( ! [SY12: $i] :
          ( ( ( set_intersection2 @ sK1_A @ ( singleton @ SY12 ) )
            = ( singleton @ SY12 ) )
         => ( in @ SY12 @ sK1_A ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[9]) ).

thf(17,plain,
    ( ( ( ( set_intersection2 @ sK1_A @ ( singleton @ sK2_SY12 ) )
        = ( singleton @ sK2_SY12 ) )
     => ( in @ sK2_SY12 @ sK1_A ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[16]) ).

thf(18,plain,
    ( ( ( set_intersection2 @ sK1_A @ ( singleton @ sK2_SY12 ) )
      = ( singleton @ sK2_SY12 ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[17]) ).

thf(19,plain,
    ( ( in @ sK2_SY12 @ sK1_A )
    = $false ),
    inference(standard_cnf,[status(thm)],[17]) ).

thf(20,plain,
    ( ( ~ ( in @ sK2_SY12 @ sK1_A ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[19]) ).

thf(21,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( ( set_intersection2 @ A @ ( singleton @ B ) )
           != ( singleton @ B ) )
          | ( in @ B @ A ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[10]) ).

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

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

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

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

thf(26,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( set_intersection2 @ A @ B )
          = ( set_intersection2 @ B @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[15]) ).

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

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

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

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

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

thf(32,plain,
    ( ( ( set_intersection2 @ sK1_A @ ( singleton @ sK2_SY12 ) )
      = ( singleton @ sK2_SY12 ) )
    = $true ),
    inference(copy,[status(thm)],[18]) ).

thf(33,plain,
    ( ( ~ ( in @ sK2_SY12 @ sK1_A ) )
    = $true ),
    inference(copy,[status(thm)],[20]) ).

thf(34,plain,
    ! [SV1: $i] :
      ( ( ! [SY13: $i] :
            ( ( set_intersection2 @ SV1 @ SY13 )
            = ( set_intersection2 @ SY13 @ SV1 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[26]) ).

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

thf(36,plain,
    ! [SV3: $i] :
      ( ( ! [SY14: $i] :
            ( ~ ( in @ SV3 @ SY14 )
            | ~ ( in @ SY14 @ SV3 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[28]) ).

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

thf(38,plain,
    ! [SV4: $i] :
      ( ( ! [SY15: $i] :
            ( ( ( set_intersection2 @ SV4 @ ( singleton @ SY15 ) )
             != ( singleton @ SY15 ) )
            | ( in @ SY15 @ SV4 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[31]) ).

thf(39,plain,
    ( ( in @ sK2_SY12 @ sK1_A )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[33]) ).

thf(40,plain,
    ! [SV5: $i,SV1: $i] :
      ( ( ( set_intersection2 @ SV1 @ SV5 )
        = ( set_intersection2 @ SV5 @ SV1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[34]) ).

thf(41,plain,
    ! [SV6: $i,SV3: $i] :
      ( ( ~ ( in @ SV3 @ SV6 )
        | ~ ( in @ SV6 @ SV3 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[36]) ).

thf(42,plain,
    ! [SV7: $i,SV4: $i] :
      ( ( ( ( set_intersection2 @ SV4 @ ( singleton @ SV7 ) )
         != ( singleton @ SV7 ) )
        | ( in @ SV7 @ SV4 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[38]) ).

thf(43,plain,
    ! [SV6: $i,SV3: $i] :
      ( ( ( ~ ( in @ SV3 @ SV6 ) )
        = $true )
      | ( ( ~ ( in @ SV6 @ SV3 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[41]) ).

thf(44,plain,
    ! [SV7: $i,SV4: $i] :
      ( ( ( ( ( set_intersection2 @ SV4 @ ( singleton @ SV7 ) )
           != ( singleton @ SV7 ) ) )
        = $true )
      | ( ( in @ SV7 @ SV4 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[42]) ).

thf(45,plain,
    ! [SV6: $i,SV3: $i] :
      ( ( ( in @ SV3 @ SV6 )
        = $false )
      | ( ( ~ ( in @ SV6 @ SV3 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[43]) ).

thf(46,plain,
    ! [SV7: $i,SV4: $i] :
      ( ( ( ( set_intersection2 @ SV4 @ ( singleton @ SV7 ) )
          = ( singleton @ SV7 ) )
        = $false )
      | ( ( in @ SV7 @ SV4 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[44]) ).

thf(47,plain,
    ! [SV3: $i,SV6: $i] :
      ( ( ( in @ SV6 @ SV3 )
        = $false )
      | ( ( in @ SV3 @ SV6 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[45]) ).

thf(48,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[29,47,46,40,39,37,35,32]) ).

thf(49,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[48]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SET910+1 : 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.33  % Computer : n017.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 600
% 0.13/0.33  % DateTime : Mon Jul 11 01:26:18 EDT 2022
% 0.13/0.33  % CPUTime  : 
% 0.13/0.34  
% 0.13/0.34   No.of.Axioms: 6
% 0.13/0.34  
% 0.13/0.34   Length.of.Defs: 0
% 0.13/0.34  
% 0.13/0.34   Contains.Choice.Funs: false
% 0.13/0.34  (rf:0,axioms:6,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:8,loop_count:0,foatp_calls:0,translation:fof_full).
% 0.19/0.37  
% 0.19/0.37  ********************************
% 0.19/0.37  *   All subproblems solved!    *
% 0.19/0.37  ********************************
% 0.19/0.37  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:7,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:48,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.19/0.37  
% 0.19/0.37  %**** Beginning of derivation protocol ****
% 0.19/0.37  % SZS output start CNFRefutation
% See solution above
% 0.19/0.37  
% 0.19/0.37  %**** End of derivation protocol ****
% 0.19/0.37  %**** no. of clauses in derivation: 49 ****
% 0.19/0.37  %**** clause counter: 48 ****
% 0.19/0.37  
% 0.19/0.37  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:7,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:48,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------