TSTP Solution File: SWB028+2 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SWB028+2 : TPTP v8.1.2. Released v5.2.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.5OoXAxS1TN true

% Computer : n023.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 20:16:09 EDT 2023

% Result   : Theorem 0.58s 0.85s
% Output   : Refutation 0.58s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   17
%            Number of leaves      :   31
% Syntax   : Number of formulae    :   87 (  30 unt;  20 typ;   0 def)
%            Number of atoms       :  151 (  13 equ;   0 cnn)
%            Maximal formula atoms :    5 (   2 avg)
%            Number of connectives :  614 (  56   ~;  53   |;  17   &; 474   @)
%                                         (   8 <=>;   6  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   15 (   7 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   15 (  15   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   22 (  20 usr;  12 con; 0-3 aty)
%            Number of variables   :   78 (   0   ^;  76   !;   2   ?;  78   :)

% Comments : 
%------------------------------------------------------------------------------
thf(iext_type,type,
    iext: $i > $i > $i > $o ).

thf(uri_owl_InverseFunctionalProperty_type,type,
    uri_owl_InverseFunctionalProperty: $i ).

thf(uri_rdf_type_type,type,
    uri_rdf_type: $i ).

thf(sk__11_type,type,
    sk__11: $i ).

thf(uri_owl_FunctionalProperty_type,type,
    uri_owl_FunctionalProperty: $i ).

thf(uri_owl_onProperty_type,type,
    uri_owl_onProperty: $i ).

thf(uri_owl_equivalentClass_type,type,
    uri_owl_equivalentClass: $i ).

thf(uri_owl_inverseOf_type,type,
    uri_owl_inverseOf: $i ).

thf(ip_type,type,
    ip: $i > $o ).

thf(sk__4_type,type,
    sk__4: $i > $i ).

thf(ic_type,type,
    ic: $i > $o ).

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

thf(icext_type,type,
    icext: $i > $i > $o ).

thf(uri_owl_someValuesFrom_type,type,
    uri_owl_someValuesFrom: $i ).

thf(sk__8_type,type,
    sk__8: $i > $i > $i > $i ).

thf(uri_owl_Restriction_type,type,
    uri_owl_Restriction: $i ).

thf(uri_ex_InversesOfFunctionalProperties_type,type,
    uri_ex_InversesOfFunctionalProperties: $i ).

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

thf(uri_rdfs_subClassOf_type,type,
    uri_rdfs_subClassOf: $i ).

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

thf(owl_char_inversefunctional,axiom,
    ! [P: $i] :
      ( ( icext @ uri_owl_InverseFunctionalProperty @ P )
    <=> ( ( ip @ P )
        & ! [X1: $i,X2: $i,Y: $i] :
            ( ( ( iext @ P @ X1 @ Y )
              & ( iext @ P @ X2 @ Y ) )
           => ( X1 = X2 ) ) ) ) ).

thf(zip_derived_cl12,plain,
    ! [X0: $i] :
      ( ( icext @ uri_owl_InverseFunctionalProperty @ X0 )
      | ( iext @ X0 @ ( sk__4 @ X0 ) @ ( sk__5 @ X0 ) )
      | ~ ( ip @ X0 ) ),
    inference(cnf,[status(esa)],[owl_char_inversefunctional]) ).

thf(testcase_premise_fullish_028_Inferred_Property_Characteristics_III,axiom,
    ? [BNODE_z: $i] :
      ( ( iext @ uri_owl_someValuesFrom @ BNODE_z @ uri_owl_FunctionalProperty )
      & ( iext @ uri_owl_onProperty @ BNODE_z @ uri_owl_inverseOf )
      & ( iext @ uri_rdf_type @ BNODE_z @ uri_owl_Restriction )
      & ( iext @ uri_owl_equivalentClass @ uri_ex_InversesOfFunctionalProperties @ BNODE_z ) ) ).

thf(zip_derived_cl39,plain,
    iext @ uri_owl_someValuesFrom @ sk__11 @ uri_owl_FunctionalProperty,
    inference(cnf,[status(esa)],[testcase_premise_fullish_028_Inferred_Property_Characteristics_III]) ).

thf(owl_rdfsext_subclassof,axiom,
    ! [C1: $i,C2: $i] :
      ( ( iext @ uri_rdfs_subClassOf @ C1 @ C2 )
    <=> ( ( ic @ C1 )
        & ( ic @ C2 )
        & ! [X: $i] :
            ( ( icext @ C1 @ X )
           => ( icext @ C2 @ X ) ) ) ) ).

thf(zip_derived_cl18,plain,
    ! [X0: $i,X1: $i] :
      ( ( iext @ uri_rdfs_subClassOf @ X0 @ X1 )
      | ( icext @ X0 @ ( sk__6 @ X1 @ X0 ) )
      | ~ ( ic @ X1 )
      | ~ ( ic @ X0 ) ),
    inference(cnf,[status(esa)],[owl_rdfsext_subclassof]) ).

thf(testcase_conclusion_fullish_028_Inferred_Property_Characteristics_III,conjecture,
    iext @ uri_rdfs_subClassOf @ uri_ex_InversesOfFunctionalProperties @ uri_owl_InverseFunctionalProperty ).

thf(zf_stmt_0,negated_conjecture,
    ~ ( iext @ uri_rdfs_subClassOf @ uri_ex_InversesOfFunctionalProperties @ uri_owl_InverseFunctionalProperty ),
    inference('cnf.neg',[status(esa)],[testcase_conclusion_fullish_028_Inferred_Property_Characteristics_III]) ).

thf(zip_derived_cl35,plain,
    ~ ( iext @ uri_rdfs_subClassOf @ uri_ex_InversesOfFunctionalProperties @ uri_owl_InverseFunctionalProperty ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl119,plain,
    ( ~ ( ic @ uri_ex_InversesOfFunctionalProperties )
    | ~ ( ic @ uri_owl_InverseFunctionalProperty )
    | ( icext @ uri_ex_InversesOfFunctionalProperties @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl18,zip_derived_cl35]) ).

thf(zip_derived_cl36,plain,
    iext @ uri_owl_equivalentClass @ uri_ex_InversesOfFunctionalProperties @ sk__11,
    inference(cnf,[status(esa)],[testcase_premise_fullish_028_Inferred_Property_Characteristics_III]) ).

thf(owl_prop_equivalentclass_ext,axiom,
    ! [X: $i,Y: $i] :
      ( ( iext @ uri_owl_equivalentClass @ X @ Y )
     => ( ( ic @ X )
        & ( ic @ Y ) ) ) ).

thf(zip_derived_cl3,plain,
    ! [X0: $i,X1: $i] :
      ( ( ic @ X0 )
      | ~ ( iext @ uri_owl_equivalentClass @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[owl_prop_equivalentclass_ext]) ).

thf(zip_derived_cl40,plain,
    ic @ uri_ex_InversesOfFunctionalProperties,
    inference('sup-',[status(thm)],[zip_derived_cl36,zip_derived_cl3]) ).

thf(owl_class_inversefunctionalproperty_type,axiom,
    ic @ uri_owl_InverseFunctionalProperty ).

thf(zip_derived_cl0,plain,
    ic @ uri_owl_InverseFunctionalProperty,
    inference(cnf,[status(esa)],[owl_class_inversefunctionalproperty_type]) ).

thf(zip_derived_cl120,plain,
    icext @ uri_ex_InversesOfFunctionalProperties @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ),
    inference(demod,[status(thm)],[zip_derived_cl119,zip_derived_cl40,zip_derived_cl0]) ).

thf(zip_derived_cl36_001,plain,
    iext @ uri_owl_equivalentClass @ uri_ex_InversesOfFunctionalProperties @ sk__11,
    inference(cnf,[status(esa)],[testcase_premise_fullish_028_Inferred_Property_Characteristics_III]) ).

thf(owl_eqdis_equivalentclass,axiom,
    ! [C1: $i,C2: $i] :
      ( ( iext @ uri_owl_equivalentClass @ C1 @ C2 )
    <=> ( ( ic @ C1 )
        & ( ic @ C2 )
        & ! [X: $i] :
            ( ( icext @ C1 @ X )
          <=> ( icext @ C2 @ X ) ) ) ) ).

thf(zip_derived_cl22,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( icext @ X0 @ X1 )
      | ( icext @ X2 @ X1 )
      | ~ ( iext @ uri_owl_equivalentClass @ X0 @ X2 ) ),
    inference(cnf,[status(esa)],[owl_eqdis_equivalentclass]) ).

thf(zip_derived_cl50,plain,
    ! [X0: $i] :
      ( ( icext @ sk__11 @ X0 )
      | ~ ( icext @ uri_ex_InversesOfFunctionalProperties @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl36,zip_derived_cl22]) ).

thf(zip_derived_cl121,plain,
    icext @ sk__11 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ),
    inference('sup-',[status(thm)],[zip_derived_cl120,zip_derived_cl50]) ).

thf(zip_derived_cl38,plain,
    iext @ uri_owl_onProperty @ sk__11 @ uri_owl_inverseOf,
    inference(cnf,[status(esa)],[testcase_premise_fullish_028_Inferred_Property_Characteristics_III]) ).

thf(owl_restrict_somevaluesfrom,axiom,
    ! [Z: $i,P: $i,C: $i] :
      ( ( ( iext @ uri_owl_someValuesFrom @ Z @ C )
        & ( iext @ uri_owl_onProperty @ Z @ P ) )
     => ! [X: $i] :
          ( ( icext @ Z @ X )
        <=> ? [Y: $i] :
              ( ( icext @ C @ Y )
              & ( iext @ P @ X @ Y ) ) ) ) ).

thf(zip_derived_cl27,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i] :
      ( ~ ( iext @ uri_owl_onProperty @ X0 @ X1 )
      | ~ ( iext @ uri_owl_someValuesFrom @ X0 @ X2 )
      | ( iext @ X1 @ X3 @ ( sk__8 @ X3 @ X2 @ X1 ) )
      | ~ ( icext @ X0 @ X3 ) ),
    inference(cnf,[status(esa)],[owl_restrict_somevaluesfrom]) ).

thf(zip_derived_cl131,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( icext @ sk__11 @ X0 )
      | ( iext @ uri_owl_inverseOf @ X0 @ ( sk__8 @ X0 @ X1 @ uri_owl_inverseOf ) )
      | ~ ( iext @ uri_owl_someValuesFrom @ sk__11 @ X1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl38,zip_derived_cl27]) ).

