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

View Problem - Process Solution

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

% Computer : art10.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:31:39 EDT 2009

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

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Faust---1.0 format not known, defaulting to TPTP
fof(prove_fixed_point,plain,
    ! [A] : ~ $equal(apply(combinator,A),A),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/COL/COL021-1.tptp',unknown),
    [] ).

cnf(169924952,plain,
    ~ $equal(apply(combinator,A),A),
    inference(rewrite,[status(thm)],[prove_fixed_point]),
    [] ).

fof(b_definition,plain,
    ! [A,B,C] : $equal(apply(apply(apply(b,A),B),C),apply(A,apply(B,C))),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/COL/COL021-1.tptp',unknown),
    [] ).

cnf(169908040,plain,
    $equal(apply(apply(apply(b,A),B),C),apply(A,apply(B,C))),
    inference(rewrite,[status(thm)],[b_definition]),
    [] ).

cnf(177745024,plain,
    ~ $equal(apply(apply(apply(b,combinator),A),B),apply(A,B)),
    inference(paramodulation,[status(thm)],[169924952,169908040,theory(equality)]),
    [] ).

fof(m_definition,plain,
    ! [A] : $equal(apply(m,A),apply(A,A)),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/COL/COL021-1.tptp',unknown),
    [] ).

cnf(169912176,plain,
    $equal(apply(m,A),apply(A,A)),
    inference(rewrite,[status(thm)],[m_definition]),
    [] ).

cnf(177808224,plain,
    ~ $equal(apply(apply(apply(b,combinator),m),A),apply(A,A)),
    inference(paramodulation,[status(thm)],[177745024,169912176,theory(equality)]),
    [] ).

cnf(contradiction,plain,
    $false,
    inference(equality_resolution,[status(thm)],[177808224]),
    [] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% Proof found in: 0 seconds
% START OF PROOF SEQUENCE
% fof(prove_fixed_point,plain,(~$equal(apply(combinator,A),A)),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/COL/COL021-1.tptp',unknown),[]).
% 
% cnf(169924952,plain,(~$equal(apply(combinator,A),A)),inference(rewrite,[status(thm)],[prove_fixed_point]),[]).
% 
% fof(b_definition,plain,($equal(apply(apply(apply(b,A),B),C),apply(A,apply(B,C)))),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/COL/COL021-1.tptp',unknown),[]).
% 
% cnf(169908040,plain,($equal(apply(apply(apply(b,A),B),C),apply(A,apply(B,C)))),inference(rewrite,[status(thm)],[b_definition]),[]).
% 
% cnf(177745024,plain,(~$equal(apply(apply(apply(b,combinator),A),B),apply(A,B))),inference(paramodulation,[status(thm)],[169924952,169908040,theory(equality)]),[]).
% 
% fof(m_definition,plain,($equal(apply(m,A),apply(A,A))),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/COL/COL021-1.tptp',unknown),[]).
% 
% cnf(169912176,plain,($equal(apply(m,A),apply(A,A))),inference(rewrite,[status(thm)],[m_definition]),[]).
% 
% cnf(177808224,plain,(~$equal(apply(apply(apply(b,combinator),m),A),apply(A,A))),inference(paramodulation,[status(thm)],[177745024,169912176,theory(equality)]),[]).
% 
% cnf(contradiction,plain,$false,inference(equality_resolution,[status(thm)],[177808224]),[]).
% 
% END OF PROOF SEQUENCE
% 
%------------------------------------------------------------------------------