TSTP Solution File: LCL612^1 by LEO-II---1.7.0

View Problem - Process Solution

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

% Computer : n011.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 12:24:26 EDT 2022

% Result   : Theorem 0.12s 0.37s
% Output   : CNFRefutation 0.12s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   12
%            Number of leaves      :   40
% Syntax   : Number of formulae    :   62 (  35 unt;  24 typ;  15 def)
%            Number of atoms       :  142 (  38 equ;   0 cnn)
%            Maximal formula atoms :    4 (   3 avg)
%            Number of connectives :  104 (   9   ~;   5   |;   7   &;  77   @)
%                                         (   0 <=>;   6  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   1 avg)
%            Number of types       :    3 (   1 usr)
%            Number of type conns  :   94 (  94   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   26 (  23 usr;   4 con; 0-3 aty)
%            Number of variables   :   53 (  28   ^  21   !;   4   ?;  53   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_individuals,type,
    individuals: $tType ).

thf(tp_current_world,type,
    current_world: $i ).

thf(tp_mall,type,
    mall: ( individuals > $i > $o ) > $i > $o ).

thf(tp_mand,type,
    mand: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(tp_mbox,type,
    mbox: ( $i > $i > $o ) > ( $i > $o ) > $i > $o ).

thf(tp_mcountersatisfiable,type,
    mcountersatisfiable: ( $i > $o ) > $o ).

thf(tp_mdia,type,
    mdia: ( $i > $i > $o ) > ( $i > $o ) > $i > $o ).

thf(tp_mexists,type,
    mexists: ( individuals > $i > $o ) > $i > $o ).

thf(tp_mfalse,type,
    mfalse: $i > $o ).

thf(tp_miff,type,
    miff: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(tp_mimpl,type,
    mimpl: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(tp_minvalid,type,
    minvalid: ( $i > $o ) > $o ).

thf(tp_mnot,type,
    mnot: ( $i > $o ) > $i > $o ).

thf(tp_mor,type,
    mor: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(tp_msatisfiable,type,
    msatisfiable: ( $i > $o ) > $o ).

thf(tp_mtrue,type,
    mtrue: $i > $o ).

thf(tp_mvalid,type,
    mvalid: ( $i > $o ) > $o ).

thf(tp_prop_a,type,
    prop_a: $i > $o ).

thf(tp_prop_b,type,
    prop_b: $i > $o ).

thf(tp_prop_c,type,
    prop_c: $i > $o ).

thf(tp_sK1_R,type,
    sK1_R: $i > $i > $o ).

thf(tp_sK2_X,type,
    sK2_X: $i > $o ).

thf(tp_sK3_SY2,type,
    sK3_SY2: $i > $o ).

thf(tp_sK4_SX0,type,
    sK4_SX0: $i ).

thf(mall,definition,
    ( mall
    = ( ^ [P: individuals > $i > $o,W: $i] :
        ! [X: individuals] : ( P @ X @ W ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mall) ).

thf(mand,definition,
    ( mand
    = ( ^ [X: $i > $o,Y: $i > $o,U: $i] :
          ( ( X @ U )
          & ( Y @ U ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mand) ).

thf(mbox,definition,
    ( mbox
    = ( ^ [R: $i > $i > $o,P: $i > $o,X: $i] :
        ! [Y: $i] :
          ( ( R @ X @ Y )
         => ( P @ Y ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mbox) ).

thf(mcountersatisfiable,definition,
    ( mcountersatisfiable
    = ( ^ [P: $i > $o] :
        ? [W: $i] :
          ~ ( P @ W ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mcountersatisfiable) ).

thf(mdia,definition,
    ( mdia
    = ( ^ [R: $i > $i > $o,P: $i > $o,X: $i] :
        ? [Y: $i] :
          ( ( R @ X @ Y )
          & ( P @ Y ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mdia) ).

thf(mexists,definition,
    ( mexists
    = ( ^ [P: individuals > $i > $o,W: $i] :
        ? [X: individuals] : ( P @ X @ W ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mexists) ).

thf(mfalse,definition,
    ( mfalse
    = ( ^ [X: $i] : $false ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mfalse) ).

thf(miff,definition,
    ( miff
    = ( ^ [U: $i > $o,V: $i > $o] : ( mand @ ( mimpl @ U @ V ) @ ( mimpl @ V @ U ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',miff) ).

thf(mimpl,definition,
    ( mimpl
    = ( ^ [U: $i > $o,V: $i > $o] : ( mor @ ( mnot @ U ) @ V ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mimpl) ).

thf(minvalid,definition,
    ( minvalid
    = ( ^ [P: $i > $o] :
        ! [W: $i] :
          ~ ( P @ W ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',minvalid) ).

thf(mnot,definition,
    ( mnot
    = ( ^ [X: $i > $o,U: $i] :
          ~ ( X @ U ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mnot) ).

thf(mor,definition,
    ( mor
    = ( ^ [X: $i > $o,Y: $i > $o,U: $i] :
          ( ( X @ U )
          | ( Y @ U ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mor) ).

thf(msatisfiable,definition,
    ( msatisfiable
    = ( ^ [P: $i > $o] :
        ? [W: $i] : ( P @ W ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',msatisfiable) ).

thf(mtrue,definition,
    ( mtrue
    = ( ^ [X: $i] : $true ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mtrue) ).

thf(mvalid,definition,
    ( mvalid
    = ( ^ [P: $i > $o] :
        ! [W: $i] : ( P @ W ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mvalid) ).

thf(1,conjecture,
    ! [R: $i > $i > $o,X: $i > $o,Y: $i > $o] :
      ( ( ( mvalid @ X )
        & ( mvalid @ ( mimpl @ X @ Y ) ) )
     => ( mvalid @ Y ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',modus_ponens) ).

thf(2,negated_conjecture,
    ( ( ! [R: $i > $i > $o,X: $i > $o,Y: $i > $o] :
          ( ( ( mvalid @ X )
            & ( mvalid @ ( mimpl @ X @ Y ) ) )
         => ( mvalid @ Y ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[1]) ).

thf(3,plain,
    ( ( ! [X: $i > $o,Y: $i > $o] :
          ( ( ( mvalid @ X )
            & ( mvalid @ ( mimpl @ X @ Y ) ) )
         => ( mvalid @ Y ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[2]) ).

thf(4,plain,
    ( ( ! [SY2: $i > $o] :
          ( ( ( mvalid @ sK2_X )
            & ( mvalid @ ( mimpl @ sK2_X @ SY2 ) ) )
         => ( mvalid @ SY2 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[3]) ).

thf(5,plain,
    ( ( ( ( mvalid @ sK2_X )
        & ( mvalid @ ( mimpl @ sK2_X @ sK3_SY2 ) ) )
     => ( mvalid @ sK3_SY2 ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[4]) ).

thf(6,plain,
    ( ( mvalid @ sK2_X )
    = $true ),
    inference(standard_cnf,[status(thm)],[5]) ).

thf(7,plain,
    ( ( mvalid @ ( mimpl @ sK2_X @ sK3_SY2 ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[5]) ).

thf(8,plain,
    ( ( mvalid @ sK3_SY2 )
    = $false ),
    inference(standard_cnf,[status(thm)],[5]) ).

thf(9,plain,
    ( ( ~ ( mvalid @ sK3_SY2 ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[8]) ).

thf(10,plain,
    ( ( mvalid @ ( mimpl @ sK2_X @ sK3_SY2 ) )
    = $true ),
    inference(copy,[status(thm)],[7]) ).

thf(11,plain,
    ( ( mvalid @ sK2_X )
    = $true ),
    inference(copy,[status(thm)],[6]) ).

thf(12,plain,
    ( ( ~ ( mvalid @ sK3_SY2 ) )
    = $true ),
    inference(copy,[status(thm)],[9]) ).

thf(13,plain,
    ( ( ~ ! [SX0: $i] : ( sK3_SY2 @ SX0 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12,mall,mand,mbox,mcountersatisfiable,mdia,mexists,mfalse,miff,mimpl,minvalid,mnot,mor,msatisfiable,mtrue,mvalid]) ).

thf(14,plain,
    ( ( ! [SX0: $i] : ( sK2_X @ SX0 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11,mall,mand,mbox,mcountersatisfiable,mdia,mexists,mfalse,miff,mimpl,minvalid,mnot,mor,msatisfiable,mtrue,mvalid]) ).

thf(15,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( sK2_X @ SX0 )
          | ( sK3_SY2 @ SX0 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10,mall,mand,mbox,mcountersatisfiable,mdia,mexists,mfalse,miff,mimpl,minvalid,mnot,mor,msatisfiable,mtrue,mvalid]) ).

thf(16,plain,
    ( ( ! [SX0: $i] : ( sK3_SY2 @ SX0 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[13]) ).

thf(17,plain,
    ! [SV1: $i] :
      ( ( sK2_X @ SV1 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[14]) ).

thf(18,plain,
    ! [SV2: $i] :
      ( ( ~ ( sK2_X @ SV2 )
        | ( sK3_SY2 @ SV2 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[15]) ).

thf(19,plain,
    ( ( sK3_SY2 @ sK4_SX0 )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[16]) ).

thf(20,plain,
    ! [SV2: $i] :
      ( ( ( ~ ( sK2_X @ SV2 ) )
        = $true )
      | ( ( sK3_SY2 @ SV2 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[18]) ).

thf(21,plain,
    ! [SV2: $i] :
      ( ( ( sK2_X @ SV2 )
        = $false )
      | ( ( sK3_SY2 @ SV2 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[20]) ).

thf(22,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[17,21,19]) ).

thf(23,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[22]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : LCL612^1 : TPTP v8.1.0. Released v3.6.0.
% 0.07/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.12/0.34  % Computer : n011.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 : Sun Jul  3 18:26:20 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.34  
% 0.12/0.34   No.of.Axioms: 0
% 0.12/0.34  
% 0.12/0.34   Length.of.Defs: 2218
% 0.12/0.34  
% 0.12/0.34   Contains.Choice.Funs: false
% 0.12/0.34  (rf:0,axioms:0,ps:3,u:6,ude:false,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:25,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:2,loop_count:0,foatp_calls:0,translation:fof_full)
% 0.12/0.37  ********************************
% 0.12/0.37  *   All subproblems solved!    *
% 0.12/0.37  ********************************
% 0.12/0.37  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:2,ps:3,u:6,ude:false,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:25,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:22,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: 23 ****
% 0.12/0.37  %**** clause counter: 22 ****
% 0.12/0.37  
% 0.12/0.37  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:2,ps:3,u:6,ude:false,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:25,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:22,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------