thf(zip_derived_cl141,plain,
    ! [X0: $i] :
      ( ~ ( iext @ uri_owl_someValuesFrom @ sk__11 @ X0 )
      | ( iext @ uri_owl_inverseOf @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) @ ( sk__8 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) @ X0 @ uri_owl_inverseOf ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl121,zip_derived_cl131]) ).

thf(zip_derived_cl322,plain,
    iext @ uri_owl_inverseOf @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) @ ( sk__8 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) @ uri_owl_FunctionalProperty @ uri_owl_inverseOf ),
    inference('sup-',[status(thm)],[zip_derived_cl39,zip_derived_cl141]) ).

thf(owl_inv,axiom,
    ! [P1: $i,P2: $i] :
      ( ( iext @ uri_owl_inverseOf @ P1 @ P2 )
    <=> ( ( ip @ P1 )
        & ( ip @ P2 )
        & ! [X: $i,Y: $i] :
            ( ( iext @ P1 @ X @ Y )
          <=> ( iext @ P2 @ Y @ X ) ) ) ) ).

thf(zip_derived_cl31,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i] :
      ( ~ ( iext @ X0 @ X1 @ X2 )
      | ( iext @ X3 @ X2 @ X1 )
      | ~ ( iext @ uri_owl_inverseOf @ X0 @ X3 ) ),
    inference(cnf,[status(esa)],[owl_inv]) ).

