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

View Problem - Process Solution

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

% Computer : n002.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.79s 1.96s
% Output   : Refutation 3.96s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :   43
% Syntax   : Number of formulae    :   73 (  35 unt;  14 typ;   0 def)
%            Number of atoms       :  123 (   0 equ;   0 cnn)
%            Maximal formula atoms :    5 (   2 avg)
%            Number of connectives :  496 (  66   ~;  64   |;   0   &; 366   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   15 (   8 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    6 (   6   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   15 (  14 usr;  13 con; 0-3 aty)
%            Number of variables   :  132 (   0   ^; 132   !;   0   ?; 132   :)

% Comments : 
%------------------------------------------------------------------------------
thf(meet_type,type,
    meet: $i > $i > $i > $o ).

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

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

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

thf(join_type,type,
    join: $i > $i > $i > $o ).

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

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

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

thf(e_type,type,
    e: $i ).

thf(c2_type,type,
    c2: $i ).

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

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

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

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

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

thf(56,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( join @ A @ B @ C )
      | ( join @ B @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[21]) ).

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

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

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

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

thf(23,axiom,
    ! [F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( join @ A @ B @ C )
      | ~ ( join @ B @ D @ E )
      | ~ ( join @ A @ E @ F )
      | ( join @ C @ D @ F ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',associativity_of_join1) ).

thf(60,plain,
    ! [F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( join @ A @ B @ C )
      | ~ ( join @ B @ D @ E )
      | ~ ( join @ A @ E @ F )
      | ( join @ C @ D @ F ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[23]) ).

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

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

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

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

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

thf(44,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( meet @ A @ B @ C )
      | ( join @ A @ C @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[13]) ).

thf(8,negated_conjecture,
    meet @ r2 @ a @ d,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',meet_r2_and_a) ).

thf(39,plain,
    meet @ r2 @ a @ d,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

thf(27,axiom,
    ! [F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( meet @ A @ B @ B )
      | ~ ( join @ C @ B @ D )
      | ~ ( meet @ A @ C @ E )
      | ~ ( join @ B @ E @ F )
      | ( meet @ A @ D @ F ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',modularity4) ).

thf(66,plain,
    ! [F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( meet @ A @ B @ B )
      | ~ ( join @ C @ B @ D )
      | ~ ( meet @ A @ C @ E )
      | ~ ( join @ B @ E @ F )
      | ( meet @ A @ D @ F ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[27]) ).

thf(2,negated_conjecture,
    join @ c @ r2 @ n1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',join_c_and_r2) ).

thf(35,plain,
    join @ c @ r2 @ n1,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(10,negated_conjecture,
    join @ r1 @ d @ b2,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',join_r1_and_d) ).

thf(31,plain,
    join @ r1 @ d @ b2,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

thf(4,negated_conjecture,
    meet @ r2 @ b @ e,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',meet_r2_and_b) ).

thf(40,plain,
    meet @ r2 @ b @ e,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(22,axiom,
    ! [F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( meet @ A @ B @ C )
      | ~ ( meet @ B @ D @ E )
      | ~ ( meet @ C @ D @ F )
      | ( meet @ A @ E @ F ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',associativity_of_meet2) ).

thf(58,plain,
    ! [F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( meet @ A @ B @ C )
      | ~ ( meet @ B @ D @ E )
      | ~ ( meet @ C @ D @ F )
      | ( meet @ A @ E @ F ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[22]) ).

thf(12,axiom,
    ! [F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( meet @ A @ B @ A )
      | ~ ( join @ A @ C @ D )
      | ~ ( meet @ C @ B @ E )
      | ~ ( meet @ B @ D @ F )
      | ( join @ A @ E @ F ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',modularity1) ).

thf(42,plain,
    ! [F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( meet @ A @ B @ A )
      | ~ ( join @ A @ C @ D )
      | ~ ( meet @ C @ B @ E )
      | ~ ( meet @ B @ D @ F )
      | ( join @ A @ E @ F ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

thf(3,negated_conjecture,
    meet @ c @ r2 @ n0,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',meet_c_and_r2) ).

thf(37,plain,
    meet @ c @ r2 @ n0,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(11,negated_conjecture,
    ~ ( meet @ a2 @ b2 @ r1 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',meet_a2_and_b2) ).

thf(38,plain,
    ~ ( meet @ a2 @ b2 @ r1 ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

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

thf(70,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( meet @ A @ B @ C )
      | ( meet @ B @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[29]) ).

thf(6,negated_conjecture,
    join @ c2 @ r1 @ n1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',join_c2_and_r1) ).

thf(33,plain,
    join @ c2 @ r1 @ n1,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

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

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

thf(1,negated_conjecture,
    meet @ a @ b @ c,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',meet_a_and_b) ).

thf(32,plain,
    meet @ a @ b @ c,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[1]) ).

thf(9,negated_conjecture,
    join @ r1 @ e @ a2,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',join_r1_and_e) ).

thf(34,plain,
    join @ r1 @ e @ a2,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

thf(20,axiom,
    ! [F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( join @ A @ B @ C )
      | ~ ( join @ B @ D @ E )
      | ~ ( join @ C @ D @ F )
      | ( join @ A @ E @ F ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',associativity_of_join2) ).

thf(54,plain,
    ! [F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( join @ A @ B @ C )
      | ~ ( join @ B @ D @ E )
      | ~ ( join @ C @ D @ F )
      | ( join @ A @ E @ F ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[20]) ).

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

thf(49,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( join @ A @ B @ C )
      | ( meet @ A @ C @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[16]) ).

thf(7,negated_conjecture,
    meet @ c2 @ r1 @ n0,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',meet_c2_and_r1) ).

thf(36,plain,
    meet @ c2 @ r1 @ n0,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(5,negated_conjecture,
    join @ a @ b @ c2,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',join_a_and_b) ).

thf(30,plain,
    join @ a @ b @ c2,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

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

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

thf(15,axiom,
    ! [F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( meet @ A @ B @ B )
      | ~ ( join @ C @ B @ D )
      | ~ ( meet @ A @ C @ E )
      | ~ ( meet @ A @ D @ F )
      | ( join @ B @ E @ F ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',modularity3) ).

thf(47,plain,
    ! [F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( meet @ A @ B @ B )
      | ~ ( join @ C @ B @ D )
      | ~ ( meet @ A @ C @ E )
      | ~ ( meet @ A @ D @ F )
      | ( join @ B @ E @ F ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[15]) ).

thf(28,axiom,
    ! [F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( meet @ A @ B @ C )
      | ~ ( meet @ B @ D @ E )
      | ~ ( meet @ A @ E @ F )
      | ( meet @ C @ D @ F ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',associativity_of_meet1) ).

thf(68,plain,
    ! [F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( meet @ A @ B @ C )
      | ~ ( meet @ B @ D @ E )
      | ~ ( meet @ A @ E @ F )
      | ( meet @ C @ D @ F ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[28]) ).

thf(24,axiom,
    ! [F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( meet @ A @ B @ A )
      | ~ ( join @ A @ C @ D )
      | ~ ( meet @ C @ B @ E )
      | ~ ( join @ A @ E @ F )
      | ( meet @ B @ D @ F ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',modularity2) ).

thf(62,plain,
    ! [F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( meet @ A @ B @ A )
      | ~ ( join @ A @ C @ D )
      | ~ ( meet @ C @ B @ E )
      | ~ ( join @ A @ E @ F )
      | ( meet @ B @ D @ F ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[24]) ).

thf(85,plain,
    $false,
    inference(e,[status(thm)],[56,52,46,60,65,53,44,39,66,35,31,40,58,42,37,38,70,33,64,32,34,54,49,36,30,51,47,68,62]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.10  % Problem  : LAT005-1 : TPTP v8.1.2. Released v1.0.0.
% 0.10/0.12  % Command  : run_Leo-III %s %d
% 0.12/0.34  % Computer : n002.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  : 300
% 0.12/0.34  % DateTime : Thu May 18 14:42:35 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.89/0.78  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.22/0.92  % [INFO] 	 Parsing done (134ms). 
% 1.22/0.93  % [INFO] 	 Running in sequential loop mode. 
% 1.49/1.14  % [INFO] 	 eprover registered as external prover. 
% 1.49/1.15  % [INFO] 	 cvc4 registered as external prover. 
% 1.49/1.15  % [INFO] 	 Scanning for conjecture ... 
% 1.74/1.21  % [INFO] 	 Found a conjecture and 18 axioms. Running axiom selection ... 
% 1.85/1.26  % [INFO] 	 Axiom selection finished. Selected 18 axioms (removed 0 axioms). 
% 1.85/1.28  % [INFO] 	 Problem is propositional (TPTP CNF). 
% 1.85/1.28  % [INFO] 	 Type checking passed. 
% 1.85/1.29  % [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 ... 
% 3.79/1.95  % External prover 'e' found a proof!
% 3.79/1.95  % [INFO] 	 Killing All external provers ... 
% 3.79/1.95  % Time passed: 1471ms (effective reasoning time: 1022ms)
% 3.79/1.95  % 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.79/1.96  % Axioms used in derivation (18): meet_0_and_x, modularity3, commutativity_of_join, join_x_and_x, modularity4, meet_1_and_x, associativity_of_join2, absorbtion1, join_0_and_x, modularity2, absorbtion2, modularity1, associativity_of_meet1, commutativity_of_meet, associativity_of_join1, meet_x_and_x, join_1_and_x, associativity_of_meet2
% 3.79/1.96  % No. of inferences in proof: 59
% 3.79/1.96  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1471 ms resp. 1022 ms w/o parsing
% 3.96/2.00  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 3.96/2.00  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------