TSTP Solution File: MGT044+1 by Leo-III---1.7.7

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.7
% Problem  : MGT044+1 : TPTP v8.1.2. Released v2.4.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:35:24 EDT 2023

% Result   : Theorem 3.40s 1.73s
% Output   : Refutation 3.40s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   19
% Syntax   : Number of formulae    :   31 (   1 unt;   9 typ;   0 def)
%            Number of atoms       :   80 (  16 equ;   0 cnn)
%            Maximal formula atoms :   10 (   3 avg)
%            Number of connectives :  299 (   4   ~;  10   |;  22   &; 237   @)
%                                         (   3 <=>;  23  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   8 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   17 (  17   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   11 (   9 usr;   1 con; 0-2 aty)
%            Number of variables   :   53 (   0   ^;  53   !;   0   ?;  53   :)

% Comments : 
%------------------------------------------------------------------------------
thf(organization_type,type,
    organization: $i > $o ).

thf(greater_type,type,
    greater: $i > $i > $o ).

thf(age_type,type,
    age: $i > $i > $i ).

thf(capability_type,type,
    capability: $i > $i > $i ).

thf(smaller_or_equal_type,type,
    smaller_or_equal: $i > $i > $o ).

thf(smaller_type,type,
    smaller: $i > $i > $o ).

thf(greater_or_equal_type,type,
    greater_or_equal: $i > $i > $o ).

thf(stock_of_knowledge_type,type,
    stock_of_knowledge: $i > $i > $i ).

thf(internal_friction_type,type,
    internal_friction: $i > $i > $i ).

thf(11,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( organization @ A )
     => ( ( internal_friction @ A @ C )
        = ( internal_friction @ A @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_9) ).

thf(57,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( organization @ A )
     => ( ( internal_friction @ A @ C )
        = ( internal_friction @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

thf(5,axiom,
    ! [A: $i,B: $i] :
      ( ( smaller @ A @ B )
    <=> ( greater @ B @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',definition_smaller) ).

thf(34,plain,
    ! [A: $i,B: $i] :
      ( ( ( smaller @ A @ B )
       => ( greater @ B @ A ) )
      & ( ( greater @ B @ A )
       => ( smaller @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(8,axiom,
    ! [A: $i,B: $i] :
      ( ( smaller @ A @ B )
      | ( A = B )
      | ( greater @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',meaning_postulate_greater_comparable) ).

thf(44,plain,
    ! [A: $i,B: $i] :
      ( ( smaller @ A @ B )
      | ( A = B )
      | ( greater @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

thf(1,conjecture,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( organization @ A )
        & ( greater @ ( age @ A @ C ) @ ( age @ A @ B ) ) )
     => ( greater @ ( capability @ A @ C ) @ ( capability @ A @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',lemma_3) ).

thf(2,negated_conjecture,
    ~ ! [A: $i,B: $i,C: $i] :
        ( ( ( organization @ A )
          & ( greater @ ( age @ A @ C ) @ ( age @ A @ B ) ) )
       => ( greater @ ( capability @ A @ C ) @ ( capability @ A @ B ) ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(12,plain,
    ~ ! [A: $i,B: $i,C: $i] :
        ( ( ( organization @ A )
          & ( greater @ ( age @ A @ C ) @ ( age @ A @ B ) ) )
       => ( greater @ ( capability @ A @ C ) @ ( capability @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(6,axiom,
    ! [A: $i,B: $i] :
      ~ ( ( greater @ A @ B )
        & ( greater @ B @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',meaning_postulate_greater_strict) ).

thf(39,plain,
    ! [A: $i,B: $i] :
      ~ ( ( greater @ A @ B )
        & ( greater @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(3,axiom,
    ! [A: $i,B: $i] :
      ( ( smaller_or_equal @ A @ B )
    <=> ( ( smaller @ A @ B )
        | ( A = B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',definition_smaller_or_equal) ).

thf(16,plain,
    ! [A: $i,B: $i] :
      ( ( ( smaller_or_equal @ A @ B )
       => ( ( smaller @ A @ B )
          | ( A = B ) ) )
      & ( ( ( smaller @ A @ B )
          | ( A = B ) )
       => ( smaller_or_equal @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(10,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( organization @ A )
        & ( greater @ ( age @ A @ C ) @ ( age @ A @ B ) ) )
     => ( greater @ ( stock_of_knowledge @ A @ C ) @ ( stock_of_knowledge @ A @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_7) ).

thf(55,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( organization @ A )
        & ( greater @ ( age @ A @ C ) @ ( age @ A @ B ) ) )
     => ( greater @ ( stock_of_knowledge @ A @ C ) @ ( stock_of_knowledge @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

thf(9,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( organization @ A )
     => ( ( ( ( greater @ ( stock_of_knowledge @ A @ C ) @ ( stock_of_knowledge @ A @ B ) )
            & ( smaller_or_equal @ ( internal_friction @ A @ C ) @ ( internal_friction @ A @ B ) ) )
         => ( greater @ ( capability @ A @ C ) @ ( capability @ A @ B ) ) )
        & ( ( ( smaller_or_equal @ ( stock_of_knowledge @ A @ C ) @ ( stock_of_knowledge @ A @ B ) )
            & ( greater @ ( internal_friction @ A @ C ) @ ( internal_friction @ A @ B ) ) )
         => ( smaller @ ( capability @ A @ C ) @ ( capability @ A @ B ) ) )
        & ( ( ( ( stock_of_knowledge @ A @ C )
              = ( stock_of_knowledge @ A @ B ) )
            & ( ( internal_friction @ A @ C )
              = ( internal_friction @ A @ B ) ) )
         => ( ( capability @ A @ C )
            = ( capability @ A @ B ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_5) ).

thf(47,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( organization @ A )
     => ( ( ( ( greater @ ( stock_of_knowledge @ A @ C ) @ ( stock_of_knowledge @ A @ B ) )
            & ( smaller_or_equal @ ( internal_friction @ A @ C ) @ ( internal_friction @ A @ B ) ) )
         => ( greater @ ( capability @ A @ C ) @ ( capability @ A @ B ) ) )
        & ( ( ( smaller_or_equal @ ( stock_of_knowledge @ A @ C ) @ ( stock_of_knowledge @ A @ B ) )
            & ( greater @ ( internal_friction @ A @ C ) @ ( internal_friction @ A @ B ) ) )
         => ( smaller @ ( capability @ A @ C ) @ ( capability @ A @ B ) ) )
        & ( ( ( ( stock_of_knowledge @ A @ C )
              = ( stock_of_knowledge @ A @ B ) )
            & ( ( internal_friction @ A @ C )
              = ( internal_friction @ A @ B ) ) )
         => ( ( capability @ A @ C )
            = ( capability @ A @ B ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

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

thf(42,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( greater @ A @ B )
        & ( greater @ B @ C ) )
     => ( greater @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(4,axiom,
    ! [A: $i,B: $i] :
      ( ( greater_or_equal @ A @ B )
    <=> ( ( greater @ A @ B )
        | ( A = B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',definition_greater_or_equal) ).

thf(25,plain,
    ! [A: $i,B: $i] :
      ( ( ( greater_or_equal @ A @ B )
       => ( ( greater @ A @ B )
          | ( A = B ) ) )
      & ( ( ( greater @ A @ B )
          | ( A = B ) )
       => ( greater_or_equal @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(63,plain,
    $false,
    inference(e,[status(thm)],[57,34,44,12,39,16,55,47,42,25]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : MGT044+1 : TPTP v8.1.2. Released v2.4.0.
% 0.13/0.15  % Command  : run_Leo-III %s %d
% 0.14/0.36  % Computer : n002.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 23:55:36 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 0.96/0.85  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.21/0.98  % [INFO] 	 Parsing done (125ms). 
% 1.21/0.99  % [INFO] 	 Running in sequential loop mode. 
% 1.75/1.17  % [INFO] 	 eprover registered as external prover. 
% 1.75/1.18  % [INFO] 	 cvc4 registered as external prover. 
% 1.75/1.18  % [INFO] 	 Scanning for conjecture ... 
% 1.91/1.23  % [INFO] 	 Found a conjecture and 9 axioms. Running axiom selection ... 
% 1.91/1.26  % [INFO] 	 Axiom selection finished. Selected 9 axioms (removed 0 axioms). 
% 1.91/1.28  % [INFO] 	 Problem is first-order (TPTP FOF). 
% 1.91/1.28  % [INFO] 	 Type checking passed. 
% 1.91/1.28  % [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.40/1.73  % External prover 'e' found a proof!
% 3.40/1.73  % [INFO] 	 Killing All external provers ... 
% 3.40/1.73  % Time passed: 1203ms (effective reasoning time: 744ms)
% 3.40/1.73  % 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.40/1.73  % Axioms used in derivation (9): assumption_5, assumption_9, definition_smaller, meaning_postulate_greater_comparable, meaning_postulate_greater_transitive, meaning_postulate_greater_strict, definition_greater_or_equal, definition_smaller_or_equal, assumption_7
% 3.40/1.73  % No. of inferences in proof: 22
% 3.40/1.73  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1203 ms resp. 744 ms w/o parsing
% 3.40/1.78  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 3.40/1.78  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------