TSTP Solution File: GEO066-3 by Faust---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Faust---1.0
% Problem  : GEO066-3 : TPTP v3.4.2. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp
% Command  : faust %s

% Computer : art01.cs.miami.edu
% Model    : i686 i686
% CPU      : Intel(R) Pentium(R) 4 CPU 2.80GHz @ 2794MHz
% Memory   : 1003MB
% OS       : Linux 2.6.11-1.1369_FC4
% CPULimit : 600s
% DateTime : Wed May  6 11:54:37 EDT 2009

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

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Faust---1.0 format not known, defaulting to TPTP
fof(t1,plain,
    ! [A,B,C] :
      ( ~ between(A,B,C)
      | between(C,B,A) ),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/GEO/GEO066-3.tptp',unknown),
    [] ).

cnf(144284296,plain,
    ( ~ between(A,B,C)
    | between(C,B,A) ),
    inference(rewrite,[status(thm)],[t1]),
    [] ).

fof(u_between_v_and_w,plain,
    between(v,u,w),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/GEO/GEO066-3.tptp',unknown),
    [] ).

cnf(144565552,plain,
    between(v,u,w),
    inference(rewrite,[status(thm)],[u_between_v_and_w]),
    [] ).

cnf(155214256,plain,
    between(w,u,v),
    inference(resolution,[status(thm)],[144284296,144565552]),
    [] ).

fof(prove_uvw_colinear,plain,
    ~ colinear(u,v,w),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/GEO/GEO066-3.tptp',unknown),
    [] ).

cnf(144569288,plain,
    ~ colinear(u,v,w),
    inference(rewrite,[status(thm)],[prove_uvw_colinear]),
    [] ).

fof(colinearity3,plain,
    ! [A,B,C] :
      ( ~ between(A,B,C)
      | colinear(B,C,A) ),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/GEO/GEO066-3.tptp',unknown),
    [] ).

cnf(144055832,plain,
    ( ~ between(A,B,C)
    | colinear(B,C,A) ),
    inference(rewrite,[status(thm)],[colinearity3]),
    [] ).

cnf(contradiction,plain,
    $false,
    inference(forward_subsumption_resolution__resolution,[status(thm)],[155214256,144569288,144055832]),
    [] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% Proof found in: 1 seconds
% START OF PROOF SEQUENCE
% fof(t1,plain,(~between(A,B,C)|between(C,B,A)),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/GEO/GEO066-3.tptp',unknown),[]).
% 
% cnf(144284296,plain,(~between(A,B,C)|between(C,B,A)),inference(rewrite,[status(thm)],[t1]),[]).
% 
% fof(u_between_v_and_w,plain,(between(v,u,w)),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/GEO/GEO066-3.tptp',unknown),[]).
% 
% cnf(144565552,plain,(between(v,u,w)),inference(rewrite,[status(thm)],[u_between_v_and_w]),[]).
% 
% cnf(155214256,plain,(between(w,u,v)),inference(resolution,[status(thm)],[144284296,144565552]),[]).
% 
% fof(prove_uvw_colinear,plain,(~colinear(u,v,w)),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/GEO/GEO066-3.tptp',unknown),[]).
% 
% cnf(144569288,plain,(~colinear(u,v,w)),inference(rewrite,[status(thm)],[prove_uvw_colinear]),[]).
% 
% fof(colinearity3,plain,(~between(A,B,C)|colinear(B,C,A)),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/GEO/GEO066-3.tptp',unknown),[]).
% 
% cnf(144055832,plain,(~between(A,B,C)|colinear(B,C,A)),inference(rewrite,[status(thm)],[colinearity3]),[]).
% 
% cnf(contradiction,plain,$false,inference(forward_subsumption_resolution__resolution,[status(thm)],[155214256,144569288,144055832]),[]).
% 
% END OF PROOF SEQUENCE
% 
%------------------------------------------------------------------------------