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

View Problem - Process Solution

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

% Computer : n010.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:26 EDT 2023

% Result   : Unsatisfiable 36.92s 6.24s
% Output   : Refutation 36.92s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :   26
% Syntax   : Number of formulae    :   43 (  33 unt;  10 typ;   0 def)
%            Number of atoms       :   33 (  32 equ;   0 cnn)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :  186 (   2   ~;   0   |;   0   &; 184   @)
%                                         (   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(composition_type,type,
    composition: $i > $i > $i ).

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

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

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

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

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

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

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

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

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

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

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

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

thf(44,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)],[14]) ).

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

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

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

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

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

thf(28,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)],[6]) ).

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

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

thf(1,negated_conjecture,
    ( ( composition @ sk1 @ top )
    = sk1 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',goals_14) ).

thf(17,plain,
    ( ( composition @ sk1 @ top )
    = sk1 ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[1]) ).

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

thf(32,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)],[8]) ).

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

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

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

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

thf(2,negated_conjecture,
    ( ( composition @ sk2 @ top )
    = sk2 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',goals_15) ).

thf(18,plain,
    ( ( composition @ sk2 @ top )
    = sk2 ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

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

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

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

thf(26,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)],[5]) ).

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

thf(36,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)],[10]) ).

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

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

thf(3,negated_conjecture,
    ( ( composition @ ( meet @ sk1 @ sk2 ) @ top )
   != ( meet @ sk1 @ sk2 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',goals_16) ).

thf(19,plain,
    ( ( composition @ ( meet @ sk1 @ sk2 ) @ top )
   != ( meet @ sk1 @ sk2 ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(14443,plain,
    $false,
    inference(e,[status(thm)],[46,44,42,24,28,38,17,32,34,48,18,40,26,36,30,19]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.10  % Problem  : REL019-1 : TPTP v8.1.2. Released v4.0.0.
% 0.03/0.13  % Command  : run_Leo-III %s %d
% 0.13/0.32  % Computer : n010.cluster.edu
% 0.13/0.32  % Model    : x86_64 x86_64
% 0.13/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.32  % Memory   : 8042.1875MB
% 0.13/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.32  % CPULimit : 300
% 0.13/0.32  % WCLimit  : 300
% 0.13/0.32  % DateTime : Thu May 18 17:56:43 EDT 2023
% 0.13/0.32  % CPUTime  : 
% 0.87/0.79  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.07/0.92  % [INFO] 	 Parsing done (120ms). 
% 1.07/0.92  % [INFO] 	 Running in sequential loop mode. 
% 1.54/1.12  % [INFO] 	 eprover registered as external prover. 
% 1.54/1.12  % [INFO] 	 cvc4 registered as external prover. 
% 1.54/1.12  % [INFO] 	 Scanning for conjecture ... 
% 1.75/1.17  % [INFO] 	 Found a conjecture and 13 axioms. Running axiom selection ... 
% 1.84/1.19  % [INFO] 	 Axiom selection finished. Selected 13 axioms (removed 0 axioms). 
% 1.84/1.21  % [INFO] 	 Problem is propositional (TPTP CNF). 
% 1.84/1.21  % [INFO] 	 Type checking passed. 
% 1.84/1.22  % [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 ... 
% 36.92/6.24  % External prover 'e' found a proof!
% 36.92/6.24  % [INFO] 	 Killing All external provers ... 
% 36.92/6.24  % Time passed: 5764ms (effective reasoning time: 5313ms)
% 36.92/6.24  % 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)>
% 36.92/6.24  % 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
% 36.92/6.24  % No. of inferences in proof: 33
% 36.92/6.24  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 5764 ms resp. 5313 ms w/o parsing
% 36.92/6.26  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 36.92/6.26  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------