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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : HEN007-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 : n010.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 01:54:20 EDT 2023

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

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

tff(decl_23,type,
    zero: $i ).

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

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

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

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

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

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

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

tff(decl_31,type,
    zQx: $i ).

cnf(xQyLEz_implies_xQzLEy,axiom,
    ( less_equal(X5,X2)
    | ~ quotient(X1,X2,X3)
    | ~ less_equal(X3,X4)
    | ~ quotient(X1,X4,X5) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',xQyLEz_implies_xQzLEy) ).

cnf(zQy,hypothesis,
    quotient(z,y,zQy),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',zQy) ).

cnf(closure,axiom,
    quotient(X1,X2,divide(X1,X2)),
    file('/export/starexec/sandbox/benchmark/Axioms/HEN001-0.ax',closure) ).

cnf(transitivity_of_less_equal,axiom,
    ( less_equal(X1,X3)
    | ~ less_equal(X1,X2)
    | ~ less_equal(X2,X3) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',transitivity_of_less_equal) ).

cnf(xLEy,hypothesis,
    less_equal(x,y),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',xLEy) ).

cnf(zQx,hypothesis,
    quotient(z,x,zQx),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',zQx) ).

cnf(divisor_existence,axiom,
    ( less_equal(X3,X1)
    | ~ quotient(X1,X2,X3) ),
    file('/export/starexec/sandbox/benchmark/Axioms/HEN001-0.ax',divisor_existence) ).

cnf(x_divde_zero_is_x,axiom,
    quotient(X1,zero,X1),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',x_divde_zero_is_x) ).

cnf(prove_zQyLEzQx,negated_conjecture,
    ~ less_equal(zQy,zQx),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_zQyLEzQx) ).

cnf(c_0_9,axiom,
    ( less_equal(X5,X2)
    | ~ quotient(X1,X2,X3)
    | ~ less_equal(X3,X4)
    | ~ quotient(X1,X4,X5) ),
    xQyLEz_implies_xQzLEy ).

cnf(c_0_10,hypothesis,
    quotient(z,y,zQy),
    zQy ).

cnf(c_0_11,hypothesis,
    ( less_equal(zQy,X1)
    | ~ quotient(z,X1,X2)
    | ~ less_equal(X2,y) ),
    inference(spm,[status(thm)],[c_0_9,c_0_10]) ).

cnf(c_0_12,axiom,
    quotient(X1,X2,divide(X1,X2)),
    closure ).

cnf(c_0_13,axiom,
    ( less_equal(X1,X3)
    | ~ less_equal(X1,X2)
    | ~ less_equal(X2,X3) ),
    transitivity_of_less_equal ).

cnf(c_0_14,hypothesis,
    less_equal(x,y),
    xLEy ).

cnf(c_0_15,hypothesis,
    ( less_equal(zQy,X1)
    | ~ less_equal(divide(z,X1),y) ),
    inference(spm,[status(thm)],[c_0_11,c_0_12]) ).

cnf(c_0_16,hypothesis,
    ( less_equal(X1,y)
    | ~ less_equal(X1,x) ),
    inference(spm,[status(thm)],[c_0_13,c_0_14]) ).

cnf(c_0_17,plain,
    ( less_equal(divide(X1,X2),X3)
    | ~ quotient(X1,X3,X4)
    | ~ less_equal(X4,X2) ),
    inference(spm,[status(thm)],[c_0_9,c_0_12]) ).

cnf(c_0_18,hypothesis,
    quotient(z,x,zQx),
    zQx ).

cnf(c_0_19,hypothesis,
    ( less_equal(zQy,X1)
    | ~ less_equal(divide(z,X1),x) ),
    inference(spm,[status(thm)],[c_0_15,c_0_16]) ).

cnf(c_0_20,hypothesis,
    ( less_equal(divide(z,X1),x)
    | ~ less_equal(zQx,X1) ),
    inference(spm,[status(thm)],[c_0_17,c_0_18]) ).

cnf(c_0_21,axiom,
    ( less_equal(X3,X1)
    | ~ quotient(X1,X2,X3) ),
    divisor_existence ).

cnf(c_0_22,axiom,
    quotient(X1,zero,X1),
    x_divde_zero_is_x ).

cnf(c_0_23,negated_conjecture,
    ~ less_equal(zQy,zQx),
    prove_zQyLEzQx ).

cnf(c_0_24,hypothesis,
    ( less_equal(zQy,X1)
    | ~ less_equal(zQx,X1) ),
    inference(spm,[status(thm)],[c_0_19,c_0_20]) ).

cnf(c_0_25,plain,
    less_equal(X1,X1),
    inference(spm,[status(thm)],[c_0_21,c_0_22]) ).

cnf(c_0_26,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_23,c_0_24]),c_0_25])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem    : HEN007-2 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command    : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s
% 0.13/0.35  % Computer : n010.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit   : 300
% 0.13/0.35  % WCLimit    : 300
% 0.13/0.35  % DateTime   : Thu Aug 24 13:14:36 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.20/0.58  start to proof: theBenchmark
% 0.20/0.60  % Version  : CSE_E---1.5
% 0.20/0.60  % Problem  : theBenchmark.p
% 0.20/0.60  % Proof found
% 0.20/0.60  % SZS status Theorem for theBenchmark.p
% 0.20/0.60  % SZS output start Proof
% See solution above
% 0.20/0.61  % Total time : 0.014000 s
% 0.20/0.61  % SZS output end Proof
% 0.20/0.61  % Total time : 0.016000 s
%------------------------------------------------------------------------------