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

View Problem - Process Solution

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

% Computer : n027.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 : Thu Jul 21 08:23:10 EDT 2022

% Result   : Theorem 0.19s 0.37s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   14
%            Number of leaves      :   11
% Syntax   : Number of formulae    :   57 (  32 unt;   7 typ;   0 def)
%            Number of atoms       :  273 (  68 equ;   0 cnn)
%            Maximal formula atoms :    4 (   5 avg)
%            Number of connectives :  284 (  62   ~;  67   |;  10   &; 135   @)
%                                         (   0 <=>;  10  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   2 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    6 (   6   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   10 (   7 usr;   3 con; 0-2 aty)
%            Number of variables   :   43 (   0   ^  43   !;   0   ?;  43   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_big_f,type,
    big_f: $i > $o ).

thf(tp_big_g,type,
    big_g: $i > $o ).

thf(tp_big_h,type,
    big_h: $i > $o ).

thf(tp_big_i,type,
    big_i: $i > $o ).

thf(tp_big_j,type,
    big_j: $i > $o ).

thf(tp_big_k,type,
    big_k: $i > $o ).

thf(tp_sK1_X,type,
    sK1_X: $i ).

thf(1,axiom,
    ! [X: $i] :
      ( ( big_k @ X )
     => ( big_h @ X ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel32_3) ).

thf(2,axiom,
    ! [X: $i] :
      ( ( ( big_i @ X )
        & ( big_h @ X ) )
     => ( big_j @ X ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel32_2) ).

thf(3,axiom,
    ! [X: $i] :
      ( ( ( big_f @ X )
        & ( ( big_g @ X )
          | ( big_h @ X ) ) )
     => ( big_i @ X ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel32_1) ).

thf(4,conjecture,
    ! [X: $i] :
      ( ( ( big_f @ X )
        & ( big_k @ X ) )
     => ( big_j @ X ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel32) ).

thf(5,negated_conjecture,
    ( ( ! [X: $i] :
          ( ( ( big_f @ X )
            & ( big_k @ X ) )
         => ( big_j @ X ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[4]) ).

thf(6,plain,
    ( ( ! [X: $i] :
          ( ( ( big_f @ X )
            & ( big_k @ X ) )
         => ( big_j @ X ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(7,plain,
    ( ( ! [X: $i] :
          ( ( big_k @ X )
         => ( big_h @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(8,plain,
    ( ( ! [X: $i] :
          ( ( ( big_i @ X )
            & ( big_h @ X ) )
         => ( big_j @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(9,plain,
    ( ( ! [X: $i] :
          ( ( ( big_f @ X )
            & ( ( big_g @ X )
              | ( big_h @ X ) ) )
         => ( big_i @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(10,plain,
    ( ( ( ( big_f @ sK1_X )
        & ( big_k @ sK1_X ) )
     => ( big_j @ sK1_X ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[6]) ).

thf(11,plain,
    ( ( big_f @ sK1_X )
    = $true ),
    inference(standard_cnf,[status(thm)],[10]) ).

thf(12,plain,
    ( ( big_k @ sK1_X )
    = $true ),
    inference(standard_cnf,[status(thm)],[10]) ).

thf(13,plain,
    ( ( big_j @ sK1_X )
    = $false ),
    inference(standard_cnf,[status(thm)],[10]) ).

thf(14,plain,
    ( ( ~ ( big_j @ sK1_X ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[13]) ).

thf(15,plain,
    ( ( ! [X: $i] :
          ( ~ ( big_k @ X )
          | ( big_h @ X ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[7]) ).

thf(16,plain,
    ( ( ! [X: $i] :
          ( ~ ( big_h @ X )
          | ~ ( big_i @ X )
          | ( big_j @ X ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[8]) ).

thf(17,plain,
    ( ( ! [X: $i] :
          ( ~ ( big_f @ X )
          | ~ ( big_g @ X )
          | ( big_i @ X ) )
      & ! [X: $i] :
          ( ~ ( big_f @ X )
          | ~ ( big_h @ X )
          | ( big_i @ X ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[9]) ).

thf(18,plain,
    ( ( ! [X: $i] :
          ( ~ ( big_f @ X )
          | ~ ( big_g @ X )
          | ( big_i @ X ) )
      & ! [X: $i] :
          ( ~ ( big_f @ X )
          | ~ ( big_h @ X )
          | ( big_i @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[17]) ).

thf(19,plain,
    ( ( ! [X: $i] :
          ( ~ ( big_h @ X )
          | ~ ( big_i @ X )
          | ( big_j @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[16]) ).

thf(20,plain,
    ( ( ! [X: $i] :
          ( ~ ( big_k @ X )
          | ( big_h @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[15]) ).

thf(21,plain,
    ( ( big_k @ sK1_X )
    = $true ),
    inference(copy,[status(thm)],[12]) ).

thf(22,plain,
    ( ( big_f @ sK1_X )
    = $true ),
    inference(copy,[status(thm)],[11]) ).

thf(23,plain,
    ( ( ~ ( big_j @ sK1_X ) )
    = $true ),
    inference(copy,[status(thm)],[14]) ).

thf(24,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( big_f @ SX0 )
                | ~ ( big_g @ SX0 )
                | ( big_i @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ~ ( big_f @ SX0 )
                | ~ ( big_h @ SX0 )
                | ( big_i @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[18]) ).

thf(25,plain,
    ! [SV1: $i] :
      ( ( ~ ( big_h @ SV1 )
        | ~ ( big_i @ SV1 )
        | ( big_j @ SV1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[19]) ).

thf(26,plain,
    ! [SV2: $i] :
      ( ( ~ ( big_k @ SV2 )
        | ( big_h @ SV2 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[20]) ).

thf(27,plain,
    ( ( big_j @ sK1_X )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[23]) ).

thf(28,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( big_f @ SX0 )
            | ~ ( big_g @ SX0 )
            | ( big_i @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ~ ( big_f @ SX0 )
            | ~ ( big_h @ SX0 )
            | ( big_i @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[24]) ).

thf(29,plain,
    ! [SV1: $i] :
      ( ( ( ~ ( big_h @ SV1 )
          | ~ ( big_i @ SV1 ) )
        = $true )
      | ( ( big_j @ SV1 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[25]) ).

thf(30,plain,
    ! [SV2: $i] :
      ( ( ( ~ ( big_k @ SV2 ) )
        = $true )
      | ( ( big_h @ SV2 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[26]) ).

thf(31,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( big_f @ SX0 )
            | ~ ( big_g @ SX0 )
            | ( big_i @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[28]) ).

thf(32,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( big_f @ SX0 )
            | ~ ( big_h @ SX0 )
            | ( big_i @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[28]) ).

thf(33,plain,
    ! [SV1: $i] :
      ( ( ( ~ ( big_h @ SV1 ) )
        = $true )
      | ( ( ~ ( big_i @ SV1 ) )
        = $true )
      | ( ( big_j @ SV1 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[29]) ).

thf(34,plain,
    ! [SV2: $i] :
      ( ( ( big_k @ SV2 )
        = $false )
      | ( ( big_h @ SV2 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[30]) ).

thf(35,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( big_f @ SX0 )
          | ~ ( big_g @ SX0 )
          | ( big_i @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[31]) ).

thf(36,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( big_f @ SX0 )
          | ~ ( big_h @ SX0 )
          | ( big_i @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[32]) ).

thf(37,plain,
    ! [SV1: $i] :
      ( ( ( big_h @ SV1 )
        = $false )
      | ( ( ~ ( big_i @ SV1 ) )
        = $true )
      | ( ( big_j @ SV1 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[33]) ).

thf(38,plain,
    ! [SV3: $i] :
      ( ( ~ ( big_f @ SV3 )
        | ~ ( big_g @ SV3 )
        | ( big_i @ SV3 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[35]) ).

thf(39,plain,
    ! [SV4: $i] :
      ( ( ~ ( big_f @ SV4 )
        | ~ ( big_h @ SV4 )
        | ( big_i @ SV4 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[36]) ).

thf(40,plain,
    ! [SV1: $i] :
      ( ( ( big_i @ SV1 )
        = $false )
      | ( ( big_h @ SV1 )
        = $false )
      | ( ( big_j @ SV1 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[37]) ).

thf(41,plain,
    ! [SV3: $i] :
      ( ( ( ~ ( big_f @ SV3 )
          | ~ ( big_g @ SV3 ) )
        = $true )
      | ( ( big_i @ SV3 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[38]) ).

thf(42,plain,
    ! [SV4: $i] :
      ( ( ( ~ ( big_f @ SV4 )
          | ~ ( big_h @ SV4 ) )
        = $true )
      | ( ( big_i @ SV4 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[39]) ).

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

thf(44,plain,
    ! [SV4: $i] :
      ( ( ( ~ ( big_f @ SV4 ) )
        = $true )
      | ( ( ~ ( big_h @ SV4 ) )
        = $true )
      | ( ( big_i @ SV4 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[42]) ).

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

thf(46,plain,
    ! [SV4: $i] :
      ( ( ( big_f @ SV4 )
        = $false )
      | ( ( ~ ( big_h @ SV4 ) )
        = $true )
      | ( ( big_i @ SV4 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[44]) ).

thf(47,plain,
    ! [SV3: $i] :
      ( ( ( big_g @ SV3 )
        = $false )
      | ( ( big_f @ SV3 )
        = $false )
      | ( ( big_i @ SV3 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[45]) ).

thf(48,plain,
    ! [SV4: $i] :
      ( ( ( big_h @ SV4 )
        = $false )
      | ( ( big_f @ SV4 )
        = $false )
      | ( ( big_i @ SV4 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[46]) ).

thf(49,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[21,48,47,40,34,27,22]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.12  % Problem  : SYN062+1 : TPTP v8.1.0. Released v2.0.0.
% 0.04/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.34  % Computer : n027.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 : Mon Jul 11 19:42:04 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.34  
% 0.13/0.34   No.of.Axioms: 3
% 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:3,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:5,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:5,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:49,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.19/0.38  
% 0.19/0.38  %**** Beginning of derivation protocol ****
% 0.19/0.38  % SZS output start CNFRefutation
% See solution above
% 0.19/0.38  
% 0.19/0.38  %**** End of derivation protocol ****
% 0.19/0.38  %**** no. of clauses in derivation: 50 ****
% 0.19/0.38  %**** clause counter: 49 ****
% 0.19/0.38  
% 0.19/0.38  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:5,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:49,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------