TSTP Solution File: HEN003-4 by Faust---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Faust---1.0
% Problem  : HEN003-4 : 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 @ 2794MHz
% Memory   : 1003MB
% OS       : Linux 2.6.11-1.1369_FC4
% CPULimit : 600s
% DateTime : Wed May  6 13:15:05 EDT 2009

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

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Faust---1.0 format not known, defaulting to TPTP
fof(quotient_less_equal1,plain,
    ! [A,B] :
      ( ~ less_equal(A,B)
      | $equal(zero,divide(A,B)) ),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/HEN/HEN003-4.tptp',unknown),
    [] ).

cnf(165605112,plain,
    ( ~ less_equal(A,B)
    | $equal(zero,divide(A,B)) ),
    inference(rewrite,[status(thm)],[quotient_less_equal1]),
    [] ).

fof(quotient_smaller_than_numerator,plain,
    ! [A,B] : less_equal(divide(A,B),A),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/HEN/HEN003-4.tptp',unknown),
    [] ).

cnf(165616400,plain,
    less_equal(divide(A,B),A),
    inference(rewrite,[status(thm)],[quotient_smaller_than_numerator]),
    [] ).

cnf(173495920,plain,
    $equal(zero,divide(divide(A,B),A)),
    inference(resolution,[status(thm)],[165605112,165616400]),
    [] ).

fof(quotient_property,plain,
    ! [A,B,C] : less_equal(divide(divide(A,B),divide(C,B)),divide(divide(A,C),B)),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/HEN/HEN003-4.tptp',unknown),
    [] ).

cnf(165620456,plain,
    less_equal(divide(divide(A,B),divide(C,B)),divide(divide(A,C),B)),
    inference(rewrite,[status(thm)],[quotient_property]),
    [] ).

cnf(174200816,plain,
    less_equal(divide(divide(A,A),divide(B,A)),zero),
    inference(paramodulation,[status(thm)],[173495920,165620456,theory(equality)]),
    [] ).

fof(zero_divide_anything_is_zero,plain,
    ! [A] : $equal(divide(zero,A),zero),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/HEN/HEN003-4.tptp',unknown),
    [] ).

cnf(165650048,plain,
    $equal(divide(zero,A),zero),
    inference(rewrite,[status(thm)],[zero_divide_anything_is_zero]),
    [] ).

cnf(177447952,plain,
    less_equal(divide(divide(A,A),zero),zero),
    inference(paramodulation,[status(thm)],[174200816,165650048,theory(equality)]),
    [] ).

fof(zero_is_smallest,plain,
    ! [A] : less_equal(zero,A),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/HEN/HEN003-4.tptp',unknown),
    [] ).

cnf(165628304,plain,
    less_equal(zero,A),
    inference(rewrite,[status(thm)],[zero_is_smallest]),
    [] ).

fof(less_equal_and_equal,plain,
    ! [A,B] :
      ( ~ less_equal(A,B)
      | ~ less_equal(B,A)
      | $equal(B,A) ),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/HEN/HEN003-4.tptp',unknown),
    [] ).

cnf(165637872,plain,
    ( ~ less_equal(A,B)
    | ~ less_equal(B,A)
    | $equal(B,A) ),
    inference(rewrite,[status(thm)],[less_equal_and_equal]),
    [] ).

fof(prove_x_divide_x_is_zero,plain,
    ~ $equal(divide(a,a),zero),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/HEN/HEN003-4.tptp',unknown),
    [] ).

cnf(165600880,plain,
    ~ $equal(divide(a,a),zero),
    inference(rewrite,[status(thm)],[prove_x_divide_x_is_zero]),
    [] ).

cnf(175454552,plain,
    ~ less_equal(divide(a,a),zero),
    inference(forward_subsumption_resolution__resolution,[status(thm)],[165628304,165637872,165600880]),
    [] ).

fof(quotient_less_equal2,plain,
    ! [A,B] :
      ( ~ $equal(zero,divide(A,B))
      | less_equal(A,B) ),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/HEN/HEN003-4.tptp',unknown),
    [] ).

cnf(165611680,plain,
    ( ~ $equal(zero,divide(A,B))
    | less_equal(A,B) ),
    inference(rewrite,[status(thm)],[quotient_less_equal2]),
    [] ).

cnf(175997064,plain,
    ~ $equal(zero,divide(divide(a,a),zero)),
    inference(resolution,[status(thm)],[175454552,165611680]),
    [] ).

