TSTP Solution File: MGT054+1 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : MGT054+1 : TPTP v8.1.2. Released v2.4.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox2/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox2/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s

% 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 : Tue Aug 22 10:49:44 EDT 2023

% Result   : Theorem 15.75s 5.79s
% Output   : CNFRefutation 16.08s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   17
%            Number of leaves      :   31
% Syntax   : Number of formulae    :  306 (  93 unt;  18 typ;   0 def)
%            Number of atoms       :  767 ( 124 equ)
%            Maximal formula atoms :    7 (   2 avg)
%            Number of connectives :  743 ( 264   ~; 448   |;  18   &)
%                                         (   5 <=>;   8  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   4 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   23 (  12   >;  11   *;   0   +;   0  <<)
%            Number of predicates  :   11 (   9 usr;   1 prp; 0-3 aty)
%            Number of functors    :    9 (   9 usr;   6 con; 0-2 aty)
%            Number of variables   :  311 (; 311   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ dissimilar > smaller_or_equal > smaller > is_aligned > has_immunity > greater_or_equal > greater > organization > has_endowment > hazard_of_mortality > capability > age > #nlpp > zero > sigma > #skF_2 > #skF_3 > #skF_1 > #skF_4

%Foreground sorts:

%Background operators:

%Foreground operators:
tff(hazard_of_mortality,type,
    hazard_of_mortality: ( $i * $i ) > $i ).

tff(greater,type,
    greater: ( $i * $i ) > $o ).

tff(dissimilar,type,
    dissimilar: ( $i * $i * $i ) > $o ).

tff(organization,type,
    organization: $i > $o ).

tff(has_endowment,type,
    has_endowment: $i > $o ).

tff(is_aligned,type,
    is_aligned: ( $i * $i ) > $o ).

tff(smaller,type,
    smaller: ( $i * $i ) > $o ).

tff('#skF_2',type,
    '#skF_2': $i ).

tff('#skF_3',type,
    '#skF_3': $i ).

tff(capability,type,
    capability: ( $i * $i ) > $i ).

tff('#skF_1',type,
    '#skF_1': $i ).

tff(sigma,type,
    sigma: $i ).

tff(age,type,
    age: ( $i * $i ) > $i ).

tff(has_immunity,type,
    has_immunity: ( $i * $i ) > $o ).

tff('#skF_4',type,
    '#skF_4': $i ).

tff(greater_or_equal,type,
    greater_or_equal: ( $i * $i ) > $o ).

tff(zero,type,
    zero: $i ).

tff(smaller_or_equal,type,
    smaller_or_equal: ( $i * $i ) > $o ).

tff(f_221,negated_conjecture,
    ~ ! [X,T0,T1,T2] :
        ( ( organization(X)
          & ~ has_endowment(X)
          & ( age(X,T0) = zero )
          & smaller_or_equal(age(X,T1),sigma)
          & greater(age(X,T2),sigma)
          & greater(sigma,zero) )
       => greater(hazard_of_mortality(X,T2),hazard_of_mortality(X,T1)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',theorem_5) ).

tff(f_161,axiom,
    ! [X,T] :
      ( ( organization(X)
        & ( age(X,T) = zero ) )
     => is_aligned(X,T) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_13) ).

tff(f_185,axiom,
    ! [X,T0,T] :
      ( ( organization(X)
        & ( age(X,T0) = zero ) )
     => ( greater(age(X,T),sigma)
      <=> dissimilar(X,T0,T) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_15) ).

tff(f_153,axiom,
    ! [X,T0,T] :
      ( dissimilar(X,T0,T)
    <=> ( organization(X)
        & ~ ( is_aligned(X,T0)
          <=> is_aligned(X,T) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',definition_2) ).

tff(f_140,axiom,
    ! [X,T0,T] :
      ( ( organization(X)
        & has_immunity(X,T0)
        & ~ has_immunity(X,T) )
     => greater(hazard_of_mortality(X,T),hazard_of_mortality(X,T0)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_3) ).

tff(f_81,axiom,
    ! [X,Y] :
      ( smaller(X,Y)
    <=> greater(Y,X) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/MGT001+0.ax',definition_smaller) ).

tff(f_98,axiom,
    ! [X,Y,Z] :
      ( ( greater(X,Y)
        & greater(Y,Z) )
     => greater(X,Z) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/MGT001+0.ax',meaning_postulate_greater_transitive) ).

tff(f_59,axiom,
    ! [X,Y] :
      ( smaller_or_equal(X,Y)
    <=> ( smaller(X,Y)
        | ( X = Y ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/MGT001+0.ax',definition_smaller_or_equal) ).

tff(f_87,axiom,
    ! [X,Y] :
      ~ ( greater(X,Y)
        & greater(Y,X) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/MGT001+0.ax',meaning_postulate_greater_strict) ).

tff(f_117,axiom,
    ! [X,Y] :
      ( smaller(X,Y)
      | ( X = Y )
      | greater(X,Y) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/MGT001+0.ax',meaning_postulate_greater_comparable) ).

tff(f_129,axiom,
    ! [X,T] :
      ( ( organization(X)
        & ~ has_endowment(X) )
     => ~ has_immunity(X,T) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_1) ).

tff(f_175,axiom,
    ! [X,T0,T] :
      ( ( organization(X)
        & is_aligned(X,T0)
        & ~ is_aligned(X,T) )
     => greater(capability(X,T0),capability(X,T)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_14) ).

tff(f_199,axiom,
    ! [X,T0,T] :
      ( ( organization(X)
        & ~ has_immunity(X,T0)
        & ~ has_immunity(X,T)
        & greater(capability(X,T),capability(X,T0)) )
     => greater(hazard_of_mortality(X,T0),hazard_of_mortality(X,T)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_16) ).

tff(c_62,plain,
    ~ has_endowment('#skF_1'),
    inference(cnfTransformation,[status(thm)],[f_221]) ).

tff(c_64,plain,
    organization('#skF_1'),
    inference(cnfTransformation,[status(thm)],[f_221]) ).

tff(c_42,plain,
    ! [X_22,T_23] :
      ( is_aligned(X_22,T_23)
      | ( age(X_22,T_23) != zero )
      | ~ organization(X_22) ),
    inference(cnfTransformation,[status(thm)],[f_161]) ).

tff(c_56,plain,
    greater(age('#skF_1','#skF_4'),sigma),
    inference(cnfTransformation,[status(thm)],[f_221]) ).

tff(c_29991,plain,
    ! [X_617,T0_618,T_619] :
      ( dissimilar(X_617,T0_618,T_619)
      | ~ greater(age(X_617,T_619),sigma)
      | ( age(X_617,T0_618) != zero )
      | ~ organization(X_617) ),
    inference(cnfTransformation,[status(thm)],[f_185]) ).

tff(c_30022,plain,
    ! [T0_618] :
      ( dissimilar('#skF_1',T0_618,'#skF_4')
      | ( age('#skF_1',T0_618) != zero )
      | ~ organization('#skF_1') ),
    inference(resolution,[status(thm)],[c_56,c_29991]) ).

tff(c_30053,plain,
    ! [T0_620] :
      ( dissimilar('#skF_1',T0_620,'#skF_4')
      | ( age('#skF_1',T0_620) != zero ) ),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_30022]) ).

tff(c_36,plain,
    ! [X_19,T0_20,T_21] :
      ( is_aligned(X_19,T0_20)
      | is_aligned(X_19,T_21)
      | ~ dissimilar(X_19,T0_20,T_21) ),
    inference(cnfTransformation,[status(thm)],[f_153]) ).

tff(c_30063,plain,
    ! [T0_620] :
      ( is_aligned('#skF_1',T0_620)
      | is_aligned('#skF_1','#skF_4')
      | ( age('#skF_1',T0_620) != zero ) ),
    inference(resolution,[status(thm)],[c_30053,c_36]) ).

tff(c_30115,plain,
    is_aligned('#skF_1','#skF_4'),
    inference(splitLeft,[status(thm)],[c_30063]) ).

tff(c_30,plain,
    ! [X_19,T_21,T0_20] :
      ( ~ is_aligned(X_19,T_21)
      | ~ is_aligned(X_19,T0_20)
      | ~ dissimilar(X_19,T0_20,T_21) ),
    inference(cnfTransformation,[status(thm)],[f_153]) ).

tff(c_30064,plain,
    ! [T0_620] :
      ( ~ is_aligned('#skF_1','#skF_4')
      | ~ is_aligned('#skF_1',T0_620)
      | ( age('#skF_1',T0_620) != zero ) ),
    inference(resolution,[status(thm)],[c_30053,c_30]) ).

tff(c_30172,plain,
    ! [T0_623] :
      ( ~ is_aligned('#skF_1',T0_623)
      | ( age('#skF_1',T0_623) != zero ) ),
    inference(demodulation,[status(thm),theory(equality)],[c_30115,c_30064]) ).

tff(c_30179,plain,
    ! [T_23] :
      ( ( age('#skF_1',T_23) != zero )
      | ~ organization('#skF_1') ),
    inference(resolution,[status(thm)],[c_42,c_30172]) ).

tff(c_30183,plain,
    ! [T_23] : ( age('#skF_1',T_23) != zero ),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_30179]) ).

tff(c_60,plain,
    age('#skF_1','#skF_2') = zero,
    inference(cnfTransformation,[status(thm)],[f_221]) ).

tff(c_30185,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_30183,c_60]) ).

tff(c_30187,plain,
    ~ is_aligned('#skF_1','#skF_4'),
    inference(splitRight,[status(thm)],[c_30063]) ).

tff(c_30199,plain,
    ! [X_625,T_626,T0_627] :
      ( greater(hazard_of_mortality(X_625,T_626),hazard_of_mortality(X_625,T0_627))
      | has_immunity(X_625,T_626)
      | ~ has_immunity(X_625,T0_627)
      | ~ organization(X_625) ),
    inference(cnfTransformation,[status(thm)],[f_140]) ).

tff(c_52,plain,
    ~ greater(hazard_of_mortality('#skF_1','#skF_4'),hazard_of_mortality('#skF_1','#skF_3')),
    inference(cnfTransformation,[status(thm)],[f_221]) ).

tff(c_30212,plain,
    ( has_immunity('#skF_1','#skF_4')
    | ~ has_immunity('#skF_1','#skF_3')
    | ~ organization('#skF_1') ),
    inference(resolution,[status(thm)],[c_30199,c_52]) ).

tff(c_30220,plain,
    ( has_immunity('#skF_1','#skF_4')
    | ~ has_immunity('#skF_1','#skF_3') ),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_30212]) ).

tff(c_30221,plain,
    ~ has_immunity('#skF_1','#skF_3'),
    inference(splitLeft,[status(thm)],[c_30220]) ).

tff(c_16,plain,
    ! [X_5,Y_6] :
      ( smaller(X_5,Y_6)
      | ~ greater(Y_6,X_5) ),
    inference(cnfTransformation,[status(thm)],[f_81]) ).

tff(c_2063,plain,
    ! [X_126,T0_127,T_128] :
      ( dissimilar(X_126,T0_127,T_128)
      | ~ greater(age(X_126,T_128),sigma)
      | ( age(X_126,T0_127) != zero )
      | ~ organization(X_126) ),
    inference(cnfTransformation,[status(thm)],[f_185]) ).

tff(c_2101,plain,
    ! [T0_127] :
      ( dissimilar('#skF_1',T0_127,'#skF_4')
      | ( age('#skF_1',T0_127) != zero )
      | ~ organization('#skF_1') ),
    inference(resolution,[status(thm)],[c_56,c_2063]) ).

tff(c_2139,plain,
    ! [T0_129] :
      ( dissimilar('#skF_1',T0_129,'#skF_4')
      | ( age('#skF_1',T0_129) != zero ) ),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_2101]) ).

tff(c_2149,plain,
    ! [T0_129] :
      ( ~ is_aligned('#skF_1','#skF_4')
      | ~ is_aligned('#skF_1',T0_129)
      | ( age('#skF_1',T0_129) != zero ) ),
    inference(resolution,[status(thm)],[c_2139,c_30]) ).

tff(c_2153,plain,
    ~ is_aligned('#skF_1','#skF_4'),
    inference(splitLeft,[status(thm)],[c_2149]) ).

tff(c_1321,plain,
    ! [X_112,T_113,T0_114] :
      ( greater(hazard_of_mortality(X_112,T_113),hazard_of_mortality(X_112,T0_114))
      | has_immunity(X_112,T_113)
      | ~ has_immunity(X_112,T0_114)
      | ~ organization(X_112) ),
    inference(cnfTransformation,[status(thm)],[f_140]) ).

tff(c_1336,plain,
    ( has_immunity('#skF_1','#skF_4')
    | ~ has_immunity('#skF_1','#skF_3')
    | ~ organization('#skF_1') ),
    inference(resolution,[status(thm)],[c_1321,c_52]) ).

tff(c_1345,plain,
    ( has_immunity('#skF_1','#skF_4')
    | ~ has_immunity('#skF_1','#skF_3') ),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_1336]) ).

tff(c_1346,plain,
    ~ has_immunity('#skF_1','#skF_3'),
    inference(splitLeft,[status(thm)],[c_1345]) ).

tff(c_54,plain,
    greater(sigma,zero),
    inference(cnfTransformation,[status(thm)],[f_221]) ).

tff(c_125,plain,
    ! [X_56,Z_57,Y_58] :
      ( greater(X_56,Z_57)
      | ~ greater(Y_58,Z_57)
      | ~ greater(X_56,Y_58) ),
    inference(cnfTransformation,[status(thm)],[f_98]) ).

tff(c_135,plain,
    ! [X_59] :
      ( greater(X_59,zero)
      | ~ greater(X_59,sigma) ),
    inference(resolution,[status(thm)],[c_54,c_125]) ).

tff(c_20,plain,
    ! [X_9,Z_11,Y_10] :
      ( greater(X_9,Z_11)
      | ~ greater(Y_10,Z_11)
      | ~ greater(X_9,Y_10) ),
    inference(cnfTransformation,[status(thm)],[f_98]) ).

tff(c_252,plain,
    ! [X_68,X_69] :
      ( greater(X_68,zero)
      | ~ greater(X_68,X_69)
      | ~ greater(X_69,sigma) ),
    inference(resolution,[status(thm)],[c_135,c_20]) ).

tff(c_273,plain,
    ( greater(age('#skF_1','#skF_4'),zero)
    | ~ greater(sigma,sigma) ),
    inference(resolution,[status(thm)],[c_56,c_252]) ).

tff(c_276,plain,
    ~ greater(sigma,sigma),
    inference(splitLeft,[status(thm)],[c_273]) ).

tff(c_2150,plain,
    ! [T0_129] :
      ( is_aligned('#skF_1',T0_129)
      | is_aligned('#skF_1','#skF_4')
      | ( age('#skF_1',T0_129) != zero ) ),
    inference(resolution,[status(thm)],[c_2139,c_36]) ).

tff(c_2188,plain,
    ! [T0_129] :
      ( is_aligned('#skF_1',T0_129)
      | ( age('#skF_1',T0_129) != zero ) ),
    inference(negUnitSimplification,[status(thm)],[c_2153,c_2150]) ).

tff(c_40,plain,
    ! [X_19,T_21,T0_20] :
      ( is_aligned(X_19,T_21)
      | ~ is_aligned(X_19,T0_20)
      | dissimilar(X_19,T0_20,T_21)
      | ~ organization(X_19) ),
    inference(cnfTransformation,[status(thm)],[f_153]) ).

tff(c_2205,plain,
    ! [X_131,T_132,T0_133] :
      ( greater(age(X_131,T_132),sigma)
      | ~ dissimilar(X_131,T0_133,T_132)
      | ( age(X_131,T0_133) != zero )
      | ~ organization(X_131) ),
    inference(cnfTransformation,[status(thm)],[f_185]) ).

tff(c_9900,plain,
    ! [X_253,T_254,T0_255] :
      ( greater(age(X_253,T_254),sigma)
      | ( age(X_253,T0_255) != zero )
      | is_aligned(X_253,T_254)
      | ~ is_aligned(X_253,T0_255)
      | ~ organization(X_253) ),
    inference(resolution,[status(thm)],[c_40,c_2205]) ).

tff(c_9902,plain,
    ! [T_254,T0_129] :
      ( greater(age('#skF_1',T_254),sigma)
      | is_aligned('#skF_1',T_254)
      | ~ organization('#skF_1')
      | ( age('#skF_1',T0_129) != zero ) ),
    inference(resolution,[status(thm)],[c_2188,c_9900]) ).

tff(c_9907,plain,
    ! [T_254,T0_129] :
      ( greater(age('#skF_1',T_254),sigma)
      | is_aligned('#skF_1',T_254)
      | ( age('#skF_1',T0_129) != zero ) ),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_9902]) ).

tff(c_9909,plain,
    ! [T0_129] : ( age('#skF_1',T0_129) != zero ),
    inference(splitLeft,[status(thm)],[c_9907]) ).

tff(c_9911,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_9909,c_60]) ).

tff(c_9913,plain,
    ! [T_256] :
      ( greater(age('#skF_1',T_256),sigma)
      | is_aligned('#skF_1',T_256) ),
    inference(splitRight,[status(thm)],[c_9907]) ).

tff(c_58,plain,
    smaller_or_equal(age('#skF_1','#skF_3'),sigma),
    inference(cnfTransformation,[status(thm)],[f_221]) ).

tff(c_88,plain,
    ! [Y_50,X_51] :
      ( ( Y_50 = X_51 )
      | smaller(X_51,Y_50)
      | ~ smaller_or_equal(X_51,Y_50) ),
    inference(cnfTransformation,[status(thm)],[f_59]) ).

tff(c_99,plain,
    ( ( age('#skF_1','#skF_3') = sigma )
    | smaller(age('#skF_1','#skF_3'),sigma) ),
    inference(resolution,[status(thm)],[c_58,c_88]) ).

tff(c_102,plain,
    smaller(age('#skF_1','#skF_3'),sigma),
    inference(splitLeft,[status(thm)],[c_99]) ).

tff(c_14,plain,
    ! [Y_6,X_5] :
      ( greater(Y_6,X_5)
      | ~ smaller(X_5,Y_6) ),
    inference(cnfTransformation,[status(thm)],[f_81]) ).

tff(c_106,plain,
    greater(sigma,age('#skF_1','#skF_3')),
    inference(resolution,[status(thm)],[c_102,c_14]) ).

tff(c_18,plain,
    ! [Y_8,X_7] :
      ( ~ greater(Y_8,X_7)
      | ~ greater(X_7,Y_8) ),
    inference(cnfTransformation,[status(thm)],[f_87]) ).

tff(c_109,plain,
    ~ greater(age('#skF_1','#skF_3'),sigma),
    inference(resolution,[status(thm)],[c_106,c_18]) ).

tff(c_9974,plain,
    is_aligned('#skF_1','#skF_3'),
    inference(resolution,[status(thm)],[c_9913,c_109]) ).

tff(c_120,plain,
    ! [X_54,Y_55] :
      ( greater(X_54,Y_55)
      | ( Y_55 = X_54 )
      | smaller(X_54,Y_55) ),
    inference(cnfTransformation,[status(thm)],[f_117]) ).

tff(c_124,plain,
    ! [Y_55,X_54] :
      ( greater(Y_55,X_54)
      | greater(X_54,Y_55)
      | ( Y_55 = X_54 ) ),
    inference(resolution,[status(thm)],[c_120,c_14]) ).

tff(c_134,plain,
    ! [X_56] :
      ( greater(X_56,zero)
      | ~ greater(X_56,sigma) ),
    inference(resolution,[status(thm)],[c_54,c_125]) ).

tff(c_163,plain,
    ! [Y_61,X_62] :
      ( greater(Y_61,X_62)
      | greater(X_62,Y_61)
      | ( Y_61 = X_62 ) ),
    inference(resolution,[status(thm)],[c_120,c_14]) ).

tff(c_281,plain,
    ! [X_76,X_77,Y_78] :
      ( greater(X_76,X_77)
      | ~ greater(X_76,Y_78)
      | greater(X_77,Y_78)
      | ( Y_78 = X_77 ) ),
    inference(resolution,[status(thm)],[c_163,c_20]) ).

tff(c_393,plain,
    ! [X_82,X_83] :
      ( greater(X_82,X_83)
      | greater(X_83,zero)
      | ( zero = X_83 )
      | ~ greater(X_82,sigma) ),
    inference(resolution,[status(thm)],[c_134,c_281]) ).

tff(c_1572,plain,
    ! [Y_120,X_121] :
      ( greater(Y_120,X_121)
      | greater(X_121,zero)
      | ( zero = X_121 )
      | greater(sigma,Y_120)
      | ( sigma = Y_120 ) ),
    inference(resolution,[status(thm)],[c_124,c_393]) ).

tff(c_1740,plain,
    ( greater(hazard_of_mortality('#skF_1','#skF_3'),zero)
    | ( hazard_of_mortality('#skF_1','#skF_3') = zero )
    | greater(sigma,hazard_of_mortality('#skF_1','#skF_4'))
    | ( hazard_of_mortality('#skF_1','#skF_4') = sigma ) ),
    inference(resolution,[status(thm)],[c_1572,c_52]) ).

tff(c_2160,plain,
    hazard_of_mortality('#skF_1','#skF_4') = sigma,
    inference(splitLeft,[status(thm)],[c_1740]) ).

tff(c_26,plain,
    ! [X_16,T_18,T0_17] :
      ( greater(hazard_of_mortality(X_16,T_18),hazard_of_mortality(X_16,T0_17))
      | has_immunity(X_16,T_18)
      | ~ has_immunity(X_16,T0_17)
      | ~ organization(X_16) ),
    inference(cnfTransformation,[status(thm)],[f_140]) ).

tff(c_2166,plain,
    ! [T0_17] :
      ( greater(sigma,hazard_of_mortality('#skF_1',T0_17))
      | has_immunity('#skF_1','#skF_4')
      | ~ has_immunity('#skF_1',T0_17)
      | ~ organization('#skF_1') ),
    inference(superposition,[status(thm),theory(equality)],[c_2160,c_26]) ).

tff(c_2173,plain,
    ! [T0_17] :
      ( greater(sigma,hazard_of_mortality('#skF_1',T0_17))
      | has_immunity('#skF_1','#skF_4')
      | ~ has_immunity('#skF_1',T0_17) ),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_2166]) ).

tff(c_2194,plain,
    has_immunity('#skF_1','#skF_4'),
    inference(splitLeft,[status(thm)],[c_2173]) ).

tff(c_24,plain,
    ! [X_14,T_15] :
      ( ~ has_immunity(X_14,T_15)
      | has_endowment(X_14)
      | ~ organization(X_14) ),
    inference(cnfTransformation,[status(thm)],[f_129]) ).

tff(c_2197,plain,
    ( has_endowment('#skF_1')
    | ~ organization('#skF_1') ),
    inference(resolution,[status(thm)],[c_2194,c_24]) ).

tff(c_2200,plain,
    has_endowment('#skF_1'),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_2197]) ).

tff(c_2202,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_62,c_2200]) ).

tff(c_2204,plain,
    ~ has_immunity('#skF_1','#skF_4'),
    inference(splitRight,[status(thm)],[c_2173]) ).

tff(c_44,plain,
    ! [X_24,T0_25,T_26] :
      ( greater(capability(X_24,T0_25),capability(X_24,T_26))
      | is_aligned(X_24,T_26)
      | ~ is_aligned(X_24,T0_25)
      | ~ organization(X_24) ),
    inference(cnfTransformation,[status(thm)],[f_175]) ).

tff(c_7865,plain,
    ! [X_225,T0_226,T_227] :
      ( greater(hazard_of_mortality(X_225,T0_226),hazard_of_mortality(X_225,T_227))
      | ~ greater(capability(X_225,T_227),capability(X_225,T0_226))
      | has_immunity(X_225,T_227)
      | has_immunity(X_225,T0_226)
      | ~ organization(X_225) ),
    inference(cnfTransformation,[status(thm)],[f_199]) ).

tff(c_12572,plain,
    ! [X_298,T_299,T0_300] :
      ( greater(hazard_of_mortality(X_298,T_299),hazard_of_mortality(X_298,T0_300))
      | has_immunity(X_298,T0_300)
      | has_immunity(X_298,T_299)
      | is_aligned(X_298,T_299)
      | ~ is_aligned(X_298,T0_300)
      | ~ organization(X_298) ),
    inference(resolution,[status(thm)],[c_44,c_7865]) ).

tff(c_12610,plain,
    ! [T0_300] :
      ( greater(sigma,hazard_of_mortality('#skF_1',T0_300))
      | has_immunity('#skF_1',T0_300)
      | has_immunity('#skF_1','#skF_4')
      | is_aligned('#skF_1','#skF_4')
      | ~ is_aligned('#skF_1',T0_300)
      | ~ organization('#skF_1') ),
    inference(superposition,[status(thm),theory(equality)],[c_2160,c_12572]) ).

tff(c_12637,plain,
    ! [T0_300] :
      ( greater(sigma,hazard_of_mortality('#skF_1',T0_300))
      | has_immunity('#skF_1',T0_300)
      | has_immunity('#skF_1','#skF_4')
      | is_aligned('#skF_1','#skF_4')
      | ~ is_aligned('#skF_1',T0_300) ),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_12610]) ).

tff(c_12642,plain,
    ! [T0_301] :
      ( greater(sigma,hazard_of_mortality('#skF_1',T0_301))
      | has_immunity('#skF_1',T0_301)
      | ~ is_aligned('#skF_1',T0_301) ),
    inference(negUnitSimplification,[status(thm)],[c_2153,c_2204,c_12637]) ).

tff(c_5413,plain,
    ! [X_182,T_183,T0_184] :
      ( greater(age(X_182,T_183),sigma)
      | ( age(X_182,T0_184) != zero )
      | is_aligned(X_182,T_183)
      | ~ is_aligned(X_182,T0_184)
      | ~ organization(X_182) ),
    inference(resolution,[status(thm)],[c_40,c_2205]) ).

tff(c_5415,plain,
    ! [T_183,T0_129] :
      ( greater(age('#skF_1',T_183),sigma)
      | is_aligned('#skF_1',T_183)
      | ~ organization('#skF_1')
      | ( age('#skF_1',T0_129) != zero ) ),
    inference(resolution,[status(thm)],[c_2188,c_5413]) ).

tff(c_5420,plain,
    ! [T_183,T0_129] :
      ( greater(age('#skF_1',T_183),sigma)
      | is_aligned('#skF_1',T_183)
      | ( age('#skF_1',T0_129) != zero ) ),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_5415]) ).