thf(zip_derived_cl325,plain,
    ! [X0: $i,X1: $i] :
      ( ( iext @ ( sk__8 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) @ uri_owl_FunctionalProperty @ uri_owl_inverseOf ) @ X1 @ X0 )
      | ~ ( iext @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) @ X0 @ X1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl322,zip_derived_cl31]) ).

thf(zip_derived_cl13,plain,
    ! [X0: $i] :
      ( ( icext @ uri_owl_InverseFunctionalProperty @ X0 )
      | ( iext @ X0 @ ( sk__3 @ X0 ) @ ( sk__5 @ X0 ) )
      | ~ ( ip @ X0 ) ),
    inference(cnf,[status(esa)],[owl_char_inversefunctional]) ).

thf(zip_derived_cl325_002,plain,
    ! [X0: $i,X1: $i] :
      ( ( iext @ ( sk__8 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) @ uri_owl_FunctionalProperty @ uri_owl_inverseOf ) @ X1 @ X0 )
      | ~ ( iext @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) @ X0 @ X1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl322,zip_derived_cl31]) ).

thf(zip_derived_cl39_003,plain,
    iext @ uri_owl_someValuesFrom @ sk__11 @ uri_owl_FunctionalProperty,
    inference(cnf,[status(esa)],[testcase_premise_fullish_028_Inferred_Property_Characteristics_III]) ).

