TSTP Solution File: SWB050+1 by SInE---0.4

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SInE---0.4
% Problem  : SWB050+1 : TPTP v5.2.0. Released v5.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : Source/sine.py -e eprover -t %d %s

% Computer : art11.cs.miami.edu
% Model    : i686 i686
% CPU      : Intel(R) Pentium(R) 4 CPU 3.00GHz @ 3000MHz
% Memory   : 2006MB
% OS       : Linux 2.6.31.5-127.fc12.i686.PAE
% CPULimit : 300s
% DateTime : Fri Mar  4 00:51:32 EST 2011

% Result   : Theorem 0.85s
% Output   : CNFRefutation 0.85s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   29
%            Number of leaves      :    8
% Syntax   : Number of formulae    :  102 (  25 unt;   0 def)
%            Number of atoms       :  549 (  86 equ)
%            Maximal formula atoms :   53 (   5 avg)
%            Number of connectives :  687 ( 240   ~; 295   |; 141   &)
%                                         (   6 <=>;   5  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   22 (   6 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    6 (   4 usr;   1 prp; 0-3 aty)
%            Number of functors    :   24 (  24 usr;  17 con; 0-5 aty)
%            Number of variables   :  201 (   6 sgn 117   !;  26   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(6,axiom,
    ! [X3,X4] :
      ( iext(uri_rdfs_domain,X3,X4)
    <=> ( ip(X3)
        & ic(X4)
        & ! [X1,X2] :
            ( iext(X3,X1,X2)
           => icext(X4,X1) ) ) ),
    file('/tmp/tmpKV8PeZ/sel_SWB050+1.p_1',owl_rdfsext_domain) ).

fof(8,axiom,
    ! [X3] :
      ( icext(uri_owl_SymmetricProperty,X3)
    <=> ( ip(X3)
        & ! [X1,X2] :
            ( iext(X3,X1,X2)
           => iext(X3,X2,X1) ) ) ),
    file('/tmp/tmpKV8PeZ/sel_SWB050+1.p_1',owl_char_symmetric) ).

fof(20,axiom,
    ! [X5,X6,X12,X8,X13] :
      ( ( iext(uri_rdf_first,X6,X12)
        & iext(uri_rdf_rest,X6,X8)
        & iext(uri_rdf_first,X8,X13)
        & iext(uri_rdf_rest,X8,uri_rdf_nil) )
     => ( iext(uri_owl_oneOf,X5,X6)
      <=> ( ic(X5)
          & ! [X1] :
              ( icext(X5,X1)
            <=> ( X1 = X12
                | X1 = X13 ) ) ) ) ),
    file('/tmp/tmpKV8PeZ/sel_SWB050+1.p_1',owl_enum_class_002) ).

fof(28,axiom,
    ! [X3,X4] :
      ( iext(uri_rdfs_range,X3,X4)
    <=> ( ip(X3)
        & ip(X4)
        & ! [X1,X2] :
            ( iext(X3,X1,X2)
           => icext(X4,X2) ) ) ),
    file('/tmp/tmpKV8PeZ/sel_SWB050+1.p_1',owl_rdfsext_range) ).

fof(29,axiom,
    ! [X15,X3,X16] :
      ( iext(X3,X15,X16)
     => ip(X3) ),
    file('/tmp/tmpKV8PeZ/sel_SWB050+1.p_1',simple_iext_property) ).

fof(38,axiom,
    ! [X1,X4] :
      ( iext(uri_rdf_type,X1,X4)
    <=> icext(X4,X1) ),
    file('/tmp/tmpKV8PeZ/sel_SWB050+1.p_1',rdfs_cext_def) ).

fof(41,conjecture,
    iext(uri_rdf_type,uri_ex_p,uri_owl_SymmetricProperty),
    file('/tmp/tmpKV8PeZ/sel_SWB050+1.p_1',conclusion_rdfbased_sem_char_symmetric_ext) ).

fof(42,axiom,
    ? [X17,X18,X19,X20,X21,X22] :
      ( iext(uri_rdfs_domain,uri_ex_p,X17)
      & iext(uri_rdfs_range,uri_ex_p,X21)
      & iext(uri_owl_oneOf,X17,X18)
      & iext(uri_owl_oneOf,X21,X19)
      & iext(uri_ex_p,uri_ex_x,uri_ex_y)
      & iext(uri_ex_p,uri_ex_x,uri_ex_x)
      & iext(uri_rdf_first,X18,uri_ex_x)
      & iext(uri_rdf_rest,X18,X22)
      & iext(uri_rdf_first,X20,uri_ex_y)
      & iext(uri_rdf_rest,X20,uri_rdf_nil)
      & iext(uri_ex_p,uri_ex_y,uri_ex_x)
      & iext(uri_ex_p,uri_ex_y,uri_ex_y)
      & iext(uri_rdf_first,X22,uri_ex_y)
      & iext(uri_rdf_rest,X22,uri_rdf_nil)
      & iext(uri_rdf_first,X19,uri_ex_x)
      & iext(uri_rdf_rest,X19,X20) ),
    file('/tmp/tmpKV8PeZ/sel_SWB050+1.p_1',premise_rdfbased_sem_char_symmetric_ext) ).

fof(43,negated_conjecture,
    ~ iext(uri_rdf_type,uri_ex_p,uri_owl_SymmetricProperty),
    inference(assume_negation,[status(cth)],[41]) ).

fof(45,negated_conjecture,
    ~ iext(uri_rdf_type,uri_ex_p,uri_owl_SymmetricProperty),
    inference(fof_simplification,[status(thm)],[43,theory(equality)]) ).

fof(60,plain,
    ! [X3,X4] :
      ( ( ~ iext(uri_rdfs_domain,X3,X4)
        | ( ip(X3)
          & ic(X4)
          & ! [X1,X2] :
              ( ~ iext(X3,X1,X2)
              | icext(X4,X1) ) ) )
      & ( ~ ip(X3)
        | ~ ic(X4)
        | ? [X1,X2] :
            ( iext(X3,X1,X2)
            & ~ icext(X4,X1) )
        | iext(uri_rdfs_domain,X3,X4) ) ),
    inference(fof_nnf,[status(thm)],[6]) ).

fof(61,plain,
    ! [X5,X6] :
      ( ( ~ iext(uri_rdfs_domain,X5,X6)
        | ( ip(X5)
          & ic(X6)
          & ! [X7,X8] :
              ( ~ iext(X5,X7,X8)
              | icext(X6,X7) ) ) )
      & ( ~ ip(X5)
        | ~ ic(X6)
        | ? [X9,X10] :
            ( iext(X5,X9,X10)
            & ~ icext(X6,X9) )
        | iext(uri_rdfs_domain,X5,X6) ) ),
    inference(variable_rename,[status(thm)],[60]) ).

fof(62,plain,
    ! [X5,X6] :
      ( ( ~ iext(uri_rdfs_domain,X5,X6)
        | ( ip(X5)
          & ic(X6)
          & ! [X7,X8] :
              ( ~ iext(X5,X7,X8)
              | icext(X6,X7) ) ) )
      & ( ~ ip(X5)
        | ~ ic(X6)
        | ( iext(X5,esk1_2(X5,X6),esk2_2(X5,X6))
          & ~ icext(X6,esk1_2(X5,X6)) )
        | iext(uri_rdfs_domain,X5,X6) ) ),
    inference(skolemize,[status(esa)],[61]) ).

fof(63,plain,
    ! [X5,X6,X7,X8] :
      ( ( ( ( ~ iext(X5,X7,X8)
            | icext(X6,X7) )
          & ip(X5)
          & ic(X6) )
        | ~ iext(uri_rdfs_domain,X5,X6) )
      & ( ~ ip(X5)
        | ~ ic(X6)
        | ( iext(X5,esk1_2(X5,X6),esk2_2(X5,X6))
          & ~ icext(X6,esk1_2(X5,X6)) )
        | iext(uri_rdfs_domain,X5,X6) ) ),
    inference(shift_quantors,[status(thm)],[62]) ).

fof(64,plain,
    ! [X5,X6,X7,X8] :
      ( ( ~ iext(X5,X7,X8)
        | icext(X6,X7)
        | ~ iext(uri_rdfs_domain,X5,X6) )
      & ( ip(X5)
        | ~ iext(uri_rdfs_domain,X5,X6) )
      & ( ic(X6)
        | ~ iext(uri_rdfs_domain,X5,X6) )
      & ( iext(X5,esk1_2(X5,X6),esk2_2(X5,X6))
        | ~ ip(X5)
        | ~ ic(X6)
        | iext(uri_rdfs_domain,X5,X6) )
      & ( ~ icext(X6,esk1_2(X5,X6))
        | ~ ip(X5)
        | ~ ic(X6)
        | iext(uri_rdfs_domain,X5,X6) ) ),
    inference(distribute,[status(thm)],[63]) ).

cnf(69,plain,
    ( icext(X2,X3)
    | ~ iext(uri_rdfs_domain,X1,X2)
    | ~ iext(X1,X3,X4) ),
    inference(split_conjunct,[status(thm)],[64]) ).

fof(72,plain,
    ! [X3] :
      ( ( ~ icext(uri_owl_SymmetricProperty,X3)
        | ( ip(X3)
          & ! [X1,X2] :
              ( ~ iext(X3,X1,X2)
              | iext(X3,X2,X1) ) ) )
      & ( ~ ip(X3)
        | ? [X1,X2] :
            ( iext(X3,X1,X2)
            & ~ iext(X3,X2,X1) )
        | icext(uri_owl_SymmetricProperty,X3) ) ),
    inference(fof_nnf,[status(thm)],[8]) ).

fof(73,plain,
    ! [X4] :
      ( ( ~ icext(uri_owl_SymmetricProperty,X4)
        | ( ip(X4)
          & ! [X5,X6] :
              ( ~ iext(X4,X5,X6)
              | iext(X4,X6,X5) ) ) )
      & ( ~ ip(X4)
        | ? [X7,X8] :
            ( iext(X4,X7,X8)
            & ~ iext(X4,X8,X7) )
        | icext(uri_owl_SymmetricProperty,X4) ) ),
    inference(variable_rename,[status(thm)],[72]) ).

fof(74,plain,
    ! [X4] :
      ( ( ~ icext(uri_owl_SymmetricProperty,X4)
        | ( ip(X4)
          & ! [X5,X6] :
              ( ~ iext(X4,X5,X6)
              | iext(X4,X6,X5) ) ) )
      & ( ~ ip(X4)
        | ( iext(X4,esk3_1(X4),esk4_1(X4))
          & ~ iext(X4,esk4_1(X4),esk3_1(X4)) )
        | icext(uri_owl_SymmetricProperty,X4) ) ),
    inference(skolemize,[status(esa)],[73]) ).

fof(75,plain,
    ! [X4,X5,X6] :
      ( ( ( ( ~ iext(X4,X5,X6)
            | iext(X4,X6,X5) )
          & ip(X4) )
        | ~ icext(uri_owl_SymmetricProperty,X4) )
      & ( ~ ip(X4)
        | ( iext(X4,esk3_1(X4),esk4_1(X4))
          & ~ iext(X4,esk4_1(X4),esk3_1(X4)) )
        | icext(uri_owl_SymmetricProperty,X4) ) ),
    inference(shift_quantors,[status(thm)],[74]) ).

fof(76,plain,
    ! [X4,X5,X6] :
      ( ( ~ iext(X4,X5,X6)
        | iext(X4,X6,X5)
        | ~ icext(uri_owl_SymmetricProperty,X4) )
      & ( ip(X4)
        | ~ icext(uri_owl_SymmetricProperty,X4) )
      & ( iext(X4,esk3_1(X4),esk4_1(X4))
        | ~ ip(X4)
        | icext(uri_owl_SymmetricProperty,X4) )
      & ( ~ iext(X4,esk4_1(X4),esk3_1(X4))
        | ~ ip(X4)
        | icext(uri_owl_SymmetricProperty,X4) ) ),
    inference(distribute,[status(thm)],[75]) ).

cnf(77,plain,
    ( icext(uri_owl_SymmetricProperty,X1)
    | ~ ip(X1)
    | ~ iext(X1,esk4_1(X1),esk3_1(X1)) ),
    inference(split_conjunct,[status(thm)],[76]) ).

cnf(78,plain,
    ( icext(uri_owl_SymmetricProperty,X1)
    | iext(X1,esk3_1(X1),esk4_1(X1))
    | ~ ip(X1) ),
    inference(split_conjunct,[status(thm)],[76]) ).

fof(121,plain,
    ! [X5,X6,X12,X8,X13] :
      ( ~ iext(uri_rdf_first,X6,X12)
      | ~ iext(uri_rdf_rest,X6,X8)
      | ~ iext(uri_rdf_first,X8,X13)
      | ~ iext(uri_rdf_rest,X8,uri_rdf_nil)
      | ( ( ~ iext(uri_owl_oneOf,X5,X6)
          | ( ic(X5)
            & ! [X1] :
                ( ( ~ icext(X5,X1)
                  | X1 = X12
                  | X1 = X13 )
                & ( ( X1 != X12
                    & X1 != X13 )
                  | icext(X5,X1) ) ) ) )
        & ( ~ ic(X5)
          | ? [X1] :
              ( ( ~ icext(X5,X1)
                | ( X1 != X12
                  & X1 != X13 ) )
              & ( icext(X5,X1)
                | X1 = X12
                | X1 = X13 ) )
          | iext(uri_owl_oneOf,X5,X6) ) ) ),
    inference(fof_nnf,[status(thm)],[20]) ).

fof(122,plain,
    ! [X14,X15,X16,X17,X18] :
      ( ~ iext(uri_rdf_first,X15,X16)
      | ~ iext(uri_rdf_rest,X15,X17)
      | ~ iext(uri_rdf_first,X17,X18)
      | ~ iext(uri_rdf_rest,X17,uri_rdf_nil)
      | ( ( ~ iext(uri_owl_oneOf,X14,X15)
          | ( ic(X14)
            & ! [X19] :
                ( ( ~ icext(X14,X19)
                  | X19 = X16
                  | X19 = X18 )
                & ( ( X19 != X16
                    & X19 != X18 )
                  | icext(X14,X19) ) ) ) )
        & ( ~ ic(X14)
          | ? [X20] :
              ( ( ~ icext(X14,X20)
                | ( X20 != X16
                  & X20 != X18 ) )
              & ( icext(X14,X20)
                | X20 = X16
                | X20 = X18 ) )
          | iext(uri_owl_oneOf,X14,X15) ) ) ),
    inference(variable_rename,[status(thm)],[121]) ).

fof(123,plain,
    ! [X14,X15,X16,X17,X18] :
      ( ~ iext(uri_rdf_first,X15,X16)
      | ~ iext(uri_rdf_rest,X15,X17)
      | ~ iext(uri_rdf_first,X17,X18)
      | ~ iext(uri_rdf_rest,X17,uri_rdf_nil)
      | ( ( ~ iext(uri_owl_oneOf,X14,X15)
          | ( ic(X14)
            & ! [X19] :
                ( ( ~ icext(X14,X19)
                  | X19 = X16
                  | X19 = X18 )
                & ( ( X19 != X16
                    & X19 != X18 )
                  | icext(X14,X19) ) ) ) )
        & ( ~ ic(X14)
          | ( ( ~ icext(X14,esk8_5(X14,X15,X16,X17,X18))
              | ( esk8_5(X14,X15,X16,X17,X18) != X16
                & esk8_5(X14,X15,X16,X17,X18) != X18 ) )
            & ( icext(X14,esk8_5(X14,X15,X16,X17,X18))
              | esk8_5(X14,X15,X16,X17,X18) = X16
              | esk8_5(X14,X15,X16,X17,X18) = X18 ) )
          | iext(uri_owl_oneOf,X14,X15) ) ) ),
    inference(skolemize,[status(esa)],[122]) ).

fof(124,plain,
    ! [X14,X15,X16,X17,X18,X19] :
      ( ( ( ( ( ~ icext(X14,X19)
              | X19 = X16
              | X19 = X18 )
            & ( ( X19 != X16
                & X19 != X18 )
              | icext(X14,X19) )
            & ic(X14) )
          | ~ iext(uri_owl_oneOf,X14,X15) )
        & ( ~ ic(X14)
          | ( ( ~ icext(X14,esk8_5(X14,X15,X16,X17,X18))
              | ( esk8_5(X14,X15,X16,X17,X18) != X16
                & esk8_5(X14,X15,X16,X17,X18) != X18 ) )
            & ( icext(X14,esk8_5(X14,X15,X16,X17,X18))
              | esk8_5(X14,X15,X16,X17,X18) = X16
              | esk8_5(X14,X15,X16,X17,X18) = X18 ) )
          | iext(uri_owl_oneOf,X14,X15) ) )
      | ~ iext(uri_rdf_first,X15,X16)
      | ~ iext(uri_rdf_rest,X15,X17)
      | ~ iext(uri_rdf_first,X17,X18)
      | ~ iext(uri_rdf_rest,X17,uri_rdf_nil) ),
    inference(shift_quantors,[status(thm)],[123]) ).

fof(125,plain,
    ! [X14,X15,X16,X17,X18,X19] :
      ( ( ~ icext(X14,X19)
        | X19 = X16
        | X19 = X18
        | ~ iext(uri_owl_oneOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,uri_rdf_nil) )
      & ( X19 != X16
        | icext(X14,X19)
        | ~ iext(uri_owl_oneOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,uri_rdf_nil) )
      & ( X19 != X18
        | icext(X14,X19)
        | ~ iext(uri_owl_oneOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,uri_rdf_nil) )
      & ( ic(X14)
        | ~ iext(uri_owl_oneOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,uri_rdf_nil) )
      & ( esk8_5(X14,X15,X16,X17,X18) != X16
        | ~ icext(X14,esk8_5(X14,X15,X16,X17,X18))
        | ~ ic(X14)
        | iext(uri_owl_oneOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,uri_rdf_nil) )
      & ( esk8_5(X14,X15,X16,X17,X18) != X18
        | ~ icext(X14,esk8_5(X14,X15,X16,X17,X18))
        | ~ ic(X14)
        | iext(uri_owl_oneOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,uri_rdf_nil) )
      & ( icext(X14,esk8_5(X14,X15,X16,X17,X18))
        | esk8_5(X14,X15,X16,X17,X18) = X16
        | esk8_5(X14,X15,X16,X17,X18) = X18
        | ~ ic(X14)
        | iext(uri_owl_oneOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,uri_rdf_nil) ) ),
    inference(distribute,[status(thm)],[124]) ).

cnf(132,plain,
    ( X6 = X2
    | X6 = X4
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_oneOf,X5,X3)
    | ~ icext(X5,X6) ),
    inference(split_conjunct,[status(thm)],[125]) ).

fof(167,plain,
    ! [X3,X4] :
      ( ( ~ iext(uri_rdfs_range,X3,X4)
        | ( ip(X3)
          & ip(X4)
          & ! [X1,X2] :
              ( ~ iext(X3,X1,X2)
              | icext(X4,X2) ) ) )
      & ( ~ ip(X3)
        | ~ ip(X4)
        | ? [X1,X2] :
            ( iext(X3,X1,X2)
            & ~ icext(X4,X2) )
        | iext(uri_rdfs_range,X3,X4) ) ),
    inference(fof_nnf,[status(thm)],[28]) ).

fof(168,plain,
    ! [X5,X6] :
      ( ( ~ iext(uri_rdfs_range,X5,X6)
        | ( ip(X5)
          & ip(X6)
          & ! [X7,X8] :
              ( ~ iext(X5,X7,X8)
              | icext(X6,X8) ) ) )
      & ( ~ ip(X5)
        | ~ ip(X6)
        | ? [X9,X10] :
            ( iext(X5,X9,X10)
            & ~ icext(X6,X10) )
        | iext(uri_rdfs_range,X5,X6) ) ),
    inference(variable_rename,[status(thm)],[167]) ).

fof(169,plain,
    ! [X5,X6] :
      ( ( ~ iext(uri_rdfs_range,X5,X6)
        | ( ip(X5)
          & ip(X6)
          & ! [X7,X8] :
              ( ~ iext(X5,X7,X8)
              | icext(X6,X8) ) ) )
      & ( ~ ip(X5)
        | ~ ip(X6)
        | ( iext(X5,esk10_2(X5,X6),esk11_2(X5,X6))
          & ~ icext(X6,esk11_2(X5,X6)) )
        | iext(uri_rdfs_range,X5,X6) ) ),
    inference(skolemize,[status(esa)],[168]) ).

fof(170,plain,
    ! [X5,X6,X7,X8] :
      ( ( ( ( ~ iext(X5,X7,X8)
            | icext(X6,X8) )
          & ip(X5)
          & ip(X6) )
        | ~ iext(uri_rdfs_range,X5,X6) )
      & ( ~ ip(X5)
        | ~ ip(X6)
        | ( iext(X5,esk10_2(X5,X6),esk11_2(X5,X6))
          & ~ icext(X6,esk11_2(X5,X6)) )
        | iext(uri_rdfs_range,X5,X6) ) ),
    inference(shift_quantors,[status(thm)],[169]) ).

fof(171,plain,
    ! [X5,X6,X7,X8] :
      ( ( ~ iext(X5,X7,X8)
        | icext(X6,X8)
        | ~ iext(uri_rdfs_range,X5,X6) )
      & ( ip(X5)
        | ~ iext(uri_rdfs_range,X5,X6) )
      & ( ip(X6)
        | ~ iext(uri_rdfs_range,X5,X6) )
      & ( iext(X5,esk10_2(X5,X6),esk11_2(X5,X6))
        | ~ ip(X5)
        | ~ ip(X6)
        | iext(uri_rdfs_range,X5,X6) )
      & ( ~ icext(X6,esk11_2(X5,X6))
        | ~ ip(X5)
        | ~ ip(X6)
        | iext(uri_rdfs_range,X5,X6) ) ),
    inference(distribute,[status(thm)],[170]) ).

cnf(176,plain,
    ( icext(X2,X3)
    | ~ iext(uri_rdfs_range,X1,X2)
    | ~ iext(X1,X4,X3) ),
    inference(split_conjunct,[status(thm)],[171]) ).

fof(177,plain,
    ! [X15,X3,X16] :
      ( ~ iext(X3,X15,X16)
      | ip(X3) ),
    inference(fof_nnf,[status(thm)],[29]) ).

fof(178,plain,
    ! [X17,X18,X19] :
      ( ~ iext(X18,X17,X19)
      | ip(X18) ),
    inference(variable_rename,[status(thm)],[177]) ).

cnf(179,plain,
    ( ip(X1)
    | ~ iext(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[178]) ).

fof(204,plain,
    ! [X1,X4] :
      ( ( ~ iext(uri_rdf_type,X1,X4)
        | icext(X4,X1) )
      & ( ~ icext(X4,X1)
        | iext(uri_rdf_type,X1,X4) ) ),
    inference(fof_nnf,[status(thm)],[38]) ).

fof(205,plain,
    ! [X5,X6] :
      ( ( ~ iext(uri_rdf_type,X5,X6)
        | icext(X6,X5) )
      & ( ~ icext(X6,X5)
        | iext(uri_rdf_type,X5,X6) ) ),
    inference(variable_rename,[status(thm)],[204]) ).

cnf(206,plain,
    ( iext(uri_rdf_type,X1,X2)
    | ~ icext(X2,X1) ),
    inference(split_conjunct,[status(thm)],[205]) ).

cnf(210,negated_conjecture,
    ~ iext(uri_rdf_type,uri_ex_p,uri_owl_SymmetricProperty),
    inference(split_conjunct,[status(thm)],[45]) ).

fof(211,plain,
    ? [X23,X24,X25,X26,X27,X28] :
      ( iext(uri_rdfs_domain,uri_ex_p,X23)
      & iext(uri_rdfs_range,uri_ex_p,X27)
      & iext(uri_owl_oneOf,X23,X24)
      & iext(uri_owl_oneOf,X27,X25)
      & iext(uri_ex_p,uri_ex_x,uri_ex_y)
      & iext(uri_ex_p,uri_ex_x,uri_ex_x)
      & iext(uri_rdf_first,X24,uri_ex_x)
      & iext(uri_rdf_rest,X24,X28)
      & iext(uri_rdf_first,X26,uri_ex_y)
      & iext(uri_rdf_rest,X26,uri_rdf_nil)
      & iext(uri_ex_p,uri_ex_y,uri_ex_x)
      & iext(uri_ex_p,uri_ex_y,uri_ex_y)
      & iext(uri_rdf_first,X28,uri_ex_y)
      & iext(uri_rdf_rest,X28,uri_rdf_nil)
      & iext(uri_rdf_first,X25,uri_ex_x)
      & iext(uri_rdf_rest,X25,X26) ),
    inference(variable_rename,[status(thm)],[42]) ).

fof(212,plain,
    ( iext(uri_rdfs_domain,uri_ex_p,esk12_0)
    & iext(uri_rdfs_range,uri_ex_p,esk16_0)
    & iext(uri_owl_oneOf,esk12_0,esk13_0)
    & iext(uri_owl_oneOf,esk16_0,esk14_0)
    & iext(uri_ex_p,uri_ex_x,uri_ex_y)
    & iext(uri_ex_p,uri_ex_x,uri_ex_x)
    & iext(uri_rdf_first,esk13_0,uri_ex_x)
    & iext(uri_rdf_rest,esk13_0,esk17_0)
    & iext(uri_rdf_first,esk15_0,uri_ex_y)
    & iext(uri_rdf_rest,esk15_0,uri_rdf_nil)
    & iext(uri_ex_p,uri_ex_y,uri_ex_x)
    & iext(uri_ex_p,uri_ex_y,uri_ex_y)
    & iext(uri_rdf_first,esk17_0,uri_ex_y)
    & iext(uri_rdf_rest,esk17_0,uri_rdf_nil)
    & iext(uri_rdf_first,esk14_0,uri_ex_x)
    & iext(uri_rdf_rest,esk14_0,esk15_0) ),
    inference(skolemize,[status(esa)],[211]) ).

cnf(213,plain,
    iext(uri_rdf_rest,esk14_0,esk15_0),
    inference(split_conjunct,[status(thm)],[212]) ).

cnf(214,plain,
    iext(uri_rdf_first,esk14_0,uri_ex_x),
    inference(split_conjunct,[status(thm)],[212]) ).

cnf(215,plain,
    iext(uri_rdf_rest,esk17_0,uri_rdf_nil),
    inference(split_conjunct,[status(thm)],[212]) ).

cnf(216,plain,
    iext(uri_rdf_first,esk17_0,uri_ex_y),
    inference(split_conjunct,[status(thm)],[212]) ).

cnf(217,plain,
    iext(uri_ex_p,uri_ex_y,uri_ex_y),
    inference(split_conjunct,[status(thm)],[212]) ).

cnf(218,plain,
    iext(uri_ex_p,uri_ex_y,uri_ex_x),
    inference(split_conjunct,[status(thm)],[212]) ).

cnf(219,plain,
    iext(uri_rdf_rest,esk15_0,uri_rdf_nil),
    inference(split_conjunct,[status(thm)],[212]) ).

cnf(220,plain,
    iext(uri_rdf_first,esk15_0,uri_ex_y),
    inference(split_conjunct,[status(thm)],[212]) ).

cnf(221,plain,
    iext(uri_rdf_rest,esk13_0,esk17_0),
    inference(split_conjunct,[status(thm)],[212]) ).

cnf(222,plain,
    iext(uri_rdf_first,esk13_0,uri_ex_x),
    inference(split_conjunct,[status(thm)],[212]) ).

cnf(223,plain,
    iext(uri_ex_p,uri_ex_x,uri_ex_x),
    inference(split_conjunct,[status(thm)],[212]) ).

cnf(224,plain,
    iext(uri_ex_p,uri_ex_x,uri_ex_y),
    inference(split_conjunct,[status(thm)],[212]) ).

cnf(225,plain,
    iext(uri_owl_oneOf,esk16_0,esk14_0),
    inference(split_conjunct,[status(thm)],[212]) ).

cnf(226,plain,
    iext(uri_owl_oneOf,esk12_0,esk13_0),
    inference(split_conjunct,[status(thm)],[212]) ).

cnf(227,plain,
    iext(uri_rdfs_range,uri_ex_p,esk16_0),
    inference(split_conjunct,[status(thm)],[212]) ).

cnf(228,plain,
    iext(uri_rdfs_domain,uri_ex_p,esk12_0),
    inference(split_conjunct,[status(thm)],[212]) ).

cnf(254,plain,
    ip(uri_ex_p),
    inference(spm,[status(thm)],[179,223,theory(equality)]) ).

cnf(303,plain,
    ( icext(esk16_0,X1)
    | ~ iext(uri_ex_p,X2,X1) ),
    inference(spm,[status(thm)],[176,227,theory(equality)]) ).

cnf(308,plain,
    ( icext(esk12_0,X1)
    | ~ iext(uri_ex_p,X1,X2) ),
    inference(spm,[status(thm)],[69,228,theory(equality)]) ).

cnf(328,plain,
    ( icext(uri_owl_SymmetricProperty,X1)
    | ~ iext(X1,esk4_1(X1),esk3_1(X1)) ),
    inference(csr,[status(thm)],[77,179]) ).

cnf(404,plain,
    ( X1 = X2
    | X3 = X2
    | ~ iext(uri_owl_oneOf,X4,X5)
    | ~ iext(uri_rdf_first,X5,X3)
    | ~ iext(uri_rdf_first,esk15_0,X1)
    | ~ iext(uri_rdf_rest,X5,esk15_0)
    | ~ icext(X4,X2) ),
    inference(spm,[status(thm)],[132,219,theory(equality)]) ).

cnf(405,plain,
    ( X1 = X2
    | X3 = X2
    | ~ iext(uri_owl_oneOf,X4,X5)
    | ~ iext(uri_rdf_first,X5,X3)
    | ~ iext(uri_rdf_first,esk17_0,X1)
    | ~ iext(uri_rdf_rest,X5,esk17_0)
    | ~ icext(X4,X2) ),
    inference(spm,[status(thm)],[132,215,theory(equality)]) ).

cnf(667,plain,
    ( icext(esk16_0,esk4_1(uri_ex_p))
    | icext(uri_owl_SymmetricProperty,uri_ex_p)
    | ~ ip(uri_ex_p) ),
    inference(spm,[status(thm)],[303,78,theory(equality)]) ).

cnf(670,plain,
    ( icext(esk16_0,esk4_1(uri_ex_p))
    | icext(uri_owl_SymmetricProperty,uri_ex_p)
    | $false ),
    inference(rw,[status(thm)],[667,254,theory(equality)]) ).

cnf(671,plain,
    ( icext(esk16_0,esk4_1(uri_ex_p))
    | icext(uri_owl_SymmetricProperty,uri_ex_p) ),
    inference(cn,[status(thm)],[670,theory(equality)]) ).

cnf(730,plain,
    ( icext(esk12_0,esk3_1(uri_ex_p))
    | icext(uri_owl_SymmetricProperty,uri_ex_p)
    | ~ ip(uri_ex_p) ),
    inference(spm,[status(thm)],[308,78,theory(equality)]) ).

cnf(733,plain,
    ( icext(esk12_0,esk3_1(uri_ex_p))
    | icext(uri_owl_SymmetricProperty,uri_ex_p)
    | $false ),
    inference(rw,[status(thm)],[730,254,theory(equality)]) ).

cnf(734,plain,
    ( icext(esk12_0,esk3_1(uri_ex_p))
    | icext(uri_owl_SymmetricProperty,uri_ex_p) ),
    inference(cn,[status(thm)],[733,theory(equality)]) ).

cnf(1885,plain,
    ( X1 = X2
    | uri_ex_y = X2
    | ~ iext(uri_rdf_rest,X3,esk15_0)
    | ~ iext(uri_owl_oneOf,X4,X3)
    | ~ iext(uri_rdf_first,X3,X1)
    | ~ icext(X4,X2) ),
    inference(spm,[status(thm)],[404,220,theory(equality)]) ).

cnf(1893,plain,
    ( X1 = X2
    | uri_ex_y = X2
    | ~ iext(uri_rdf_rest,X3,esk17_0)
    | ~ iext(uri_owl_oneOf,X4,X3)
    | ~ iext(uri_rdf_first,X3,X1)
    | ~ icext(X4,X2) ),
    inference(spm,[status(thm)],[405,216,theory(equality)]) ).

cnf(3670,plain,
    ( uri_ex_y = X1
    | X2 = X1
    | ~ iext(uri_rdf_rest,esk14_0,esk15_0)
    | ~ iext(uri_rdf_first,esk14_0,X2)
    | ~ icext(esk16_0,X1) ),
    inference(spm,[status(thm)],[1885,225,theory(equality)]) ).

cnf(3674,plain,
    ( uri_ex_y = X1
    | X2 = X1
    | $false
    | ~ iext(uri_rdf_first,esk14_0,X2)
    | ~ icext(esk16_0,X1) ),
    inference(rw,[status(thm)],[3670,213,theory(equality)]) ).

cnf(3675,plain,
    ( uri_ex_y = X1
    | X2 = X1
    | ~ iext(uri_rdf_first,esk14_0,X2)
    | ~ icext(esk16_0,X1) ),
    inference(cn,[status(thm)],[3674,theory(equality)]) ).

cnf(3682,plain,
    ( uri_ex_y = X1
    | uri_ex_x = X1
    | ~ icext(esk16_0,X1) ),
    inference(spm,[status(thm)],[3675,214,theory(equality)]) ).

cnf(3688,plain,
    ( uri_ex_x = esk4_1(uri_ex_p)
    | uri_ex_y = esk4_1(uri_ex_p)
    | icext(uri_owl_SymmetricProperty,uri_ex_p) ),
    inference(spm,[status(thm)],[3682,671,theory(equality)]) ).

cnf(3769,plain,
    ( icext(uri_owl_SymmetricProperty,uri_ex_p)
    | esk4_1(uri_ex_p) = uri_ex_x
    | ~ iext(uri_ex_p,uri_ex_y,esk3_1(uri_ex_p)) ),
    inference(spm,[status(thm)],[328,3688,theory(equality)]) ).

cnf(5223,plain,
    ( uri_ex_y = X1
    | X2 = X1
    | ~ iext(uri_rdf_rest,esk13_0,esk17_0)
    | ~ iext(uri_rdf_first,esk13_0,X2)
    | ~ icext(esk12_0,X1) ),
    inference(spm,[status(thm)],[1893,226,theory(equality)]) ).

cnf(5228,plain,
    ( uri_ex_y = X1
    | X2 = X1
    | $false
    | ~ iext(uri_rdf_first,esk13_0,X2)
    | ~ icext(esk12_0,X1) ),
    inference(rw,[status(thm)],[5223,221,theory(equality)]) ).

cnf(5229,plain,
    ( uri_ex_y = X1
    | X2 = X1
    | ~ iext(uri_rdf_first,esk13_0,X2)
    | ~ icext(esk12_0,X1) ),
    inference(cn,[status(thm)],[5228,theory(equality)]) ).

cnf(5236,plain,
    ( uri_ex_y = X1
    | uri_ex_x = X1
    | ~ icext(esk12_0,X1) ),
    inference(spm,[status(thm)],[5229,222,theory(equality)]) ).

cnf(5242,plain,
    ( uri_ex_x = esk3_1(uri_ex_p)
    | uri_ex_y = esk3_1(uri_ex_p)
    | icext(uri_owl_SymmetricProperty,uri_ex_p) ),
    inference(spm,[status(thm)],[5236,734,theory(equality)]) ).

cnf(5326,plain,
    ( icext(uri_owl_SymmetricProperty,uri_ex_p)
    | esk3_1(uri_ex_p) = uri_ex_x
    | ~ iext(uri_ex_p,esk4_1(uri_ex_p),uri_ex_y) ),
    inference(spm,[status(thm)],[328,5242,theory(equality)]) ).

cnf(5336,plain,
    ( esk4_1(uri_ex_p) = uri_ex_x
    | icext(uri_owl_SymmetricProperty,uri_ex_p)
    | esk3_1(uri_ex_p) = uri_ex_x
    | ~ iext(uri_ex_p,uri_ex_y,uri_ex_y) ),
    inference(spm,[status(thm)],[3769,5242,theory(equality)]) ).

cnf(5348,plain,
    ( esk4_1(uri_ex_p) = uri_ex_x
    | icext(uri_owl_SymmetricProperty,uri_ex_p)
    | esk3_1(uri_ex_p) = uri_ex_x
    | $false ),
    inference(rw,[status(thm)],[5336,217,theory(equality)]) ).

cnf(5349,plain,
    ( esk4_1(uri_ex_p) = uri_ex_x
    | icext(uri_owl_SymmetricProperty,uri_ex_p)
    | esk3_1(uri_ex_p) = uri_ex_x ),
    inference(cn,[status(thm)],[5348,theory(equality)]) ).

cnf(5453,plain,
    ( esk3_1(uri_ex_p) = uri_ex_x
    | icext(uri_owl_SymmetricProperty,uri_ex_p)
    | ~ iext(uri_ex_p,uri_ex_x,uri_ex_y) ),
    inference(spm,[status(thm)],[5326,5349,theory(equality)]) ).

cnf(5456,plain,
    ( esk3_1(uri_ex_p) = uri_ex_x
    | icext(uri_owl_SymmetricProperty,uri_ex_p)
    | $false ),
    inference(rw,[status(thm)],[5453,224,theory(equality)]) ).

cnf(5457,plain,
    ( esk3_1(uri_ex_p) = uri_ex_x
    | icext(uri_owl_SymmetricProperty,uri_ex_p) ),
    inference(cn,[status(thm)],[5456,theory(equality)]) ).

cnf(5459,plain,
    ( icext(uri_owl_SymmetricProperty,uri_ex_p)
    | ~ iext(uri_ex_p,esk4_1(uri_ex_p),uri_ex_x) ),
    inference(spm,[status(thm)],[328,5457,theory(equality)]) ).

cnf(5465,plain,
    ( esk4_1(uri_ex_p) = uri_ex_x
    | icext(uri_owl_SymmetricProperty,uri_ex_p)
    | ~ iext(uri_ex_p,uri_ex_y,uri_ex_x) ),
    inference(spm,[status(thm)],[3769,5457,theory(equality)]) ).

cnf(5473,plain,
    ( esk4_1(uri_ex_p) = uri_ex_x
    | icext(uri_owl_SymmetricProperty,uri_ex_p)
    | $false ),
    inference(rw,[status(thm)],[5465,218,theory(equality)]) ).

cnf(5474,plain,
    ( esk4_1(uri_ex_p) = uri_ex_x
    | icext(uri_owl_SymmetricProperty,uri_ex_p) ),
    inference(cn,[status(thm)],[5473,theory(equality)]) ).

cnf(5493,plain,
    ( icext(uri_owl_SymmetricProperty,uri_ex_p)
    | ~ iext(uri_ex_p,uri_ex_x,uri_ex_x) ),
    inference(spm,[status(thm)],[5459,5474,theory(equality)]) ).

cnf(5494,plain,
    ( icext(uri_owl_SymmetricProperty,uri_ex_p)
    | $false ),
    inference(rw,[status(thm)],[5493,223,theory(equality)]) ).

cnf(5495,plain,
    icext(uri_owl_SymmetricProperty,uri_ex_p),
    inference(cn,[status(thm)],[5494,theory(equality)]) ).

cnf(5497,plain,
    iext(uri_rdf_type,uri_ex_p,uri_owl_SymmetricProperty),
    inference(spm,[status(thm)],[206,5495,theory(equality)]) ).

cnf(5520,plain,
    $false,
    inference(sr,[status(thm)],[5497,210,theory(equality)]) ).

cnf(5521,plain,
    $false,
    5520,
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% /home/graph/tptp/Systems/SInE---0.4/Source/sine.py:10: DeprecationWarning: the sets module is deprecated
%   from sets import Set
% % SZS status Started for /home/graph/tptp/TPTP/Problems/SWB/SWB050+1.p
% --creating new selector for [SWB001+0.ax]
% -running prover on /tmp/tmpKV8PeZ/sel_SWB050+1.p_1 with time limit 29
% -prover status Theorem
% Problem SWB050+1.p solved in phase 0.
% % SZS status Theorem for /home/graph/tptp/TPTP/Problems/SWB/SWB050+1.p
% % SZS status Ended for /home/graph/tptp/TPTP/Problems/SWB/SWB050+1.p
% Solved 1 out of 1.
% # Problem is unsatisfiable (or provable), constructing proof object
% # SZS status Theorem
% # SZS output start CNFRefutation.
% See solution above
% # SZS output end CNFRefutation
% 
%------------------------------------------------------------------------------