tff(c_5422,plain,
    ! [T0_129] : ( age('#skF_1',T0_129) != zero ),
    inference(splitLeft,[status(thm)],[c_5420]) ).

tff(c_5424,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_5422,c_60]) ).

tff(c_5426,plain,
    ! [T_185] :
      ( greater(age('#skF_1',T_185),sigma)
      | is_aligned('#skF_1',T_185) ),
    inference(splitRight,[status(thm)],[c_5420]) ).

tff(c_5495,plain,
    is_aligned('#skF_1','#skF_3'),
    inference(resolution,[status(thm)],[c_5426,c_109]) ).

tff(c_878,plain,
    ! [X_106,X_107,Y_108] :
      ( greater(X_106,X_107)
      | greater(X_107,Y_108)
      | ( Y_108 = X_107 )
      | greater(Y_108,X_106)
      | ( Y_108 = X_106 ) ),
    inference(resolution,[status(thm)],[c_124,c_281]) ).

tff(c_1079,plain,
    ! [X_106] :
      ( greater(X_106,hazard_of_mortality('#skF_1','#skF_4'))
      | ( hazard_of_mortality('#skF_1','#skF_3') = hazard_of_mortality('#skF_1','#skF_4') )
      | greater(hazard_of_mortality('#skF_1','#skF_3'),X_106)
      | ( hazard_of_mortality('#skF_1','#skF_3') = X_106 ) ),
    inference(resolution,[status(thm)],[c_878,c_52]) ).

