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

View Problem - Process Solution

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

% Computer : n017.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:30 EDT 2022

% Result   : Unsatisfiable 0.21s 0.42s
% Output   : Refutation 0.21s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :    6
% Syntax   : Number of clauses     :   12 (   6 unt;   0 nHn;  12 RR)
%            Number of literals    :   21 (   0 equ;  12 neg)
%            Maximal clause size   :    3 (   1 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :    5 (   4 usr;   1 prp; 0-3 aty)
%            Number of functors    :    7 (   7 usr;   5 con; 0-1 aty)
%            Number of variables   :    0 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(1,axiom,
    ~ equal(codomain(domain__dfg(a)),domain__dfg(a)),
    file('CAT012-1.p',unknown),
    [] ).

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

cnf(14,axiom,
    defined(codomain(u),u),
    file('CAT012-1.p',unknown),
    [] ).

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

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

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

cnf(37,plain,
    ( ~ product(codomain(u),u,v)
    | equal(v,u) ),
    inference(res,[status(thm),theory(equality)],[16,19]),
    [iquote('0:Res:16.0,19.0')] ).

cnf(48,plain,
    ( ~ identity_map(u)
    | ~ defined(codomain(u),u)
    | equal(codomain(u),u) ),
    inference(res,[status(thm),theory(equality)],[18,37]),
    [iquote('0:Res:18.2,37.0')] ).

cnf(50,plain,
    ( ~ identity_map(u)
    | equal(codomain(u),u) ),
    inference(mrr,[status(thm)],[48,14]),
    [iquote('0:MRR:48.1,14.0')] ).

cnf(60,plain,
    ( ~ identity_map(domain__dfg(a))
    | ~ equal(domain__dfg(a),domain__dfg(a)) ),
    inference(spl,[status(thm),theory(equality)],[50,1]),
    [iquote('0:SpL:50.1,1.0')] ).

cnf(61,plain,
    ~ identity_map(domain__dfg(a)),
    inference(obv,[status(thm),theory(equality)],[60]),
    [iquote('0:Obv:60.1')] ).

cnf(62,plain,
    $false,
    inference(ssi,[status(thm)],[61,11]),
    [iquote('0:SSi:61.0,11.0')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : CAT012-1 : TPTP v8.1.0. Released v1.0.0.
% 0.03/0.13  % Command  : run_spass %d %s
% 0.13/0.34  % Computer : n017.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Sun May 29 21:45:24 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.21/0.42  
% 0.21/0.42  SPASS V 3.9 
% 0.21/0.42  SPASS beiseite: Proof found.
% 0.21/0.42  % SZS status Theorem
% 0.21/0.42  Problem: /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 0.21/0.42  SPASS derived 36 clauses, backtracked 0 clauses, performed 0 splits and kept 37 clauses.
% 0.21/0.42  SPASS allocated 75637 KBytes.
% 0.21/0.42  SPASS spent	0:00:00.06 on the problem.
% 0.21/0.42  		0:00:00.04 for the input.
% 0.21/0.42  		0:00:00.00 for the FLOTTER CNF translation.
% 0.21/0.42  		0:00:00.00 for inferences.
% 0.21/0.42  		0:00:00.00 for the backtracking.
% 0.21/0.42  		0:00:00.00 for the reduction.
% 0.21/0.42  
% 0.21/0.42  
% 0.21/0.42  Here is a proof with depth 3, length 12 :
% 0.21/0.42  % SZS output start Refutation
% See solution above
% 0.21/0.42  Formulae used in the proof : prove_codomain_of_domain_is_domain domain_is_an_identity_map mapping_from_codomain_of_x_to_x product_on_codomain identity2 composition_is_well_defined
% 0.21/0.42  
%------------------------------------------------------------------------------