TSTP Solution File: CAT003-4 by CSE_E---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : CAT003-4 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s

% Computer : n024.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  : 300s
% DateTime : Wed Aug 30 18:14:03 EDT 2023

% Result   : Unsatisfiable 0.22s 0.66s
% Output   : CNFRefutation 0.22s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :   13
% Syntax   : Number of formulae    :   21 (   8 unt;   9 typ;   0 def)
%            Number of atoms       :   18 (  17 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   14 (   8   ~;   6   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   2 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    7 (   5   >;   2   *;   0   +;   0  <<)
%            Number of predicates  :    4 (   2 usr;   1 prp; 0-2 aty)
%            Number of functors    :    7 (   7 usr;   4 con; 0-2 aty)
%            Number of variables   :   16 (   0 sgn;   0   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
tff(decl_22,type,
    equivalent: ( $i * $i ) > $o ).

tff(decl_23,type,
    there_exists: $i > $o ).

tff(decl_24,type,
    domain: $i > $i ).

tff(decl_25,type,
    codomain: $i > $i ).

tff(decl_26,type,
    compose: ( $i * $i ) > $i ).

tff(decl_27,type,
    a: $i ).

tff(decl_28,type,
    b: $i ).

tff(decl_29,type,
    h: $i ).

tff(decl_30,type,
    g: $i ).

cnf(epimorphism,hypothesis,
    ( X1 = X3
    | compose(X1,compose(a,b)) != X2
    | compose(X3,compose(a,b)) != X2 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',epimorphism) ).

cnf(associativity_of_compose,axiom,
    compose(X1,compose(X2,X3)) = compose(compose(X1,X2),X3),
    file('/export/starexec/sandbox/benchmark/Axioms/CAT004-0.ax',associativity_of_compose) ).

cnf(ha_equals_ga,hypothesis,
    compose(h,a) = compose(g,a),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',ha_equals_ga) ).

cnf(prove_g_equals_h,negated_conjecture,
    g != h,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_g_equals_h) ).

cnf(c_0_4,hypothesis,
    ( X1 = X3
    | compose(X1,compose(a,b)) != X2
    | compose(X3,compose(a,b)) != X2 ),
    epimorphism ).

cnf(c_0_5,axiom,
    compose(X1,compose(X2,X3)) = compose(compose(X1,X2),X3),
    associativity_of_compose ).

cnf(c_0_6,hypothesis,
    compose(h,a) = compose(g,a),
    ha_equals_ga ).

cnf(c_0_7,hypothesis,
    ( X1 = X2
    | compose(X1,compose(a,b)) != compose(X2,compose(a,b)) ),
    inference(er,[status(thm)],[c_0_4]) ).

cnf(c_0_8,hypothesis,
    compose(g,compose(a,X1)) = compose(h,compose(a,X1)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_5,c_0_6]),c_0_5]) ).

cnf(c_0_9,hypothesis,
    ( g = X1
    | compose(h,compose(a,b)) != compose(X1,compose(a,b)) ),
    inference(spm,[status(thm)],[c_0_7,c_0_8]) ).

cnf(c_0_10,negated_conjecture,
    g != h,
    prove_g_equals_h ).

cnf(c_0_11,hypothesis,
    $false,
    inference(sr,[status(thm)],[inference(er,[status(thm)],[c_0_9]),c_0_10]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem    : CAT003-4 : TPTP v8.1.2. Released v1.0.0.
% 0.07/0.13  % Command    : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s
% 0.14/0.35  % Computer : n024.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit   : 300
% 0.14/0.35  % WCLimit    : 300
% 0.14/0.35  % DateTime   : Sun Aug 27 00:56:08 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.22/0.58  start to proof: theBenchmark
% 0.22/0.66  % Version  : CSE_E---1.5
% 0.22/0.66  % Problem  : theBenchmark.p
% 0.22/0.66  % Proof found
% 0.22/0.66  % SZS status Theorem for theBenchmark.p
% 0.22/0.66  % SZS output start Proof
% See solution above
% 0.22/0.66  % Total time : 0.067000 s
% 0.22/0.66  % SZS output end Proof
% 0.22/0.66  % Total time : 0.070000 s
%------------------------------------------------------------------------------