tff(c_2286,plain,
    ! [X_106] :
      ( greater(X_106,sigma)
      | ( hazard_of_mortality('#skF_1','#skF_3') = sigma )
      | greater(hazard_of_mortality('#skF_1','#skF_3'),X_106)
      | ( hazard_of_mortality('#skF_1','#skF_3') = X_106 ) ),
    inference(demodulation,[status(thm),theory(equality)],[c_2160,c_2160,c_1079]) ).

tff(c_2287,plain,
    hazard_of_mortality('#skF_1','#skF_3') = sigma,
    inference(splitLeft,[status(thm)],[c_2286]) ).

tff(c_2452,plain,
    ! [X_140,T0_141,T_142] :
      ( greater(hazard_of_mortality(X_140,T0_141),hazard_of_mortality(X_140,T_142))
      | ~ greater(capability(X_140,T_142),capability(X_140,T0_141))
      | has_immunity(X_140,T_142)
      | has_immunity(X_140,T0_141)
      | ~ organization(X_140) ),
    inference(cnfTransformation,[status(thm)],[f_199]) ).

tff(c_7285,plain,
    ! [X_217,T_218,T0_219] :
      ( greater(hazard_of_mortality(X_217,T_218),hazard_of_mortality(X_217,T0_219))
      | has_immunity(X_217,T0_219)
      | has_immunity(X_217,T_218)
      | is_aligned(X_217,T_218)
      | ~ is_aligned(X_217,T0_219)
      | ~ organization(X_217) ),
    inference(resolution,[status(thm)],[c_44,c_2452]) ).

