TSTP Solution File: SEU524^2 by LEO-II---1.7.0

View Problem - Process Solution

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

% Computer : n016.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:12:35 EDT 2022

% Result   : Theorem 0.23s 0.42s
% Output   : CNFRefutation 0.23s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   15
%            Number of leaves      :   11
% Syntax   : Number of formulae    :   49 (  29 unt;   8 typ;   2 def)
%            Number of atoms       :  209 (  52 equ;   0 cnn)
%            Maximal formula atoms :    4 (   5 avg)
%            Number of connectives :  404 (  53   ~;  37   |;   4   &; 287   @)
%                                         (   0 <=>;  23  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   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   :   79 (   0   ^  79   !;   0   ?;  79   :)

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

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

thf(tp_powersetI,type,
    powersetI: $o ).

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

thf(tp_sK2_SY10,type,
    sK2_SY10: $i ).

thf(tp_sK3_Xx,type,
    sK3_Xx: $i > $i > $i ).

thf(tp_setunion,type,
    setunion: $i > $i ).

thf(tp_setunionI,type,
    setunionI: $o ).

thf(powersetI,definition,
    ( powersetI
    = ( ! [A: $i,B: $i] :
          ( ! [Xx: $i] :
              ( ( in @ Xx @ B )
             => ( in @ Xx @ A ) )
         => ( in @ B @ ( powerset @ A ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',powersetI) ).

thf(setunionI,definition,
    ( setunionI
    = ( ! [A: $i,Xx: $i,B: $i] :
          ( ( in @ Xx @ B )
         => ( ( in @ B @ A )
           => ( in @ Xx @ ( setunion @ A ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',setunionI) ).

thf(1,conjecture,
    ( powersetI
   => ( setunionI
     => ! [A: $i,Xx: $i] :
          ( ( in @ Xx @ A )
         => ( in @ Xx @ ( powerset @ ( setunion @ A ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',subPowSU) ).

thf(2,negated_conjecture,
    ( ( powersetI
     => ( setunionI
       => ! [A: $i,Xx: $i] :
            ( ( in @ Xx @ A )
           => ( in @ Xx @ ( powerset @ ( setunion @ A ) ) ) ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[1]) ).

thf(3,plain,
    ( ( ! [A: $i,B: $i] :
          ( ! [Xx: $i] :
              ( ( in @ Xx @ B )
             => ( in @ Xx @ A ) )
         => ( in @ B @ ( powerset @ A ) ) )
     => ( ! [A: $i,Xx: $i,B: $i] :
            ( ( in @ Xx @ B )
           => ( ( in @ B @ A )
             => ( in @ Xx @ ( setunion @ A ) ) ) )
       => ! [A: $i,Xx: $i] :
            ( ( in @ Xx @ A )
           => ( in @ Xx @ ( powerset @ ( setunion @ A ) ) ) ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[2,powersetI,setunionI]) ).

thf(4,plain,
    ( ( ! [A: $i,B: $i] :
          ( ! [Xx: $i] :
              ( ( in @ Xx @ B )
             => ( in @ Xx @ A ) )
         => ( in @ B @ ( powerset @ A ) ) ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[3]) ).

thf(5,plain,
    ( ( ! [A: $i,Xx: $i,B: $i] :
          ( ( in @ Xx @ B )
         => ( ( in @ B @ A )
           => ( in @ Xx @ ( setunion @ A ) ) ) ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[3]) ).

thf(6,plain,
    ( ( ! [A: $i,Xx: $i] :
          ( ( in @ Xx @ A )
         => ( in @ Xx @ ( powerset @ ( setunion @ A ) ) ) ) )
    = $false ),
    inference(standard_cnf,[status(thm)],[3]) ).

thf(7,plain,
    ( ( ~ ! [A: $i,Xx: $i] :
            ( ( in @ Xx @ A )
           => ( in @ Xx @ ( powerset @ ( setunion @ A ) ) ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[6]) ).

thf(8,plain,
    ( ( ( in @ sK2_SY10 @ sK1_A )
      & ~ ( in @ sK2_SY10 @ ( powerset @ ( setunion @ sK1_A ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[7]) ).

thf(9,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( ( in @ ( sK3_Xx @ B @ A ) @ B )
            & ~ ( in @ ( sK3_Xx @ B @ A ) @ A ) )
          | ( in @ B @ ( powerset @ A ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[4]) ).

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

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

thf(12,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( ( in @ ( sK3_Xx @ B @ A ) @ B )
            & ~ ( in @ ( sK3_Xx @ B @ A ) @ A ) )
          | ( in @ B @ ( powerset @ A ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[9]) ).

thf(13,plain,
    ( ( ( in @ sK2_SY10 @ sK1_A )
      & ~ ( in @ sK2_SY10 @ ( powerset @ ( setunion @ sK1_A ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[8]) ).

thf(14,plain,
    ( ( ~ ( ~ ( in @ sK2_SY10 @ sK1_A )
          | ~ ~ ( in @ sK2_SY10 @ ( powerset @ ( setunion @ sK1_A ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[13,powersetI,setunionI]) ).

thf(15,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( ~ ( in @ ( sK3_Xx @ SX1 @ SX0 ) @ SX1 )
              | ~ ~ ( in @ ( sK3_Xx @ SX1 @ SX0 ) @ SX0 ) )
          | ( in @ SX1 @ ( powerset @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12,powersetI,setunionI]) ).

thf(16,plain,
    ! [SV1: $i] :
      ( ( ! [SY11: $i,SY12: $i] :
            ( ~ ( in @ SY11 @ SY12 )
            | ~ ( in @ SY12 @ SV1 )
            | ( in @ SY11 @ ( setunion @ SV1 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[11]) ).

thf(17,plain,
    ( ( ~ ( in @ sK2_SY10 @ sK1_A )
      | ~ ~ ( in @ sK2_SY10 @ ( powerset @ ( setunion @ sK1_A ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[14]) ).

thf(18,plain,
    ! [SV2: $i] :
      ( ( ! [SY13: $i] :
            ( ~ ( ~ ( in @ ( sK3_Xx @ SY13 @ SV2 ) @ SY13 )
                | ~ ~ ( in @ ( sK3_Xx @ SY13 @ SV2 ) @ SV2 ) )
            | ( in @ SY13 @ ( powerset @ SV2 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[15]) ).

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

thf(20,plain,
    ( ( ~ ( in @ sK2_SY10 @ sK1_A ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[17]) ).

thf(21,plain,
    ( ( ~ ~ ( in @ sK2_SY10 @ ( powerset @ ( setunion @ sK1_A ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[17]) ).

thf(22,plain,
    ! [SV2: $i,SV4: $i] :
      ( ( ~ ( ~ ( in @ ( sK3_Xx @ SV4 @ SV2 ) @ SV4 )
            | ~ ~ ( in @ ( sK3_Xx @ SV4 @ SV2 ) @ SV2 ) )
        | ( in @ SV4 @ ( powerset @ SV2 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[18]) ).

thf(23,plain,
    ! [SV1: $i,SV5: $i,SV3: $i] :
      ( ( ~ ( in @ SV3 @ SV5 )
        | ~ ( in @ SV5 @ SV1 )
        | ( in @ SV3 @ ( setunion @ SV1 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[19]) ).

thf(24,plain,
    ( ( in @ sK2_SY10 @ sK1_A )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[20]) ).

thf(25,plain,
    ( ( ~ ( in @ sK2_SY10 @ ( powerset @ ( setunion @ sK1_A ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[21]) ).

thf(26,plain,
    ! [SV2: $i,SV4: $i] :
      ( ( ( ~ ( ~ ( in @ ( sK3_Xx @ SV4 @ SV2 ) @ SV4 )
              | ~ ~ ( in @ ( sK3_Xx @ SV4 @ SV2 ) @ SV2 ) ) )
        = $true )
      | ( ( in @ SV4 @ ( powerset @ SV2 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[22]) ).

thf(27,plain,
    ! [SV1: $i,SV5: $i,SV3: $i] :
      ( ( ( ~ ( in @ SV3 @ SV5 ) )
        = $true )
      | ( ( ~ ( in @ SV5 @ SV1 )
          | ( in @ SV3 @ ( setunion @ SV1 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[23]) ).

thf(28,plain,
    ( ( in @ sK2_SY10 @ ( powerset @ ( setunion @ sK1_A ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[25]) ).

thf(29,plain,
    ! [SV2: $i,SV4: $i] :
      ( ( ( ~ ( in @ ( sK3_Xx @ SV4 @ SV2 ) @ SV4 )
          | ~ ~ ( in @ ( sK3_Xx @ SV4 @ SV2 ) @ SV2 ) )
        = $false )
      | ( ( in @ SV4 @ ( powerset @ SV2 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[26]) ).

thf(30,plain,
    ! [SV1: $i,SV5: $i,SV3: $i] :
      ( ( ( in @ SV3 @ SV5 )
        = $false )
      | ( ( ~ ( in @ SV5 @ SV1 )
          | ( in @ SV3 @ ( setunion @ SV1 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[27]) ).

thf(31,plain,
    ! [SV2: $i,SV4: $i] :
      ( ( ( ~ ( in @ ( sK3_Xx @ SV4 @ SV2 ) @ SV4 ) )
        = $false )
      | ( ( in @ SV4 @ ( powerset @ SV2 ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[29]) ).

thf(32,plain,
    ! [SV2: $i,SV4: $i] :
      ( ( ( ~ ~ ( in @ ( sK3_Xx @ SV4 @ SV2 ) @ SV2 ) )
        = $false )
      | ( ( in @ SV4 @ ( powerset @ SV2 ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[29]) ).

thf(33,plain,
    ! [SV3: $i,SV1: $i,SV5: $i] :
      ( ( ( ~ ( in @ SV5 @ SV1 ) )
        = $true )
      | ( ( in @ SV3 @ ( setunion @ SV1 ) )
        = $true )
      | ( ( in @ SV3 @ SV5 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[30]) ).

thf(34,plain,
    ! [SV2: $i,SV4: $i] :
      ( ( ( in @ ( sK3_Xx @ SV4 @ SV2 ) @ SV4 )
        = $true )
      | ( ( in @ SV4 @ ( powerset @ SV2 ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[31]) ).

thf(35,plain,
    ! [SV2: $i,SV4: $i] :
      ( ( ( ~ ( in @ ( sK3_Xx @ SV4 @ SV2 ) @ SV2 ) )
        = $true )
      | ( ( in @ SV4 @ ( powerset @ SV2 ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[32]) ).

thf(36,plain,
    ! [SV3: $i,SV1: $i,SV5: $i] :
      ( ( ( in @ SV5 @ SV1 )
        = $false )
      | ( ( in @ SV3 @ ( setunion @ SV1 ) )
        = $true )
      | ( ( in @ SV3 @ SV5 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[33]) ).

thf(37,plain,
    ! [SV2: $i,SV4: $i] :
      ( ( ( in @ ( sK3_Xx @ SV4 @ SV2 ) @ SV2 )
        = $false )
      | ( ( in @ SV4 @ ( powerset @ SV2 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[35]) ).

thf(38,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[24,37,36,34,28]) ).

thf(39,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[38]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.15  % Problem  : SEU524^2 : TPTP v8.1.0. Released v3.7.0.
% 0.08/0.15  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.16/0.37  % Computer : n016.cluster.edu
% 0.16/0.37  % Model    : x86_64 x86_64
% 0.16/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.37  % Memory   : 8042.1875MB
% 0.16/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.37  % CPULimit : 300
% 0.16/0.37  % WCLimit  : 600
% 0.16/0.37  % DateTime : Sun Jun 19 18:22:09 EDT 2022
% 0.16/0.38  % CPUTime  : 
% 0.16/0.38  
% 0.16/0.38   No.of.Axioms: 0
% 0.16/0.38  
% 0.16/0.38   Length.of.Defs: 384
% 0.16/0.38  
% 0.16/0.38   Contains.Choice.Funs: false
% 0.16/0.38  (rf:0,axioms:0,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:25,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:2,loop_count:0,foatp_calls:0,translation:fof_full).
% 0.23/0.42  
% 0.23/0.42  ********************************
% 0.23/0.42  *   All subproblems solved!    *
% 0.23/0.42  ********************************
% 0.23/0.42  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:2,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:25,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:38,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.23/0.42  
% 0.23/0.42  %**** Beginning of derivation protocol ****
% 0.23/0.42  % SZS output start CNFRefutation
% See solution above
% 0.23/0.43  
% 0.23/0.43  %**** End of derivation protocol ****
% 0.23/0.43  %**** no. of clauses in derivation: 39 ****
% 0.23/0.43  %**** clause counter: 38 ****
% 0.23/0.43  
% 0.23/0.43  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:2,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:25,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:38,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------