TSTP Solution File: SET630+3 by CSE_E---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : SET630+3 : TPTP v8.1.2. Released v2.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s

% Computer : n002.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 14:34:57 EDT 2023

% Result   : Theorem 0.19s 0.59s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :   17
% Syntax   : Number of formulae    :   38 (  19 unt;  11 typ;   0 def)
%            Number of atoms       :   44 (   6 equ)
%            Maximal formula atoms :    7 (   1 avg)
%            Number of connectives :   33 (  16   ~;  11   |;   3   &)
%                                         (   3 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   3 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   18 (   9   >;   9   *;   0   +;   0  <<)
%            Number of predicates  :    5 (   3 usr;   1 prp; 0-2 aty)
%            Number of functors    :    8 (   8 usr;   2 con; 0-2 aty)
%            Number of variables   :   47 (   0 sgn;  28   !;   0   ?;   0   :)

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

tff(decl_23,type,
    difference: ( $i * $i ) > $i ).

tff(decl_24,type,
    union: ( $i * $i ) > $i ).

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

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

tff(decl_27,type,
    disjoint: ( $i * $i ) > $o ).

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

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

tff(decl_30,type,
    esk2_2: ( $i * $i ) > $i ).

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

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

fof(prove_intersection_and_symmetric_difference_disjoint,conjecture,
    ! [X1,X2] : disjoint(intersection(X1,X2),symmetric_difference(X1,X2)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_intersection_and_symmetric_difference_disjoint) ).

fof(symmetric_difference_defn,axiom,
    ! [X1,X2] : symmetric_difference(X1,X2) = union(difference(X1,X2),difference(X2,X1)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',symmetric_difference_defn) ).

fof(disjoint_defn,axiom,
    ! [X1,X2] :
      ( disjoint(X1,X2)
    <=> ~ intersect(X1,X2) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',disjoint_defn) ).

fof(intersection_and_union_disjoint,axiom,
    ! [X1,X2] : disjoint(intersection(X1,X2),difference(X1,X2)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',intersection_and_union_disjoint) ).

fof(commutativity_of_intersection,axiom,
    ! [X1,X2] : intersection(X1,X2) = intersection(X2,X1),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',commutativity_of_intersection) ).

fof(intersect_with_union,axiom,
    ! [X1,X2,X3] :
      ( intersect(X1,union(X2,X3))
    <=> ( intersect(X1,X2)
        | intersect(X1,X3) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',intersect_with_union) ).

fof(c_0_6,negated_conjecture,
    ~ ! [X1,X2] : disjoint(intersection(X1,X2),symmetric_difference(X1,X2)),
    inference(assume_negation,[status(cth)],[prove_intersection_and_symmetric_difference_disjoint]) ).

fof(c_0_7,negated_conjecture,
    ~ disjoint(intersection(esk3_0,esk4_0),symmetric_difference(esk3_0,esk4_0)),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_6])])]) ).

fof(c_0_8,plain,
    ! [X4,X5] : symmetric_difference(X4,X5) = union(difference(X4,X5),difference(X5,X4)),
    inference(variable_rename,[status(thm)],[symmetric_difference_defn]) ).

fof(c_0_9,plain,
    ! [X1,X2] :
      ( disjoint(X1,X2)
    <=> ~ intersect(X1,X2) ),
    inference(fof_simplification,[status(thm)],[disjoint_defn]) ).

fof(c_0_10,plain,
    ! [X9,X10] : disjoint(intersection(X9,X10),difference(X9,X10)),
    inference(variable_rename,[status(thm)],[intersection_and_union_disjoint]) ).

fof(c_0_11,plain,
    ! [X24,X25] : intersection(X24,X25) = intersection(X25,X24),
    inference(variable_rename,[status(thm)],[commutativity_of_intersection]) ).

cnf(c_0_12,negated_conjecture,
    ~ disjoint(intersection(esk3_0,esk4_0),symmetric_difference(esk3_0,esk4_0)),
    inference(split_conjunct,[status(thm)],[c_0_7]) ).

cnf(c_0_13,plain,
    symmetric_difference(X1,X2) = union(difference(X1,X2),difference(X2,X1)),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

fof(c_0_14,plain,
    ! [X20,X21] :
      ( ( ~ disjoint(X20,X21)
        | ~ intersect(X20,X21) )
      & ( intersect(X20,X21)
        | disjoint(X20,X21) ) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_9])]) ).

cnf(c_0_15,plain,
    disjoint(intersection(X1,X2),difference(X1,X2)),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

cnf(c_0_16,plain,
    intersection(X1,X2) = intersection(X2,X1),
    inference(split_conjunct,[status(thm)],[c_0_11]) ).

fof(c_0_17,plain,
    ! [X6,X7,X8] :
      ( ( ~ intersect(X6,union(X7,X8))
        | intersect(X6,X7)
        | intersect(X6,X8) )
      & ( ~ intersect(X6,X7)
        | intersect(X6,union(X7,X8)) )
      & ( ~ intersect(X6,X8)
        | intersect(X6,union(X7,X8)) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[intersect_with_union])])]) ).

cnf(c_0_18,negated_conjecture,
    ~ disjoint(intersection(esk3_0,esk4_0),union(difference(esk3_0,esk4_0),difference(esk4_0,esk3_0))),
    inference(rw,[status(thm)],[c_0_12,c_0_13]) ).

cnf(c_0_19,plain,
    ( intersect(X1,X2)
    | disjoint(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_14]) ).

cnf(c_0_20,plain,
    ( ~ disjoint(X1,X2)
    | ~ intersect(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_14]) ).

cnf(c_0_21,plain,
    disjoint(intersection(X1,X2),difference(X2,X1)),
    inference(spm,[status(thm)],[c_0_15,c_0_16]) ).

cnf(c_0_22,plain,
    ( intersect(X1,X2)
    | intersect(X1,X3)
    | ~ intersect(X1,union(X2,X3)) ),
    inference(split_conjunct,[status(thm)],[c_0_17]) ).

cnf(c_0_23,negated_conjecture,
    intersect(intersection(esk3_0,esk4_0),union(difference(esk3_0,esk4_0),difference(esk4_0,esk3_0))),
    inference(spm,[status(thm)],[c_0_18,c_0_19]) ).

cnf(c_0_24,plain,
    ~ intersect(intersection(X1,X2),difference(X2,X1)),
    inference(spm,[status(thm)],[c_0_20,c_0_21]) ).

cnf(c_0_25,plain,
    ~ intersect(intersection(X1,X2),difference(X1,X2)),
    inference(spm,[status(thm)],[c_0_20,c_0_15]) ).

cnf(c_0_26,negated_conjecture,
    $false,
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_22,c_0_23]),c_0_24]),c_0_25]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem    : SET630+3 : TPTP v8.1.2. Released v2.2.0.
% 0.07/0.13  % Command    : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s
% 0.12/0.34  % Computer : n002.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit   : 300
% 0.12/0.34  % WCLimit    : 300
% 0.12/0.34  % DateTime   : Sat Aug 26 13:47:33 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.19/0.57  start to proof: theBenchmark
% 0.19/0.59  % Version  : CSE_E---1.5
% 0.19/0.59  % Problem  : theBenchmark.p
% 0.19/0.59  % Proof found
% 0.19/0.59  % SZS status Theorem for theBenchmark.p
% 0.19/0.59  % SZS output start Proof
% See solution above
% 0.19/0.59  % Total time : 0.007000 s
% 0.19/0.59  % SZS output end Proof
% 0.19/0.59  % Total time : 0.009000 s
%------------------------------------------------------------------------------