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

View Problem - Process Solution

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

% Computer : art05.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:29:57 EDT 2009

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

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Faust---1.0 format not known, defaulting to TPTP
fof(assume_a_exists,plain,
    there_exists(a),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/CAT/CAT017-3.tptp',unknown),
    [] ).

cnf(152381984,plain,
    there_exists(a),
    inference(rewrite,[status(thm)],[assume_a_exists]),
    [] ).

fof(existence_and_equality_implies_equivalence1,plain,
    ! [A,B] :
      ( ~ there_exists(A)
      | ~ $equal(B,A)
      | equivalent(A,B) ),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/CAT/CAT017-3.tptp',unknown),
    [] ).

cnf(152279368,plain,
    ( ~ there_exists(A)
    | ~ $equal(B,A)
    | equivalent(A,B) ),
    inference(rewrite,[status(thm)],[existence_and_equality_implies_equivalence1]),
    [] ).

fof(compose_domain,plain,
    ! [A] : $equal(compose(A,domain(A)),A),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/CAT/CAT017-3.tptp',unknown),
    [] ).

cnf(152341112,plain,
    $equal(compose(A,domain(A)),A),
    inference(rewrite,[status(thm)],[compose_domain]),
    [] ).

cnf(160387576,plain,
    ( ~ there_exists(A)
    | equivalent(A,compose(A,domain(A))) ),
    inference(resolution,[status(thm)],[152279368,152341112]),
    [] ).

fof(composition_implies_codomain,plain,
    ! [A,B] :
      ( ~ there_exists(compose(A,B))
      | there_exists(codomain(A)) ),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/CAT/CAT017-3.tptp',unknown),
    [] ).

cnf(152352528,plain,
    ( ~ there_exists(compose(A,B))
    | there_exists(codomain(A)) ),
    inference(rewrite,[status(thm)],[composition_implies_codomain]),
    [] ).

fof(prove_codomain_of_a_exists,plain,
    ~ there_exists(codomain(a)),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/CAT/CAT017-3.tptp',unknown),
    [] ).

cnf(152254672,plain,
    ~ there_exists(codomain(a)),
    inference(rewrite,[status(thm)],[prove_codomain_of_a_exists]),
    [] ).

cnf(160264816,plain,
    ~ there_exists(compose(a,A)),
    inference(resolution,[status(thm)],[152352528,152254672]),
    [] ).

fof(equivalence_implies_existence3,plain,
    ! [A,B] :
      ( ~ equivalent(A,B)
      | there_exists(B) ),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/CAT/CAT017-3.tptp',unknown),
    [] ).

cnf(152348672,plain,
    ( ~ equivalent(A,B)
    | there_exists(B) ),
    inference(rewrite,[status(thm)],[equivalence_implies_existence3]),
    [] ).

cnf(161247104,plain,
    ~ equivalent(B,compose(a,A)),
    inference(resolution,[status(thm)],[160264816,152348672]),
    [] ).

cnf(contradiction,plain,
    $false,
    inference(forward_subsumption_resolution__resolution,[status(thm)],[152381984,160387576,161247104]),
    [] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% Proof found in: 0 seconds
% START OF PROOF SEQUENCE
% fof(assume_a_exists,plain,(there_exists(a)),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/CAT/CAT017-3.tptp',unknown),[]).
% 
% cnf(152381984,plain,(there_exists(a)),inference(rewrite,[status(thm)],[assume_a_exists]),[]).
% 
% fof(existence_and_equality_implies_equivalence1,plain,(~there_exists(A)|~$equal(B,A)|equivalent(A,B)),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/CAT/CAT017-3.tptp',unknown),[]).
% 
% cnf(152279368,plain,(~there_exists(A)|~$equal(B,A)|equivalent(A,B)),inference(rewrite,[status(thm)],[existence_and_equality_implies_equivalence1]),[]).
% 
% fof(compose_domain,plain,($equal(compose(A,domain(A)),A)),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/CAT/CAT017-3.tptp',unknown),[]).
% 
% cnf(152341112,plain,($equal(compose(A,domain(A)),A)),inference(rewrite,[status(thm)],[compose_domain]),[]).
% 
% cnf(160387576,plain,(~there_exists(A)|equivalent(A,compose(A,domain(A)))),inference(resolution,[status(thm)],[152279368,152341112]),[]).
% 
% fof(composition_implies_codomain,plain,(~there_exists(compose(A,B))|there_exists(codomain(A))),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/CAT/CAT017-3.tptp',unknown),[]).
% 
% cnf(152352528,plain,(~there_exists(compose(A,B))|there_exists(codomain(A))),inference(rewrite,[status(thm)],[composition_implies_codomain]),[]).
% 
% fof(prove_codomain_of_a_exists,plain,(~there_exists(codomain(a))),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/CAT/CAT017-3.tptp',unknown),[]).
% 
% cnf(152254672,plain,(~there_exists(codomain(a))),inference(rewrite,[status(thm)],[prove_codomain_of_a_exists]),[]).
% 
% cnf(160264816,plain,(~there_exists(compose(a,A))),inference(resolution,[status(thm)],[152352528,152254672]),[]).
% 
% fof(equivalence_implies_existence3,plain,(~equivalent(A,B)|there_exists(B)),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/CAT/CAT017-3.tptp',unknown),[]).
% 
% cnf(152348672,plain,(~equivalent(A,B)|there_exists(B)),inference(rewrite,[status(thm)],[equivalence_implies_existence3]),[]).
% 
% cnf(161247104,plain,(~equivalent(B,compose(a,A))),inference(resolution,[status(thm)],[160264816,152348672]),[]).
% 
% cnf(contradiction,plain,$false,inference(forward_subsumption_resolution__resolution,[status(thm)],[152381984,160387576,161247104]),[]).
% 
% END OF PROOF SEQUENCE
% 
%------------------------------------------------------------------------------