TSTP Solution File: LAT005-4 by Leo-III---1.7.7

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.7
% Problem  : LAT005-4 : TPTP v8.1.2. Released v1.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n022.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  : 300s
% DateTime : Fri May 19 11:26:38 EDT 2023

% Result   : Unsatisfiable 3.35s 1.84s
% Output   : Refutation 3.42s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :   30
% Syntax   : Number of formulae    :   51 (  39 unt;  10 typ;   0 def)
%            Number of atoms       :   43 (  42 equ;   0 cnn)
%            Maximal formula atoms :    2 (   1 avg)
%            Number of connectives :  166 (   4   ~;   2   |;   0   &; 160   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   2 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    4 (   4   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   12 (  10 usr;   9 con; 0-2 aty)
%            Number of variables   :   46 (   0   ^;  46   !;   0   ?;  46   :)

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

thf(r2_type,type,
    r2: $i ).

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

thf(a_type,type,
    a: $i ).

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

thf(n1_type,type,
    n1: $i ).

thf(n0_type,type,
    n0: $i ).

thf(r1_type,type,
    r1: $i ).

thf(b2_type,type,
    b2: $i ).

thf(a2_type,type,
    a2: $i ).

thf(18,axiom,
    ! [A: $i] :
      ( ( meet @ A @ n1 )
      = A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',x_meet_1) ).

thf(56,plain,
    ! [A: $i] :
      ( ( meet @ A @ n1 )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[18]) ).

thf(16,axiom,
    ! [A: $i] :
      ( ( meet @ A @ n0 )
      = n0 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',x_meet_0) ).

thf(52,plain,
    ! [A: $i] :
      ( ( meet @ A @ n0 )
      = n0 ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[16]) ).

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

thf(46,plain,
    ! [B: $i,A: $i] :
      ( ( join @ A @ B )
      = ( join @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[13]) ).

thf(20,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( ( meet @ A @ B )
       != A )
      | ( ( meet @ B @ ( join @ A @ C ) )
        = ( join @ A @ ( meet @ C @ B ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',modular) ).

thf(60,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( ( meet @ A @ B )
       != A )
      | ( ( meet @ B @ ( join @ A @ C ) )
        = ( join @ A @ ( meet @ C @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[20]) ).

thf(17,axiom,
    ! [A: $i] :
      ( ( join @ A @ n0 )
      = A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',x_join_0) ).

thf(54,plain,
    ! [A: $i] :
      ( ( join @ A @ n0 )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[17]) ).

thf(14,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( meet @ ( meet @ A @ B ) @ C )
      = ( meet @ A @ ( meet @ B @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',associativity_of_meet) ).

thf(48,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( meet @ ( meet @ A @ B ) @ C )
      = ( meet @ A @ ( meet @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[14]) ).

thf(15,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( join @ ( join @ A @ B ) @ C )
      = ( join @ A @ ( join @ B @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',associativity_of_join) ).

thf(50,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( join @ ( join @ A @ B ) @ C )
      = ( join @ A @ ( join @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[15]) ).

thf(19,axiom,
    ! [A: $i] :
      ( ( join @ A @ n1 )
      = n1 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',x_join_1) ).

thf(58,plain,
    ! [A: $i] :
      ( ( join @ A @ n1 )
      = n1 ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[19]) ).

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

thf(36,plain,
    ! [A: $i] :
      ( ( meet @ A @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

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

thf(42,plain,
    ! [B: $i,A: $i] :
      ( ( join @ A @ ( meet @ A @ B ) )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

thf(2,negated_conjecture,
    ( ( meet @ r2 @ ( meet @ a @ b ) )
    = n0 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',r2_complement_meet_a_b_2) ).

thf(24,plain,
    ( ( meet @ r2 @ ( meet @ a @ b ) )
    = n0 ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(7,negated_conjecture,
    ( ( meet @ a2 @ b2 )
   != r1 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_SAMs_lemma) ).

thf(25,plain,
    ( ( meet @ a2 @ b2 )
   != r1 ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

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

thf(38,plain,
    ! [A: $i] :
      ( ( join @ A @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

thf(5,negated_conjecture,
    ( ( join @ r1 @ ( meet @ a @ r2 ) )
    = b2 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',define_b2) ).

thf(21,plain,
    ( ( join @ r1 @ ( meet @ a @ r2 ) )
    = b2 ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(1,negated_conjecture,
    ( ( join @ r2 @ ( meet @ a @ b ) )
    = n1 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',r2_complement_meet_a_b_1) ).

thf(22,plain,
    ( ( join @ r2 @ ( meet @ a @ b ) )
    = n1 ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[1]) ).

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

thf(44,plain,
    ! [B: $i,A: $i] :
      ( ( meet @ A @ B )
      = ( meet @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

thf(4,negated_conjecture,
    ( ( meet @ r1 @ ( join @ a @ b ) )
    = n0 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',r1_complement_join_a_b_2) ).

thf(27,plain,
    ( ( meet @ r1 @ ( join @ a @ b ) )
    = n0 ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

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

thf(40,plain,
    ! [B: $i,A: $i] :
      ( ( meet @ A @ ( join @ A @ B ) )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

thf(3,negated_conjecture,
    ( ( join @ r1 @ ( join @ a @ b ) )
    = n1 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',r1_complement_join_a_b_1) ).

thf(26,plain,
    ( ( join @ r1 @ ( join @ a @ b ) )
    = n1 ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(6,negated_conjecture,
    ( ( join @ r1 @ ( meet @ b @ r2 ) )
    = a2 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',define_a2) ).

thf(23,plain,
    ( ( join @ r1 @ ( meet @ b @ r2 ) )
    = a2 ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(98,plain,
    $false,
    inference(e,[status(thm)],[56,52,46,60,54,48,50,58,36,42,24,25,38,21,22,44,27,40,26,23]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.13/0.15  % Problem  : LAT005-4 : TPTP v8.1.2. Released v1.1.0.
% 0.16/0.18  % Command  : run_Leo-III %s %d
% 0.17/0.40  % Computer : n022.cluster.edu
% 0.17/0.40  % Model    : x86_64 x86_64
% 0.17/0.40  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.17/0.40  % Memory   : 8042.1875MB
% 0.17/0.40  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.17/0.40  % CPULimit : 300
% 0.17/0.40  % WCLimit  : 300
% 0.17/0.40  % DateTime : Thu May 18 14:14:48 EDT 2023
% 0.17/0.40  % CPUTime  : 
% 0.89/0.86  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.18/0.99  % [INFO] 	 Parsing done (128ms). 
% 1.18/1.00  % [INFO] 	 Running in sequential loop mode. 
% 1.70/1.23  % [INFO] 	 eprover registered as external prover. 
% 1.70/1.23  % [INFO] 	 cvc4 registered as external prover. 
% 1.80/1.23  % [INFO] 	 Scanning for conjecture ... 
% 1.80/1.30  % [INFO] 	 Found a conjecture and 13 axioms. Running axiom selection ... 
% 1.80/1.32  % [INFO] 	 Axiom selection finished. Selected 13 axioms (removed 0 axioms). 
% 2.04/1.33  % [INFO] 	 Problem is propositional (TPTP CNF). 
% 2.04/1.34  % [INFO] 	 Type checking passed. 
% 2.04/1.34  % [CONFIG] 	 Using configuration: timeout(300) with strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>.  Searching for refutation ... 
% 2.90/1.80  % External prover 'e' found a proof!
% 2.90/1.80  % [INFO] 	 Killing All external provers ... 
% 3.35/1.83  % Time passed: 1277ms (effective reasoning time: 832ms)
% 3.35/1.83  % Solved by strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>
% 3.35/1.84  % Axioms used in derivation (13): commutativity_of_join, associativity_of_meet, commutativity_of_meet, x_join_0, x_meet_1, associativity_of_join, idempotence_of_meet, x_meet_0, absorption1, x_join_1, modular, idempotence_of_join, absorption2
% 3.35/1.84  % No. of inferences in proof: 41
% 3.35/1.84  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1277 ms resp. 832 ms w/o parsing
% 3.42/1.88  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 3.42/1.88  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------