TSTP Solution File: CAT008-1 by SPASS---3.9

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SPASS---3.9
% Problem  : CAT008-1 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp
% Command  : run_spass %d %s

% Computer : n028.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Fri Jul 15 00:07:29 EDT 2022

% Result   : Unsatisfiable 0.18s 0.41s
% Output   : Refutation 0.18s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :   12
% Syntax   : Number of clauses     :   22 (  10 unt;   0 nHn;  22 RR)
%            Number of literals    :   41 (   0 equ;  27 neg)
%            Maximal clause size   :    3 (   1 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    5 (   4 usr;   1 prp; 0-3 aty)
%            Number of functors    :    8 (   8 usr;   6 con; 0-1 aty)
%            Number of variables   :    0 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(1,axiom,
    defined(a,b),
    file('CAT008-1.p',unknown),
    [] ).

cnf(2,axiom,
    ~ equal(codomain(b),domain__dfg(a)),
    file('CAT008-1.p',unknown),
    [] ).

cnf(4,axiom,
    ( ~ product(u,v,w)
    | defined(u,v) ),
    file('CAT008-1.p',unknown),
    [] ).

cnf(5,axiom,
    ( ~ defined(u,v)
    | ~ product(w,x,u)
    | defined(x,v) ),
    file('CAT008-1.p',unknown),
    [] ).

cnf(8,axiom,
    ( ~ defined(u,v)
    | ~ product(w,x,v)
    | defined(u,w) ),
    file('CAT008-1.p',unknown),
    [] ).

cnf(12,axiom,
    identity_map(domain__dfg(u)),
    file('CAT008-1.p',unknown),
    [] ).

cnf(13,axiom,
    identity_map(codomain(u)),
    file('CAT008-1.p',unknown),
    [] ).

cnf(16,axiom,
    product(u,domain__dfg(u),u),
    file('CAT008-1.p',unknown),
    [] ).

cnf(17,axiom,
    product(codomain(u),u,u),
    file('CAT008-1.p',unknown),
    [] ).

cnf(18,axiom,
    ( ~ identity_map(u)
    | ~ defined(u,v)
    | product(u,v,v) ),
    file('CAT008-1.p',unknown),
    [] ).

cnf(19,axiom,
    ( ~ identity_map(u)
    | ~ defined(v,u)
    | product(v,u,v) ),
    file('CAT008-1.p',unknown),
    [] ).

cnf(20,axiom,
    ( ~ product(u,v,w)
    | ~ product(u,v,x)
    | equal(x,w) ),
    file('CAT008-1.p',unknown),
    [] ).

cnf(21,plain,
    ( ~ product(u,v,domain__dfg(a))
    | ~ product(u,v,codomain(b)) ),
    inference(res,[status(thm),theory(equality)],[20,2]),
    [iquote('0:Res:20.2,2.0')] ).

cnf(30,plain,
    ( ~ identity_map(u)
    | ~ defined(u,codomain(b))
    | ~ product(u,codomain(b),domain__dfg(a)) ),
    inference(res,[status(thm),theory(equality)],[18,21]),
    [iquote('0:Res:18.2,21.1')] ).

cnf(32,plain,
    ( ~ identity_map(u)
    | ~ product(u,codomain(b),domain__dfg(a)) ),
    inference(mrr,[status(thm)],[30,4]),
    [iquote('0:MRR:30.1,4.1')] ).

cnf(34,plain,
    ( ~ defined(u,v)
    | defined(u,codomain(v)) ),
    inference(res,[status(thm),theory(equality)],[17,8]),
    [iquote('0:Res:17.0,8.1')] ).

cnf(39,plain,
    ( ~ identity_map(codomain(b))
    | ~ identity_map(domain__dfg(a))
    | ~ defined(domain__dfg(a),codomain(b)) ),
    inference(res,[status(thm),theory(equality)],[19,32]),
    [iquote('0:Res:19.2,32.1')] ).

cnf(40,plain,
    ~ defined(domain__dfg(a),codomain(b)),
    inference(ssi,[status(thm)],[39,12,13]),
    [iquote('0:SSi:39.1,39.0,12.0,13.0')] ).

cnf(41,plain,
    ~ defined(domain__dfg(a),b),
    inference(res,[status(thm),theory(equality)],[34,40]),
    [iquote('0:Res:34.1,40.0')] ).

cnf(43,plain,
    ( ~ defined(u,v)
    | defined(domain__dfg(u),v) ),
    inference(res,[status(thm),theory(equality)],[16,5]),
    [iquote('0:Res:16.0,5.1')] ).

cnf(48,plain,
    ~ defined(a,b),
    inference(res,[status(thm),theory(equality)],[43,41]),
    [iquote('0:Res:43.1,41.0')] ).

cnf(49,plain,
    $false,
    inference(mrr,[status(thm)],[48,1]),
    [iquote('0:MRR:48.0,1.0')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : CAT008-1 : TPTP v8.1.0. Released v1.0.0.
% 0.03/0.12  % Command  : run_spass %d %s
% 0.13/0.33  % Computer : n028.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 600
% 0.13/0.33  % DateTime : Sun May 29 20:29:18 EDT 2022
% 0.13/0.33  % CPUTime  : 
% 0.18/0.41  
% 0.18/0.41  SPASS V 3.9 
% 0.18/0.41  SPASS beiseite: Proof found.
% 0.18/0.41  % SZS status Theorem
% 0.18/0.41  Problem: /export/starexec/sandbox/benchmark/theBenchmark.p 
% 0.18/0.41  SPASS derived 25 clauses, backtracked 0 clauses, performed 0 splits and kept 35 clauses.
% 0.18/0.41  SPASS allocated 75628 KBytes.
% 0.18/0.41  SPASS spent	0:00:00.07 on the problem.
% 0.18/0.41  		0:00:00.03 for the input.
% 0.18/0.41  		0:00:00.00 for the FLOTTER CNF translation.
% 0.18/0.41  		0:00:00.00 for inferences.
% 0.18/0.41  		0:00:00.00 for the backtracking.
% 0.18/0.41  		0:00:00.00 for the reduction.
% 0.18/0.41  
% 0.18/0.41  
% 0.18/0.41  Here is a proof with depth 5, length 22 :
% 0.18/0.41  % SZS output start Refutation
% See solution above
% 0.18/0.41  Formulae used in the proof : ab_defined prove_domain_of_a_equals_codomain_of_b associative_property1 associative_property2 category_theory_axiom3 domain_is_an_identity_map codomain_is_an_identity_map product_on_domain product_on_codomain identity1 identity2 composition_is_well_defined
% 0.18/0.41  
%------------------------------------------------------------------------------