tff(c_7323,plain,
    ! [T0_219] :
      ( greater(sigma,hazard_of_mortality('#skF_1',T0_219))
      | has_immunity('#skF_1',T0_219)
      | has_immunity('#skF_1','#skF_4')
      | is_aligned('#skF_1','#skF_4')
      | ~ is_aligned('#skF_1',T0_219)
      | ~ organization('#skF_1') ),
    inference(superposition,[status(thm),theory(equality)],[c_2160,c_7285]) ).

tff(c_7349,plain,
    ! [T0_219] :
      ( greater(sigma,hazard_of_mortality('#skF_1',T0_219))
      | has_immunity('#skF_1',T0_219)
      | has_immunity('#skF_1','#skF_4')
      | is_aligned('#skF_1','#skF_4')
      | ~ is_aligned('#skF_1',T0_219) ),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_7323]) ).

tff(c_7757,plain,
    ! [T0_222] :
      ( greater(sigma,hazard_of_mortality('#skF_1',T0_222))
      | has_immunity('#skF_1',T0_222)
      | ~ is_aligned('#skF_1',T0_222) ),
    inference(negUnitSimplification,[status(thm)],[c_2153,c_2204,c_7349]) ).

tff(c_7782,plain,
    ( greater(sigma,sigma)
    | has_immunity('#skF_1','#skF_3')
    | ~ is_aligned('#skF_1','#skF_3') ),
    inference(superposition,[status(thm),theory(equality)],[c_2287,c_7757]) ).

tff(c_7807,plain,
    ( greater(sigma,sigma)
    | has_immunity('#skF_1','#skF_3') ),
    inference(demodulation,[status(thm),theory(equality)],[c_5495,c_7782]) ).

tff(c_7809,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_1346,c_276,c_7807]) ).

tff(c_7811,plain,
    hazard_of_mortality('#skF_1','#skF_3') != sigma,
    inference(splitRight,[status(thm)],[c_2286]) ).

tff(c_1097,plain,
    ! [X_107] :
      ( greater(hazard_of_mortality('#skF_1','#skF_3'),X_107)
      | greater(X_107,hazard_of_mortality('#skF_1','#skF_4'))
      | ( hazard_of_mortality('#skF_1','#skF_4') = X_107 )
      | ( hazard_of_mortality('#skF_1','#skF_3') = hazard_of_mortality('#skF_1','#skF_4') ) ),
    inference(resolution,[status(thm)],[c_878,c_52]) ).

tff(c_8050,plain,
    ! [X_107] :
      ( greater(hazard_of_mortality('#skF_1','#skF_3'),X_107)
      | greater(X_107,sigma)
      | ( sigma = X_107 )
      | ( hazard_of_mortality('#skF_1','#skF_3') = sigma ) ),
    inference(demodulation,[status(thm),theory(equality)],[c_2160,c_2160,c_2160,c_1097]) ).

tff(c_8051,plain,
    ! [X_107] :
      ( greater(hazard_of_mortality('#skF_1','#skF_3'),X_107)
      | greater(X_107,sigma)
      | ( sigma = X_107 ) ),
    inference(negUnitSimplification,[status(thm)],[c_7811,c_8050]) ).

tff(c_8052,plain,
    ! [X_231] :
      ( greater(hazard_of_mortality('#skF_1','#skF_3'),X_231)
      | greater(X_231,sigma)
      | ( sigma = X_231 ) ),
    inference(negUnitSimplification,[status(thm)],[c_7811,c_8050]) ).

tff(c_8259,plain,
    ! [X_234] :
      ( ~ greater(X_234,hazard_of_mortality('#skF_1','#skF_3'))
      | greater(X_234,sigma)
      | ( sigma = X_234 ) ),
    inference(resolution,[status(thm)],[c_8052,c_18]) ).

tff(c_8271,plain,
    ( greater(hazard_of_mortality('#skF_1','#skF_3'),sigma)
    | ( hazard_of_mortality('#skF_1','#skF_3') = sigma ) ),
    inference(resolution,[status(thm)],[c_8051,c_8259]) ).

tff(c_8352,plain,
    greater(hazard_of_mortality('#skF_1','#skF_3'),sigma),
    inference(negUnitSimplification,[status(thm)],[c_7811,c_7811,c_8271]) ).

tff(c_8423,plain,
    ! [X_9] :
      ( greater(X_9,sigma)
      | ~ greater(X_9,hazard_of_mortality('#skF_1','#skF_3')) ),
    inference(resolution,[status(thm)],[c_8352,c_20]) ).

tff(c_12656,plain,
    ( greater(sigma,sigma)
    | has_immunity('#skF_1','#skF_3')
    | ~ is_aligned('#skF_1','#skF_3') ),
    inference(resolution,[status(thm)],[c_12642,c_8423]) ).

tff(c_12690,plain,
    ( greater(sigma,sigma)
    | has_immunity('#skF_1','#skF_3') ),
    inference(demodulation,[status(thm),theory(equality)],[c_9974,c_12656]) ).

tff(c_12692,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_1346,c_276,c_12690]) ).

tff(c_12694,plain,
    hazard_of_mortality('#skF_1','#skF_4') != sigma,
    inference(splitRight,[status(thm)],[c_1740]) ).

tff(c_12701,plain,
    hazard_of_mortality('#skF_1','#skF_3') = hazard_of_mortality('#skF_1','#skF_4'),
    inference(splitLeft,[status(thm)],[c_1079]) ).

tff(c_12707,plain,
    ! [T0_17] :
      ( greater(hazard_of_mortality('#skF_1','#skF_4'),hazard_of_mortality('#skF_1',T0_17))
      | has_immunity('#skF_1','#skF_3')
      | ~ has_immunity('#skF_1',T0_17)
      | ~ organization('#skF_1') ),
    inference(superposition,[status(thm),theory(equality)],[c_12701,c_26]) ).

tff(c_12714,plain,
    ! [T0_17] :
      ( greater(hazard_of_mortality('#skF_1','#skF_4'),hazard_of_mortality('#skF_1',T0_17))
      | has_immunity('#skF_1','#skF_3')
      | ~ has_immunity('#skF_1',T0_17) ),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_12707]) ).

tff(c_12751,plain,
    ! [T0_303] :
      ( greater(hazard_of_mortality('#skF_1','#skF_4'),hazard_of_mortality('#skF_1',T0_303))
      | ~ has_immunity('#skF_1',T0_303) ),
    inference(negUnitSimplification,[status(thm)],[c_1346,c_12714]) ).

tff(c_12703,plain,
    ~ greater(hazard_of_mortality('#skF_1','#skF_4'),hazard_of_mortality('#skF_1','#skF_4')),
    inference(demodulation,[status(thm),theory(equality)],[c_12701,c_52]) ).

tff(c_12772,plain,
    ~ has_immunity('#skF_1','#skF_4'),
    inference(resolution,[status(thm)],[c_12751,c_12703]) ).

tff(c_12695,plain,
    ! [T0_129] :
      ( is_aligned('#skF_1',T0_129)
      | ( age('#skF_1',T0_129) != zero ) ),
    inference(negUnitSimplification,[status(thm)],[c_2153,c_2150]) ).

tff(c_12825,plain,
    ! [X_305,T_306,T0_307] :
      ( greater(age(X_305,T_306),sigma)
      | ~ dissimilar(X_305,T0_307,T_306)
      | ( age(X_305,T0_307) != zero )
      | ~ organization(X_305) ),
    inference(cnfTransformation,[status(thm)],[f_185]) ).

tff(c_16136,plain,
    ! [X_353,T_354,T0_355] :
      ( greater(age(X_353,T_354),sigma)
      | ( age(X_353,T0_355) != zero )
      | is_aligned(X_353,T_354)
      | ~ is_aligned(X_353,T0_355)
      | ~ organization(X_353) ),
    inference(resolution,[status(thm)],[c_40,c_12825]) ).

tff(c_16138,plain,
    ! [T_354,T0_129] :
      ( greater(age('#skF_1',T_354),sigma)
      | is_aligned('#skF_1',T_354)
      | ~ organization('#skF_1')
      | ( age('#skF_1',T0_129) != zero ) ),
    inference(resolution,[status(thm)],[c_12695,c_16136]) ).

tff(c_16143,plain,
    ! [T_354,T0_129] :
      ( greater(age('#skF_1',T_354),sigma)
      | is_aligned('#skF_1',T_354)
      | ( age('#skF_1',T0_129) != zero ) ),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_16138]) ).

tff(c_16145,plain,
    ! [T0_129] : ( age('#skF_1',T0_129) != zero ),
    inference(splitLeft,[status(thm)],[c_16143]) ).

tff(c_16147,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_16145,c_60]) ).

tff(c_16149,plain,
    ! [T_356] :
      ( greater(age('#skF_1',T_356),sigma)
      | is_aligned('#skF_1',T_356) ),
    inference(splitRight,[status(thm)],[c_16143]) ).

tff(c_16218,plain,
    is_aligned('#skF_1','#skF_3'),
    inference(resolution,[status(thm)],[c_16149,c_109]) ).

tff(c_13664,plain,
    ! [X_319,T0_320,T_321] :
      ( greater(hazard_of_mortality(X_319,T0_320),hazard_of_mortality(X_319,T_321))
      | ~ greater(capability(X_319,T_321),capability(X_319,T0_320))
      | has_immunity(X_319,T_321)
      | has_immunity(X_319,T0_320)
      | ~ organization(X_319) ),
    inference(cnfTransformation,[status(thm)],[f_199]) ).

