TSTP Solution File: SET574+3 by Faust---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Faust---1.0
% Problem  : SET574+3 : TPTP v3.4.2. Released v2.2.0.
% Transfm  : none
% Format   : tptp
% Command  : faust %s

% Computer : art09.cs.miami.edu
% Model    : i686 i686
% CPU      : Intel(R) Pentium(R) 4 CPU 2.80GHz @ 2793MHz
% Memory   : 1003MB
% OS       : Linux 2.6.17-1.2142_FC4
% CPULimit : 600s
% DateTime : Wed May  6 15:31:25 EDT 2009

% Result   : Theorem 0.0s
% Output   : Refutation 0.0s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :    2
% Syntax   : Number of formulae    :    9 (   5 unt;   0 def)
%            Number of atoms       :   20 (   0 equ)
%            Maximal formula atoms :    7 (   2 avg)
%            Number of connectives :   20 (   9   ~;   7   |;   4   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   3 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    3 (   2 usr;   1 prp; 0-2 aty)
%            Number of functors    :    4 (   4 usr;   3 con; 0-2 aty)
%            Number of variables   :    7 (   0 sgn   3   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Faust---1.0 format not known, defaulting to TPTP
fof(intersect_defn,plain,
    ! [A,B,D] :
      ( ( member(d_nn_1(A,B),B)
        | ~ intersect(A,B) )
      & ( member(d_nn_1(A,B),A)
        | ~ intersect(A,B) )
      & ( intersect(A,B)
        | ~ member(D,A)
        | ~ member(D,B) ) ),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/SET/SET574+3.tptp',unknown),
    [] ).

cnf(142196568,plain,
    ( intersect(A,B)
    | ~ member(D,A)
    | ~ member(D,B) ),
    inference(rewrite,[status(thm)],[intersect_defn]),
    [] ).

fof(prove_th13,plain,
    ( member(b,c)
    & member(b,d)
    & ~ intersect(c,d) ),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/SET/SET574+3.tptp',unknown),
    [] ).

cnf(142272528,plain,
    member(b,d),
    inference(rewrite,[status(thm)],[prove_th13]),
    [] ).

cnf(155331032,plain,
    ( intersect(A,d)
    | ~ member(b,A) ),
    inference(resolution,[status(thm)],[142196568,142272528]),
    [] ).

cnf(142279776,plain,
    member(b,c),
    inference(rewrite,[status(thm)],[prove_th13]),
    [] ).

cnf(155349616,plain,
    intersect(c,d),
    inference(resolution,[status(thm)],[155331032,142279776]),
    [] ).

cnf(142265240,plain,
    ~ intersect(c,d),
    inference(rewrite,[status(thm)],[prove_th13]),
    [] ).

cnf(contradiction,plain,
    $false,
    inference(resolution,[status(thm)],[155349616,142265240]),
    [] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% Proof found in: 0 seconds
% START OF PROOF SEQUENCE
% fof(intersect_defn,plain,(((member(d_nn_1(A,B),B)|~intersect(A,B))&(member(d_nn_1(A,B),A)|~intersect(A,B))&(intersect(A,B)|~member(D,A)|~member(D,B)))),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/SET/SET574+3.tptp',unknown),[]).
% 
% cnf(142196568,plain,(intersect(A,B)|~member(D,A)|~member(D,B)),inference(rewrite,[status(thm)],[intersect_defn]),[]).
% 
% fof(prove_th13,plain,((member(b,c)&member(b,d)&~intersect(c,d))),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/SET/SET574+3.tptp',unknown),[]).
% 
% cnf(142272528,plain,(member(b,d)),inference(rewrite,[status(thm)],[prove_th13]),[]).
% 
% cnf(155331032,plain,(intersect(A,d)|~member(b,A)),inference(resolution,[status(thm)],[142196568,142272528]),[]).
% 
% cnf(142279776,plain,(member(b,c)),inference(rewrite,[status(thm)],[prove_th13]),[]).
% 
% cnf(155349616,plain,(intersect(c,d)),inference(resolution,[status(thm)],[155331032,142279776]),[]).
% 
% cnf(142265240,plain,(~intersect(c,d)),inference(rewrite,[status(thm)],[prove_th13]),[]).
% 
% cnf(contradiction,plain,$false,inference(resolution,[status(thm)],[155349616,142265240]),[]).
% 
% END OF PROOF SEQUENCE
% faust: ../JJParser/Signature.c:39: void FreeSignatureList(SymbolNodeType**): Assertion `(*Symbols)->NumberOfUses == 0' failed.
% 
%------------------------------------------------------------------------------