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

View Problem - Process Solution

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

% Computer : n001.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:48:20 EDT 2023

% Result   : Unsatisfiable 3.09s 1.69s
% Output   : Refutation 3.09s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :   25
% Syntax   : Number of formulae    :   41 (  31 unt;  10 typ;   0 def)
%            Number of atoms       :   31 (  30 equ;   0 cnn)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :  178 (   2   ~;   0   |;   0   &; 176   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   3 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    8 (   8   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   12 (  10 usr;   6 con; 0-2 aty)
%            Number of variables   :   50 (   0   ^;  50   !;   0   ?;  50   :)

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

thf(converse_type,type,
    converse: $i > $i ).

thf(sk1_type,type,
    sk1: $i ).

thf(sk2_type,type,
    sk2: $i ).

thf(zero_type,type,
    zero: $i ).

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

thf(complement_type,type,
    complement: $i > $i ).

thf(composition_type,type,
    composition: $i > $i > $i ).

thf(one_type,type,
    one: $i ).

thf(top_type,type,
    top: $i ).

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

thf(29,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( composition @ A @ ( composition @ B @ C ) )
      = ( composition @ ( composition @ A @ B ) @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

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

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

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

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

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

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

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

thf(35,plain,
    ! [A: $i] :
      ( ( converse @ ( converse @ A ) )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(45,plain,
    ! [A: $i] :
      ( zero
      = ( meet @ A @ ( complement @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[15]) ).

thf(2,negated_conjecture,
    ( ( meet @ sk1 @ ( converse @ sk2 ) )
   != zero ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',goals_15) ).

thf(17,plain,
    ( ( meet @ sk1 @ ( converse @ sk2 ) )
   != zero ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(1,negated_conjecture,
    ( ( meet @ ( converse @ sk1 ) @ sk2 )
    = zero ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',goals_14) ).

thf(16,plain,
    ( ( meet @ ( converse @ sk1 ) @ sk2 )
    = zero ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[1]) ).

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

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

thf(49,plain,
    $false,
    inference(e,[status(thm)],[29,41,27,39,35,43,23,37,25,21,33,45,17,16,31]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : REL006-1 : TPTP v8.1.2. Released v4.0.0.
% 0.07/0.15  % Command  : run_Leo-III %s %d
% 0.14/0.36  % Computer : n001.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 300
% 0.14/0.36  % DateTime : Thu May 18 18:28:06 EDT 2023
% 0.14/0.37  % CPUTime  : 
% 0.83/0.84  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.19/0.97  % [INFO] 	 Parsing done (122ms). 
% 1.19/0.98  % [INFO] 	 Running in sequential loop mode. 
% 1.73/1.18  % [INFO] 	 eprover registered as external prover. 
% 1.73/1.19  % [INFO] 	 cvc4 registered as external prover. 
% 1.73/1.19  % [INFO] 	 Scanning for conjecture ... 
% 1.83/1.25  % [INFO] 	 Found a conjecture and 13 axioms. Running axiom selection ... 
% 1.93/1.26  % [INFO] 	 Axiom selection finished. Selected 13 axioms (removed 0 axioms). 
% 1.93/1.28  % [INFO] 	 Problem is propositional (TPTP CNF). 
% 1.93/1.28  % [INFO] 	 Type checking passed. 
% 1.93/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.09/1.69  % External prover 'e' found a proof!
% 3.09/1.69  % [INFO] 	 Killing All external provers ... 
% 3.09/1.69  % Time passed: 1170ms (effective reasoning time: 710ms)
% 3.09/1.69  % 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.09/1.69  % Axioms used in derivation (13): maddux3_a_kind_of_de_Morgan_3, converse_idempotence_8, maddux1_join_commutativity_1, def_top_12, converse_cancellativity_11, composition_associativity_5, maddux2_join_associativity_2, composition_distributivity_7, composition_identity_6, maddux4_definiton_of_meet_4, converse_additivity_9, def_zero_13, converse_multiplicativity_10
% 3.09/1.69  % No. of inferences in proof: 31
% 3.09/1.69  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1170 ms resp. 710 ms w/o parsing
% 3.09/1.77  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 3.09/1.77  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------