tff(c_18284,plain,
    ! [X_389,T_390,T0_391] :
      ( greater(hazard_of_mortality(X_389,T_390),hazard_of_mortality(X_389,T0_391))
      | has_immunity(X_389,T0_391)
      | has_immunity(X_389,T_390)
      | is_aligned(X_389,T_390)
      | ~ is_aligned(X_389,T0_391)
      | ~ organization(X_389) ),
    inference(resolution,[status(thm)],[c_44,c_13664]) ).

tff(c_18329,plain,
    ! [T_390] :
      ( greater(hazard_of_mortality('#skF_1',T_390),hazard_of_mortality('#skF_1','#skF_4'))
      | has_immunity('#skF_1','#skF_3')
      | has_immunity('#skF_1',T_390)
      | is_aligned('#skF_1',T_390)
      | ~ is_aligned('#skF_1','#skF_3')
      | ~ organization('#skF_1') ),
    inference(superposition,[status(thm),theory(equality)],[c_12701,c_18284]) ).

tff(c_18362,plain,
    ! [T_390] :
      ( greater(hazard_of_mortality('#skF_1',T_390),hazard_of_mortality('#skF_1','#skF_4'))
      | has_immunity('#skF_1','#skF_3')
      | has_immunity('#skF_1',T_390)
      | is_aligned('#skF_1',T_390) ),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_16218,c_18329]) ).

tff(c_18501,plain,
    ! [T_393] :
      ( greater(hazard_of_mortality('#skF_1',T_393),hazard_of_mortality('#skF_1','#skF_4'))
      | has_immunity('#skF_1',T_393)
      | is_aligned('#skF_1',T_393) ),
    inference(negUnitSimplification,[status(thm)],[c_1346,c_18362]) ).

tff(c_18523,plain,
    ( has_immunity('#skF_1','#skF_4')
    | is_aligned('#skF_1','#skF_4') ),
    inference(resolution,[status(thm)],[c_18501,c_12703]) ).

tff(c_18558,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_2153,c_12772,c_18523]) ).

tff(c_18560,plain,
    hazard_of_mortality('#skF_1','#skF_3') != hazard_of_mortality('#skF_1','#skF_4'),
    inference(splitRight,[status(thm)],[c_1079]) ).

tff(c_589,plain,
    ! [Y_95,X_96] :
      ( greater(Y_95,zero)
      | ~ greater(X_96,sigma)
      | greater(X_96,Y_95)
      | ( Y_95 = X_96 ) ),
    inference(resolution,[status(thm)],[c_124,c_252]) ).

tff(c_1800,plain,
    ! [Y_122,X_123] :
      ( greater(Y_122,zero)
      | greater(X_123,Y_122)
      | ( Y_122 = X_123 )
      | greater(sigma,X_123)
      | ( sigma = X_123 ) ),
    inference(resolution,[status(thm)],[c_124,c_589]) ).

tff(c_1981,plain,
    ( greater(hazard_of_mortality('#skF_1','#skF_3'),zero)
    | ( hazard_of_mortality('#skF_1','#skF_3') = hazard_of_mortality('#skF_1','#skF_4') )
    | greater(sigma,hazard_of_mortality('#skF_1','#skF_4'))
    | ( hazard_of_mortality('#skF_1','#skF_4') = sigma ) ),
    inference(resolution,[status(thm)],[c_1800,c_52]) ).

tff(c_23889,plain,
    ( greater(hazard_of_mortality('#skF_1','#skF_3'),zero)
    | greater(sigma,hazard_of_mortality('#skF_1','#skF_4')) ),
    inference(negUnitSimplification,[status(thm)],[c_12694,c_18560,c_1981]) ).

tff(c_23890,plain,
    greater(sigma,hazard_of_mortality('#skF_1','#skF_4')),
    inference(splitLeft,[status(thm)],[c_23889]) ).

tff(c_28432,plain,
    ! [X_550,X_551,T0_552,T_553] :
      ( greater(X_550,hazard_of_mortality(X_551,T0_552))
      | ~ greater(X_550,hazard_of_mortality(X_551,T_553))
      | has_immunity(X_551,T_553)
      | ~ has_immunity(X_551,T0_552)
      | ~ organization(X_551) ),
    inference(resolution,[status(thm)],[c_1321,c_20]) ).

tff(c_28466,plain,
    ! [T0_552] :
      ( greater(sigma,hazard_of_mortality('#skF_1',T0_552))
      | has_immunity('#skF_1','#skF_4')
      | ~ has_immunity('#skF_1',T0_552)
      | ~ organization('#skF_1') ),
    inference(resolution,[status(thm)],[c_23890,c_28432]) ).

tff(c_28545,plain,
    ! [T0_552] :
      ( greater(sigma,hazard_of_mortality('#skF_1',T0_552))
      | has_immunity('#skF_1','#skF_4')
      | ~ has_immunity('#skF_1',T0_552) ),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_28466]) ).

tff(c_28565,plain,
    has_immunity('#skF_1','#skF_4'),
    inference(splitLeft,[status(thm)],[c_28545]) ).

tff(c_28568,plain,
    ( has_endowment('#skF_1')
    | ~ organization('#skF_1') ),
    inference(resolution,[status(thm)],[c_28565,c_24]) ).

tff(c_28571,plain,
    has_endowment('#skF_1'),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_28568]) ).

tff(c_28573,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_62,c_28571]) ).

tff(c_28575,plain,
    ~ has_immunity('#skF_1','#skF_4'),
    inference(splitRight,[status(thm)],[c_28545]) ).

tff(c_18990,plain,
    ! [X_400,T_401,T0_402] :
      ( greater(age(X_400,T_401),sigma)
      | ~ dissimilar(X_400,T0_402,T_401)
      | ( age(X_400,T0_402) != zero )
      | ~ organization(X_400) ),
    inference(cnfTransformation,[status(thm)],[f_185]) ).

tff(c_27395,plain,
    ! [X_528,T_529,T0_530] :
      ( greater(age(X_528,T_529),sigma)
      | ( age(X_528,T0_530) != zero )
      | is_aligned(X_528,T_529)
      | ~ is_aligned(X_528,T0_530)
      | ~ organization(X_528) ),
    inference(resolution,[status(thm)],[c_40,c_18990]) ).

tff(c_27397,plain,
    ! [T_529,T0_129] :
      ( greater(age('#skF_1',T_529),sigma)
      | is_aligned('#skF_1',T_529)
      | ~ organization('#skF_1')
      | ( age('#skF_1',T0_129) != zero ) ),
    inference(resolution,[status(thm)],[c_12695,c_27395]) ).

tff(c_27402,plain,
    ! [T_529,T0_129] :
      ( greater(age('#skF_1',T_529),sigma)
      | is_aligned('#skF_1',T_529)
      | ( age('#skF_1',T0_129) != zero ) ),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_27397]) ).

tff(c_27404,plain,
    ! [T0_129] : ( age('#skF_1',T0_129) != zero ),
    inference(splitLeft,[status(thm)],[c_27402]) ).

tff(c_27406,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_27404,c_60]) ).

tff(c_27408,plain,
    ! [T_531] :
      ( greater(age('#skF_1',T_531),sigma)
      | is_aligned('#skF_1',T_531) ),
    inference(splitRight,[status(thm)],[c_27402]) ).

tff(c_27480,plain,
    is_aligned('#skF_1','#skF_3'),
    inference(resolution,[status(thm)],[c_27408,c_109]) ).

tff(c_24250,plain,
    ! [X_487,T0_488,T_489] :
      ( greater(hazard_of_mortality(X_487,T0_488),hazard_of_mortality(X_487,T_489))
      | ~ greater(capability(X_487,T_489),capability(X_487,T0_488))
      | has_immunity(X_487,T_489)
      | has_immunity(X_487,T0_488)
      | ~ organization(X_487) ),
    inference(cnfTransformation,[status(thm)],[f_199]) ).

tff(c_29045,plain,
    ! [X_561,T_562,T0_563] :
      ( greater(hazard_of_mortality(X_561,T_562),hazard_of_mortality(X_561,T0_563))
      | has_immunity(X_561,T0_563)
      | has_immunity(X_561,T_562)
      | is_aligned(X_561,T_562)
      | ~ is_aligned(X_561,T0_563)
      | ~ organization(X_561) ),
    inference(resolution,[status(thm)],[c_44,c_24250]) ).

tff(c_29089,plain,
    ( has_immunity('#skF_1','#skF_3')
    | has_immunity('#skF_1','#skF_4')
    | is_aligned('#skF_1','#skF_4')
    | ~ is_aligned('#skF_1','#skF_3')
    | ~ organization('#skF_1') ),
    inference(resolution,[status(thm)],[c_29045,c_52]) ).

tff(c_29119,plain,
    ( has_immunity('#skF_1','#skF_3')
    | has_immunity('#skF_1','#skF_4')
    | is_aligned('#skF_1','#skF_4') ),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_27480,c_29089]) ).

tff(c_29121,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_2153,c_28575,c_1346,c_29119]) ).

tff(c_29124,plain,
    ! [T0_564] :
      ( ~ is_aligned('#skF_1',T0_564)
      | ( age('#skF_1',T0_564) != zero ) ),
    inference(splitRight,[status(thm)],[c_2149]) ).

tff(c_29131,plain,
    ! [T_23] :
      ( ( age('#skF_1',T_23) != zero )
      | ~ organization('#skF_1') ),
    inference(resolution,[status(thm)],[c_42,c_29124]) ).

tff(c_29135,plain,
    ! [T_23] : ( age('#skF_1',T_23) != zero ),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_29131]) ).

