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

View Problem - Process Solution

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

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

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

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Faust---1.0 format not known, defaulting to TPTP
fof(identity1,plain,
    ! [A,B] :
      ( ~ defined(A,B)
      | ~ identity_map(A)
      | product(A,B,B) ),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/CAT/CAT011-1.tptp',unknown),
    [] ).

cnf(157800848,plain,
    ( ~ defined(A,B)
    | ~ identity_map(A)
    | product(A,B,B) ),
    inference(rewrite,[status(thm)],[identity1]),
    [] ).

fof(mapping_from_x_to_its_domain,plain,
    ! [A] : defined(A,domain(A)),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/CAT/CAT011-1.tptp',unknown),
    [] ).

cnf(157778080,plain,
    defined(A,domain(A)),
    inference(rewrite,[status(thm)],[mapping_from_x_to_its_domain]),
    [] ).

cnf(165731168,plain,
    ( ~ identity_map(A)
    | product(A,domain(A),domain(A)) ),
    inference(resolution,[status(thm)],[157800848,157778080]),
    [] ).

fof(domain_is_an_identity_map,plain,
    ! [A] : identity_map(domain(A)),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/CAT/CAT011-1.tptp',unknown),
    [] ).

cnf(157769568,plain,
    identity_map(domain(A)),
    inference(rewrite,[status(thm)],[domain_is_an_identity_map]),
    [] ).

cnf(167214144,plain,
    product(domain(A),domain(domain(A)),domain(domain(A))),
    inference(resolution,[status(thm)],[165731168,157769568]),
    [] ).

fof(composition_is_well_defined,plain,
    ! [A,B,C,D] :
      ( ~ product(A,B,C)
      | ~ product(A,B,D)
      | $equal(D,C) ),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/CAT/CAT011-1.tptp',unknown),
    [] ).

cnf(157709056,plain,
    ( ~ product(A,B,C)
    | ~ product(A,B,D)
    | $equal(D,C) ),
    inference(rewrite,[status(thm)],[composition_is_well_defined]),
    [] ).

fof(product_on_domain,plain,
    ! [A] : product(A,domain(A),A),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/CAT/CAT011-1.tptp',unknown),
    [] ).

cnf(157790600,plain,
    product(A,domain(A),A),
    inference(rewrite,[status(thm)],[product_on_domain]),
    [] ).

cnf(165876992,plain,
    ( ~ product(A,domain(A),B)
    | $equal(B,A) ),
    inference(resolution,[status(thm)],[157709056,157790600]),
    [] ).

fof(prove_domain_is_idempotent,plain,
    ~ $equal(domain(domain(a)),domain(a)),
    file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/CAT/CAT011-1.tptp',unknown),
    [] ).

cnf(157817528,plain,
    ~ $equal(domain(domain(a)),domain(a)),
    inference(rewrite,[status(thm)],[prove_domain_is_idempotent]),
    [] ).

cnf(contradiction,plain,
    $false,
    inference(forward_subsumption_resolution__resolution,[status(thm)],[167214144,165876992,157817528]),
    [] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% Proof found in: 0 seconds
% START OF PROOF SEQUENCE
% fof(identity1,plain,(~defined(A,B)|~identity_map(A)|product(A,B,B)),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/CAT/CAT011-1.tptp',unknown),[]).
% 
% cnf(157800848,plain,(~defined(A,B)|~identity_map(A)|product(A,B,B)),inference(rewrite,[status(thm)],[identity1]),[]).
% 
% fof(mapping_from_x_to_its_domain,plain,(defined(A,domain(A))),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/CAT/CAT011-1.tptp',unknown),[]).
% 
% cnf(157778080,plain,(defined(A,domain(A))),inference(rewrite,[status(thm)],[mapping_from_x_to_its_domain]),[]).
% 
% cnf(165731168,plain,(~identity_map(A)|product(A,domain(A),domain(A))),inference(resolution,[status(thm)],[157800848,157778080]),[]).
% 
% fof(domain_is_an_identity_map,plain,(identity_map(domain(A))),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/CAT/CAT011-1.tptp',unknown),[]).
% 
% cnf(157769568,plain,(identity_map(domain(A))),inference(rewrite,[status(thm)],[domain_is_an_identity_map]),[]).
% 
% cnf(167214144,plain,(product(domain(A),domain(domain(A)),domain(domain(A)))),inference(resolution,[status(thm)],[165731168,157769568]),[]).
% 
% fof(composition_is_well_defined,plain,(~product(A,B,C)|~product(A,B,D)|$equal(D,C)),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/CAT/CAT011-1.tptp',unknown),[]).
% 
% cnf(157709056,plain,(~product(A,B,C)|~product(A,B,D)|$equal(D,C)),inference(rewrite,[status(thm)],[composition_is_well_defined]),[]).
% 
% fof(product_on_domain,plain,(product(A,domain(A),A)),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/CAT/CAT011-1.tptp',unknown),[]).
% 
% cnf(157790600,plain,(product(A,domain(A),A)),inference(rewrite,[status(thm)],[product_on_domain]),[]).
% 
% cnf(165876992,plain,(~product(A,domain(A),B)|$equal(B,A)),inference(resolution,[status(thm)],[157709056,157790600]),[]).
% 
% fof(prove_domain_is_idempotent,plain,(~$equal(domain(domain(a)),domain(a))),file('/home/graph/tptp/TSTP/PreparedTPTP/tptp---none/CAT/CAT011-1.tptp',unknown),[]).
% 
% cnf(157817528,plain,(~$equal(domain(domain(a)),domain(a))),inference(rewrite,[status(thm)],[prove_domain_is_idempotent]),[]).
% 
% cnf(contradiction,plain,$false,inference(forward_subsumption_resolution__resolution,[status(thm)],[167214144,165876992,157817528]),[]).
% 
% END OF PROOF SEQUENCE
% 
%------------------------------------------------------------------------------