TSTP Solution File: PHI015+1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : PHI015+1 : TPTP v8.1.2. Released v7.2.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.zGt0xzxeej true

% Computer : n028.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 12:58:52 EDT 2023

% Result   : Theorem 1.22s 0.76s
% Output   : Refutation 1.22s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   18
%            Number of leaves      :   29
% Syntax   : Number of formulae    :   95 (  21 unt;  17 typ;   0 def)
%            Number of atoms       :  206 (  17 equ;   0 cnn)
%            Maximal formula atoms :   11 (   2 avg)
%            Number of connectives :  602 (  97   ~;  89   |;  22   &; 377   @)
%                                         (   5 <=>;  12  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   15 (   7 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   24 (  24   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   17 (  15 usr;   7 con; 0-3 aty)
%            Number of variables   :  103 (   0   ^;  98   !;   5   ?; 103   :)

% Comments : 
%------------------------------------------------------------------------------
thf(is_the_type,type,
    is_the: $i > $i > $o ).

thf(greater_than_type,type,
    greater_than: $i ).

thf(object_type,type,
    object: $i > $o ).

thf(none_greater_type,type,
    none_greater: $i ).

thf(god_type,type,
    god: $i ).

thf(exemplifies_property_type,type,
    exemplifies_property: $i > $i > $o ).

thf(property_type,type,
    property: $i > $o ).

thf(conceivable_type,type,
    conceivable: $i ).

thf(existence_type,type,
    existence: $i ).

thf(sk__3_type,type,
    sk__3: $i > $i > $i ).

thf(sk__5_type,type,
    sk__5: $i ).

thf(zip_tseitin_3_type,type,
    zip_tseitin_3: $i > $i > $i > $o ).

thf(sk__6_type,type,
    sk__6: $i > $i ).

thf(zip_tseitin_2_type,type,
    zip_tseitin_2: $i > $i > $i > $o ).

thf(exemplifies_relation_type,type,
    exemplifies_relation: $i > $i > $i > $o ).

thf(premise_2,axiom,
    ! [X: $i] :
      ( ( object @ X )
     => ( ( ( is_the @ X @ none_greater )
          & ~ ( exemplifies_property @ existence @ X ) )
       => ? [Y: $i] :
            ( ( exemplifies_property @ conceivable @ Y )
            & ( exemplifies_relation @ greater_than @ Y @ X )
            & ( object @ Y ) ) ) ) ).

thf(zip_derived_cl38,plain,
    ! [X0: $i] :
      ( ~ ( is_the @ X0 @ none_greater )
      | ( exemplifies_property @ existence @ X0 )
      | ( exemplifies_relation @ greater_than @ ( sk__6 @ X0 ) @ X0 )
      | ~ ( object @ X0 ) ),
    inference(cnf,[status(esa)],[premise_2]) ).

thf(description_is_property_and_described_is_object,axiom,
    ! [X: $i,F: $i] :
      ( ( is_the @ X @ F )
     => ( ( property @ F )
        & ( object @ X ) ) ) ).

thf(zip_derived_cl4,plain,
    ! [X0: $i,X1: $i] :
      ( ( object @ X0 )
      | ~ ( is_the @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[description_is_property_and_described_is_object]) ).

thf(zip_derived_cl425,plain,
    ! [X0: $i] :
      ( ( exemplifies_relation @ greater_than @ ( sk__6 @ X0 ) @ X0 )
      | ( exemplifies_property @ existence @ X0 )
      | ~ ( is_the @ X0 @ none_greater ) ),
    inference(clc,[status(thm)],[zip_derived_cl38,zip_derived_cl4]) ).

thf(definition_god,axiom,
    is_the @ god @ none_greater ).

thf(zip_derived_cl40,plain,
    is_the @ god @ none_greater,
    inference(cnf,[status(esa)],[definition_god]) ).

thf(zip_derived_cl37,plain,
    ! [X0: $i] :
      ( ~ ( is_the @ X0 @ none_greater )
      | ( exemplifies_property @ existence @ X0 )
      | ( exemplifies_property @ conceivable @ ( sk__6 @ X0 ) )
      | ~ ( object @ X0 ) ),
    inference(cnf,[status(esa)],[premise_2]) ).

thf(zip_derived_cl4_001,plain,
    ! [X0: $i,X1: $i] :
      ( ( object @ X0 )
      | ~ ( is_the @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[description_is_property_and_described_is_object]) ).

thf(zip_derived_cl400,plain,
    ! [X0: $i] :
      ( ( exemplifies_property @ conceivable @ ( sk__6 @ X0 ) )
      | ( exemplifies_property @ existence @ X0 )
      | ~ ( is_the @ X0 @ none_greater ) ),
    inference(clc,[status(thm)],[zip_derived_cl37,zip_derived_cl4]) ).

thf(premise_1,axiom,
    ? [X: $i] :
      ( ( exemplifies_property @ none_greater @ X )
      & ( object @ X ) ) ).

thf(zip_derived_cl36,plain,
    exemplifies_property @ none_greater @ sk__5,
    inference(cnf,[status(esa)],[premise_1]) ).

thf(definition_none_greater,axiom,
    ! [X: $i] :
      ( ( object @ X )
     => ( ( exemplifies_property @ none_greater @ X )
      <=> ( ( exemplifies_property @ conceivable @ X )
          & ~ ? [Y: $i] :
                ( ( exemplifies_property @ conceivable @ Y )
                & ( exemplifies_relation @ greater_than @ Y @ X )
                & ( object @ Y ) ) ) ) ) ).

thf(zip_derived_cl33,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( exemplifies_property @ none_greater @ X0 )
      | ~ ( exemplifies_property @ conceivable @ X1 )
      | ~ ( exemplifies_relation @ greater_than @ X1 @ X0 )
      | ~ ( object @ X1 )
      | ~ ( object @ X0 ) ),
    inference(cnf,[status(esa)],[definition_none_greater]) ).

thf(exemplifier_is_object_and_exemplified_is_property,axiom,
    ! [X: $i,F: $i] :
      ( ( exemplifies_property @ F @ X )
     => ( ( property @ F )
        & ( object @ X ) ) ) ).

thf(zip_derived_cl2,plain,
    ! [X0: $i,X1: $i] :
      ( ( object @ X0 )
      | ~ ( exemplifies_property @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[exemplifier_is_object_and_exemplified_is_property]) ).

thf(zip_derived_cl393,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( object @ X0 )
      | ~ ( exemplifies_relation @ greater_than @ X1 @ X0 )
      | ~ ( exemplifies_property @ conceivable @ X1 )
      | ~ ( exemplifies_property @ none_greater @ X0 ) ),
    inference(clc,[status(thm)],[zip_derived_cl33,zip_derived_cl2]) ).

thf(zip_derived_cl2_002,plain,
    ! [X0: $i,X1: $i] :
      ( ( object @ X0 )
      | ~ ( exemplifies_property @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[exemplifier_is_object_and_exemplified_is_property]) ).

thf(zip_derived_cl394,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( exemplifies_property @ none_greater @ X0 )
      | ~ ( exemplifies_property @ conceivable @ X1 )
      | ~ ( exemplifies_relation @ greater_than @ X1 @ X0 ) ),
    inference(clc,[status(thm)],[zip_derived_cl393,zip_derived_cl2]) ).

thf(zip_derived_cl395,plain,
    ! [X0: $i] :
      ( ~ ( exemplifies_property @ conceivable @ X0 )
      | ~ ( exemplifies_relation @ greater_than @ X0 @ sk__5 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl36,zip_derived_cl394]) ).

thf(zip_derived_cl403,plain,
    ! [X0: $i] :
      ( ~ ( is_the @ X0 @ none_greater )
      | ( exemplifies_property @ existence @ X0 )
      | ~ ( exemplifies_relation @ greater_than @ ( sk__6 @ X0 ) @ sk__5 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl400,zip_derived_cl395]) ).

thf(zip_derived_cl405,plain,
    ( ( exemplifies_property @ existence @ god )
    | ~ ( exemplifies_relation @ greater_than @ ( sk__6 @ god ) @ sk__5 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl40,zip_derived_cl403]) ).

thf(god_exists,conjecture,
    exemplifies_property @ existence @ god ).

thf(zf_stmt_0,negated_conjecture,
    ~ ( exemplifies_property @ existence @ god ),
    inference('cnf.neg',[status(esa)],[god_exists]) ).

thf(zip_derived_cl41,plain,
    ~ ( exemplifies_property @ existence @ god ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl406,plain,
    ~ ( exemplifies_relation @ greater_than @ ( sk__6 @ god ) @ sk__5 ),
    inference(demod,[status(thm)],[zip_derived_cl405,zip_derived_cl41]) ).

thf(connectedness_of_greater_than,axiom,
    ! [X: $i,Y: $i] :
      ( ( ( object @ X )
        & ( object @ Y ) )
     => ( ( exemplifies_relation @ greater_than @ X @ Y )
        | ( exemplifies_relation @ greater_than @ Y @ X )
        | ( X = Y ) ) ) ).

thf(zip_derived_cl29,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( object @ X0 )
      | ~ ( object @ X1 )
      | ( exemplifies_relation @ greater_than @ X0 @ X1 )
      | ( exemplifies_relation @ greater_than @ X1 @ X0 )
      | ( X0 = X1 ) ),
    inference(cnf,[status(esa)],[connectedness_of_greater_than]) ).

thf(zip_derived_cl36_003,plain,
    exemplifies_property @ none_greater @ sk__5,
    inference(cnf,[status(esa)],[premise_1]) ).

thf(zip_derived_cl34,plain,
    ! [X0: $i] :
      ( ~ ( exemplifies_property @ none_greater @ X0 )
      | ( exemplifies_property @ conceivable @ X0 )
      | ~ ( object @ X0 ) ),
    inference(cnf,[status(esa)],[definition_none_greater]) ).

thf(zip_derived_cl2_004,plain,
    ! [X0: $i,X1: $i] :
      ( ( object @ X0 )
      | ~ ( exemplifies_property @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[exemplifier_is_object_and_exemplified_is_property]) ).

thf(zip_derived_cl382,plain,
    ! [X0: $i] :
      ( ( exemplifies_property @ conceivable @ X0 )
      | ~ ( exemplifies_property @ none_greater @ X0 ) ),
    inference(clc,[status(thm)],[zip_derived_cl34,zip_derived_cl2]) ).

thf(zip_derived_cl40_005,plain,
    is_the @ god @ none_greater,
    inference(cnf,[status(esa)],[definition_god]) ).

thf(description_axiom_identity_instance,axiom,
    ! [F: $i,X: $i,W: $i] :
      ( ( ( object @ W )
        & ( object @ X )
        & ( property @ F ) )
     => ( ( ( X = W )
          & ( is_the @ X @ F ) )
      <=> ? [Y: $i] :
            ( ( object @ Y )
            & ( exemplifies_property @ F @ Y )
            & ! [Z: $i] :
                ( ( object @ Z )
               => ( ( exemplifies_property @ F @ Z )
                 => ( Z = Y ) ) )
            & ( Y = W ) ) ) ) ).

thf(zf_stmt_1,axiom,
    ! [W: $i,X: $i,F: $i] :
      ( ( zip_tseitin_2 @ W @ X @ F )
    <=> ( ( is_the @ X @ F )
        & ( X = W ) ) ) ).

thf(zip_derived_cl19,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( zip_tseitin_2 @ X0 @ X1 @ X2 )
      | ( X1 != X0 )
      | ~ ( is_the @ X1 @ X2 ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl389,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( is_the @ X1 @ X0 )
      | ( zip_tseitin_2 @ X1 @ X1 @ X0 ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl19]) ).

thf(zf_stmt_2,type,
    zip_tseitin_3: $i > $i > $i > $o ).

thf(zf_stmt_3,axiom,
    ! [Z: $i,Y: $i,F: $i] :
      ( ( zip_tseitin_3 @ Z @ Y @ F )
    <=> ( ( object @ Z )
       => ( ( exemplifies_property @ F @ Z )
         => ( Z = Y ) ) ) ) ).

thf(zf_stmt_4,type,
    zip_tseitin_2: $i > $i > $i > $o ).

thf(zf_stmt_5,axiom,
    ! [F: $i,X: $i,W: $i] :
      ( ( ( property @ F )
        & ( object @ X )
        & ( object @ W ) )
     => ( ( zip_tseitin_2 @ W @ X @ F )
      <=> ? [Y: $i] :
            ( ( Y = W )
            & ! [Z: $i] : ( zip_tseitin_3 @ Z @ Y @ F )
            & ( exemplifies_property @ F @ Y )
            & ( object @ Y ) ) ) ) ).

thf(zip_derived_cl28,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( object @ X0 )
      | ~ ( property @ X1 )
      | ~ ( object @ X2 )
      | ( ( sk__3 @ X2 @ X1 )
        = X2 )
      | ~ ( zip_tseitin_2 @ X2 @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[zf_stmt_5]) ).

thf(zip_derived_cl408,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( is_the @ X1 @ X0 )
      | ~ ( object @ X1 )
      | ~ ( property @ X0 )
      | ~ ( object @ X1 )
      | ( ( sk__3 @ X1 @ X0 )
        = X1 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl389,zip_derived_cl28]) ).

thf(zip_derived_cl409,plain,
    ! [X0: $i,X1: $i] :
      ( ( ( sk__3 @ X1 @ X0 )
        = X1 )
      | ~ ( property @ X0 )
      | ~ ( object @ X1 )
      | ~ ( is_the @ X1 @ X0 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl408]) ).

thf(zip_derived_cl3,plain,
    ! [X0: $i,X1: $i] :
      ( ( property @ X0 )
      | ~ ( is_the @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[description_is_property_and_described_is_object]) ).

thf(zip_derived_cl410,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( is_the @ X1 @ X0 )
      | ~ ( object @ X1 )
      | ( ( sk__3 @ X1 @ X0 )
        = X1 ) ),
    inference(clc,[status(thm)],[zip_derived_cl409,zip_derived_cl3]) ).

thf(zip_derived_cl4_006,plain,
    ! [X0: $i,X1: $i] :
      ( ( object @ X0 )
      | ~ ( is_the @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[description_is_property_and_described_is_object]) ).

thf(zip_derived_cl411,plain,
    ! [X0: $i,X1: $i] :
      ( ( ( sk__3 @ X1 @ X0 )
        = X1 )
      | ~ ( is_the @ X1 @ X0 ) ),
    inference(clc,[status(thm)],[zip_derived_cl410,zip_derived_cl4]) ).

thf(zip_derived_cl389_007,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( is_the @ X1 @ X0 )
      | ( zip_tseitin_2 @ X1 @ X1 @ X0 ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl19]) ).

thf(zip_derived_cl26,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( object @ X0 )
      | ~ ( property @ X1 )
      | ~ ( object @ X2 )
      | ( exemplifies_property @ X1 @ ( sk__3 @ X2 @ X1 ) )
      | ~ ( zip_tseitin_2 @ X2 @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[zf_stmt_5]) ).

thf(zip_derived_cl423,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( is_the @ X1 @ X0 )
      | ~ ( object @ X1 )
      | ~ ( property @ X0 )
      | ~ ( object @ X1 )
      | ( exemplifies_property @ X0 @ ( sk__3 @ X1 @ X0 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl389,zip_derived_cl26]) ).

thf(zip_derived_cl424,plain,
    ! [X0: $i,X1: $i] :
      ( ( exemplifies_property @ X0 @ ( sk__3 @ X1 @ X0 ) )
      | ~ ( property @ X0 )
      | ~ ( object @ X1 )
      | ~ ( is_the @ X1 @ X0 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl423]) ).

thf(zip_derived_cl3_008,plain,
    ! [X0: $i,X1: $i] :
      ( ( property @ X0 )
      | ~ ( is_the @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[description_is_property_and_described_is_object]) ).

thf(zip_derived_cl426,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( is_the @ X1 @ X0 )
      | ~ ( object @ X1 )
      | ( exemplifies_property @ X0 @ ( sk__3 @ X1 @ X0 ) ) ),
    inference(clc,[status(thm)],[zip_derived_cl424,zip_derived_cl3]) ).

thf(zip_derived_cl4_009,plain,
    ! [X0: $i,X1: $i] :
      ( ( object @ X0 )
      | ~ ( is_the @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[description_is_property_and_described_is_object]) ).

thf(zip_derived_cl427,plain,
    ! [X0: $i,X1: $i] :
      ( ( exemplifies_property @ X0 @ ( sk__3 @ X1 @ X0 ) )
      | ~ ( is_the @ X1 @ X0 ) ),
    inference(clc,[status(thm)],[zip_derived_cl426,zip_derived_cl4]) ).

thf(zip_derived_cl434,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( is_the @ X0 @ X1 )
      | ( exemplifies_property @ X1 @ X0 )
      | ~ ( is_the @ X0 @ X1 ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl411,zip_derived_cl427]) ).

thf(zip_derived_cl435,plain,
    ! [X0: $i,X1: $i] :
      ( ( exemplifies_property @ X1 @ X0 )
      | ~ ( is_the @ X0 @ X1 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl434]) ).

thf(zip_derived_cl448,plain,
    exemplifies_property @ none_greater @ god,
    inference('s_sup-',[status(thm)],[zip_derived_cl40,zip_derived_cl435]) ).

thf(zip_derived_cl394_010,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( exemplifies_property @ none_greater @ X0 )
      | ~ ( exemplifies_property @ conceivable @ X1 )
      | ~ ( exemplifies_relation @ greater_than @ X1 @ X0 ) ),
    inference(clc,[status(thm)],[zip_derived_cl393,zip_derived_cl2]) ).

thf(zip_derived_cl451,plain,
    ! [X0: $i] :
      ( ~ ( exemplifies_property @ conceivable @ X0 )
      | ~ ( exemplifies_relation @ greater_than @ X0 @ god ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl448,zip_derived_cl394]) ).

thf(zip_derived_cl455,plain,
    ! [X0: $i] :
      ( ~ ( exemplifies_property @ none_greater @ X0 )
      | ~ ( exemplifies_relation @ greater_than @ X0 @ god ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl382,zip_derived_cl451]) ).

thf(zip_derived_cl460,plain,
    ~ ( exemplifies_relation @ greater_than @ sk__5 @ god ),
    inference('s_sup-',[status(thm)],[zip_derived_cl36,zip_derived_cl455]) ).

thf(zip_derived_cl468,plain,
    ( ( sk__5 = god )
    | ( exemplifies_relation @ greater_than @ god @ sk__5 )
    | ~ ( object @ god )
    | ~ ( object @ sk__5 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl29,zip_derived_cl460]) ).

thf(zip_derived_cl40_011,plain,
    is_the @ god @ none_greater,
    inference(cnf,[status(esa)],[definition_god]) ).

thf(zip_derived_cl4_012,plain,
    ! [X0: $i,X1: $i] :
      ( ( object @ X0 )
      | ~ ( is_the @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[description_is_property_and_described_is_object]) ).

thf(zip_derived_cl381,plain,
    object @ god,
    inference('s_sup-',[status(thm)],[zip_derived_cl40,zip_derived_cl4]) ).

thf(zip_derived_cl35,plain,
    object @ sk__5,
    inference(cnf,[status(esa)],[premise_1]) ).

thf(zip_derived_cl470,plain,
    ( ( sk__5 = god )
    | ( exemplifies_relation @ greater_than @ god @ sk__5 ) ),
    inference(demod,[status(thm)],[zip_derived_cl468,zip_derived_cl381,zip_derived_cl35]) ).

thf(zip_derived_cl448_013,plain,
    exemplifies_property @ none_greater @ god,
    inference('s_sup-',[status(thm)],[zip_derived_cl40,zip_derived_cl435]) ).

thf(zip_derived_cl382_014,plain,
    ! [X0: $i] :
      ( ( exemplifies_property @ conceivable @ X0 )
      | ~ ( exemplifies_property @ none_greater @ X0 ) ),
    inference(clc,[status(thm)],[zip_derived_cl34,zip_derived_cl2]) ).

thf(zip_derived_cl395_015,plain,
    ! [X0: $i] :
      ( ~ ( exemplifies_property @ conceivable @ X0 )
      | ~ ( exemplifies_relation @ greater_than @ X0 @ sk__5 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl36,zip_derived_cl394]) ).

thf(zip_derived_cl396,plain,
    ! [X0: $i] :
      ( ~ ( exemplifies_property @ none_greater @ X0 )
      | ~ ( exemplifies_relation @ greater_than @ X0 @ sk__5 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl382,zip_derived_cl395]) ).

thf(zip_derived_cl452,plain,
    ~ ( exemplifies_relation @ greater_than @ god @ sk__5 ),
    inference('s_sup-',[status(thm)],[zip_derived_cl448,zip_derived_cl396]) ).

thf(zip_derived_cl472,plain,
    sk__5 = god,
    inference(clc,[status(thm)],[zip_derived_cl470,zip_derived_cl452]) ).

thf(zip_derived_cl479,plain,
    ~ ( exemplifies_relation @ greater_than @ ( sk__6 @ god ) @ god ),
    inference(demod,[status(thm)],[zip_derived_cl406,zip_derived_cl472]) ).

thf(zip_derived_cl496,plain,
    ( ~ ( is_the @ god @ none_greater )
    | ( exemplifies_property @ existence @ god ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl425,zip_derived_cl479]) ).

thf(zip_derived_cl40_016,plain,
    is_the @ god @ none_greater,
    inference(cnf,[status(esa)],[definition_god]) ).

thf(zip_derived_cl41_017,plain,
    ~ ( exemplifies_property @ existence @ god ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl499,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl496,zip_derived_cl40,zip_derived_cl41]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.11  % Problem  : PHI015+1 : TPTP v8.1.2. Released v7.2.0.
% 0.00/0.12  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.zGt0xzxeej true
% 0.12/0.33  % Computer : n028.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.33  % DateTime : Sun Aug 27 09:06:23 EDT 2023
% 0.12/0.33  % CPUTime  : 
% 0.12/0.33  % Running portfolio for 300 s
% 0.12/0.33  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.12/0.33  % Number of cores: 8
% 0.12/0.33  % Python version: Python 3.6.8
% 0.12/0.33  % Running in FO mode
% 0.19/0.64  % Total configuration time : 435
% 0.19/0.64  % Estimated wc time : 1092
% 0.19/0.64  % Estimated cpu time (7 cpus) : 156.0
% 0.19/0.69  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.19/0.69  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.19/0.71  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 0.19/0.72  % /export/starexec/sandbox2/solver/bin/fo/fo7.sh running for 63s
% 0.19/0.72  % /export/starexec/sandbox2/solver/bin/fo/fo5.sh running for 50s
% 0.19/0.72  % /export/starexec/sandbox2/solver/bin/fo/fo13.sh running for 50s
% 0.19/0.72  % /export/starexec/sandbox2/solver/bin/fo/fo4.sh running for 50s
% 1.22/0.76  % Solved by fo/fo6_bce.sh.
% 1.22/0.76  % BCE start: 42
% 1.22/0.76  % BCE eliminated: 0
% 1.22/0.76  % PE start: 42
% 1.22/0.76  logic: eq
% 1.22/0.76  % PE eliminated: 4
% 1.22/0.76  % done 69 iterations in 0.051s
% 1.22/0.76  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 1.22/0.76  % SZS output start Refutation
% See solution above
% 1.22/0.76  
% 1.22/0.76  
% 1.22/0.77  % Terminating...
% 1.22/0.82  % Runner terminated.
% 1.55/0.83  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------