TSTP Solution File: SYN079-1 by LEO-II---1.7.0

View Problem - Process Solution

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

% Computer : n015.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:25 EDT 2022

% Result   : Unsatisfiable 0.12s 0.37s
% Output   : CNFRefutation 0.12s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   12
%            Number of leaves      :   10
% Syntax   : Number of formulae    :   34 (  23 unt;   5 typ;   0 def)
%            Number of atoms       :  111 (  30 equ;   0 cnn)
%            Maximal formula atoms :    3 (   3 avg)
%            Number of connectives :  170 (  22   ~;  22   |;   0   &; 126   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    4 (   4   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    8 (   5 usr;   5 con; 0-2 aty)
%            Number of variables   :   33 (   0   ^  33   !;   0   ?;  33   :)

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

thf(tp_b,type,
    b: $i ).

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

thf(tp_c,type,
    c: $i ).

thf(tp_f,type,
    f: $i > $i > $i ).

thf(1,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ~ ( big_f @ X @ Y )
      | ~ ( big_f @ Y @ Z )
      | ( big_f @ X @ Z ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_3) ).

thf(2,axiom,
    big_f @ ( f @ b @ c ) @ ( f @ a @ c ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_2) ).

thf(3,axiom,
    big_f @ ( f @ a @ b ) @ ( f @ b @ c ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_1) ).

thf(4,conjecture,
    $false,
    file('no conjecture given, we try to refute the axioms',dummy_conjecture) ).

thf(5,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[4]) ).

thf(6,negated_conjecture,
    ~ ( big_f @ ( f @ a @ b ) @ ( f @ a @ c ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_this) ).

thf(7,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[5]) ).

thf(8,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ~ ( big_f @ X @ Y )
          | ~ ( big_f @ Y @ Z )
          | ( big_f @ X @ Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(9,plain,
    ( ( big_f @ ( f @ b @ c ) @ ( f @ a @ c ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(10,plain,
    ( ( big_f @ ( f @ a @ b ) @ ( f @ b @ c ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(11,plain,
    ( ( ~ ( big_f @ ( f @ a @ b ) @ ( f @ a @ c ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(12,plain,
    ( ( ~ $false )
    = $true ),
    inference(polarity_switch,[status(thm)],[7]) ).

thf(13,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( big_f @ X @ Y )
          | ! [Z: $i] :
              ( ~ ( big_f @ Y @ Z )
              | ( big_f @ X @ Z ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[8]) ).

thf(14,plain,
    ( ( ~ ( big_f @ ( f @ a @ b ) @ ( f @ a @ c ) ) )
    = $true ),
    inference(copy,[status(thm)],[11]) ).

thf(15,plain,
    ( ( big_f @ ( f @ a @ b ) @ ( f @ b @ c ) )
    = $true ),
    inference(copy,[status(thm)],[10]) ).

thf(16,plain,
    ( ( big_f @ ( f @ b @ c ) @ ( f @ a @ c ) )
    = $true ),
    inference(copy,[status(thm)],[9]) ).

thf(17,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( big_f @ X @ Y )
          | ! [Z: $i] :
              ( ~ ( big_f @ Y @ Z )
              | ( big_f @ X @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[13]) ).

thf(18,plain,
    ( ( ~ $false )
    = $true ),
    inference(copy,[status(thm)],[12]) ).

thf(19,plain,
    ( ( big_f @ ( f @ a @ b ) @ ( f @ a @ c ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[14]) ).

thf(20,plain,
    ! [SV1: $i] :
      ( ( ! [SY3: $i] :
            ( ~ ( big_f @ SV1 @ SY3 )
            | ! [SY4: $i] :
                ( ~ ( big_f @ SY3 @ SY4 )
                | ( big_f @ SV1 @ SY4 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[17]) ).

thf(21,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[18]) ).

thf(22,plain,
    ! [SV2: $i,SV1: $i] :
      ( ( ~ ( big_f @ SV1 @ SV2 )
        | ! [SY5: $i] :
            ( ~ ( big_f @ SV2 @ SY5 )
            | ( big_f @ SV1 @ SY5 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[20]) ).

thf(23,plain,
    ! [SV2: $i,SV1: $i] :
      ( ( ( ~ ( big_f @ SV1 @ SV2 ) )
        = $true )
      | ( ( ! [SY5: $i] :
              ( ~ ( big_f @ SV2 @ SY5 )
              | ( big_f @ SV1 @ SY5 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[22]) ).

thf(24,plain,
    ! [SV2: $i,SV1: $i] :
      ( ( ( big_f @ SV1 @ SV2 )
        = $false )
      | ( ( ! [SY5: $i] :
              ( ~ ( big_f @ SV2 @ SY5 )
              | ( big_f @ SV1 @ SY5 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[23]) ).

thf(25,plain,
    ! [SV1: $i,SV3: $i,SV2: $i] :
      ( ( ( ~ ( big_f @ SV2 @ SV3 )
          | ( big_f @ SV1 @ SV3 ) )
        = $true )
      | ( ( big_f @ SV1 @ SV2 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[24]) ).

thf(26,plain,
    ! [SV1: $i,SV3: $i,SV2: $i] :
      ( ( ( ~ ( big_f @ SV2 @ SV3 ) )
        = $true )
      | ( ( big_f @ SV1 @ SV3 )
        = $true )
      | ( ( big_f @ SV1 @ SV2 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[25]) ).

thf(27,plain,
    ! [SV1: $i,SV3: $i,SV2: $i] :
      ( ( ( big_f @ SV2 @ SV3 )
        = $false )
      | ( ( big_f @ SV1 @ SV3 )
        = $true )
      | ( ( big_f @ SV1 @ SV2 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[26]) ).

thf(28,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[15,27,21,19,16]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.11  % Problem  : SYN079-1 : TPTP v8.1.0. Released v1.0.0.
% 0.10/0.12  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.12/0.33  % Computer : n015.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 : Tue Jul 12 04:52:40 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.34  
% 0.12/0.34   No.of.Axioms: 4
% 0.12/0.34  
% 0.12/0.34   Length.of.Defs: 0
% 0.12/0.34  
% 0.12/0.34   Contains.Choice.Funs: false
% 0.12/0.34  (rf:0,axioms:4,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:6,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 Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:4,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.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: 29 ****
% 0.12/0.37  %**** clause counter: 28 ****
% 0.12/0.37  
% 0.12/0.37  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:4,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)
%------------------------------------------------------------------------------