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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : SYN058-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 : n018.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:06 EDT 2022

% Result   : Unsatisfiable 0.12s 0.38s
% Output   : CNFRefutation 0.12s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   11
%            Number of leaves      :   19
% Syntax   : Number of formulae    :   65 (  32 unt;   9 typ;   0 def)
%            Number of atoms       :  234 (  65 equ;   0 cnn)
%            Maximal formula atoms :    3 (   4 avg)
%            Number of connectives :  186 (  42   ~;  48   |;   0   &;  96   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   2 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    6 (   6   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   12 (   9 usr;   5 con; 0-2 aty)
%            Number of variables   :   36 (   0   ^  36   !;   0   ?;  36   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_b,type,
    b: $i ).

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

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

thf(tp_big_p,type,
    big_p: $i > $o ).

thf(tp_big_q,type,
    big_q: $i > $o ).

thf(tp_big_r,type,
    big_r: $i > $o ).

thf(tp_big_s,type,
    big_s: $i > $o ).

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

thf(tp_d,type,
    d: $i ).

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

thf(2,axiom,
    ( ~ ( big_r @ b )
    | ( big_s @ c ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_5) ).

thf(3,axiom,
    ( ~ ( big_r @ b )
    | ( big_q @ c ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_4) ).

thf(4,axiom,
    ( ~ ( big_q @ b )
    | ( big_s @ c ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_3) ).

thf(5,axiom,
    ( ~ ( big_q @ b )
    | ( big_q @ c ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_2) ).

thf(6,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( big_p @ X )
      | ( big_q @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_1) ).

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

thf(8,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[7]) ).

thf(9,negated_conjecture,
    ~ ( big_g @ d ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_9) ).

thf(10,negated_conjecture,
    big_f @ d,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_8) ).

thf(11,negated_conjecture,
    big_p @ d,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_7) ).

thf(12,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[8]) ).

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

thf(14,plain,
    ( ( ~ ( big_r @ b )
      | ( big_s @ c ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(15,plain,
    ( ( ~ ( big_r @ b )
      | ( big_q @ c ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(16,plain,
    ( ( ~ ( big_q @ b )
      | ( big_s @ c ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(17,plain,
    ( ( ~ ( big_q @ b )
      | ( big_q @ c ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(18,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( big_p @ X )
          | ( big_q @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(19,plain,
    ( ( ~ ( big_g @ d ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(20,plain,
    ( ( big_f @ d )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(21,plain,
    ( ( big_p @ d )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

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

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

thf(24,plain,
    ( ( ! [X: $i] :
          ~ ( big_p @ X )
      | ! [Y: $i] : ( big_q @ Y ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[18]) ).

thf(25,plain,
    ( ( big_p @ d )
    = $true ),
    inference(copy,[status(thm)],[21]) ).

thf(26,plain,
    ( ( big_f @ d )
    = $true ),
    inference(copy,[status(thm)],[20]) ).

thf(27,plain,
    ( ( ~ ( big_g @ d ) )
    = $true ),
    inference(copy,[status(thm)],[19]) ).

thf(28,plain,
    ( ( ! [X: $i] :
          ~ ( big_p @ X )
      | ! [Y: $i] : ( big_q @ Y ) )
    = $true ),
    inference(copy,[status(thm)],[24]) ).

thf(29,plain,
    ( ( ~ ( big_q @ b )
      | ( big_q @ c ) )
    = $true ),
    inference(copy,[status(thm)],[17]) ).

thf(30,plain,
    ( ( ~ ( big_q @ b )
      | ( big_s @ c ) )
    = $true ),
    inference(copy,[status(thm)],[16]) ).

thf(31,plain,
    ( ( ~ ( big_r @ b )
      | ( big_q @ c ) )
    = $true ),
    inference(copy,[status(thm)],[15]) ).

thf(32,plain,
    ( ( ~ ( big_r @ b )
      | ( big_s @ c ) )
    = $true ),
    inference(copy,[status(thm)],[14]) ).

thf(33,plain,
    ( ( ! [Y: $i] :
          ~ ( big_s @ Y )
      | ! [X: $i] :
          ( ~ ( big_f @ X )
          | ( big_g @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[23]) ).

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

thf(35,plain,
    ( ( big_g @ d )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[27]) ).

thf(36,plain,
    ( ( ( ! [X: $i] :
            ~ ( big_p @ X ) )
      = $true )
    | ( ( ! [Y: $i] : ( big_q @ Y ) )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[28]) ).

thf(37,plain,
    ( ( ( ~ ( big_q @ b ) )
      = $true )
    | ( ( big_q @ c )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[29]) ).

thf(38,plain,
    ( ( ( ~ ( big_q @ b ) )
      = $true )
    | ( ( big_s @ c )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[30]) ).

thf(39,plain,
    ( ( ( ~ ( big_r @ b ) )
      = $true )
    | ( ( big_q @ c )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[31]) ).

thf(40,plain,
    ( ( ( ~ ( big_r @ b ) )
      = $true )
    | ( ( big_s @ c )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[32]) ).

thf(41,plain,
    ( ( ( ! [Y: $i] :
            ~ ( big_s @ Y ) )
      = $true )
    | ( ( ! [X: $i] :
            ( ~ ( big_f @ X )
            | ( big_g @ X ) ) )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[33]) ).

thf(42,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[34]) ).

thf(43,plain,
    ! [SV1: $i] :
      ( ( ( ~ ( big_p @ SV1 ) )
        = $true )
      | ( ( ! [Y: $i] : ( big_q @ Y ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[36]) ).

thf(44,plain,
    ( ( ( big_q @ b )
      = $false )
    | ( ( big_q @ c )
      = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[37]) ).

thf(45,plain,
    ( ( ( big_q @ b )
      = $false )
    | ( ( big_s @ c )
      = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[38]) ).

thf(46,plain,
    ( ( ( big_r @ b )
      = $false )
    | ( ( big_q @ c )
      = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[39]) ).

thf(47,plain,
    ( ( ( big_r @ b )
      = $false )
    | ( ( big_s @ c )
      = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[40]) ).

thf(48,plain,
    ! [SV2: $i] :
      ( ( ( ~ ( big_s @ SV2 ) )
        = $true )
      | ( ( ! [X: $i] :
              ( ~ ( big_f @ X )
              | ( big_g @ X ) ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[41]) ).

thf(49,plain,
    ! [SV1: $i] :
      ( ( ( big_p @ SV1 )
        = $false )
      | ( ( ! [Y: $i] : ( big_q @ Y ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[43]) ).

thf(50,plain,
    ! [SV2: $i] :
      ( ( ( big_s @ SV2 )
        = $false )
      | ( ( ! [X: $i] :
              ( ~ ( big_f @ X )
              | ( big_g @ X ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[48]) ).

thf(51,plain,
    ! [SV1: $i,SV3: $i] :
      ( ( ( big_q @ SV3 )
        = $true )
      | ( ( big_p @ SV1 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[49]) ).

thf(52,plain,
    ! [SV2: $i,SV4: $i] :
      ( ( ( ~ ( big_f @ SV4 )
          | ( big_g @ SV4 ) )
        = $true )
      | ( ( big_s @ SV2 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[50]) ).

thf(53,plain,
    ! [SV2: $i,SV4: $i] :
      ( ( ( ~ ( big_f @ SV4 ) )
        = $true )
      | ( ( big_g @ SV4 )
        = $true )
      | ( ( big_s @ SV2 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[52]) ).

thf(54,plain,
    ! [SV2: $i,SV4: $i] :
      ( ( ( big_f @ SV4 )
        = $false )
      | ( ( big_g @ SV4 )
        = $true )
      | ( ( big_s @ SV2 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[53]) ).

thf(55,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[25,54,51,47,46,45,44,42,35,26]) ).

thf(56,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[55]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : SYN058-1 : TPTP v8.1.0. Released v1.0.0.
% 0.10/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.12/0.34  % Computer : n018.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Mon Jul 11 13:52:44 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.35  
% 0.12/0.35   No.of.Axioms: 9
% 0.12/0.35  
% 0.12/0.35   Length.of.Defs: 0
% 0.12/0.35  
% 0.12/0.35   Contains.Choice.Funs: false
% 0.12/0.35  (rf:0,axioms:9,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:11,loop_count:0,foatp_calls:0,translation:fof_full).
% 0.12/0.38  
% 0.12/0.38  ********************************
% 0.12/0.38  *   All subproblems solved!    *
% 0.12/0.38  ********************************
% 0.12/0.38  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:9,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:55,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.12/0.38  
% 0.12/0.38  %**** Beginning of derivation protocol ****
% 0.12/0.38  % SZS output start CNFRefutation
% See solution above
% 0.12/0.38  
% 0.12/0.38  %**** End of derivation protocol ****
% 0.12/0.38  %**** no. of clauses in derivation: 56 ****
% 0.12/0.38  %**** clause counter: 55 ****
% 0.12/0.38  
% 0.12/0.38  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:9,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:55,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------