thf(zip_derived_cl121_004,plain,
    icext @ sk__11 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ),
    inference('sup-',[status(thm)],[zip_derived_cl120,zip_derived_cl50]) ).

thf(zip_derived_cl38_005,plain,
    iext @ uri_owl_onProperty @ sk__11 @ uri_owl_inverseOf,
    inference(cnf,[status(esa)],[testcase_premise_fullish_028_Inferred_Property_Characteristics_III]) ).

thf(zip_derived_cl26,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i] :
      ( ~ ( iext @ uri_owl_onProperty @ X0 @ X1 )
      | ~ ( iext @ uri_owl_someValuesFrom @ X0 @ X2 )
      | ( icext @ X2 @ ( sk__8 @ X3 @ X2 @ X1 ) )
      | ~ ( icext @ X0 @ X3 ) ),
    inference(cnf,[status(esa)],[owl_restrict_somevaluesfrom]) ).

thf(zip_derived_cl126,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( icext @ sk__11 @ X0 )
      | ( icext @ X1 @ ( sk__8 @ X0 @ X1 @ uri_owl_inverseOf ) )
      | ~ ( iext @ uri_owl_someValuesFrom @ sk__11 @ X1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl38,zip_derived_cl26]) ).

thf(zip_derived_cl140,plain,
    ! [X0: $i] :
      ( ~ ( iext @ uri_owl_someValuesFrom @ sk__11 @ X0 )
      | ( icext @ X0 @ ( sk__8 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) @ X0 @ uri_owl_inverseOf ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl121,zip_derived_cl126]) ).

thf(zip_derived_cl143,plain,
    icext @ uri_owl_FunctionalProperty @ ( sk__8 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) @ uri_owl_FunctionalProperty @ uri_owl_inverseOf ),
    inference('sup-',[status(thm)],[zip_derived_cl39,zip_derived_cl140]) ).

thf(owl_char_functional,axiom,
    ! [P: $i] :
      ( ( icext @ uri_owl_FunctionalProperty @ P )
    <=> ( ( ip @ P )
        & ! [X: $i,Y1: $i,Y2: $i] :
            ( ( ( iext @ P @ X @ Y1 )
              & ( iext @ P @ X @ Y2 ) )
           => ( Y1 = Y2 ) ) ) ) ).

thf(zip_derived_cl6,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i] :
      ( ( X1 = X0 )
      | ~ ( iext @ X2 @ X3 @ X0 )
      | ~ ( iext @ X2 @ X3 @ X1 )
      | ~ ( icext @ uri_owl_FunctionalProperty @ X2 ) ),
    inference(cnf,[status(esa)],[owl_char_functional]) ).

thf(zip_derived_cl146,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( iext @ ( sk__8 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) @ uri_owl_FunctionalProperty @ uri_owl_inverseOf ) @ X1 @ X0 )
      | ~ ( iext @ ( sk__8 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) @ uri_owl_FunctionalProperty @ uri_owl_inverseOf ) @ X1 @ X2 )
      | ( X0 = X2 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl143,zip_derived_cl6]) ).

