TSTP Solution File: CAT018-3 by CSE_E---1.5

View Problem - Process Solution

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

% Computer : n013.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:12 EDT 2023

% Result   : Unsatisfiable 0.22s 0.69s
% Output   : CNFRefutation 0.22s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :   18
% Syntax   : Number of formulae    :   38 (  18 unt;   9 typ;   0 def)
%            Number of atoms       :   42 (  14 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   28 (  15   ~;  13   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   2 avg)
%            Maximal term depth    :    3 (   2 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    9 (   6   >;   3   *;   0   +;   0  <<)
%            Number of predicates  :    4 (   2 usr;   1 prp; 0-2 aty)
%            Number of functors    :    7 (   7 usr;   3 con; 0-2 aty)
%            Number of variables   :   26 (   2 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,
    f1: ( $i * $i ) > $i ).

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

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

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

cnf(domain_codomain_composition1,axiom,
    ( domain(X1) = codomain(X2)
    | ~ there_exists(compose(X1,X2)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CAT003-0.ax',domain_codomain_composition1) ).

cnf(assume_ab_exists,hypothesis,
    there_exists(compose(a,b)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assume_ab_exists) ).

cnf(composition_implies_domain,axiom,
    ( there_exists(domain(X1))
    | ~ there_exists(compose(X1,X2)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CAT003-0.ax',composition_implies_domain) ).

cnf(assume_bc_exists,hypothesis,
    there_exists(compose(b,c)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assume_bc_exists) ).

cnf(compose_codomain,axiom,
    compose(codomain(X1),X1) = X1,
    file('/export/starexec/sandbox2/benchmark/Axioms/CAT003-0.ax',compose_codomain) ).

cnf(domain_has_elements,axiom,
    ( there_exists(X1)
    | ~ there_exists(domain(X1)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CAT003-0.ax',domain_has_elements) ).

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

cnf(domain_codomain_composition2,axiom,
    ( there_exists(compose(X1,X2))
    | ~ there_exists(domain(X1))
    | domain(X1) != codomain(X2) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CAT003-0.ax',domain_codomain_composition2) ).

cnf(prove_a_bc_exists,negated_conjecture,
    ~ there_exists(compose(a,compose(b,c))),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_a_bc_exists) ).

cnf(c_0_9,axiom,
    ( domain(X1) = codomain(X2)
    | ~ there_exists(compose(X1,X2)) ),
    domain_codomain_composition1 ).

cnf(c_0_10,hypothesis,
    there_exists(compose(a,b)),
    assume_ab_exists ).

cnf(c_0_11,axiom,
    ( there_exists(domain(X1))
    | ~ there_exists(compose(X1,X2)) ),
    composition_implies_domain ).

cnf(c_0_12,hypothesis,
    there_exists(compose(b,c)),
    assume_bc_exists ).

cnf(c_0_13,axiom,
    compose(codomain(X1),X1) = X1,
    compose_codomain ).

cnf(c_0_14,hypothesis,
    codomain(b) = domain(a),
    inference(spm,[status(thm)],[c_0_9,c_0_10]) ).

cnf(c_0_15,axiom,
    ( there_exists(X1)
    | ~ there_exists(domain(X1)) ),
    domain_has_elements ).

cnf(c_0_16,hypothesis,
    there_exists(domain(b)),
    inference(spm,[status(thm)],[c_0_11,c_0_12]) ).

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

cnf(c_0_18,hypothesis,
    compose(domain(a),b) = b,
    inference(spm,[status(thm)],[c_0_13,c_0_14]) ).

cnf(c_0_19,hypothesis,
    there_exists(b),
    inference(spm,[status(thm)],[c_0_15,c_0_16]) ).

cnf(c_0_20,axiom,
    ( there_exists(compose(X1,X2))
    | ~ there_exists(domain(X1))
    | domain(X1) != codomain(X2) ),
    domain_codomain_composition2 ).

cnf(c_0_21,hypothesis,
    there_exists(domain(a)),
    inference(spm,[status(thm)],[c_0_11,c_0_10]) ).

cnf(c_0_22,hypothesis,
    compose(domain(a),compose(b,X1)) = compose(b,X1),
    inference(spm,[status(thm)],[c_0_17,c_0_18]) ).

cnf(c_0_23,hypothesis,
    domain(domain(a)) = domain(a),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_9,c_0_18]),c_0_14]),c_0_19])]) ).

cnf(c_0_24,hypothesis,
    ( there_exists(compose(a,X1))
    | codomain(X1) != domain(a) ),
    inference(spm,[status(thm)],[c_0_20,c_0_21]) ).

cnf(c_0_25,hypothesis,
    ( codomain(compose(b,X1)) = domain(a)
    | ~ there_exists(compose(b,X1)) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_9,c_0_22]),c_0_23]) ).

cnf(c_0_26,negated_conjecture,
    ~ there_exists(compose(a,compose(b,c))),
    prove_a_bc_exists ).

cnf(c_0_27,hypothesis,
    ( there_exists(compose(a,compose(b,X1)))
    | ~ there_exists(compose(b,X1)) ),
    inference(spm,[status(thm)],[c_0_24,c_0_25]) ).

cnf(c_0_28,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_26,c_0_27]),c_0_12])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem    : CAT018-3 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command    : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s
% 0.14/0.35  % Computer : n013.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:34:47 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.22/0.58  start to proof: theBenchmark
% 0.22/0.69  % Version  : CSE_E---1.5
% 0.22/0.69  % Problem  : theBenchmark.p
% 0.22/0.69  % Proof found
% 0.22/0.69  % SZS status Theorem for theBenchmark.p
% 0.22/0.69  % SZS output start Proof
% See solution above
% 0.22/0.70  % Total time : 0.098000 s
% 0.22/0.70  % SZS output end Proof
% 0.22/0.70  % Total time : 0.101000 s
%------------------------------------------------------------------------------