TSTP Solution File: SEU215+1 by CSE_E---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : SEU215+1 : TPTP v8.1.2. Released v3.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s

% Computer : n011.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 16:23:25 EDT 2023

% Result   : Theorem 0.16s 0.59s
% Output   : CNFRefutation 0.16s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :   29
% Syntax   : Number of formulae    :   56 (   9 unt;  23 typ;   0 def)
%            Number of atoms       :  171 (  29 equ)
%            Maximal formula atoms :   20 (   5 avg)
%            Number of connectives :  222 (  84   ~;  85   |;  29   &)
%                                         (   5 <=>;  19  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   6 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   19 (  13   >;   6   *;   0   +;   0  <<)
%            Number of predicates  :    8 (   6 usr;   1 prp; 0-2 aty)
%            Number of functors    :   17 (  17 usr;  10 con; 0-2 aty)
%            Number of variables   :   56 (   0 sgn;  35   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
tff(decl_22,type,
    in: ( $i * $i ) > $o ).

tff(decl_23,type,
    empty: $i > $o ).

tff(decl_24,type,
    function: $i > $o ).

tff(decl_25,type,
    relation: $i > $o ).

tff(decl_26,type,
    unordered_pair: ( $i * $i ) > $i ).

tff(decl_27,type,
    relation_dom: $i > $i ).

tff(decl_28,type,
    apply: ( $i * $i ) > $i ).

tff(decl_29,type,
    ordered_pair: ( $i * $i ) > $i ).

tff(decl_30,type,
    empty_set: $i ).

tff(decl_31,type,
    singleton: $i > $i ).

tff(decl_32,type,
    relation_composition: ( $i * $i ) > $i ).

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

tff(decl_34,type,
    relation_empty_yielding: $i > $o ).

tff(decl_35,type,
    esk1_1: $i > $i ).

tff(decl_36,type,
    esk2_0: $i ).

tff(decl_37,type,
    esk3_0: $i ).

tff(decl_38,type,
    esk4_0: $i ).

tff(decl_39,type,
    esk5_0: $i ).

tff(decl_40,type,
    esk6_0: $i ).

tff(decl_41,type,
    esk7_0: $i ).

tff(decl_42,type,
    esk8_0: $i ).

tff(decl_43,type,
    esk9_0: $i ).

tff(decl_44,type,
    esk10_0: $i ).

fof(t23_funct_1,conjecture,
    ! [X1,X2] :
      ( ( relation(X2)
        & function(X2) )
     => ! [X3] :
          ( ( relation(X3)
            & function(X3) )
         => ( in(X1,relation_dom(X2))
           => apply(relation_composition(X2,X3),X1) = apply(X3,apply(X2,X1)) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t23_funct_1) ).

fof(d4_funct_1,axiom,
    ! [X1] :
      ( ( relation(X1)
        & function(X1) )
     => ! [X2,X3] :
          ( ( in(X2,relation_dom(X1))
           => ( X3 = apply(X1,X2)
            <=> in(ordered_pair(X2,X3),X1) ) )
          & ( ~ in(X2,relation_dom(X1))
           => ( X3 = apply(X1,X2)
            <=> X3 = empty_set ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',d4_funct_1) ).

fof(t21_funct_1,axiom,
    ! [X1,X2] :
      ( ( relation(X2)
        & function(X2) )
     => ! [X3] :
          ( ( relation(X3)
            & function(X3) )
         => ( in(X1,relation_dom(relation_composition(X3,X2)))
          <=> ( in(X1,relation_dom(X3))
              & in(apply(X3,X1),relation_dom(X2)) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t21_funct_1) ).

fof(t22_funct_1,axiom,
    ! [X1,X2] :
      ( ( relation(X2)
        & function(X2) )
     => ! [X3] :
          ( ( relation(X3)
            & function(X3) )
         => ( in(X1,relation_dom(relation_composition(X3,X2)))
           => apply(relation_composition(X3,X2),X1) = apply(X2,apply(X3,X1)) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t22_funct_1) ).

fof(fc1_funct_1,axiom,
    ! [X1,X2] :
      ( ( relation(X1)
        & function(X1)
        & relation(X2)
        & function(X2) )
     => ( relation(relation_composition(X1,X2))
        & function(relation_composition(X1,X2)) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fc1_funct_1) ).

fof(dt_k5_relat_1,axiom,
    ! [X1,X2] :
      ( ( relation(X1)
        & relation(X2) )
     => relation(relation_composition(X1,X2)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',dt_k5_relat_1) ).

fof(c_0_6,negated_conjecture,
    ~ ! [X1,X2] :
        ( ( relation(X2)
          & function(X2) )
       => ! [X3] :
            ( ( relation(X3)
              & function(X3) )
           => ( in(X1,relation_dom(X2))
             => apply(relation_composition(X2,X3),X1) = apply(X3,apply(X2,X1)) ) ) ),
    inference(assume_negation,[status(cth)],[t23_funct_1]) ).

fof(c_0_7,plain,
    ! [X1] :
      ( ( relation(X1)
        & function(X1) )
     => ! [X2,X3] :
          ( ( in(X2,relation_dom(X1))
           => ( X3 = apply(X1,X2)
            <=> in(ordered_pair(X2,X3),X1) ) )
          & ( ~ in(X2,relation_dom(X1))
           => ( X3 = apply(X1,X2)
            <=> X3 = empty_set ) ) ) ),
    inference(fof_simplification,[status(thm)],[d4_funct_1]) ).

fof(c_0_8,plain,
    ! [X40,X41,X42] :
      ( ( in(X40,relation_dom(X42))
        | ~ in(X40,relation_dom(relation_composition(X42,X41)))
        | ~ relation(X42)
        | ~ function(X42)
        | ~ relation(X41)
        | ~ function(X41) )
      & ( in(apply(X42,X40),relation_dom(X41))
        | ~ in(X40,relation_dom(relation_composition(X42,X41)))
        | ~ relation(X42)
        | ~ function(X42)
        | ~ relation(X41)
        | ~ function(X41) )
      & ( ~ in(X40,relation_dom(X42))
        | ~ in(apply(X42,X40),relation_dom(X41))
        | in(X40,relation_dom(relation_composition(X42,X41)))
        | ~ relation(X42)
        | ~ function(X42)
        | ~ relation(X41)
        | ~ function(X41) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[t21_funct_1])])])]) ).

fof(c_0_9,negated_conjecture,
    ( relation(esk9_0)
    & function(esk9_0)
    & relation(esk10_0)
    & function(esk10_0)
    & in(esk8_0,relation_dom(esk9_0))
    & apply(relation_composition(esk9_0,esk10_0),esk8_0) != apply(esk10_0,apply(esk9_0,esk8_0)) ),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_6])])]) ).

fof(c_0_10,plain,
    ! [X10,X11,X12] :
      ( ( X12 != apply(X10,X11)
        | in(ordered_pair(X11,X12),X10)
        | ~ in(X11,relation_dom(X10))
        | ~ relation(X10)
        | ~ function(X10) )
      & ( ~ in(ordered_pair(X11,X12),X10)
        | X12 = apply(X10,X11)
        | ~ in(X11,relation_dom(X10))
        | ~ relation(X10)
        | ~ function(X10) )
      & ( X12 != apply(X10,X11)
        | X12 = empty_set
        | in(X11,relation_dom(X10))
        | ~ relation(X10)
        | ~ function(X10) )
      & ( X12 != empty_set
        | X12 = apply(X10,X11)
        | in(X11,relation_dom(X10))
        | ~ relation(X10)
        | ~ function(X10) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_7])])])]) ).

cnf(c_0_11,plain,
    ( in(X1,relation_dom(relation_composition(X2,X3)))
    | ~ in(X1,relation_dom(X2))
    | ~ in(apply(X2,X1),relation_dom(X3))
    | ~ relation(X2)
    | ~ function(X2)
    | ~ relation(X3)
    | ~ function(X3) ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

cnf(c_0_12,negated_conjecture,
    in(esk8_0,relation_dom(esk9_0)),
    inference(split_conjunct,[status(thm)],[c_0_9]) ).

cnf(c_0_13,negated_conjecture,
    relation(esk9_0),
    inference(split_conjunct,[status(thm)],[c_0_9]) ).

cnf(c_0_14,negated_conjecture,
    function(esk9_0),
    inference(split_conjunct,[status(thm)],[c_0_9]) ).

cnf(c_0_15,plain,
    ( X1 = empty_set
    | in(X3,relation_dom(X2))
    | X1 != apply(X2,X3)
    | ~ relation(X2)
    | ~ function(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

fof(c_0_16,plain,
    ! [X43,X44,X45] :
      ( ~ relation(X44)
      | ~ function(X44)
      | ~ relation(X45)
      | ~ function(X45)
      | ~ in(X43,relation_dom(relation_composition(X45,X44)))
      | apply(relation_composition(X45,X44),X43) = apply(X44,apply(X45,X43)) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[t22_funct_1])])]) ).

cnf(c_0_17,negated_conjecture,
    ( in(esk8_0,relation_dom(relation_composition(esk9_0,X1)))
    | ~ relation(X1)
    | ~ function(X1)
    | ~ in(apply(esk9_0,esk8_0),relation_dom(X1)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_11,c_0_12]),c_0_13]),c_0_14])]) ).

