TSTP Solution File: GRP031-2 by CSE_E---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : GRP031-2 : 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 : n012.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 : Thu Aug 31 00:13:44 EDT 2023

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

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

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

tff(decl_24,type,
    equalish: ( $i * $i ) > $o ).

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

tff(decl_26,type,
    identity: $i ).

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

cnf(associativity2,axiom,
    ( product(X3,X4,X6)
    | ~ product(X1,X2,X3)
    | ~ product(X2,X4,X5)
    | ~ product(X1,X5,X6) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',associativity2) ).

cnf(right_inverse,hypothesis,
    product(X1,inverse(X1),identity),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',right_inverse) ).

cnf(right_identity,hypothesis,
    product(X1,identity,X1),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',right_identity) ).

cnf(associativity1,axiom,
    ( product(X1,X5,X6)
    | ~ product(X1,X2,X3)
    | ~ product(X2,X4,X5)
    | ~ product(X3,X4,X6) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',associativity1) ).

cnf(prove_a_has_a_left_inverse,negated_conjecture,
    ~ product(X1,a,identity),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_a_has_a_left_inverse) ).

cnf(c_0_5,axiom,
    ( product(X3,X4,X6)
    | ~ product(X1,X2,X3)
    | ~ product(X2,X4,X5)
    | ~ product(X1,X5,X6) ),
    associativity2 ).

cnf(c_0_6,hypothesis,
    product(X1,inverse(X1),identity),
    right_inverse ).

cnf(c_0_7,hypothesis,
    ( product(X1,inverse(X2),X3)
    | ~ product(X4,identity,X3)
    | ~ product(X4,X2,X1) ),
    inference(spm,[status(thm)],[c_0_5,c_0_6]) ).

cnf(c_0_8,hypothesis,
    product(X1,identity,X1),
    right_identity ).

cnf(c_0_9,axiom,
    ( product(X1,X5,X6)
    | ~ product(X1,X2,X3)
    | ~ product(X2,X4,X5)
    | ~ product(X3,X4,X6) ),
    associativity1 ).

cnf(c_0_10,hypothesis,
    ( product(X1,inverse(X2),X3)
    | ~ product(X3,X2,X1) ),
    inference(spm,[status(thm)],[c_0_7,c_0_8]) ).

cnf(c_0_11,hypothesis,
    ( product(X1,X2,identity)
    | ~ product(X3,inverse(X4),X2)
    | ~ product(X1,X3,X4) ),
    inference(spm,[status(thm)],[c_0_9,c_0_6]) ).

cnf(c_0_12,hypothesis,
    product(identity,inverse(inverse(X1)),X1),
    inference(spm,[status(thm)],[c_0_10,c_0_6]) ).

cnf(c_0_13,hypothesis,
    ( product(X1,X2,identity)
    | ~ product(X1,identity,inverse(X2)) ),
    inference(spm,[status(thm)],[c_0_11,c_0_12]) ).

cnf(c_0_14,negated_conjecture,
    ~ product(X1,a,identity),
    prove_a_has_a_left_inverse ).

cnf(c_0_15,hypothesis,
    product(inverse(X1),X1,identity),
    inference(spm,[status(thm)],[c_0_13,c_0_8]) ).

cnf(c_0_16,negated_conjecture,
    $false,
    inference(spm,[status(thm)],[c_0_14,c_0_15]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.14  % Problem    : GRP031-2 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.14  % Command    : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s
% 0.18/0.36  % Computer : n012.cluster.edu
% 0.18/0.36  % Model    : x86_64 x86_64
% 0.18/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.18/0.36  % Memory   : 8042.1875MB
% 0.18/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.18/0.36  % CPULimit   : 300
% 0.18/0.36  % WCLimit    : 300
% 0.18/0.36  % DateTime   : Tue Aug 29 02:14:24 EDT 2023
% 0.18/0.36  % CPUTime  : 
% 0.23/0.59  start to proof: theBenchmark
% 0.23/0.61  % Version  : CSE_E---1.5
% 0.23/0.61  % Problem  : theBenchmark.p
% 0.23/0.61  % Proof found
% 0.23/0.61  % SZS status Theorem for theBenchmark.p
% 0.23/0.61  % SZS output start Proof
% See solution above
% 0.23/0.61  % Total time : 0.011000 s
% 0.23/0.61  % SZS output end Proof
% 0.23/0.61  % Total time : 0.013000 s
%------------------------------------------------------------------------------