tff(c_29137,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_29135,c_60]) ).

tff(c_29138,plain,
    has_immunity('#skF_1','#skF_4'),
    inference(splitRight,[status(thm)],[c_1345]) ).

tff(c_29143,plain,
    ( has_endowment('#skF_1')
    | ~ organization('#skF_1') ),
    inference(resolution,[status(thm)],[c_29138,c_24]) ).

tff(c_29146,plain,
    has_endowment('#skF_1'),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_29143]) ).

tff(c_29148,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_62,c_29146]) ).

tff(c_29149,plain,
    age('#skF_1','#skF_3') = sigma,
    inference(splitRight,[status(thm)],[c_99]) ).

tff(c_29150,plain,
    ~ smaller(age('#skF_1','#skF_3'),sigma),
    inference(splitRight,[status(thm)],[c_99]) ).

tff(c_29157,plain,
    ~ smaller(sigma,sigma),
    inference(demodulation,[status(thm),theory(equality)],[c_29149,c_29150]) ).

tff(c_29161,plain,
    ~ greater(sigma,sigma),
    inference(resolution,[status(thm)],[c_16,c_29157]) ).

tff(c_30186,plain,
    ! [T0_620] :
      ( is_aligned('#skF_1',T0_620)
      | ( age('#skF_1',T0_620) != zero ) ),
    inference(splitRight,[status(thm)],[c_30063]) ).

tff(c_30468,plain,
    ! [X_634,T_635,T0_636] :
      ( greater(age(X_634,T_635),sigma)
      | ~ dissimilar(X_634,T0_636,T_635)
      | ( age(X_634,T0_636) != zero )
      | ~ organization(X_634) ),
    inference(cnfTransformation,[status(thm)],[f_185]) ).

tff(c_37569,plain,
    ! [X_758,T_759,T0_760] :
      ( greater(age(X_758,T_759),sigma)
      | ( age(X_758,T0_760) != zero )
      | is_aligned(X_758,T_759)
      | ~ is_aligned(X_758,T0_760)
      | ~ organization(X_758) ),
    inference(resolution,[status(thm)],[c_40,c_30468]) ).

tff(c_37571,plain,
    ! [T_759,T0_620] :
      ( greater(age('#skF_1',T_759),sigma)
      | is_aligned('#skF_1',T_759)
      | ~ organization('#skF_1')
      | ( age('#skF_1',T0_620) != zero ) ),
    inference(resolution,[status(thm)],[c_30186,c_37569]) ).

tff(c_37576,plain,
    ! [T_759,T0_620] :
      ( greater(age('#skF_1',T_759),sigma)
      | is_aligned('#skF_1',T_759)
      | ( age('#skF_1',T0_620) != zero ) ),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_37571]) ).

tff(c_37778,plain,
    ! [T0_620] : ( age('#skF_1',T0_620) != zero ),
    inference(splitLeft,[status(thm)],[c_37576]) ).

tff(c_37782,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_37778,c_60]) ).

tff(c_37784,plain,
    ! [T_765] :
      ( greater(age('#skF_1',T_765),sigma)
      | is_aligned('#skF_1',T_765) ),
    inference(splitRight,[status(thm)],[c_37576]) ).

tff(c_37809,plain,
    ( greater(sigma,sigma)
    | is_aligned('#skF_1','#skF_3') ),
    inference(superposition,[status(thm),theory(equality)],[c_29149,c_37784]) ).

tff(c_37831,plain,
    is_aligned('#skF_1','#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_29161,c_37809]) ).

tff(c_29162,plain,
    ! [X_565,Y_566] :
      ( greater(X_565,Y_566)
      | ( Y_566 = X_565 )
      | smaller(X_565,Y_566) ),
    inference(cnfTransformation,[status(thm)],[f_117]) ).

tff(c_29173,plain,
    ! [Y_566,X_565] :
      ( greater(Y_566,X_565)
      | greater(X_565,Y_566)
      | ( Y_566 = X_565 ) ),
    inference(resolution,[status(thm)],[c_29162,c_14]) ).

tff(c_29224,plain,
    ! [X_573,Z_574,Y_575] :
      ( greater(X_573,Z_574)
      | ~ greater(Y_575,Z_574)
      | ~ greater(X_573,Y_575) ),
    inference(cnfTransformation,[status(thm)],[f_98]) ).

tff(c_29236,plain,
    ! [X_573] :
      ( greater(X_573,zero)
      | ~ greater(X_573,sigma) ),
    inference(resolution,[status(thm)],[c_54,c_29224]) ).

tff(c_29300,plain,
    ! [X_590,Y_591,X_592] :
      ( greater(X_590,Y_591)
      | ~ greater(X_590,X_592)
      | greater(Y_591,X_592)
      | ( Y_591 = X_592 ) ),
    inference(resolution,[status(thm)],[c_29173,c_29224]) ).

tff(c_29414,plain,
    ! [X_598,Y_599] :
      ( greater(X_598,Y_599)
      | greater(Y_599,zero)
      | ( zero = Y_599 )
      | ~ greater(X_598,sigma) ),
    inference(resolution,[status(thm)],[c_29236,c_29300]) ).

tff(c_35785,plain,
    ! [Y_731,Y_732] :
      ( greater(Y_731,Y_732)
      | greater(Y_732,zero)
      | ( zero = Y_732 )
      | greater(sigma,Y_731)
      | ( sigma = Y_731 ) ),
    inference(resolution,[status(thm)],[c_29173,c_29414]) ).

tff(c_35933,plain,
    ( greater(hazard_of_mortality('#skF_1','#skF_3'),zero)
    | ( hazard_of_mortality('#skF_1','#skF_3') = zero )
    | greater(sigma,hazard_of_mortality('#skF_1','#skF_4'))
    | ( hazard_of_mortality('#skF_1','#skF_4') = sigma ) ),
    inference(resolution,[status(thm)],[c_35785,c_52]) ).

tff(c_36596,plain,
    hazard_of_mortality('#skF_1','#skF_4') = sigma,
    inference(splitLeft,[status(thm)],[c_35933]) ).

tff(c_36603,plain,
    ! [T0_17] :
      ( greater(sigma,hazard_of_mortality('#skF_1',T0_17))
      | has_immunity('#skF_1','#skF_4')
      | ~ has_immunity('#skF_1',T0_17)
      | ~ organization('#skF_1') ),
    inference(superposition,[status(thm),theory(equality)],[c_36596,c_26]) ).

tff(c_36610,plain,
    ! [T0_17] :
      ( greater(sigma,hazard_of_mortality('#skF_1',T0_17))
      | has_immunity('#skF_1','#skF_4')
      | ~ has_immunity('#skF_1',T0_17) ),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_36603]) ).

tff(c_37430,plain,
    has_immunity('#skF_1','#skF_4'),
    inference(splitLeft,[status(thm)],[c_36610]) ).

tff(c_37433,plain,
    ( has_endowment('#skF_1')
    | ~ organization('#skF_1') ),
    inference(resolution,[status(thm)],[c_37430,c_24]) ).

tff(c_37436,plain,
    has_endowment('#skF_1'),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_37433]) ).

tff(c_37438,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_62,c_37436]) ).

tff(c_37440,plain,
    ~ has_immunity('#skF_1','#skF_4'),
    inference(splitRight,[status(thm)],[c_36610]) ).

tff(c_36250,plain,
    ! [X_737,T0_738,T_739] :
      ( greater(hazard_of_mortality(X_737,T0_738),hazard_of_mortality(X_737,T_739))
      | ~ greater(capability(X_737,T_739),capability(X_737,T0_738))
      | has_immunity(X_737,T_739)
      | has_immunity(X_737,T0_738)
      | ~ organization(X_737) ),
    inference(cnfTransformation,[status(thm)],[f_199]) ).

tff(c_38945,plain,
    ! [X_791,T_792,T0_793] :
      ( greater(hazard_of_mortality(X_791,T_792),hazard_of_mortality(X_791,T0_793))
      | has_immunity(X_791,T0_793)
      | has_immunity(X_791,T_792)
      | is_aligned(X_791,T_792)
      | ~ is_aligned(X_791,T0_793)
      | ~ organization(X_791) ),
    inference(resolution,[status(thm)],[c_44,c_36250]) ).

tff(c_38979,plain,
    ! [T0_793] :
      ( greater(sigma,hazard_of_mortality('#skF_1',T0_793))
      | has_immunity('#skF_1',T0_793)
      | has_immunity('#skF_1','#skF_4')
      | is_aligned('#skF_1','#skF_4')
      | ~ is_aligned('#skF_1',T0_793)
      | ~ organization('#skF_1') ),
    inference(superposition,[status(thm),theory(equality)],[c_36596,c_38945]) ).

tff(c_39004,plain,
    ! [T0_793] :
      ( greater(sigma,hazard_of_mortality('#skF_1',T0_793))
      | has_immunity('#skF_1',T0_793)
      | has_immunity('#skF_1','#skF_4')
      | is_aligned('#skF_1','#skF_4')
      | ~ is_aligned('#skF_1',T0_793) ),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_38979]) ).

tff(c_39009,plain,
    ! [T0_794] :
      ( greater(sigma,hazard_of_mortality('#skF_1',T0_794))
      | has_immunity('#skF_1',T0_794)
      | ~ is_aligned('#skF_1',T0_794) ),
    inference(negUnitSimplification,[status(thm)],[c_30187,c_37440,c_39004]) ).

tff(c_29742,plain,
    ! [Y_613,Y_614,X_615] :
      ( greater(Y_613,Y_614)
      | greater(Y_614,X_615)
      | ( Y_614 = X_615 )
      | greater(X_615,Y_613)
      | ( Y_613 = X_615 ) ),
    inference(resolution,[status(thm)],[c_29173,c_29300]) ).