cnf(173446336,plain,
    ( ~ less_equal(A,zero)
    | $equal(zero,A) ),
    inference(resolution,[status(thm)],[165637872,165628304]),
    [] ).

cnf(contradiction,plain,
    $false,
    inference(forward_subsumption_resolution__resolution,[status(thm)],[177447952,175997064,173446336]),
    [] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% Proof found in: 0 seconds
% START OF PROOF SEQUENCE
% fof(quotient_less_equal1,plain,(~less_equal(A,B)|$equal(zero,divide(A,B))),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/HEN/HEN003-4.tptp',unknown),[]).
% 
% cnf(165605112,plain,(~less_equal(A,B)|$equal(zero,divide(A,B))),inference(rewrite,[status(thm)],[quotient_less_equal1]),[]).
% 
% fof(quotient_smaller_than_numerator,plain,(less_equal(divide(A,B),A)),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/HEN/HEN003-4.tptp',unknown),[]).
% 
% cnf(165616400,plain,(less_equal(divide(A,B),A)),inference(rewrite,[status(thm)],[quotient_smaller_than_numerator]),[]).
% 
% cnf(173495920,plain,($equal(zero,divide(divide(A,B),A))),inference(resolution,[status(thm)],[165605112,165616400]),[]).
% 
% fof(quotient_property,plain,(less_equal(divide(divide(A,B),divide(C,B)),divide(divide(A,C),B))),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/HEN/HEN003-4.tptp',unknown),[]).
% 
% cnf(165620456,plain,(less_equal(divide(divide(A,B),divide(C,B)),divide(divide(A,C),B))),inference(rewrite,[status(thm)],[quotient_property]),[]).
% 
% cnf(174200816,plain,(less_equal(divide(divide(A,A),divide(B,A)),zero)),inference(paramodulation,[status(thm)],[173495920,165620456,theory(equality)]),[]).
% 
% fof(zero_divide_anything_is_zero,plain,($equal(divide(zero,A),zero)),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/HEN/HEN003-4.tptp',unknown),[]).
% 
% cnf(165650048,plain,($equal(divide(zero,A),zero)),inference(rewrite,[status(thm)],[zero_divide_anything_is_zero]),[]).
% 
% cnf(177447952,plain,(less_equal(divide(divide(A,A),zero),zero)),inference(paramodulation,[status(thm)],[174200816,165650048,theory(equality)]),[]).
% 
% fof(zero_is_smallest,plain,(less_equal(zero,A)),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/HEN/HEN003-4.tptp',unknown),[]).
% 
% cnf(165628304,plain,(less_equal(zero,A)),inference(rewrite,[status(thm)],[zero_is_smallest]),[]).
% 
% fof(less_equal_and_equal,plain,(~less_equal(A,B)|~less_equal(B,A)|$equal(B,A)),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/HEN/HEN003-4.tptp',unknown),[]).
% 
% cnf(165637872,plain,(~less_equal(A,B)|~less_equal(B,A)|$equal(B,A)),inference(rewrite,[status(thm)],[less_equal_and_equal]),[]).
% 
% fof(prove_x_divide_x_is_zero,plain,(~$equal(divide(a,a),zero)),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/HEN/HEN003-4.tptp',unknown),[]).
% 
% cnf(165600880,plain,(~$equal(divide(a,a),zero)),inference(rewrite,[status(thm)],[prove_x_divide_x_is_zero]),[]).
% 
% cnf(175454552,plain,(~less_equal(divide(a,a),zero)),inference(forward_subsumption_resolution__resolution,[status(thm)],[165628304,165637872,165600880]),[]).
% 
% fof(quotient_less_equal2,plain,(~$equal(zero,divide(A,B))|less_equal(A,B)),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/HEN/HEN003-4.tptp',unknown),[]).
% 
% cnf(165611680,plain,(~$equal(zero,divide(A,B))|less_equal(A,B)),inference(rewrite,[status(thm)],[quotient_less_equal2]),[]).
% 
% cnf(175997064,plain,(~$equal(zero,divide(divide(a,a),zero))),inference(resolution,[status(thm)],[175454552,165611680]),[]).
% 
% cnf(173446336,plain,(~less_equal(A,zero)|$equal(zero,A)),inference(resolution,[status(thm)],[165637872,165628304]),[]).
% 
% cnf(contradiction,plain,$false,inference(forward_subsumption_resolution__resolution,[status(thm)],[177447952,175997064,173446336]),[]).
% 
% END OF PROOF SEQUENCE
% 
%------------------------------------------------------------------------------