TSTP Solution File: SYN986+1.001 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : SYN986+1.001 : 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 : n010.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:31:01 EDT 2022

% Result   : Theorem 0.13s 0.38s
% Output   : CNFRefutation 0.13s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :    6
% Syntax   : Number of formulae    :   32 (  18 unt;   3 typ;   0 def)
%            Number of atoms       :  136 (  36 equ;   0 cnn)
%            Maximal formula atoms :    3 (   4 avg)
%            Number of connectives :  263 (  26   ~;  27   |;   4   &; 202   @)
%                                         (   0 <=>;   4  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    4 (   4   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    6 (   3 usr;   3 con; 0-3 aty)
%            Number of variables   :   74 (   0   ^  66   !;   8   ?;  74   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_r,type,
    r: $i > $i > $i > $o ).

thf(tp_succ,type,
    succ: $i > $i ).

thf(tp_zero,type,
    zero: $i ).

thf(1,axiom,
    ! [Y: $i,X: $i,Z: $i,Z1: $i] :
      ( ( r @ Y @ X @ Z )
     => ( ( r @ Z @ X @ Z1 )
       => ( r @ Y @ ( succ @ X ) @ Z1 ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',hyp2) ).

thf(2,axiom,
    ! [Y: $i] : ( r @ Y @ zero @ ( succ @ Y ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',hyp1) ).

thf(3,conjecture,
    ? [Z1: $i,Z0: $i] :
      ( ( r @ zero @ zero @ Z1 )
      & ( r @ zero @ Z1 @ Z0 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ck) ).

thf(4,negated_conjecture,
    ( ( ? [Z1: $i,Z0: $i] :
          ( ( r @ zero @ zero @ Z1 )
          & ( r @ zero @ Z1 @ Z0 ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[3]) ).

thf(5,plain,
    ( ( ? [Z1: $i,Z0: $i] :
          ( ( r @ zero @ zero @ Z1 )
          & ( r @ zero @ Z1 @ Z0 ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(6,plain,
    ( ( ! [Y: $i,X: $i,Z: $i,Z1: $i] :
          ( ( r @ Y @ X @ Z )
         => ( ( r @ Z @ X @ Z1 )
           => ( r @ Y @ ( succ @ X ) @ Z1 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(7,plain,
    ( ( ! [Y: $i] : ( r @ Y @ zero @ ( succ @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(8,plain,
    ( ( ~ ? [Z1: $i,Z0: $i] :
            ( ( r @ zero @ zero @ Z1 )
            & ( r @ zero @ Z1 @ Z0 ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[5]) ).

thf(9,plain,
    ( ( ! [Z1: $i] :
          ( ~ ( r @ zero @ zero @ Z1 )
          | ! [Z0: $i] :
              ~ ( r @ zero @ Z1 @ Z0 ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[8]) ).

thf(10,plain,
    ( ( ! [Y: $i,X: $i,Z: $i] :
          ( ~ ( r @ Y @ X @ Z )
          | ! [Z1: $i] :
              ( ~ ( r @ Z @ X @ Z1 )
              | ( r @ Y @ ( succ @ X ) @ Z1 ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[6]) ).

thf(11,plain,
    ( ( ! [Y: $i] : ( r @ Y @ zero @ ( succ @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[7]) ).

thf(12,plain,
    ( ( ! [Y: $i,X: $i,Z: $i] :
          ( ~ ( r @ Y @ X @ Z )
          | ! [Z1: $i] :
              ( ~ ( r @ Z @ X @ Z1 )
              | ( r @ Y @ ( succ @ X ) @ Z1 ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[10]) ).

thf(13,plain,
    ( ( ! [Z1: $i] :
          ( ~ ( r @ zero @ zero @ Z1 )
          | ! [Z0: $i] :
              ~ ( r @ zero @ Z1 @ Z0 ) ) )
    = $true ),
    inference(copy,[status(thm)],[9]) ).

thf(14,plain,
    ! [SV1: $i] :
      ( ( r @ SV1 @ zero @ ( succ @ SV1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[11]) ).

thf(15,plain,
    ! [SV2: $i] :
      ( ( ! [SY7: $i,SY8: $i] :
            ( ~ ( r @ SV2 @ SY7 @ SY8 )
            | ! [SY9: $i] :
                ( ~ ( r @ SY8 @ SY7 @ SY9 )
                | ( r @ SV2 @ ( succ @ SY7 ) @ SY9 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[12]) ).

thf(16,plain,
    ! [SV3: $i] :
      ( ( ~ ( r @ zero @ zero @ SV3 )
        | ! [SY10: $i] :
            ~ ( r @ zero @ SV3 @ SY10 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[13]) ).

thf(17,plain,
    ! [SV4: $i,SV2: $i] :
      ( ( ! [SY11: $i] :
            ( ~ ( r @ SV2 @ SV4 @ SY11 )
            | ! [SY12: $i] :
                ( ~ ( r @ SY11 @ SV4 @ SY12 )
                | ( r @ SV2 @ ( succ @ SV4 ) @ SY12 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[15]) ).

thf(18,plain,
    ! [SV3: $i] :
      ( ( ( ~ ( r @ zero @ zero @ SV3 ) )
        = $true )
      | ( ( ! [SY10: $i] :
              ~ ( r @ zero @ SV3 @ SY10 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[16]) ).

thf(19,plain,
    ! [SV5: $i,SV4: $i,SV2: $i] :
      ( ( ~ ( r @ SV2 @ SV4 @ SV5 )
        | ! [SY13: $i] :
            ( ~ ( r @ SV5 @ SV4 @ SY13 )
            | ( r @ SV2 @ ( succ @ SV4 ) @ SY13 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[17]) ).

thf(20,plain,
    ! [SV3: $i] :
      ( ( ( r @ zero @ zero @ SV3 )
        = $false )
      | ( ( ! [SY10: $i] :
              ~ ( r @ zero @ SV3 @ SY10 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[18]) ).

thf(21,plain,
    ! [SV5: $i,SV4: $i,SV2: $i] :
      ( ( ( ~ ( r @ SV2 @ SV4 @ SV5 ) )
        = $true )
      | ( ( ! [SY13: $i] :
              ( ~ ( r @ SV5 @ SV4 @ SY13 )
              | ( r @ SV2 @ ( succ @ SV4 ) @ SY13 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[19]) ).

thf(22,plain,
    ! [SV6: $i,SV3: $i] :
      ( ( ( ~ ( r @ zero @ SV3 @ SV6 ) )
        = $true )
      | ( ( r @ zero @ zero @ SV3 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[20]) ).

thf(23,plain,
    ! [SV5: $i,SV4: $i,SV2: $i] :
      ( ( ( r @ SV2 @ SV4 @ SV5 )
        = $false )
      | ( ( ! [SY13: $i] :
              ( ~ ( r @ SV5 @ SV4 @ SY13 )
              | ( r @ SV2 @ ( succ @ SV4 ) @ SY13 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[21]) ).

thf(24,plain,
    ! [SV6: $i,SV3: $i] :
      ( ( ( r @ zero @ SV3 @ SV6 )
        = $false )
      | ( ( r @ zero @ zero @ SV3 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[22]) ).

thf(25,plain,
    ! [SV2: $i,SV7: $i,SV4: $i,SV5: $i] :
      ( ( ( ~ ( r @ SV5 @ SV4 @ SV7 )
          | ( r @ SV2 @ ( succ @ SV4 ) @ SV7 ) )
        = $true )
      | ( ( r @ SV2 @ SV4 @ SV5 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[23]) ).

thf(26,plain,
    ! [SV2: $i,SV7: $i,SV4: $i,SV5: $i] :
      ( ( ( ~ ( r @ SV5 @ SV4 @ SV7 ) )
        = $true )
      | ( ( r @ SV2 @ ( succ @ SV4 ) @ SV7 )
        = $true )
      | ( ( r @ SV2 @ SV4 @ SV5 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[25]) ).

thf(27,plain,
    ! [SV2: $i,SV7: $i,SV4: $i,SV5: $i] :
      ( ( ( r @ SV5 @ SV4 @ SV7 )
        = $false )
      | ( ( r @ SV2 @ ( succ @ SV4 ) @ SV7 )
        = $true )
      | ( ( r @ SV2 @ SV4 @ SV5 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[26]) ).

thf(28,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[14,27,24]) ).

thf(29,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[28]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SYN986+1.001 : TPTP v8.1.0. Released v4.0.0.
% 0.07/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.34  % Computer : n010.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 23:14:00 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  
% 0.13/0.35   No.of.Axioms: 2
% 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: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:600,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:4,loop_count:0,foatp_calls:0,translation:fof_full).
% 0.13/0.38  
% 0.13/0.38  ********************************
% 0.13/0.38  *   All subproblems solved!    *
% 0.13/0.38  ********************************
% 0.13/0.38  % 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:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:28,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.13/0.38  
% 0.13/0.38  %**** Beginning of derivation protocol ****
% 0.13/0.38  % SZS output start CNFRefutation
% See solution above
% 0.13/0.38  
% 0.13/0.38  %**** End of derivation protocol ****
% 0.13/0.38  %**** no. of clauses in derivation: 29 ****
% 0.13/0.38  %**** clause counter: 28 ****
% 0.13/0.38  
% 0.13/0.38  % 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:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:28,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------