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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : PUZ001-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 : n023.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 : Mon Jul 18 18:19:14 EDT 2022

% Result   : Unsatisfiable 0.20s 0.39s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :   20
% Syntax   : Number of formulae    :   79 (  46 unt;   7 typ;   0 def)
%            Number of atoms       :  300 (  81 equ;   0 cnn)
%            Maximal formula atoms :    3 (   4 avg)
%            Number of connectives :  372 (  63   ~;  66   |;   0   &; 243   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   2 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    7 (   7   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   10 (   7 usr;   5 con; 0-2 aty)
%            Number of variables   :   60 (   0   ^  60   !;   0   ?;  60   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_agatha,type,
    agatha: $i ).

thf(tp_butler,type,
    butler: $i ).

thf(tp_charles,type,
    charles: $i ).

thf(tp_hates,type,
    hates: $i > $i > $o ).

thf(tp_killed,type,
    killed: $i > $i > $o ).

thf(tp_lives,type,
    lives: $i > $o ).

thf(tp_richer,type,
    richer: $i > $i > $o ).

thf(1,axiom,
    ! [X: $i] :
      ( ~ ( lives @ X )
      | ( richer @ X @ agatha )
      | ( hates @ butler @ X ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',butler_hates_poor) ).

thf(2,axiom,
    ! [X: $i] :
      ( ~ ( hates @ agatha @ X )
      | ( hates @ butler @ X ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',same_hates) ).

thf(3,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( killed @ X @ Y )
      | ( hates @ X @ Y ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',killer_hates_victim) ).

thf(4,axiom,
    hates @ agatha @ charles,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',agatha_hates_charles) ).

thf(5,axiom,
    hates @ agatha @ agatha,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',agatha_hates_agatha) ).

thf(6,axiom,
    ! [X: $i] :
      ( ~ ( hates @ X @ agatha )
      | ~ ( hates @ X @ butler )
      | ~ ( hates @ X @ charles ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',no_one_hates_everyone) ).

thf(7,axiom,
    ! [X: $i] :
      ( ~ ( hates @ agatha @ X )
      | ~ ( hates @ charles @ X ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',different_hates) ).

thf(8,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( killed @ X @ Y )
      | ~ ( richer @ X @ Y ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',poorer_killer) ).

thf(9,axiom,
    lives @ charles,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',charles) ).

thf(10,axiom,
    lives @ butler,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',butler) ).

thf(11,axiom,
    lives @ agatha,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',agatha) ).

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

thf(13,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[12]) ).

thf(14,negated_conjecture,
    ( ( killed @ butler @ agatha )
    | ( killed @ charles @ agatha ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_neither_charles_nor_butler_did_it) ).

thf(15,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[13]) ).

thf(16,plain,
    ( ( ! [X: $i] :
          ( ~ ( lives @ X )
          | ( richer @ X @ agatha )
          | ( hates @ butler @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(17,plain,
    ( ( ! [X: $i] :
          ( ~ ( hates @ agatha @ X )
          | ( hates @ butler @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

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

thf(19,plain,
    ( ( hates @ agatha @ charles )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(20,plain,
    ( ( hates @ agatha @ agatha )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(21,plain,
    ( ( ! [X: $i] :
          ( ~ ( hates @ X @ agatha )
          | ~ ( hates @ X @ butler )
          | ~ ( hates @ X @ charles ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(22,plain,
    ( ( ! [X: $i] :
          ( ~ ( hates @ agatha @ X )
          | ~ ( hates @ charles @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

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

thf(24,plain,
    ( ( lives @ charles )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(25,plain,
    ( ( lives @ butler )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(26,plain,
    ( ( lives @ agatha )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(27,plain,
    ( ( ( killed @ butler @ agatha )
      | ( killed @ charles @ agatha ) )
    = $true ),
    inference(unfold_def,[status(thm)],[14]) ).

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

thf(29,plain,
    ( ( ! [X: $i] :
          ( ~ ( lives @ X )
          | ( hates @ butler @ X )
          | ( richer @ X @ agatha ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[16]) ).

thf(30,plain,
    ( ( ( killed @ butler @ agatha )
      | ( killed @ charles @ agatha ) )
    = $true ),
    inference(copy,[status(thm)],[27]) ).

thf(31,plain,
    ( ( lives @ agatha )
    = $true ),
    inference(copy,[status(thm)],[26]) ).

thf(32,plain,
    ( ( lives @ butler )
    = $true ),
    inference(copy,[status(thm)],[25]) ).

thf(33,plain,
    ( ( lives @ charles )
    = $true ),
    inference(copy,[status(thm)],[24]) ).

thf(34,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( killed @ X @ Y )
          | ~ ( richer @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[23]) ).

thf(35,plain,
    ( ( ! [X: $i] :
          ( ~ ( hates @ agatha @ X )
          | ~ ( hates @ charles @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[22]) ).

thf(36,plain,
    ( ( ! [X: $i] :
          ( ~ ( hates @ X @ agatha )
          | ~ ( hates @ X @ butler )
          | ~ ( hates @ X @ charles ) ) )
    = $true ),
    inference(copy,[status(thm)],[21]) ).

thf(37,plain,
    ( ( hates @ agatha @ agatha )
    = $true ),
    inference(copy,[status(thm)],[20]) ).

thf(38,plain,
    ( ( hates @ agatha @ charles )
    = $true ),
    inference(copy,[status(thm)],[19]) ).

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

thf(40,plain,
    ( ( ! [X: $i] :
          ( ~ ( hates @ agatha @ X )
          | ( hates @ butler @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[17]) ).

thf(41,plain,
    ( ( ! [X: $i] :
          ( ~ ( lives @ X )
          | ( hates @ butler @ X )
          | ( richer @ X @ agatha ) ) )
    = $true ),
    inference(copy,[status(thm)],[29]) ).

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

thf(43,plain,
    ( ( ( killed @ butler @ agatha )
      = $true )
    | ( ( killed @ charles @ agatha )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[30]) ).

thf(44,plain,
    ! [SV1: $i] :
      ( ( ! [SY8: $i] :
            ( ~ ( killed @ SV1 @ SY8 )
            | ~ ( richer @ SV1 @ SY8 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[34]) ).

thf(45,plain,
    ! [SV2: $i] :
      ( ( ~ ( hates @ agatha @ SV2 )
        | ~ ( hates @ charles @ SV2 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[35]) ).

thf(46,plain,
    ! [SV3: $i] :
      ( ( ~ ( hates @ SV3 @ agatha )
        | ~ ( hates @ SV3 @ butler )
        | ~ ( hates @ SV3 @ charles ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[36]) ).

thf(47,plain,
    ! [SV4: $i] :
      ( ( ! [SY9: $i] :
            ( ~ ( killed @ SV4 @ SY9 )
            | ( hates @ SV4 @ SY9 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[39]) ).

thf(48,plain,
    ! [SV5: $i] :
      ( ( ~ ( hates @ agatha @ SV5 )
        | ( hates @ butler @ SV5 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[40]) ).

thf(49,plain,
    ! [SV6: $i] :
      ( ( ~ ( lives @ SV6 )
        | ( hates @ butler @ SV6 )
        | ( richer @ SV6 @ agatha ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[41]) ).

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

thf(51,plain,
    ! [SV7: $i,SV1: $i] :
      ( ( ~ ( killed @ SV1 @ SV7 )
        | ~ ( richer @ SV1 @ SV7 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[44]) ).

thf(52,plain,
    ! [SV2: $i] :
      ( ( ( ~ ( hates @ agatha @ SV2 ) )
        = $true )
      | ( ( ~ ( hates @ charles @ SV2 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[45]) ).

thf(53,plain,
    ! [SV3: $i] :
      ( ( ( ~ ( hates @ SV3 @ agatha ) )
        = $true )
      | ( ( ~ ( hates @ SV3 @ butler )
          | ~ ( hates @ SV3 @ charles ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[46]) ).

thf(54,plain,
    ! [SV8: $i,SV4: $i] :
      ( ( ~ ( killed @ SV4 @ SV8 )
        | ( hates @ SV4 @ SV8 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[47]) ).

thf(55,plain,
    ! [SV5: $i] :
      ( ( ( ~ ( hates @ agatha @ SV5 ) )
        = $true )
      | ( ( hates @ butler @ SV5 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[48]) ).

thf(56,plain,
    ! [SV6: $i] :
      ( ( ( ~ ( lives @ SV6 ) )
        = $true )
      | ( ( ( hates @ butler @ SV6 )
          | ( richer @ SV6 @ agatha ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[49]) ).

thf(57,plain,
    ! [SV7: $i,SV1: $i] :
      ( ( ( ~ ( killed @ SV1 @ SV7 ) )
        = $true )
      | ( ( ~ ( richer @ SV1 @ SV7 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[51]) ).

thf(58,plain,
    ! [SV2: $i] :
      ( ( ( hates @ agatha @ SV2 )
        = $false )
      | ( ( ~ ( hates @ charles @ SV2 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[52]) ).

thf(59,plain,
    ! [SV3: $i] :
      ( ( ( hates @ SV3 @ agatha )
        = $false )
      | ( ( ~ ( hates @ SV3 @ butler )
          | ~ ( hates @ SV3 @ charles ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[53]) ).

thf(60,plain,
    ! [SV8: $i,SV4: $i] :
      ( ( ( ~ ( killed @ SV4 @ SV8 ) )
        = $true )
      | ( ( hates @ SV4 @ SV8 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[54]) ).

thf(61,plain,
    ! [SV5: $i] :
      ( ( ( hates @ agatha @ SV5 )
        = $false )
      | ( ( hates @ butler @ SV5 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[55]) ).

thf(62,plain,
    ! [SV6: $i] :
      ( ( ( lives @ SV6 )
        = $false )
      | ( ( ( hates @ butler @ SV6 )
          | ( richer @ SV6 @ agatha ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[56]) ).

thf(63,plain,
    ! [SV7: $i,SV1: $i] :
      ( ( ( killed @ SV1 @ SV7 )
        = $false )
      | ( ( ~ ( richer @ SV1 @ SV7 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[57]) ).

thf(64,plain,
    ! [SV2: $i] :
      ( ( ( hates @ charles @ SV2 )
        = $false )
      | ( ( hates @ agatha @ SV2 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[58]) ).

thf(65,plain,
    ! [SV3: $i] :
      ( ( ( ~ ( hates @ SV3 @ butler ) )
        = $true )
      | ( ( ~ ( hates @ SV3 @ charles ) )
        = $true )
      | ( ( hates @ SV3 @ agatha )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[59]) ).

thf(66,plain,
    ! [SV8: $i,SV4: $i] :
      ( ( ( killed @ SV4 @ SV8 )
        = $false )
      | ( ( hates @ SV4 @ SV8 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[60]) ).

thf(67,plain,
    ! [SV6: $i] :
      ( ( ( hates @ butler @ SV6 )
        = $true )
      | ( ( richer @ SV6 @ agatha )
        = $true )
      | ( ( lives @ SV6 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[62]) ).

thf(68,plain,
    ! [SV7: $i,SV1: $i] :
      ( ( ( richer @ SV1 @ SV7 )
        = $false )
      | ( ( killed @ SV1 @ SV7 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[63]) ).

thf(69,plain,
    ! [SV3: $i] :
      ( ( ( hates @ SV3 @ butler )
        = $false )
      | ( ( ~ ( hates @ SV3 @ charles ) )
        = $true )
      | ( ( hates @ SV3 @ agatha )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[65]) ).

thf(70,plain,
    ! [SV3: $i] :
      ( ( ( hates @ SV3 @ charles )
        = $false )
      | ( ( hates @ SV3 @ butler )
        = $false )
      | ( ( hates @ SV3 @ agatha )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[69]) ).

thf(71,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[31,70,68,67,66,64,61,50,43,38,37,33,32]) ).

thf(72,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[71]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : PUZ001-1 : TPTP v8.1.0. Released v1.0.0.
% 0.07/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.34  % Computer : n023.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 : Sat May 28 22:45:27 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  
% 0.13/0.35   No.of.Axioms: 12
% 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:12,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:14,loop_count:0,foatp_calls:0,translation:fof_full)..
% 0.20/0.39  
% 0.20/0.39  ********************************
% 0.20/0.39  *   All subproblems solved!    *
% 0.20/0.39  ********************************
% 0.20/0.39  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:12,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:71,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.20/0.39  
% 0.20/0.39  %**** Beginning of derivation protocol ****
% 0.20/0.39  % SZS output start CNFRefutation
% See solution above
% 0.20/0.39  
% 0.20/0.39  %**** End of derivation protocol ****
% 0.20/0.39  %**** no. of clauses in derivation: 72 ****
% 0.20/0.39  %**** clause counter: 71 ****
% 0.20/0.39  
% 0.20/0.39  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:12,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:71,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------