tff(c_29896,plain,
    ! [Y_613] :
      ( greater(Y_613,hazard_of_mortality('#skF_1','#skF_4'))
      | ( hazard_of_mortality('#skF_1','#skF_3') = hazard_of_mortality('#skF_1','#skF_4') )
      | greater(hazard_of_mortality('#skF_1','#skF_3'),Y_613)
      | ( hazard_of_mortality('#skF_1','#skF_3') = Y_613 ) ),
    inference(resolution,[status(thm)],[c_29742,c_52]) ).

tff(c_30944,plain,
    hazard_of_mortality('#skF_1','#skF_3') = hazard_of_mortality('#skF_1','#skF_4'),
    inference(splitLeft,[status(thm)],[c_29896]) ).

tff(c_30950,plain,
    ! [T0_17] :
      ( greater(hazard_of_mortality('#skF_1','#skF_4'),hazard_of_mortality('#skF_1',T0_17))
      | has_immunity('#skF_1','#skF_3')
      | ~ has_immunity('#skF_1',T0_17)
      | ~ organization('#skF_1') ),
    inference(superposition,[status(thm),theory(equality)],[c_30944,c_26]) ).

tff(c_30957,plain,
    ! [T0_17] :
      ( greater(hazard_of_mortality('#skF_1','#skF_4'),hazard_of_mortality('#skF_1',T0_17))
      | has_immunity('#skF_1','#skF_3')
      | ~ has_immunity('#skF_1',T0_17) ),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_30950]) ).

tff(c_30990,plain,
    ! [T0_644] :
      ( greater(hazard_of_mortality('#skF_1','#skF_4'),hazard_of_mortality('#skF_1',T0_644))
      | ~ has_immunity('#skF_1',T0_644) ),
    inference(negUnitSimplification,[status(thm)],[c_30221,c_30957]) ).

tff(c_30946,plain,
    ~ greater(hazard_of_mortality('#skF_1','#skF_4'),hazard_of_mortality('#skF_1','#skF_4')),
    inference(demodulation,[status(thm),theory(equality)],[c_30944,c_52]) ).

tff(c_31011,plain,
    ~ has_immunity('#skF_1','#skF_4'),
    inference(resolution,[status(thm)],[c_30990,c_30946]) ).

tff(c_33773,plain,
    ! [X_689,T_690,T0_691] :
      ( greater(age(X_689,T_690),sigma)
      | ( age(X_689,T0_691) != zero )
      | is_aligned(X_689,T_690)
      | ~ is_aligned(X_689,T0_691)
      | ~ organization(X_689) ),
    inference(resolution,[status(thm)],[c_40,c_30468]) ).

tff(c_33775,plain,
    ! [T_690,T0_620] :
      ( greater(age('#skF_1',T_690),sigma)
      | is_aligned('#skF_1',T_690)
      | ~ organization('#skF_1')
      | ( age('#skF_1',T0_620) != zero ) ),
    inference(resolution,[status(thm)],[c_30186,c_33773]) ).

tff(c_33780,plain,
    ! [T_690,T0_620] :
      ( greater(age('#skF_1',T_690),sigma)
      | is_aligned('#skF_1',T_690)
      | ( age('#skF_1',T0_620) != zero ) ),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_33775]) ).

tff(c_33782,plain,
    ! [T0_620] : ( age('#skF_1',T0_620) != zero ),
    inference(splitLeft,[status(thm)],[c_33780]) ).

tff(c_33784,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_33782,c_60]) ).

tff(c_33786,plain,
    ! [T_692] :
      ( greater(age('#skF_1',T_692),sigma)
      | is_aligned('#skF_1',T_692) ),
    inference(splitRight,[status(thm)],[c_33780]) ).

tff(c_33815,plain,
    ( greater(sigma,sigma)
    | is_aligned('#skF_1','#skF_3') ),
    inference(superposition,[status(thm),theory(equality)],[c_29149,c_33786]) ).

tff(c_33843,plain,
    is_aligned('#skF_1','#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_29161,c_33815]) ).

tff(c_31064,plain,
    ! [X_646,T0_647,T_648] :
      ( greater(hazard_of_mortality(X_646,T0_647),hazard_of_mortality(X_646,T_648))
      | ~ greater(capability(X_646,T_648),capability(X_646,T0_647))
      | has_immunity(X_646,T_648)
      | has_immunity(X_646,T0_647)
      | ~ organization(X_646) ),
    inference(cnfTransformation,[status(thm)],[f_199]) ).

tff(c_35364,plain,
    ! [X_724,T_725,T0_726] :
      ( greater(hazard_of_mortality(X_724,T_725),hazard_of_mortality(X_724,T0_726))
      | has_immunity(X_724,T0_726)
      | has_immunity(X_724,T_725)
      | is_aligned(X_724,T_725)
      | ~ is_aligned(X_724,T0_726)
      | ~ organization(X_724) ),
    inference(resolution,[status(thm)],[c_44,c_31064]) ).

tff(c_35403,plain,
    ! [T_725] :
      ( greater(hazard_of_mortality('#skF_1',T_725),hazard_of_mortality('#skF_1','#skF_4'))
      | has_immunity('#skF_1','#skF_3')
      | has_immunity('#skF_1',T_725)
      | is_aligned('#skF_1',T_725)
      | ~ is_aligned('#skF_1','#skF_3')
      | ~ organization('#skF_1') ),
    inference(superposition,[status(thm),theory(equality)],[c_30944,c_35364]) ).

tff(c_35431,plain,
    ! [T_725] :
      ( greater(hazard_of_mortality('#skF_1',T_725),hazard_of_mortality('#skF_1','#skF_4'))
      | has_immunity('#skF_1','#skF_3')
      | has_immunity('#skF_1',T_725)
      | is_aligned('#skF_1',T_725) ),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_33843,c_35403]) ).

tff(c_35433,plain,
    ! [T_727] :
      ( greater(hazard_of_mortality('#skF_1',T_727),hazard_of_mortality('#skF_1','#skF_4'))
      | has_immunity('#skF_1',T_727)
      | is_aligned('#skF_1',T_727) ),
    inference(negUnitSimplification,[status(thm)],[c_30221,c_35431]) ).

tff(c_35450,plain,
    ( has_immunity('#skF_1','#skF_4')
    | is_aligned('#skF_1','#skF_4') ),
    inference(resolution,[status(thm)],[c_35433,c_30946]) ).

tff(c_35483,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_30187,c_31011,c_35450]) ).

tff(c_35485,plain,
    hazard_of_mortality('#skF_1','#skF_3') != hazard_of_mortality('#skF_1','#skF_4'),
    inference(splitRight,[status(thm)],[c_29896]) ).

tff(c_36598,plain,
    hazard_of_mortality('#skF_1','#skF_3') != sigma,
    inference(demodulation,[status(thm),theory(equality)],[c_36596,c_35485]) ).

tff(c_29910,plain,
    ! [Y_614] :
      ( greater(hazard_of_mortality('#skF_1','#skF_3'),Y_614)
      | greater(Y_614,hazard_of_mortality('#skF_1','#skF_4'))
      | ( hazard_of_mortality('#skF_1','#skF_4') = Y_614 )
      | ( hazard_of_mortality('#skF_1','#skF_3') = hazard_of_mortality('#skF_1','#skF_4') ) ),
    inference(resolution,[status(thm)],[c_29742,c_52]) ).

tff(c_35486,plain,
    ! [Y_614] :
      ( greater(hazard_of_mortality('#skF_1','#skF_3'),Y_614)
      | greater(Y_614,hazard_of_mortality('#skF_1','#skF_4'))
      | ( hazard_of_mortality('#skF_1','#skF_4') = Y_614 ) ),
    inference(negUnitSimplification,[status(thm)],[c_35485,c_29910]) ).

tff(c_36597,plain,
    ! [Y_614] :
      ( greater(hazard_of_mortality('#skF_1','#skF_3'),Y_614)
      | greater(Y_614,sigma)
      | ( sigma = Y_614 ) ),
    inference(demodulation,[status(thm),theory(equality)],[c_36596,c_36596,c_35486]) ).

tff(c_36633,plain,
    ! [Y_744] :
      ( greater(hazard_of_mortality('#skF_1','#skF_3'),Y_744)
      | greater(Y_744,sigma)
      | ( sigma = Y_744 ) ),
    inference(demodulation,[status(thm),theory(equality)],[c_36596,c_36596,c_35486]) ).

tff(c_36698,plain,
    ! [Y_745] :
      ( ~ greater(Y_745,hazard_of_mortality('#skF_1','#skF_3'))
      | greater(Y_745,sigma)
      | ( sigma = Y_745 ) ),
    inference(resolution,[status(thm)],[c_36633,c_18]) ).

tff(c_36702,plain,
    ( greater(hazard_of_mortality('#skF_1','#skF_3'),sigma)
    | ( hazard_of_mortality('#skF_1','#skF_3') = sigma ) ),
    inference(resolution,[status(thm)],[c_36597,c_36698]) ).

tff(c_36789,plain,
    greater(hazard_of_mortality('#skF_1','#skF_3'),sigma),
    inference(negUnitSimplification,[status(thm)],[c_36598,c_36598,c_36702]) ).

tff(c_36918,plain,
    ! [X_9] :
      ( greater(X_9,sigma)
      | ~ greater(X_9,hazard_of_mortality('#skF_1','#skF_3')) ),
    inference(resolution,[status(thm)],[c_36789,c_20]) ).

tff(c_39019,plain,
    ( greater(sigma,sigma)
    | has_immunity('#skF_1','#skF_3')
    | ~ is_aligned('#skF_1','#skF_3') ),
    inference(resolution,[status(thm)],[c_39009,c_36918]) ).

tff(c_39049,plain,
    ( greater(sigma,sigma)
    | has_immunity('#skF_1','#skF_3') ),
    inference(demodulation,[status(thm),theory(equality)],[c_37831,c_39019]) ).

