TSTP Solution File: SEV288^5 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : SEV288^5 : TPTP v8.1.0. Released v4.0.0.
% Transfm  : none
% Format   : tptp
% Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s

% Computer : n024.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 17:36:03 EDT 2022

% Result   : Theorem 0.12s 0.37s
% Output   : CNFRefutation 0.12s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   21
%            Number of leaves      :    5
% Syntax   : Number of formulae    :   37 (  21 unt;   4 typ;   0 def)
%            Number of atoms       :  145 (  91 equ;   0 cnn)
%            Maximal formula atoms :    3 (   4 avg)
%            Number of connectives :  147 (  42   ~;  41   |;   0   &;  59   @)
%                                         (   0 <=>;   5  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   2 avg)
%            Number of types       :    2 (   1 usr)
%            Number of type conns  :   27 (  27   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    6 (   3 usr;   4 con; 0-2 aty)
%            Number of variables   :   66 (  38   ^  28   !;   0   ?;  66   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_a,type,
    a: $tType ).

thf(tp_sK1_SV1,type,
    sK1_SV1: a ).

thf(tp_sK2_SV2,type,
    sK2_SV2: a ).

thf(tp_sK3_SY12,type,
    sK3_SY12: a > $o ).

thf(1,conjecture,
    ( ( ^ [X: a,Y: a] :
        ! [Xq: a > $o] :
          ( ( Xq @ X )
         => ( Xq @ Y ) ) )
    = ( ^ [X: a,Y: a] : ( X = Y ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cE1_eq__pme) ).

thf(2,negated_conjecture,
    ( ( ( ^ [X: a,Y: a] :
          ! [Xq: a > $o] :
            ( ( Xq @ X )
           => ( Xq @ Y ) ) )
      = ( ^ [X: a,Y: a] : ( X = Y ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[1]) ).

thf(3,plain,
    ( ( ( ^ [X: a,Y: a] :
          ! [Xq: a > $o] :
            ( ( Xq @ X )
           => ( Xq @ Y ) ) )
      = ( ^ [X: a,Y: a] : ( X = Y ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(4,plain,
    ( ( ( ( ^ [X: a,Y: a] :
            ! [Xq: a > $o] :
              ( ( Xq @ X )
             => ( Xq @ Y ) ) )
       != ( ^ [X: a,Y: a] : ( X = Y ) ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[3]) ).

thf(5,plain,
    ( ( ( ( ^ [X: a,Y: a] :
            ! [Xq: a > $o] :
              ( ( Xq @ X )
             => ( Xq @ Y ) ) )
       != ( ^ [X: a,Y: a] : ( X = Y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[4]) ).

thf(6,plain,
    ( ( ( ( ^ [SX0: a,SX1: a] :
            ! [SX2: a > $o] :
              ( ~ ( SX2 @ SX0 )
              | ( SX2 @ SX1 ) ) )
       != ( ^ [SX0: a,SX1: a] : ( SX0 = SX1 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(7,plain,
    ( ( ( ^ [SX0: a,SX1: a] :
          ! [SX2: a > $o] :
            ( ~ ( SX2 @ SX0 )
            | ( SX2 @ SX1 ) ) )
      = ( ^ [SX0: a,SX1: a] : ( SX0 = SX1 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[6]) ).

thf(8,plain,
    ( ( ! [SV1: a] :
          ( ( ^ [SY5: a] :
              ! [SY6: a > $o] :
                ( ~ ( SY6 @ SV1 )
                | ( SY6 @ SY5 ) ) )
          = ( ^ [SY7: a] : ( SV1 = SY7 ) ) ) )
    = $false ),
    inference(extcnf_equal_neg,[status(thm)],[7]) ).

thf(9,plain,
    ( ( ( ^ [SX0: a,SX1: a] :
          ! [SX2: a > $o] :
            ( ~ ( SX2 @ SX0 )
            | ( SX2 @ SX1 ) ) )
      = ( ^ [SX0: a,SX1: a] : ( SX0 = SX1 ) ) )
    = $false ),
    inference(extcnf_equal_neg,[status(thm)],[7]) ).

thf(10,plain,
    ( ( ( ^ [SY8: a] :
          ! [SY9: a > $o] :
            ( ~ ( SY9 @ sK1_SV1 )
            | ( SY9 @ SY8 ) ) )
      = ( ^ [SY10: a] : ( sK1_SV1 = SY10 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[8]) ).

thf(11,plain,
    ( ( ! [SV2: a] :
          ( ( ! [SY11: a > $o] :
                ( ~ ( SY11 @ sK1_SV1 )
                | ( SY11 @ SV2 ) ) )
          = ( sK1_SV1 = SV2 ) ) )
    = $false ),
    inference(extcnf_equal_neg,[status(thm)],[10]) ).

thf(12,plain,
    ( ( ( ^ [SY8: a] :
          ! [SY9: a > $o] :
            ( ~ ( SY9 @ sK1_SV1 )
            | ( SY9 @ SY8 ) ) )
      = ( ^ [SY10: a] : ( sK1_SV1 = SY10 ) ) )
    = $false ),
    inference(extcnf_equal_neg,[status(thm)],[10]) ).

thf(13,plain,
    ( ( ( ! [SY12: a > $o] :
            ( ~ ( SY12 @ sK1_SV1 )
            | ( SY12 @ sK2_SV2 ) ) )
      = ( sK1_SV1 = sK2_SV2 ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[11]) ).

thf(14,plain,
    ( ( ~ ( ! [SY12: a > $o] :
              ( ~ ( SY12 @ sK1_SV1 )
              | ( SY12 @ sK2_SV2 ) )
          | ( sK1_SV1 = sK2_SV2 ) )
      | ~ ( ~ ! [SY12: a > $o] :
                ( ~ ( SY12 @ sK1_SV1 )
                | ( SY12 @ sK2_SV2 ) )
          | ( sK1_SV1 != sK2_SV2 ) ) )
    = $false ),
    inference(extcnf_equal_neg,[status(thm)],[13]) ).

thf(15,plain,
    ( ( ( ! [SY12: a > $o] :
            ( ~ ( SY12 @ sK1_SV1 )
            | ( SY12 @ sK2_SV2 ) ) )
      = ( sK1_SV1 = sK2_SV2 ) )
    = $false ),
    inference(extcnf_equal_neg,[status(thm)],[13]) ).

thf(16,plain,
    ( ( ~ ( ! [SY12: a > $o] :
              ( ~ ( SY12 @ sK1_SV1 )
              | ( SY12 @ sK2_SV2 ) )
          | ( sK1_SV1 = sK2_SV2 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[14]) ).

thf(17,plain,
    ( ( ~ ( ~ ! [SY12: a > $o] :
                ( ~ ( SY12 @ sK1_SV1 )
                | ( SY12 @ sK2_SV2 ) )
          | ( sK1_SV1 != sK2_SV2 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[14]) ).

thf(18,plain,
    ( ( ! [SY12: a > $o] :
          ( ~ ( SY12 @ sK1_SV1 )
          | ( SY12 @ sK2_SV2 ) )
      | ( sK1_SV1 = sK2_SV2 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[16]) ).

thf(19,plain,
    ( ( ~ ! [SY12: a > $o] :
            ( ~ ( SY12 @ sK1_SV1 )
            | ( SY12 @ sK2_SV2 ) )
      | ( sK1_SV1 != sK2_SV2 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[17]) ).

thf(20,plain,
    ( ( ( ! [SY12: a > $o] :
            ( ~ ( SY12 @ sK1_SV1 )
            | ( SY12 @ sK2_SV2 ) ) )
      = $true )
    | ( ( sK1_SV1 = sK2_SV2 )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[18]) ).

thf(21,plain,
    ( ( ( ~ ! [SY12: a > $o] :
              ( ~ ( SY12 @ sK1_SV1 )
              | ( SY12 @ sK2_SV2 ) ) )
      = $true )
    | ( ( ( sK1_SV1 != sK2_SV2 ) )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[19]) ).

thf(22,plain,
    ! [SV3: a > $o] :
      ( ( ( ~ ( SV3 @ sK1_SV1 )
          | ( SV3 @ sK2_SV2 ) )
        = $true )
      | ( ( sK1_SV1 = sK2_SV2 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[20]) ).

thf(23,plain,
    ( ( ( ! [SY12: a > $o] :
            ( ~ ( SY12 @ sK1_SV1 )
            | ( SY12 @ sK2_SV2 ) ) )
      = $false )
    | ( ( ( sK1_SV1 != sK2_SV2 ) )
      = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[21]) ).

thf(24,plain,
    ! [SV3: a > $o] :
      ( ( ( ~ ( SV3 @ sK1_SV1 ) )
        = $true )
      | ( ( SV3 @ sK2_SV2 )
        = $true )
      | ( ( sK1_SV1 = sK2_SV2 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[22]) ).

thf(25,plain,
    ( ( ( ~ ( sK3_SY12 @ sK1_SV1 )
        | ( sK3_SY12 @ sK2_SV2 ) )
      = $false )
    | ( ( ( sK1_SV1 != sK2_SV2 ) )
      = $true ) ),
    inference(extcnf_forall_neg,[status(esa)],[23]) ).

thf(26,plain,
    ! [SV3: a > $o] :
      ( ( ( SV3 @ sK1_SV1 )
        = $false )
      | ( ( SV3 @ sK2_SV2 )
        = $true )
      | ( ( sK1_SV1 = sK2_SV2 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[24]) ).

thf(27,plain,
    ( ( ( ~ ( sK3_SY12 @ sK1_SV1 ) )
      = $false )
    | ( ( ( sK1_SV1 != sK2_SV2 ) )
      = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[25]) ).

thf(28,plain,
    ( ( ( sK3_SY12 @ sK2_SV2 )
      = $false )
    | ( ( ( sK1_SV1 != sK2_SV2 ) )
      = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[25]) ).

thf(29,plain,
    ( ( ( sK3_SY12 @ sK1_SV1 )
      = $true )
    | ( ( ( sK1_SV1 != sK2_SV2 ) )
      = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[27]) ).

thf(30,plain,
    ( ( ( sK1_SV1 = sK2_SV2 )
      = $false )
    | ( ( sK3_SY12 @ sK2_SV2 )
      = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[28]) ).

thf(31,plain,
    ( ( ( sK1_SV1 = sK2_SV2 )
      = $false )
    | ( ( sK3_SY12 @ sK1_SV1 )
      = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[29]) ).

thf(32,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[9,31,30,26,15,12]) ).

thf(33,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[32]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.09/0.11  % Problem  : SEV288^5 : TPTP v8.1.0. Released v4.0.0.
% 0.09/0.12  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.12/0.33  % Computer : n024.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Mon Jun 27 21:05:01 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.33  
% 0.12/0.33   No.of.Axioms: 0
% 0.12/0.33  
% 0.12/0.33   Length.of.Defs: 0
% 0.12/0.33  
% 0.12/0.33   Contains.Choice.Funs: false
% 0.12/0.33  (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.12/0.37  
% 0.12/0.37  ********************************
% 0.12/0.37  *   All subproblems solved!    *
% 0.12/0.37  ********************************
% 0.12/0.37  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (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:32,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.12/0.37  
% 0.12/0.37  %**** Beginning of derivation protocol ****
% 0.12/0.37  % SZS output start CNFRefutation
% See solution above
% 0.12/0.37  
% 0.12/0.37  %**** End of derivation protocol ****
% 0.12/0.37  %**** no. of clauses in derivation: 33 ****
% 0.12/0.37  %**** clause counter: 32 ****
% 0.12/0.37  
% 0.12/0.37  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (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:32,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------