thf(zip_derived_cl378,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( iext @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) @ X0 @ X1 )
      | ( X0 = X2 )
      | ~ ( iext @ ( sk__8 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) @ uri_owl_FunctionalProperty @ uri_owl_inverseOf ) @ X1 @ X2 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl325,zip_derived_cl146]) ).

thf(zip_derived_cl383,plain,
    ! [X0: $i] :
      ( ~ ( ip @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) )
      | ( icext @ uri_owl_InverseFunctionalProperty @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) )
      | ~ ( iext @ ( sk__8 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) @ uri_owl_FunctionalProperty @ uri_owl_inverseOf ) @ ( sk__5 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) ) @ X0 )
      | ( ( sk__3 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) )
        = X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl13,zip_derived_cl378]) ).

thf(zip_derived_cl322_006,plain,
    iext @ uri_owl_inverseOf @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) @ ( sk__8 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) @ uri_owl_FunctionalProperty @ uri_owl_inverseOf ),
    inference('sup-',[status(thm)],[zip_derived_cl39,zip_derived_cl141]) ).

thf(owl_prop_inverseof_ext,axiom,
    ! [X: $i,Y: $i] :
      ( ( iext @ uri_owl_inverseOf @ X @ Y )
     => ( ( ip @ X )
        & ( ip @ Y ) ) ) ).

thf(zip_derived_cl1,plain,
    ! [X0: $i,X1: $i] :
      ( ( ip @ X0 )
      | ~ ( iext @ uri_owl_inverseOf @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[owl_prop_inverseof_ext]) ).

thf(zip_derived_cl323,plain,
    ip @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ),
    inference('sup-',[status(thm)],[zip_derived_cl322,zip_derived_cl1]) ).

thf(zip_derived_cl19,plain,
    ! [X0: $i,X1: $i] :
      ( ( iext @ uri_rdfs_subClassOf @ X0 @ X1 )
      | ~ ( icext @ X1 @ ( sk__6 @ X1 @ X0 ) )
      | ~ ( ic @ X1 )
      | ~ ( ic @ X0 ) ),
    inference(cnf,[status(esa)],[owl_rdfsext_subclassof]) ).

thf(zip_derived_cl35_007,plain,
    ~ ( iext @ uri_rdfs_subClassOf @ uri_ex_InversesOfFunctionalProperties @ uri_owl_InverseFunctionalProperty ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl65,plain,
    ( ~ ( ic @ uri_ex_InversesOfFunctionalProperties )
    | ~ ( ic @ uri_owl_InverseFunctionalProperty )
    | ~ ( icext @ uri_owl_InverseFunctionalProperty @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl19,zip_derived_cl35]) ).

thf(zip_derived_cl40_008,plain,
    ic @ uri_ex_InversesOfFunctionalProperties,
    inference('sup-',[status(thm)],[zip_derived_cl36,zip_derived_cl3]) ).

thf(zip_derived_cl0_009,plain,
    ic @ uri_owl_InverseFunctionalProperty,
    inference(cnf,[status(esa)],[owl_class_inversefunctionalproperty_type]) ).

thf(zip_derived_cl66,plain,
    ~ ( icext @ uri_owl_InverseFunctionalProperty @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) ),
    inference(demod,[status(thm)],[zip_derived_cl65,zip_derived_cl40,zip_derived_cl0]) ).

thf(zip_derived_cl387,plain,
    ! [X0: $i] :
      ( ~ ( iext @ ( sk__8 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) @ uri_owl_FunctionalProperty @ uri_owl_inverseOf ) @ ( sk__5 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) ) @ X0 )
      | ( ( sk__3 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) )
        = X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl383,zip_derived_cl323,zip_derived_cl66]) ).

thf(zip_derived_cl389,plain,
    ! [X0: $i] :
      ( ~ ( iext @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) @ X0 @ ( sk__5 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) ) )
      | ( ( sk__3 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) )
        = X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl325,zip_derived_cl387]) ).

