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

View Problem - Process Solution

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

% Computer : n029.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 05:44:09 EDT 2022

% Result   : Unsatisfiable 0.48s 0.70s
% Output   : CNFRefutation 0.48s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :   19
% Syntax   : Number of formulae    :   76 (  71 unt;   5 typ;   0 def)
%            Number of atoms       :  183 ( 119 equ;   0 cnn)
%            Maximal formula atoms :    1 (   2 avg)
%            Number of connectives :  342 (   6   ~;   0   |;   0   &; 336   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   2 avg)
%            Number of types       :    1 (   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   :  120 (   0   ^ 120   !;   0   ?; 120   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_join,type,
    join: $i > $i > $i ).

thf(tp_meet,type,
    meet: $i > $i > $i ).

thf(tp_xx,type,
    xx: $i ).

thf(tp_yy,type,
    yy: $i ).

thf(tp_zz,type,
    zz: $i ).

thf(1,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( join @ ( join @ X @ Y ) @ Z )
      = ( join @ X @ ( join @ Y @ Z ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',associativity_of_join) ).

thf(2,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( meet @ ( meet @ X @ Y ) @ Z )
      = ( meet @ X @ ( meet @ Y @ Z ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',associativity_of_meet) ).

thf(3,axiom,
    ! [X: $i,Y: $i] :
      ( ( join @ X @ Y )
      = ( join @ Y @ X ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',commutativity_of_join) ).

thf(4,axiom,
    ! [X: $i,Y: $i] :
      ( ( meet @ X @ Y )
      = ( meet @ Y @ X ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',commutativity_of_meet) ).

thf(5,axiom,
    ! [X: $i,Y: $i] :
      ( ( join @ X @ ( meet @ X @ Y ) )
      = X ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',absorption2) ).

thf(6,axiom,
    ! [X: $i,Y: $i] :
      ( ( meet @ X @ ( join @ X @ Y ) )
      = X ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',absorption1) ).

thf(7,axiom,
    ! [X: $i] :
      ( ( join @ X @ X )
      = X ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',idempotence_of_join) ).

thf(8,axiom,
    ! [X: $i] :
      ( ( meet @ X @ X )
      = X ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',idempotence_of_meet) ).

thf(9,axiom,
    ( ( meet @ xx @ yy )
    = ( meet @ xx @ zz ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',lhs2) ).

thf(10,axiom,
    ( ( join @ xx @ yy )
    = ( join @ xx @ zz ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',lhs1) ).

thf(11,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( meet @ X @ ( join @ Y @ Z ) )
      = ( join @ ( meet @ X @ Y ) @ ( meet @ X @ Z ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',dist_meet) ).

thf(12,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( join @ X @ ( meet @ Y @ Z ) )
      = ( meet @ ( join @ X @ Y ) @ ( join @ X @ Z ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',dist_join) ).

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

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

thf(15,negated_conjecture,
    yy != zz,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',rhs) ).

thf(16,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[14]) ).

thf(17,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( join @ ( join @ X @ Y ) @ Z )
          = ( join @ X @ ( join @ Y @ Z ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(18,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( meet @ ( meet @ X @ Y ) @ Z )
          = ( meet @ X @ ( meet @ Y @ Z ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(19,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( join @ X @ Y )
          = ( join @ Y @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(20,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( meet @ X @ Y )
          = ( meet @ Y @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(21,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( join @ X @ ( meet @ X @ Y ) )
          = X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(22,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( meet @ X @ ( join @ X @ Y ) )
          = X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(23,plain,
    ( ( ! [X: $i] :
          ( ( join @ X @ X )
          = X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(24,plain,
    ( ( ! [X: $i] :
          ( ( meet @ X @ X )
          = X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(25,plain,
    ( ( ( meet @ xx @ yy )
      = ( meet @ xx @ zz ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(26,plain,
    ( ( ( join @ xx @ yy )
      = ( join @ xx @ zz ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(27,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( meet @ X @ ( join @ Y @ Z ) )
          = ( join @ ( meet @ X @ Y ) @ ( meet @ X @ Z ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(28,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( join @ X @ ( meet @ Y @ Z ) )
          = ( meet @ ( join @ X @ Y ) @ ( join @ X @ Z ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

thf(29,plain,
    ( ( ( yy != zz ) )
    = $true ),
    inference(unfold_def,[status(thm)],[15]) ).

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

thf(31,plain,
    ( ( ( yy != zz ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[29]) ).

thf(32,plain,
    ( ( ( yy != zz ) )
    = $true ),
    inference(copy,[status(thm)],[31]) ).

thf(33,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( join @ X @ ( meet @ Y @ Z ) )
          = ( meet @ ( join @ X @ Y ) @ ( join @ X @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[28]) ).

thf(34,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( meet @ X @ ( join @ Y @ Z ) )
          = ( join @ ( meet @ X @ Y ) @ ( meet @ X @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[27]) ).

thf(35,plain,
    ( ( ( join @ xx @ yy )
      = ( join @ xx @ zz ) )
    = $true ),
    inference(copy,[status(thm)],[26]) ).

thf(36,plain,
    ( ( ( meet @ xx @ yy )
      = ( meet @ xx @ zz ) )
    = $true ),
    inference(copy,[status(thm)],[25]) ).

thf(37,plain,
    ( ( ! [X: $i] :
          ( ( meet @ X @ X )
          = X ) )
    = $true ),
    inference(copy,[status(thm)],[24]) ).

thf(38,plain,
    ( ( ! [X: $i] :
          ( ( join @ X @ X )
          = X ) )
    = $true ),
    inference(copy,[status(thm)],[23]) ).

thf(39,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( meet @ X @ ( join @ X @ Y ) )
          = X ) )
    = $true ),
    inference(copy,[status(thm)],[22]) ).

thf(40,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( join @ X @ ( meet @ X @ Y ) )
          = X ) )
    = $true ),
    inference(copy,[status(thm)],[21]) ).

thf(41,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( meet @ X @ Y )
          = ( meet @ Y @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[20]) ).

thf(42,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( join @ X @ Y )
          = ( join @ Y @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[19]) ).

thf(43,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( meet @ ( meet @ X @ Y ) @ Z )
          = ( meet @ X @ ( meet @ Y @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[18]) ).

thf(44,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( join @ ( join @ X @ Y ) @ Z )
          = ( join @ X @ ( join @ Y @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[17]) ).

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

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

thf(47,plain,
    ! [SV1: $i] :
      ( ( ! [SY22: $i,SY23: $i] :
            ( ( join @ SV1 @ ( meet @ SY22 @ SY23 ) )
            = ( meet @ ( join @ SV1 @ SY22 ) @ ( join @ SV1 @ SY23 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[33]) ).

thf(48,plain,
    ! [SV2: $i] :
      ( ( ! [SY24: $i,SY25: $i] :
            ( ( meet @ SV2 @ ( join @ SY24 @ SY25 ) )
            = ( join @ ( meet @ SV2 @ SY24 ) @ ( meet @ SV2 @ SY25 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[34]) ).

thf(49,plain,
    ! [SV3: $i] :
      ( ( ( meet @ SV3 @ SV3 )
        = SV3 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[37]) ).

thf(50,plain,
    ! [SV4: $i] :
      ( ( ( join @ SV4 @ SV4 )
        = SV4 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[38]) ).

thf(51,plain,
    ! [SV5: $i] :
      ( ( ! [SY26: $i] :
            ( ( meet @ SV5 @ ( join @ SV5 @ SY26 ) )
            = SV5 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[39]) ).

thf(52,plain,
    ! [SV6: $i] :
      ( ( ! [SY27: $i] :
            ( ( join @ SV6 @ ( meet @ SV6 @ SY27 ) )
            = SV6 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[40]) ).

thf(53,plain,
    ! [SV7: $i] :
      ( ( ! [SY28: $i] :
            ( ( meet @ SV7 @ SY28 )
            = ( meet @ SY28 @ SV7 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[41]) ).

thf(54,plain,
    ! [SV8: $i] :
      ( ( ! [SY29: $i] :
            ( ( join @ SV8 @ SY29 )
            = ( join @ SY29 @ SV8 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[42]) ).

thf(55,plain,
    ! [SV9: $i] :
      ( ( ! [SY30: $i,SY31: $i] :
            ( ( meet @ ( meet @ SV9 @ SY30 ) @ SY31 )
            = ( meet @ SV9 @ ( meet @ SY30 @ SY31 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[43]) ).

thf(56,plain,
    ! [SV10: $i] :
      ( ( ! [SY32: $i,SY33: $i] :
            ( ( join @ ( join @ SV10 @ SY32 ) @ SY33 )
            = ( join @ SV10 @ ( join @ SY32 @ SY33 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[44]) ).

thf(57,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[45]) ).

thf(58,plain,
    ! [SV11: $i,SV1: $i] :
      ( ( ! [SY34: $i] :
            ( ( join @ SV1 @ ( meet @ SV11 @ SY34 ) )
            = ( meet @ ( join @ SV1 @ SV11 ) @ ( join @ SV1 @ SY34 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[47]) ).

thf(59,plain,
    ! [SV12: $i,SV2: $i] :
      ( ( ! [SY35: $i] :
            ( ( meet @ SV2 @ ( join @ SV12 @ SY35 ) )
            = ( join @ ( meet @ SV2 @ SV12 ) @ ( meet @ SV2 @ SY35 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[48]) ).

thf(60,plain,
    ! [SV13: $i,SV5: $i] :
      ( ( ( meet @ SV5 @ ( join @ SV5 @ SV13 ) )
        = SV5 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[51]) ).

thf(61,plain,
    ! [SV14: $i,SV6: $i] :
      ( ( ( join @ SV6 @ ( meet @ SV6 @ SV14 ) )
        = SV6 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[52]) ).

thf(62,plain,
    ! [SV15: $i,SV7: $i] :
      ( ( ( meet @ SV7 @ SV15 )
        = ( meet @ SV15 @ SV7 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[53]) ).

thf(63,plain,
    ! [SV16: $i,SV8: $i] :
      ( ( ( join @ SV8 @ SV16 )
        = ( join @ SV16 @ SV8 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[54]) ).

thf(64,plain,
    ! [SV17: $i,SV9: $i] :
      ( ( ! [SY36: $i] :
            ( ( meet @ ( meet @ SV9 @ SV17 ) @ SY36 )
            = ( meet @ SV9 @ ( meet @ SV17 @ SY36 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[55]) ).

thf(65,plain,
    ! [SV18: $i,SV10: $i] :
      ( ( ! [SY37: $i] :
            ( ( join @ ( join @ SV10 @ SV18 ) @ SY37 )
            = ( join @ SV10 @ ( join @ SV18 @ SY37 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[56]) ).

thf(66,plain,
    ! [SV19: $i,SV11: $i,SV1: $i] :
      ( ( ( join @ SV1 @ ( meet @ SV11 @ SV19 ) )
        = ( meet @ ( join @ SV1 @ SV11 ) @ ( join @ SV1 @ SV19 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[58]) ).

thf(67,plain,
    ! [SV20: $i,SV12: $i,SV2: $i] :
      ( ( ( meet @ SV2 @ ( join @ SV12 @ SV20 ) )
        = ( join @ ( meet @ SV2 @ SV12 ) @ ( meet @ SV2 @ SV20 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[59]) ).

thf(68,plain,
    ! [SV21: $i,SV17: $i,SV9: $i] :
      ( ( ( meet @ ( meet @ SV9 @ SV17 ) @ SV21 )
        = ( meet @ SV9 @ ( meet @ SV17 @ SV21 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[64]) ).

thf(69,plain,
    ! [SV22: $i,SV18: $i,SV10: $i] :
      ( ( ( join @ ( join @ SV10 @ SV18 ) @ SV22 )
        = ( join @ SV10 @ ( join @ SV18 @ SV22 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[65]) ).

thf(70,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[35,69,68,67,66,63,62,61,60,57,50,49,46,36]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : LAT040-1 : TPTP v8.1.0. Released v2.4.0.
% 0.03/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.12/0.34  % Computer : n029.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 : Wed Jun 29 17:45:07 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.19/0.35  
% 0.19/0.35   No.of.Axioms: 13
% 0.19/0.35  
% 0.19/0.35   Length.of.Defs: 0
% 0.19/0.35  
% 0.19/0.35   Contains.Choice.Funs: false
% 0.19/0.36  (rf:0,axioms:13,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:15,loop_count:0,foatp_calls:0,translation:fof_full)...
% 0.48/0.70  
% 0.48/0.70  ********************************
% 0.48/0.70  *   All subproblems solved!    *
% 0.48/0.70  ********************************
% 0.48/0.70  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:13,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:70,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.48/0.70  
% 0.48/0.70  %**** Beginning of derivation protocol ****
% 0.48/0.70  % SZS output start CNFRefutation
% See solution above
% 0.48/0.70  
% 0.48/0.70  %**** End of derivation protocol ****
% 0.48/0.70  %**** no. of clauses in derivation: 71 ****
% 0.48/0.70  %**** clause counter: 70 ****
% 0.48/0.70  
% 0.48/0.70  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:13,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:70,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------