TSTP Solution File: SYN034-1 by Faust---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Faust---1.0
% Problem  : SYN034-1 : TPTP v3.4.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp
% Command  : faust %s

% Computer : art04.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 16:38:12 EDT 2009

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

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Faust---1.0 format not known, defaulting to TPTP
fof(clause2,plain,
    ! [A] :
      ( p(A,a)
      | p(f(A),A) ),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/SYN/SYN034-1.tptp',unknown),
    [] ).

cnf(167730648,plain,
    ( p(A,a)
    | p(f(A),A) ),
    inference(rewrite,[status(thm)],[clause2]),
    [] ).

fof(theorem,plain,
    ! [A,B] :
      ( ~ p(A,B)
      | ~ p(B,A)
      | ~ p(B,a) ),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/SYN/SYN034-1.tptp',unknown),
    [] ).

cnf(167742528,plain,
    ( ~ p(A,B)
    | ~ p(B,A)
    | ~ p(B,a) ),
    inference(rewrite,[status(thm)],[theorem]),
    [] ).

cnf(175570712,plain,
    p(f(a),a),
    inference(forward_subsumption_resolution__resolution,[status(thm)],[167730648,167742528,167730648]),
    [] ).

fof(clause1,plain,
    ! [A] :
      ( p(A,a)
      | p(A,f(A)) ),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/SYN/SYN034-1.tptp',unknown),
    [] ).

cnf(167726608,plain,
    ( p(A,a)
    | p(A,f(A)) ),
    inference(rewrite,[status(thm)],[clause1]),
    [] ).

cnf(175529792,plain,
    p(a,f(a)),
    inference(forward_subsumption_resolution__resolution,[status(thm)],[167726608,167742528,167726608]),
    [] ).

cnf(contradiction,plain,
    $false,
    inference(forward_subsumption_resolution__resolution,[status(thm)],[175570712,175529792,167742528]),
    [] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% Proof found in: 0 seconds
% START OF PROOF SEQUENCE
% fof(clause2,plain,(p(A,a)|p(f(A),A)),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/SYN/SYN034-1.tptp',unknown),[]).
% 
% cnf(167730648,plain,(p(A,a)|p(f(A),A)),inference(rewrite,[status(thm)],[clause2]),[]).
% 
% fof(theorem,plain,(~p(A,B)|~p(B,A)|~p(B,a)),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/SYN/SYN034-1.tptp',unknown),[]).
% 
% cnf(167742528,plain,(~p(A,B)|~p(B,A)|~p(B,a)),inference(rewrite,[status(thm)],[theorem]),[]).
% 
% cnf(175570712,plain,(p(f(a),a)),inference(forward_subsumption_resolution__resolution,[status(thm)],[167730648,167742528,167730648]),[]).
% 
% fof(clause1,plain,(p(A,a)|p(A,f(A))),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/SYN/SYN034-1.tptp',unknown),[]).
% 
% cnf(167726608,plain,(p(A,a)|p(A,f(A))),inference(rewrite,[status(thm)],[clause1]),[]).
% 
% cnf(175529792,plain,(p(a,f(a))),inference(forward_subsumption_resolution__resolution,[status(thm)],[167726608,167742528,167726608]),[]).
% 
% cnf(contradiction,plain,$false,inference(forward_subsumption_resolution__resolution,[status(thm)],[175570712,175529792,167742528]),[]).
% 
% END OF PROOF SEQUENCE
% 
%------------------------------------------------------------------------------