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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : MSC006-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 : 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 : Sun Jul 17 22:50:20 EDT 2022

% Result   : Unsatisfiable 0.13s 0.38s
% Output   : CNFRefutation 0.13s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   12
%            Number of leaves      :   13
% Syntax   : Number of formulae    :   57 (  34 unt;   6 typ;   0 def)
%            Number of atoms       :  228 (  60 equ;   0 cnn)
%            Maximal formula atoms :    3 (   4 avg)
%            Number of connectives :  305 (  48   ~;  57   |;   0   &; 200   @)
%                                         (   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     :    9 (   6 usr;   6 con; 0-2 aty)
%            Number of variables   :   92 (   0   ^  92   !;   0   ?;  92   :)

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

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

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

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

thf(tp_p,type,
    p: $i > $i > $o ).

thf(tp_q,type,
    q: $i > $i > $o ).

thf(1,axiom,
    ~ ( p @ a @ b ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',p_is_not_total) ).

thf(2,axiom,
    ! [X: $i,Y: $i] :
      ( ( p @ X @ Y )
      | ( q @ X @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',all_related) ).

thf(3,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( q @ X @ Y )
      | ( q @ Y @ X ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',q_symmetry) ).

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

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

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

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

thf(8,negated_conjecture,
    ~ ( q @ c @ d ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_q_is_total) ).

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

thf(10,plain,
    ( ( ~ ( p @ a @ b ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(11,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( p @ X @ Y )
          | ( q @ X @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(12,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( q @ X @ Y )
          | ( q @ Y @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

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

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

thf(15,plain,
    ( ( ~ ( q @ c @ d ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

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

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

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

thf(19,plain,
    ( ( ~ ( q @ c @ d ) )
    = $true ),
    inference(copy,[status(thm)],[15]) ).

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

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

thf(22,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( q @ X @ Y )
          | ( q @ Y @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[12]) ).

thf(23,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( p @ X @ Y )
          | ( q @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[11]) ).

thf(24,plain,
    ( ( ~ ( p @ a @ b ) )
    = $true ),
    inference(copy,[status(thm)],[10]) ).

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

thf(26,plain,
    ( ( q @ c @ d )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[19]) ).

thf(27,plain,
    ! [SV1: $i] :
      ( ( ! [SY10: $i] :
            ( ~ ( p @ SV1 @ SY10 )
            | ! [SY11: $i] :
                ( ~ ( p @ SY10 @ SY11 )
                | ( p @ SV1 @ SY11 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[20]) ).

thf(28,plain,
    ! [SV2: $i] :
      ( ( ! [SY12: $i] :
            ( ~ ( q @ SV2 @ SY12 )
            | ! [SY13: $i] :
                ( ~ ( q @ SY12 @ SY13 )
                | ( q @ SV2 @ SY13 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[21]) ).

thf(29,plain,
    ! [SV3: $i] :
      ( ( ! [SY14: $i] :
            ( ~ ( q @ SV3 @ SY14 )
            | ( q @ SY14 @ SV3 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[22]) ).

thf(30,plain,
    ! [SV4: $i] :
      ( ( ! [SY15: $i] :
            ( ( p @ SV4 @ SY15 )
            | ( q @ SV4 @ SY15 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[23]) ).

thf(31,plain,
    ( ( p @ a @ b )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[24]) ).

thf(32,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[25]) ).

thf(33,plain,
    ! [SV5: $i,SV1: $i] :
      ( ( ~ ( p @ SV1 @ SV5 )
        | ! [SY16: $i] :
            ( ~ ( p @ SV5 @ SY16 )
            | ( p @ SV1 @ SY16 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[27]) ).

thf(34,plain,
    ! [SV6: $i,SV2: $i] :
      ( ( ~ ( q @ SV2 @ SV6 )
        | ! [SY17: $i] :
            ( ~ ( q @ SV6 @ SY17 )
            | ( q @ SV2 @ SY17 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[28]) ).

thf(35,plain,
    ! [SV7: $i,SV3: $i] :
      ( ( ~ ( q @ SV3 @ SV7 )
        | ( q @ SV7 @ SV3 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[29]) ).

thf(36,plain,
    ! [SV8: $i,SV4: $i] :
      ( ( ( p @ SV4 @ SV8 )
        | ( q @ SV4 @ SV8 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[30]) ).

thf(37,plain,
    ! [SV5: $i,SV1: $i] :
      ( ( ( ~ ( p @ SV1 @ SV5 ) )
        = $true )
      | ( ( ! [SY16: $i] :
              ( ~ ( p @ SV5 @ SY16 )
              | ( p @ SV1 @ SY16 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[33]) ).

thf(38,plain,
    ! [SV6: $i,SV2: $i] :
      ( ( ( ~ ( q @ SV2 @ SV6 ) )
        = $true )
      | ( ( ! [SY17: $i] :
              ( ~ ( q @ SV6 @ SY17 )
              | ( q @ SV2 @ SY17 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[34]) ).

thf(39,plain,
    ! [SV7: $i,SV3: $i] :
      ( ( ( ~ ( q @ SV3 @ SV7 ) )
        = $true )
      | ( ( q @ SV7 @ SV3 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[35]) ).

thf(40,plain,
    ! [SV8: $i,SV4: $i] :
      ( ( ( p @ SV4 @ SV8 )
        = $true )
      | ( ( q @ SV4 @ SV8 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[36]) ).

thf(41,plain,
    ! [SV5: $i,SV1: $i] :
      ( ( ( p @ SV1 @ SV5 )
        = $false )
      | ( ( ! [SY16: $i] :
              ( ~ ( p @ SV5 @ SY16 )
              | ( p @ SV1 @ SY16 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[37]) ).

thf(42,plain,
    ! [SV6: $i,SV2: $i] :
      ( ( ( q @ SV2 @ SV6 )
        = $false )
      | ( ( ! [SY17: $i] :
              ( ~ ( q @ SV6 @ SY17 )
              | ( q @ SV2 @ SY17 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[38]) ).

thf(43,plain,
    ! [SV7: $i,SV3: $i] :
      ( ( ( q @ SV3 @ SV7 )
        = $false )
      | ( ( q @ SV7 @ SV3 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[39]) ).

thf(44,plain,
    ! [SV1: $i,SV9: $i,SV5: $i] :
      ( ( ( ~ ( p @ SV5 @ SV9 )
          | ( p @ SV1 @ SV9 ) )
        = $true )
      | ( ( p @ SV1 @ SV5 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[41]) ).

thf(45,plain,
    ! [SV2: $i,SV10: $i,SV6: $i] :
      ( ( ( ~ ( q @ SV6 @ SV10 )
          | ( q @ SV2 @ SV10 ) )
        = $true )
      | ( ( q @ SV2 @ SV6 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[42]) ).

thf(46,plain,
    ! [SV1: $i,SV9: $i,SV5: $i] :
      ( ( ( ~ ( p @ SV5 @ SV9 ) )
        = $true )
      | ( ( p @ SV1 @ SV9 )
        = $true )
      | ( ( p @ SV1 @ SV5 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[44]) ).

thf(47,plain,
    ! [SV2: $i,SV10: $i,SV6: $i] :
      ( ( ( ~ ( q @ SV6 @ SV10 ) )
        = $true )
      | ( ( q @ SV2 @ SV10 )
        = $true )
      | ( ( q @ SV2 @ SV6 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[45]) ).

thf(48,plain,
    ! [SV1: $i,SV9: $i,SV5: $i] :
      ( ( ( p @ SV5 @ SV9 )
        = $false )
      | ( ( p @ SV1 @ SV9 )
        = $true )
      | ( ( p @ SV1 @ SV5 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[46]) ).

thf(49,plain,
    ! [SV2: $i,SV10: $i,SV6: $i] :
      ( ( ( q @ SV6 @ SV10 )
        = $false )
      | ( ( q @ SV2 @ SV10 )
        = $true )
      | ( ( q @ SV2 @ SV6 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[47]) ).

thf(50,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[26,49,48,43,40,32,31]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : MSC006-1 : TPTP v8.1.0. Released v1.0.0.
% 0.06/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.34  % Computer : n024.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 : Fri Jul  1 16:21:45 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  
% 0.13/0.35   No.of.Axioms: 6
% 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:6,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:8,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 Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:6,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:50,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.13/0.39  
% 0.13/0.39  %**** Beginning of derivation protocol ****
% 0.13/0.39  % SZS output start CNFRefutation
% See solution above
% 0.13/0.39  
% 0.13/0.39  %**** End of derivation protocol ****
% 0.13/0.39  %**** no. of clauses in derivation: 51 ****
% 0.13/0.39  %**** clause counter: 50 ****
% 0.13/0.39  
% 0.13/0.39  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:6,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:50,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------