tff(c_39051,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_30221,c_29161,c_39049]) ).

tff(c_39053,plain,
    hazard_of_mortality('#skF_1','#skF_4') != sigma,
    inference(splitRight,[status(thm)],[c_35933]) ).

tff(c_29237,plain,
    ! [X_576] :
      ( greater(X_576,zero)
      | ~ greater(X_576,sigma) ),
    inference(resolution,[status(thm)],[c_54,c_29224]) ).

tff(c_29268,plain,
    ! [X_579,X_580] :
      ( greater(X_579,zero)
      | ~ greater(X_579,X_580)
      | ~ greater(X_580,sigma) ),
    inference(resolution,[status(thm)],[c_29237,c_20]) ).

tff(c_29394,plain,
    ! [Y_596,X_597] :
      ( greater(Y_596,zero)
      | ~ greater(X_597,sigma)
      | greater(X_597,Y_596)
      | ( Y_596 = X_597 ) ),
    inference(resolution,[status(thm)],[c_29173,c_29268]) ).

tff(c_30693,plain,
    ! [Y_639,Y_640] :
      ( greater(Y_639,zero)
      | greater(Y_640,Y_639)
      | ( Y_640 = Y_639 )
      | greater(sigma,Y_640)
      | ( sigma = Y_640 ) ),
    inference(resolution,[status(thm)],[c_29173,c_29394]) ).

tff(c_30843,plain,
    ( greater(hazard_of_mortality('#skF_1','#skF_3'),zero)
    | ( hazard_of_mortality('#skF_1','#skF_3') = hazard_of_mortality('#skF_1','#skF_4') )
    | greater(sigma,hazard_of_mortality('#skF_1','#skF_4'))
    | ( hazard_of_mortality('#skF_1','#skF_4') = sigma ) ),
    inference(resolution,[status(thm)],[c_30693,c_52]) ).

tff(c_45980,plain,
    ( greater(hazard_of_mortality('#skF_1','#skF_3'),zero)
    | greater(sigma,hazard_of_mortality('#skF_1','#skF_4')) ),
    inference(negUnitSimplification,[status(thm)],[c_39053,c_35485,c_30843]) ).

tff(c_45981,plain,
    greater(sigma,hazard_of_mortality('#skF_1','#skF_4')),
    inference(splitLeft,[status(thm)],[c_45980]) ).

tff(c_49327,plain,
    ! [X_978,X_979,T0_980,T_981] :
      ( greater(X_978,hazard_of_mortality(X_979,T0_980))
      | ~ greater(X_978,hazard_of_mortality(X_979,T_981))
      | has_immunity(X_979,T_981)
      | ~ has_immunity(X_979,T0_980)
      | ~ organization(X_979) ),
    inference(resolution,[status(thm)],[c_30199,c_20]) ).

tff(c_49359,plain,
    ! [T0_980] :
      ( greater(sigma,hazard_of_mortality('#skF_1',T0_980))
      | has_immunity('#skF_1','#skF_4')
      | ~ has_immunity('#skF_1',T0_980)
      | ~ organization('#skF_1') ),
    inference(resolution,[status(thm)],[c_45981,c_49327]) ).

tff(c_49442,plain,
    ! [T0_980] :
      ( greater(sigma,hazard_of_mortality('#skF_1',T0_980))
      | has_immunity('#skF_1','#skF_4')
      | ~ has_immunity('#skF_1',T0_980) ),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_49359]) ).

tff(c_49463,plain,
    has_immunity('#skF_1','#skF_4'),
    inference(splitLeft,[status(thm)],[c_49442]) ).

tff(c_49466,plain,
    ( has_endowment('#skF_1')
    | ~ organization('#skF_1') ),
    inference(resolution,[status(thm)],[c_49463,c_24]) ).

tff(c_49469,plain,
    has_endowment('#skF_1'),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_49466]) ).

tff(c_49471,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_62,c_49469]) ).

tff(c_49473,plain,
    ~ has_immunity('#skF_1','#skF_4'),
    inference(splitRight,[status(thm)],[c_49442]) ).

tff(c_48030,plain,
    ! [X_950,T_951,T0_952] :
      ( greater(age(X_950,T_951),sigma)
      | ( age(X_950,T0_952) != zero )
      | is_aligned(X_950,T_951)
      | ~ is_aligned(X_950,T0_952)
      | ~ organization(X_950) ),
    inference(resolution,[status(thm)],[c_40,c_30468]) ).

tff(c_48032,plain,
    ! [T_951,T0_620] :
      ( greater(age('#skF_1',T_951),sigma)
      | is_aligned('#skF_1',T_951)
      | ~ organization('#skF_1')
      | ( age('#skF_1',T0_620) != zero ) ),
    inference(resolution,[status(thm)],[c_30186,c_48030]) ).

tff(c_48037,plain,
    ! [T_951,T0_620] :
      ( greater(age('#skF_1',T_951),sigma)
      | is_aligned('#skF_1',T_951)
      | ( age('#skF_1',T0_620) != zero ) ),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_48032]) ).

tff(c_48039,plain,
    ! [T0_620] : ( age('#skF_1',T0_620) != zero ),
    inference(splitLeft,[status(thm)],[c_48037]) ).

tff(c_48041,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_48039,c_60]) ).

tff(c_48043,plain,
    ! [T_953] :
      ( greater(age('#skF_1',T_953),sigma)
      | is_aligned('#skF_1',T_953) ),
    inference(splitRight,[status(thm)],[c_48037]) ).

tff(c_48070,plain,
    ( greater(sigma,sigma)
    | is_aligned('#skF_1','#skF_3') ),
    inference(superposition,[status(thm),theory(equality)],[c_29149,c_48043]) ).

tff(c_48093,plain,
    is_aligned('#skF_1','#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_29161,c_48070]) ).

tff(c_49759,plain,
    ! [X_987,T_988,T0_989] :
      ( greater(hazard_of_mortality(X_987,T_988),hazard_of_mortality(X_987,T0_989))
      | has_immunity(X_987,T0_989)
      | has_immunity(X_987,T_988)
      | is_aligned(X_987,T_988)
      | ~ is_aligned(X_987,T0_989)
      | ~ organization(X_987) ),
    inference(resolution,[status(thm)],[c_44,c_36250]) ).

tff(c_49801,plain,
    ( has_immunity('#skF_1','#skF_3')
    | has_immunity('#skF_1','#skF_4')
    | is_aligned('#skF_1','#skF_4')
    | ~ is_aligned('#skF_1','#skF_3')
    | ~ organization('#skF_1') ),
    inference(resolution,[status(thm)],[c_49759,c_52]) ).

tff(c_49830,plain,
    ( has_immunity('#skF_1','#skF_3')
    | has_immunity('#skF_1','#skF_4')
    | is_aligned('#skF_1','#skF_4') ),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_48093,c_49801]) ).

tff(c_49832,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_30187,c_49473,c_30221,c_49830]) ).

tff(c_49833,plain,
    has_immunity('#skF_1','#skF_4'),
    inference(splitRight,[status(thm)],[c_30220]) ).

tff(c_49837,plain,
    ( has_endowment('#skF_1')
    | ~ organization('#skF_1') ),
    inference(resolution,[status(thm)],[c_49833,c_24]) ).

tff(c_49840,plain,
    has_endowment('#skF_1'),
    inference(demodulation,[status(thm),theory(equality)],[c_64,c_49837]) ).

tff(c_49842,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_62,c_49840]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : MGT054+1 : TPTP v8.1.2. Released v2.4.0.
% 0.07/0.13  % Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox2/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox2/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s
% 0.14/0.34  % Computer : n010.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % 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 : Thu Aug  3 20:22:14 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 15.75/5.79  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 15.75/5.81  
% 15.75/5.81  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 16.08/5.86  
% 16.08/5.86  Inference rules
% 16.08/5.86  ----------------------
% 16.08/5.86  #Ref     : 0
% 16.08/5.86  #Sup     : 10167
% 16.08/5.86  #Fact    : 110
% 16.08/5.86  #Define  : 0
% 16.08/5.86  #Split   : 43
% 16.08/5.86  #Chain   : 0
% 16.08/5.86  #Close   : 0
% 16.08/5.86  
% 16.08/5.86  Ordering : KBO
% 16.08/5.86  
% 16.08/5.86  Simplification rules
% 16.08/5.86  ----------------------
% 16.08/5.86  #Subsume      : 5583
% 16.08/5.86  #Demod        : 4819
% 16.08/5.86  #Tautology    : 1678
% 16.08/5.86  #SimpNegUnit  : 2176
% 16.08/5.86  #BackRed      : 98
% 16.08/5.86  
% 16.08/5.86  #Partial instantiations: 0
% 16.08/5.86  #Strategies tried      : 1
% 16.08/5.86  
% 16.08/5.86  Timing (in seconds)
% 16.08/5.86  ----------------------
% 16.08/5.87  Preprocessing        : 0.54
% 16.08/5.87  Parsing              : 0.26
% 16.08/5.87  CNF conversion       : 0.03
% 16.08/5.87  Main loop            : 4.18
% 16.08/5.87  Inferencing          : 1.11
% 16.08/5.87  Reduction            : 1.19
% 16.08/5.87  Demodulation         : 0.76
% 16.08/5.87  BG Simplification    : 0.10
% 16.08/5.87  Subsumption          : 1.54
% 16.08/5.87  Abstraction          : 0.16
% 16.08/5.87  MUC search           : 0.00
% 16.08/5.87  Cooper               : 0.00
% 16.08/5.87  Total                : 4.81
% 16.08/5.87  Index Insertion      : 0.00
% 16.08/5.87  Index Deletion       : 0.00
% 16.08/5.87  Index Matching       : 0.00
% 16.08/5.87  BG Taut test         : 0.00
%------------------------------------------------------------------------------