TSTP Solution File: MGT042+1 by iProver---3.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProver---3.8
% Problem  : MGT042+1 : TPTP v8.1.2. Released v2.4.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_iprover %s %d THM

% Computer : n003.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 : Thu Aug 31 09:14:44 EDT 2023

% Result   : Theorem 4.17s 1.18s
% Output   : CNFRefutation 4.17s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   43
%            Number of leaves      :   10
% Syntax   : Number of formulae    :  166 (  24 unt;   0 def)
%            Number of atoms       :  577 ( 124 equ)
%            Maximal formula atoms :   16 (   3 avg)
%            Number of connectives :  641 ( 230   ~; 259   |; 117   &)
%                                         (   3 <=>;  32  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   4 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    9 (   7 usr;   1 prp; 0-3 aty)
%            Number of functors    :    9 (   9 usr;   3 con; 0-2 aty)
%            Number of variables   :  233 (   0 sgn; 124   !;  12   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f1,axiom,
    ! [X0,X1] :
      ( smaller_or_equal(X0,X1)
    <=> ( X0 = X1
        | smaller(X0,X1) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_smaller_or_equal) ).

fof(f2,axiom,
    ! [X0,X1] :
      ( greater_or_equal(X0,X1)
    <=> ( X0 = X1
        | greater(X0,X1) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_greater_or_equal) ).

fof(f3,axiom,
    ! [X0,X1] :
      ( smaller(X0,X1)
    <=> greater(X1,X0) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_smaller) ).

fof(f4,axiom,
    ! [X0,X1] :
      ~ ( greater(X1,X0)
        & greater(X0,X1) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',meaning_postulate_greater_strict) ).

fof(f7,axiom,
    ! [X0,X3,X4] :
      ( ( ~ has_immunity(X0,X4)
        & ~ has_immunity(X0,X3)
        & organization(X0) )
     => ( ( ( position(X0,X4) = position(X0,X3)
            & capability(X0,X4) = capability(X0,X3) )
         => hazard_of_mortality(X0,X4) = hazard_of_mortality(X0,X3) )
        & ( ( greater(position(X0,X4),position(X0,X3))
            & greater_or_equal(capability(X0,X4),capability(X0,X3)) )
         => smaller(hazard_of_mortality(X0,X4),hazard_of_mortality(X0,X3)) )
        & ( ( greater_or_equal(position(X0,X4),position(X0,X3))
            & greater(capability(X0,X4),capability(X0,X3)) )
         => smaller(hazard_of_mortality(X0,X4),hazard_of_mortality(X0,X3)) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_4) ).

fof(f8,axiom,
    ! [X0,X3,X4] :
      ( organization(X0)
     => ( ( ( internal_friction(X0,X4) = internal_friction(X0,X3)
            & stock_of_knowledge(X0,X4) = stock_of_knowledge(X0,X3) )
         => capability(X0,X4) = capability(X0,X3) )
        & ( ( greater(internal_friction(X0,X4),internal_friction(X0,X3))
            & smaller_or_equal(stock_of_knowledge(X0,X4),stock_of_knowledge(X0,X3)) )
         => smaller(capability(X0,X4),capability(X0,X3)) )
        & ( ( smaller_or_equal(internal_friction(X0,X4),internal_friction(X0,X3))
            & greater(stock_of_knowledge(X0,X4),stock_of_knowledge(X0,X3)) )
         => greater(capability(X0,X4),capability(X0,X3)) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_5) ).

fof(f9,axiom,
    ! [X0,X3,X4] :
      ( organization(X0)
     => ( ( external_ties(X0,X4) = external_ties(X0,X3)
         => position(X0,X4) = position(X0,X3) )
        & ( greater(external_ties(X0,X4),external_ties(X0,X3))
         => greater(position(X0,X4),position(X0,X3)) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_6) ).

fof(f10,conjecture,
    ! [X0,X3,X4] :
      ( ( ~ has_immunity(X0,X4)
        & ~ has_immunity(X0,X3)
        & organization(X0) )
     => ( ( ( greater(external_ties(X0,X4),external_ties(X0,X3))
            & smaller_or_equal(internal_friction(X0,X4),internal_friction(X0,X3))
            & greater_or_equal(stock_of_knowledge(X0,X4),stock_of_knowledge(X0,X3)) )
         => smaller(hazard_of_mortality(X0,X4),hazard_of_mortality(X0,X3)) )
        & ( ( greater_or_equal(external_ties(X0,X4),external_ties(X0,X3))
            & smaller_or_equal(internal_friction(X0,X4),internal_friction(X0,X3))
            & greater(stock_of_knowledge(X0,X4),stock_of_knowledge(X0,X3)) )
         => smaller(hazard_of_mortality(X0,X4),hazard_of_mortality(X0,X3)) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',lemma_1) ).

fof(f11,negated_conjecture,
    ~ ! [X0,X3,X4] :
        ( ( ~ has_immunity(X0,X4)
          & ~ has_immunity(X0,X3)
          & organization(X0) )
       => ( ( ( greater(external_ties(X0,X4),external_ties(X0,X3))
              & smaller_or_equal(internal_friction(X0,X4),internal_friction(X0,X3))
              & greater_or_equal(stock_of_knowledge(X0,X4),stock_of_knowledge(X0,X3)) )
           => smaller(hazard_of_mortality(X0,X4),hazard_of_mortality(X0,X3)) )
          & ( ( greater_or_equal(external_ties(X0,X4),external_ties(X0,X3))
              & smaller_or_equal(internal_friction(X0,X4),internal_friction(X0,X3))
              & greater(stock_of_knowledge(X0,X4),stock_of_knowledge(X0,X3)) )
           => smaller(hazard_of_mortality(X0,X4),hazard_of_mortality(X0,X3)) ) ) ),
    inference(negated_conjecture,[],[f10]) ).

fof(f12,plain,
    ! [X0,X1,X2] :
      ( ( ~ has_immunity(X0,X2)
        & ~ has_immunity(X0,X1)
        & organization(X0) )
     => ( ( ( position(X0,X2) = position(X0,X1)
            & capability(X0,X2) = capability(X0,X1) )
         => hazard_of_mortality(X0,X2) = hazard_of_mortality(X0,X1) )
        & ( ( greater(position(X0,X2),position(X0,X1))
            & greater_or_equal(capability(X0,X2),capability(X0,X1)) )
         => smaller(hazard_of_mortality(X0,X2),hazard_of_mortality(X0,X1)) )
        & ( ( greater_or_equal(position(X0,X2),position(X0,X1))
            & greater(capability(X0,X2),capability(X0,X1)) )
         => smaller(hazard_of_mortality(X0,X2),hazard_of_mortality(X0,X1)) ) ) ),
    inference(rectify,[],[f7]) ).

fof(f13,plain,
    ! [X0,X1,X2] :
      ( organization(X0)
     => ( ( ( internal_friction(X0,X2) = internal_friction(X0,X1)
            & stock_of_knowledge(X0,X2) = stock_of_knowledge(X0,X1) )
         => capability(X0,X2) = capability(X0,X1) )
        & ( ( greater(internal_friction(X0,X2),internal_friction(X0,X1))
            & smaller_or_equal(stock_of_knowledge(X0,X2),stock_of_knowledge(X0,X1)) )
         => smaller(capability(X0,X2),capability(X0,X1)) )
        & ( ( smaller_or_equal(internal_friction(X0,X2),internal_friction(X0,X1))
            & greater(stock_of_knowledge(X0,X2),stock_of_knowledge(X0,X1)) )
         => greater(capability(X0,X2),capability(X0,X1)) ) ) ),
    inference(rectify,[],[f8]) ).

fof(f14,plain,
    ! [X0,X1,X2] :
      ( organization(X0)
     => ( ( external_ties(X0,X2) = external_ties(X0,X1)
         => position(X0,X2) = position(X0,X1) )
        & ( greater(external_ties(X0,X2),external_ties(X0,X1))
         => greater(position(X0,X2),position(X0,X1)) ) ) ),
    inference(rectify,[],[f9]) ).

fof(f15,plain,
    ~ ! [X0,X1,X2] :
        ( ( ~ has_immunity(X0,X2)
          & ~ has_immunity(X0,X1)
          & organization(X0) )
       => ( ( ( greater(external_ties(X0,X2),external_ties(X0,X1))
              & smaller_or_equal(internal_friction(X0,X2),internal_friction(X0,X1))
              & greater_or_equal(stock_of_knowledge(X0,X2),stock_of_knowledge(X0,X1)) )
           => smaller(hazard_of_mortality(X0,X2),hazard_of_mortality(X0,X1)) )
          & ( ( greater_or_equal(external_ties(X0,X2),external_ties(X0,X1))
              & smaller_or_equal(internal_friction(X0,X2),internal_friction(X0,X1))
              & greater(stock_of_knowledge(X0,X2),stock_of_knowledge(X0,X1)) )
           => smaller(hazard_of_mortality(X0,X2),hazard_of_mortality(X0,X1)) ) ) ),
    inference(rectify,[],[f11]) ).

fof(f16,plain,
    ! [X0,X1] :
      ( ~ greater(X1,X0)
      | ~ greater(X0,X1) ),
    inference(ennf_transformation,[],[f4]) ).

fof(f19,plain,
    ! [X0,X1,X2] :
      ( ( ( hazard_of_mortality(X0,X2) = hazard_of_mortality(X0,X1)
          | position(X0,X2) != position(X0,X1)
          | capability(X0,X2) != capability(X0,X1) )
        & ( smaller(hazard_of_mortality(X0,X2),hazard_of_mortality(X0,X1))
          | ~ greater(position(X0,X2),position(X0,X1))
          | ~ greater_or_equal(capability(X0,X2),capability(X0,X1)) )
        & ( smaller(hazard_of_mortality(X0,X2),hazard_of_mortality(X0,X1))
          | ~ greater_or_equal(position(X0,X2),position(X0,X1))
          | ~ greater(capability(X0,X2),capability(X0,X1)) ) )
      | has_immunity(X0,X2)
      | has_immunity(X0,X1)
      | ~ organization(X0) ),
    inference(ennf_transformation,[],[f12]) ).

fof(f20,plain,
    ! [X0,X1,X2] :
      ( ( ( hazard_of_mortality(X0,X2) = hazard_of_mortality(X0,X1)
          | position(X0,X2) != position(X0,X1)
          | capability(X0,X2) != capability(X0,X1) )
        & ( smaller(hazard_of_mortality(X0,X2),hazard_of_mortality(X0,X1))
          | ~ greater(position(X0,X2),position(X0,X1))
          | ~ greater_or_equal(capability(X0,X2),capability(X0,X1)) )
        & ( smaller(hazard_of_mortality(X0,X2),hazard_of_mortality(X0,X1))
          | ~ greater_or_equal(position(X0,X2),position(X0,X1))
          | ~ greater(capability(X0,X2),capability(X0,X1)) ) )
      | has_immunity(X0,X2)
      | has_immunity(X0,X1)
      | ~ organization(X0) ),
    inference(flattening,[],[f19]) ).

fof(f21,plain,
    ! [X0,X1,X2] :
      ( ( ( capability(X0,X2) = capability(X0,X1)
          | internal_friction(X0,X2) != internal_friction(X0,X1)
          | stock_of_knowledge(X0,X2) != stock_of_knowledge(X0,X1) )
        & ( smaller(capability(X0,X2),capability(X0,X1))
          | ~ greater(internal_friction(X0,X2),internal_friction(X0,X1))
          | ~ smaller_or_equal(stock_of_knowledge(X0,X2),stock_of_knowledge(X0,X1)) )
        & ( greater(capability(X0,X2),capability(X0,X1))
          | ~ smaller_or_equal(internal_friction(X0,X2),internal_friction(X0,X1))
          | ~ greater(stock_of_knowledge(X0,X2),stock_of_knowledge(X0,X1)) ) )
      | ~ organization(X0) ),
    inference(ennf_transformation,[],[f13]) ).

fof(f22,plain,
    ! [X0,X1,X2] :
      ( ( ( capability(X0,X2) = capability(X0,X1)
          | internal_friction(X0,X2) != internal_friction(X0,X1)
          | stock_of_knowledge(X0,X2) != stock_of_knowledge(X0,X1) )
        & ( smaller(capability(X0,X2),capability(X0,X1))
          | ~ greater(internal_friction(X0,X2),internal_friction(X0,X1))
          | ~ smaller_or_equal(stock_of_knowledge(X0,X2),stock_of_knowledge(X0,X1)) )
        & ( greater(capability(X0,X2),capability(X0,X1))
          | ~ smaller_or_equal(internal_friction(X0,X2),internal_friction(X0,X1))
          | ~ greater(stock_of_knowledge(X0,X2),stock_of_knowledge(X0,X1)) ) )
      | ~ organization(X0) ),
    inference(flattening,[],[f21]) ).

fof(f23,plain,
    ! [X0,X1,X2] :
      ( ( ( position(X0,X2) = position(X0,X1)
          | external_ties(X0,X2) != external_ties(X0,X1) )
        & ( greater(position(X0,X2),position(X0,X1))
          | ~ greater(external_ties(X0,X2),external_ties(X0,X1)) ) )
      | ~ organization(X0) ),
    inference(ennf_transformation,[],[f14]) ).

fof(f24,plain,
    ? [X0,X1,X2] :
      ( ( ( ~ smaller(hazard_of_mortality(X0,X2),hazard_of_mortality(X0,X1))
          & greater(external_ties(X0,X2),external_ties(X0,X1))
          & smaller_or_equal(internal_friction(X0,X2),internal_friction(X0,X1))
          & greater_or_equal(stock_of_knowledge(X0,X2),stock_of_knowledge(X0,X1)) )
        | ( ~ smaller(hazard_of_mortality(X0,X2),hazard_of_mortality(X0,X1))
          & greater_or_equal(external_ties(X0,X2),external_ties(X0,X1))
          & smaller_or_equal(internal_friction(X0,X2),internal_friction(X0,X1))
          & greater(stock_of_knowledge(X0,X2),stock_of_knowledge(X0,X1)) ) )
      & ~ has_immunity(X0,X2)
      & ~ has_immunity(X0,X1)
      & organization(X0) ),
    inference(ennf_transformation,[],[f15]) ).

fof(f25,plain,
    ? [X0,X1,X2] :
      ( ( ( ~ smaller(hazard_of_mortality(X0,X2),hazard_of_mortality(X0,X1))
          & greater(external_ties(X0,X2),external_ties(X0,X1))
          & smaller_or_equal(internal_friction(X0,X2),internal_friction(X0,X1))
          & greater_or_equal(stock_of_knowledge(X0,X2),stock_of_knowledge(X0,X1)) )
        | ( ~ smaller(hazard_of_mortality(X0,X2),hazard_of_mortality(X0,X1))
          & greater_or_equal(external_ties(X0,X2),external_ties(X0,X1))
          & smaller_or_equal(internal_friction(X0,X2),internal_friction(X0,X1))
          & greater(stock_of_knowledge(X0,X2),stock_of_knowledge(X0,X1)) ) )
      & ~ has_immunity(X0,X2)
      & ~ has_immunity(X0,X1)
      & organization(X0) ),
    inference(flattening,[],[f24]) ).

fof(f26,plain,
    ! [X1,X0,X2] :
      ( ( ~ smaller(hazard_of_mortality(X0,X2),hazard_of_mortality(X0,X1))
        & greater_or_equal(external_ties(X0,X2),external_ties(X0,X1))
        & smaller_or_equal(internal_friction(X0,X2),internal_friction(X0,X1))
        & greater(stock_of_knowledge(X0,X2),stock_of_knowledge(X0,X1)) )
      | ~ sP0(X1,X0,X2) ),
    introduced(predicate_definition_introduction,[new_symbols(naming,[sP0])]) ).

fof(f27,plain,
    ? [X0,X1,X2] :
      ( ( ( ~ smaller(hazard_of_mortality(X0,X2),hazard_of_mortality(X0,X1))
          & greater(external_ties(X0,X2),external_ties(X0,X1))
          & smaller_or_equal(internal_friction(X0,X2),internal_friction(X0,X1))
          & greater_or_equal(stock_of_knowledge(X0,X2),stock_of_knowledge(X0,X1)) )
        | sP0(X1,X0,X2) )
      & ~ has_immunity(X0,X2)
      & ~ has_immunity(X0,X1)
      & organization(X0) ),
    inference(definition_folding,[],[f25,f26]) ).

fof(f28,plain,
    ! [X0,X1] :
      ( ( smaller_or_equal(X0,X1)
        | ( X0 != X1
          & ~ smaller(X0,X1) ) )
      & ( X0 = X1
        | smaller(X0,X1)
        | ~ smaller_or_equal(X0,X1) ) ),
    inference(nnf_transformation,[],[f1]) ).

fof(f29,plain,
    ! [X0,X1] :
      ( ( smaller_or_equal(X0,X1)
        | ( X0 != X1
          & ~ smaller(X0,X1) ) )
      & ( X0 = X1
        | smaller(X0,X1)
        | ~ smaller_or_equal(X0,X1) ) ),
    inference(flattening,[],[f28]) ).

fof(f30,plain,
    ! [X0,X1] :
      ( ( greater_or_equal(X0,X1)
        | ( X0 != X1
          & ~ greater(X0,X1) ) )
      & ( X0 = X1
        | greater(X0,X1)
        | ~ greater_or_equal(X0,X1) ) ),
    inference(nnf_transformation,[],[f2]) ).

fof(f31,plain,
    ! [X0,X1] :
      ( ( greater_or_equal(X0,X1)
        | ( X0 != X1
          & ~ greater(X0,X1) ) )
      & ( X0 = X1
        | greater(X0,X1)
        | ~ greater_or_equal(X0,X1) ) ),
    inference(flattening,[],[f30]) ).

fof(f32,plain,
    ! [X0,X1] :
      ( ( smaller(X0,X1)
        | ~ greater(X1,X0) )
      & ( greater(X1,X0)
        | ~ smaller(X0,X1) ) ),
    inference(nnf_transformation,[],[f3]) ).

fof(f33,plain,
    ! [X1,X0,X2] :
      ( ( ~ smaller(hazard_of_mortality(X0,X2),hazard_of_mortality(X0,X1))
        & greater_or_equal(external_ties(X0,X2),external_ties(X0,X1))
        & smaller_or_equal(internal_friction(X0,X2),internal_friction(X0,X1))
        & greater(stock_of_knowledge(X0,X2),stock_of_knowledge(X0,X1)) )
      | ~ sP0(X1,X0,X2) ),
    inference(nnf_transformation,[],[f26]) ).

fof(f34,plain,
    ! [X0,X1,X2] :
      ( ( ~ smaller(hazard_of_mortality(X1,X2),hazard_of_mortality(X1,X0))
        & greater_or_equal(external_ties(X1,X2),external_ties(X1,X0))
        & smaller_or_equal(internal_friction(X1,X2),internal_friction(X1,X0))
        & greater(stock_of_knowledge(X1,X2),stock_of_knowledge(X1,X0)) )
      | ~ sP0(X0,X1,X2) ),
    inference(rectify,[],[f33]) ).

fof(f35,plain,
    ( ? [X0,X1,X2] :
        ( ( ( ~ smaller(hazard_of_mortality(X0,X2),hazard_of_mortality(X0,X1))
            & greater(external_ties(X0,X2),external_ties(X0,X1))
            & smaller_or_equal(internal_friction(X0,X2),internal_friction(X0,X1))
            & greater_or_equal(stock_of_knowledge(X0,X2),stock_of_knowledge(X0,X1)) )
          | sP0(X1,X0,X2) )
        & ~ has_immunity(X0,X2)
        & ~ has_immunity(X0,X1)
        & organization(X0) )
   => ( ( ( ~ smaller(hazard_of_mortality(sK1,sK3),hazard_of_mortality(sK1,sK2))
          & greater(external_ties(sK1,sK3),external_ties(sK1,sK2))
          & smaller_or_equal(internal_friction(sK1,sK3),internal_friction(sK1,sK2))
          & greater_or_equal(stock_of_knowledge(sK1,sK3),stock_of_knowledge(sK1,sK2)) )
        | sP0(sK2,sK1,sK3) )
      & ~ has_immunity(sK1,sK3)
      & ~ has_immunity(sK1,sK2)
      & organization(sK1) ) ),
    introduced(choice_axiom,[]) ).

fof(f36,plain,
    ( ( ( ~ smaller(hazard_of_mortality(sK1,sK3),hazard_of_mortality(sK1,sK2))
        & greater(external_ties(sK1,sK3),external_ties(sK1,sK2))
        & smaller_or_equal(internal_friction(sK1,sK3),internal_friction(sK1,sK2))
        & greater_or_equal(stock_of_knowledge(sK1,sK3),stock_of_knowledge(sK1,sK2)) )
      | sP0(sK2,sK1,sK3) )
    & ~ has_immunity(sK1,sK3)
    & ~ has_immunity(sK1,sK2)
    & organization(sK1) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK1,sK2,sK3])],[f27,f35]) ).

fof(f37,plain,
    ! [X0,X1] :
      ( X0 = X1
      | smaller(X0,X1)
      | ~ smaller_or_equal(X0,X1) ),
    inference(cnf_transformation,[],[f29]) ).

fof(f38,plain,
    ! [X0,X1] :
      ( smaller_or_equal(X0,X1)
      | ~ smaller(X0,X1) ),
    inference(cnf_transformation,[],[f29]) ).

fof(f39,plain,
    ! [X0,X1] :
      ( smaller_or_equal(X0,X1)
      | X0 != X1 ),
    inference(cnf_transformation,[],[f29]) ).

fof(f40,plain,
    ! [X0,X1] :
      ( X0 = X1
      | greater(X0,X1)
      | ~ greater_or_equal(X0,X1) ),
    inference(cnf_transformation,[],[f31]) ).

fof(f41,plain,
    ! [X0,X1] :
      ( greater_or_equal(X0,X1)
      | ~ greater(X0,X1) ),
    inference(cnf_transformation,[],[f31]) ).

fof(f42,plain,
    ! [X0,X1] :
      ( greater_or_equal(X0,X1)
      | X0 != X1 ),
    inference(cnf_transformation,[],[f31]) ).

fof(f43,plain,
    ! [X0,X1] :
      ( greater(X1,X0)
      | ~ smaller(X0,X1) ),
    inference(cnf_transformation,[],[f32]) ).

fof(f44,plain,
    ! [X0,X1] :
      ( smaller(X0,X1)
      | ~ greater(X1,X0) ),
    inference(cnf_transformation,[],[f32]) ).

fof(f45,plain,
    ! [X0,X1] :
      ( ~ greater(X1,X0)
      | ~ greater(X0,X1) ),
    inference(cnf_transformation,[],[f16]) ).

fof(f48,plain,
    ! [X2,X0,X1] :
      ( smaller(hazard_of_mortality(X0,X2),hazard_of_mortality(X0,X1))
      | ~ greater_or_equal(position(X0,X2),position(X0,X1))
      | ~ greater(capability(X0,X2),capability(X0,X1))
      | has_immunity(X0,X2)
      | has_immunity(X0,X1)
      | ~ organization(X0) ),
    inference(cnf_transformation,[],[f20]) ).

fof(f49,plain,
    ! [X2,X0,X1] :
      ( smaller(hazard_of_mortality(X0,X2),hazard_of_mortality(X0,X1))
      | ~ greater(position(X0,X2),position(X0,X1))
      | ~ greater_or_equal(capability(X0,X2),capability(X0,X1))
      | has_immunity(X0,X2)
      | has_immunity(X0,X1)
      | ~ organization(X0) ),
    inference(cnf_transformation,[],[f20]) ).

fof(f51,plain,
    ! [X2,X0,X1] :
      ( greater(capability(X0,X2),capability(X0,X1))
      | ~ smaller_or_equal(internal_friction(X0,X2),internal_friction(X0,X1))
      | ~ greater(stock_of_knowledge(X0,X2),stock_of_knowledge(X0,X1))
      | ~ organization(X0) ),
    inference(cnf_transformation,[],[f22]) ).

fof(f52,plain,
    ! [X2,X0,X1] :
      ( smaller(capability(X0,X2),capability(X0,X1))
      | ~ greater(internal_friction(X0,X2),internal_friction(X0,X1))
      | ~ smaller_or_equal(stock_of_knowledge(X0,X2),stock_of_knowledge(X0,X1))
      | ~ organization(X0) ),
    inference(cnf_transformation,[],[f22]) ).

fof(f53,plain,
    ! [X2,X0,X1] :
      ( capability(X0,X2) = capability(X0,X1)
      | internal_friction(X0,X2) != internal_friction(X0,X1)
      | stock_of_knowledge(X0,X2) != stock_of_knowledge(X0,X1)
      | ~ organization(X0) ),
    inference(cnf_transformation,[],[f22]) ).

fof(f54,plain,
    ! [X2,X0,X1] :
      ( greater(position(X0,X2),position(X0,X1))
      | ~ greater(external_ties(X0,X2),external_ties(X0,X1))
      | ~ organization(X0) ),
    inference(cnf_transformation,[],[f23]) ).

fof(f55,plain,
    ! [X2,X0,X1] :
      ( position(X0,X2) = position(X0,X1)
      | external_ties(X0,X2) != external_ties(X0,X1)
      | ~ organization(X0) ),
    inference(cnf_transformation,[],[f23]) ).

fof(f56,plain,
    ! [X2,X0,X1] :
      ( greater(stock_of_knowledge(X1,X2),stock_of_knowledge(X1,X0))
      | ~ sP0(X0,X1,X2) ),
    inference(cnf_transformation,[],[f34]) ).

fof(f57,plain,
    ! [X2,X0,X1] :
      ( smaller_or_equal(internal_friction(X1,X2),internal_friction(X1,X0))
      | ~ sP0(X0,X1,X2) ),
    inference(cnf_transformation,[],[f34]) ).

fof(f58,plain,
    ! [X2,X0,X1] :
      ( greater_or_equal(external_ties(X1,X2),external_ties(X1,X0))
      | ~ sP0(X0,X1,X2) ),
    inference(cnf_transformation,[],[f34]) ).

fof(f59,plain,
    ! [X2,X0,X1] :
      ( ~ smaller(hazard_of_mortality(X1,X2),hazard_of_mortality(X1,X0))
      | ~ sP0(X0,X1,X2) ),
    inference(cnf_transformation,[],[f34]) ).

fof(f60,plain,
    organization(sK1),
    inference(cnf_transformation,[],[f36]) ).

fof(f61,plain,
    ~ has_immunity(sK1,sK2),
    inference(cnf_transformation,[],[f36]) ).

fof(f62,plain,
    ~ has_immunity(sK1,sK3),
    inference(cnf_transformation,[],[f36]) ).

fof(f63,plain,
    ( greater_or_equal(stock_of_knowledge(sK1,sK3),stock_of_knowledge(sK1,sK2))
    | sP0(sK2,sK1,sK3) ),
    inference(cnf_transformation,[],[f36]) ).

fof(f64,plain,
    ( smaller_or_equal(internal_friction(sK1,sK3),internal_friction(sK1,sK2))
    | sP0(sK2,sK1,sK3) ),
    inference(cnf_transformation,[],[f36]) ).

fof(f65,plain,
    ( greater(external_ties(sK1,sK3),external_ties(sK1,sK2))
    | sP0(sK2,sK1,sK3) ),
    inference(cnf_transformation,[],[f36]) ).

fof(f66,plain,
    ( ~ smaller(hazard_of_mortality(sK1,sK3),hazard_of_mortality(sK1,sK2))
    | sP0(sK2,sK1,sK3) ),
    inference(cnf_transformation,[],[f36]) ).

fof(f67,plain,
    ! [X1] : smaller_or_equal(X1,X1),
    inference(equality_resolution,[],[f39]) ).

fof(f68,plain,
    ! [X1] : greater_or_equal(X1,X1),
    inference(equality_resolution,[],[f42]) ).

cnf(c_49,plain,
    smaller_or_equal(X0,X0),
    inference(cnf_transformation,[],[f67]) ).

cnf(c_50,plain,
    ( ~ smaller(X0,X1)
    | smaller_or_equal(X0,X1) ),
    inference(cnf_transformation,[],[f38]) ).

cnf(c_51,plain,
    ( ~ smaller_or_equal(X0,X1)
    | X0 = X1
    | smaller(X0,X1) ),
    inference(cnf_transformation,[],[f37]) ).

cnf(c_52,plain,
    greater_or_equal(X0,X0),
    inference(cnf_transformation,[],[f68]) ).

cnf(c_53,plain,
    ( ~ greater(X0,X1)
    | greater_or_equal(X0,X1) ),
    inference(cnf_transformation,[],[f41]) ).

cnf(c_54,plain,
    ( ~ greater_or_equal(X0,X1)
    | X0 = X1
    | greater(X0,X1) ),
    inference(cnf_transformation,[],[f40]) ).

cnf(c_55,plain,
    ( ~ greater(X0,X1)
    | smaller(X1,X0) ),
    inference(cnf_transformation,[],[f44]) ).

cnf(c_56,plain,
    ( ~ smaller(X0,X1)
    | greater(X1,X0) ),
    inference(cnf_transformation,[],[f43]) ).

cnf(c_57,plain,
    ( ~ greater(X0,X1)
    | ~ greater(X1,X0) ),
    inference(cnf_transformation,[],[f45]) ).

cnf(c_61,plain,
    ( ~ greater_or_equal(capability(X0,X1),capability(X0,X2))
    | ~ greater(position(X0,X1),position(X0,X2))
    | ~ organization(X0)
    | smaller(hazard_of_mortality(X0,X1),hazard_of_mortality(X0,X2))
    | has_immunity(X0,X1)
    | has_immunity(X0,X2) ),
    inference(cnf_transformation,[],[f49]) ).

cnf(c_62,plain,
    ( ~ greater_or_equal(position(X0,X1),position(X0,X2))
    | ~ greater(capability(X0,X1),capability(X0,X2))
    | ~ organization(X0)
    | smaller(hazard_of_mortality(X0,X1),hazard_of_mortality(X0,X2))
    | has_immunity(X0,X1)
    | has_immunity(X0,X2) ),
    inference(cnf_transformation,[],[f48]) ).

cnf(c_63,plain,
    ( internal_friction(X0,X1) != internal_friction(X0,X2)
    | stock_of_knowledge(X0,X1) != stock_of_knowledge(X0,X2)
    | ~ organization(X0)
    | capability(X0,X1) = capability(X0,X2) ),
    inference(cnf_transformation,[],[f53]) ).

cnf(c_64,plain,
    ( ~ smaller_or_equal(stock_of_knowledge(X0,X1),stock_of_knowledge(X0,X2))
    | ~ greater(internal_friction(X0,X1),internal_friction(X0,X2))
    | ~ organization(X0)
    | smaller(capability(X0,X1),capability(X0,X2)) ),
    inference(cnf_transformation,[],[f52]) ).

cnf(c_65,plain,
    ( ~ smaller_or_equal(internal_friction(X0,X1),internal_friction(X0,X2))
    | ~ greater(stock_of_knowledge(X0,X1),stock_of_knowledge(X0,X2))
    | ~ organization(X0)
    | greater(capability(X0,X1),capability(X0,X2)) ),
    inference(cnf_transformation,[],[f51]) ).

cnf(c_66,plain,
    ( external_ties(X0,X1) != external_ties(X0,X2)
    | ~ organization(X0)
    | position(X0,X1) = position(X0,X2) ),
    inference(cnf_transformation,[],[f55]) ).

cnf(c_67,plain,
    ( ~ greater(external_ties(X0,X1),external_ties(X0,X2))
    | ~ organization(X0)
    | greater(position(X0,X1),position(X0,X2)) ),
    inference(cnf_transformation,[],[f54]) ).

cnf(c_68,plain,
    ( ~ smaller(hazard_of_mortality(X0,X1),hazard_of_mortality(X0,X2))
    | ~ sP0(X2,X0,X1) ),
    inference(cnf_transformation,[],[f59]) ).

cnf(c_69,plain,
    ( ~ sP0(X0,X1,X2)
    | greater_or_equal(external_ties(X1,X2),external_ties(X1,X0)) ),
    inference(cnf_transformation,[],[f58]) ).

cnf(c_70,plain,
    ( ~ sP0(X0,X1,X2)
    | smaller_or_equal(internal_friction(X1,X2),internal_friction(X1,X0)) ),
    inference(cnf_transformation,[],[f57]) ).

cnf(c_71,plain,
    ( ~ sP0(X0,X1,X2)
    | greater(stock_of_knowledge(X1,X2),stock_of_knowledge(X1,X0)) ),
    inference(cnf_transformation,[],[f56]) ).

cnf(c_72,negated_conjecture,
    ( ~ smaller(hazard_of_mortality(sK1,sK3),hazard_of_mortality(sK1,sK2))
    | sP0(sK2,sK1,sK3) ),
    inference(cnf_transformation,[],[f66]) ).

cnf(c_73,negated_conjecture,
    ( greater(external_ties(sK1,sK3),external_ties(sK1,sK2))
    | sP0(sK2,sK1,sK3) ),
    inference(cnf_transformation,[],[f65]) ).

cnf(c_74,negated_conjecture,
    ( smaller_or_equal(internal_friction(sK1,sK3),internal_friction(sK1,sK2))
    | sP0(sK2,sK1,sK3) ),
    inference(cnf_transformation,[],[f64]) ).

cnf(c_75,negated_conjecture,
    ( greater_or_equal(stock_of_knowledge(sK1,sK3),stock_of_knowledge(sK1,sK2))
    | sP0(sK2,sK1,sK3) ),
    inference(cnf_transformation,[],[f63]) ).

cnf(c_76,negated_conjecture,
    ~ has_immunity(sK1,sK3),
    inference(cnf_transformation,[],[f62]) ).

cnf(c_77,negated_conjecture,
    ~ has_immunity(sK1,sK2),
    inference(cnf_transformation,[],[f61]) ).

cnf(c_78,negated_conjecture,
    organization(sK1),
    inference(cnf_transformation,[],[f60]) ).

cnf(c_135,plain,
    smaller_or_equal(internal_friction(sK1,sK3),internal_friction(sK1,sK2)),
    inference(forward_subsumption_resolution,[status(thm)],[c_74,c_70]) ).

cnf(c_157,plain,
    ~ smaller(hazard_of_mortality(sK1,sK3),hazard_of_mortality(sK1,sK2)),
    inference(forward_subsumption_resolution,[status(thm)],[c_72,c_68]) ).

cnf(c_279,plain,
    ( X0 != sK2
    | X1 != sK1
    | X2 != sK3
    | greater(stock_of_knowledge(X1,X2),stock_of_knowledge(X1,X0))
    | greater_or_equal(stock_of_knowledge(sK1,sK3),stock_of_knowledge(sK1,sK2)) ),
    inference(resolution_lifted,[status(thm)],[c_71,c_75]) ).

cnf(c_280,plain,
    ( greater_or_equal(stock_of_knowledge(sK1,sK3),stock_of_knowledge(sK1,sK2))
    | greater(stock_of_knowledge(sK1,sK3),stock_of_knowledge(sK1,sK2)) ),
    inference(unflattening,[status(thm)],[c_279]) ).

cnf(c_285,plain,
    greater_or_equal(stock_of_knowledge(sK1,sK3),stock_of_knowledge(sK1,sK2)),
    inference(forward_subsumption_resolution,[status(thm)],[c_280,c_53]) ).

cnf(c_287,plain,
    ( X0 != sK2
    | X1 != sK1
    | X2 != sK3
    | greater(stock_of_knowledge(X1,X2),stock_of_knowledge(X1,X0))
    | greater(external_ties(sK1,sK3),external_ties(sK1,sK2)) ),
    inference(resolution_lifted,[status(thm)],[c_71,c_73]) ).

cnf(c_288,plain,
    ( greater(stock_of_knowledge(sK1,sK3),stock_of_knowledge(sK1,sK2))
    | greater(external_ties(sK1,sK3),external_ties(sK1,sK2)) ),
    inference(unflattening,[status(thm)],[c_287]) ).

cnf(c_301,plain,
    ( X0 != sK2
    | X1 != sK1
    | X2 != sK3
    | greater_or_equal(external_ties(X1,X2),external_ties(X1,X0))
    | greater(external_ties(sK1,sK3),external_ties(sK1,sK2)) ),
    inference(resolution_lifted,[status(thm)],[c_69,c_73]) ).

cnf(c_302,plain,
    ( greater_or_equal(external_ties(sK1,sK3),external_ties(sK1,sK2))
    | greater(external_ties(sK1,sK3),external_ties(sK1,sK2)) ),
    inference(unflattening,[status(thm)],[c_301]) ).

cnf(c_307,plain,
    greater_or_equal(external_ties(sK1,sK3),external_ties(sK1,sK2)),
    inference(forward_subsumption_resolution,[status(thm)],[c_302,c_53]) ).

cnf(c_447,plain,
    ( X0 != sK1
    | ~ greater(external_ties(X0,X1),external_ties(X0,X2))
    | greater(position(X0,X1),position(X0,X2)) ),
    inference(resolution_lifted,[status(thm)],[c_67,c_78]) ).

cnf(c_448,plain,
    ( ~ greater(external_ties(sK1,X0),external_ties(sK1,X1))
    | greater(position(sK1,X0),position(sK1,X1)) ),
    inference(unflattening,[status(thm)],[c_447]) ).

cnf(c_456,plain,
    ( external_ties(X0,X1) != external_ties(X0,X2)
    | X0 != sK1
    | position(X0,X1) = position(X0,X2) ),
    inference(resolution_lifted,[status(thm)],[c_66,c_78]) ).

cnf(c_457,plain,
    ( external_ties(sK1,X0) != external_ties(sK1,X1)
    | position(sK1,X0) = position(sK1,X1) ),
    inference(unflattening,[status(thm)],[c_456]) ).

cnf(c_465,plain,
    ( X0 != sK1
    | ~ smaller_or_equal(internal_friction(X0,X1),internal_friction(X0,X2))
    | ~ greater(stock_of_knowledge(X0,X1),stock_of_knowledge(X0,X2))
    | greater(capability(X0,X1),capability(X0,X2)) ),
    inference(resolution_lifted,[status(thm)],[c_65,c_78]) ).

cnf(c_466,plain,
    ( ~ smaller_or_equal(internal_friction(sK1,X0),internal_friction(sK1,X1))
    | ~ greater(stock_of_knowledge(sK1,X0),stock_of_knowledge(sK1,X1))
    | greater(capability(sK1,X0),capability(sK1,X1)) ),
    inference(unflattening,[status(thm)],[c_465]) ).

cnf(c_477,plain,
    ( X0 != sK1
    | ~ smaller_or_equal(stock_of_knowledge(X0,X1),stock_of_knowledge(X0,X2))
    | ~ greater(internal_friction(X0,X1),internal_friction(X0,X2))
    | smaller(capability(X0,X1),capability(X0,X2)) ),
    inference(resolution_lifted,[status(thm)],[c_64,c_78]) ).

cnf(c_478,plain,
    ( ~ smaller_or_equal(stock_of_knowledge(sK1,X0),stock_of_knowledge(sK1,X1))
    | ~ greater(internal_friction(sK1,X0),internal_friction(sK1,X1))
    | smaller(capability(sK1,X0),capability(sK1,X1)) ),
    inference(unflattening,[status(thm)],[c_477]) ).

cnf(c_489,plain,
    ( internal_friction(X0,X1) != internal_friction(X0,X2)
    | stock_of_knowledge(X0,X1) != stock_of_knowledge(X0,X2)
    | X0 != sK1
    | capability(X0,X1) = capability(X0,X2) ),
    inference(resolution_lifted,[status(thm)],[c_63,c_78]) ).

cnf(c_490,plain,
    ( internal_friction(sK1,X0) != internal_friction(sK1,X1)
    | stock_of_knowledge(sK1,X0) != stock_of_knowledge(sK1,X1)
    | capability(sK1,X0) = capability(sK1,X1) ),
    inference(unflattening,[status(thm)],[c_489]) ).

cnf(c_501,plain,
    ( X0 != sK1
    | ~ greater_or_equal(position(X0,X1),position(X0,X2))
    | ~ greater(capability(X0,X1),capability(X0,X2))
    | smaller(hazard_of_mortality(X0,X1),hazard_of_mortality(X0,X2))
    | has_immunity(X0,X1)
    | has_immunity(X0,X2) ),
    inference(resolution_lifted,[status(thm)],[c_62,c_78]) ).

cnf(c_502,plain,
    ( ~ greater_or_equal(position(sK1,X0),position(sK1,X1))
    | ~ greater(capability(sK1,X0),capability(sK1,X1))
    | smaller(hazard_of_mortality(sK1,X0),hazard_of_mortality(sK1,X1))
    | has_immunity(sK1,X0)
    | has_immunity(sK1,X1) ),
    inference(unflattening,[status(thm)],[c_501]) ).

cnf(c_519,plain,
    ( X0 != sK1
    | ~ greater_or_equal(capability(X0,X1),capability(X0,X2))
    | ~ greater(position(X0,X1),position(X0,X2))
    | smaller(hazard_of_mortality(X0,X1),hazard_of_mortality(X0,X2))
    | has_immunity(X0,X1)
    | has_immunity(X0,X2) ),
    inference(resolution_lifted,[status(thm)],[c_61,c_78]) ).

cnf(c_520,plain,
    ( ~ greater_or_equal(capability(sK1,X0),capability(sK1,X1))
    | ~ greater(position(sK1,X0),position(sK1,X1))
    | smaller(hazard_of_mortality(sK1,X0),hazard_of_mortality(sK1,X1))
    | has_immunity(sK1,X0)
    | has_immunity(sK1,X1) ),
    inference(unflattening,[status(thm)],[c_519]) ).

cnf(c_2289,plain,
    ( ~ greater(stock_of_knowledge(sK1,sK3),stock_of_knowledge(sK1,sK2))
    | greater(capability(sK1,sK3),capability(sK1,sK2)) ),
    inference(superposition,[status(thm)],[c_135,c_466]) ).

cnf(c_2299,plain,
    ( greater(capability(sK1,sK3),capability(sK1,sK2))
    | greater(external_ties(sK1,sK3),external_ties(sK1,sK2)) ),
    inference(superposition,[status(thm)],[c_288,c_2289]) ).

cnf(c_2319,plain,
    ( internal_friction(sK1,sK3) = internal_friction(sK1,sK2)
    | smaller(internal_friction(sK1,sK3),internal_friction(sK1,sK2)) ),
    inference(superposition,[status(thm)],[c_135,c_51]) ).

cnf(c_2336,plain,
    ( stock_of_knowledge(sK1,sK3) = stock_of_knowledge(sK1,sK2)
    | greater(stock_of_knowledge(sK1,sK3),stock_of_knowledge(sK1,sK2)) ),
    inference(superposition,[status(thm)],[c_285,c_54]) ).

cnf(c_2337,plain,
    ( external_ties(sK1,sK3) = external_ties(sK1,sK2)
    | greater(external_ties(sK1,sK3),external_ties(sK1,sK2)) ),
    inference(superposition,[status(thm)],[c_307,c_54]) ).

cnf(c_2350,plain,
    ( stock_of_knowledge(sK1,sK3) = stock_of_knowledge(sK1,sK2)
    | greater(capability(sK1,sK3),capability(sK1,sK2)) ),
    inference(superposition,[status(thm)],[c_2336,c_2289]) ).

cnf(c_2357,plain,
    ( internal_friction(sK1,sK3) = internal_friction(sK1,sK2)
    | greater(internal_friction(sK1,sK2),internal_friction(sK1,sK3)) ),
    inference(superposition,[status(thm)],[c_2319,c_56]) ).

cnf(c_2364,plain,
    ( smaller(capability(sK1,sK2),capability(sK1,sK3))
    | greater(external_ties(sK1,sK3),external_ties(sK1,sK2)) ),
    inference(superposition,[status(thm)],[c_2299,c_55]) ).

cnf(c_2387,plain,
    ( ~ greater(capability(sK1,sK2),capability(sK1,sK3))
    | greater(external_ties(sK1,sK3),external_ties(sK1,sK2)) ),
    inference(superposition,[status(thm)],[c_2299,c_57]) ).

cnf(c_2421,plain,
    ( external_ties(sK1,sK3) = external_ties(sK1,sK2)
    | greater(position(sK1,sK3),position(sK1,sK2)) ),
    inference(superposition,[status(thm)],[c_2337,c_448]) ).

cnf(c_2438,plain,
    ( external_ties(sK1,sK3) = external_ties(sK1,sK2)
    | greater_or_equal(position(sK1,sK3),position(sK1,sK2)) ),
    inference(superposition,[status(thm)],[c_2421,c_53]) ).

cnf(c_2439,plain,
    ( ~ greater_or_equal(capability(sK1,sK3),capability(sK1,sK2))
    | external_ties(sK1,sK3) = external_ties(sK1,sK2)
    | smaller(hazard_of_mortality(sK1,sK3),hazard_of_mortality(sK1,sK2))
    | has_immunity(sK1,sK3)
    | has_immunity(sK1,sK2) ),
    inference(superposition,[status(thm)],[c_2421,c_520]) ).

cnf(c_2446,plain,
    ( external_ties(sK1,sK3) = external_ties(sK1,sK2)
    | ~ greater_or_equal(capability(sK1,sK3),capability(sK1,sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_2439,c_77,c_76,c_157,c_2439]) ).

cnf(c_2447,plain,
    ( ~ greater_or_equal(capability(sK1,sK3),capability(sK1,sK2))
    | external_ties(sK1,sK3) = external_ties(sK1,sK2) ),
    inference(renaming,[status(thm)],[c_2446]) ).

cnf(c_2472,plain,
    ( ~ greater_or_equal(position(sK1,sK3),position(sK1,sK2))
    | stock_of_knowledge(sK1,sK3) = stock_of_knowledge(sK1,sK2)
    | smaller(hazard_of_mortality(sK1,sK3),hazard_of_mortality(sK1,sK2))
    | has_immunity(sK1,sK3)
    | has_immunity(sK1,sK2) ),
    inference(superposition,[status(thm)],[c_2350,c_502]) ).

cnf(c_2479,plain,
    ( stock_of_knowledge(sK1,sK3) = stock_of_knowledge(sK1,sK2)
    | ~ greater_or_equal(position(sK1,sK3),position(sK1,sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_2472,c_77,c_76,c_157,c_2472]) ).

cnf(c_2480,plain,
    ( ~ greater_or_equal(position(sK1,sK3),position(sK1,sK2))
    | stock_of_knowledge(sK1,sK3) = stock_of_knowledge(sK1,sK2) ),
    inference(renaming,[status(thm)],[c_2479]) ).

cnf(c_2506,plain,
    ( smaller_or_equal(capability(sK1,sK2),capability(sK1,sK3))
    | greater(external_ties(sK1,sK3),external_ties(sK1,sK2)) ),
    inference(superposition,[status(thm)],[c_2364,c_50]) ).

cnf(c_2517,plain,
    ( ~ greater_or_equal(position(sK1,sK3),position(sK1,sK2))
    | ~ greater(capability(sK1,sK3),capability(sK1,sK2))
    | smaller(hazard_of_mortality(sK1,sK3),hazard_of_mortality(sK1,sK2))
    | has_immunity(sK1,sK3)
    | has_immunity(sK1,sK2) ),
    inference(instantiation,[status(thm)],[c_502]) ).

cnf(c_2577,plain,
    ( stock_of_knowledge(sK1,sK3) = stock_of_knowledge(sK1,sK2)
    | external_ties(sK1,sK3) = external_ties(sK1,sK2) ),
    inference(superposition,[status(thm)],[c_2438,c_2480]) ).

cnf(c_2618,plain,
    ( ~ smaller_or_equal(stock_of_knowledge(sK1,X0),stock_of_knowledge(sK1,sK2))
    | ~ greater(internal_friction(sK1,X0),internal_friction(sK1,sK3))
    | external_ties(sK1,sK3) = external_ties(sK1,sK2)
    | smaller(capability(sK1,X0),capability(sK1,sK3)) ),
    inference(superposition,[status(thm)],[c_2577,c_478]) ).

cnf(c_2843,plain,
    ( ~ greater(external_ties(sK1,sK2),external_ties(sK1,sK3))
    | smaller_or_equal(capability(sK1,sK2),capability(sK1,sK3)) ),
    inference(superposition,[status(thm)],[c_2506,c_57]) ).

cnf(c_3584,plain,
    ( ~ smaller(capability(sK1,sK2),capability(sK1,sK3))
    | greater(capability(sK1,sK3),capability(sK1,sK2)) ),
    inference(instantiation,[status(thm)],[c_56]) ).

cnf(c_3629,plain,
    ( ~ greater(internal_friction(sK1,sK2),internal_friction(sK1,sK3))
    | external_ties(sK1,sK3) = external_ties(sK1,sK2)
    | smaller(capability(sK1,sK2),capability(sK1,sK3)) ),
    inference(superposition,[status(thm)],[c_49,c_2618]) ).

cnf(c_3631,plain,
    ( external_ties(sK1,sK3) = external_ties(sK1,sK2)
    | ~ greater(internal_friction(sK1,sK2),internal_friction(sK1,sK3)) ),
    inference(global_subsumption_just,[status(thm)],[c_3629,c_77,c_76,c_157,c_2438,c_2517,c_3584,c_3629]) ).

cnf(c_3632,plain,
    ( ~ greater(internal_friction(sK1,sK2),internal_friction(sK1,sK3))
    | external_ties(sK1,sK3) = external_ties(sK1,sK2) ),
    inference(renaming,[status(thm)],[c_3631]) ).

cnf(c_3654,plain,
    ( internal_friction(sK1,sK3) = internal_friction(sK1,sK2)
    | external_ties(sK1,sK3) = external_ties(sK1,sK2) ),
    inference(superposition,[status(thm)],[c_2357,c_3632]) ).

cnf(c_3671,plain,
    ( internal_friction(sK1,X0) != internal_friction(sK1,sK2)
    | stock_of_knowledge(sK1,X0) != stock_of_knowledge(sK1,sK3)
    | capability(sK1,X0) = capability(sK1,sK3)
    | external_ties(sK1,sK3) = external_ties(sK1,sK2) ),
    inference(superposition,[status(thm)],[c_3654,c_490]) ).

cnf(c_3808,plain,
    ( stock_of_knowledge(sK1,sK3) != stock_of_knowledge(sK1,sK2)
    | capability(sK1,sK3) = capability(sK1,sK2)
    | external_ties(sK1,sK3) = external_ties(sK1,sK2) ),
    inference(equality_resolution,[status(thm)],[c_3671]) ).

cnf(c_3809,plain,
    ( capability(sK1,sK3) = capability(sK1,sK2)
    | external_ties(sK1,sK3) = external_ties(sK1,sK2) ),
    inference(global_subsumption_just,[status(thm)],[c_3808,c_2577,c_3808]) ).

cnf(c_3845,plain,
    ( ~ greater_or_equal(capability(sK1,sK2),capability(sK1,sK2))
    | external_ties(sK1,sK3) = external_ties(sK1,sK2) ),
    inference(superposition,[status(thm)],[c_3809,c_2447]) ).

cnf(c_3940,plain,
    external_ties(sK1,sK3) = external_ties(sK1,sK2),
    inference(superposition,[status(thm)],[c_52,c_3845]) ).

cnf(c_3950,plain,
    ( ~ greater(external_ties(sK1,sK2),external_ties(sK1,sK2))
    | smaller_or_equal(capability(sK1,sK2),capability(sK1,sK3)) ),
    inference(superposition,[status(thm)],[c_3940,c_2843]) ).

cnf(c_3953,plain,
    ( smaller_or_equal(capability(sK1,sK2),capability(sK1,sK3))
    | greater(external_ties(sK1,sK2),external_ties(sK1,sK2)) ),
    inference(superposition,[status(thm)],[c_3940,c_2506]) ).

cnf(c_3956,plain,
    ( ~ greater(external_ties(sK1,X0),external_ties(sK1,sK2))
    | greater(position(sK1,X0),position(sK1,sK3)) ),
    inference(superposition,[status(thm)],[c_3940,c_448]) ).

cnf(c_3959,plain,
    ( external_ties(sK1,X0) != external_ties(sK1,sK2)
    | position(sK1,X0) = position(sK1,sK3) ),
    inference(superposition,[status(thm)],[c_3940,c_457]) ).

cnf(c_3976,plain,
    smaller_or_equal(capability(sK1,sK2),capability(sK1,sK3)),
    inference(global_subsumption_just,[status(thm)],[c_3950,c_3953,c_3950]) ).

cnf(c_4033,plain,
    ( capability(sK1,sK3) = capability(sK1,sK2)
    | smaller(capability(sK1,sK2),capability(sK1,sK3)) ),
    inference(superposition,[status(thm)],[c_3976,c_51]) ).

cnf(c_4041,plain,
    ( capability(sK1,sK3) = capability(sK1,sK2)
    | greater(capability(sK1,sK3),capability(sK1,sK2)) ),
    inference(superposition,[status(thm)],[c_4033,c_56]) ).

cnf(c_4053,plain,
    ( ~ greater_or_equal(position(sK1,sK3),position(sK1,sK2))
    | capability(sK1,sK3) = capability(sK1,sK2)
    | smaller(hazard_of_mortality(sK1,sK3),hazard_of_mortality(sK1,sK2))
    | has_immunity(sK1,sK3)
    | has_immunity(sK1,sK2) ),
    inference(superposition,[status(thm)],[c_4041,c_502]) ).

cnf(c_4062,plain,
    ( capability(sK1,sK3) = capability(sK1,sK2)
    | ~ greater_or_equal(position(sK1,sK3),position(sK1,sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_4053,c_77,c_76,c_157,c_4053]) ).

cnf(c_4063,plain,
    ( ~ greater_or_equal(position(sK1,sK3),position(sK1,sK2))
    | capability(sK1,sK3) = capability(sK1,sK2) ),
    inference(renaming,[status(thm)],[c_4062]) ).

cnf(c_4078,plain,
    ( ~ greater(external_ties(sK1,sK2),external_ties(sK1,sK2))
    | greater(position(sK1,sK3),position(sK1,sK3)) ),
    inference(superposition,[status(thm)],[c_3940,c_3956]) ).

cnf(c_4085,plain,
    position(sK1,sK3) = position(sK1,sK2),
    inference(equality_resolution,[status(thm)],[c_3959]) ).

cnf(c_4090,plain,
    ( ~ greater_or_equal(position(sK1,sK2),position(sK1,sK2))
    | capability(sK1,sK3) = capability(sK1,sK2) ),
    inference(superposition,[status(thm)],[c_4085,c_4063]) ).

cnf(c_4151,plain,
    capability(sK1,sK3) = capability(sK1,sK2),
    inference(superposition,[status(thm)],[c_52,c_4090]) ).

cnf(c_4168,plain,
    ( ~ greater(capability(sK1,sK2),capability(sK1,sK2))
    | greater(external_ties(sK1,sK3),external_ties(sK1,sK2)) ),
    inference(superposition,[status(thm)],[c_4151,c_2387]) ).

cnf(c_4172,plain,
    ( greater(capability(sK1,sK2),capability(sK1,sK2))
    | greater(external_ties(sK1,sK3),external_ties(sK1,sK2)) ),
    inference(superposition,[status(thm)],[c_4151,c_2299]) ).

cnf(c_4190,plain,
    greater(external_ties(sK1,sK3),external_ties(sK1,sK2)),
    inference(global_subsumption_just,[status(thm)],[c_4168,c_4172,c_4168]) ).

cnf(c_4192,plain,
    greater(external_ties(sK1,sK2),external_ties(sK1,sK2)),
    inference(light_normalisation,[status(thm)],[c_4190,c_3940]) ).

cnf(c_4251,plain,
    greater(position(sK1,sK3),position(sK1,sK3)),
    inference(backward_subsumption_resolution,[status(thm)],[c_4078,c_4192]) ).

cnf(c_4252,plain,
    greater(position(sK1,sK2),position(sK1,sK2)),
    inference(light_normalisation,[status(thm)],[c_4251,c_4085]) ).

cnf(c_4347,plain,
    ~ greater(position(sK1,sK2),position(sK1,sK2)),
    inference(superposition,[status(thm)],[c_4252,c_57]) ).

cnf(c_4352,plain,
    $false,
    inference(prop_impl_just,[status(thm)],[c_4347,c_4252]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : MGT042+1 : TPTP v8.1.2. Released v2.4.0.
% 0.00/0.14  % Command  : run_iprover %s %d THM
% 0.14/0.35  % Computer : n003.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Mon Aug 28 06:41:25 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.20/0.48  Running first-order theorem proving
% 0.20/0.48  Running: /export/starexec/sandbox/solver/bin/run_problem --schedule fof_schedule --no_cores 8 /export/starexec/sandbox/benchmark/theBenchmark.p 300
% 4.17/1.18  % SZS status Started for theBenchmark.p
% 4.17/1.18  % SZS status Theorem for theBenchmark.p
% 4.17/1.18  
% 4.17/1.18  %---------------- iProver v3.8 (pre SMT-COMP 2023/CASC 2023) ----------------%
% 4.17/1.18  
% 4.17/1.18  ------  iProver source info
% 4.17/1.18  
% 4.17/1.18  git: date: 2023-05-31 18:12:56 +0000
% 4.17/1.18  git: sha1: 8abddc1f627fd3ce0bcb8b4cbf113b3cc443d7b6
% 4.17/1.18  git: non_committed_changes: false
% 4.17/1.18  git: last_make_outside_of_git: false
% 4.17/1.18  
% 4.17/1.18  ------ Parsing...
% 4.17/1.18  ------ Clausification by vclausify_rel  & Parsing by iProver...
% 4.17/1.18  
% 4.17/1.18  ------ Preprocessing... sup_sim: 0  sf_s  rm: 1 0s  sf_e  pe_s  pe:1:0s pe:2:0s pe_e  sup_sim: 0  sf_s  rm: 3 0s  sf_e  pe_s  pe_e 
% 4.17/1.18  
% 4.17/1.18  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 4.17/1.18  
% 4.17/1.18  ------ Preprocessing... sf_s  rm: 1 0s  sf_e  sf_s  rm: 0 0s  sf_e 
% 4.17/1.18  ------ Proving...
% 4.17/1.18  ------ Problem Properties 
% 4.17/1.18  
% 4.17/1.18  
% 4.17/1.18  clauses                                 26
% 4.17/1.18  conjectures                             2
% 4.17/1.18  EPR                                     13
% 4.17/1.18  Horn                                    19
% 4.17/1.18  unary                                   8
% 4.17/1.18  binary                                  8
% 4.17/1.18  lits                                    60
% 4.17/1.18  lits eq                                 11
% 4.17/1.18  fd_pure                                 0
% 4.17/1.18  fd_pseudo                               0
% 4.17/1.18  fd_cond                                 0
% 4.17/1.18  fd_pseudo_cond                          3
% 4.17/1.18  AC symbols                              0
% 4.17/1.18  
% 4.17/1.18  ------ Input Options Time Limit: Unbounded
% 4.17/1.18  
% 4.17/1.18  
% 4.17/1.18  ------ 
% 4.17/1.18  Current options:
% 4.17/1.18  ------ 
% 4.17/1.18  
% 4.17/1.18  
% 4.17/1.18  
% 4.17/1.18  
% 4.17/1.18  ------ Proving...
% 4.17/1.18  
% 4.17/1.18  
% 4.17/1.18  % SZS status Theorem for theBenchmark.p
% 4.17/1.18  
% 4.17/1.18  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 4.17/1.18  
% 4.17/1.19  
%------------------------------------------------------------------------------