thf(zip_derived_cl391,plain,
    ( ~ ( ip @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) )
    | ( icext @ uri_owl_InverseFunctionalProperty @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) )
    | ( ( sk__3 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) )
      = ( sk__4 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl12,zip_derived_cl389]) ).

thf(zip_derived_cl323_010,plain,
    ip @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ),
    inference('sup-',[status(thm)],[zip_derived_cl322,zip_derived_cl1]) ).

thf(zip_derived_cl66_011,plain,
    ~ ( icext @ uri_owl_InverseFunctionalProperty @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) ),
    inference(demod,[status(thm)],[zip_derived_cl65,zip_derived_cl40,zip_derived_cl0]) ).

thf(zip_derived_cl393,plain,
    ( ( sk__3 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) )
    = ( sk__4 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl391,zip_derived_cl323,zip_derived_cl66]) ).

thf(zip_derived_cl14,plain,
    ! [X0: $i] :
      ( ( icext @ uri_owl_InverseFunctionalProperty @ X0 )
      | ( ( sk__3 @ X0 )
       != ( sk__4 @ X0 ) )
      | ~ ( ip @ X0 ) ),
    inference(cnf,[status(esa)],[owl_char_inversefunctional]) ).

thf(zip_derived_cl395,plain,
    ( ( ( sk__3 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) )
     != ( sk__3 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) ) )
    | ~ ( ip @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) )
    | ( icext @ uri_owl_InverseFunctionalProperty @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl393,zip_derived_cl14]) ).

thf(zip_derived_cl323_012,plain,
    ip @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ),
    inference('sup-',[status(thm)],[zip_derived_cl322,zip_derived_cl1]) ).

thf(zip_derived_cl66_013,plain,
    ~ ( icext @ uri_owl_InverseFunctionalProperty @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) ),
    inference(demod,[status(thm)],[zip_derived_cl65,zip_derived_cl40,zip_derived_cl0]) ).

thf(zip_derived_cl397,plain,
    ( ( sk__3 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) )
   != ( sk__3 @ ( sk__6 @ uri_owl_InverseFunctionalProperty @ uri_ex_InversesOfFunctionalProperties ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl395,zip_derived_cl323,zip_derived_cl66]) ).

thf(zip_derived_cl398,plain,
    $false,
    inference(simplify,[status(thm)],[zip_derived_cl397]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SWB028+2 : TPTP v8.1.2. Released v5.2.0.
% 0.12/0.13  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.5OoXAxS1TN true
% 0.14/0.34  % Computer : n023.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.20/0.34  % CPULimit : 300
% 0.20/0.34  % WCLimit  : 300
% 0.20/0.34  % DateTime : Sun Aug 27 06:49:11 EDT 2023
% 0.20/0.34  % CPUTime  : 
% 0.20/0.34  % Running portfolio for 300 s
% 0.20/0.34  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.20/0.34  % Number of cores: 8
% 0.20/0.35  % Python version: Python 3.6.8
% 0.20/0.35  % Running in FO mode
% 0.55/0.66  % Total configuration time : 435
% 0.55/0.66  % Estimated wc time : 1092
% 0.55/0.66  % Estimated cpu time (7 cpus) : 156.0
% 0.55/0.69  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.56/0.71  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.56/0.71  % /export/starexec/sandbox/solver/bin/fo/fo1_av.sh running for 75s
% 0.56/0.74  % /export/starexec/sandbox/solver/bin/fo/fo7.sh running for 63s
% 0.56/0.75  % /export/starexec/sandbox/solver/bin/fo/fo13.sh running for 50s
% 0.56/0.75  % /export/starexec/sandbox/solver/bin/fo/fo4.sh running for 50s
% 0.56/0.75  % /export/starexec/sandbox/solver/bin/fo/fo5.sh running for 50s
% 0.58/0.85  % Solved by fo/fo7.sh.
% 0.58/0.85  % done 164 iterations in 0.079s
% 0.58/0.85  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 0.58/0.85  % SZS output start Refutation
% See solution above
% 0.58/0.86  
% 0.58/0.86  
% 0.58/0.86  % Terminating...
% 1.52/0.95  % Runner terminated.
% 1.52/0.96  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------