cnf(c_0_18,plain,
    ( apply(X1,X2) = empty_set
    | in(X2,relation_dom(X1))
    | ~ relation(X1)
    | ~ function(X1) ),
    inference(er,[status(thm)],[c_0_15]) ).

cnf(c_0_19,plain,
    ( apply(relation_composition(X2,X1),X3) = apply(X1,apply(X2,X3))
    | ~ relation(X1)
    | ~ function(X1)
    | ~ relation(X2)
    | ~ function(X2)
    | ~ in(X3,relation_dom(relation_composition(X2,X1))) ),
    inference(split_conjunct,[status(thm)],[c_0_16]) ).

cnf(c_0_20,negated_conjecture,
    ( apply(X1,apply(esk9_0,esk8_0)) = empty_set
    | in(esk8_0,relation_dom(relation_composition(esk9_0,X1)))
    | ~ relation(X1)
    | ~ function(X1) ),
    inference(spm,[status(thm)],[c_0_17,c_0_18]) ).

fof(c_0_21,plain,
    ! [X21,X22] :
      ( ( relation(relation_composition(X21,X22))
        | ~ relation(X21)
        | ~ function(X21)
        | ~ relation(X22)
        | ~ function(X22) )
      & ( function(relation_composition(X21,X22))
        | ~ relation(X21)
        | ~ function(X21)
        | ~ relation(X22)
        | ~ function(X22) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[fc1_funct_1])])]) ).

