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

View Problem - Process Solution

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

% Computer : n020.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:09:21 EDT 2023

% Result   : Theorem 206.62s 42.81s
% Output   : CNFRefutation 206.62s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   14
%            Number of leaves      :   10
% Syntax   : Number of formulae    :   68 (  18 unt;   0 def)
%            Number of atoms       :  275 (   0 equ)
%            Maximal formula atoms :   16 (   4 avg)
%            Number of connectives :  309 ( 102   ~;  90   |;  94   &)
%                                         (  13 <=>;  10  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   5 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    5 (   4 usr;   1 prp; 0-3 aty)
%            Number of functors    :   19 (  19 usr;  13 con; 0-2 aty)
%            Number of variables   :  150 (   2 sgn; 102   !;  29   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f25,axiom,
    ! [X3,X4] :
      ( iext(uri_rdf_type,X3,X4)
    <=> icext(X4,X3) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',rdfs_cext_def) ).

fof(f329,axiom,
    ! [X10,X1] :
      ( ( iext(uri_owl_onProperty,X10,X1)
        & iext(uri_owl_minCardinality,X10,literal_typed(dat_str_1,uri_xsd_nonNegativeInteger)) )
     => ! [X3] :
          ( icext(X10,X3)
        <=> ? [X6] : iext(X1,X3,X6) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',owl_restrict_mincard_001) ).

fof(f343,axiom,
    ! [X12,X14] :
      ( iext(uri_rdfs_subClassOf,X12,X14)
    <=> ( ! [X3] :
            ( icext(X12,X3)
           => icext(X14,X3) )
        & ic(X14)
        & ic(X12) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',owl_rdfsext_subclassof) ).

fof(f398,axiom,
    ! [X1] :
      ( icext(uri_owl_TransitiveProperty,X1)
    <=> ( ! [X3,X6,X10] :
            ( ( iext(X1,X6,X10)
              & iext(X1,X3,X6) )
           => iext(X1,X3,X10) )
        & ip(X1) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',owl_char_transitive) ).

fof(f559,conjecture,
    ? [X41] :
      ( iext(uri_ex_hasAncestor,uri_ex_alice,X41)
      & iext(uri_ex_hasAncestor,uri_ex_bob,X41) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',testcase_conclusion_fullish_024_Cardinality_Restrictions_on_Complex_Properties) ).

fof(f560,negated_conjecture,
    ~ ? [X41] :
        ( iext(uri_ex_hasAncestor,uri_ex_alice,X41)
        & iext(uri_ex_hasAncestor,uri_ex_bob,X41) ),
    inference(negated_conjecture,[],[f559]) ).

fof(f561,axiom,
    ? [X42] :
      ( iext(uri_ex_hasAncestor,uri_ex_alice,uri_ex_bob)
      & iext(uri_rdf_type,uri_ex_bob,uri_ex_Person)
      & iext(uri_rdf_type,uri_ex_alice,uri_ex_Person)
      & iext(uri_owl_minCardinality,X42,literal_typed(dat_str_1,uri_xsd_nonNegativeInteger))
      & iext(uri_owl_onProperty,X42,uri_ex_hasAncestor)
      & iext(uri_rdf_type,X42,uri_owl_Restriction)
      & iext(uri_rdfs_subClassOf,uri_ex_Person,X42)
      & iext(uri_rdf_type,uri_ex_hasAncestor,uri_owl_TransitiveProperty) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',testcase_premise_fullish_024_Cardinality_Restrictions_on_Complex_Properties) ).

fof(f565,plain,
    ! [X0,X1] :
      ( iext(uri_rdf_type,X0,X1)
    <=> icext(X1,X0) ),
    inference(rectify,[],[f25]) ).

fof(f740,plain,
    ! [X0,X1] :
      ( ( iext(uri_owl_onProperty,X0,X1)
        & iext(uri_owl_minCardinality,X0,literal_typed(dat_str_1,uri_xsd_nonNegativeInteger)) )
     => ! [X2] :
          ( icext(X0,X2)
        <=> ? [X3] : iext(X1,X2,X3) ) ),
    inference(rectify,[],[f329]) ).

fof(f754,plain,
    ! [X0,X1] :
      ( iext(uri_rdfs_subClassOf,X0,X1)
    <=> ( ! [X2] :
            ( icext(X0,X2)
           => icext(X1,X2) )
        & ic(X1)
        & ic(X0) ) ),
    inference(rectify,[],[f343]) ).

fof(f801,plain,
    ! [X0] :
      ( icext(uri_owl_TransitiveProperty,X0)
    <=> ( ! [X1,X2,X3] :
            ( ( iext(X0,X2,X3)
              & iext(X0,X1,X2) )
           => iext(X0,X1,X3) )
        & ip(X0) ) ),
    inference(rectify,[],[f398]) ).

fof(f920,plain,
    ~ ? [X0] :
        ( iext(uri_ex_hasAncestor,uri_ex_alice,X0)
        & iext(uri_ex_hasAncestor,uri_ex_bob,X0) ),
    inference(rectify,[],[f560]) ).

fof(f921,plain,
    ? [X0] :
      ( iext(uri_ex_hasAncestor,uri_ex_alice,uri_ex_bob)
      & iext(uri_rdf_type,uri_ex_bob,uri_ex_Person)
      & iext(uri_rdf_type,uri_ex_alice,uri_ex_Person)
      & iext(uri_owl_minCardinality,X0,literal_typed(dat_str_1,uri_xsd_nonNegativeInteger))
      & iext(uri_owl_onProperty,X0,uri_ex_hasAncestor)
      & iext(uri_rdf_type,X0,uri_owl_Restriction)
      & iext(uri_rdfs_subClassOf,uri_ex_Person,X0)
      & iext(uri_rdf_type,uri_ex_hasAncestor,uri_owl_TransitiveProperty) ),
    inference(rectify,[],[f561]) ).

fof(f1114,plain,
    ! [X0,X1] :
      ( ! [X2] :
          ( icext(X0,X2)
        <=> ? [X3] : iext(X1,X2,X3) )
      | ~ iext(uri_owl_onProperty,X0,X1)
      | ~ iext(uri_owl_minCardinality,X0,literal_typed(dat_str_1,uri_xsd_nonNegativeInteger)) ),
    inference(ennf_transformation,[],[f740]) ).

fof(f1115,plain,
    ! [X0,X1] :
      ( ! [X2] :
          ( icext(X0,X2)
        <=> ? [X3] : iext(X1,X2,X3) )
      | ~ iext(uri_owl_onProperty,X0,X1)
      | ~ iext(uri_owl_minCardinality,X0,literal_typed(dat_str_1,uri_xsd_nonNegativeInteger)) ),
    inference(flattening,[],[f1114]) ).

fof(f1140,plain,
    ! [X0,X1] :
      ( iext(uri_rdfs_subClassOf,X0,X1)
    <=> ( ! [X2] :
            ( icext(X1,X2)
            | ~ icext(X0,X2) )
        & ic(X1)
        & ic(X0) ) ),
    inference(ennf_transformation,[],[f754]) ).

fof(f1202,plain,
    ! [X0] :
      ( icext(uri_owl_TransitiveProperty,X0)
    <=> ( ! [X1,X2,X3] :
            ( iext(X0,X1,X3)
            | ~ iext(X0,X2,X3)
            | ~ iext(X0,X1,X2) )
        & ip(X0) ) ),
    inference(ennf_transformation,[],[f801]) ).

fof(f1203,plain,
    ! [X0] :
      ( icext(uri_owl_TransitiveProperty,X0)
    <=> ( ! [X1,X2,X3] :
            ( iext(X0,X1,X3)
            | ~ iext(X0,X2,X3)
            | ~ iext(X0,X1,X2) )
        & ip(X0) ) ),
    inference(flattening,[],[f1202]) ).

fof(f1330,plain,
    ! [X0] :
      ( ~ iext(uri_ex_hasAncestor,uri_ex_alice,X0)
      | ~ iext(uri_ex_hasAncestor,uri_ex_bob,X0) ),
    inference(ennf_transformation,[],[f920]) ).

fof(f1411,plain,
    ! [X0,X1] :
      ( ( iext(uri_rdf_type,X0,X1)
        | ~ icext(X1,X0) )
      & ( icext(X1,X0)
        | ~ iext(uri_rdf_type,X0,X1) ) ),
    inference(nnf_transformation,[],[f565]) ).

fof(f1667,plain,
    ! [X0,X1] :
      ( ! [X2] :
          ( ( icext(X0,X2)
            | ! [X3] : ~ iext(X1,X2,X3) )
          & ( ? [X3] : iext(X1,X2,X3)
            | ~ icext(X0,X2) ) )
      | ~ iext(uri_owl_onProperty,X0,X1)
      | ~ iext(uri_owl_minCardinality,X0,literal_typed(dat_str_1,uri_xsd_nonNegativeInteger)) ),
    inference(nnf_transformation,[],[f1115]) ).

fof(f1668,plain,
    ! [X0,X1] :
      ( ! [X2] :
          ( ( icext(X0,X2)
            | ! [X3] : ~ iext(X1,X2,X3) )
          & ( ? [X4] : iext(X1,X2,X4)
            | ~ icext(X0,X2) ) )
      | ~ iext(uri_owl_onProperty,X0,X1)
      | ~ iext(uri_owl_minCardinality,X0,literal_typed(dat_str_1,uri_xsd_nonNegativeInteger)) ),
    inference(rectify,[],[f1667]) ).

fof(f1669,plain,
    ! [X1,X2] :
      ( ? [X4] : iext(X1,X2,X4)
     => iext(X1,X2,sK144(X1,X2)) ),
    introduced(choice_axiom,[]) ).

fof(f1670,plain,
    ! [X0,X1] :
      ( ! [X2] :
          ( ( icext(X0,X2)
            | ! [X3] : ~ iext(X1,X2,X3) )
          & ( iext(X1,X2,sK144(X1,X2))
            | ~ icext(X0,X2) ) )
      | ~ iext(uri_owl_onProperty,X0,X1)
      | ~ iext(uri_owl_minCardinality,X0,literal_typed(dat_str_1,uri_xsd_nonNegativeInteger)) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK144])],[f1668,f1669]) ).

fof(f1721,plain,
    ! [X0,X1] :
      ( ( iext(uri_rdfs_subClassOf,X0,X1)
        | ? [X2] :
            ( ~ icext(X1,X2)
            & icext(X0,X2) )
        | ~ ic(X1)
        | ~ ic(X0) )
      & ( ( ! [X2] :
              ( icext(X1,X2)
              | ~ icext(X0,X2) )
          & ic(X1)
          & ic(X0) )
        | ~ iext(uri_rdfs_subClassOf,X0,X1) ) ),
    inference(nnf_transformation,[],[f1140]) ).

fof(f1722,plain,
    ! [X0,X1] :
      ( ( iext(uri_rdfs_subClassOf,X0,X1)
        | ? [X2] :
            ( ~ icext(X1,X2)
            & icext(X0,X2) )
        | ~ ic(X1)
        | ~ ic(X0) )
      & ( ( ! [X2] :
              ( icext(X1,X2)
              | ~ icext(X0,X2) )
          & ic(X1)
          & ic(X0) )
        | ~ iext(uri_rdfs_subClassOf,X0,X1) ) ),
    inference(flattening,[],[f1721]) ).

fof(f1723,plain,
    ! [X0,X1] :
      ( ( iext(uri_rdfs_subClassOf,X0,X1)
        | ? [X2] :
            ( ~ icext(X1,X2)
            & icext(X0,X2) )
        | ~ ic(X1)
        | ~ ic(X0) )
      & ( ( ! [X3] :
              ( icext(X1,X3)
              | ~ icext(X0,X3) )
          & ic(X1)
          & ic(X0) )
        | ~ iext(uri_rdfs_subClassOf,X0,X1) ) ),
    inference(rectify,[],[f1722]) ).

fof(f1724,plain,
    ! [X0,X1] :
      ( ? [X2] :
          ( ~ icext(X1,X2)
          & icext(X0,X2) )
     => ( ~ icext(X1,sK167(X0,X1))
        & icext(X0,sK167(X0,X1)) ) ),
    introduced(choice_axiom,[]) ).

fof(f1725,plain,
    ! [X0,X1] :
      ( ( iext(uri_rdfs_subClassOf,X0,X1)
        | ( ~ icext(X1,sK167(X0,X1))
          & icext(X0,sK167(X0,X1)) )
        | ~ ic(X1)
        | ~ ic(X0) )
      & ( ( ! [X3] :
              ( icext(X1,X3)
              | ~ icext(X0,X3) )
          & ic(X1)
          & ic(X0) )
        | ~ iext(uri_rdfs_subClassOf,X0,X1) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK167])],[f1723,f1724]) ).

fof(f1889,plain,
    ! [X0] :
      ( ( icext(uri_owl_TransitiveProperty,X0)
        | ? [X1,X2,X3] :
            ( ~ iext(X0,X1,X3)
            & iext(X0,X2,X3)
            & iext(X0,X1,X2) )
        | ~ ip(X0) )
      & ( ( ! [X1,X2,X3] :
              ( iext(X0,X1,X3)
              | ~ iext(X0,X2,X3)
              | ~ iext(X0,X1,X2) )
          & ip(X0) )
        | ~ icext(uri_owl_TransitiveProperty,X0) ) ),
    inference(nnf_transformation,[],[f1203]) ).

fof(f1890,plain,
    ! [X0] :
      ( ( icext(uri_owl_TransitiveProperty,X0)
        | ? [X1,X2,X3] :
            ( ~ iext(X0,X1,X3)
            & iext(X0,X2,X3)
            & iext(X0,X1,X2) )
        | ~ ip(X0) )
      & ( ( ! [X1,X2,X3] :
              ( iext(X0,X1,X3)
              | ~ iext(X0,X2,X3)
              | ~ iext(X0,X1,X2) )
          & ip(X0) )
        | ~ icext(uri_owl_TransitiveProperty,X0) ) ),
    inference(flattening,[],[f1889]) ).

fof(f1891,plain,
    ! [X0] :
      ( ( icext(uri_owl_TransitiveProperty,X0)
        | ? [X1,X2,X3] :
            ( ~ iext(X0,X1,X3)
            & iext(X0,X2,X3)
            & iext(X0,X1,X2) )
        | ~ ip(X0) )
      & ( ( ! [X4,X5,X6] :
              ( iext(X0,X4,X6)
              | ~ iext(X0,X5,X6)
              | ~ iext(X0,X4,X5) )
          & ip(X0) )
        | ~ icext(uri_owl_TransitiveProperty,X0) ) ),
    inference(rectify,[],[f1890]) ).

fof(f1892,plain,
    ! [X0] :
      ( ? [X1,X2,X3] :
          ( ~ iext(X0,X1,X3)
          & iext(X0,X2,X3)
          & iext(X0,X1,X2) )
     => ( ~ iext(X0,sK232(X0),sK234(X0))
        & iext(X0,sK233(X0),sK234(X0))
        & iext(X0,sK232(X0),sK233(X0)) ) ),
    introduced(choice_axiom,[]) ).

fof(f1893,plain,
    ! [X0] :
      ( ( icext(uri_owl_TransitiveProperty,X0)
        | ( ~ iext(X0,sK232(X0),sK234(X0))
          & iext(X0,sK233(X0),sK234(X0))
          & iext(X0,sK232(X0),sK233(X0)) )
        | ~ ip(X0) )
      & ( ( ! [X4,X5,X6] :
              ( iext(X0,X4,X6)
              | ~ iext(X0,X5,X6)
              | ~ iext(X0,X4,X5) )
          & ip(X0) )
        | ~ icext(uri_owl_TransitiveProperty,X0) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK232,sK233,sK234])],[f1891,f1892]) ).

fof(f1921,plain,
    ( ? [X0] :
        ( iext(uri_ex_hasAncestor,uri_ex_alice,uri_ex_bob)
        & iext(uri_rdf_type,uri_ex_bob,uri_ex_Person)
        & iext(uri_rdf_type,uri_ex_alice,uri_ex_Person)
        & iext(uri_owl_minCardinality,X0,literal_typed(dat_str_1,uri_xsd_nonNegativeInteger))
        & iext(uri_owl_onProperty,X0,uri_ex_hasAncestor)
        & iext(uri_rdf_type,X0,uri_owl_Restriction)
        & iext(uri_rdfs_subClassOf,uri_ex_Person,X0)
        & iext(uri_rdf_type,uri_ex_hasAncestor,uri_owl_TransitiveProperty) )
   => ( iext(uri_ex_hasAncestor,uri_ex_alice,uri_ex_bob)
      & iext(uri_rdf_type,uri_ex_bob,uri_ex_Person)
      & iext(uri_rdf_type,uri_ex_alice,uri_ex_Person)
      & iext(uri_owl_minCardinality,sK251,literal_typed(dat_str_1,uri_xsd_nonNegativeInteger))
      & iext(uri_owl_onProperty,sK251,uri_ex_hasAncestor)
      & iext(uri_rdf_type,sK251,uri_owl_Restriction)
      & iext(uri_rdfs_subClassOf,uri_ex_Person,sK251)
      & iext(uri_rdf_type,uri_ex_hasAncestor,uri_owl_TransitiveProperty) ) ),
    introduced(choice_axiom,[]) ).

fof(f1922,plain,
    ( iext(uri_ex_hasAncestor,uri_ex_alice,uri_ex_bob)
    & iext(uri_rdf_type,uri_ex_bob,uri_ex_Person)
    & iext(uri_rdf_type,uri_ex_alice,uri_ex_Person)
    & iext(uri_owl_minCardinality,sK251,literal_typed(dat_str_1,uri_xsd_nonNegativeInteger))
    & iext(uri_owl_onProperty,sK251,uri_ex_hasAncestor)
    & iext(uri_rdf_type,sK251,uri_owl_Restriction)
    & iext(uri_rdfs_subClassOf,uri_ex_Person,sK251)
    & iext(uri_rdf_type,uri_ex_hasAncestor,uri_owl_TransitiveProperty) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK251])],[f921,f1921]) ).

fof(f1948,plain,
    ! [X0,X1] :
      ( icext(X1,X0)
      | ~ iext(uri_rdf_type,X0,X1) ),
    inference(cnf_transformation,[],[f1411]) ).

fof(f2690,plain,
    ! [X2,X0,X1] :
      ( iext(X1,X2,sK144(X1,X2))
      | ~ icext(X0,X2)
      | ~ iext(uri_owl_onProperty,X0,X1)
      | ~ iext(uri_owl_minCardinality,X0,literal_typed(dat_str_1,uri_xsd_nonNegativeInteger)) ),
    inference(cnf_transformation,[],[f1670]) ).

fof(f2775,plain,
    ! [X3,X0,X1] :
      ( icext(X1,X3)
      | ~ icext(X0,X3)
      | ~ iext(uri_rdfs_subClassOf,X0,X1) ),
    inference(cnf_transformation,[],[f1725]) ).

fof(f2995,plain,
    ! [X0,X6,X4,X5] :
      ( iext(X0,X4,X6)
      | ~ iext(X0,X5,X6)
      | ~ iext(X0,X4,X5)
      | ~ icext(uri_owl_TransitiveProperty,X0) ),
    inference(cnf_transformation,[],[f1893]) ).

fof(f3212,plain,
    ! [X0] :
      ( ~ iext(uri_ex_hasAncestor,uri_ex_alice,X0)
      | ~ iext(uri_ex_hasAncestor,uri_ex_bob,X0) ),
    inference(cnf_transformation,[],[f1330]) ).

fof(f3213,plain,
    iext(uri_rdf_type,uri_ex_hasAncestor,uri_owl_TransitiveProperty),
    inference(cnf_transformation,[],[f1922]) ).

fof(f3214,plain,
    iext(uri_rdfs_subClassOf,uri_ex_Person,sK251),
    inference(cnf_transformation,[],[f1922]) ).

fof(f3216,plain,
    iext(uri_owl_onProperty,sK251,uri_ex_hasAncestor),
    inference(cnf_transformation,[],[f1922]) ).

fof(f3217,plain,
    iext(uri_owl_minCardinality,sK251,literal_typed(dat_str_1,uri_xsd_nonNegativeInteger)),
    inference(cnf_transformation,[],[f1922]) ).

fof(f3219,plain,
    iext(uri_rdf_type,uri_ex_bob,uri_ex_Person),
    inference(cnf_transformation,[],[f1922]) ).

fof(f3220,plain,
    iext(uri_ex_hasAncestor,uri_ex_alice,uri_ex_bob),
    inference(cnf_transformation,[],[f1922]) ).

cnf(c_75,plain,
    ( ~ iext(uri_rdf_type,X0,X1)
    | icext(X1,X0) ),
    inference(cnf_transformation,[],[f1948]) ).

cnf(c_817,plain,
    ( ~ iext(uri_owl_minCardinality,X0,literal_typed(dat_str_1,uri_xsd_nonNegativeInteger))
    | ~ iext(uri_owl_onProperty,X0,X1)
    | ~ icext(X0,X2)
    | iext(X1,X2,sK144(X1,X2)) ),
    inference(cnf_transformation,[],[f2690]) ).

cnf(c_901,plain,
    ( ~ iext(uri_rdfs_subClassOf,X0,X1)
    | ~ icext(X0,X2)
    | icext(X1,X2) ),
    inference(cnf_transformation,[],[f2775]) ).

cnf(c_1111,plain,
    ( ~ iext(X0,X1,X2)
    | ~ iext(X0,X2,X3)
    | ~ icext(uri_owl_TransitiveProperty,X0)
    | iext(X0,X1,X3) ),
    inference(cnf_transformation,[],[f2995]) ).

cnf(c_1326,negated_conjecture,
    ( ~ iext(uri_ex_hasAncestor,uri_ex_alice,X0)
    | ~ iext(uri_ex_hasAncestor,uri_ex_bob,X0) ),
    inference(cnf_transformation,[],[f3212]) ).

cnf(c_1327,plain,
    iext(uri_ex_hasAncestor,uri_ex_alice,uri_ex_bob),
    inference(cnf_transformation,[],[f3220]) ).

cnf(c_1328,plain,
    iext(uri_rdf_type,uri_ex_bob,uri_ex_Person),
    inference(cnf_transformation,[],[f3219]) ).

cnf(c_1330,plain,
    iext(uri_owl_minCardinality,sK251,literal_typed(dat_str_1,uri_xsd_nonNegativeInteger)),
    inference(cnf_transformation,[],[f3217]) ).

cnf(c_1331,plain,
    iext(uri_owl_onProperty,sK251,uri_ex_hasAncestor),
    inference(cnf_transformation,[],[f3216]) ).

cnf(c_1333,plain,
    iext(uri_rdfs_subClassOf,uri_ex_Person,sK251),
    inference(cnf_transformation,[],[f3214]) ).

cnf(c_1334,plain,
    iext(uri_rdf_type,uri_ex_hasAncestor,uri_owl_TransitiveProperty),
    inference(cnf_transformation,[],[f3213]) ).

cnf(c_100598,plain,
    icext(uri_owl_TransitiveProperty,uri_ex_hasAncestor),
    inference(superposition,[status(thm)],[c_1334,c_75]) ).

cnf(c_100621,plain,
    icext(uri_ex_Person,uri_ex_bob),
    inference(superposition,[status(thm)],[c_1328,c_75]) ).

cnf(c_100627,plain,
    ( ~ icext(uri_ex_Person,X0)
    | icext(sK251,X0) ),
    inference(superposition,[status(thm)],[c_1333,c_901]) ).

cnf(c_100631,plain,
    icext(sK251,uri_ex_bob),
    inference(superposition,[status(thm)],[c_100621,c_100627]) ).

cnf(c_138056,plain,
    ( ~ iext(uri_ex_hasAncestor,uri_ex_bob,X0)
    | ~ icext(uri_owl_TransitiveProperty,uri_ex_hasAncestor)
    | iext(uri_ex_hasAncestor,uri_ex_alice,X0) ),
    inference(superposition,[status(thm)],[c_1327,c_1111]) ).

cnf(c_138077,plain,
    ~ iext(uri_ex_hasAncestor,uri_ex_bob,X0),
    inference(global_subsumption_just,[status(thm)],[c_138056,c_1326,c_100598,c_138056]) ).

cnf(c_138090,negated_conjecture,
    ~ iext(uri_ex_hasAncestor,uri_ex_bob,X0),
    inference(global_subsumption_just,[status(thm)],[c_1326,c_138077]) ).

cnf(c_138210,plain,
    ( ~ iext(uri_owl_onProperty,sK251,X0)
    | ~ icext(sK251,X1)
    | iext(X0,X1,sK144(X0,X1)) ),
    inference(superposition,[status(thm)],[c_1330,c_817]) ).

cnf(c_138273,plain,
    ( ~ iext(uri_owl_onProperty,sK251,uri_ex_hasAncestor)
    | ~ icext(sK251,uri_ex_bob) ),
    inference(superposition,[status(thm)],[c_138210,c_138090]) ).

cnf(c_138282,plain,
    $false,
    inference(prop_impl_just,[status(thm)],[c_138273,c_100631,c_1331]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : SWB024+1 : TPTP v8.1.2. Released v5.2.0.
% 0.00/0.14  % Command  : run_iprover %s %d THM
% 0.13/0.35  % Computer : n020.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Sun Aug 27 07:29:14 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.20/0.51  Running first-order theorem proving
% 0.20/0.51  Running: /export/starexec/sandbox2/solver/bin/run_problem --schedule fof_schedule --no_cores 8 /export/starexec/sandbox2/benchmark/theBenchmark.p 300
% 206.62/42.81  % SZS status Started for theBenchmark.p
% 206.62/42.81  % SZS status Theorem for theBenchmark.p
% 206.62/42.81  
% 206.62/42.81  %---------------- iProver v3.8 (pre SMT-COMP 2023/CASC 2023) ----------------%
% 206.62/42.81  
% 206.62/42.81  ------  iProver source info
% 206.62/42.81  
% 206.62/42.81  git: date: 2023-05-31 18:12:56 +0000
% 206.62/42.81  git: sha1: 8abddc1f627fd3ce0bcb8b4cbf113b3cc443d7b6
% 206.62/42.81  git: non_committed_changes: false
% 206.62/42.81  git: last_make_outside_of_git: false
% 206.62/42.81  
% 206.62/42.81  ------ Parsing...
% 206.62/42.81  ------ Clausification by vclausify_rel  & Parsing by iProver...
% 206.62/42.81  
% 206.62/42.81  ------ Preprocessing... sup_sim: 0  sf_s  rm: 2 0s  sf_e  pe_s  pe:1:0s pe:2:0s pe_e  sup_sim: 0  sf_s  rm: 2 0s  sf_e  pe_s  pe_e 
% 206.62/42.81  
% 206.62/42.81  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 206.62/42.81  
% 206.62/42.81  ------ Preprocessing... sf_s  rm: 1 0s  sf_e  sf_s  rm: 0 0s  sf_e 
% 206.62/42.81  ------ Proving...
% 206.62/42.81  ------ Problem Properties 
% 206.62/42.81  
% 206.62/42.81  
% 206.62/42.81  clauses                                 1177
% 206.62/42.81  conjectures                             1
% 206.62/42.81  EPR                                     716
% 206.62/42.81  Horn                                    908
% 206.62/42.81  unary                                   232
% 206.62/42.81  binary                                  456
% 206.62/42.81  lits                                    3739
% 206.62/42.81  lits eq                                 197
% 206.62/42.81  fd_pure                                 0
% 206.62/42.81  fd_pseudo                               0
% 206.62/42.81  fd_cond                                 0
% 206.62/42.81  fd_pseudo_cond                          66
% 206.62/42.81  AC symbols                              0
% 206.62/42.81  
% 206.62/42.81  ------ Input Options Time Limit: Unbounded
% 206.62/42.81  
% 206.62/42.81  
% 206.62/42.81  ------ 
% 206.62/42.81  Current options:
% 206.62/42.81  ------ 
% 206.62/42.81  
% 206.62/42.81  
% 206.62/42.81  
% 206.62/42.81  
% 206.62/42.81  ------ Proving...
% 206.62/42.81  
% 206.62/42.81  
% 206.62/42.81  ------ Proving...
% 206.62/42.81  
% 206.62/42.81  
% 206.62/42.81  ------ Proving...
% 206.62/42.81  
% 206.62/42.81  
% 206.62/42.81  ------ Proving...
% 206.62/42.81  
% 206.62/42.81  
% 206.62/42.81  ------ Proving...
% 206.62/42.81  
% 206.62/42.81  
% 206.62/42.81  ------ Proving...
% 206.62/42.81  
% 206.62/42.81  
% 206.62/42.81  ------ Proving...
% 206.62/42.81  
% 206.62/42.81  
% 206.62/42.81  ------ Proving...
% 206.62/42.81  
% 206.62/42.81  
% 206.62/42.81  ------ Proving...
% 206.62/42.81  
% 206.62/42.81  
% 206.62/42.81  % SZS status Theorem for theBenchmark.p
% 206.62/42.81  
% 206.62/42.81  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 206.62/42.81  
% 206.62/42.81  
%------------------------------------------------------------------------------