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

View Problem - Process Solution

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

% Computer : art07.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 13:14:47 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    :    8 (   6 unt;   0 def)
%            Number of atoms       :   10 (   0 equ)
%            Maximal formula atoms :    2 (   1 avg)
%            Number of connectives :    6 (   4   ~;   2   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    5 (   2 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   :    7 (   2 sgn   3   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Faust---1.0 format not known, defaulting to TPTP
fof(quotient_less_equal,plain,
    ! [A,B] :
      ( ~ less_equal(A,B)
      | quotient(A,B,zero) ),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/HEN/HEN001-1.tptp',unknown),
    [] ).

cnf(146127040,plain,
    ( ~ less_equal(A,B)
    | quotient(A,B,zero) ),
    inference(rewrite,[status(thm)],[quotient_less_equal]),
    [] ).

fof(identity_is_largest,plain,
    ! [A] : less_equal(A,identity),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/HEN/HEN001-1.tptp',unknown),
    [] ).

cnf(146173016,plain,
    less_equal(A,identity),
    inference(rewrite,[status(thm)],[identity_is_largest]),
    [] ).

cnf(154004448,plain,
    quotient(A,identity,zero),
    inference(resolution,[status(thm)],[146127040,146173016]),
    [] ).

fof(prove_everything_divide_identity_is_zero,plain,
    ~ quotient(x,identity,zero),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/HEN/HEN001-1.tptp',unknown),
    [] ).

cnf(146190448,plain,
    ~ quotient(x,identity,zero),
    inference(rewrite,[status(thm)],[prove_everything_divide_identity_is_zero]),
    [] ).

cnf(contradiction,plain,
    $false,
    inference(resolution,[status(thm)],[154004448,146190448]),
    [] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% Proof found in: 0 seconds
% START OF PROOF SEQUENCE
% fof(quotient_less_equal,plain,(~less_equal(A,B)|quotient(A,B,zero)),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/HEN/HEN001-1.tptp',unknown),[]).
% 
% cnf(146127040,plain,(~less_equal(A,B)|quotient(A,B,zero)),inference(rewrite,[status(thm)],[quotient_less_equal]),[]).
% 
% fof(identity_is_largest,plain,(less_equal(A,identity)),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/HEN/HEN001-1.tptp',unknown),[]).
% 
% cnf(146173016,plain,(less_equal(A,identity)),inference(rewrite,[status(thm)],[identity_is_largest]),[]).
% 
% cnf(154004448,plain,(quotient(A,identity,zero)),inference(resolution,[status(thm)],[146127040,146173016]),[]).
% 
% fof(prove_everything_divide_identity_is_zero,plain,(~quotient(x,identity,zero)),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/HEN/HEN001-1.tptp',unknown),[]).
% 
% cnf(146190448,plain,(~quotient(x,identity,zero)),inference(rewrite,[status(thm)],[prove_everything_divide_identity_is_zero]),[]).
% 
% cnf(contradiction,plain,$false,inference(resolution,[status(thm)],[154004448,146190448]),[]).
% 
% END OF PROOF SEQUENCE
% 
%------------------------------------------------------------------------------