fof(c_0_22,plain,
    ! [X15,X16] :
      ( ~ relation(X15)
      | ~ relation(X16)
      | relation(relation_composition(X15,X16)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[dt_k5_relat_1])]) ).

cnf(c_0_23,negated_conjecture,
    apply(relation_composition(esk9_0,esk10_0),esk8_0) != apply(esk10_0,apply(esk9_0,esk8_0)),
    inference(split_conjunct,[status(thm)],[c_0_9]) ).

cnf(c_0_24,negated_conjecture,
    ( apply(X1,apply(esk9_0,esk8_0)) = apply(relation_composition(esk9_0,X1),esk8_0)
    | apply(X1,apply(esk9_0,esk8_0)) = empty_set
    | ~ relation(X1)
    | ~ function(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_19,c_0_20]),c_0_13]),c_0_14])]) ).

cnf(c_0_25,negated_conjecture,
    relation(esk10_0),
    inference(split_conjunct,[status(thm)],[c_0_9]) ).

cnf(c_0_26,negated_conjecture,
    function(esk10_0),
    inference(split_conjunct,[status(thm)],[c_0_9]) ).

cnf(c_0_27,plain,
    ( function(relation_composition(X1,X2))
    | ~ relation(X1)
    | ~ function(X1)
    | ~ relation(X2)
    | ~ function(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_21]) ).

cnf(c_0_28,plain,
    ( relation(relation_composition(X1,X2))
    | ~ relation(X1)
    | ~ relation(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

cnf(c_0_29,negated_conjecture,
    apply(esk10_0,apply(esk9_0,esk8_0)) = empty_set,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_23,c_0_24]),c_0_25]),c_0_26])]) ).

cnf(c_0_30,plain,
    ( apply(X1,apply(X2,X3)) = apply(relation_composition(X2,X1),X3)
    | apply(relation_composition(X2,X1),X3) = empty_set
    | ~ relation(X2)
    | ~ relation(X1)
    | ~ function(X2)
    | ~ function(X1) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_19,c_0_18]),c_0_27]),c_0_28]) ).

cnf(c_0_31,negated_conjecture,
    apply(relation_composition(esk9_0,esk10_0),esk8_0) != empty_set,
    inference(rw,[status(thm)],[c_0_23,c_0_29]) ).

cnf(c_0_32,negated_conjecture,
    $false,
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_29,c_0_30]),c_0_13]),c_0_25]),c_0_14]),c_0_26])]),c_0_31]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.11  % Problem    : SEU215+1 : TPTP v8.1.2. Released v3.3.0.
% 0.00/0.11  % Command    : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s
% 0.10/0.32  % Computer : n011.cluster.edu
% 0.10/0.32  % Model    : x86_64 x86_64
% 0.10/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.32  % Memory   : 8042.1875MB
% 0.10/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.32  % CPULimit   : 300
% 0.10/0.32  % WCLimit    : 300
% 0.10/0.32  % DateTime   : Wed Aug 23 22:18:52 EDT 2023
% 0.10/0.32  % CPUTime  : 
% 0.16/0.55  start to proof: theBenchmark
% 0.16/0.59  % Version  : CSE_E---1.5
% 0.16/0.59  % Problem  : theBenchmark.p
% 0.16/0.59  % Proof found
% 0.16/0.59  % SZS status Theorem for theBenchmark.p
% 0.16/0.59  % SZS output start Proof
% See solution above
% 0.16/0.59  % Total time : 0.033000 s
% 0.16/0.59  % SZS output end Proof
% 0.16/0.59  % Total time : 0.036000 s
%------------------------------------------------------------------------------